body {
	background-color: white;
	font-size:100%;
	margin-left:0em;
	padding:0em;
	font-family: Open Sans, Roboto, monospace;

}

p {
	float:left;
	font-family: Open Sans, Roboto, monospace;
	font-weight:100;
	font-size: 1.2em;
	color:#000000;
	text-align: left;
}

p a {
	line-height:1.2em;
	font-family: Open Sans, Roboto, monospace;
	font-weight:100;
	color:#999;
	text-decoration:none;
	text-align:center;
	}


p a:hover{
	line-height:1.2em;
	font-family: Open Sans, Roboto, monospace;
	font-weight:100;
	color:#fff;
	text-align:justify;
	text-decoration:none;
}


ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:none;
	font-family: Open Sans, Roboto, monospace;
	font-weight:100;
	font-size: 1.2em;
	line-height:1.25em;	margin:0em;
	padding:0em;
	}

img {
	height:auto;
	max-width:100%;

}


h1{
	color: hsla(200, 20%, 7%, 0.9);
	font-size: 1.4em;
	font-family: Open Sans, Roboto, monospace;
	font-weight:600;
}

h1 a:hover {
	text-decoration: none;
	color:#999;
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color:#000000;
	padding:0em;
}

a:hover {
	text-decoration: none;
	color:#999;
	text-shadow: 0px 0px 5px hsla(170, 80%, 90%, 1);
}

.hover a:hover{
	text-decoration: none;
	color:#999;
	text-shadow: 0px 0px 5px hsla(170, 80%, 90%, 1);
}

#bgr {
  position: fixed;
  width:100%;
  height:100%;
  z-index:1;

}

#scrollbereich2 {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#logo {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 44%;
}


header {
	display:block;
	text-align:center;
	background-color:none;
	margin-top:1em;
	padding:0em;
	}


footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #263a47;
}

footer a{
	text-align: center;
	color: #e7c7c0;
}

nav {
	display:block;
	height:2.3em;
	font-weight:200;
	background-color:none;
	text-align:center;
	letter-spacing:0.2em;
	word-spacing:0.2em;
	margin:0.5em;
	margin-bottom: 2em;
	top: 0;

}

nav ul {
	border: 0.02em ;
	border-radius: 10px;
	background-color: hsla(10, 0%, 0%, .4);
}


nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}

nav ul li a {
	color: white;
	font-size: 1.6em;
	line-height:2.3em;
	font-weight: 400;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	color: hsla(170, 80%, 90%, .7);
}

nav ul li a:active {
	color: hsla(170, 80%, 90%, 1);

}

.nav_active{
	font-size: 1.7em;
	color: hsla(170, 100%, 70%, 0.8);
	font-size: 2.1em;
}

#main {
	display:block;
	width:100%;
	max-width:1200px;
	margin:auto;
	word-spacing: 0.5em;
	text-align:center;
	padding-right: 2em;
}

/* menu icon*/

.menubox {
  margin-top: 1em;
}

.menu {
  width: 35px;
  height: 4px;
  background-color: grey;
  border-radius: 4px;
  margin: 7px 0px;
}

/* slider home*/

input {
  position: absolute;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}

label {
  display: inline-block;
  width: 15px;
  height:15px;
  border: solid 2px white;
  border-radius: 999px;
  background-color: transparent;
  margin: 0 6px 0 6px;
  z-index: 2;
  cursor: pointer;
  transition-duration: .4s;

}

.boxchange{
	width: 40em;
	height: 21em;
	margin-top: 37em;
	border-radius: 3px;
	border: 0.01em solid black;
	color: black;
	background-color: hsla(200, 13%, 37%, 0.3);
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 1;
}

.btn_font{
	color: hsla(19, 0%, 100%, 1);
	font-size:2.1em;
	line-height: 1.1em;
	text-shadow: 5px 5px 5px #000000;
	letter-spacing:0.2em;
}


input:checked + label{
  background-color: white;
}

input:focus + label{
  box-shadow: 0 0 0 2px teal, 0 0 18px white;
}

.slide {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition-duration: .4s;
  opacity: 1;
}

input:checked ~ .slide {
  transform: translateX(100%);
}

input:checked + label + .slide {
  transform: translateX(0);
  opacity: 1;
}

.bg1{
  background-image: url("./img/slider/1.png");
}
.bg2{
  background-image: url("./img/slider/2.png");
}
.bg3{
  background-image: url("./img/slider/3.png");
}
.bg4{
  background-image: url("./img/slider/4.png");
}
.bg5{
  background-image: url("./img/slider/5.png");
}
.bg6{
  background-image: url("./img/slider/6.png");
}
.bg7{
  background-image: url("./img/slider/7.png");
}
.bg8{
  background-image: url("./img/slider/8.png");
}
.bg9{
  background-image: url("./img/slider/9.png");
}
.bg10{
  background-image: url("./img/slider/10.png");
}
.bg11{
  background-image: url("./img/slider/11.png");
}

#main article{
	display: inline-block;
	width: 100%;
	background-color: hsla(173, 1%, 100%, .7);
	color: black;
	border-radius: 10px;
	margin-top: 1.9em;
	margin-bottom: 2em;
	padding-top: 3em;
	padding-right: 3em;
}
#main article_gal{
	display: inline-block;
	width: 100%;
	background-color: hsla(173, 1%, 100%, .9);
	padding-top: 1em;
	padding-bottom: 10em;
	padding-left: 0em;
	padding-right: 3em;
	border-radius: 10px;
	margin-bottom: 0.2em;
}

#main article2{
	display:inline-block;
	width:100%;
	background-color:hsla(173, 79%, 23%, .77);
	padding: 0.9em;
	padding-left:0.9em;
	padding-right: 0.9em;
	color:white;
	border-radius: 10px;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 3em;

}

#main article3{
	display:inline-block;
	width:90%;
	left: 0;
	padding: 0.1em;
	color: white;
	background-color: hsla(0, 0%, 0%, 0.7);
	border-radius: 10px;
	margin-left: 2em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;

}

#main article img {
	display: block;
	color:#2F2D2C;
	float:left;
	padding:0.25em;
	margin-left: 1em;
	margin-right: auto;
	opacity: 0.9;
	border-radius: 0px;
}


@media screen and (max-width: 10001px) {
	body {
		font-size:137%;
	}
	#main article {
		width: 150%;

	}
	#main article_gal {
		width: 150%;

	}

	#main article3 {
		width: 150%;

	}
	.boxchange{
		width: 50em;
		height: 27em;
		margin-top: 17em;
		font-size: 270%;
	}



	label{
		width: 25px;
	   height: 25px;
	   margin: 28em 25px 0 25px;
	  }

	.container1 img{
			width: 1000px;
		}

	.container a.title{
	top: 13em;
   }
	 .container .button{
	 top: 23em;
	 }
	 .container .button2{
	 top: 23em;
	 }

	 .dropdown-content {
 	  margin: -7em 0em 0em 14em;
 	}
}

@media screen and (max-width:3100px) {
	body {
		font-size:1.2em;
	}
	label{
	margin-top: 9em;
	}
	.boxchange{
		width: 45em;
		height: 25em;
		margin-top: 18em;
		font-size: 200%;
	}
	.container a.title{
	top: 13.5em;
	}

	.container1 img{
 		 width: 1000px;
 	 }

	label{
		width: 17px;
	   height: 17px;
	   margin: 17em 15px 0 15px;
	 }

	 .container .button{
	 top: 23em;
	 }
	 .container .button2{
	 top: 23em;
	 }
	 .dropdown-content {
 	 margin: -10em 0em 0em 17em;
  	}
}


@media screen and (max-width:2000px) {
	body {
		font-size: 1em;
	}

	#main article {
		width: 100%;

	}
	#main article_gal {
		width: 100%;

	}

	#main article3 {
		width: 100%;

	}

	.boxchange{
		width: 45em;
		height: 23em;
		margin-top: 17em;
		font-size: 130%;
	}

	label{
	   width: 15px;
  		height: 15px;
  		margin: 8em 6px 0 6px;
  	}
		.container1 img{
					width: 800px;
				}

	.container a.title{
	top: 15em;
	}
	.container .button{
	top: 23em;
	}
	.container .button2{
	top: 23em;
	}


}

@media screen and (max-width:1400px) {
	body {
		font-size: 1em;
	}

	.boxchange{
		width: 42em;
		height: 23em;
		margin-top: 17em;
		font-size: 90%;
	}

	label{
	margin-top: 6em;
	}

}
@media screen and (max-width:900px) {
	nav ul li a {
	font-size: 1em;
	}
	label{
	   width: 15px;
  		height: 15px;
  		margin: 7em 6px 0 6px;
  	}


}

@media screen and (max-width:550px) {

	body {
		font-size: 0.9em;
	}

	#logo {
		width: 500px;
	}

	nav {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	nav ul li {
		display:block;
		margin:0em 0em 0em 0em;
	}

	nav ul {
		display:block;
		margin:0em;
		height:auto;
	}

	nav ul li a {
 	font-size: 1.2em;
 	}

	#main aside, #main article {
		width:100%;
		display:inline-block;
		height:auto;
		margin:0em 0em 1em 0em;
		padding-right: 2em;
		font-size: 100%;
	}

	#main {
	width:100%;
    }

	p img{
		margin:0em;
		}

	#main article p {
		display:block;
		margin:0em;
		height:auto;
		padding: 0.7em;
		padding-right: 1em;
	}

label{
width: 12px;
height: 12px;
margin: 2em 0.5px 0 0.5px;
}

.boxchange{
width: 30em;
height: 23em;
margin-top: 30em;
font-size: 97%;
}



