* { margin: 0px; padding: 0px; font-size: 18px; color: rgba(255,255,255,1.00); line-height: 22px; font-family: regular; font-weight: 400; -webkit-tap-highlight-color: rgb(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
* { -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
::selection  { background-color: #000; color: #fff; }
::-moz-selection { background-color: #000; color: #fff; }
body { height: 100%; background: rgba(121,14,73,1.0);}
html { height: 100%; -webkit-text-size-adjust: none; }

:focus, :active {
  outline: 0;
}

.weiss	{ color: #FFF;}
.white	{ color: #FFF;}
a.weiss	{ color: #FFF;}

.bold	{
	font-family: Georgia, Times, "Times New Roman", serif;
}

.nodesk {
	display: none;
}

h2	{
	font-size: 20px;
	font-family: regular;
	line-height: 22px;
	-moz-hyphens: auto; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	color: rgba(255,4,98,1.00);
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
}

h1	{
	font-size: 40px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;    
	line-height: 44px;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	color: rgba(255,255,255,1);
    padding-bottom: 30px;

}

.flex-item h2	{
	display: inline;
	margin-top: 20px;
	font-size: 20px;
	line-height: 25px;
	width: 100%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;    	
	-moz-hyphens: auto; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	color: rgba(255,4,98,1.00);
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
}


h1 + p, h2 + p, h3 + p, h1 + div, h2 + div, h3 + div, h1 + ul, h2 + ul, h3 + ul, p + p, h2 + h3, ul + h3, h2 + h1, h1 + h2, h1 + h3, ul + p {
	margin-top: 20px;
}


ol {
	padding-left: 20px !important;
}

p + h1, p + h2, p + h3, ul + h2, p + ul {
	margin-top: 20px;
}

h3	{
	font-size: 18px;
	line-height: 22px;
	-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	color: rgba(255,255,255,1);	
	font-family: Georgia, Times, "Times New Roman", serif;    
}


#accordion h3 {
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(102,102,102,1);
	margin-bottom: 1px;
	font-weight: 100;
}

#accordion h3:after {
	position: absolute;
	right: 30px;
	content: "\f196";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3:hover {
	background-color: rgba(60,0,24,1);
}

#accordion h3.active {
	background-color: rgba(60,0,24,1);
}

#accordion h3.active:after {
	position: absolute;
	right: 30px;
	content: "\f147";
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
}

#accordion h3 a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a {
   outline: 0;
}

.clearfix { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.hidden {
     opacity:0;
}

.visible{
     opacity:1;
}

a:link		{
	color: rgba(255,4,98,1);
	text-decoration: underline;
}
	
a:hover		{
	color: rgba(255,4,98,1);
	text-decoration: none;
}

a:active		{
	color: rgba(255,4,98,1);
	text-decoration: none;
}

a:visited		{
	color: rgba(255,4,98,1);
	text-decoration: none;
}

#topfixed	{
	position:fixed;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	clear: both;
    border: 0px solid rgba(235,193,194,1.00);
}

#topfixed2	{
	position: relative;
	width: 100%;
	z-index: 49000;
}

#maxhead	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;
}

#maxli	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.shadow {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	background-color: rgba(121,14,73,1.0);    
}

.shadow_off {
	background-color: rgba(121,14,73,1.0);    
}

#logo	{
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;
	padding: 25px 0px 0px 0px;
	width: 25%;
	margin: 0px;
	border: 0px solid #000000;	
}

#logo img {
	display: inline-block;
	max-width: 80%;
	height: auto;
}

#logo a {
	text-decoration: none;
}

#welcome	{
	position: relative;
	background-color: rgba(121,14,73,1.0);    
	width: 100%;
	z-index: 100;
    min-height: !important;
	padding: 40px 0px 70px 0px;
}

#geo	{                      
	position: relative;
	background-color: rgba(255, 255, 255, 1.0);
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 22;
}

.scrollout	{
	position: absolute;
	background-color: rgba(255,4,98,0.95);
	width: 100px;
	height: 100px;
	right: 0px;
	top: -30px;
	z-index: +1;
	padding: 28px 0px 0px 0px;
	opacity: 0;	
	text-align: center;
	vertical-align: middle;
	margin: auto;
}


.opentime * {
	color: rgba(255,255,255,1.00);	
}


.opentime	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100%);
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	color: rgba(255,255,255,1.00);
	border-top: 0px solid rgba(255,4,98,1.0);
	border-radius: 0px 0px 15px 15px;	
}

.opentime * {
	color: rgba(255,255,255,1.00);	
}


#htz_1:hover > .scrollout, #htz_2:hover > .scrollout, #zentrum:hover > .scrollout, #etzel:hover > .scrollout {
	transform: translateY(-1px) rotate(360deg) scale(1.2);
	transition: all 0.6s ease-in-out;
	opacity: 1;
	border-radius: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);	
}

#htz_1:hover > .opentime, #htz_2:hover > .opentime, #zentrum:hover > .opentime, #etzel:hover > .opentime {
	background-color: rgba(255,4,98,1.0);
	transition: all 0.5s ease-in-out;
}

#htz_1:hover > .opentime *, #htz_2:hover > .opentime *, #zentrum:hover > .opentime *, #etzel:hover > .opentime * {
	color: rgba(60,0,24,1.0);
	transition: all 0.5s ease-in-out;
}

#htz_1:hover > .opentime .clock:before, #htz_2:hover > .opentime .clock:before, #zentrum:hover > .opentime .clock:before, #etzel:hover > .opentime .clock:before {
	color: rgba(60,0,24,1.0);
	transition: all 0.5s ease-in-out;
}

.scrollout:hover {
	background-color: rgba(255, 237, 0, 1.0);
	transition: all 0.3s ease-in-out;
}

.scrollout a {
	display: inline-block;
	width: 100%;
	color: rgba(60,0,24,1.00) !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.scrollout a:hover {
	text-decoration: none !important;
}

.scrollout a:after {
	content: "\f00c";
	font-size: 15px;
	padding-left: 5px;
	font-family: FontAwesome;
	color: rgba(255, 255, 0, 1.0);
}

.scrollout a:hover:after {
	color: rgba(60,0,24,1);
}


#htz_1, #htz_2, #zentrum, #etzel	{
	position: relative;
	float: left;
	top: -200px;
	z-index: +1 !important;
	margin-bottom: -200px;
	margin-right: 20px;
	background-color: rgba(0, 60, 110, 0.8);
	width: calc(25% - 20px);
	border-top: 14px solid rgba(255, 237, 0, 0.8);
	padding: 30px 20px 160px 20px;
-webkit-background-clip: padding;
   -moz-background-clip: padding;
        background-clip: padding-box;
	border-radius: 0px 0px 15px 15px;
}

#htz_1:hover, #htz_2:hover, #zentrum:hover, #etzel:hover {
	background-color: rgba(0, 60, 110, 1.0);
	border-top: 14px solid rgba(255, 237, 0, 1.0);	
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}


#htz_1 p, #htz_2 p, #zentrum p, #etzel p	{
	color: rgba(255,255,255,1.00);
	padding-left: 20px;
}

.pin, .clock	{
	color: #FFED00;
}

.pin:before	{
	content: "\f041";
	padding-right: 10px;
	margin-left: -20px;
	font-family: FontAwesome;
	color: #FFED00;
}

.clock:before	{
	content: "\f017";
	padding-right: 10px;
	margin-left: -25px;
	font-family: FontAwesome;
	color: #FFED00;
}

#starttext {
	width: 100%;
}

#starttext h1	{
	color: rgba(255,255,255,1);
}

#folgetext {
	width: 100%;
}

#folgetextspalte {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;

/*	column-count: 2; 
	column-gap: 40px;
	column-rule-style:dotted; 
	column-rule-width:1px; 
	column-rule-color: #25654f;

	-webkit-column-count: 2; 
	-webkit-column-gap: 40px;
	-webkit-column-rule-style:dotted; 
	-webkit-column-rule-width:1px; 
	-webkit-column-rule-color: #25654f;	
*/
}

#folgetextspalterechts {
	width: calc(50% - 10px);
	padding-left: 0px;
	border-left: 0px solid rgba(60,0,24,0.2);
}

#folgetext img.bild, #folgetextspalte img.bild, #folgetextspalterechts img.bild {
	max-width: 100%;
	height: auto;
	clear: both;
}

#folgetext h2, #folgetextspalte h2 {
	max-width: 70% !important;
}


#folgetext ul, #folgetextspalte ul {
    padding-left: 0px;
    list-style: outside none;
    border-radius: 0px;
    padding-bottom: 10px;
}

#folgetext ul li, #folgetextspalte ul li {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted rgba(255,255,255,0.50);
}

#folgetext ul li:before, #folgetextspalte ul li:before {
    position: absolute;
    content: "\00af";
    margin-right: 10px;
    padding-top: 8px;
    margin-left: -20px;
    font-family: FontAwesome;
}

.box {
    margin-left: 50%;
    border: 1px solid rgba(255,255,255,0.40);
    border-radius: 5px;
    text-align: center;
    width: 50%;
    padding: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.80) !important;
}

#spruch {
	position: absolute;
	top: 20%;
    right: 4%;
	z-index: 5002;	
	padding: 30px 20px 40px 20px;
	border-top-right-radius: 40%;
	border-top-left-radius: 40%;
	border-bottom-right-radius: 40%;
	border-bottom-left-radius: 20%;
	width: 380px;
	height: 260px;
	text-align: center;
	overflow: hidden;
	background: url("https://www.q12.ch/w_resp/allgemein/images/layout/sprechblase_left_kontur.svg");
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px solid rgba(96,96,96,1.00);
	z-index: 5003;	
}

#spruch .text, #spruch .textleft {
    position: relative !important;
}

#sofa {
    width: 100%;
    height: 400px;
    border: 0px solid rgba(0,0,0,1.00);
    overflow: hidden;
}

#sofa img {
    position: relative;
    top: -30%;
    max-width: 100%;
    height: auto;
    margin: auto;
	transform: scale(2, 2);    
}


#aktuell	{
	position: relative;
	background-color: rgba(237,237,237,1);
	width: 100%;
	padding: 40px 0px 0px 0px;
	z-index: 21;	
}

.bgcolor	{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c0018+0,790e49+100 */
background: #3c0018; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #3c0018 0%, #790e49 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #3c0018 0%,#790e49 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #3c0018 0%,#790e49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0018', endColorstr='#790e49',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bgcolorwhite {
    background-color: rgba(255,255,255,1.00) !important;
}


#bgbild	{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 60%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}

#bgbildfolge	{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: auto;
    z-index: 999;
	height: 40%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

#spacerohnebild	{
	position: relative;
	width: 100%;
	height: 1px;
}

#bgmap	{
	position: relative;
	width: 100%;
	height: 70%;
	min-height: 200px;
}

#bgmap *	{
    color: rgba(60,0,24,1.00);
}

#bgbildfolge img {
	position: absolute;
	left: 3%;
	height: 95%;
	width: auto;
	z-index: 800;
}

#startslider	{
	position: relative;
	width: 100%;
	margin-top: 0px;
    height: 100%;
	z-index: 16;
}

#owl-nested {
	position: relative;
	max-width: 1320px;
	height: calc(100% - 165px);
	top: 165px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	border: 0px solid #FFF;
}

.item {
	position: relative;
    display: flex;
    justify-content: center;
    border: 0px solid rgba(255,251,251,1.00);
}

.loc {
    position: absolute;
    bottom: 4%;
    display: grid;
    width: 50%;
    height: 50%;
    right: 0%;
    text-align: center;
    overflow: hidden;
    border: 0px solid rgba(96,96,96,1.00);
    z-index: 5003;
    color: rgba(255,255,255,1.00);
    font-family: 'open sans';
    align-items: end;
    justify-content: end;}

.text {
	position: absolute;
	top: 8%;
    left: 20%;
	z-index: 5002;	
	padding: 30px 20px 40px 20px;
	border-top-right-radius: 40%;
	border-top-left-radius: 40%;
	border-bottom-right-radius: 20%;
	border-bottom-left-radius: 40%;
	width: 380px;
	height: 260px;
	text-align: center;
	overflow: hidden;
	background: url("https://www.q12.ch/w_resp/allgemein/images/layout/sprechblase_kontur.svg");
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px solid rgba(96,96,96,1.00);
	z-index: 5003;
}

.textleft {
	position: absolute;
	top: 8%;
    right: 20%;
	z-index: 5002;	
	padding: 30px 20px 40px 20px;
	border-top-right-radius: 40%;
	border-top-left-radius: 40%;
	border-bottom-right-radius: 40%;
	border-bottom-left-radius: 20%;
	width: 380px;
	height: 260px;
	text-align: center;
	overflow: hidden;
	background: url("https://www.q12.ch/w_resp/allgemein/images/layout/sprechblase_left_kontur.svg");
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px solid rgba(96,96,96,1.00);
	z-index: 5003;	
}

.text h1, .textleft h1, #spruch h1 {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
    -moz-hyphens: none !important;
    -o-hyphens: none !important; 
    -webkit-hyphens: none !important; 
    -ms-hyphens: none !important; 
    hyphens: none !important;     
}

.text h1, .textleft h1, #spruch h1 {
    position: absolute;
    top: 40%;
    left: 50%;    
    transform: translate(-50%,-50%);
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: rgba(255,255,255,1.00);
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    font-weight: normal;
    -moz-hyphens: none !important;
    -o-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}


.stuhl {
    display: flex;
    justify-content: center;
	
	position: absolute;
	overflow: hidden;
	z-index: 5002;
	width: 100%;
}

.person {
    display: flex;
    justify-content: center;
	
	position: relative;
	overflow: hidden;
	z-index: 5001;
	text-align: center;	
	width: 100%;
}

.hdw {
	z-index: 5005 !important;
}

.person img, .stuhl img {
	object-fit: contain;
	max-width: 100%;
}

.iteminner {
	width: 100%;
	padding: 25px;
	background: rgba(0,0,0,0.20);	
}

.iteminner h1, .iteminner p {
	color: rgba(255,255,255,1.00);	
}


.flexstart	{
	position: relative;
	max-width: 1320px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

li.flex-item	{
    border-top: 0px dotted rgba(255,255,255,1.00);    
	width: calc(100% / 4 - 60px / 4);
    display: inline-block;
	position:relative;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px !important;
	float: left;
    background-color: rgba(255,255,255,0.0);
}

li.flex-item:before {
    position: absolute;
    content: inherit !important;
    margin-right: 10px;
    padding-top: 8px;
    margin-left: -20px;
    font-family: FontAwesome;
}

li.flex-item:nth-child(4n)	{
    margin: 0px 0px 0px 0px;
}

.flex-item:hover {
    border-top: 0px dotted rgba(39,101,78,1.00);    
	transition: all 0.3s ease-in-out;    
}

.flex-item:hover > #overview li .imgdiv {
	transition: all 0.3s ease-in-out;    
}

li.flex-item > div.imgdiv {
	position: relative;
	width: 100%;
    padding-top: 60%;
	text-decoration: none;
	opacity: 1;
	margin-bottom: 0px;	
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.flex-item ul#overview {
	margin-bottom: 20px;
}

.flex-item ul#overview li {
	padding-left: 0px !important;
}


.flex-item ul#overview li {
    position: relative;
	list-style: none;
	float:left;
	width: calc(100%);
	margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
}

p.date {
	margin: 10px 0px 10px 0px;
}

.flex-item ul#overview > li:hover {
    position: relative;
    background: rgba(60,0,24,0.00);
	transform: scale(1.05, 1.05);
	transition: all 0.1s ease-in-out;
    z-index: +1;
    border-radius: 2px;
	-webkit-box-shadow: 0px 0px 0px 00px rgba(60,0,24,0.00);
	-moz-box-shadow: 0px 0px 0px 00px rgba(60,0,24,0.00);
	box-shadow: 0px 0px 0px 00px rgba(60,0,24,0.00);
	border-bottom: 1px solid rgba(255,4,98,1.00);    
}



#video-container {
	position: absolute;
	margin: 0 auto;
	min-height:100%;
	min-width:100%;
	overflow: hidden;
}

video {
	position: absolute;
	z-index:0;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);	
}

video.fillWidth {
	min-width: 100%;
	min-height: 100%;
}

#contentmap	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 10;
	margin-bottom: 100px;
	text-align:left;
}

#content	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 20;
	text-align:center;
}

#notab	{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 18;
	color: #FFF;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
	display: none;
}

#sitemap	{
	position: relative;
	padding: 40px 0px 40px 0px;
	z-index: 20;
	width:100%;
	background-color: rgba(60,0,24,1);    
	z-index: 21;	
}

#smcenter	{
	position:relative;
	width: 100%;
	margin-left: auto;
	float: left;
	margin-right: auto;	
	padding: 0px 0px 0px 0px;
	height: auto !important;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	z-index: 21;
}

#smcenter ul:nth-child(4n) {
	margin: 0px 0px 30px 0px;
}

#smcenter ul {
	float:left;
	width: calc(100% / 4 - 60px / 4);
	list-style: none;
	margin: 0px 20px 30px 0px;
}

#smcenter li {
	padding-left: 0px;
}

#smcenter li.indent {
	padding-left: 15px;
}

#smcenter ul > li > a:before {
	content: "";
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	font-family: FontAwesome;
	position:absolute;
    margin-left:-20px;
}

#smcenter ul > li:first-child {
	text-align: left;
	color:#fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#smcenter li:first-child a {
	text-transform: none;
	font-size: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 22px;	
	display: block; 
	color:#fff; 
	padding-left: 0px;
	text-decoration:none;	
}

#smcenter li a {
	display: block; 
	color:#fff; 
	padding-left: 0px;
	text-decoration:none;	
	font-family: regular;
	font-size: 18px;
	line-height: 22px;	
}

#smcenter li a:hover{
	color: rgba(255,4,98,1);
	padding-left: 0px;
}

#smcenter li a.active{
	color: rgba(255,4,98,1);
}

#footer	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 21;
	clear:both;
	background-color: rgba(50,0,0,1.0);    
}

#footer #maxli table td p, #footer #maxli table td p a {
	color: #FFFFFF;
	font-size: 18px;
}

#footer #maxli table td p a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

#footer a {
	text-decoration: underline;
}

#connect	{
	position: relative;
	width: 100%;
	padding: 40px 0px 40px 0px;
	z-index: 21;
	clear:both;
	border-top: 1px solid rgba(60,0,24,1.00);
	color: rgba(60,0,24,1.00) !important;
	background-color: rgba(255,4,98,1.0);
}

#connect *	{
	color: rgba(60,0,24,1.00) !important;
}

#socialmedia	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 18;
	clear:both;
	background-color: rgba(230,230,230,1);
}

#smicons {
	text-align: center;
	width: 100%;
}

#smicons i {
	font-size: 20px;
	color: rgba(102,102,102,0.8);
	padding: 0px 10px 0px 10px;
}

#smicons i:hover {
	color: rgba(102,102,102,1);
}

#godown	{
	position: absolute;
	left:50%;
	bottom: 20px;
	margin-left: -22px;
	margin-bottom: 20px;
	z-index: 500;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


#scrolltop	{
	position:fixed !important;
	bottom:40px;
	right:20px;
	display: none;
	z-index: 500;
	opacity: 0.8;	
}

#goright	{
	position:fixed;
	right: 20px;
	top: 50%;
	z-index: 19;
	opacity: 0.8;		
}

#goleft	{
	position:fixed;
	left: 20px;
	top: 50%;
	z-index: 19;
	opacity: 0.8;	
}

.disabled i	{
	opacity: 0.3;
	cursor: auto;
}

#goleft.disabled:hover > i, #goright.disabled:hover > i{
	opacity: 0.3;
	cursor: auto;
}

#scrolltop:hover, #goleft:hover, #goright:hover	{
	opacity: 1.0;
}


#dcont:before{
	content: "\f019";
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#dcont	{
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	

    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#dcont > ul > li	{
	list-style: none;
	display: inline;
	border-top: none !important;
}

#dcont > ul > li:after	{
	content: '';
	padding-right: 20px;
}

#dcont > ul > li:last-child:after	{
	content: '';
	padding-right: 5px;
}


#dcont > ul	{
	width: 100%;
	display: block;
	padding: 5px 0px 3px 10px;
	background-color: rgba(255,255,255,0.09);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
	margin-bottom: 2px;
}

#dcont > ul:hover	{
	background-color:rgba(60,0,24,1);
	transition: all 0.3s ease-in-out;
}

#dcont > ul > li:first-child	{
	width: 10%;
}

#dcont > ul > li:nth-child(2)	{
	width: 65%;
}

#dcont > ul > li:last-child	{
	width: 25%;
	text-align: right;
}

#dcont > ul:hover > li, #dcont ul:hover > li > a, #dcont ul:hover > li > i 	{
	color: #fff;
	text-decoration: none;
}

#dcont > ul > li	{
	display: inline-block;
	float: left;
	margin-left: 0px;
	vertical-align: middle;
}

#dcont > ul > li:before	{
    content: '';
	left: 0px;
}

#dcont > ul > li:last-child	{
	float: right;
}

.downloadlinie	{
	border-bottom: 1px solid rgba(60,0,24,1);
}

.buttonpf {
	padding-top: 0px;
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:40px;
    text-align: center;
    vertical-align: bottom;
	border-radius: 100%;
	cursor:pointer;
}

.button {
	display: inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	font-size: 40px;
	color: #B52B2D;
    text-align: center;
    vertical-align: bottom;
	cursor: pointer;
	border-radius: 100%;
}

.button:hover, .buttonpf:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.3s ease-in-out;
}

.button > i, .buttonpf > i {
	color: #fff;
	font-size: 40px;	
}






.klickbutton {
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	color: rgba(255,255,255,1.00) !important;
	background: rgba(255,4,98,1.00);
	padding: 20px 30px 20px 30px;
    text-align: center;
    vertical-align: bottom;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	text-decoration: none !important;
}

.klickbutton:hover {
	box-shadow: -10px -10px 5px rgba(0,0,0,0);
	transition: all 0.1s ease-in-out;
}






#claimer {
    position: fixed;
    z-index: 10003;
    padding: 30px 0 30px 0;
    width: 100%;
    bottom: 0px;
    background-color: rgba(50,0,0,1.00);    
}

#claimer p {
    color: rgba(255,255,255,1.00);
	margin-right: 100px;
}


.but_close:after {
    position: absolute !important;
	padding-top: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: rgba(255,4,98,0.60);
	content: "OK";
    font-size: 18px;
    line-height: 18px;
	font-family: 'semibold';
    font-weight: lighter;
    color: rgba(255,255,255,1.00) !important;        
    right: 20px;
    top: 0px;
}

.but_close:hover:after {
    background: rgba(255,4,98,1.00);
    color: rgba(255,255,255,1.00) !important;
    transform: scale(1.05);
	transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.but_close:hover {
    cursor: pointer !important;
}






#menumobil	 {
	display: none;
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 30px 0px 0px 0px;
	background-color: rgba(121,14,73,1.00);
	z-index: 9999;
}

#hamburger	{
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 120000;
	border: 0px solid  rgba(185,111,112,1.00);
}


p.textline {
	text-align: left;
	font-size: 14px;
	width: 100%;
	margin-bottom: 30px;
}

.galleryitemlogo {
	position: relative;
	width: calc(16.6% - 20px);
	height: 80px;
	margin-right: 20px;
	float: left;
	border: 0px solid rgba(201,121,122,1.00);
}

.galleryitemlogo img {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	filter: grayscale(70%);
	-webkit-filter: grayscale(70%);	
}

.galleryitemlogo img:hover {
	transform: scale(1.15, 1.15);
	transition: all 0.3s ease-in-out;
	filter: grayscale(0%);	
	-webkit-filter: grayscale(0%);	

}

.galleryitem > a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.galleryitem:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.72);
	transition: all 0.3s ease-in-out;
}

.galleryitem:hover {
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}



#folgetext .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(60,0,24,1);
	border: 0px solid rgba(60,0,24,1);
}

#folgetext .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetext .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalte .galleryitem 	{
	width: calc(20% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(60,0,24,1);
	border: 0px solid rgba(60,0,24,1);
}

#folgetextspalte .galleryitem:nth-child(5n)	{
	width: calc(20%);
	margin-right: 0px;
}

#folgetextspalte .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#folgetextspalterechts .galleryitem 	{
	width: calc(50% - 10px);
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: rgba(60,0,24,1);
	border: 0px solid rgba(60,0,24,1);
}


#folgetextspalterechts .galleryitem:nth-child(2n)	{
	width: calc(50% - 10px);
	margin-right: 0px;
}

#folgetextspalterechts .galleryitem img 	{
	width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}





#startboxen {
	width: 100%;
}

ul#overview > li:before {
    content: '';
    position: absolute;
	font-size: 15px;
    left: 0px;
	color: rgba(60,0,24,1);
    font-family: 'FontAwesome';
}

ul#overview {
	width: 100% !important;
	list-style: none;
	margin: 0px 0px 0px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    border: 0px solid rgba(217,217,217,1.00);
}

ul#overview * {
    color: rgba(255,255,255,1.00) !important;
}

ul#overview > li {
    position: relative;
	list-style: none;
	float:left;
	width: calc(100% / 4 - 60px / 4);
	margin: 0px 20px 50px 0px;
    padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
}

ul#overview > li:hover h3 {
	color: rgba(255,4,98,1.00) !important;    
}
ul#overview > li:hover {
    position: relative;
    background: rgba(60,0,24,0.90);
	transform: scale(1.05, 1.05);
	transition: all 0.1s ease-in-out;
    z-index: +1;
    	border-radius: 2px;

-webkit-box-shadow: 0px 0px 0px 20px rgba(60,0,24,0.90);
-moz-box-shadow: 0px 0px 0px 20px rgba(60,0,24,0.90);
box-shadow: 0px 0px 0px 20px rgba(60,0,24,0.90);
	border-bottom: 1px solid rgba(255,4,98,1.00);    
}

ul#overview > li:nth-child(4n) {
	margin: 0px 0px 50px 0px;
}

ul#overview > li > div.imgdiv {
	position: relative;
	width: 100%;
	padding-top: 60%;
	margin-bottom: 20px;
	text-decoration: none;
	opacity: 1;
    border-radius: 5px;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#overview > li > div.imgdiv a {
	display: none;
}

ul#overview > li > div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#overview > li > div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#overview > li > div.imgdiv a:hover > i {
	color: rgba(60,0,24,1);
}


ul#overview > li > div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	border-top: 0px solid rgba(60,0,24,1);
	padding-top: 10px;
}

ul#overview > li:hover > div.selfheight {
	border-top: 0px solid rgba(60,0,24,1);
}

ul#overview > li:hover > div.selfheight h3.titow {
	color:rgba(60,0,24,1.00);
}

ul#overview > li:hover > .imgdiv {
}







#bereichbuttonscont {
	width: 100%;
	border-top: 0px solid rgba(60,0,24,1);	
	padding-top: 40px;
}

ul#bereichbuttons {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul#bereichbuttons > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: auto 105%;	
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#bereichbuttons > li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	width: calc(25%);
}

ul#bereichbuttons h3 {
	position: absolute;
	color: rgba(60,0,24,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	background-color: rgba(255,255,255,1.00);
}

ul#bereichbuttons > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(60,0,24,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#bereichbuttons > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#bereichbuttons > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}

ul#bereichbuttons > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}








ul#contentboxen {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#folgetextspalterechts ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(100%);
	margin: 0px 0px 40px 0px;
	border: 0px solid rgba(60,0,24,1);
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

#folgetextspalte ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(50% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen > li {
    position: relative;
	list-style: none;
	text-align: center;
	float:left;
	height: 264px;
	border-radius: 5px;
	width: calc(25% - 20px);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
}

ul#contentboxen > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('/w_resp/allgemein/images/layout/t_icon_red.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#folgetextspalterechts ul#contentboxen > li:nth-child(2n) {
	margin: 0px 0px 40px 0px;
}

ul#contentboxen h3 {
	position: absolute;
	color: rgba(60,0,24,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
	border-radius: 5px;
	font-family: regular; font-weight: 400;	
	text-transform: none;
	margin: 0px 20px 0px 20px;
	background-color: rgba(255,255,255,1.00);
}

ul#contentboxen > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	background-color: rgba(60,0,24,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#contentboxen > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#contentboxen > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}






#history ul {
	width: 100% !important;
	list-style: none;
}

#history ul > li:nth-child(odd) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: 10%;
}

#history ul > li:nth-child(even) {
    position: relative;
	list-style: none;
	text-align: left;
	float:left;
	width: 90%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(134,134,134,1.00);
	margin-bottom: 10px;
}









#further {
	border-top: 1px solid rgba(60,0,24,1);
	margin-top: 30px;
	padding-top: 30px;
	display: none;
	width:100%;
	margin-right: 20px;
	margin-bottom: 30px;
}

#gallery 	{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#bild 	{
	width: 100%;
	height: 350px;
}

#bild > div{
	width: 100%;
	height: 100%;
}

#gallerysub 	{
	width: 100%;
	padding-top: 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.flip {
	width: calc(50% - 20px);
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.flip:nth-child(2n) 	{
	margin-right: 0%;
}

.flip img {
    width: 100%;
    height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back *{
    color: #fff;
    text-align: left;
}

.back	{
	padding: 20px 10px 10px 20px;
	color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.flip .back i {
	font-size: 28px;
	cursor: pointer;
	margin-top: 10px;
	vertical-align: absmiddle;
	margin-right: 5px;
}

.back1 {
    background: rgba(60,0,24,1);
}

.flip  {
    animation: zooming 0.5s ease-in-out;
	-webkit-animation: zooming 0.5s ease-in-out;
	-moz-animation: zooming 0.5s ease-in-out;
	-o-animation: zooming 0.5s ease-in-out;
	cursor: pointer;
}

@keyframes zooming {
0% { transform:scale(1) rotate(0deg); }
50% { transform:scale(1.05) rotate(0deg);}
100% { transform:scale(1) rotate(0deg);}
}

@-webkit-keyframes zooming {
0% { -webkit-transform:scale(1) rotate(0deg); }
50% { -webkit-transform:scale(1.05) rotate(0deg); }
100% {-webkit-transform:scale(1) rotate(0deg); }
}

.kasten {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	background-color:#fff;
	border: 10px dashed #eee;
	padding: 50px;
}

.kasten > i {
	display:block;
	float: none;
	font-size: 64px;
	color: rgba(60,0,24,1);
	text-align:center;
	margin-bottom: 20px;
}

.kasten h2 {
	color:#000;
}

.kasten > p {
	color: #000;
	padding-bottom: 18px;
}

.kasten:hover { 
	background-color: rgba(60,0,24,1);
	transition: all 0.3s ease-in-out;
	border: 10px dashed rgba(60,0,24,1);
	color: #FFF;
} 

.kasten:hover > i {
	transition: all 0.3s ease-in-out;
	color:#fff;
	margin-bottom: 40px;

	-ms-transform: scale(1.5) rotate(9deg); /* IE 9 */
	-webkit-transform: scale(1.5) rotate(9deg); /* Chrome, Safari, Opera */
	transform: scale(1.5) rotate(9deg);

}

.kasten:hover i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

.kasten:hover a {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:underline;
}

.kasten:hover a:hover {
	transition: all 0.3s ease-in-out;
	color:#fff;
	text-decoration:none;
}

.kasten hr {
	margin: 10px 0px 10px 0px;
}

.kasten:hover > h2, .kasten:hover > p, .kasten:hover > i {
	transition: all 0.3s ease-in-out;
	color:#fff;
}

hr.line {
    border: 0;
    height: 0;
	margin: 20px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.msover {
	cursor: pointer;
}

.meldung {
	padding: 20px;
	background-color: #eee;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

span.meldung > h3 {
	color: #000;
	border: 0px;
}

#camholder {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-top: 40px;
	margin-left: -375px;
	z-index: 1111111111;
}

#newsholder {
	margin-top: 40px;
	max-width: 750px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 40;
	display: none;
}

#newsholder > #camcont strong {
	color: #FFFFFF;
}

#newsholder > #camcont a {
	color: #FFFFFF;
	text-decoration: underline;
}

#newsholder > #camcont a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#newsholder > #camcont > img {
	max-width: 100%;
	height: auto;
	margin: 30px 0px 30px 0px !important;
}

#camcont {
	margin: 0px;
	padding: 10px 30px 30px 30px;
	width: 100%;
	background-color: rgba(60,0,24,0.9);
	z-index: 1111111111;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
}

#camcont h1, #camcont p {
	color: rgba(255,255,255,1.00)
}


#einblenden {	
	width: 50px;
	height: 50px;
	background-color: rgba(60,0,24,1);
	z-index: 11000;
	float: right;
	margin-top: 245px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
}

#einblenden i {
	font-size: 25px;
	line-height: 25px;
	font-family: FontAwesome;
	color: #fff;
	margin-left: 12px;
	margin-top: 12px;
}

.close {
	text-align: right;
}

.close a {
	text-decoration: none;
	color: #fff;
}

.close a:before {
	content: "\f00D";
	vertical-align: middle;
	display:inline-block;
	font-size: 25px;
	font-family: FontAwesome;
	position:absolute;
	text-decoration: none;
    margin-left:-30px;	
	color: #fff;
}


/* Selector Language */

/* Style The Dropdown Button */
.dropbtn {
    background-color: rgba(60,0,24,1);
    color: white;
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position:absolute;
	right: 0px;
	top: 0px;
	z-index: 100001;
	padding-right: 20px;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5fafe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: block;
}

 .dropdown-content a.activedd:after, .dropdown-content a:hover:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
    margin-left: 15px;	 
 }


/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: rgba(255,4,98,0.8); color: rgba(60,0,24,1);}
 .dropdown-content a.activedd {background-color: rgba(255,4,98,1.0); color: rgba(60,0,24,1);}
 .dropdown-content a.activedd:hover {background-color: rgba(255,4,98,1.0); color: rgba(60,0,24,1);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(60,0,24,1);
}

.lang {
	padding-left: 20px;
	color: rgba(255,255,255,1.00) !important;
}	
	
.lang .activedd {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}	
	
.lang a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}	

#waiter {
    display: none;
    position: fixed;
	width:100% !important;
    height: 100% !important;
    z-index: 10001;
}

#waiter p {
    position: absolute;
    color: rgba(255,255,255,1.00);
    top: 45%;
    left: 50%;
    text-align: center;
    margin-top: 80px;
    transform: translate(-50%, -50%) !important;
    color: rgba(255,255,255,1.00);
}

.back10 {
    background: rgba(90,140,120,1.00);
    background: -moz-linear-gradient(45deg,  rgba(90,140,120,1) 0%, rgba(251,207,149,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.lds-roller {
  display: inline-block;
  position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;

}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
