@charset "utf-8";
@import "bourbon";
@import url('https://fonts.googleapis.com/css?family=Istok+Web|Neucha');
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@import url(https://fonts.googleapis.com/css?family=Lora);

body{
    background-color: black;
}

.BackTop_Button{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -9999px;
    top: 210px;
    background: url("../img/topbutton.png");
    background-size: cover;
    z-index: 10;
    cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
    opacity: 0;
}

.BackTop_Button.on:hover{
    opacity: 1;
}

.BackTop_Button.on{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
    display: block;
    opacity: 0.4;
    left: calc(var(--Frost-Frame-Left) + 12px);
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
----------------- COOKIE RAHMEN UND LAYOUTS  ------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
#id_cookie_legende_Info_de, #id_cookie_legende_Info_it{
    display: none;
    visibility: hidden;
}

#id_cookie_legende_Info_de.on{
    display: block;
    visibility: visible;
}

#id_cookie_legende_Info_it.on{
    display: block;
    visibility: visible;
}

.cookie_info_rahmen{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: -9999px;
    top: 0px;
    background: #FFFFFF;
    opacity: 0.5;
    z-index: 997;
}

.cookie_info_rahmen.on{
    display: flex;
    justify-content: center;
    align-content: center;
    left: 0px;
}


.cookie_info_rahmen_Innen{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: -9999px;
    top: 0px;
    background: transparent;
    z-index: 998;
}
.cookie_info_rahmen_Innen.on{
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}



.cookie_info_box{
    display: block;
    position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	filter:alpha(opacity=80); /* IE */
	opacity:1; /* allgemein */
	-moz-opacity:1; /* Mozilla */
	-khtml-opacity:1; /* KTHML */
	-opera-opacity:1; /* Opera */
	border-color: #666;
	border-width: 2px;
	border-style: solid;
    border-radius: 15px;
    z-index: 999;
    background:#FFFFFF;
    justify-content: center;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    width: calc(100% - 15px);
    max-width: 400px;
    height: calc(100% - 15px);
    max-height: 300px;
}


.cookie_Titel{
    font-family: 'Neucha', cursive;
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    width: 100%;
    text-align: center;
}

.cookie_Info_Legende{
    position: relative;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.cookie_Info{
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-size: 16px;
    height: auto;
    width: 100%;
}




.Div_Legende_Box_Titel, .Div_Legende_Box_Text, .class_Btn_Legende_Box, .class_Btn_Cookie_Box{
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: auto;
}

.Div_Legende_Box_Titel{
    top: 50px;
}

.Div_Legende_Box_Text{
    top: 90px;
}

.class_Btn_Legende_Box{
    top: calc(100% - 80px);
}

.class_Btn_Cookie_Box{
    top: calc(100% - 45px);
}







.cookie_legende_box{
    display: none;
    position: absolute;
    width: calc(100% - 15px);
    max-width: 500px;
    height: calc(100% - 15px);
    max-height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.75);
	border-color: #666;
	border-width: 2px;
	border-style: solid;
    border-radius: 15px;
    z-index: 1000;
    background:#FFFFFF;
    justify-content: center;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.class_Btn_Cookie_Box_Close{
    position: absolute;
    display: none;
    justify-content: center;
    align-content: center;
    z-index: 205;
    width: 30px;
    height: 30px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
    border-radius: 25px;
    left: 4px;
    top: 4px;
    background-color: white;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
}

.cookie_legende_X{
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    line-height: 26px;
}

.class_Btn_Cookie_Box_Close:hover{
	border-color: #727272;
    color: #727272;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -9px 2px 12px -1px rgba(106,106,106,0); 
    box-shadow: 0px 10px 13px -7px #000000, -9px 2px 12px -1px rgba(106,106,106,0);
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15), 2px -3px 6px rgba(206,89,55,0);
}


.cookie_Info_Legende:hover{
    font-size: 20px;
    color: crimson;
}

.cookie_legende_box_Reihe_1{
    position: absolute;
    top: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 204;
}
.cookie_legende_box_Reihe_2{
    position: relative;
    width: 100%;
    height: calc(100% - 70px);
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 202;
}

.cookie_legende_Titel{
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 30px;
    font-weight: bold;
}

.cookie_legende_Info{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 10px;
}
.cookie_schatten_unten{
    position: absolute;
    left: 0px;
    top: calc(100% - 60px);
    width: 100%;
    height: 60px;
    z-index: 203;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9948179955575981) 16%, rgba(255,255,255,0) 100%);
}

.cookie_schatten_oben{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    height: 60px;
    z-index: 203;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9948179955575981) 16%, rgba(255,255,255,0) 100%);
}

.cookie_legende_box.on{
    display: block;
}
.class_Btn_Cookie_Box_Close.on{
    display: flex;
    justify-content: center;
    align-content: center;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
----------------- BUTTON LAYOUT  ------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.Class-Button{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 250px;
	height: 30px;
}

.Class-Button:enabled{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.Class-Button:disabled{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #606060;
	box-shadow: inset 0px 1px 0px 0px #606060;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6d6c6c), color-stop(1, #a5a5a5));
	background: -moz-linear-gradient(top, #6d6c6c 5%, #a5a5a5 100%);
	background: -webkit-linear-gradient(top, #6d6c6c 5%, #a5a5a5 100%);
	background: -o-linear-gradient(top, #6d6c6c 5%, #a5a5a5 100%);
	background: -ms-linear-gradient(top, #6d6c6c 5%, #a5a5a5 100%);
	background: linear-gradient(to bottom, #6d6c6c 5%, #a5a5a5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6c6c', endColorstr='#a5a5a5',GradientType=0);
	background-color: #6d6c6c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #605e5e;
	display: inline-block;
	cursor: no-drop;
	color: #706F6F;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #c4c2c2;
}

.Class-Button:enabled:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
    color: red;
}
.Class-Button:enabled:active {
	position:relative;
	top:1px;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DIE NAVIGATIONS-BUTTONS----------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/

/*
-----------------TABELLEN POSITIONIEREUNG----------------------
*/
table {
	caption-side: bottom;
}
table, td, th, tr{
	border-collapse: separate;
}

html, body{
	margin: auto;
	padding: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.body-class.off{
	overflow-x: hidden;
	overflow-y: hidden;
}
html.off{
	overflow-x: hidden;
	overflow-y: hidden;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
------------INTRO VIDEO PLAYER---------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.player-rahmen{
	display: block;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 23;
	top: 0px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.videoplayer {
	display: block;
	position: relative;
	height: auto;
}
.videoplayer-close{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	cursor: pointer;
	left: 50px;
	top: 30px;
}

.nav-netz-close{
	position: absolute;
	display: block;
	height: 70px;
	width: 70px;
	background-image: url(../img/rinde.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: center center;
}
#nav-btn-news-close{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	background: url(../img/Icon_Close.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	margin-bottom: 10px;
	cursor: pointer;
}
.nav-label-close{
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	left: 5px;
}


#nav-btn-news-close:hover{
	border: 1px solid #F0FF00;
	background: url(../img/Icon_Close_weis.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
}
#nav-label-video-close.over{
	color: #F0FF00;
}

.player-rahmen.on{
	opacity: 1;
}


@media (min-width:651px){
	.videoplayer {
		width: 600px;
		top: 100px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:650px){
	.videoplayer {
		width: 90%;
		top: 100px;
		left: calc(50% - 45%)
	}
}

@media (max-height:480px) and (orientation: landscape){
	.videoplayer {
		width: 80%;
		top: 10px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.videoplayer-close{
		display: none;
		visibility: hidden;
	}
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.intro-rahmen{
	position: fixed;
	display: block;
	left: 30px;
	top: 11px;
	height: 30px;
	width: 100px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-family: 'Neucha', cursive;
	font-size: 15px;
	font-weight: bold;
	color: white;
	border-radius: 6px;
	z-index: 15;
}
.intro-text{
	position: absolute;
	display: block;
	left: 0px;
	top: 5px;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.intro-rahmen:hover{
	color: #000000;
	border: 1px solid #868484;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.combo-sprache {
    position: fixed;
    display: inline-block;
    margin-bottom: 15px;
    left: 150px;
    top: 12px;
	width: 130px;
	z-index: 15;
}    

.combo-sprache.allein{
    left: 10px;
    top: 10px;
}    

.combo-sprache select {
	font-family: 'Neucha', cursive;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 5px 15px;
	outline: 0;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFFFFF;
	color: white;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.combo-sprache select::-ms-expand {
	display: none;
}
.combo-sprache select:hover,
.combo-sprache select:focus {
	color: #000000;
	background: #CCCCCC;
}
.combo-sprache select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select_arrow {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #FFFFFF transparent transparent transparent;
}
.combo-sprache select:hover ~ .select_arrow,
.combo-sprache select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.combo-sprache select:disabled ~ .select_arrow {
    border-top-color: #CCCCCC;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DIE MSG BOX----------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/

.msgcontainer{
	display: block;
	opacity: 0;
    position: fixed;
	text-align: justify;
    background: hsla(0,0%,100%,1);
    font-size: 15px;
    font-family: 'Lora', serif;
    line-height: 1.2;
    border-radius: 10px;
	width: calc(100% - 20px);
    max-width: 400px;
	height: 150px;
	left: -9999px;
	top: calc(50% - 75px);
    box-shadow: 5px 3px 30px black;
    overflow: hidden;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	z-index: 19;
}

.msgcontainer.open{
	opacity: 1;
	left: calc(50% - 206px);
}

.msgtitel{
	display: flex;
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 42px);
	height: auto;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
    padding: 15px 20px 20px 20px;
    
    border: transparent solid 1px;
}

.msgcontainerText{
	display: flex;
    justify-content: center;
    align-items:flex-start;
	position: relative;
	width: calc(100% - 32px);
	height: calc(100% - 60px);
    text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    
    border: transparent solid 1px;
}

.msgclose{
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	right: 6px;
	top: 6px;
	border: 1px solid #2F2E2E;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: black;
	cursor: pointer;
}

.msgclose-label{
	display: block;
	position: absolute;
	left: 7px;
	top: -1px;
	cursor: pointer;
}
.msgclose:hover{
	background-color: #6C859E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DEN BEGRÜSSUNGSTEXT UND LOGO TEXT------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/

.titel-image{
	display: block;
	height: 200px;
	width: 100%;
	left: 0px;
	top: 100px;
	background: url(../img/IleniaFaroldi_graved.png);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: center top;
	opacity: 0;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
	-webkit-transition: transform 1s ease; /* Firefox */
	-o-transition: transform 1s ease; /* Opera */
	transition: transform 1s ease; /* Standard */
}
.titel-image.FadeIn{
	opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
	-webkit-transition: transform 1s ease; /* Firefox */
	-o-transition: transform 1s ease; /* Opera */
	transition: transform 1s ease; /* Standard */
}
.ilenia-text{
	display: block;
	position: relative;
	font-family: 'Istok Web', sans-serif;
	width: 180px;
	height: 50px;
	left: calc(50% - 70px);
	top: -90px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
    
	color: rgba(255,255,255,.5);
	text-shadow: 1px 1px 0px rgba(255,255,255,.5), -1px -1px 0px rgba(0,0,0,.7);
}
.ilenia-text.FadeIn{
	opacity: 1;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}
.begruessung-text{
	display: block;
	position: relative;
	font-family: 'Neucha', cursive;
	width: 100%;
	left: 0px;
	top: -90px;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
    
	color: rgba(255,255,255,.5);
	text-shadow: 1px 1px 0px rgba(255,255,255,.5), -1px -1px 0px rgba(0,0,0,.7);
}
.begruessung-text.FadeIn{
	opacity: 1;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}
#begruessung::before,
#begruessung::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#begruessung::before {
  left: 2px;
  text-shadow: -1px 0 #BDBDBD;
  background: transparent;
  clip: rect(0, 900px, 0, 0);
  overflow: hidden;
}
#begruessung::after {
  left: -2px;
  text-shadow: -1px 0 #BDBDBD;
  background: transparent;
  clip: rect(0, 900px, 0, 0);
  overflow: hidden;
}

@keyframes noise-anim-1 {
  0% {
    clip: rect(23px, 9999px, 17px, 0);
  }
  5% {
    clip: rect(34px, 9999px, 24px, 0);
  }
  10% {
    clip: rect(34px, 9999px, 9px, 0);
  }
  15.0% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  20% {
    clip: rect(5px, 9999px, 18px, 0);
  }
  25% {
    clip: rect(15px, 9999px, 35px, 0);
  }
  30.0% {
    clip: rect(26px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(26px, 9999px, 33px, 0);
  }
  40% {
    clip: rect(26px, 9999px, 5px, 0);
  }
  45% {
    clip: rect(13px, 9999px, 28px, 0);
  }
  50% {
    clip: rect(29px, 9999px, 38px, 0);
  }
  55.0% {
    clip: rect(30px, 9999px, 13px, 0);
  }
  60.0% {
    clip: rect(7px, 9999px, 36px, 0);
  }
  65% {
    clip: rect(28px, 9999px, 14px, 0);
  }
  70% {
    clip: rect(15px, 9999px, 16px, 0);
  }
  75% {
    clip: rect(8px, 9999px, 8px, 0);
  }
  80% {
    clip: rect(39px, 9999px, 2px, 0);
  }
  85.0% {
    clip: rect(20px, 9999px, 18px, 0);
  }
  90% {
    clip: rect(27px, 9999px, 8px, 0);
  }
  95% {
    clip: rect(33px, 9999px, 14px, 0);
  }
  100% {
    clip: rect(23px, 9999px, 25px, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip: rect(5px, 9999px, 21px, 0);
  }
  5% {
    clip: rect(38px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(37px, 9999px, 18px, 0);
  }
  15.0% {
    clip: rect(11px, 9999px, 38px, 0);
  }
  20% {
    clip: rect(24px, 9999px, 13px, 0);
  }
  25% {
    clip: rect(37px, 9999px, 25px, 0);
  }
  30.0% {
    clip: rect(28px, 9999px, 40px, 0);
  }
  35% {
    clip: rect(14px, 9999px, 33px, 0);
  }
  40% {
    clip: rect(35px, 9999px, 3px, 0);
  }
  65% {
    clip: rect(29px, 9999px, 4px, 0);
  }
  70% {
    clip: rect(12px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(3px, 9999px, 38px, 0);
  }
  80% {
    clip: rect(24px, 9999px, 39px, 0);
  }
  85.0% {
    clip: rect(34px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(15px, 9999px, 11px, 0);
  }
  95% {
    clip: rect(10px, 9999px, 14px, 0);
  }
  100% {
    clip: rect(38px, 9999px, 21px, 0);
  }
}
#begruessung::before {
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}

#begruessung::after {
  animation: glitch-anim-2 2s infinite linear alternate-reverse;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN SIDE ABDUNKLUNG----------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.abdunklung, .abdunklungWebmaster{
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 22;
	opacity: 0;
	background-color: black;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.abdunklung_menu, .abdunklung_anmeldung{
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
	background-color: black;
    opacity: 0.5;
}

.abdunklung_anmeldung{
    z-index: 32;
}

.abdunklungWebmaster.on{
	opacity: 0.7;
}

.abdunklung.on{
	opacity: 0.8;
}

.abdunklung_menu.on, .abdunklung_anmeldung.on{
    display: block;
    opacity: 0.8;
}

.abdunklung.menu {
    display: none;
	visibility: hidden;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR SCROLL UP------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.FooterScroll a {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  z-index: 16;
  display: inline-block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #fff;
  font-family: 'Neucha', cursive;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
}
.FooterScroll a:hover {
  opacity: .3;
}

.FooterScrollRahmen {
    position: absolute;
    width: 80px;
    height: 80px;
	top: calc(100% - 70px);
	left: calc(50% - 40px);
	border: 1px solid;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.FooterScroll {
    position: absolute;
    width: 80px;
    height: 80px;
	top: 0;
	left: 0;
	border: 1px solid;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.FooterScroll.on {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.FooterScrollRahmen.on {
	left: calc(50% + 260px);
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#scroll_up, #scroll_up_a{
  cursor: pointer;
}
#scroll_up a {
  padding-top: 80px;
  color: #fff;
}
#scroll_up a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  color: #fff;
}
#scroll_up a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scroll_up a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scroll_up a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DEN FOOTER-----------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.footer{
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 100%;
	left: 0px;
	background-color: #474646;
	font-size: 36px;
	z-index: 24;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(80,80,80,1.00) 0%,rgba(0,0,0,1.00) 70.98%,rgba(47,47,47,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(80,80,80,1.00) 0%,rgba(0,0,0,1.00) 70.98%,rgba(47,47,47,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(80,80,80,1.00) 0%,rgba(0,0,0,1.00) 70.98%,rgba(47,47,47,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(80,80,80,1.00) 0%,rgba(0,0,0,1.00) 70.98%,rgba(47,47,47,1.00) 100%);
	-webkit-box-shadow: 0px 2px 15px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 2px 15px 4px rgba(255,255,255,1);
	box-shadow: 0px 2px 15px 4px rgba(255,255,255,1);
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------CSS POSITIONIERUNGEN FÜR DIE HINTERGRUND SLIDESHOW--------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
	padding: 0;
}

.sliderElements figure{
	height: 100%;
	width: 100%;
}

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.cssSlider {
	position: fixed;
    overflow-x: hidden;
	overflow-y: hidden;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	-ms-transition: left 1s ease;
	transition: left 1s ease;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    margin-bottom: .8em;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -ms-transition: left .8s ease-in-out;
	-o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    position: relative;
}
/* inputs aus dem Blickfeld schieben */
.cssSlider .slideInput {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
	position: fixed;
	width: auto;
	bottom: 20px;
    text-align: center;
}

/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls .slideLabel {
	width: 17px;
	height: 17px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	background: #68B022;
	color: transparent;
	background-image: -webkit-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	border: 1px solid #FFFFFF;
	margin: 4px;
}

.icon
{
	display: block;
	font-size: 50px;
	color: #fff;
	position: absolute;
	z-index: 16;
}

#left
{
	position: fixed;
	display: block;
	left: 10px;
	top: calc(50% - 28px);
	width: 50px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	border-radius: 6px;
	opacity: 0.2;
	color: white;
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-ms-transition:opacity 1s ease-out;
	-o-transition:opacity 1s ease-out;
	transition:opacity 1s ease-out;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

#right
{
	position: fixed;
	display: block;
	right: 10px;
	top: calc(50% - 28px);
	width: 50px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(122,122,122,1.00) 0%,rgba(47,45,45,1.00) 98.96%,rgba(39,39,39,1.00) 100%);
	border-radius: 6px;
	opacity: 0.2;
	color: white;
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-o-transition:opacity 1s ease-out;
	-ms-transition:opacity 1s ease-out;
	transition:opacity 1s ease-out;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

.cssSliderGlocke{
	color: #1F1F1F;
	background-image: -webkit-linear-gradient(317deg,rgba(0,0,0,1.00) 16.58%,rgba(27,26,26,1.00) 73.06%,rgba(47,45,45,1.00) 98.96%);
	background-image: -moz-linear-gradient(317deg,rgba(0,0,0,1.00) 16.58%,rgba(27,26,26,1.00) 73.06%,rgba(47,45,45,1.00) 98.96%);
	background-image: -o-linear-gradient(317deg,rgba(0,0,0,1.00) 16.58%,rgba(27,26,26,1.00) 73.06%,rgba(47,45,45,1.00) 98.96%);
	background-image: linear-gradient(133deg,rgba(0,0,0,1.00) 16.58%,rgba(27,26,26,1.00) 73.06%,rgba(47,45,45,1.00) 98.96%);
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	opacity: 0.4;
}

#left:hover
{
	opacity: 0.6;
}

#right:hover
{
	opacity: 0.6;
}

.cssSlider.LinkOpen{
	display: none;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------BESUCHERCOUNTER--------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
#Besucherstatistik-label-gesamt-count{
    color: #FFFF00;
    font-weight: bold;
}

#Besucherstatistik-label-online-count{
    color: #81DAF5;
}

.vergleich{
	display: none;
}
.Besucherstatistik-Tabellenrahmen{
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	height: 80px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#Tabelle-Counter-1{
    float: left;
	position: relative;
	left: 5px;
	top: 25px;
	width: 130px;
	color: #FFFFFF;
	font-size: 12px;
}
#Tabelle-Counter-2{
    float: left;
	position: relative;
	left: 5px;
	top: 25px;
	width: 160px;
	color: #FFFFFF;
	font-size: 12px;
}

.Besucherstatistik-titel{
	display: block;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	left: 0px;
	top: 4px;
}
.Besucherstatistik-rahmen, .Besucherstatistik-feld-links, .Besucherstatistik-feld-rechts{
	border: 1px solid #FFFFFF;
	height: 20px;
	padding-top: 1px;
}
.Besucherstatistik-feld-links{
	width: 64%;
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
}
.Besucherstatistik-feld-rechts{
	width: 36%;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------TOP BUTTON FÜR NACH OBEN SCROLLEN-------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.TopButton{
	display: block;
	visibility: visible;
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	opacity: 0;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	color: white;
	z-index: 21;
	background: url(../img/topbutton.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.TopButton.open:hover{
	opacity: 1;
}

.TopButton.open{
	opacity: 0.3;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------TOGGEL HAMBURGER BUTTON  ---------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
top: 25px;
---------------------------------------------------------------------------------------
*/
.ToggleButton-Hintergrund{
	display: none;
    position: fixed;
    top: 31px;
    left: -9999;
    width: auto;
    height:  auto;
    z-index: 30;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.ToggleButton-Hintergrund.standby{
    z-index: 20;
}

.ToggleButton-Hintergrund.on{
    display: flex;
    left: -9999;
}

.ToggleButton-Hintergrund.handy{
    display: block;
    top: 6px;
    left: -15px;
}

.ToggleButton-Hintergrund.handy_menu{
    display: block;
    top: 6px;
    left: calc(100% - 100px);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{
	background-color: black;
}

.hamburger-inner{
	width: 26px;
	height: 3px;
	left: 5px;
	top: 17px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 4px;
	position: absolute;
	display: block;
	cursor: pointer;
    z-index: 31;
}

.class_hamburger{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;		
    text-decoration: none;		
    text-align: center;
    font-size: 25px;		
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    letter-spacing: -.065em;
    font-family: "Hammersmith One", sans-serif;		
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
    border-radius: 300px;
    border-width: 2px;
    border-style: solid;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

.hamburger-inner::after, .hamburger-inner::before{
	content: '';
	left: 0px;
	width: 26px;
	height: 3px;
	border-radius: 4px;
	position: absolute;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
}

.hamburger-inner::after{
	top: -8px;
}
.hamburger-inner::before{
	top: 8px;
}

.class_hamburger:hover .hamburger-inner, .class_hamburger:hover .hamburger-inner:after, .class_hamburger:hover .hamburger-inner:before{
	box-shadow: 2px 2px 2px 1px #BDBDBD;
    background-color: #848484;
}

.class_hamburger:hover {
  border-radius: 100%;
  border: 2px solid #6E6E6E;
}

.hamburger-inner.close{
	width: 0px;
	height: 0px;
	cursor: pointer;
}
.hamburger-inner.close::after{
	content: '';
	transform: rotate(45deg) translate(5px, 6px);
	cursor: pointer;
}
.hamburger-inner.close::before{
	content: '';
	transform: rotate(-45deg) translate(6px, -6px);
	cursor: pointer;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
------------POSITIONIERUNG DES BUTTON MENÜ BEI GEÖFFNETEN SEITEN-----------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.footer.menu{
	display: none;
	position: fixed;
	visibility: hidden;
	left: -9999px;
}
.titeltext.menu{
	display: none;
	visibility: hidden;
}
.FooterScrollRahmen.menu, .FooterScrollRahmen.off{
	display: none;
	visibility: hidden;
}
.intro-rahmen.menu{
	display: none;
	visibility: hidden;
    left: -9999;
}
.webmaster-login-rahmen.menu{
	display: none;
	visibility: hidden;
    left: -9999;
}
.combo-sprache.close, .combo-sprache.menu {
	display: none;
	visibility: hidden;
    left: -9999;
}

.combo-sprache.menu select {
	font-family: 'Neucha', cursive;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 5px 15px;
	outline: 0;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.30);
	border: 1px solid #3A3A3A;
	color: #000000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
------------POSITIONIERUNG DES RAHMEN FÜR DAS KONTAKTFORMULAR--------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.kontaktformular_rahmen{
	display: block;
	visibility: hidden;
	position: fixed;
	background-color: white;
	border: 1px solid;
	border-radius: 10px;
    max-width: 900px;
    width: calc(100% - 25px);
    height: calc(100% - 70px);
    max-height: 660px;
    top: calc(50% - 330px);
	z-index: 1001;
	left: -9999;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 19px 5px #000000;
	-moz-box-shadow: 0px 0px 19px 5px #000000;
	box-shadow: 0px 0px 19px 5px #000000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.kontaktformular_rahmen.open{
    left: calc(50% - 450px);
    top: calc(50% - 330px);
    visibility: visible;
    opacity: 1;
}

.kontaktformular_close{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	right: -3px;
	top: -3px;
	background-color: black;
	color: white;
	font-size: 20px;
	text-align: center;
    z-index: 1002;
	cursor: pointer;
}

.kontaktformular_close_label{
	display: block;
	position: absolute;
	width: 30px;
	left: 0px;
	top: 2px;
	cursor: pointer;
}

.kontaktformular_close:hover{
	border: 1px solid #FF0004;
	color: #FF0004;
}

.kontaktformular_container{
	display: block;
	position: absolute;
	left: 11px;
	top: 6px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

figure{
	background-size:cover;
	background-position:center center;
	
}

/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-----------------------------COMBOBOX MIT FLAGGE---------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.Div_Legende_ComboBox{
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    height: 30px;
    width: 130px;
}

.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
  cursor: pointer;
}

#a img, .btn-select img{
  width: 20px;
  margin-left: 2px;
}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin-left: 8px;
}

.btn-select li span{
  position: absolute;
  top: 7px;
  margin-left: 15px;
}

#a li span{
  position: absolute;
  margin-left: 15px;
}

/* item list */

.b{
  position: absolute;
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  left: 0;
  top: 32px;
  z-index: 100;
  background-color: #fff;
  height: 94px;
  cursor: pointer;
}

.open{
  display: show !important;
}

.btn-select{
  position: absolute;
  margin-top: 0px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 50px;
}

.combotext2{
    line-height: -30px;
}


