/*
* 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: "Allison";
  --second-font:"Source_Serif_Pro";
  --color: #e05512 !important;
  --bg-color: #f4f4f4 !important;
  --second-font-color:#272727 !important;
  --font-main-color:#fff !important;
  --link--color:"#646464";
}
@font-face {
  font-family: "Allison";
  src: url('fonts/Allison/Allison-Regular.woff2') format('woff2'),
  url('fonts/Allison/Allison-Regular.woff') format('woff'),
  url('fonts/Allison/Allison-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Source_Serif_Pro";
  src: url('fonts/Source_Serif_Pro/SourceSerif4_18pt-Light.ttf') format('truetype');
}
/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/source-serif-4-v14-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-serif-4-v14-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-serif-4-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/source-serif-4-v14-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-serif-4-v14-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-serif-4-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/source-serif-4-v14-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-serif-4-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: 'Source Serif 4';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/source-serif-4-v14-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.cookie {
  font-size: var(--wp--preset--font-size--small) !important;
  font-family: 'Source_Serif_Pro' !important;
  word-wrap: break-word;
  color: #7a7164;
  margin-bottom: 25px;
}
#wpadminbar a {
  color: #FFF !important;
}


.greenlink a {
  color: #3b6563;
}
.greenlink a:hover, greenlink a:active, greenlink a:focus {
  color: #3b6563;
}
a {
  color: #3b6563 !important;
}

p, li{
  font-family: 'Source_Serif_Pro' !important;
  font-size: 18px;
  word-wrap: break-word;
}
/* basic styles for layout, can be removed. */
h2{
  font-size: 48px !important;
  font-family: 'Source_Serif_Pro' !important;
}
h3{
  font-family: 'Allison' !important;
}
h4{
  font-size: 38px !important;
  font-family: 'Source_Serif_Pro' !important;
}
h5{
  font-size: 22px !important;
  font-family: 'Source_Serif_Pro' !important;
}
/* Brand */
.brand {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.brand img{
  object-fit: fill;
}
#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: 1440px !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-image: url('/pm/zitzmann/wp-content/uploads/2025/08/Vektor-Smartobjekt.webp');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.home_logo{
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Source_Serif_Pro" !important;
  text-transform: uppercase;
  font-size: 19px;
  color : #7a7164 !important;
}
#bs-example-navbar-collapse-1{
  justify-content: center;
}
.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;
}
.dropdown-menu.show {
  background: transparent;
  border: none;
}
.current-menu-item a{
  text-decoration: none;
}
.current-menu-item  a::before {
  content: "";
  position: absolute;
  top: -12px;              /* adjust distance above text */
  left: 50%;
  transform: translateX(-50%);
  width: 15px;             /* dot size */
  height: 15px;
  background-color: #3b6563; /* dot color */
  border-radius: 50%;
}
.menu-item{
  position: relative;
}
/* header */

/*Home page css*/
.tz_home_banner{
  padding: 150px 0px 250px;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.tz_banner{
  background-position: bottom left !important;
  background-size: inherit;
  background-repeat: no-repeat !important;
}
.tz_padding{
  padding: 80px 10px 0px;
}
.tz_side_space{
  padding-left: 98px !important;
  padding-right: 98px !important;
}
.tz_side_space_last{
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.tz_button button, .forminator-button, .tz_button a{
  color: #5c564c !important;
  border: 1px solid #5c564c !important;
  padding: 20px 50px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  font-size: 18px;
  font-family: 'Source_Serif_Pro' !important;
  text-transform: uppercase;
}
.tz_button button:hover, .tz_button a:hover{
  background-color: #5c564c !important;
  color: #fff !important;
  border: 1px solid #5c564c !important;
}
.forminator-button{
  width: 100% !important;
}
.tz_space_sec{
  padding-right: 40px;
  padding-left: 40px;
}
.tz_one_acc.vc_tta-accordion .vc_tta-panel-heading{
  border-top: 1px solid #e1e1e1 !important;
}
.vc_tta-accordion .vc_tta-panel-heading{
  background: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #cdcdcd !important;
}
.vc_tta-accordion .vc_tta-title-text{
  font-size: 34px !important;
  color: #918778 !important;
}
.vc_tta-accordion .vc_tta-panel-body{
  border-bottom: 1px solid #cdcdcd !important;
}
.vc_tta-accordion .vc_tta-panel-title a{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.vc_tta-accordion .vc_tta-panel-body{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tz_two_sec a:hover, .tz_two_sec a{
  color: #a19d8b !important;
  text-decoration: underline !important;
}
.forminator-input{
  border-color: #b2b09d !important;
  color: #a3a292 !important;
}
.forminator-textarea{
  background-color: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-color: #b2b09d !important;
  color: #a3a292 !important;
}
.forminator-textarea:focus-visible,
.forminator-textarea--wrap:focus-visible,
.forminator-input:focus-visible {
  outline: 0px !important;
}
.forminator-is_hover, #textarea-1 .forminator-field:hover{
  border: none !important;
  border-color: transparent !important;
  outline: none !important;
}
.forminator-checkbox-label{
  font-size: 10px !important;
}
.forminator-checkbox{
  align-items: flex-start !important;
}

/* Footer */
footer{
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: 100px;
  margin-right: 100px;
}
.footer .footer_column_1{
  flex: 0 0 100%;
  max-width: 100%;
}
.footer_column_2, .footer_column_3{
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.footer #block-15 h2 a{
  padding-right: 20px;
} 
.footer #block-13 p a{
  padding-left: 20px;
}
.footer #block-13 p a:last-child{
  padding-left: 40px;
}
/*Slick Slider*/
.slick-slide {
  margin: 0 5px;
}
/* .slick-list {
  margin: 0 -20px;
} */
.slick-slide img {
  width: 100%;
  display: block;
}

.hoverbx .wpb_single_image{overflow:hidden;}
.hoverbx .wpb_single_image img{ transition: transform 0.3s ease; }
.hoverbx:hover .wpb_single_image img{ transform: scale(1.5); transition: transform 0.3s ease; }

.hoverbx2:hover .vc_column-inner{background: #918778!important;}
.hoverbx2:hover .vc_column-inner h2, .hoverbx2:hover .vc_column-inner p span{color: #e6e4cb!important;transition: transform 0.3s ease;}

.tz_footer_text p, .tz_footer_text a{font-size:18px!important;}

.font-tt p, .font-tt span{font-size:22px!important;line-height: normal;}
.forminator-label{
	font-family: 'Source_Serif_Pro';
	font-size: 17px;
}
.forminator-checkbox__label p{
	font-size: 12px;
}

.vc_row.tz_bg_img {
  position: relative;
  background: 
    /* fade at the top */
    linear-gradient(to top, rgba(255,255,255,0) 80%, #fff 100%),
    /* fade at the bottom */
    linear-gradient(to bottom, rgba(255,255,255,0) 80%, #fff 100%),
    /* actual background image */
    url("https://privatpraxis-zitzmann.de/wp-content/uploads/2025/08/Vektor-Smartobjekt.webp") center center / cover no-repeat;
}





@media (max-width: 991px){
  h2{
    font-size: 30px !important;
  }
  h3{
    font-size: 45px !important;
  }
  h4{
    font-size: 25px !important;
  }
  .mobile-menu {
    position: relative;
  }
  .current-menu-item  a::before{
    display: none;
  }
  /* When menu is expanded, make it full width */
  /* Base styles for the navbar collapse */
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 1px solid #ddd;
    /* Hide by default */
    display: none !important;
  }

  /* Show the menu when it has the 'show' class */
  .navbar-collapse.show {
    display: block !important;
  }

  /* Remove Bootstrap's default collapsing behavior */
  .navbar-collapse.collapsing {
    position: fixed;
    /* top: 60px; */
    left: 0;
    right: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 1px solid #ddd;
    /* Override Bootstrap's transition */
    transition: none !important;
    height: auto !important;
    display: block !important;
  }

  /* Menu content styles */
  .navbar-collapse .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .navbar-collapse .nav-item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-collapse .nav-link {
    padding: 15px 20px;
    display: block;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .navbar-collapse .nav-link:hover {
    background-color: #f8f9fa;
  }

  .navbar-collapse .current-menu-item .nav-link {
    color: #007bff; /* Changed from white to a visible color */
  }

  .navbar-collapse .nav-item:last-child {
    border-bottom: none;
  }

  /* Ensure the navbar container has relative positioning */
  .navbar {
    position: relative;
  }

  /* Optional: Add a smooth fade effect instead of slide */
  .navbar-collapse {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
  }
  div#navbarSupportedContent{
    margin-top: 0px !important
  }
  
  .mobile-menu{
    padding-left: 0px !important;
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .mobile-menu .navbar{
    justify-content: end;
  }
  .brand{
    width: 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    text-align: left;
  }
  .main_header .row{
    align-items: center;
  }
  .menu-item a{
    text-align: center !important;
  }
  .tz_padding{
    padding: 30px 10px 0px;
  }
  .tz_side_space{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .tz_side_space_last{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  footer{
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .tz_space_sec{
    padding-right: 10px;
    padding-left: 10px;
  }
  
}
@media (max-width: 768px){
  .vc_tta-accordion .vc_tta-title-text{
    font-size: 20px !important;
    display: inline-block;
    width: 90%;
  }
  .footer_column_2, .footer_column_3{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
/*   .brand img{
    width: 25%;
  } */
	.brand .img-responsive {
		width: 100% !important;
    max-width: 100% !important;
	}
	.font-tt p, .font-tt span {
		font-size: 18px !important;}
	.tz_footer_text p, .tz_footer_text a {
    font-size: 16px !important;
}
.tz_home_banner {
  padding: 20px 0px 20px;
}
.mainslidetxt {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.slidetxt2 {
  font-size: 13px !important;
  margin-top: 15px !important;
}
.mobsmtxt .wpb_wrapper p {
  font-size: 18px !important;
}
.mobsmtxt .wpb_wrapper p:nth-of-type(2) {
  font-size: 13px !important;
}
.slick-slide img {
  height: auto;
}
.vc_row.wpb_row.vc_row-fluid.tz_padding.vc_custom_1760524821171 {
  padding-bottom: 0 !important;
}
}
@media (max-width: 444px){
  .footer #block-13 p a:last-child{
    padding-left: 0px !important;
  }
}
@media (min-width: 500px) and (max-width: 900px){

}

@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){

}
