@font-face {
    font-family: 'bebas_neueregular';
	font-style: normal;
	font-weight: normal;
    src: url('/custom/troisdorf/fonts/bebasneue-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('/custom/troisdorf/fonts/bebasneue-webfont.woff') format('woff'), /* Modern Browsers */
	 url('/custom/troisdorf/css/fonts/bebasneue-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/custom/troisdorf/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/custom/troisdorf/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/custom/troisdorf/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/custom/troisdorf/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/custom/troisdorf/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	background: #f0f0f3;
	background-attachment: fixed;
	color: #666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.05em;
	margin:0px;
	padding:0px;
}

img {border: 0px; margin-bottom: 0.5em;}
img a {border: 0px;}

a img {
	-webkit-box-shadow: 6px 5px 10px #333333; 
	-moz-box-shadow: 6px 5px 10px #333333; 
	box-shadow: 6px 5px 10px #333333;
	}
	
a:hover img {
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	}

ul {margin: 0px; padding: 0px;}
li {list-style-type: none; text-align: center; margin-bottom: 1em;}

a {text-decoration: none; color: #ffffff; font-weight: bold; display: block;}
a:hover {text-decoration: underline; color: #ffffff; font-style:italic}

a[href^="tel:"] {
	text-decoration: none;
	margin-right: 0.5em;
	font-weight: 400;
}

a[href^="fax:"] {
	text-decoration: none;
	margin-right: 0.5em;
	font-weight: 400;
}

a[href^="tel:"]:hover, 
a[href^="fax:"]:hover {text-decoration: none !important;}

h1,h2,h3,h4,h5 {
	font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

h1 {
	font-size: 3em; 
	text-align: center; 
	color: #006fb9; 
	text-shadow:  0px 0px 20px rgba(252, 252, 252, 1);
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#AEEAF2,Strength=1);
}
h2 {
	font-size: 250%; 
	text-align: center ; 
}
	
h3 {
	font-size: 2em; 
	text-align: center ; 
}
	
h4 {
    font-weight: 500;
    line-height: 1em;
	font-size: 1.5em;
	margin: 0px;
}

.container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

/******************* Inhalt ***********************/
#header {
	width: 100%;
	position: relative;
	background: #ffffff;
	}

#logo-wms {
	margin: 10px 0 0px 0; 
	float: left; 
	max-height: 90%;
	} 
#logo-wms img {
	height: 98px;
	width: auto;
}
	
#logo {
   margin: 1.6em 2em 2em 2em; 
   float: right;
   display: none;
}
	
#logo img {
   height: 100px;
   width: auto;
}
	
/*==================================================
  Zusatzheader
  ==================================================*/
.zusatzheader {
   background-color: #003f69 !important; 
   width: 100%;
}

.zh-img {

   width: 100%;


}
.zh-img img {
   width: 100%; 
   height: auto;
   }

.zh-txt {
   color: #ffffff;
   font-size: 1.6em;
   text-align: right;
   padding: 2px 0 10px 4px;
   position: absolute;
   bottom: 5px;
   right: 0px;
   background-color:#636363;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

#ueberschrift {
   width: 100%;
   top: 0em;
   left: 0px;
   position: absolute;
   text-align: center;
}

#main {
   width: 100%;
   margin: 0em auto 2em auto;
   text-align: left;
   padding: 0%;
}

/******************************/
.but-inhalt {
   background-color: rgba(255,255,255,0.76);
   border-radius: 5px 5px 5px 5px;
   overflow: hidden;	
   color: #666;
   padding: 20px;
   padding-bottom: 2em;
   margin: 2% 0 2% 0;
   text-align: center;
   font-size: 1.1em;
}

/******************************/
.clear {clear: both;}

/******************************/

#footer {
   background-color: #003f69;
   width: 100%;
   color: #fff;
   padding: 15px 0 0 0;
   position: fixed;
   bottom: 0;
   left: 0;
}

.footer-widget a {font-weight: normal;display: inline;}
.footer-widget a:hover {text-decoration: underline; font-style:normal;}

.footer-widget {
   margin: 0 4.1% 0.5% 0;
   float: left;
   line-height: 1.3em;
   font-size: 0.75em;
}

.footer-widget:last-child {
   margin-right: 0 !important;
}

#et-footer-nav {
   border-top: dashed 1px #a7a9ac;
   background: linear-gradient(to bottom, rgba(167,169,172,0.36) 0%,rgba(167,169,172,0.36) 1%,rgba(167,169,172,0.36) 100%);
}
