#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
#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{
	height:100vh;
	width:100%;
}

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

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

#Logo{ 
	position:fixed;
	z-index:-15;
	 width:50%;
	 top:30%;
     left:-15%;
     opacity: 0.2;
     mix-blend-mode:multiply;
     pointer-events: none;
}

#Pergament{
	position:absolute;
	width:60%;
	top:5%;
	right:20%;
	pointer-events: none;
}

/*-------------------TEXTE---------------------*/

#article-6{
	position:absolute;
	z-index:5;
	width:50%;
	top:15%;
	right:25%;
}

#article-6 h2{
	text-align:center;
	font-size:1.5vw;
}

#article-6 h3{
	font-size:1.3vw;
}


#article-6 p{
	font-family:Nevermind;
	font-size:1vw;
	line-height:160%
}

/*------------------LIGHTBOX------------------------*/

.cboxPhoto{
background-color:rgba(122,82,60,0.3);
}

/*-----------------GALERIE-----------------------*/

#galerie ul{
	display:flex;
	width:100%;
	list-style-type:none;
	flex-flow:row;
}

#galerie li{
	width:33%;
}

#galerie img{
	width:100%;
}

#galerie_verein ul{
	display:flex;
	width:100%;
	list-style-type:none;
	flex-flow:row wrap;
}

#galerie_verein li{
	width:33%;
}

#galerie_verein img{
	width:100%;
}

@media only screen and (max-width:1000px){

	#Pergament{
		position:fixed;
		width:90%;
		height:130%;
		top:5%;
		right:5%;
	}
	
	#Logo{ 
		position:fixed;
		width:150%;
		top:30%;
	    left:-50%;
	    opacity: 0.45;
	    z-index:-2;
	    mix-blend-mode:multiply;
	    pointer-events: none;
	}
	
	/*-------------------TEXTE---------------------*/

	#article-6{
		position:absolute;
		z-index:5;
		width:70%;
		top:10%;
		right:15%;
	}
	
	#article-6 h2{
		font-size:50px;
	}
	
	#article-6 h3{
		font-size:40px;
	}
	
	
	#article-6 p{
		font-family:Nevermind;
		font-size:35px;
		line-height:160%
	}
	
/*-----------GALERIE---------------*/

	#galerie ul{
		width:100%;
		flex-flow:wrap;
		pointer-events: none;
	}
	
	#galerie li{
		width:100%;
		pointer-events: none;
	}
	
	#galerie_verein ul{
		display:flex;
		width:100%;
		list-style-type:none;
		flex-flow:row wrap;
	}
	
	#galerie_verein li{
		width:100%;
		pointer-events: none;
	}
	

}
