

body {
    width: 100%;
    margin: 0 auto;
    font-family: 'urw-din'!important;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    color:#777a7b;
    text-align: left;
    background-color: #fbfcfe;
    
    }

.container {
    max-width: 1400px;
    margin: 0 auto;  
   
}

.gruetzmann-content {
    max-width: 1400px; 
    margin: 0 auto;
  
}

.row {
    margin-right: 0px ;
    margin-left: 0px;
}

.spacer50px {
    margin-top: 50px;
}

.spacer25px {
    margin-top: 25px;
}

.spacer5px {
    padding-top: 5px;
}

.padding50px {
    padding: 50px;
}

.padding25px {
    padding: 25px;
}

.padding15px {
    padding: 15px;
}

#footer
     {
      padding-top: 40px;
      padding-bottom: 10px;
            
 }
 #footer{
      background-color:#1F5773;
      color: #eae8e7;
  }


.button-box {
    position: relative;
    margin: 10px;
    /* height: 90%;
    width: 90%; */
   }
    
 .button-text {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 250px;
    height: 150px;
    margin: 10px;
    padding: 10px;
    background-color: #20537F;
    opacity: 0;
   }

 .box-bg-image {
    background-image: url('../themes/zf-nord/assets/images/bg-weiss.PNG'); 
    padding: 10px;
 }

.bg-blue, .bg-dark {
  background-color: #1F5773; 
 }

.bg-blue-transparent {
   background-color:rgba(42,108,133,0.8)
    
}

.bg-light-blue {
     background-color: #49a7b7;
}

.bg-grey {
    background-color: #777a7b;
}  

.bg-light-grey {
    background-color: #bfc3c6;
}  

.bg-white {
    background-color: #fbfcfe;
}  

a {
   color: #eae8e7;
   text-decoration: none; 
}  

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'urw-din'!important;
    font-weight: 500;
    line-height: 1.1;
    color: #77797a;
    text-align: left;
}

/*
#intro,#content
   {
    margin-top: 50px;
    margin-bottom: 15px;
   }
*/
.text-white {
    color: #fbfcfe;
}
.text-light-grey {
    color: #bfc3c6;
}
.text-grey {
    color: #777a7b;
}
.text-blue, .text-dark {
    color: #20537F;
}
.text-light-blue {
    color:#49a7b7;
}

.gruetzmann-headline {
    margin-top: -10px; 
    margin-bottom: 20px
}

/* die Headlines im Header / Intro */
.headline-gruetzmann {
    margin-top: 0px;
    font-size: 300%;
    font-weight: 700;
   
}

.headline-gruetzmann-mobil{

    margin-top: 50px;
    font-size: 200%;
    font-weight: 700;
}
/* --------- */

/* Video Header */

.intro-video-desktop {
  position: relative;
  padding-top: 0px !important;
}

/* Infobar oberhalb Menu */


@media (max-width: 768px) {
  .infobar-show-desktop {
    display: none;
  }
}

/* Infobar */


/*------ Button ---------*/
.btn { 
    font-size: 1.7rem;
    }

.btn-gruetzmann {
    background-color:#49a7b7;
    background-image: none;
    font-size: large;
    border-color: #ffffff; 
    border-radius: 0;
    margin-bottom: 10px;
}
  
.btn-gruetzmann:hover {
    background-color: #2a677b;
}  

.button-up {
 cursor:pointer;position: fixed;
 bottom: 20px; right:20px;
 padding:4px;
 background-color: #49a7b7;
 border-radius: 60px; width:60px; height:60px;
 display:flex;flex-direction:row;align-items:center;
 justify-content:center;
 font-size:25px;color:white"
}

/* Kontaktformular */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

textarea { 
    resize: none;
    overflow: auto;
}

.contactform-background {
  background-color:  #49a7b7;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  border: 0px;
}

.btn-contact {
    background-color: #49a7b7;
    border-radius: 0;
    min-width: 350px;
    margin: 0 auto;
    font-size: 120%;
    padding: 10px;
    color: #f3f3f3; /*text-light*/
}

.btn-ausbildung {
    background-color: #49a7b7;
    border-radius: 0;
    min-width: 350px;
    margin: 0 auto;
    font-size: 120%;
    padding: 10px;
    color: #f3f3f3; /*text-light*/
}

/*-------  Button ---------*/

/*
.galerie-image {
   position: relative;
   margin: 10px;
 }


@media (max-width: 992px) {
    .image-mobile {
        display: none;
    }
 
}

*/

/* Navigation Menu */

.navbar {
    margin-bottom: 0px;
}

.navbar-nav {                /* die Anordnung des Menu */
  margin-top:20px;
}

.navbar-default {
background-color:  #fbfcfe; 
border: none;
} 

.navbar-toggle {
  margin-top: 8px;
  border: 2px solid #193f62;
  
}

.navbar-toggle .icon-bar {
    background-color:  #193f62 !important;
    width: 30px;
    height: 4px;
}

@media (min-width: 992px) {
    .navbar-nav {
        padding-right: 80px;
    }
    
    .navigation-submenu {
        float:right;
        padding-right: 90px;
    } 
    .navigation-mobile {
        display:none;
    }  
}    

 @media (min-width: 576px) and (max-width: 992px){
    .navigation-desktop {
        display:none; 
    } 
  }

@media (max-width: 576px) { 
    .navigation-desktop {
        display:none; 
    }       
  }

.dropdown-menu {
  min-width: 260px;
  font-size: 14px !Important;
  line-height: 1.6 !Important;
  padding-left: 5px;
}

/* Germena Engineering Image im Video / Headerbild */
.engineering-image {
    position: absolute;   
}

/* Navigation Menu */

/* Intro mobile und Desktop */

@media (min-width: 992px) {
   /* breite Browserfenster */
    .intro-video-mobile {
         display:none;
     }
}
@media (max-width: 992px) {
   /* breite Browserfenster */
     .intro-video-desktop {
         display:none;
     }
}


@media (min-width: 567px) {
   /* breite Browserfenster */
     .intro-mobile, .news-einzelseite-mobile, .verzahnung-grafik-mobile {
         display:none;
     }
}
@media (max-width: 567px) {
   /* breite Browserfenster */
     .intro-desktop, .news-einzelseite-desktop, .verzahnung-grafik-desktop {
         display:none;
     }
}

@media (min-width: 992px) {
    .jobs-mobile {
         display:none;
     }
}
@media (max-width: 992px) {
    .jobs-desktop {
         display:none;
     }
}
/* Intro mobile und Desktop */


/* Layout Systemlösungen Einzelseiten */

@media (min-width: 1200px) {
     .verzahnung-bulletpoints {
     width: 70%; 
     margin: 0 auto;
     }  
  }
  
@media (max-width: 1200px) {
    .verzahnung-bulletpoints {
     width: 100%; 
     margin: 0 auto;
     }  
    .verzahnung-bulletpoints ul {
     padding-left: 2rem;
        }
   }

.verzahnung-content-unten {
    background-color: rgba(42,108,133,0.2); 
    padding:15px
}


/* FAQ Seite */

  .faq-item-title {
    position: relative;
    overflow: hidden;
}

 .faq-panel { 
        width: 100%;
 }
 
 .faq-item-title {
        width: 100%;
        min-height: 120px;
        background-color: #1F5773;
        color: white;
        padding: 15px;  
  }
  
.faq-open {
    position: absolute;
    bottom: 15px;
    right: 15px;  
}

 .faq-item-open {
        display: none;
        padding: 10px;
        background-color: #1F5773;
        color: white;
  }


/* Seite Unternehmen 

@media (min-width: 1200px) {
    .btn-unternehmen {
     width:250px; 
     height:150px;
     }
  }
  
  @media (min-width: 768px) and (max-width: 1200px){
    .btn-unternehmen {
     width: 250px; 
     height:120px;
     }
    }
  @media (max-width: 768px) {
    .btn-unternehmen {
     display: none;
    }
  }

 Seite Unternehmen */

/* Seite Systemlösungen 

@media (min-width: 1200px) {
    .btn-systemloesungen {
      width:250px; 
      height:60px;
     }
     #btn-systemloesungen-1 { position: absolute; top: 120px; left: 0px; }
     #btn-systemloesungen-2 { position: absolute; top: 200px; left: 0px; }
     #btn-systemloesungen-3 { position: absolute; top: 280px; left: 0px; }
     #btn-systemloesungen-4 { position: absolute; top: 360px; left: 0px; }
     #btn-systemloesungen-5 { position: absolute; top: 440px; left: 0px; }
     #btn-systemloesungen-6 { position: absolute; top: 120px; right: 0px; }
     #btn-systemloesungen-7 { position: absolute; top: 200px; right: 0px; }
     #btn-systemloesungen-8 { position: absolute; top: 280px; right: 0px; }
     #btn-systemloesungen-9 { position: absolute; top: 360px; right: 0px; }
     #btn-systemloesungen-10 { position: absolute; top: 440px; right: 0px; }
  
      .systemloesungen-mobile {
      display: none;
     }
    }
    
    @media (min-width: 992px) and (max-width: 1200px){
      .btn-systemloesungen {
      width:250px; 
      height:50px;
     }
  
     #btn-systemloesungen-1 { position: absolute; top: 100px; left: 0px; }
     #btn-systemloesungen-2 { position: absolute; top: 160px; left: 0px; }
     #btn-systemloesungen-3 { position: absolute; top: 230px; left: 0px; }
     #btn-systemloesungen-4 { position: absolute; top: 300px; left: 0px; }
     #btn-systemloesungen-5 { position: absolute; top: 370px; left: 0px; }
     #btn-systemloesungen-6 { position: absolute; top: 100px; right: 0px; }
     #btn-systemloesungen-7 { position: absolute; top: 160px; right: 0px; }
     #btn-systemloesungen-8 { position: absolute; top: 230px; right: 0px; }
     #btn-systemloesungen-9 { position: absolute; top: 300px; right: 0px; }
     #btn-systemloesungen-10 { position: absolute; top: 370px; right: 0px; }
  
     .systemloesungen-mobile {
      display: none;
     }
    }
    
    @media (max-width: 992px) {
      .btn-systemloesungen {
       display: none;
      }
      .systemloesungen-desktop {
        display: none;
      }
    }
  
    Seite Systemlösungen */