

@import 'style_FX.css';
@import 'ResponsiveNavigation.css?v=4';
@import 'custom.css?v=2';


/*Google Font über Google einbinden */
/*@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic|Reenie+Beanie);*/

/*Google Font lokal einbinden */
/*
@font-face { font-family: 'Asap'; src: url('fonts/Asap-Regular.ttf') format('truetype');}
@font-face { font-family: 'Asap'; src: url('fonts/Asap-Bold.ttf') format('truetype');	font-weight: bold;}
@font-face { font-family: 'Asap'; src: url('fonts/Asap-Italic.ttf') format('truetype');	font-style: italic;}
*/


@font-face { font-family: 'Poppins'; src: url('fonts/Poppins-Regular.ttf') format('truetype');}
@font-face { font-family: 'Poppins'; src: url('fonts/Poppins-Bold.ttf') format('truetype');	font-weight: bold;}
@font-face { font-family: 'Poppins'; src: url('fonts/Poppins-Italic.ttf') format('truetype');	font-style: italic;}


/*
	Die Schriftart muss in folgenden den Klassen definiert werden: body, input
	Zusätzlich sollte Sie in der Datei ckeditor/config.js 

*/

html, body, h1, h2, h3, h4, h5, h6, div, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre
{
	line-height: 1.5em;
	box-sizing:border-box;
}
body
{ 
	/*font-family: 'Asap', sans-serif;*/
	font-family: 'Poppins', sans-serif;
		
	color: #666666;
	background-color:white;
	MARGIN: 0px;
	PADDING: 0px;
	XXXXXoverflow-y:scroll;
}
.mark:hover
{
	background-color:rgba(120,120,120,.1);
	cursor:default;
}
.code
{
	font-family:"Courier New";
	font-size:.9em;
}
/*
.fixed {
    position: fixed; 
    top: 0; 
    left:0;
    height: 41px; 
    z-index: 1;
    width:100%;
    -moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25);
	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
}
*/

.fixed 
{
	
    position: fixed;     top: 0;     height: 2.5em;     z-index: 1;    width:100%;
    -moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25);	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);	background-color:#cccccc;
	transition: all .3s linear;-o-transition: all .3s linear;-moz-transition: all .3s linear;-webkit-transition: all .3s linear;
}
@media (max-device-width: 540px), (max-width: 540px) {.fixed {position:relative;} 	}

.mark2:hover
{
	background-color:rgba(120,120,120,.4);
	cursor:default;
}



/*Masterslider*/
.NewsMastersliderStatic {left:0;z-index:4;padding:.5em;background-color:#009c3e;color:White;}
.NewsMastersliderStaticCaption {font-size:1.2em;line-height:1em;font-weight:bold;}
.NewsMastersliderStaticText {font-size:1em;line-height:1.2em;}
.NewsMastersliderCaption {font-size:1.4em;line-height:1em;font-weight:bold;}
.NewsMastersliderText {font-size:1em;}
@media (max-device-width: 540px), (max-width: 540px) 
{
	/*Schriftgröße bei Smartphone*/
	.NewsMastersliderStaticCaption {font-size:1em;line-height:1em;font-weight:bold;}
	.NewsMastersliderStaticText {font-size:.8em;line-height:1.2em;}
	.NewsMastersliderCaption {font-size:1em;line-height:1em;font-weight:bold;}
	.NewsMastersliderText {font-size:.8em;}
}

.NewsMastersliderThumbnail{font-size:.8em;padding:.5em;background-color:rgba(150,150,150,.2);min-height:3em;}
.NewsMastersliderThumbnail b{color:#f36b10;}
.NewsMastersliderThumbnail span{display:none}


.DTSliderPanel			{background-color:rgba(0,0,0,.25);padding:1em;text-align:center;min-width:400px;}
.DTSliderTitel			{color:white;font-weight:700;	font-size:2.0em; text-align:center;	line-height:1em;}
.DTSliderText			{color:white;margin-top:.5em;line-height:1em;}
.DTSliderButton			{box-shadow: 0px 2px 2px 0px rgba(0,0,0,.08);text-align:center;border-radius:2px;background-color:#e60035 !important;color:White !important;font-size:1.5em;width:auto;min-width:150px;}
.DTSliderUntertitel		{color:White;text-align:left !important;line-height:1.6em;padding:1em; text-align:right; font-size:1.2em; }
.DTSliderUntertitel2	{padding:1em 0;	text-align:right; font-size:1em;	font-style:italic;}




a.NewsTeaser{display:inline-block;float:left;width:50%;cursor:pointer;}
@media (max-device-width: 540px), (max-width: 540px) {a.NewsTeaser{display:block;width:100%;} 	}




legend
{	color: #555555;
}
figure
{
	margin:0 0 15px 0;
	
}

figcaption
{
	font-size:.8em;
	padding:8px;
	background-color:#efefef;
	line-height: 1.5em;

}
#DTServiceMenu
{
}
@media (max-device-width: 540px),(max-width: 540px) {#DTServiceMenu {display:none;}}
.greyed
{
	color:#aaaaaa;
	font-style:italic;
}

input[type=text], select, textarea{
    width: 100%;
    padding: 4px ;
    border-radius: 4px;
    
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05);
}


.slideshowoverviewinfo
{
	display:block;
	padding:10px;
	overflow:hidden;
	height:58px;
		transition: all 300ms linear; 
}
.slideshowoverviewinfo:hover
{
	height:160px;
	overflow-y:scroll;
}

.FixedSavePanel
{
	text-align:center;
	padding:1em;
	background-color:#333333;
	z-index:999999999;
	border:0;
	box-shadow: 0px -8px 16px 0px rgba(0,0,0,.7);
}
.Warnung
{
	border:2px #d8b75f solid;
	display:block;
	background-color:#e8c871;
	text-align:center;
	color:White;
	padding:8px;
}
.Info
{
	font-size:1.2em;
	border:2px #7dc483 solid;
	display:block;
	background-color:#88ce8e;
	text-align:center;
	color:White;
	padding:8px;

/*	padding:8px;
	margin:8px;
	border:2px solid green;
	background-color:#fdfdfd;
	text-align:center;
	color:Green;*/
}

.CMSLabel1
{
	/* Label für Optionen  */
	border: 1px solid #dfdfdf;
	
	background-color:White;
	display:block;
	padding:.3em;
	margin:1px 1px;
	cursor:pointer;
	
	-moz-border-radius:8px;	-webkit-border-radius:8px;	border-radius:8px;
	-webkit-transition:background-color .3s ease; 	-moz-transition:background-color .3s ease; 	-o-transition:background-color .3s ease; 	transition:background-color .3s ease;
}


.CMSLabel1:hover
{
	background-color:rgba(0,0,0,.03)
}
.CMSLabel2
{
	/* Label für Optionen  */
	border: 1px solid rgba(255,255,255,0.01);
	
	background-color:rgba(255,255,255,.1);
	display:inline-block;
	padding:.3em;
	margin:1px 1px;
	cursor:pointer;
	
	-moz-border-radius:8px;	-webkit-border-radius:8px;	border-radius:8px;
	-webkit-transition:background-color .3s ease; 	-moz-transition:background-color .3s ease; 	-o-transition:background-color .3s ease; 	transition:background-color .3s ease;
}


.CMSLabel2:hover
{
	border: 1px solid rgba(255,255,255,0.3);
	background-color:rgba(0,0,0,.03)
}
.Infoslider
{
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;

}
.Downloadslider
{
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.DownloadsliderHeader
{
}

.Newsslider
{
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
/*	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;*/
}

#sortableLine { list-style-type: none; margin: 0; padding: 0; }
#sortableLine li {border:1px solid rgba(0,0,0,.04)}

#sortableBox { list-style-type: none; margin: 0; padding: 0; }
#sortableBox li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 155px; height: 100px; background-color:#dddddd; }

.CMSPrintcontainer
{
	width:640px;
}

.CMSTransparent100
{
	transition: opacity .5s ease-in-out;

	  opacity: 0;

}
.CMSTransparent0
{
	transition: opacity .5s ease-in-out;

	  opacity: 1;

}

.CMSPopUpBackground
{
	display:none;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	top:0;left:0;bottom:0;right:0;
	text-align:center;
	z-index:9999;
}
.CMSPopUpPanel
{
	background-color:white;
	position:fixed;
	top:10%;bottom:10%;
	left:25%;right:25%;
	
	
	text-align:center;
	border-radius:1em;
	
	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.5);
	overflow-x:hidden;
	overflow-y:auto;
}
@media (max-device-width: 1200px),(max-width: 1200px) {.CMSPopUpPanel{left:15%;right:15%;}}
@media (max-device-width: 600px),(max-width: 600px) {.CMSPopUpPanel{left:10%;right:10%;}}

.CMSPopUpText
{
	background-color:white;
	text-align:left;
	margin:0 auto;
	padding:1em;
	max-width:980px;
	
}
.CMSPopUpButtonPanel
{
	position:fixed;
	bottom:2em;
	left:0;
	right:0;
	text-align:center;
	z-index:99999;
}

input, select, textarea
{
	font-family: 'Poppins', sans-serif;
	line-height: 1em;
	box-sizing:border-box;
	color:#555555;
}

a.closeVS
{
	display:block;
	text-align:right;
	font-weight:bold;
	cursor:pointer;
	
	padding-right:.5em;
}
a.closeVS:hover
{
	background-color:#f9eeee;
}
	
a.GenericPage
{
	XXfont-size:10pt;
	display:block;
	padding:6px;
}
a.GenericPage:hover
{
	background-color:#e5e5e5;
}
a.GenericPageActiv
{
	color:#ffffff;
	background-color:#990033;
	xxfont-size:10pt;
	display:block;
	padding:6px;
}
a.GenericPageActiv:hover
{
	color:#ffdddd;
	background-color:#bb0044;
}
	
a.QuickTabAktiv
{
	height:30px;
	color: #cc0000;
	margin:5px 0 5px 5px;
	display:inline-block;
	
	-moz-border-radius:1px 8px 0px 0px ;
	-webkit-border-radius:1px 8px 0px 0px ;
	border-radius:1px 8px 0px 0px ;
	background-color:White;
	
	-moz-box-shadow: 0px -2px 2px 1px rgba(0,0,0,.2);
	-webkit-box-shadow:  0px -2px 2px 1px rgba(0,0,0,.2);
	box-shadow: 0px -2px 2px 1px rgba(0,0,0,.1);
	
}
a.QuickTab
{
	color:#555555;
	height:30px;
	margin:5px 0 5px 5px;
	display:inline-block;
}
a.QuickTab:hover
{
	-moz-border-radius:1px 8px 0px 0px ;
	-webkit-border-radius:1px 8px 0px 0px ;
	border-radius:1px 8px 0px 0px ;
	background-color:#dfdfdf;
	
}
div.QuickTab
{
	width:100%;
	height:35px;
	display:inline-block;
	
	
	background: rgb(204,205,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,205,206,1) 0%, rgba(158,158,158,1) 94%, rgba(122,122,122,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,205,206,1)), color-stop(94%,rgba(158,158,158,1)), color-stop(100%,rgba(122,122,122,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,205,206,1) 0%,rgba(158,158,158,1) 94%,rgba(122,122,122,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,205,206,1) 0%,rgba(158,158,158,1) 94%,rgba(122,122,122,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,205,206,1) 0%,rgba(158,158,158,1) 94%,rgba(122,122,122,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,205,206,1) 0%,rgba(158,158,158,1) 94%,rgba(122,122,122,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccdce', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */

	
	
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
.moreoptions
{
	display:inline-block;
	padding:1px 5px;
}
.moreoptions:hover
{
	background-color:rgba(0,0,0,.1);
}
.tooltiptextlink
{
	cursor:help;
	
	border-bottom:2px dotted orange;
}

.tooltiptext
{

	text-align:left;
	font-size:.9em;
	width:320px;
	padding:10px;
	background-color:white;
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,.2);
	
}

div
{
		
}

img
{
	border:0;
}

td
{
	
}
p
{
	margin-top:0px;
	margin-bottom: 10px;
}
a
{
	box-sizing:border-box;
	color: #666666 ;
	TEXT-DECORATION: none;
	
	-webkit-transition:color .3s ease; 	-moz-transition:color .3s ease; 	-o-transition:color .3s ease; 	transition:color .3s ease; 
	-webkit-transition:background-color .3s ease; 	-moz-transition:background-color .3s ease; 	-o-transition:background-color .3s ease; 	transition:background-color .3s ease;
}
a:hover
{
	COLOR: #cc0000 ;
	text-decoration: none;
}

.infopfeilu
{
	background-image:url(../images/statisch/infopfeilu.png);
	padding:2em;
	min-height:150px;
	width:400px;
	overflow-x:hidden;
	background-repeat:no-repeat;
}

h1.ContentHead
{	
	
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	margin:0px .5em;
	font-style:italic;
	text-align:right;
}
h2
{
	font-weight:bold;
	COLOR: #e60035;
	FONT-SIZE: 1.3em;
	TEXT-DECORATION: none;
	margin:0.5em 0 0.1em 0;
	
	
}
h3
{
	XXXborder-bottom:1px solid #cccccc;
	margin-top:1em;
	margin-bottom:.2em;
	padding-bottom:.2em;
}

.Title
{
	font-size:1.5em;
	font-weight:bold;
	color:#e60035;
	TEXT-DECORATION: none;
	margin:0 0 0.5em 0;
	

}

.Titelrot
{
	XXfont-size:108px;

	font-weight:bold;
	color:#cc0000;
	

}
.Titelweiss
{
	font-size:1.5em;
	
	font-weight:bold;
	color:white;
	

}
.ShowMenuView
{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:center;
}
.ShowMenuView li
{	margin:0;
	padding:2px;
	float:left;
	list-style:none;
}
.ShowMenuView a
{	color:#666666;
	text-align:center;
	display:inline-block;
	border:2px solid rgba(255,255,255,.3);
}
.ShowMenuView a:hover
{	
	background-color:rgba(0,0,0,.05);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:  0px 0px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
}
.ShowMenuView img
{
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Mozilla */
	opacity: 0.70; /* Opera */
}
.ShowMenuView a:hover >img
{
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Mozilla */
	opacity: 1; /* Opera */

}
.ShowMenuView a.current
{	color:#666666;
	padding:5px;
	text-align:center;
	display:inline-block;
	width:100%;
	border:1px solid #efefef;
	background-color:rgba(0,0,0,.3);
}


.ShowMenuView span
{	overflow:hidden;
	display:block;
	float:left;
	
}

a.ShowMenuViewA
{	font-size:.8em;
	color:white;
	padding:5px;
	text-align:center;
	display:inline-block;
	width:100%;
	line-height: 1.1em;
	
}
a.ShowMenuViewAAktiv
{	font-size:.8em;
	color:white;
	padding:5px;
	text-align:center;
	display:inline-block;
	width:100%;
	line-height: 1.1em;

	background-color:rgba(255,255,255,.3);
	
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.8);
-webkit-box-shadow:  0px 0px 3px 3px rgba(0,0,0,.8);
box-shadow: 0px 0px 3px 3px rgba(0,0,0,.8);
	
}
a.ShowMenuViewA:hover
{	background-color:rgba(0,0,0,.2);

}
span.ShowMenuViewA
{	overflow:hidden;
	display:inline-block;
}
div.ShowMenuViewA
{	
	
	
	text-align:center;
	background: rgb(170,170,170); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(112,112,112,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(112,112,112,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(112,112,112,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(112,112,112,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(112,112,112,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(112,112,112,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
	
	-moz-border-radius:8px 8px 0px 0px ;
	-webkit-border-radius:8px 8px 0px 0px ;
	border-radius:8px 8px 0px 0px ;

}

	

a.TLink
{
	color:White;
}
a.TLink:hover
{
	color: #cc0000;
	TEXT-DECORATION: none;
}
a.Menu
{
	padding: 4px 12px;
	font-size:1em;
	float:left;
	color:White;
	background-color:#999999;
	background-image:url(../images/newsletter/statisch/menuback2.png);
}
a.Menu:hover
{
	color:Red;
	background-color:#dddddd;
	text-decoration:none;
}

a.MenuAktiv{
	padding: 4px 12px;
	font-size:1em;
	float:left;
	color:#cc0000;
	font-weight:bold;
	background-color:#dddddd;
}
a.MenuAktiv:hover
{
	color:Red;
	background-color:#eeeeee;
	text-decoration:none;
}

a.CMSLinkmakro
{
	color:#e60035;
	white-space: nowrap;

}
a.CMSLinkmakro:hover
{
	
	border-bottom:1px dotted;
}
img.CMSImage
{
	margin:2px;
	vertical-align:middle;
	border:none 1px white;
	float:left;
	display:block;
	
}
	





/*A:visited
{
	color:#718b9c;
}
A:visited:hover
{
	color: #cc0000;
	}*/
A.Download
{
	display:block;
	padding:8px;
	border-bottom:1px solid #eeeeee;
}
A.Download:hover
{
	
	cursor:pointer;
	color: #cc0000;
	background-color: rgba(0,0,0,.05);
	
}
a.Download span
{
	margin-left:28px;
	display:block;
	color:#999999;
}
a.Download img
{
	vertical-align:middle;
	border:0;
	margin-right:8px;
	display:inline-block;
}


input.schatten
{
	background-image: url(../images/statisch/1/inputbackground.gif);
	border: solid 1px #aaaaaa;
}


 
.Weiss
{
	color:White;
}







P.HeadInfo
{
	font-weight:lighter;
	padding:1px 0px 0px 0px;
	margin:0px;
}

div.favoritenblock{
	width:100%;
	
	background-color:#fefefe;
}
div.favoritenheader
{
	padding: 5px 0 5px 5px;
	font-weight:bold;
	background-color:#eeeeee;
}
a.NewsStandardLink
{
	/*display:inline-block;
	width:100%;*/
	display:block;
	height:130px;
	color:#555555;
	margin-bottom:5px;
}
a.NewsStandardLink:hover
{
	background-color:#eeeeee;
	color:#cc0000;
}

div.NewsIFrameNav
{
	overflow:delete; 	/*overflow:auto;*/
	height:100%;
	width:100%;
	background-color:white;
	/*#ca2b29;*/
}
a.NewsIFrame
{	
	
	background-image: url(../images/News/standard/i1.png);
/*	background-color:#ca2b29; */
	background-color:white;
	background-repeat: no-repeat;
	padding:5px;
	/*border-bottom:solid 1px #cccccc;*/
	

	float:left;
	width:100%;
	display:block;
	color:#cc0000;
	width:100%;
}
a.NewsIFrame:hover
{
	text-decoration:none;
	background-color:#efefef;
	
}
a.NewsIFrameAktiv
{	
	background-image: url(../images/News/standard/i1.png);
	background-repeat: no-repeat;
	background-color: #f7e7e7;
	padding:5px;
	/*border-bottom:solid 1px #cccccc;*/
	
	/*padding:10px 10px;*/
	float:left;
	width:100%;
	display:block;
	color:#cc0000;
	width:100%;
	
}
a.NewsIFrameAktiv:hover
{
	text-decoration:none;
	background-color:#efefef;
}
a.NewsIFrameBildtext
{	
	background-image: url(../images/News/standard/i1.png);
	background-repeat: no-repeat;
	background-color: #eeeeee;
	padding:5px;
	border-bottom:solid 1px #cccccc;
	
	/*padding:10px 10px;*/
	float:left;
	width:100%;
	display:block;
	color:#777777;
	width:100%;
	
}
a.NewsIFrameBildtext:hover
{
	text-decoration:none;
	background-color:#ffffff;
}
a.favoritentitel{
	margin:  1px 0 0 0;
	padding: 3px 0 3px 0;
	background-image: url(../images/STATISCH/1/favoritenedit.gif);
	background-repeat: no-repeat;
	float:left;
	width:100%;
	color: #888888;

}
a.favoritentitel:hover{
	background-color:#efefef;
	text-decoration:none;
}

a.favoriten
{
	margin:  1px 0 0 0;
	padding: 3px 0 3px 0;
	background-image: url(../images/STATISCH/1/favoriten.gif);
	background-repeat: no-repeat;
	float:left;
	width:100%;
	background-color:#ffffff;
	color: #888888;
}

a.favoriten:hover{
	background-color:#efefef;
	text-decoration:none;
}
/*a.favoriten:visited{
	COLOR: #2d7fb5;
}*/
a.favoriten2
{
	
	margin:  1 0 0 0;
	padding: 5 0 5 0;
	float:left;
	width:100%;
	color:#888888;
	background-color:#ffffff;
}

a.favoriten2:hover{
	background-color:#eeeeee;
	text-decoration:none;
}
/*a.favoriten2:visited{
	COLOR: #2d7fb5;
}*/
div.addfavinfo{
	background-color:#efefef;
	border: dashed 1 #33a835;
	color:#33a835;
	text-align:center;
	margin: 5px;
	padding: 10px;
	
}

a.acrobatlink
{
	color:#888888;
	background-image: url(../images/STATISCH/1/getAcrobat.gif);
	background-repeat: no-repeat;
	float:left;
	width:100%;
	background-color:#efefef;
}
a.acrobatlink:hover
{
	color:#cc0000;
	background-color:#dfdfdf;
	text-decoration:none;
}

a.DirviewDir{
	float:left;
	padding:2px;
}
a.DirviewDir:hover{
	background-color:#f0f0f0;
	text-decoration:none;
	
}

a.DirviewFile{
	float:left;
	padding: 2px 2px 2px 12px;
	display:block;
	background-image:url(../images/statisch/1/dirview.gif);
	background-repeat:no-repeat;
	
}
a.DirviewFile:hover{
	background-color:#eeeeee;
	text-decoration:none;
}

div.Themablock{
	width:100%;
	
	/*border:solid 1px #b8cfff;
	background-color:#fefefe;*/
}
div.Themaheader
{
	
	font-weight:bold;
	background-color:#e8e7e7;
	width:100%;
}
a.Thema{
	background-image: url(../images/STATISCH/1/thema.gif);
	font-weight:normal;
	background-repeat: no-repeat;
	background-color:#fafafa;
	float:left;
	width:100%;
	display:block;
	width:100%;
	
}
a.Thema:hover{
	background-color:#0158a5;
	color:White;
	text-decoration:none;
}
span.Thema
{
	padding:2px 2px 0 22px;
	float:left;
	cursor:pointer;
}
a.smartphone{
	xxfont-size:x-large;
	float:left;
	width:100%;
	display:block;
	color:#888888;
	width:100%;
	
}
a.smartphone:hover{
	background-color:#efefef;
	text-decoration:none;
}



a.indexmakro{
	margin:   1 0 0 0;
	padding: 5 0 5 0;
	background-image: url(../images/STATISCH/1/down.gif);
	background-repeat: no-repeat;
	float:left;
	width:100%;
	background-color:#f0efef;
}
a.indexmakro:hover{
	background-color:#e8e8e8;
	text-decoration:none;
}

/*a.thema:visited{
	COLOR: #2d7fb5;
}*/

div.readonly
{
	background-color: #fefefe;
	border-style: solid;
	border-width: 1px;
	border-color: #7f9db9;
	color: #555555;
	padding: 1px 1px 1px 1px;
}

div.BildUntertitel
{
	
	
}
div.TextTitel
{
	color: #CC0000;
	font-weight: bolder;
}
div.TextTitelBlack
{
	color: #000000;
	font-weight: bolder;
}
div.TextTitel2
{
	color: #CC0000;
	font-weight: bolder;
}
div.BigBlue
{
	
	font-weight: bolder;
	font-size: 2em;
	color: #cc0000;
}
div.contenthead{
	
	font-size : .7em;
}

A.Spezial{
	
	color : #0000BB;
}
A.Spezial:hover{
	color : Red;
	text-decoration : underline;
}
A.BigRedLink
{
	font-weight: bolder;
	font-size: 1.5em;
	color: #CC0000;
}
A.Sitemap
{
	font-weight: bold;
	
}
A.Sitemap2
{
	
}
A.Sitemap3
{
	
}
A.SitemapService
{
	color:White;
	
}

A.MiddleBlue{
    
	font-weight: bolder;
	
	color: #6699FF;
	}
A.DayByDay
{
	border-top:1px solid #1b5396;
	font-weight:bold;
	text-align:center;
	display:block;
	float:left;
	width:60px;
	height:60px;
	font-size: 1.5em;
	color: white;
	background-color:#05346e;
}
A.DayByDay:hover
{
	background-color:#275a98;
}

A.DayByDayAktiv{
	
	border-top:1px solid #1b5396;
	font-weight:bold;
	text-align:center;
	display:block;
	float:left;
	width:60px;
	height:60px;
	font-size: 1.5em;
	color: #cc0000;
	background-color:#1b5396;
}
A.DayByDayAktiv:hover
{
	background-color:#275a98;
}
span.DayByDayArtikel
{
	font-weight:normal;
	font-size:1.2em;
	color: #d0d0ff;
}
A.Kalender{
	text-decoration:none;
}
A.Kalender:hover{
	color : #cc0000;
	text-decoration : underline;
	background-color: #e4dfdf;
}

div.Admininfo
{
	font-family:"Courier New", Arial, Helvetica, sans-serif;
	background-color:#78b873;
	color:White;
	padding:4px;
	text-align:left;
}
span.Admininfo
{
	font-family:"Courier New", Arial, Helvetica, sans-serif;
	background-color:#3fa238;
	line-height:1em;
	color:White;
	height:20px;
	padding-top: 3px;
	position:absolute;
	cursor:pointer;
}
A.LogoutLogin
{
	display:block;
	width:100%;
	text-decoration:none;
	float:left;
	color:white;
}
A.LogoutLogin:hover{
	color : white;
	text-decoration : none;
	background-color: #cccccc;
}

A.AdminMenu
{
	TEXT-DECORATION: none;
}
A.AdminMenuAktiv
{
	COLOR: blue;
	font-weight: bolder;
	TEXT-DECORATION: none;
}

A.LeftMenu
{
	
	color:#666666;
	background-color:White;
	font-weight:normal;
	display:block;
	TEXT-DECORATION: none;
	
	padding:.3em 0 .3em 1em;
	border-bottom:dashed 1px #dfdfdf;
}
A.LeftMenu:hover
{
	COLOR: #cc0033;
	background-image:url(../images/shade/black5.png);
	TEXT-DECORATION: none;

}

A.LeftMenuAktiv
{
	
	font-weight:bold;
	display:block;
	COLOR: #cc0000;
	background-color:White;

	TEXT-DECORATION: none;
	
	padding:.3em 0 .3em 1em;
	border-bottom:dashed 1px #dfdfdf;

	
	
}
A.LeftMenuAktiv:hover
{
	COLOR: #cc0033;
	background-image:url(../images/shade/black5.png);
	TEXT-DECORATION: none;

}
div.LeftMenuTrennzeile
{
	border-bottom:#cdcdcd solid 1px;
	FONT-SIZE: 1.8em;
	display:block;
	COLOR: #444444;
	width:100%;
}
A.LeftMenuTop
{
	color:White;
	font-weight:bold;
	TEXT-DECORATION: none;
	margin:2px 0 0 0;
	padding:7px 0 0 30px;
	height:31px;
	width:200px;
	background-image:url(../images/layout/leftmenu_inaktiv.gif);
	background-repeat:no-repeat;
}

A.LeftMenuTopAktiv
{
	color:White;
	font-weight:bold;
	TEXT-DECORATION: none;
	margin:2px 0 0 0;
	padding:7px 0 0 30px;
	height:31px;
	width:200px;
	background-image:url(../images/layout/leftmenu_aktiv.gif);
	background-repeat:no-repeat;
}
A.LeftMenuTopAktiv:hover
{
	color:White;
	
}



a.fixmenu
{	
	color:#666666;
	padding:.2em .2em;
	margin:.1em;
	text-decoration:none;
	display:block;


}
a.fixmenu:hover
{
	color:#cc0000;
	background-image:url(../Images/layout/weistrans20.png);	
	text-decoration:none;
}


A.fixmenuAktiv
{
	COLOR: #cc0000;
	
	padding:.2em .2em;
	margin:.1em;
	text-decoration:none;
	display:block;
	
}
A.fixmenuAktiv:hover
{
	color:#cc0000;
	background-image:url(../Images/layout/weistrans20.png);	
	text-decoration:none;
}

#Footermenu ul
{
	border:1px solid black;
	line-height:0px;
	margin-left:0;
}
#Footermenu li
{ 
	margin-left:0;
		
	line-height:1em;
	list-style: none;
	
	border-right:1px solid #cccccc;
	margin-bottom:4px;
	
	padding-right:5px;
	margin-right:5px;
	display:inline-block;
}
#Footermenu li:last-child
{
	border-right:0;
}

#Footermenu A
{
	line-height:1em;
	color:white;
	TEXT-DECORATION: none;
}

#Footermenu A:hover
{
	/*background-image:url(../Images/layout/weistrans20.png);	*/
	background-color:rgba(250,250,250,.2)
}
A.FootermenuAktive
{
	line-height:1em;
	COLOR: #cc0000;
	padding:2px;
	TEXT-DECORATION: none;
	border: solid 1px transparent;

}


A.bottommenu
{
	color:#666666;
}
/*A.footermenu:visited{
	COLOR: white;
}*/


A.Index
{
    COLOR: #000000;
    
    TEXT-DECORATION: none
}
A.Index:hover
{
    COLOR: #ce0000;
    
    TEXT-DECORATION: none
}

.TitelWeiss
{
    COLOR: #ffffff;
    
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

A.Seitenwahl
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A.Seitenwahl:hover
{
	COLOR: #ce0000;
	TEXT-DECORATION: underline;
}

.Box
{
	padding:.5em;
	
	border:4px #9fd9f1 solid;
	background-color:#f2f3f4;
}
.Filter
{ 
	display:block;
	padding:5px;
	background-color:#dfdfdf;
	
}

table.Rightmenu{
	background: White;
	border-width: 1px;
	border-style: solid;
	border-color: #6495ED;
	font-weight : normal;
}

a.cbtn
{
	display:inline-block;
	text-align:center;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	background-color : threedface;
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
	text-decoration : none;
	color : Black;
	padding:3px;
}
a.cbtn:hover 
{
	background-color : #B5BDD6;
	border-color: #000088 #000088 #000088 #000088;
}

table.Infobox
{
/*	width:185px;
	border-bottom-color : Gray;
	border-width: 2;
	border-style:solid;
	border-color:#304a91;
	background:white;*/
}

.Glossarlink
{
	border-bottom:dotted 2px orange;
}
.Glossar
{
	background-color:#efefef;
	margin:10px 0;
	width:100%;
	text-align:center;
	display:inline-block;
	
}
.Glossartexttitel
{
	color:#888888;
}
.Glossartexttitel:hover
{
	color:#888888;
}
.Glossar a
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	display:block;
	width:24px;
	float:left;
	border:1px solid #cccccc;
	text-align:center;
}
.Glossar a:hover
{
	background:#cc0000;
	border:1px solid #cc0000;
	color:White;
}

.GlossarChar
{
	display:block;
	font-size:2em;
	color:white;
	background-color:#cc0000;
	padding:5px;
	width:40px;
	text-align:center;
	clear:both;
	font-weight:bold;
	border-top:15px solid white;
}
TABLE.RedBorderBox
{

	border-width:2px;
	border-style:solid;
	border-color: red;
	background-color : #FAF8F8;
}
div.RedBorderBox
{
	padding:10px;
	-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


-moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,.2);
-webkit-box-shadow:  2px 2px 3px 2px rgba(0,0,0,.2);
box-shadow: 2px 2px 3px 2px rgba(0,0,0,.2);


}


A.DocMan
{
	margin:2 0;
	
	text-decoration:none;
	width:100%;
	float:left;
}
A.DocMan:hover{
	color : #cc0000;
	text-decoration : none;
	background-color: #efefef;
	
}

TABLE.MenuBox{
	border-width:1px;
	border-style:solid;
	border-color: #daeffc;
	background-color : #fcfcfc;
	
}
a.CMSTextEdit
{	
	line-height: 1em;

	font-size:.8em;
	vertical-align:middle;
	
	text-transform:uppercase;
	border:1px solid white;
	color:White;

	padding:3px 5px 3px 5px;
	display:block;
	float:left;
	XXheight:20px;
	
	background-color: #2c539e;
	
		
	-webkit-transition:background .2s ease;
	-moz-transition:background .2s ease;
	-o-transition:background .2s ease;
	transition:background .2s ease;
	
}
a.CMSTextEdit:hover
{	
	color:White;
	text-decoration:none;
	background-color: #5b9fde;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#ccc, offx=1, offy=1);
	

}
	
a.CMSTextEdit1
{	
	line-height: 1em;
	font-size:.8em;
	vertical-align:middle;
	
	text-transform:uppercase;
	border:1px solid white;
	color:White;
	background-color:#046e15;
	padding:3px 5px 3px 5px;
	XXheight:20px;
	display:block;
	float:left;
	
	-webkit-transition:background .2s ease;
	-moz-transition:background .2s ease;
	-o-transition:background .2s ease;
	transition:background .2s ease;
}
a.CMSTextEdit1:hover
{	background-color:#7bb668;
	color:White;
	text-decoration:none;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#ccc, offx=1, offy=1);
	
}
a.CMSTextEdit2
{	
	line-height: 1em;
	font-size:.8em;
	vertical-align:middle;
	
	text-transform:uppercase;
	border:1px solid white;
	color:White;
	background-color:#cc2f4d;
	padding:3px 5px 3px 5px;
	XXheight:20px;
	display:block;
	float:left;
	
	-webkit-transition:background .2s ease;
	-moz-transition:background .2s ease;
	-o-transition:background .2s ease;
	transition:background .2s ease;
}
a.CMSTextEdit2:hover
{	background-color:#d9637a;
	color:White;
	text-decoration:none;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#ccc, offx=1, offy=1);
	
}

a.CMSButtonDis
{
	line-height: 1em;
	font-size:.8em;
	background-color: #bbbbbb;
	text-decoration: none;
	color: white;
	padding:4px;
	margin:0 1px 1px 0;
	display:inline-block;
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
}

a.CMSButton
{
	line-height: 1em;
	font-size:.8em;
	background-color:#6a6ab5;
	text-align:center;
	color: white;
	padding: 4px;
	margin:0 1px 1px 0;
	border:0;
	display:inline-block;
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
}
a.CMSButton:hover {	background-color:#7272e4;}

a.CMSButton2
{	
	line-height: 1em;
	font-size:.8em;
	background-color: #3300cc;
	text-align:center;
	color: white;
	padding: 4px;
	margin:0 1px 1px 0;
	display:inline-block;
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
}
a.CMSButton2:hover {	background-color: #330099;}

a.CMSButton3
{
	line-height: 1em;
	font-size:.8em;
	background-color:#cc0000;
	text-align:center;
	color: white;
	padding: 4px;
	margin:0 1px 1px 0;
	border:0;
	display:inline-block;
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);

}
a.CMSButton3:hover {	background-color: #bb0000;}

a.CMSButton4
{	
	line-height: 1em;
	font-size:.8em;
	background-color: #7bb668;
	text-align:center;
	color: white;
	padding: 4px;
	margin:0 1px 1px 0;
	display:inline-block;
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);

}
a.CMSButton4:hover {	background-color: #046e15;}

a.CMSButton5
{	
	line-height: 1em;
	font-size:.8em;
	background-color: #cacaca;
	text-align:center;
	color: white;
	padding: .5em;
	margin:0 1px;
	display:inline-block;
	border-radius:2px 2px 0 0;
	border: 1px solid #bbbbbb;
	border-bottom:0;
	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);

}
a.CMSButton5:hover {color:White;background-color: #aaaaaa;}


a.Quiz
{
	color:black;
	font-weight: bold;
	text-decoration: none;
	width:100%;
}
a.Quiz:hover
{
	color:white;
	background-color: #ff9900;
	text-decoration: none;
	color: white;
	width:100%;
}
a.Searchlink
{ 

	display:inline-block;
	border-bottom:1px solid #cccccc;
	cursor:pointer;
	width:100%;
}
a.Searchlink:hover
{
	background-color:#f7f7f7;
}
.Searchbox
{
	margin-bottom:16px;
	padding:20px;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:  2px 2px 3px 2px rgba(0,0,0,.1);
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,.1);
}

input.Searchfield
{
	vertical-align:top;
	border:1px solid #bbbbbb;
	width:13em;
	height:2em;
	padding-left:5px;
	
	-moz-border-radius:4px 0px 0px 4px ;	-webkit-border-radius:4px 0px 0px 4px ;	border-radius:4px 0px 0px 4px ;
}
input.Searchbutton
{
	background-color:#e60035;
	cursor:pointer;
	border:0;
	width:5em;
	height:2em;
	vertical-align:top;
	background-image:url(../images/statisch/1/search.png);
	
	background-size: 1.2em 1.2em;
	box-sizing:border-box;
	
	background-position:2em .4em;
	background-repeat: no-repeat;
	-moz-border-radius:0px .3em .3em 0px ;	-webkit-border-radius:0px .3em .3em 0px ;	border-radius:0px .3em .3em 0px ;
	-webkit-transition:background .4s ease;	-moz-transition:background .4s ease;	-o-transition:background .4s ease;	transition:background .4s ease;
	
}
input.Searchbutton:hover
{
	background-color:#ec5f80;
	
}
	
input.Searchbuttonsmall
{
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#cccccc;
	cursor:pointer;
	border:0;
	width:1.5em;
	line-height:1em;

	font-size:1em;
	height:1.52em;
	padding:.3em;

	background-image:url(../images/statisch/1/searchsmall.png);
	background-position:.3em .3em;
	background-size: .8em .8em;
	
	background-repeat: no-repeat;
	-moz-border-radius:0px 4px 4px 0px ;	-webkit-border-radius:0px 4px 4px 0px ;	border-radius:0px 4px 4px 0px ;
	-webkit-transition:background .4s ease;	-moz-transition:background .4s ease;	-o-transition:background .4s ease;	transition:background .4s ease;
}
input.Searchbuttonsmall:hover
{
	background-color:#cc0000;
}
input.Smallsearch
{
	vertical-align:middle;
	box-sizing:border-box;
	font-size:.8em;
	line-height:1em;
	width:6em;
	font-size:1em;
	height:1.9em;
	padding:.3em;
	display:inline-block;
	font-size:.8em;
	
	color:#999999;
	border: solid 1px #cccccc;
	-moz-border-radius:4px 0px 0px 4px ;	-webkit-border-radius:4px 0px 0px 4px ;	border-radius:4px 0px 0px 4px ;
}
span.Smallsearch
{
	display:block;
	
	
}

select.language{
    width: 100%;
    padding: 0;
    border-radius: 3px;
    
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05);
}

#cboLangselector
{
	width:230px;
	color:#666666;
}
@media (max-device-width: 540px) { #cboLangselector {width:80%;}}


label.searchlabel
{
	color:white;
}
A.Printversion
{
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#cccccc;
	background-image:url(../images/statisch/1/printversion.png);
}

A.Printversion:hover
{	background-color:#cc0000;
}
A.RecommendPage
{
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#cccccc;
	background-image:url(../images/statisch/1/RecommendPage.png);
}

A.RecommendPage:hover
{	background-color:#cc0000;
}

div.Alerttitle
{
	font-weight:bold;
	color:orange;
}
div.AlerttitleDis
{
	font-weight:bold;
	color:#cccccc;
}
div.Alerttext
{
	
	
}
div.AlerttextDis
{
	color:#cccccc;
}
a.TranslationSelector
{	
	padding:2px;
	margin:2px;
	color:White;
	text-decoration:none;
	border:1px solid transparent;
	height:20px;
}
a.TranslationSelector:hover
{
	COLOR: white;
	padding:2px;
	margin:2px;
	text-decoration:none;
	border:1px solid white;
	height:20px;
}
a.TranslationSelectorActive
{
	COLOR: white;
	padding:2px;
	margin:2px;
	background-image:url(../Images/layout/weistrans20.png);	
	text-decoration:none;
	border:1px solid white;
	height:20px;
}
a.TranslationSelectorActive:hover
{
	COLOR: white;
	padding:2px;
	margin:2px;
	text-decoration:none;
		height:20px;
}



A.Slidemenu
{
	float:left;
	height:70px;
	padding:0px; 
	margin:0px;
	width:70px;
	TEXT-DECORATION: none;
	font-weight:bold;
	text-align:center;
	border-right:solid #bbbbbb 1px;
	border-left:solid white 1px;
	display:block;
	background-image:url(../images/layout/headinactiveback.jpg);
}
A.Slidemenu:hover
{
	COLOR: white;
	TEXT-DECORATION: none;
	background-color:#cc3333;
	background-image:none;
}
div.SpezialScrollbar
{
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #3485b2; 

	scrollbar-face-color: #72accc; 
	scrollbar-shadow-color: #72accc; 
	scrollbar-highlight-color: #72accc; 
	scrollbar-3dlight-color: #72accc; 
	scrollbar-darkshadow-color: #24749f; 
}
.NewsletterFrame
{
	padding:10px;
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
a.NewsletterSelect
{
	background-color:#eeeeee;
	display:block;
	padding:4px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border-top:1px dotted #cccccc;
}
a.NewsletterSelect:hover
{
	background-color:#dddddd;
	
}
a.NewsletterAbo
{
	width:230px;
	display:inline-block;
	background-color:White;
	color:#666666;
	
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
a.NewsletterAbo:hover
{
	background-color:#efefef;
	color:#cc0000;
}

/* fader wird von der download animation benötig */

.fader {
    position: relative;
    display: inline-block;
}

.fader img {
    vertical-align: top;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}

a.Liste
{
	display:block;
	padding:5px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
}
a.Liste:hover
{
	background-color:#efefef;
	
}
/*

div.ShopText
{
	font-size:10pt;
	text-align : justify;
	
}
A.Shopmenu
{
	height:66px;
	padding:5px; 
	margin:0px;
	width:100px;
	TEXT-DECORATION: none;
	
	
	border-right:solid #bbbbbb 1px;
	border-left:solid white 1px;
	display:block;
	background-image:url(../images/layout/headinactiveback.jpg);
}
A.Shopmenu:hover
{
	COLOR: white;
	TEXT-DECORATION: none;
	background-color:#cc3333;
	background-image:none;
}

A.Shopmenuaktiv
{
	color:#cc0000;
	height:66px;
	width:100px;
	padding:5px;
	margin:0px;
	TEXT-DECORATION: none;
	background-color:#fdfdfd;
	background-image:url(../images/layout/headactiveback.jpg);
	
	border-right:solid #bbbbbb 1px;
	border-left:solid white 1px;
	
	display:block;

}
A.Shopmenuaktiv:hover
{
	COLOR: white;
	TEXT-DECORATION: none;
	background-color:#cc3333;
	background-image:none;
}
*/
A.Filterclear
{
	display:block;
	padding:1em;
	margin:.5em 0;
	text-align:center;
	background-color:#fde6eb;
	XXcolor:#aa3333;
	XXborder:1px solid #ddbbbb;
}
A.Filterclear:hover
{
	background-color:#fff0f0;
	xxcolor:White;
}
A.Textuploadbutton
{
	font-size:1.5em;
	border:2px #54bc4f solid;
	display:block;
	background-color:#5ec559;
	text-align:center;
	color:White;
	padding:16px;
}
A.Textuploadbutton:hover
{
	background-color:#8de089;
}
A.Navigation
{
	color:#555555;
	padding:5px;
	display:block;
	text-align:center;
}
A.Navigation:hover
{
	color:#cc0000;
	background-image:url(../images/layout/weistrans20.png);
}
A.NavigationDis
{
	color:gray;
	padding:5px;
	display:block;
	text-align:center;
}
.Transparenz50
{
	filter:alpha(opacity=50); /* IE */
	opacity:0.5; /* allgemein */
}

.KatNavigation
{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	background-color:#efefef;
}
.KatNavigation li
{
	list-style-type: none;
}
.KatNavigation li:first-child
{	float:right;;
}

.KatNavigation li:last-child
{
	float:left;
	
}
.KatNavigation li a
{
	display:inline-block;
	padding:20px;
	color:#00519b;
	background-color:#dfdfdf;
	
	
}
.KatNavigation li a:hover
{
	display:inline-block;
	padding:20px;
	background-color:#00519b;
	color:White;
	
}

.Senkrecht
{-ms-transform: rotate(-70deg); /* IE 9 */
 -webkit-transform: rotate(-70deg); /* Chrome, Safari, Opera */
 transform: rotate(-70deg);

}

/* CSS3 Styles */
.CSSScale
{
	transition: all 200ms linear; 
}
.CSSScale:hover
{
	transform: scale(1.15);  
	transition: all 200ms linear; 
}
.CSSOpacity
{
	opacity: 0.70;
	transition: all 200ms linear; 
}
.CSSOpacity:hover
{
	opacity: 1
}

.grayout 
{
	/* Gesamten Hintergrund ausgrauen */
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: rgba(0,0,0,.2);
   
   z-index: 9999;
}

.borderimg1 
{
	background-color:#eae7e7;
	border: 30px solid transparent;
    padding: 1em;
    

    -webkit-border-image: url(../images/layout/border1.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../images/layout/border1.png) 30 stretch; /* Opera 11-12.1 */
    border-image: url(../images/layout/border1.png) 30 stretch;
}
.borderimg2
{
	background-color:#79ac79;
	border: 30px solid transparent;
    padding: 1em;
    color:White;

    -webkit-border-image: url(../images/layout/border2.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../images/layout/border2.png) 30 stretch; /* Opera 11-12.1 */
    border-image: url(../images/layout/border2.png) 30 stretch;
}
.CSS3Shadow
{
	-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25);
	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);
}

.CSS3Shaddow
{
	-moz-box-shadow: 3px 3px 9px 0px RGBA(0,0,0,0.3);
	-webkit-box-shadow:  3px 3px 9px 0px RGBA(0,0,0,0.3);
	box-shadow: 3px 3px 9px 0px RGBA(0,0,0,0.3);
}
.CSS3RoundShaddow
{
	-moz-box-shadow: 3px 3px 9px 3px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.CSS3Round
{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border: 1px solid #cccccc;
}
.CSS3Eyecatcher1
{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	
	-moz-box-shadow: 3px 3px 9px 0px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}
.CSS3Eyecatcher2
{
	-moz-box-shadow: 3px 3px 9px 0px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}
.CSS3Eyecatcher3
{
	-moz-box-shadow: 3px 3px 9px 0px #999;
	-webkit-box-shadow:  3px 3px 9px 0px #999;
	box-shadow: 3px 3px 9px 0px #999;
	background: rgb(205,208,211); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(205,208,211,1) 0%, rgba(239,242,244,1) 36%, rgba(203,208,211,1) 86%, rgba(227,229,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(205,208,211,1)), color-stop(36%,rgba(239,242,244,1)), color-stop(86%,rgba(203,208,211,1)), color-stop(100%,rgba(227,229,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(205,208,211,1) 0%,rgba(239,242,244,1) 36%,rgba(203,208,211,1) 86%,rgba(227,229,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(205,208,211,1) 0%,rgba(239,242,244,1) 36%,rgba(203,208,211,1) 86%,rgba(227,229,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(205,208,211,1) 0%,rgba(239,242,244,1) 36%,rgba(203,208,211,1) 86%,rgba(227,229,232,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(205,208,211,1) 0%,rgba(239,242,244,1) 36%,rgba(203,208,211,1) 86%,rgba(227,229,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd0d3', endColorstr='#e3e5e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.CSS3Grauverlauf1
{
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(217,219,218,1) 92%, rgba(178,178,178,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(92%,rgba(217,219,218,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,219,218,1) 92%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,219,218,1) 92%,rgba(178,178,178,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,219,218,1) 92%,rgba(178,178,178,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(217,219,218,1) 92%,rgba(178,178,178,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */



}

/* ---  "Polaroid" ------------------------------------------------------------------------------------------------ */

.polaroid
{
    border: 0;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,.1);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.polaroid > figcaption
{
    color: #777;
    margin-top: 5px;
    right: 20px;
    font-size: .8em;
    font-style: italic;
    text-align: right;
    padding:0;
    background:#f7f7f7;
}
.polaroid figcaption:before{content: '- ';}
figure.polaroid {padding: 20px;margin:0;}
/* --------------------------------------------------------------------------------------------------- */



.CSSTab {
	margin:0px;padding:0px;
	width:100%;
	
	
	border:0px;
	
	/*-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px; */
	
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	border-top-right-radius:12px;
	
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-top-left-radius:12px;
}.CSSTab table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTab tr:last-child td:last-child {
	/*-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;*/
}
.CSSTab  tr:first-child td:first-child {
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-top-left-radius:12px;
}
.CSSTab  tr:first-child td:last-child {
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	border-top-right-radius:12px;
}.CSSTab tr:last-child td:first-child{
	/*-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;*/
}.CSSTab tr:hover td{
	
}
.CSSTab tr:nth-child(odd){ background-color:#c6c6c6;color:white; }
.CSSTab tr:nth-child(even)    { background-color:#d8d8d8;color:#888888;}.CSSTab td{
	vertical-align:middle;
	
	
	border:1px solid #e0dede;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-weight:normal;
	
}.CSSTab tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTab tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTab tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTab tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#888888;
	border:0px solid #e0dede;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.6em;
	
	font-weight:bold;
	color:white;
}

.CSSTab tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTab tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CSSGlow:hover
{
	
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.4);
	-webkit-box-shadow:  0px 0px 8px 2px rgba(0,0,0,.4);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.4);
}



input.login{background-color:#e6e7e9;	border:1px solid #cfd2d0;	padding:5px;	width:180px;	color:#939695;}
.stdinput{height:2em;box-sizing:border-box;background-color:#e6e7e9;	border:1px solid #cfd2d0;	padding:.2em;	width:180px;	color:#939695;}
/*background-color:#57c4f2, background-color:#1d93c5;*/
.OKButton{			color:white;	background-color:#e60035; -webkit-appearance: none; border-radius:.5em; margin:2px;	display:inline-block;	cursor: pointer; 	width:auto;	padding:.5em 1em;		border:0;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.OKButton:hover{	color:White;	background-color:#e53960;}
.KillButton{		color:white;	background-color:#ee0000; -webkit-appearance: none; border-radius:.5em; margin:2px; display:inline-block;	cursor: pointer; 	width:auto;	padding:.5em 1em;		border:0;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.KillButton:hover{	color:White;	background-color:#cc0000;}

.CancelButton{		color:#939695;	background-color:#e6e7e9; -webkit-appearance: none;  border-radius:.5em; margin:2px; border:0; display:inline-block; cursor: pointer; width:auto;	padding:.5em 1em;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.CancelButton:hover{color:White;background-color:#dddddd;	}

.KillButton2{		color:#939695;	background-color:#e6e7e9; -webkit-appearance: none; border-radius:.5em !important;line-height:1em;	display:inline-block;	cursor: pointer; padding:.2em .4em;	border:0;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.KillButton2:hover{	color:White;	background-color:#cc0000;}



.UploadButton{color:white;	display:inline-block;	cursor: pointer; 	padding:.5em 1em;	background-color:#c4ce76;	border:0;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.UploadButton:hover{	color:White;	background-color:#abc00a;}

.DelButton{color:white;	display:inline-block;	cursor: pointer; 	padding:.5em 1em;	background-color:#d88d8d;	border:0;	text-align:center;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-moz-box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25); 	-webkit-box-shadow:  0px 1px 8px 0px RGBA(0,0,0,0.25); 	box-shadow: 0px 1px 8px 0px RGBA(0,0,0,0.25);}
.DelButton:hover{	color:White;	background-color:#cc6969;}


a.loginclose{font-size:9pt;display:block;padding:0 5px;margin:5px 10px;float:right;color:#cccccc;}
a.loginclose:hover{background-color:#cc0000;color:white;}
table.login{	background-color:#f2f2f2;	margin-left:auto;	margin-right:auto;	-moz-border-radius:16px;	-webkit-border-radius:16px;	border-radius:16px;	-moz-box-shadow: 3px 3px 8px 4px rgba(0,0,0,.2);	-webkit-box-shadow:  3px 3px 8px 4px rgba(0,0,0,.2);	box-shadow: 3px 3px 8px 4px rgba(0,0,0,.2);}


/* COOKIE Consent Tool Style */
#cookieNotice {width:100%;z-index:1000;font-size:1em;position:fixed;bottom:0;background-color:white;border-top:solid 1px #a0a0a0;padding:10px;text-align:center;box-shadow: 3px 0px 29px 0px rgba(0,0,0,.5);}
#cookieNoticeCloser {background-color:#cc0000;color:White;cursor:pointer;line-height:1em;padding:1em;border-radius:2px;transition:background-color .3s ease;}
#cookieNoticeCloser:hover{background-color:#dd3333;}

.cookieIFrame
{
	width:100%;
	min-width:330px;
	text-align:center;
	background-color:White;
	xxborder:1px solid #cccccc;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	margin:0;
	padding:0;
}


.cookieButton
{
	-webkit-appearance: none;border:0 none;margin:.5em;width:250px;display:inline-block;cursor:pointer;line-height:1em;padding:1em;border-radius:2px;transition:all .3s ease;
	background-repeat:no-repeat;background-size: 20px 20px;background-position:12px 12px;
}
@media (max-device-width: 800px), (max-width: 800px) {.cookieButton {width:160px;height:60px;font-size:.8em;margin:0;background-size: 0px 0px;margin:.2em} 	}
@media (max-device-width: 600px), (max-width: 600px) {.cookieButton {width:100px;padding:.5em; background-size: 0px 0px;} 	}

.cookieButton1{background-color:#cc0000;color:White;white-space: normal;vertical-align:top;line-height:1.5em;}
.cookieButton1:hover{background-color:#dd3333;color:White;}
.cookieButton2{background-color:#aaaaaa;color:white;white-space: normal;vertical-align:top;line-height:1.5em;}
.cookieButton2:hover{background-color:#666666;color:White;}
.cookieInfobutton
{
	cursor:pointer;
	display:inline-block;
	padding:0 .6em;
	background-color:#aabfac;
	font-weight:bold;
	color:white;
	border-radius:1em;
	transition: all 200ms linear; 
	font-size:.8em;
}
.cookieInfobutton:hover
{
	background-color:#cc0000;
	transform:scale(1.2);
}

.cookieInfoText{padding:1em 2em;font-size:.9em;max-width:1000px;}
@media (max-device-width: 540px), (max-width: 540px) {.cookieInfoText{padding:.5em;font-size:.8em;}	}


ul.cookieMenu
{
	margin:0;
	padding:0;
	background-color:#dfdfdf;
	display:inline-block;
	width:100%;
	text-align:center;
}
ul.cookieMenu li
{
	list-style-type:none;
	xxfloat:left;
	display:inline-block;
	margin:.2em .2em 0 .2em;
	padding:0;
	
}
ul.cookieMenu li a
{
	padding:.2em .5em;
	background-color:#efefef;
	display:inline-block;
}

#DTSocialLink
{
	
	transition: right .5s ease-in-out;
	
	
}
@media (max-device-width: 540px), (max-width: 540px)  {#DTSocialLink{display:none;}}
	
#DTSocialLink:hover
{
	right:0px;
}
#DTSocialLink ul
{
	list-style:none;
	margin:0;
	padding:0;
	line-height:0;
}
#DTSocialLink ul li
{
	display:inline-block;
	
	width:30px;
	margin:0 .5em 0 0;
	
	padding:0;
	line-height:0;
	float:right;
}
#DTSocialLink ul li a
{
	line-height:0;
}
#DTSocialLink ul li a img
{
	display:block;
	width:100%;
}


/* Observer **********************************************************************/
/* Klassen für die IntersectionObserver API */
.observe1{transform:translate(0, 100px);}

.animationObserve1{
animation: animKeyObserve1 1s;
animation-fill-mode: forwards;
}
@keyframes animKeyObserve1{
  0%{transform:translate(0, 100px);opacity:0;}
  100%{transform:translate(0,0);opacity:1;}
}

.animationObserve2{
animation: animKeyObserve2 1.5s;
animation-fill-mode: forwards;
}
@keyframes animKeyObserve2{
  0%{transform:translate(-500px, 0);opacity:0;}
  100%{transform:translate(0,0);opacity:1;}
}

.animationObserve3{
animation: animKeyObserve3 1.5s;
animation-fill-mode: forwards;
}
@keyframes animKeyObserve3{
  0%{transform:translate(500px, 0);opacity:0;}
   100%{transform:translate(0,0);opacity:1;}
}
/* Observer ENDE**********************************************************************/