@charset "utf-8";
/* html{
    /* ggf. silbentrennung aktivieren */
    /* automatische Silbentrennung in modernen Browsern */
    /*-ms-hyphens:auto;
     -webkit-hyphens:auto;
     -moz-hyphens:auto;
     hyphens:auto;
}
*/
 @font-face {
     font-family: 'Circular Book';
     font-style: normal;
     font-weight: normal;
     src: local('Circular Book'), url('../fonts/lineto-circular-pro-book.woff') format('woff');
}
 body {
     font-family: 'Circular Book', Arial, sans-serif;
     color: #333;
     background: #fff;
}
 h3 {
     font-size: 1em;
}
/** * Standardformatierung Listen */
 ul, ol {
     list-style: none;
}
 dt, dd {
     margin-left: 0.5em;
     margin-bottom: 0.5em;
}
 dd {
     padding-left: 0.5em;
}
 a {
     color: #000;
     text-decoration: none;
}
/* Rahmen um verlinkte bilder in alten Browsern entfernen */
 a img {
     border: 0;
     outline: 0;
}
/* header */
header h2, h3 {
    display: inline-block;
}

header h3 {
    margin-left: 1rem;
}

 #logo-bar{
    display:-webkit-box; 
    display:-webkit-flex; 
    display:-ms-flexbox; 
    display:flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#logo-bar a {
    flex: 1 0;
}

 #logo-bar img  {
     margin-left:1%;
     margin-right:1%;
     min-width:0;
}
 
#logo-bar img {
     -webkit-transform: scale(0.5);
   
     -moz-transform: scale(0.5);
 
     -ms-transform: scale(0.5);
    
     -o-transform: scale(0.5);

     transform: scale(0.5);
  
     filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
} 


/* navigation */
 nav {
     margin:0 auto;
     width: 100%;
     border-top:1px solid #ccc;
}
 nav ul {
     background: #fff;
}
 nav ul {
     margin:0;
     padding: 0;
     list-style: none;
     text-align: center;
}
 nav li {
     display: inline-block;
     width:18%;
     line-height: 2em;
}
 nav a {
     display: block;
     font-weight: bold;
     padding: 0.625em 2em;
     min-width: 8em;
     color: #ccc;
}
/* Zustände */
 nav a:hover, nav a:focus {
     color: #383838;
}
 nav .active a, nav .active a:hover, nav .active a:focus {
     color: #383838;
}
/* Main */
 .content {
     margin: 2% auto 2% ;
     max-width: 960px;
}
 .highlight{
     color: #FF0000;
}
 .scale {
     width:100%;
     height:auto;
}
 .figure-offer {
     max-width: 720px;
}
/* footer */
 footer {
     text-align: center;
     color: #fff;
     min-height: 2em;
     border-top: 1px solid #ccc;
     margin: 3em 0 0 0;
}
 footer a {
     display: inline-block;
     color: #333;
}
 #footNavi {
     list-style: none;
     padding-left: 0;
}
 #footNavi li {
     display:inline-block;
     width: 10%;
}
 #footNavi a {
     display: block;
}
 #footNavi a:hover, #footNavi a:focus {
     color:#868686;
}
/* Clears */
 footer {
     clear: both;
}
 @media screen and (max-width: 960px) {
     nav li {
         width:24%;
    }
}
 @media screen and (max-width: 640px) {
        header h3 {
            margin-left: 0;
    }

     nav li {
         display:block;
         width:auto;
    }
     #footNavi li {
         display:block;
         padding-left: 0;
         width: 100%;
    }
     #logo-bar img {
         -webkit-transform: scale(1.0);
        
         -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        
         -o-transform: scale(1.0);
        
         transform: scale(1.0);
        
         filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
    }
}
 input#responsive-nav, label.responsive-nav-label {
     display: none;
}