@charset "UTF-8";
html,body{
	min-height: 100%;
	margin: 0;
}


.overlay{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0);
	background-color: rgba(255,255,255, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlayContent{
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a{
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	font-family: actor;
    font-stretch: extra-condensed;
	font-weight: 300;
    color:rgba(79,74,68,1.00);
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: rgba(209,186,116,1.00);
}

.overlay .closebtn{
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.mobMenuButton{
	position: absolute;
	top: 50px;
	right: 53px;
	visibility: hidden;
}

#mobMenuButton:hover .hamburger{
	background-color: rgba(209,186,116,1.00);
}


@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
    	font-size: 40px;
    	top: 15px;
    	right: 35px;
  }
}


.back-to-top {
 	position: fixed;
 	bottom:20px;
 	right:20px;
 	padding:1em;
 	z-index: 100;
}


.welcome{
	display: flex;
	align-items: center;
	position: relative;
	background: url("WWM2.jpg")no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 890px;
}

@media (hover: none) {
   .welcome {
       background-attachment: initial;
   }
}

.menu{
	position: fixed;
	top: 17px;
	right: 17px;
	border: none;
	text-align: center;

	z-index: 10;
}

.logo{
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 8;
}

.beigeText{
	margin-top: 50px;
	margin-bottom: 50px;
    display: flex;
	justify-content: center;

}

.textBausteine{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	font-size: 25pt;
    font-style: italic;
    line-height: 1.5em;
    color: rgba(209,186,116,1.00);
    font-family: actor;
    font-weight: 100;
}

.zitat{
	margin-bottom: 0;
}

.urheber{
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding-top: 0px;

    font-size: 10pt;
    font-family: actor;
	font-style: normal;
	font-weight: 400;
	color: rgba(79,74,68,1.00);
}

.fliessText{
    display: flex;
	flex-direction: column;
    align-content: center;
    margin-left: 85px;
    margin-right: 55px;
    font-size: 15pt;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 20px;
	color:rgba(79,74,68,1.00);
}

.aufzaehlung{
	color:rgba(237,106,6,1.00);
	font-size: 15pt;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}

.namen{
	color: rgba(209,186,116,1.00);
}

.fett{
	font-weight: 900;
}

.fettText{
	text-align: left;
	margin-left: 85px;
	margin-right: 85px;
	margin-bottom: 80px;
	margin-top: 40px;
}

.fettText h3{
	font-family: actor;
	font-stretch: extra-condensed;
	font-weight: 900;
	color:rgba(79,74,68,1.00);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 25pt;
	word-wrap: break-word;
}

.fettText h3:hover{
	color: rgba(209,186,116,1.00);
}

.f1{
	background-color: rgba(209,186,116,1.00);
	font-family: actor;
	border: 0.4em;
	border-radius: 0.6em;
	color: white;
	height: fit-content;
	font-size: 14pt;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}

.balkenUnten{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: rgba(237,106,6,1.00);
	margin-top: 120px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.balkenUnten a{
	color: white;
	text-decoration: none;
	font-family: actor;
	margin-left: 35px;
	margin-right:35px;
	margin-bottom: 10px;
}

button{
	margin-left: 15px;
	border-color: white;
	border: 0.4em;
	border-radius: 0.6em;
	width: 142px;
	height: 30px;
	font-size: 10pt;
	font-family:actor;
	color: rgba(79,74,68,1.00);
	background-color: white;
	font-stretch: condensed;
}

#b2{
	background-color: rgba(79,74,68,1.00);
	color: white;
}

.hamburger{
	width: 35px;
  	height: 5px;
  	background-color: rgba(79,74,68,1.00);
  	margin: 6px 0;
}

.arrowDown{
	border: solid rgba(79,74,68,1.00);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.logo-desktop {
	display: block;
}
.logo-mobile {
	display: none;
}


button:hover {
	background-color:rgba(237,106,6,1.00);
	color: white;
}

.l{
	float: left;
	width: 50%;
}

.r{
	float: right;
	width: 50%;
}

.fettText > .fliessText {
	margin: 0;
}

.fettText > p {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
  	/* For mobile phones: */
	button {visibility: hidden;}
	.mobMenuButton{
		visibility: visible;
		z-index: 100;
	}
	.fullBr{
		display: none;
	}
	.fliessText{
		margin-left: 35px;
		margin-right: 35px;
	}

	.beigeText{
		margin-left: 35px;
		margin-right: 35px;
	}
	.welcome {
		height: 650px;
	}
	.logo-desktop {
		display: none;
	}
	.logo-mobile {
		display: block;
	}
	.fettText{
		margin-left: 35px;
		margin-right: 35px;
	}
	.l{
		width: 100%;
	}
	.r{
		width: 100%;
	}

	.fettText h3 {
		font-size: 20pt;
	}
}
