/*
* Theme Name: Company
* Theme URI: http://www.artviper.de
* Theme Description: Theme für Company
* Author: artViper Marketingagentur | Stephan Geissler
* Author URI: http://www.artviper.de
* Version: 1.3
* Tags: bootstrap, complete modified
* License: Not for resell or free
* License URI:
* Text Domain: Company
*/

/* Apply bootstrap styles */
/*@import url('bootstrap/css/bootstrap.min.css');*/
:root {
  --main-font: "Montserrat";
  --second-font:"Montserrat";
  --color: #46102a !important;
  --bg-color: #f4f4f4 !important;
  --second-font-color:#272727 !important;
  --font-main-color:#fff !important;
  --link--color:"#646464";
}
/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Montserrat/montserrat-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Montserrat/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Montserrat/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Montserrat/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Montserrat/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
  font-family: "Sabina";
  src: url(fonts/sabina/Sabina.ttf);
  font-weight: 900;
}

h1,h2,h3,h4,h5,h6{
  font-family:var(--main-font) !important;
}
div,p{
  font-size: 18px;
  font-family:var(--main-font) !important;
  font-weight: 400;
}
/* basic styles for layout, can be removed. */

/* common class start */
.fw-100{
  font-weight: 100;
}
.fw-200{
  font-weight: 200;
}
.fw-300{
  font-weight: 300;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}
.fw-900{
  font-weight: 900;
}

.custom-btn button{
  font-size: 16px !important;
  border: 1px solid var(--color) !important;
  background-image: none !important;

  &:hover{
    color: var(--color) !important;
    background-color: transparent !important;
  }
}

a{
  text-underline-offset: 4px;
}

.w-100,
.w-100 .wpb_wrapper.vc_figure,
.w-100 .wpb_wrapper.vc_figure .vc_single_image-wrapper,
.w-100 .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
/* common class end */


/* Brand */
.brand {
  margin-top: 15px;
  margin-bottom: 15px;
}
#site-title {
  font-size: 35px;
}
/*Header Menu */

.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
.header-menu li:last-child {
  border-right: none;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu{
  background-color:transparent !important;
  border: none !important;
}
/*./Dropdown Css*/

#site-title {
  font-size: 35px;
}
.container {
  max-width: 1280px !important;
}
/* header */
.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
header.main_header {
  background-color: transparent;
  overflow: hidden;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-family: var(--main-font) !important;
  text-transform:uppercase;
  font-size:20px;
}
.main_header .text-right {
  padding-right:0;
}
ul#menu-menu {
  gap: 40px;
}
.dropdown-toggle::after{
  border:unset !important;
  margin:0 !important;
}
.current-page-parent .nav-link{
  text-decoration:underline;
}
a.dropdown-item {
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration:unset !important;
}
a.dropdown-item:hover{
  background-color:transparent !important;
  color:#e05512 !important;
  text-decoration:underline !important;
}
div#navbarSupportedContent {
  margin-top: 10px;
  justify-content:end;
}
.current-menu-item a{
  text-decoration:underline;
}
.dropdown-menu.show {
  background: transparent;
  border: none;
}

.main_header .container{
  max-width: 100% !important;
  padding: 20px 0px 20px 200px;
}
nav.navbar{
  display: none;
}
.brand img{
  width: 50%;
}
.top-main-menu {
  background-color: var(--color);
  padding: 25px 50px;
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 70px;
}
.top-main-menu h3{
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.tel--mail--box a{
  text-decoration: none !important;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.tel--mail--box img{
  width: 31px;
  height: 31px;
  border: 1px solid #d4d4d4;
  padding: 5px;
}
.tel--mail--box p{
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
/* header */

/* footer start */
footer .footer{
  background: url('/wp-content/uploads/2024/08/footer-img.svg'),#e5e5e5;
  padding: 50px 0 80px 0;
  background-repeat: no-repeat;
  background-position: 90% 122%;
  background-size: 11%;
}
footer .footer .container {
  max-width: 100% !important;
  padding: 0 200px;
}
footer .footer h3 {
  font-size: 16px;
  line-height: 15px;
  color: var(--color);
  font-weight: 700;
  margin-bottom: 0;
}
footer .footer p, .footer_column_3 .rcb-sc-link {
  font-size: 12px;
  line-height: 21px;
  color: #2b2b2b;
}
footer .footer a{
  text-decoration: underline;
  text-decoration-color: #2b2b2b;
  text-underline-offset: 3px;

  &:hover p{
    color: var(--color);
  }
}
footer .footer .footer_column_1 img {
  width: 80%;
}
footer .footer .footer_column_2 p {
  line-height: 15px;
}
footer .footer p span{
  font-weight: 700;
  color: var(--color);
}
footer .footer .footer-text {
  width: 490px;
}
footer .footer .terms--priv {
  display: flex;
  column-gap: 15px;
}
/* footer end */

/* home page start */
.page .page-id-10-section-1 {
  background-position: 103% 125% !important;
}
.page-id-10-section-1 .arrow-img{
  position: absolute;
  bottom: 80px;
  right: -80px;
}
.page-id-10-section-1-col-1 h1.fs-121{
  font-family: 'Sabina' !important;
}
.page-id-10-section-1-col-1 .page-id-10-section-1-col-1-inn p{
  color: #2b2b2b;
}
.page-id-10-section-1-col-1 .page-id-10-section-1-col-1-inn a{
  color: var(--color);
  text-decoration: underline;
}
.page-id-10-section-1 .page-id-10-section-1-col-2 img{
  max-width: 300% !important;
  width: 160% !important;
  object-position: -180px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.page-id-10-section-2-col-1 img {
  transition: 0.5s;
}
.page-id-10-section-2-col-1 img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.icon--box p{
  margin-bottom: 5px;
}
.icon--box a{
  font-size: 22px;
  color: var(--color);
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 15px;
  text-underline-offset: 5px;

  &:hover{
    color: var(--color);
  }
}
.telephone a::before,
.email a::before{
  content: '';
  background: url('/wp-content/uploads/2024/08/phone.svg');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px !important;
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #d4d4d4;
}
.email a::before{
  background: url('/wp-content/uploads/2024/08/mail.svg');
}
/* home page end */

/* datenschutz page start */
.page-id-70-section-1{
  width: 1040px;
  margin: auto !important;
}
.page-id-70-section-1 h4{
  font-size: 22px;
  line-height: 24px;
  color: var(--color);
  font-weight: 700;
  margin-bottom: 20px;
}
.page-id-70-section-1 strong{
  font-size: 20px;
}
/* datenschutz page end */

/* impressum page start */
.page-id-77-section-1-col-2 h4{
  margin-bottom: 0;
}
/* impressum page end */

/* ================================= */
/* media query start */
/* ================================= */

@media (min-width: 200px) and (max-width: 1199px){
  div,p{
    font-size: 16px;
  }

  /* home page start */
  .page .page-id-10-section-3{
    padding: 35px 0 0 0 !important;
    margin: 0;
  }
  /* home page end */

  /* datenschutz page start */
  .page-id-70-section-1 {
    width: 100%;
  }
  /* datenschutz page end */
}
@media (min-width: 1501px) and (max-width: 1792px){
  .brand{
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .mobile-menu{
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .main_header .container {
    padding: 20px 0px 20px 50px;
  }
  .brand img {
    width: 70%;
  }
}

@media (min-width: 1300px) and (max-width: 1500px){
  /* header start */
  .main_header .container {
    padding: 0 0px 0 20px;
  }
  .top-main-menu {
    column-gap: 30px;
  }
  .top-main-menu h3,
  .tel--mail--box p {
    font-size: 20px;
  }
  /* header end */

  /* footer start */
  footer .footer .container {
    padding: 0 20px;
  }
  footer .footer {
    padding: 50px 0;
    background-position: 95% 120%;
  }
  /* footer end */

}

@media (min-width: 1300px) and (max-width: 1381px){
  .brand{
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .mobile-menu{
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .brand img {
    width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px){
  .brand{
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .mobile-menu{
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .main_header .container {
    padding: 20px 0px 20px 20px;
  }
  .brand img {
    width: 90%;
  }
  .top-main-menu {
    column-gap: 50px;
  }
  .top-main-menu h3,
  .tel--mail--box p{
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  /* header start */
  .brand{
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .mobile-menu{
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .brand img{
    width: 90% !important;
  }
  .main_header .container {
    padding: 0 0px 0 20px;
  }
  .top-main-menu {
    column-gap: 20px;
    padding: 25px;
  }
  .top-main-menu h3,
  .tel--mail--box p {
    font-size: 17px;
  }
  /* header end */

  /* footer start */
  footer .footer .container {
    padding: 0 20px;
  }
  footer .footer {
    padding: 50px 0;
    background-position: 98% 110%;
    background-size: 15%;
  }
  .footer_column_1 img{
    width: 90% !important;
  }
  footer .footer .footer-text {
    width: 100%;
  }
  /* footer end */

  /* common class start */
  .fs-22{
    font-size: 18px !important;
  }
  /* common class end */
  /* home page start */
  .page .page-id-10-section-1 {
    background-position: 260% 115% !important;
    padding: 50px 0 !important;
  }
  .page-id-10-section-1 .page-id-10-section-1-col-2 img {
    width: 140% !important;
  }
  .page-id-10-section-1 h2.fs-30 {
    font-size: 25px !important;
  }
  .page-id-10-section-1 .arrow-img {
    right: -130px;
    bottom: 100px;
  }
  .page-id-10-section-1 .arrow-img img{
    width: 70%;
  }
  /* home page end */
}
@media (min-width: 600px) and (max-width: 991px){
  /* header start */
  .brand,
  .mobile-menu{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .brand{
    order: 2;
    padding-left: 40px !important;
  }
  .mobile-menu{
    order: 1;
  }
  .brand img{
    width: 25% !important;
  }
  .main_header .container {
    padding: 0;
  }
  .top-main-menu {
    column-gap: 40px;
    padding: 20px;
  }
  .top-main-menu h3,
  .tel--mail--box p {
    font-size: 17px;
  }
  /* header end */

  /* footer start */
  footer .footer .container {
    padding: 0 20px;
  }
  footer .footer {
    padding: 50px 0;
    background-position: 98% 110%;
    background-size: 20%;
  }
  .footer_column_1 img{
    width: 100% !important;
  }
  footer .footer .footer-text {
    width: 100%;
  }
  /* footer end */

  /* common class start */
  .fs-22 {
    font-size: 18px !important;
  }
  /* common class end */
  /* home page start */
  .page-id-10-section-1-col-1,
  .page-id-10-section-1-col-2{
    width: 100% !important;
  }
  .page-id-10-section-1 .arrow-img {
    right: 100px;
  }
  .page .page-id-10-section-1 {
    background-position: 100% 275% !important;
    padding: 50px 0 !important;
  }
  .page-id-10-section-1 .page-id-10-section-1-col-2 img {
    width: 100% !important;
    object-position: -70px 80px;
  }

  .icon--box a {
    font-size: 18px;
  }

  .page .page-id-10-section-3{
    margin: 50px 0 !important
  }
  /* home page end */

  /* impressum page start */
  .page-id-77-section-1-col-1,
  .page-id-77-section-1-col-2{
    padding: 0 !important;
  }

  .fs-30 {
    font-size: 24px !important;
  }
  /* impressum page end */
}
@media (min-width: 200px) and (max-width: 500px){
  /* header start */
  .brand{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 30px !important;
  }
  .mobile-menu{
    display: block;
  }
  .top-main-menu {
	padding: 25px;
	text-align: left;
	display: block;
}
.top-main-menu h3 {
	margin-bottom: 15px;
}
.tel--mail--box {
	margin-bottom: 15px;
}
  .brand img{
    width: 50% !important;
  }
  .main_header .container {
    padding: 0;
  }
  /* header end */

  /* footer start */
  footer .footer .container {
    padding: 0 20px;
  }
  footer .footer {
    padding: 50px 0 20px 0;
    background-position: 98% 105%;
    background-size: 50%;
  }
  .footer_column_1{
    order: 1;
  }
  .footer_column_2{
    order: 3;
  }
  .footer_column_3{
    order: 2;
    margin: 30px 0 20px 0;
  }
  .footer_column_1 img{
    width: 50% !important;
  }
  footer .footer .footer-text {
    width: 100%;
  }
  .footer_column_2 .copyrights-text{
    margin-top: 40px !important;
  }
  /* footer end */

  /* common class start */
  .fs-22 {
    font-size: 18px !important;
  }
  .fs-30 {
    font-size: 25px !important;
  }
  /* common class end */
  /* home page start */
  .page .page-id-10-section-1 {
    background-position: 80% 760% !important;
    padding: 0 !important;
  }
  .page-id-10-section-1 .arrow-img{
    display: none;
  }
  .page-id-10-section-1 .page-id-10-section-1-col-2 img {
    width: 130% !important;
    object-position: -90px 30px;
  }
  .page-id-10-section-1-col-1 h1.fs-121{
    font-size: 80px !important;
  }
  .page-id-10-section-1 h2.fs-30 {
    font-size: 22px !important;
  }
  .page-id-10-section-1-col-1 .page-id-10-section-1-col-1-inn {
    margin: 0px !important;
  }
  .page-id-10-section-1-col-1-inn .custom-btn button{
    padding: 14px 15px !important;
    font-size: 14px !important;
  }

  .page .page-id-10-section-2{
    margin-top: 30px !important;
  }
  .page-id-10-section-2-col-2 .vc_column-inner{
    padding-top: 0px !important;
  }
  .icon--box a {
    font-size: 18px;
  }
  .icon--box.email{
    margin-top: 0px !important;
  }

  .page .page-id-10-section-3 {
    margin: 20px 0 50px 0 !important;
  }
  .page .page-id-10-section-3 .vc_column-inner{
    padding: 0 !important;
  }
  /* home page end */

  /* datenschutz page start */
  .page .page-id-70-section-1 {
    margin-top: 30px !important;
  }
  .page-id-70-section-1 .vc_column-inner {
    padding: 0 !important;
  }
  .page-id-70-section-1 h4 {
    font-size: 20px;
  }
  .page-id-70-section-1 strong {
    font-size: 18px;
  }
  /* datenschutz page end */

  /* impressum page start */
  .page .page-id-77-section-1{
    margin-bottom: 50px !important;
  }
  .page-id-77-section-1-col-1,
  .page-id-77-section-1-col-2{
    padding: 0 !important;
  }
  /* impressum page end */
}

@media (min-width: 280px) and (max-width: 500px){

}
@media (min-width: 370px) and (max-width: 380px){

}
@media (min-width: 380px) and (max-width: 420px){

}
@media (min-width: 380px) and (max-width: 400px){

}
@media (min-width: 768px) and (max-width: 800px){

}
@media (min-width: 800px) and (max-width: 850px){


}
@media (min-width: 768px) and (max-width: 900px){

}
