#navbar-main, .site-footer {
  background-color: #fff;
}

.button.beratung {
  background: #007cc2;
  color: #fff !important;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.02em;
  border-radius: 12px;
  margin-top: -75px !important;
  margin-bottom: 50px;
  display: inline-block;
  z-index: 998 !important;
  position: relative;
}

.button.beratung strong {
  font-weight: 600 !important;
}

.view-karriere  {
  margin-top: 25px;
  margin-bottom: -30px;
  max-width: 1200px !important;
  margin-right: 12px;
  margin-left: 12px;
}

.view-karriere .views-field-title a {
  text-decoration: none;
  padding-right: 200px;
}

.view-karriere .views-row {
  margin-bottom: 25px;
  border: 4px solid #007cc2;
  padding: 25px 50px 25px 50px;
  position: relative;
}

.view-karriere .views-field-view-node {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 25px;
  display: flex;
  align-items: center;
   z-index: 999;

}

.view-karriere .views-field-view-node a {
  border: 1px solid #007cc2;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-block;
  right: 12px;
  top: 12px;
}

@media (max-width: 1280px) {

  .view-karriere  {
  max-width: 100% !important;
  margin-right: 60px;
  margin-left: 60px; }
}

@media (max-width: 640px) {
  
  .view-karriere .views-field-view-node {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
  }
  .view-karriere .views-field-title a{
    padding-right: 0px !important;
  }
}

.node--type-karriere {
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
}

.node--type-karriere .node--type-karriere:before {
  content: "Karriere";
  color: #007cc2 !important;
  text-align: left;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  font-size: 36px;
  border-bottom: 4px solid;
}

.node--type-karriere h1 {
  color: #007cc2;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 25px;
}

.field--name-field-bewerbung {
  margin: auto;
  border: 4px solid #007cc2;
  padding:36px 50px 25px 50px;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-top: 36px;
}

.field--name-field-bewerbung ul {
  text-align: left;
  margin: auto;
}

.field--name-field-bewerbung hr {
  background:  #007cc2;
  height: 2px;
}

.h-captcha {
  margin-top: -150px;
}
.webform-button--submit{
  margin-top: 90px !important;
}

.block-entity-viewnode .slide__description {
  pointer-events: none;
}

.block-entity-viewnode .slide__description a img {
}

@media (max-width: 480px) {
  .h-captcha {
  margin-top: -215px;
}
.webform-button--submit{
  margin-top: 100px !important;
  margin-bottom:75px;
  border: 1px solid !important;
}

}

.bmd-on { 
  position: relative;
}

.bmd-on h1:before,
.bmd-on h2:before {
  content: "";
  background-image: url(/sites/default/files/inline-images/BMDLogo.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 0px;
  height: 30px;
  width: 100px;
  bottom: 7px;
}

.bmd-on h1, .bmd-on h2 {
  padding-right: 90px;
  hyphens: auto;
}
#block-fahnchen { 
    position: fixed; 
    right: 0px; 
    top: 50%;
     transform: translateY(-50%); 
     color: #fff; 
     font-family: } 
     
#block-fahnchen:hover {
  position: fixed;
  z-index: 50;
}


     #block-fahnchen a { 
         color: #fff !important; 
         text-decoration: none; } 

         /* Set to 100% of col-md-6 */ 

         .slideout1 { 
             position: absolute; 
             width: 225px; 
             height: 150px; 
             overflow: hidden;
              right: 0px; 
             z-index: -1;
             pointer-events: none;
} 
              
              /* Overlay */ 
              
              .slideout1 .content:before 
              { content:"\f2b9"; 
                font-family:"Font Awesome 5 Free"; 
                font-style:normal; 
                font-weight:900; 
                font-size: 39px; 
                position: absolute;
                 left: -45px; 
                 float: left; 
                 width: 40px; 
                 height: 50px; 
                 top: -5px; 
                 display: flex;
                  justify-content: left;
                   align-items: center; 
                   padding-left: 10px;
                   color: #007cc2; 
                  z-index: 10;
pointer-events: auto;
} 

.slideout1 .content:after {
    background: #fff;
    content: "";
            position: absolute;
                 left: -30px; 
    width: 25px;
    height: 30px;
    top: 6px;
    z-index: 5;
}
                   
                   .slideout1 .content { 
                       width: 160px; 
                       position: absolute;
                        height: 150px; 
                        bottom: 0px; 
                        right: -160px; 
                        z-index: 101; 
                        padding: 10px 15px; 
                        background-color: #007cc2; 
                        color: #fff; 
                        transition: all ease 1s; 
                        font-family: Arial; 
                        font-size: 14px; 
                        line-height: 24px;
                        letter-spacing: 0.01em;
                        white-space: nowrap;
                        border-top-left-radius: 9px; 
                        border-bottom-left-radius: 9px; 
                       font-weight: bold;
                       pointer-events: auto;
                    } 
                    
                    .slideout1 .content .tel:before 
                    { content: "\f879"; 
                        font-family:"Font Awesome 5 Free"; 
                        font-style:normal; 
                        font-weight:900; 
                        margin-right: 10px; } 
                        
                        .slideout1 .content .mail:before { 
                            content: "\f0e0"; 
                            font-family:"Font Awesome 5 Free"; 
                            font-style:normal; 
                            font-weight:900;
                             margin-right: 10px; } 
                             
                             .slideout1 .content .newsletter:before { 
                                 content: "\f1ea"; 
                                 font-family:"Font Awesome 5 Free"; 
                                 font-style:normal;
                                  font-weight:900; 
                                 margin-right: 9px; } 

   .slideout1 .content .terminbuchen:before { 
                                 content: "\f017"; 
                                 font-family:"Font Awesome 5 Free"; 
                                 font-style:normal;
                                  font-weight:900; 
                                 margin-right: 9px; } 

.slideout1 .content .fernwartung:before {
  content: "\f337";
     font-family:"Font Awesome 5 Free"; 
                                 font-style:normal;
                                  font-weight:900; 
                                 margin-right: 10px; 
}

.slideout1 .content .newsletter {
    margin-top: 8px;
    display: block;
    font-weight: normal;
}

                                 /* Overlay Hover */ .slideout1 .content:hover { 
                                     right: 0px;
                                     transition: all ease 1s; }

nav.tabs {
  margin: 0px !important;
  z-index: 100;
  position: relative;
}

.gin-layout-container .breadcrumb {
  background: none !important;
}