/*
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.1.1
*/

/* fonts */

/* raleway-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v36-latin-300.woff2') format('woff2');
}

/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v36-latin-regular.woff2') format('woff2');
}

/* raleway-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v36-latin-600.woff2') format('woff2');
}

/* raleway-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v36-latin-700.woff2') format('woff2');
}

/* ibm-plex-serif-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-serif-v19-latin-regular.woff2') format('woff2');
}

/* root */

:root {
  --white: #fff;
  --black: #000;
  --ice-blue: #C7D9E5;
  --gray-blue: #577C8E;
  --dark-blue: #2F4157;
  --mid-gray: #EBEBE8;
  --light-gray: #F5F5F5;

  --h1-font-size: 2.25rem;
  /* 36px */
  --h2-font-size: 1.875rem;
  /* 30px */
  --h3-font-size: 1.5rem;
  /* 24px */
  --p-font-size: 1rem;
  /* 16px */
  --quote-font-size: 1.125rem;
  /* 18px */
}

@media (min-width: 992px) {
  :root {
    --h1-font-size: 3.5rem;
    /* 56px */
    --h2-font-size: 3.125rem;
    /* 50px */
    --h3-font-size: 1.875rem;
    /* 30px */
    --p-font-size: 1.125rem;
    /* 18px */
    --quote-font-size: 1.5rem;
    /* 24px */
  }
}

/* general settings */

html {
  scroll-behavior: smooth;
}

body {
  color: var(--dark-blue);
  font-size: var(--p-font-size);
}

#Content {
  padding-top: 0px;
  background-color: var(--light-gray);
}

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

#Top_bar.is-sticky {
  opacity: 1 !important;
}

@media (min-width: 768px) {

  #Top_bar.is-sticky {
    opacity: 1 !important;
    height: 90px;
    background: white;
  }

  #Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    max-height: 60px !important;
  }

  #Top_bar.is-sticky .menu>li>a,
  #Top_bar.is-sticky .menu>li>a span {
    line-height: 60px;
  }

  #Top_bar.is-sticky #logo {
    padding: 15px 0 !important;
  }
}

.wpb_wrapper>div {
  margin-bottom: 0 !important;
}

.vc_row {
  background-position: 0 0 !important;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

#back_to_top {
  background-color: var(--white);
  border-radius: 0;
}

.icon-up-open-big:before {
  font-weight: 700;
  color: var(--gray-blue);
}

.row-z-index-2 {
  position: relative;
  z-index: 2;
}

.row-gradient-ice-to-grey {
  background: linear-gradient(90deg, var(--ice-blue) 0%, var(--gray-blue) 100%);
}

.external-link a::before {
  content: url(img/google-maps-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

#branchen {
  scroll-margin-top: 60px;
}

/* typo */

h1,
.h1 {
  font-size: var(--h1-font-size);
  color: var(--dark-blue);
  line-height: 1.125;
  font-weight: 300;
  margin-bottom: 48px;
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  color: var(--dark-blue);
  line-height: 1.125;
  font-weight: 300;
  margin-bottom: 32px;
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  color: var(--dark-blue);
  line-height: 1.125;
  font-weight: 300;
}

p {
  color: var(--dark-blue);
  line-height: 1.8;
}

#Content ul {
  margin: 0;
}

#Content li:not(.vc_tta-tab) {
  color: var(--dark-blue);
  list-style: none;
  line-height: 1.8;
  display: flex;
}

#Content li::before {
  content: url(img/bullet-point-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg);
  font-weight: 700;
  margin-right: 7px;
}

#Content a:not(.btn-default, .btn-custom1, .vc_tta-tab>a, .vc_tta-panel-title>a, .brlbs-cmpnt-cb-buttons a) {
  color: var(--gray-blue) !important;
}

.zitat {
  font-family: 'IBM Plex Serif';
  font-size: var(--quote-font-size);
}

/* buttons */

.btn-default {
  font-size: var(--p-font-size);
  color: var(--gray-blue);
  background-color: var(--white);
  font-weight: 600;
  padding: 15px 22px;
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  transition: background-color .3s ease, gap .3s ease;
}

.btn-default::after {
  background-image: url(img/pfeil-positiv-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg);
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  align-self: center;
}

.btn-default:hover {
  color: var(--gray-blue);
  background-color: var(--light-gray);
  gap: 20px;
  opacity: 1;
}

.btn-custom1,
.tnp-submit {
  font-size: var(--p-font-size) !important;
  color: var(--white) !important;
  background-color: var(--gray-blue) !important;
  border: 0 !important;
  font-weight: 600 !important;
  padding: 15px 22px !important;
  display: inline-flex !important;
  justify-content: space-between !important;
  gap: 10px !important;
  transition: opacity .3s ease, gap .3s ease !important;
  border-radius: 0 !important;
}

.btn-custom1::after,
.tnp-submit::after {
  background-image: url(img/pfeil-negativ-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg) !important;
  content: "" !important;
  width: 23px !important;
  height: 23px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: contain !important;
  display: inline-block !important;
  align-self: center !important;
}

.btn-custom1:hover,
.tnp-submit:hover {
  background-color: var(--gray-blue) !important;
  color: var(--white) !important;
  opacity: .8 !important;
  gap: 20px !important;
}

/* hero */

@media (max-width: 767px) {
  .vc_row.hero-image {
    background-position: 30% !important;
  }

  .hero-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
  }
}

/* menu */

#Top_bar {
  border: 0;
}

#menu span {
  color: var(--dark-blue);
  font-size: var(--p-font-size);
  font-weight: 400;
}

.menu-btn {
  background-color: var(--gray-blue);
}

.menu-btn span {
  color: var(--white) !important;
  padding: 0 70px !important;
}

#Side_slide .menu-btn span {
  padding: 0 !important;
}

#Side_slide {
  background-color: var(--white) !important;
}

#Side_slide .extras {
  display: none;
}

.icon-menu-fine:before {
  color: var(--dark-blue) !important;
}

#Side_slide a:not(.button),
#Side_slide a:not(.button):hover {
  color: var(--dark-blue) !important;
}

@media (min-width: 1240px) and (max-width: 1335px) {
  .menu-btn span {
    padding: 0 20px !important;
  }

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

/* footer */

#Footer {
  background-color: var(--mid-gray);
}

.footer_copy {
  background: linear-gradient(90deg, var(--ice-blue) 0%, var(--gray-blue) 100%);
}

#Footer a {
  color: var(--gray-blue) !important;
}

.copyright {
  width: 100%;
}

#Footer .copyright a {
  color: var(--white) !important;
  font-size: var(--p-font-size);
  font-weight: 400;
}

.copyright .footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

@media (max-width: 1239px) {
  .one-fourth.column {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .mobile-one.column {
    width: 100%;
  }

  #Footer .footer_copy .one {
    margin-bottom: 0 !important;
  }

  .mcb-column-inner {
    margin-bottom: 30px;
  }

  #Footer .widgets_wrapper {
    padding: 20px;
  }

  .widget {
    margin: 20px 0;
  }
}

/* tabs */

li.vc_tta-tab::before {
  display: none;
}

li.vc_tta-tab {
  font-size: var(--h3-font-size);
}

@media (max-width: 991px) {
  li.vc_tta-tab {
    font-size: 1rem;
  }
}

.vc_tta.vc_general .vc_tta-tabs-list {
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
}

.vc_tta-tabs-list>li {
  width: 100%;
}

.vc_tta-panel-body {
  background-color: var(--white) !important;
  border-radius: 0 !important;
}

.vc_tta-tab>a,
.vc_tta.vc_general .vc_tta-panel-title>a {
  background-color: var(--gray-blue) !important;
  color: var(--white) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.vc_tta-tab.vc_active>a,
.vc_tta.vc_general .vc_active .vc_tta-panel-title>a {
  background-color: var(--white) !important;
  color: var(--gray-blue) !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin: 0 !important;
}

.vc_tta-panel-heading,
.vc_tta-panel-body {
  border: 0 !important;
}

.vc_active .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .vc_tta-title-text {
    font-size: var(--p-font-size);
  }
}

/* swiper */

.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-pagination {
  margin-top: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 41%;
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  margin: 0 15px !important;
  background-color: var(--dark-blue) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--gray-blue) !important;
}

.slider-pagination-only .swiper-button-next,
.slider-pagination-only .swiper-button-prev {
  display: none !important;
}

.slider-arrows-only .swiper-pagination {
  display: none !important;
}

@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after {
  content: url(img/pfeil-links-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg);
}

.swiper-button-next:after {
  content: url(img/pfeil-rechts-biz-law-rechtskanzlei-hightech-unternehmen-dresden.svg);
}

.slider-arrows-only .swiper {
  padding-left: 30px;
  padding-right: 30px;
}



/* hoverbox */

.vc-hoverbox-block {
  border-radius: 0 !important;
}

.vc-hoverbox:hover .vc-hoverbox-front,
.vc-hoverbox:hover .vc-hoverbox-back,
.vc-hoverbox-back {
  transform: none !important;
}

.vc-hoverbox-back {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.vc-hoverbox:hover .vc-hoverbox-back {
  opacity: 1;
  pointer-events: auto;
}

.vc-hoverbox h2 {
  font-size: var(--h3-font-size);
}

.vc-hoverbox {
  height: 450px;
}

.vc-hoverbox-front {
  background-size: 145px;
  background-repeat: no-repeat;
  background-color: white;
  background-position: 50% 25%;

  justify-content: flex-end !important;
}

.vc-hoverbox-front .vc-hoverbox-block-inner {
  padding: 20px 20px 100px 20px;
}

/* contact form */

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.tnp-email,
.tnp-profile {
  background-color: var(--white) !important;
  border: 2px solid var(--dark-blue) !important;
  box-shadow: none !important;
}

.wpcf7 textarea {
  width: 100% !important;
}

.wpcf7-list-item {
  margin: 0;
}

.tnp-field-email label,
.tnp-field-profile label {
  display: none;
}

/* hochgeschobene Boxen */

.box-up {
  position: relative;
  z-index: 2;
  margin-top: -370px;
}

.box-up .wpb_text_column {
  padding: 50px 70px;
}

@media (max-width: 1239px) {
  .box-up {
    margin-top: -160px;
  }

  .box-up .vc_col-sm-6 {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .box-up {
    margin-top: -80px;
  }

  .box-up .wpb_text_column {
    padding: 30px;
  }

  .box-up .vc_col-sm-6 {
    width: 100%;
  }
}

/* parallax box */

@media (max-width: 767px) {
  .parallax-row .wpb_text_column {
    margin-left: 0 !important;
    margin-top: -280px;
    padding: 30px !important;
  }
}

/* calendly */

.calendly-inline-widget iframe {
  border: 2px solid var(--dark-blue);
}