/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/poppins-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white span, .white div {
       color: #fff;
  }

#Content {
     padding-top: 0;
 }

.has_content .the_content_wrapper {
  margin-bottom: 0px;
}

 /* Menü */

 #Top_bar .menu > li > a {
     font-size: 24px;
     line-height: 32px;
     font-weight: 300;
     text-transform: uppercase;
     letter-spacing: 6px;
     color: #A28E6B;
 }

 #Header {
     padding: 55px 0px;
 }

 #Top_bar .menu > li > a span:not(.description) {
     padding: 0 45px;
 }

 #Side_slide {
     text-transform: uppercase;
     font-weight: 300;
 }

 #Side_slide #menu ul li a {
      letter-spacing: 2px;
 }

 #Side_slide #menu > ul:last-child > li:last-child {
  border-bottom: none;
}
#Side_slide #menu ul li {
  border-top: none;
}

 /* Inhalt */

p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

h1 {
     text-transform: uppercase;
     font-size: 48px;
     line-height: 64px;
     font-weight: 300;
     letter-spacing: 8px;
}

h2 {
     text-transform: uppercase;
     font-size: 36px;
     line-height: 64px;
     font-weight: 300;
     letter-spacing: 8px;
}

h3 {
     text-transform: uppercase;
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
     letter-spacing: 3px;
}

.schatten.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-4.vc_col-xs-12 .vc_column-inner {
     box-shadow: 0 0px 20px 0 rgba(162,142,107,0.16);
 }

 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    background-color: transparent !important;
    background-image: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 4px;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
 }

 .border-brown  .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    border-bottom: 2px solid #a28e6b;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
 }

 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom:hover {
    border: 2px solid #fff;
}

.border-brown  .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom:hover {
  border: 2px solid #a28e6b;
}

 .button-flat button:after {
   background: transparent;
 }

 .button-flat input[type="submit"]:hover {
    border: 2px solid #fff;
}

 .vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus {
  border: none;
 }

#Footer .footer_copy {
  display: none;
}

 /* Tabs */

 div.gleich-hoch .wpb_wrapper > div {
  margin-bottom: 0px;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: transparent !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
     background-color: transparent !important;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.vc_tta-tabs-container {
     border-bottom:2px solid #A28E6B;
     color:#A28E6B;
   }
   body .vc_tta.vc_general .vc_tta-tabs-list {
     display:flex;
     flex-wrap: nowrap;
     justify-content: center;
     margin:0;
   }
   body .vc_tta.vc_general .vc_tta-tab {
     margin:0;
     display:block;
     width:100%;
   }
   body .vc_tta.vc_general .vc_tta-tab > a,
   body .vc_tta.vc_general .vc_tta-panel-title > a {
     border:0 none;
     padding:4px 5px;
     border-radius:0;
     position:relative;
     font-size: 24px;
     font-weight: 300;
     letter-spacing: 4px;
     line-height: 64px;
     color:#A28E6B !important;
     text-transform: uppercase;
     font-family: 'Poppins';
     text-align: center;
   }
   li.vc_tta-tab.vc_active a span.vc_tta-title-text {
     font-weight: 700;
   }
   body .vc_tta.vc_general .vc_tta-tab.vc_active > a,
   body .vc_tta.vc_general .vc_tta-tab:hover > a,
   body .vc_tta.vc_general .vc_tta-panel-title:hover > a {
     background:transparent;
   }
   body .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
   body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a::after {
     content:'';
     position:absolute;
     left:0;
     top:calc(100% - 2px);
     height:6px;
     width:100%;
     background:#A28E6B;
     display:block;
   }
   body .vc_tta.vc_tta-tabs .vc_tta-panel-body {
     padding-top:0;
     border:0 none;
     padding-bottom:0;
   }
   body .vc_tta.vc_tta-tabs .vc_tta-panel-body > *:first-child {
     padding-top:40px;
   }


   @keyframes tab-fadein {
       from { opacity: 0; }
       to   { opacity: 1; }
   }
   @media (min-width:992px) {
     body .vc_tta.vc_tta-tabs .vc_tta-panel-body > *:first-child {
       padding-top:80px;
     }

     /* Fade Animation für Desktop */
     .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
     .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -sand-transform: none;
         -o-transform: none;
          transform: none;
         -webkit-transition: none;
         -moz-transition: none;
         -o-transition: none;
         transition: none;
         animation: tab-fadein .3s;
     }
   }
   @media (min-width:768px) and (max-width:1199px) {
     body .vc_tta.vc_general .vc_tta-tab > a {
       font-size:18px;
     }

   }

/* Kontaktformular */

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 22px 15px;
}

textarea {
  padding: 25px 0px 0px 15px;
}

.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

@media only screen and (min-width: 1240px) {
  .wps-form-row {
      flex-direction: row;
  }

  .wps-form-column {
      padding: 0.5rem 1rem;
  }
}

.button-flat input[type="submit"] {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 4px;
}

div.button-senden {
  text-align: center;
  padding-left: 60px;
}

.button-flat input[type="submit"] {
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.wpcf7-list-item-label, .wpcf7-list-item-label a {
  color: #fff;
}

.job-listing .job-preview {
  background-color: transparent !important;
  border: 1px solid #A28E6B !important;
  border-radius: 0px !important;
}

.job-listing .job-preview .job-cta .apply-btn {
  background-color: #A28E6B !important;
  letter-spacing: 4px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
}

/* responsive */

@media only screen and (min-width: 1441px) {
img.logo-main.scale-with-grid {
  max-height: 110px !important;
  margin-top: -25px !important;
}
}

@media only screen and (max-width: 1800px) {
  #Header {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 1239px) {
  h2.service-gutschein {
    font-size: 26px;
  }
  div.button-senden {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1238px) and (min-width: 772px) {
  .one-fourth.column {
    width: 45%;
  }
   .wp-block-image.size-full.is-resized.footer-spalte-1 {
    width: 100px;
    height: auto;
  }

  .one-fourth.column:nth-child(2) {
    margin-bottom: 17px !important;
  }
}

@media only screen and (max-width: 991px) {
  .box-abstand.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-6.vc_col-md-6.vc_col-xs-12.vc_col-has-fill {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1260px) and (min-width: 960px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .one-fourth.column {
    width: 100%;
  }
  div.button-senden {
    padding-left: 26px;
  }
  #Header {
    padding: 15px 0px;
}
}

@media only screen and (max-width: 480px) {
  h2.service-gutschein {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 10px 0px;
  }
}