/* Style-Sheet für lottebraeuning.de/NEU */

@import "https://fonts.googleapis.com/css?family=Lato:300";

@font-face { 
	font-family: adele_regular; 
	src: url(adele_regular.ttf); 
}


h1, h2, h3 {
	font-family:adele_regular!important; 
	font-size: 8vmin; 
	font-weight: normal; 
	letter-spacing: 0.1em;
}

#header {
	margin: auto;
	text-align: center;
}

#mainContent {
	margin: auto;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

.menuPoint {
	font-family:adele_regular;
}

.menuPoint a:link {
	text-decoration: none;
	color: #000;
}

.menuPoint a:visited {
	text-decoration: none;
	color: #000;
}
.menuPointActive {
	background-image: url(../images/kringelWeb.jpg);
	font-family: adele_regular;
	background-repeat: no-repeat;
}


@media screen and (max-width: 399px) {
	#header {
		width: 100%;
		margin-bottom: 5vmin;
	}
	#header img {
		width: 40%;
	}
	#mainContent {
		width: 100%;
		font-size: calc(1.4vh + 1.4vw);
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
	#menu {
		margin: auto;
		width: 35vmin;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 5vmin;
	}
	.menuPoint {
		font-size: calc(3.5vh + 3.5vw);
		margin-bottom: 1vw;
	}
	.menuPointActive {
		font-size: calc(3.5vh + 3.5vw);
		margin-bottom: 1vmin;
		background-position: center;
		background-size: contain;
	}
	#content {
		float: right;
		width: calc(100% - 4vmin);
		margin: 0 2vmin;
	}
	.topic {
		width: 100%;
		margin-bottom: 5vmin;
		line-height: 1.8;
	}
	.topic img {
		width: 100%;
		margin-bottom: 1vmin;
	}
	#pdf {
		padding-top: 3vmin;
	}
	.emailImg img {
		width: calc(14vh + 14vw);
	}
}

@media screen and (min-width: 400px) {
	#header {
		width: 100%;
		margin-bottom: 5vmin;
	}
	#header img {
		width: 35%;
	}
	#mainContent {
		width: 100%;
		font-size: calc(1.3vh + 1.3vw);
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
	#menu {
		margin: auto;
		width: 30vmin;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 5vmin;
	}
	.menuPoint {
		font-size: calc(3.2vh + 3.2vw);
		margin-bottom: 1vw;
	}
	.menuPointActive {
		font-size: calc(3.2vh + 3.2vw);
		margin-bottom: 1vmin;
		background-position: center;
		background-size: contain;
	}
	#content {
		float: right;
		width: calc(100% - 4vmin);
		margin: 0 2vmin;
	}
	.topic {
		width: 100%;
		margin-bottom: 5vmin;
		line-height: 1.8;
	}
	.topic img {
		width: 100%;
		margin-bottom: 1vmin;
	}
	#pdf {
		padding-top: 3vmin;
	}
	.emailImg img {
		width: calc(12vh + 12vw);
	}
}

@media screen and (min-width: 700px) {
	#header {
		width: 100%;
		margin-bottom: 5vmin;
	}
	#header img {
		width: 30%;
	}
	#mainContent {
		width: 100%;
		font-size: calc(1.2vh + 1.2vw);
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
	#menu {
		margin: auto;
		width: 30vmin;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 5vmin;
	}
	.menuPoint {
		font-size: calc(2.9vh + 2.9vw);
		margin-bottom: 1vw;
	}
	.menuPointActive {
		font-size: calc(2.9vh + 2.9vw);
		margin-bottom: 1vmin;
		background-position: center;
		background-size: contain;
	}
	#content {
		float: right;
		width: calc(100% - 4vmin);
		margin: 0 2vmin;
	}
	.topic {
		width: 100%;
		margin-bottom: 5vmin;
		line-height: 1.8;
	}
	.topic img {
		width: 100%;
		margin-bottom: 1vmin;
	}
	#pdf {
		padding-top: 3vmin;
	}
	.emailImg img {
		width: calc(11vh + 11vw);
	}
}

@media screen and (min-width: 1000px) {
	#header {
		width: 1000px;
		margin-bottom: 50px;
	}
	#mainContent {
		width: 1020px;
		font-size: 15px;
	}
	#menu {
		float: left;
		width: 169px;
		letter-spacing: 0.05em;
	}
	.menuPoint {
		font-size:40px!important;
		margin-bottom: 20px; 
		padding-left: 20px;
		padding-top: 5px;
	}
	.menuPoint a:hover {
		text-decoration: none;
		color: #000;
		font-weight: bold;
		letter-spacing: 0.0em;
	}
	.menuPointActive {
		font-size:40px!important; 
		margin-bottom: 10px;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	#pdf {
		padding-top: 30px;
	}
	#content {
		float: right;
		width: calc(100% - 4vmin - 169px);
	}
	.topic {
		margin-bottom: 30px;
		line-height: 1.8;
		padding-right: 20px;
	}
	.topic img {
		margin-bottom: 5px;
	}
}
