﻿* {
padding: 0;
margin: 0;
}

@font-face {
	font-family: 'DejaVuSerif';
	src: url('./iages/DejaVuSerif.ttf');
}

body#index {
	margin: auto;
	max-width: 70em;
	background-image: url("./iages/background4.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column; /* Stack elements vertically */
	min-height: 100vh; /* Set minimum height to viewport height */
}

body#else {
	margin: auto;
	max-width: 70em;
	background-image: url("./iages/background3.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column; /* Stack elements vertically */
	min-height: 100vh; /* Set minimum height to viewport height */
}

main {
	padding: 0;
	margin: 0;
	min-height: 5em;
	flex: 1;
	font-family: DejaVuSerif, Arial, Tahoma, Century gothic, serif;
	font-size: medium;
	color: #000000;
}

footer {
	border: none;
	font-family: Arial Black, Tahoma, Century gothic, sans-serif;
}

figure.header_gesamt {
	padding: 0;
	margin: 0;
	background-size: auto;
}

figure.headerli {
	display: none;
	border: #FFFFFF solid 2px;
}

figure.headerre {
	display: inline-block;
	width: auto;
	height: auto;
}

figure.nav_container_bigScreen {
	display: none;
}

figure.nav_container_mobile {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

li {
	display: inline;
	list-style-type: none;
}

a {
	padding-left: 1px;
}

a:link {
	color: #1190fa;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: aqua;
	text-decoration: underline;
}

figure.txt_right {
	display: block;
	margin: 1em;
}

p {
	margin: 5px;
	font-family: DejaVuSerif, Georgia, Arial, Tahoma, Century gothic, sans-serif;
	color: #000000;
	font-size: 1em;
}

.img_left_txt_right {
	display: flex;
}

.img_left_txt_right > img {
	width: 18%;
	max-width: 18%;
	height: auto;
}

.txt_right {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.img_center {
	display: block;
	margin: 1em;
	max-width: 100%;
	height: auto;
}

h1 {
	font: bold 3em Serif;
}

h2 {
	font: bold 1.2em Serif;
}

section {
	border: slateblue solid 2px;
}

aside {
	border: tomato solid 2px;
}

/*Desktop*/
@media only screen and (min-width: 768px) {

	figure.headerli {
		display: inline-block;
		border: #FFFFFF solid 2px;
	}

	figure.headerre {
		display: inline-block;
	}

	figure.nav_container_mobile {
		display: none;
	}

	figure.nav_container_bigScreen {
		display: block;
		padding: 1.2em;
		margin: 0;
	}

	figure.nav_romane {
		display: inline-block;
		border: 20;
		padding: 20;
		margin: 20;
	}

	figure.img_center {
		display: block;
		margin: 1em;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		max-width: 100%;
		height: auto;
	}

	figure.img_left {
		display: block;
		margin: 1em;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
		max-width: 100%;
		height: auto;
	}

}
