<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../font/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../font/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../font/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../font/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?63191085');
  src: url('../font/fontello.eot?63191085#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?63191085') format('woff2'),
       url('../font/fontello.woff?63191085') format('woff'),
       url('../font/fontello.ttf?63191085') format('truetype'),
       url('../font/fontello.svg?63191085#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63191085#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-phone:before { content: '\e800'; } /* 'î&nbsp;€' */
.icon-location:before { content: '\e801'; float: left; height: 70px; margin-right: 10px; padding-top: 5px;} /* 'î&nbsp;' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'ïƒ&nbsp;' */
.icon-fax:before { content: '\f1ac'; } /* 'ï†¬' */


body {font-family: Roboto, sans serif; font-weight: 300; font-size: 100%; line-height: 150%; color: #0d0e0e;}

h1, h2, h3 {text-transform: uppercase; font-weight: 400; margin-bottom: 1em;}
a {text-decoration: none;  color: #0d0e0e;}
a:hover {text-decoration: underline;}
.center {text-align: center;}
#main .ce_text ul {list-style-type: square; padding-left: 40px;}
#footer .ce_download {border-bottom: dotted 1px  #57595d;}
#header {width: 100%; max-width: 1920px; margin: 0  auto; display block;
}

#topmenu {display: none;}
#topmenu #nav {display: none; background: #ffffff;}
#topmenu #nav ul{display: block;}
#header #nav {padding: 0 30px;}
#header #nav ul {  
    font-weight: 400;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;}
    
    
 #header    #nav ul li { 
         position: relative;
         line-height: 160px;
         
          -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
    
    
  #header  #nav ul li.home {
        padding-top: 23px;
        
        -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;}
    
   #header.sticky #nav {position: fixed; width: 100%; top: 0; z-index: 1; background: #ffffff; box-sizing: border-box;}
    
    #nav a {color: #1e2022; text-decoration: none; display: block;}
     #nav a:after {
          display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #add0aa;
  visibility: none;
  opacity: 0;
  z-index: -1;
     }
     
     #nav a:hover:after { opacity: 1;
  visibility: visible;
  height: 50px;}
  
  #nav li.home a:hover:after { visibility: none;
  opacity: 0; height: 1px;}
    
    #nav ul li span, #nav ul li strong {padding: 0 20px;}
      #nav ul li.home span,       #nav ul li.home strong {display: block; width: 183px; height: 119px; padding: 0; background: url(../../images/layout/logo-fb.png) no-repeat; text-indent: -999999px;}
  #header.sticky  #nav ul li.home {padding-top: 10px;}  
header.sticky  #nav ul li.home span,     #header.sticky    #nav ul li.home strong {width: 92px; height: 60px; background-size: 100%; }
 #header.sticky    #nav ul li {line-height: 80px;}
#headerbild {border-top: 8px solid #add0aa;}
#container {width: 100%; max-width: 1920px; margin: 0  auto; display block; padding: 30px; box-sizing: border-box; }
.w2 {width: 100%; max-width: 800px; margin: 0  auto; }

#main h1 {text-align: center;}
#footer {background: #44464b; color: #ffffff; border-top: 8px solid #add0aa; font-size: 90%; padding: 10px 30px; box-sizing: border-box;}
#footer .inside {width: 100%; max-width: 1920px; margin: 0  auto; }
#footer a {color: #ffffff;  display: block;}
#footer h3 {font-size: 15px; position: relative; padding-bottom: 10px;}
#footer h3:after {  display: block;
  position: absolute;
 
  left: 0;
  bottom: 0;
 
  margin: auto;
  width: 100%;
  max-width: 200px;
  height: 1px;
  content: '.';
  color: transparent;
  background: #57595d;}
  
  #navfooter {border-top: 1px solid #57595d;}
  #navfooter li {float: left; }
  #navfooter li span:before,  #navfooter li strong:before   { content:"\00b7";  padding-right: 20px; }

   #navfooter li.first span:before,  #navfooter li.first strong:before   { content:"";  padding-right: 0; }
  #navfooter a , #navfooter strong { padding-right: 20px; display: block; line-height: 50px;}
#navfooter a:hover {text-decoration: none;}
#cookiebar {max-width: 300px; right: 0; left: auto; margin: 0 1% 1%;  background: #add0aa; color:#44464b;}
#cookiebar a {color: #44464b;}
#cookiebar button {background: #44464b;}
.mod_newslist {  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.layout_latest {width: 30%; max-width: 525px;}
@media screen and (max-width: 900px) {
       #home {text-align: center;}
}

@media screen and (max-width: 800px) {
    
    #topmenu {display: block; text-align: center;}
    #topmenu li.home {display: none;}
    #topmenu li {border-bottom: 1px solid #add0aa; line-height: 200%;}
      #topmenu li.last {border-bottom: none;}
    #m-logo a {display: block; width: 183px; height: 119px; padding: 0; background: url(../../images/layout/logo-fb.png) no-repeat; margin: 10px  auto 10px; }
    
   .layout_latest {width: 100%; max-width: 800px; text-align: center;}
   .layout_latest img {margin: 0 auto; display: block; }

    
}

@media screen and (max-width: 480px) {
    #navfooter li {float: none;}
    
#navfooter li span::before, #navfooter li strong::before {padding: 0; display: none;}
}
</pre></body></html>