#container {
    display:flex;
    flex-flow:row wrap;
}
/*-----------------------------*/
@font-face {
  font-family: Classica;
  src: url("/files/Schriftart/Classica.ttf");
}
@font-face {
  font-family: Classica-Bold;
  src: url("/files/Schriftart/Classica-Bold.ttf");
}

@font-face {
  font-family: NeverMind;
  src: url("/files/Schriftart/NeverMind-Regular.ttf");
}

body,
html {
    height:100%;
    width:auto;
}

*{border-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
}

body,
form {
    margin:0;
    padding:0;
}

img {
    border:0;
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
    display:block;
}

body {
    font:100.01% Verdana;
    font-size:17px;
}

select,
input,
textarea {
    font-size:99%;
}

#container,
.inside {
    position:relative;
}

.toggler {
    padding:2px 20px;
    background-color:#600;
    font-size:24px;
    color:#ff9;
    border-bottom:3px solid white;
}

.accordion {
    padding:2px 20px;
    background-color:#f00;
    color:#ff9;
}

@media(max-width:767px) {
    
    #wrapper{
    	margin:0;
    	width:auto;
    }

#header,
#footer {
    height:auto;
}

#container {
    padding-right:0;
    padding-left:0;
}

} 

#main .inside {
    min-height:1px;
}

img {
    width:auto;
    height:auto;
    -ms-interpolation-mode:bicubic;
}

.ce_gallery ul {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}

.ce_gallery li {
    float:left;
}

.col_first {
    clear:left;
}

.block {
    overflow:hidden;
}

.clear,
#clear {
    height:.1px;
    clear:both;
    font-size:.1px;
    line-height:.1px;
}

.invisible {
    left:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
    top:-1000px;
}

.custom {
    display:block;
}
@font-face {
  font-family: Classica;
  src: url("/files/Schriftart/Classica.ttf");
}
@font-face {
  font-family: Classica-Bold;
  src: url("/files/Schriftart/Classica-Bold.ttf");
}

@font-face {
  font-family: NeverMind;
  src: url("/files/Schriftart/NeverMind-Regular.ttf");
}

body{
	font-family: Classica, Arial, Helvetica, sans-serif;
	background-image:url("/files/Bilder/Essenzielles/bg.jpg");
	background-position:center;
	background-repeat:repeat;
	overflow:scroll;
}

.invisible{
	display:none;
}

/*---------Ausblenden der mobilen Sachen----------------*/
#Header_mobil{
	display:none;
}

.Header_mobil{
	display:none;
}

#Burger{
	display:none;
}

#Mobil_Menu{
	display:none;
}

#menu_m{
	display:none;
}
/*-------------DESKTOP MENÜ-------------------*/

#menu_d ul{
	margin-top:0;
    display:flex;
    list-style-type: none;
    justify-content: flex-start;
    background-color:rgba(122,82,60,0.8);
    font-size:1.4vw;
    padding:5px;
}

#menu_d a{
	text-decoration:none;
	color:white;
	padding:10px;
}

#menu_d a:visited{
  color:white;
  padding:10px;
}

#menu_d a:hover{
	color:black;
	background-color: #ff9900;
	border-radius:50px;
	border-color:#ff9900;
}

#menu_d .active{
	color:white;
	font-family:Classica;
	margin-right:30px;
	text-decoration:none;
	border-radius:0;
}

#menu_d .sibling{
	margin-right:30px;
	z-index:100;
	border-radius:0;
}

#menu_d li .active{
	background-color:rgba(255, 153, 0, 1);
	border-radius:10px;
}

/* Home */
#menu_d li:nth-child(1){
	border-right:solid white;
}

#menu_d li:nth-child(2){
	border-right:solid white;
}

#menu_d li:nth-child(3){
	border-right:solid white;
}

#menu_d li:nth-child(4){
	border-right:solid white;
}

#menu_d li:nth-child(5){
	border-right:solid white;
}

#menu_d li:nth-child(6){
	border-right:solid white;
}

#menu_d li:nth-child(7){
	position:fixed;
	bottom:10px;
	right:10%;
	font-size:1.1vw;
	z-index:100;
}

#menu_d li:nth-child(8){
	position:fixed;
	bottom:10px;
	right:0;
	font-size:1.1vw;
	z-index:100;
}

#menu_d li:nth-child(9){
	position:absolute;
	font-size:1.1vw;
	top:10px;
	right:10%;
}

#menu_d li:nth-child(10){
	position:absolute;
	z-index:510;
	font-size:1.1vw;
	top:10px;
	right:0;
}

#menu_d li:nth-child(11){
	display:none;
}

#footer{
	position:fixed;
	bottom:0;
	left:0;
	z-index:50;
	width:100%;
	height:4.5%;
	background-color:rgba(122,82,60,0.7);
}










@media only screen and (max-width:1000px){
	
body{
	overflow:scroll;
}

#header{
	position:absolute;
	width:100%;
}

#top{
	width:100%;
}
/*---------HEADER---------------*/

.Header_mobil{
	display:block;
	position:fixed;
	top:0;
	z-index:251;
	width:100%;
	height:180px;
	background-color:rgba(122,82,60,0.9);
	text-align:center;
	padding-top:70px;
	color:white;
	font-size:60pt;
	line-height:20%;
}

#Header_mobil h2{
	font-size:30pt;	
}

#slogan{
	color:#ff9900;
}

#Burger{
	position:fixed;
	right:20px;
	top:20px;
	display:block;
	z-index:300;
	width:15%;
}

/*-----------MENÜ------------*/

#menu_d a{
	color:white;
}

#menu_d li:nth-child(1){
	display:none;
}

#menu_d li:nth-child(2){
	display:none;
}

#menu_d li:nth-child(3){
	display:none;
}

#menu_d li:nth-child(4){
	display:none;
}

#menu_d li:nth-child(5){
	display:none;
}

#menu_d li:nth-child(6){
	display:none;
}

#menu_d li:nth-child(7){
	position:fixed;
	bottom:30px;
	left:50px;
	font-size:45px;
	z-index:230;
}

#menu_d li:nth-child(8){
	position:fixed;
	bottom:30px;
	right:50px;
	font-size:45px;
	z-index:230;
}

#menu_d li:nth-child(9){
	display:none;
}

#menu_d li:nth-child(10){
	display:none;
}

/*--------------MOBIL MENÜ-------------------*/

#Mobil_Menu{
	display:none;
	position:absolute;
	z-index:250;
	width:80%;
	left:10%;
	right:10%;
	top:190px;
}

#menu_m{
	display:none;
	width:100%;
}

#menu_m .active{
  font-weight:bold;
  color:black;
  text-shadow:white 0 0 20px;
}

#menu_m a:link {
  color:white;
  text-decoration:none;
}

#menu_m a:visited {
  color:white;
}

#menu_m a:active {
	color:white;
}

#menu_m li:nth-child(1){
	position:absolute;
	display:block;
	margin-top:26%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(2){
	position:absolute;
	display:block;
	margin-top:49%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(3){
	position:absolute;
	display:block;
	margin-top:71%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(4){
	position:absolute;
	display:block;
	margin-top:93%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(5){
	position:absolute;
	display:block;
	margin-top:112%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(6){
	position:absolute;
	display:block;
	margin-top:130%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(9){
	position:absolute;
	display:block;
	margin-top:150%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(10){
	position:absolute;
	display:block;
	margin-top:174%;
	width:100%;
	z-index:400;
	font-size:50pt;
	text-align:center;
	left:0;
}

#menu_m li:nth-child(7){
	display:none;
}

#menu_m li:nth-child(8){
	display:none;
}

#footer{
	height:100px;
}

}
body{
	overflow:auto;
}

#main{
	width:100%;
	height:100vh;
	margin:auto;
}

.inside{
	width:100%;
	height:100vh;
}

/*-------GRAFIKEN----------*/

#Logo{ 
	position:fixed;
	  width:50%;
	  top:30%;
      left:-25%;
      opacity: 0.45;
      mix-blend-mode:multiply;
}

/*FORMULAR*/
#Personendaten{
	position:absolute;
	width:45%;
	top:5%;
	left:20%;
	z-index:2;
	padding:0.2%;
}

/*FORMATIERUNG DES FORMULARS*/
.formbody .widget{
	display:flex;
	justify-content:space-between;
	margin-bottom:3%;
	font-size:1vw;
}

.submit{
	width:100%;
	font-size:1vw;
	font-family:Classica;
	background-color:rgba(122,82,60,0.9);
	color:white;
	margin-bottom:10%;
}

.formbody .error{
	margin:0;
	font-size:1vw;
	font-family:Nevermind;
	margin-bottom:2%;
}

fieldset{
	font-size:1vw;
	border-color:rgba(122,82,60,1);
	margin-bottom:2%;
}

/*TEXTFELDER*/
input{
	font-family:Classica;
	background-color:rgba(122,82,60,0.1);
}

input:focus{
	border:solid #ff9900 2px;
	outline: none;
}

textarea{
	font-family:Classica;
	width:70%;
	background-color:rgba(122,82,60,0.1);
}

textarea:focus{
	border:solid #ff9900 2px;
	outline: none;
}

select{
	font-family:Classica;
	text-align:center;
	font-size:1vw;
	background-color:rgba(122,82,60,0.1);
}

select:focus{
	outline: none;
	border:solid #ff9900 2px;
}

/*TEXT FORMATIERUNG*/
#text{
	position:absolute;
	width:30%;
	top:70%;
	right:5%;
	z-index:4;
}

#text p{
	font-size:0.9vw;
}

#text ul{
	font-size:0.7vw;	
}

@media only screen and (max-width:1000px){
	
	#Logo{
		display:none;
	}
	/*FORMULAR*/
	#Personendaten{
		width:95%;
		top:10%;
		left:2.5%;
	}	
	
	.submit{
		width:100%;
		font-size:40px;
		font-family:Classica;
		margin-top:50px;
		background-color:rgba(122,82,60,0.9);
		color:white;
	}
	
	fieldset{
		font-size:40px;
		margin-bottom:50px;
		padding:20px;
	}
	
	.formbody .widget{
		display:flex;
		flex-flow:wrap;
		justify-content:center;
		font-size:30px;
	}

	.formbody .error{
		font-size:30px;
		margin-bottom:40px;
	}
	
	/*TEXTFELDER*/
	input{
		width:80%;
		font-size:35px;
	}
	
	select{
		width:80%;
		font-size:35px;
	}
	
	label{
		width:100%;
		font-size:35px;
		text-align:center;
		margin-top:20px;
	}
	
	textarea{
		width:80%;
	}
	
	#text{
		display:none;
	}
}
