.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.video_container video,.video_container audio{width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0px;
	padding-top: 8px;
	background-color: #dddddd;
}

/* FF-Hack: Scrollbar immer anzeigen */
html {
	overflow:scrollbars-vertical;
}

/* Forms and inputs */
fieldset {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}

input {
/* rote Umrandung */
border-style: solid;
border-width: 1px;
border-color: #4478be;
background-color: white;
}

/* submitbuttons */
input.submit {
}

/* ein kleiner submitbutton */
input.submitshort {
~}

/* eine auswahlliste */
select {
/* rote Umrandung */
border-style: solid;
border-width: 1px;
border-color: #4478be;
background-color: white;
}

form {
	margin-bottom : 0; /* linebreak nach form verhindern */
	margin-top : 0; /* linebreak vor form verhindern */
}

/* container um alles drumrum - hier ist header, footer und der content drin */
#wrapper {
	/* erzeugt centering */
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
	width: 850px;
	text-align: left;
	background-color: #dddddd;
}

/* container um alle Boxen drumrum - hier ist left, center und right */
#container {
	text-align: left;
	border: 1px solid #4478be;
	padding: 5px 5px 5px 160px;
}

#left .inside, #main .inside {
	padding-left: 5px;
}

/* Seitenheader */
#header {
	background-image: url(../../files/css/logo-oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #376098;
	padding-top: 0;
	padding-left: 0;
	height: 135px;
}

/* Seitenfooter */
#footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #4478be;
	height: 26px;
	line-height: 26px;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
	clear: both;
	vertical-align: justify;
	border-top: 1px solid #4478be;
}

#footer .inside {
	text-align:center;
}

.block h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

/* Basis einer Box */
#left .mod_navigation {
    padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #4478be;
	background-color: #f1f1f1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#left .mod_navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left .mod_navigation li {
	list-style-type:none;
	background-image:url("../../files/css/menu-bullet-mitsub.gif");
	background-repeat:no-repeat;
	background-position: left 5px;
	cursor:pointer;
	display:block;
	line-height:19px;
	padding-left:9px;
}

#left .mod_navigation ul li.submenu {
	background-image:url("../../files/css/menu-bullet-ohnesub.gif");
}

#left a, #left a:visited, #left a:active,
#left .mod_navigation ul li.active strong {
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	padding-left:2px;
}

#left a, #left a:visited, #left a:active {
	color:#4478BE;
}

#left .mod_navigation ul li.active strong {
	background-color:#4478BE;
	color:#FFF;
}

#main .mod_article {
    padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #4478be;
	background-color: #f1f1f1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Das Fieldset aller Formulare des Formulargenerators. */
.ce_form fieldset {
	padding:2px 6px;
}
/* Eine einzelne Zeile "Beschreibung: " in Formularen. */
.ce_form fieldset .formrow,.ce_form fieldset div.captcha,.ce_form fieldset .submit_container{
	clear:both;
	margin-bottom:10px;
}
/* Das Fieldset aller Formulare des Formulargenerators. */
/*
.ce_form fieldset legend {
	padding:2px 6px;
	background-color:#F85511;
	border:1px outset #4478be;
	color:#FFF;
}
*/

/* Font in Formularen */
.ce_form fieldset input, 
.ce_form fieldset textarea,
.ce_form fieldset .checkbox_container,
.ce_form fieldset .checkbox_container span,
.ce_form fieldset .checkbox_container span input.checkbox
{
	font-size:12px;
	white-space:nowrap;
}

/* Labels einzelner Felder des Formulargenerators. */
.ce_form label{
	width:200px;
	overflow:visible;
	float:left;
	display:block;
	margin-right:5px;
	padding-right:5px;
	text-align:right;
}
/* Labels einzelner "mandatory"(Pflicht-) Felder des Formulargenerators. */
.ce_form label.mandatory{
	background-image:url("../../files/css/tl_files/unix-network/style-images/stern-rot.gif");
	background-position:right top;
	background-repeat:no-repeat;
}
/* Inputfelder des Formulargenerators. */
.ce_form input{
	width:200px;
	height:16px;
	border:1px solid #4478be;
}
/* Textareas des Formulargenerators. */
.ce_form textarea{
	border:1px solid #4478be;
}
/* Beschreibungstexte aller Formulare des Formulargenerators. */
.ce_form .explanation{
	margin-left:210px;
	font-size:10px;
}
/* Submit container für den "senden" Button aller Formulare des Formulargenerators. */
.ce_form .submit_container{
	margin-left:210px;
	font-size:10px;
}
/* "senden" Button aller Formulare des Formulargenerators. */
.ce_form .submit_container input.submit{
	width:auto;
	height:auto;
	background-color:#F85511;
	border:1px outset #F85511;
	color:#FFF;
}
/* Inputfelder des Formulargenerators. */
.ce_form .checkbox_container{
	width:200px;
	display:block;
}

.ce_form .checkbox_container legend {
    test-align: right;
}

/* Inputfelder des Formulargenerators. */
.ce_form .checkbox_container span{
	display:block;
	vertical-align:middle;
	margin-left:210px;
}
/* Labels innerhalb eines checkbox container */
.ce_form .checkbox_container span label{
	width:auto;
	overflow:visible;
	float:none;
	margin-right:auto;
	vertical-align:middle;
	display: inline-block;
}
/* checkboxen innerhalb eines checkbox container */
.ce_form .checkbox_container span input.checkbox{
	width:auto;
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
	padding:0px;
	border:0px;
}
/* Die Sicherheitsfrage in Formularen. */
.ce_form .captcha_text{
	display:block;
	margin-left:210px;
}

/*
	Loginform
*/

#loginform #username, 
#loginform #password {
	background-color: #EEEEEE;
	width: 98px;
	border: 1px solid #000000;
	margin:  0 0 0 1px;
}

/* yet another IE bugfix */
* html #loginform #username, 
* html #loginform #password {
	background-color: #EEEEEE;
	width: 96px;
	border: 1px solid #000000;
	margin:  0 0 0 1px;
}

/*
	Ende loginform
*/

/* suchformular */
#searchform {
	vertical-align: top;
	margin: 0 0 3px 0;
}

#keywords {
	position: relative 0px 0px;
	width: 100px;
	height: 16px;
	text-align: left;
	color: black;
	background-color: white;
}

#searchbutton {
	border: 0px;
	position: relative;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 5px;
}
/* yet another IE bugfix */
* html #searchbutton {
	top: 3px;
}

/* Ende suchformular */

/* generelles design */
h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: #4169E1;
}

h2 {
	margin: 5px;
	padding: 0;
	background-color: #A7BAEF;
	color: White;
	font-size: 100%;
	font-weight: normal;
}

div {
	margin: 0; 
	padding: 0; 
	display: block;
}

a:link {
	color: #4478be; 
	text-decoration: underline;
}

a:hover {
	color: #4478be; 
	text-decoration: none;
}

a:active {
	color: #4478be; 
	text-decoration: underline;
}

a:visited {
	color: #4478be; 
	text-decoration: underline;
}

/* https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


