/*
Theme Name: Softlab Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: softlab
Text Domain:  softlab-child
*/

.wpb_wrapper h2,
.wpb_wrapper h3 {
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.vc_tta-panel-body h3 {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  font-weight: 600;
}
body .wpb_wrapper ul li,
body ol li {
  margin-bottom: 1rem;
  line-height: 1.4rem;
}

body .wpb_wrapper ul li::before {
  top: 8px;
}

.header_search.search_standard {
  display: none !important;
}

.page-header {
  background: #006196 !important;
}
.page-header_title {
  font-size: 2.3rem !important;
}
.vc_tta-tabs-container {
  margin-bottom: 1.25rem !important;
}

.primary-nav > ul > li > a {
  padding: 0 13px !important;
}

.single-portfolio .softlab-post-navigation {
  display: none !important;
}

.single-portfolio #main {
  padding-top: 0;
}

.menu .menu-item_plus {
  display: none !important;
}
.infobox_button.button-read-more {
  margin-top: 14px;
}

.whiteparallax p {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}
.whiteparallax .vc_btn3 {
  background: #fff !important;
}
.whiteparallax .vc_btn3:hover {
  background: #006196 !important;
}
btnwhitebg {
  background: #fff;
}

input[type="submit"],
button {
  text-transform: none !important;
}
.wpcf7-acceptance input[type="checkbox"] {
  width: initial !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  font-family: Nunito;
}

.footertpl {
  color: #fff;
  padding-right: 20px;
}
.footertpl:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}
.footerimgwhite {
  margin: 0 auto 26px auto;
  display: block;
  max-width: 320px;
}
.ftrtext {
  text-align: center;
  margin-bottom: 14px;
}
.ftrtext a {
  text-decoration: none;
  color: #fff;
}
.ftrtext a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}
.footer_top-area strong {
  font-weight: 700 !important;
}
.footer_top-area p {
  margin-bottom: 18px !important;
  line-height: 20px !important;
  font-size: 15px !important;
}

.page_404_wrapper .softlab_404_button .wgl_button_link {
  text-transform: none !important;
}

.wgl-mobile-header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
}

.wgl-mobile-header.stickymobileheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; /* oder deine Wunschfarbe */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  body .page-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 140px !important;
  }
  .hidemobile {
    display: none !important;
  }
  .contactwrapper {
    display: flex;
    flex-flow: column;
  }
  .contactblock1 {
    order: 2;
  }
  .contactblock2 {
    order: 1;
    margin-bottom: 60px;
  }
  .wgl-container .page-header_content .page-header_title {
    color: #fff !important;
  }
}
