* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {margin: 0px};


#first {
	border-color: rgba(154, 175, 50, 1.0);
	color: #333;
	cursor: pointer; 
}
#second {
	border-color: rgba(84,84,84,1.0);
	color: #333;
}
#third {
	border-color: rgba(225, 0, 0, 1.0);
	color: #333;
}

#first:hover {
	background-color: rgba(154, 175, 50, 1.0);
	color: #fff;
	cursor: pointer; 
}
#second:hover {
	background-color: rgba(84,84,84,1.0);
	color: #fff;
}
#third:hover {
	background-color: rgba(225, 0, 0, 1.0);
	color: #fff;
}



/* =============================== Handy Auflösung =============================== */
@media screen and (max-width: 800px) {

	h1 {
		position: absolute;
		margin-top: 30px;
		width: 100%;
		color: #fff;  
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 1.3em; 
		font-weight: 400;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}

	.back {
		/*background-image: url('/images/title-images/title-image_01.webp');*/
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	#credit-box {
		background: rgba(0,0,0,0.05);
		width: 99%;
		height: 20px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 3;
	}

	.text1 {
		font-family: Arial;
		width: 93%;
		height: 20px;
		float: right;
		text-align: left;
		font-size: 11px;
		position: relative;
		padding-top: 4px;
		color: #ddd;
	}
	.text1 a{
		font-family: Arial;
		font-size: 11px;
		color: #ccc;
		text-decoration: none;
	}
	a:hover {
		color: #FF0000;
		background-color: #ddd; /* Change button background color on hover */
		text-shadow: 1px 1px 3px #000;
	}

	.button {
		width: 20px;
		height: 20px;
		float: left;
		text-align: center;
	}

	#title-box {
		background: rgba(0,0,0,0.0);
		width: 90%;
		height: 40px;
		position: absolute;
		top: 10%;
		left: 5%;
		z-index: 3;
	}
	.text2 {
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 2.5em; 
		font-weight: 400;
		color: #fff;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}


	/* -------------------- ANFANG Cookie Consent -------------------- */
	#cookies{
		visibility: hidden;
		position: fixed;
		width: 100%;
		margin: auto;
		bottom: 5px;
	}
	
	#cookies.show {
		visibility: visible;
		-webkit-animation: fadein 2s;
		animation: fadein 2s;
		position: fixed;
		background: rgba(0, 0, 0, 0.3);
	}
	
	@-webkit-keyframes fadein {
		from {bottom: -150px; opacity: 0;} 
		to {bottom: 5px; opacity: 1;}
	}
	
	@keyframes fadein {
		from {bottom: -150px; opacity: 0;}
		to {bottom: 5px; opacity: 1;}
	}
	
	.sub-title {
		color: #777;  
		font-family: Literata; 
		font-size: 1.5vw; 
		line-height: 2.5vw; 
		font-weight: 300;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
		margin-top: -20px;
		}

	.cookieContainer{
		background-color: #F0F0F0;
	}
	.cookieContainerTitle {
		font-family: Oswald; 
		font-size: 1.2em;
		text-align: center;
		color: #eee;
		padding-top: 5px;
	}
	.cookieContainerText {
		padding: 2px;
		font-family: Oswald; 
		font-size: 0.8em;
		line-height: 1.2em;
		text-align: center;
		color: #eee;
	}
	
	.cookieNavbar {
		text-align: center;
		width: 100%;
		margin: auto;
		background: rgba(0, 0, 0, 0.0);
		overflow: auto;
		padding-top: 5px;
	}

	.cookieNavbar a {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 1%;
		margin-bottom: 5px;
		background-color: white; 
		border: 3px solid rgba(0, 0, 0, 1.0);
		border-radius: 7px;
		font-weight: 500;
		color: #333;
		text-decoration: none;
		font-family:Oswald; 
		font-size: 14px;
		line-height: 16px;
		width: 32%; 
		text-align: center;
	}

}




/* =============================== Tablet Auflösung =============================== */
@media screen and (min-width: 801px) and (max-width: 1300px){

	h1 {
		position: absolute;
		margin-top: 20px;
		width: 100%;
		color: #fff;  
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 2.7em; 
		font-weight: 400;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}

	.back {
		/*background-image: url('/images/title-images/title-image_01.webp');*/
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	#credit-box {
		background: rgba(0,0,0,0.05);
		width: 330px;
		height: 20px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 3;
	}

	.text1 {
		font-family: Arial;
		width: 300px;
		height: 20px;
		float: right;
		text-align: left;
		font-size: 11px;
		position: relative;
		padding-top: 4px;
		color: #ddd;
	}
	.text1 a{
		font-family: Arial;
		font-size: 11px;
		color: #ccc;
		text-decoration: none;
	}
	a:hover {
		color: #FF0000;
		background-color: #ddd; /* Change button background color on hover */
		text-shadow: 1px 1px 3px #000;
	}

	.button {
		width: 20px;
		height: 20px;
		float: left;
		text-align: center;
	}

	#title-box {
		background: rgba(0,0,0,0.0);
		width: 50%;
		height: 40px;
		position: absolute;
		top: 15%;
		left: 25%;
		z-index: 3;
	}
	.text2 {
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 4.7em; 
		font-weight: 400;
		color: #fff;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}


	/* -------------------- ANFANG Cookie Consent -------------------- */
	#cookies{
		visibility: hidden;
		position: fixed;
		width: 100%;
		margin: auto;
		bottom: 5px;
	}
	
	#cookies.show {
		visibility: visible;
		-webkit-animation: fadein 2s;
		animation: fadein 2s;
		position: fixed;
		background: rgba(0, 0, 0, 0.3);
	}
	
	@-webkit-keyframes fadein {
		from {bottom: -150px; opacity: 0;} 
		to {bottom: 5px; opacity: 1;}
	}
	
	@keyframes fadein {
		from {bottom: -150px; opacity: 0;}
		to {bottom: 5px; opacity: 1;}
	}
	
	.sub-title {
		color: #ccc;  
		font-family: Literata; 
		font-size: 1.7vw; 
		line-height: 2.5vw; 
		font-weight: 300;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
		margin-top: -20px;
		}

	.cookieContainer{
		background-color: #F0F0F0;
	}
	.cookieContainerTitle {
		font-family: Oswald; 
		font-size: 1.2em;
		line-height: 1.5vw; 
		text-align: center;
		color: #eee;
		padding-top: 15px;
	}
	.cookieContainerText {
		padding: 5px;
		font-family: Oswald; 
		font-size: 1.0em;
		line-height: 1.4em;
		text-align: center;
		color: #eee;
	}
	
	.cookieNavbar {
		text-align: center;
		width: 100%;
		margin: auto;
		background: rgba(0, 0, 0, 0.0);
		overflow: auto;
		padding-top: 5px;
	}

	.cookieNavbar a {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 1%;
		margin-bottom: 5px;
		background-color: white; 
		border: 3px solid rgba(154, 154, 154, 1.0);
		border-radius: 7px;
		font-weight: 500;
		color: #333;
		text-decoration: none;
		font-family: Oswald; 
		font-size: 14px;
		line-height: 16px;
		width: 32%; 
		text-align: center;
	}

}




@media screen and (min-width: 1301px){
/* =============================== PC Auflösung =============================== */
	h1 {
		position: absolute;
		margin-top: 20px;
		width: 100%;
		color: #fff;  
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 2.1em; 
		font-weight: 400;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}

	.back {
		/*background-image: url('/images/title-images/title-image_01.webp');*/
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	#credit-box {
		background: rgba(0,0,0,0.1);
		width: 360px;
		height: 20px;
		position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 3;
	}

	.text1 {
		font-family: Arial;
		width: 330px;
		height: 20px;
		float: right;
		text-align: left;
		font-size: 11px;
		position: relative;
		padding-top: 4px;
		color: #ccc;
	}
	.text1 a{
		font-family: Arial;
		font-size: 11px;
		color: #ddd;
		text-decoration: none;
	}
	a:hover {
		color: #FF0000;
		background-color: #ddd; /* Change button background color on hover */
		text-shadow: 1px 1px 3px #000;
	}

	.button {
		width: 20px;
		height: 20px;
		float: left;
		text-align: center;
	}

	#title-box {
		background: rgba(0,0,0,0.0);
		width: 50%;
		height: 40px;
		position: absolute;
		top: 10%;
		left: 25%;
		z-index: 3;
	}
	.text2 {
		background-color: rgb(0,0,0,0.0);
		font-family: Literata; 
		font-size: 4.7em; 
		font-weight: 400;
		color: #fff;
		text-align: center;
		text-shadow: 2px 2px 8px #555;
		z-index: 3;
	}


	/* -------------------- ANFANG Cookie Consent -------------------- */
	#cookies{
		visibility: hidden;
		position: fixed;
		width: 100%;
		margin: auto;
		bottom: 0px;
	}

	#cookies.show {
		visibility: visible;
		-webkit-animation: fadein 2s;
		animation: fadein 2s;
		position: fixed;
		background: rgba(0, 0, 0, 0.3);
	}

	@-webkit-keyframes fadein {
		from {bottom: -150px; opacity: 0;} 
		to {bottom: 0px; opacity: 1;}
	}

	@keyframes fadein {
		from {bottom: -150px; opacity: 0;}
		to {bottom: 0px; opacity: 1;}
	}

	.sub-title {
		color: #999;  
		font-family: Literata; 
		font-size: 1.5vw; 
		line-height: 2.5vw; 
		font-weight: 300;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
		margin-top: -20px;
	}

	.cookieContainer{
		background-color: #F0F0F0;
	}
	.cookieContainerTitle {
		font-family: Oswald; /*'Arial', Helvetica, Verdana; */
		font-size: 1.5em;
		text-align: center;
		color: #eee;
		padding-top: 15px;
	}
	.cookieContainerText {
		padding: 15px;
		font-family: Oswald; /*'Arial', Helvetica, Verdana; */
		font-size: 1.1em;
		line-height: 1.4em;
		text-align: center;
		color: #eee;
	}

	.cookieNavbar {
		width: 500px;
		margin: auto;
		padding-top: 5px;
		background: rgba(0, 0, 0, 0.0);
		overflow: auto;
		border-radius: 7px;
	}
	.cookieNavbar a {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 1%;
		margin-bottom: 5px;
		background-color: white; 
		border: 3px solid rgba(154, 154, 154, 1.0);
		border-radius: 7px;
		font-weight: 500;
		color: #555;
		text-decoration: none;
		font-family:Oswald; /*'Arial Narrow', Helvetica, Verdana; */
		font-size: 17px;
		line-height: 20px;
		width: 32%; /* 3 links of equal widths */
		text-align: center;
	}

}