/*

Theme Name: kaessner
Version: 0.1
Copyright: Kreyssel GmbH
Tested up to: 6.4
Text Domain: kaessner
Requires PHP: 7.2
License: &copy; Kreyssel GmbH
License URI: 
Description: Kässner
Author: Future Concepts
Author URI: www.kreyssel.com
Theme URI:
*/

@import url("./css/bootstrap.min.css");

@font-face {
  font-family: "archivonarrow";
  src: url("./fonts/ArchivoNarrow-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "archivonarrow";
  src: url("./fonts/ArchivoNarrow-Bold.ttf");
  font-weight: bold;
}



html {
  margin: 0 auto;
}

body {
  max-width: 2400px;
  position: relative;
  background-color: #97867e;
  margin: 0 auto 200px;
  padding: 0;
  font-family: "archivonarrow";
  font-size: 18px;
  scroll-behavior: smooth;
}

.bold {
  font-weight: bold;
}

.bg-tr {
  background-color: transparent !important;
}

#fuenfSterne {
  position: absolute;
  right: 0;
  bottom: -100px;
}

#fuenfSterneText {
  position: absolute;
  right: 333px;
  bottom: 50px;
  padding: 11px 16px;
  color: white;
  font-weight: bold;
  background-color: #9a5937;
}

#fuenfSterne img {
  position: absolute;
  height: 100px;
  right: 0;
  bottom: 50px;
}



#bgwrapper {
  background-image: url("./img/bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right bottom;
  background-attachment: xfixed;
  position: relative;
  /*  #top: 60px; */
}

.uppercase {
  text-transform: uppercase;
}

.moreX {
  border: 2px solid black;
  padding: 2px 4px;
}

.moreX:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

.more,
.dxim_vehicle_buttons .dxim_button {
  border: 2px solid #9b5a30;
  padding: 2px 4px;
  background-color: #9b5a30 !important;
  color: white !important;
}

.more:hover,
.dxim_vehicle_buttons .dxim_button:hover {
  text-decoration: none;
  border: 2px solid white !important;
  color: #9b5a30 !important;
  background-color: white !important;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.bgtransparent {
  background-color: transparent !important;
}

a {
  color: black;
  text-decoration: none;
  transition-duration: 0.4s;
}

a:hover {
  transition-duration: 0.4s;
  text-decoration: underline;
}

.btn-light {
  background-color: #9b5a30;
  border: none;
  padding: 6px 8px;
  color: white;
  border-radius: 0;
}

.btn-light:hover,
.btn-light:active {
  background-color: white;
  outline: 1px solid #9b5a30;
  color: #9b5a30;
  text-decoration: none;
}

.btn-light br {
  display: none;
}

#buehne {
  position: relative;
  top: -92px;
  background-image: url("./img/start/buehne.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#buehne-logo {
  padding: 0 1%;
  margin-bottom: 2%;
}

#buehne-slogan {
  font-size: 3vw;
  text-transform: uppercase;
  color: black;
}

.intransparent {
  background-color: #96857d !important;
  box-shadow: 0px 0px 30px #333333;
}

.scroll-down span:before {
  content: url("./img/scroll-down.webp");
  position: relative;
  left: -10px;
}

#scroll-down1 div {
  margin: 0 !important;
  padding: 0 !important;
  top: -180px;
}

.bereich-links .b1,
.bereich-rechts .b2,
.bereich-team {
  background-color: white;
}
#team .bereich img {
  width: 100%;
}

#team h1 {
  color: white;
}

.bereich h1:first-of-type,
.bereich-team h1:first-of-type {
  color: #9b5a30 !important;
  text-transform: uppercase;
}

.bereich .h1,
.bereich-team .h1 {
  color: #9b5a30 !important;
  text-transform: uppercase;
}

#ahbuehne {
  text-transform: uppercase;
  color: white;
}

.anstrich {
  list-style-type: disc;
  position: relative;
  left: 14px;
}

.kontakt-snippet a {
  color: #9b5a30;
  padding-right: 16px;
  display: inline-block;
}

.kontakt-icon {
  width: 30px !important;
  height: 30px;
}

.kontakt-icon2 {
  width: 80px !important;
  height: 30px;
  position: relative;
}

.screen-reader-response {
  display: none;
}

.einblenden {
  display: block;
  transition-duration: 1s;
}

.ausblenden {
  display: none;
  transition-duration: 1s;
}

a {
  color: black;
  text-decoration: none;
  transition-duration: 0.4s;
}

a:hover {
  transition-duration: 0.4s;
  text-decoration: underline;
}

.price_rating {
  display: none !important;
}


/* Animationen */

@keyframes wippen {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.scroll-down {
  animation: wippen 5s infinite;
}

.text-focus-in {
  -webkit-animation: text-focus-in 1.6s 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1.6s 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.text-focus-in2 {
  -webkit-animation: text-focus-in 1.6s 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1.6s 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
  * Generated by Animista on 2024-1-15 17:33:26
  * Licensed under FreeBSD License.
  * See http://animista.net/license for more info. 
  * w: http://animista.net, t: @cssanimista
  * ---------------------------------------------- 
  * ----------------------------------------
  * animation text-focus-in
  * ----------------------------------------
  */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* #region Jobs/Ausbildung */


#jobs h1 {
  color: white;
  font-weight: bold;
}
 
#job1 div:nth-of-type(2),
#job3 div:nth-of-type(2) {
  position: relative;
  background-color: white;
}

#job2 div div:nth-of-type(1),
#job4 div div:nth-of-type(1) {
  position: relative;
  background-color: white;
}

#jump .a-wrap {
  background-color: #e00c23;
  margin: 20px;
}

#jump a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 20px;
  transition-duration: 0.6s;
}

#jump a:hover {
  background-color: white;
  color: #e00c23;
  text-decoration: none;
  transition-duration: 0.6s;
}

.job h2:first-of-type {
  color: #9b5a30;
  text-transform: uppercase;
}

.job h2:nth-of-type(2) {
  text-transform: uppercase;
}

.job h3 {
  position: relative;
  top: 0.6vw;
}

.jobbeschreibung h3 {
  left: 0;
}

.job ul {
  padding-left: 10px;
  list-style-type: square;
}

.attention {
  background-color: #df0b22;
  display: inline-block;
  color: white;
}

.attention a {
  color: white;
  display: block;
  padding: 10px 16px;
  transition-duration: 0.6s;
}

.attention a:hover {
  text-decoration: none;
  color: #df0b22;
  background-color: white;
  transition-duration: 0.6s;
}

.job-initiativ {
  background-color: white;
  margin-top: -15px;
  font-weight: bold;
}

.job-initiativ2 {
  background-color: white;
  padding: 10px 20px;
  margin-left: -10px;
  font-weight: bold;
}

/* #endregion */

/* #region Werkstattparty - entfernt */

#buehne-werkstattparty {
  background-color: white;
  display: block;
}

#buehne-werkstattparty:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

#buehne-werkstattparty-mob {
  position: absolute;
  width: 50vw;
  top: 40vh;
  left: 25vw;
  background-color: white;
  padding: 10px 20px;
  font-size: 4vw;
}

#buehne-werkstattparty-mob:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

/* #endregion */

/* #region Header & Footer */

.footer-adresse {
  position: absolute;
  bottom: 0;
}

.navbar {
  background-color: transparent;
}

.collapsed .navbar-toggler-icon {
  background-image: url("img/logos/Burgermenu_kaessner_neu.svg");
}

.navbar-toggler-icon {
  background-image: url("img/logos/Burgermenu_kaessner_neu_aktiv.svg");
  width: 80px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 10px;
  outline: none !important;
  border: none !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#headermenu-container {
  position: relative;
  top: 16px;
}

#header-menu1 {
  left: -4vw;
  position: absolute;
}

#header-menu2 {
  left: 10vw;
  position: absolute;
}

#header-menu3 {
  left: 18vw;
  position: absolute;
}

#header-menu4 {
  left: 4vw;
  position: absolute;
}

#header-menu2 .navbar-nav {
  height: 0;
}

#header-menu1 .menu-item-has-children>a,
#header-menu2 .menu-item-has-children>a,
#header-menu3 .menu-item-has-children>a {
  display: block;
  padding-bottom: 15px;
}

#header-menu1 a:hover,
#header-menu2 a:hover,
#header-menu3 a:hover,
#header-menu4 a:hover {
  display: block;
  color: white;
  text-decoration: none;
}

#header-menu1 .menu-item-has-children,
#header-menu2 .menu-item-has-children,
#header-menu3 .menu-item-has-children {
  padding-bottom: 6px;
  margin-bottom: 100px;
}

#header-menu1 ul ul,
#header-menu2 ul ul,
#header-menu3 ul ul {
  display: none;
  top: 1em;
  left: 0;
  z-index: 99999;
  background-color: #96857d;
}

#header-menu1 ul,
#header-menu2 ul,
#header-menu3 ul {
  position: absolute;
}

#header-menu1 ul li:hover>ul {
  display: block;
  width: 200px;
  left: -70%;
  padding: 20px 10px;
  top: 20px;
}

#header-menu2 ul li:hover>ul {
  display: block;
  width: 200px;
  left: -100%;
  padding: 20px 30px;
  top: 20px;
}

#header-menu3 ul li:hover>ul {
  display: block;
  width: 200px;
  left: -100%;
  padding: 20px 30px;
  top: 20px;
}

#headermenu-container .sub-menu {
  background-color: #96857d;
  top: 40px !important;
  white-space: nowrap;
}

#header-menu1 .sub-menu a:hover,
#header-menu2 .sub-menu a:hover,
#header-menu3 .sub-menu a:hover {
  background-color: transparent;
  display: block;
  color: white;
  text-decoration: none;
  transition-duration: 0.6s;
}

/* #header-menu1 .menu-header-menue-1-container a,
#header-menu2 .menu-header-menue-2-container a,
#header-menu3 .menu-header-menue-2-container a {
  #pointer-events: none;
} */
#header-menu1 .menu-header-menue-1-container ul li .sub-menu a,
#header-menu2 .menu-header-menue-2-container ul li .sub-menu a,
#header-menu3 .menu-header-menue-2-container ul li .sub-menu a {
  pointer-events: auto;
}

/* #headermenu-container .current_page_item a:not(.sub-menu a) {
  #color: black;
  #border-bottom: 2px solid red;
} */
#headermenu-container .current_page_item a:not(.sub-menu a):after {
  content: "\A";
  border: 1px solid red;
  width: 100%;
  position: absolute;
  left: 0;
  top: 26px;
}

#burgermenu-container {
  text-align: right;
}

#burgermenu-container #burgermenu li {
  padding: 10px;
}

#burgermenu-container {
  position: relative;
}

#burger-menu {
  background-color: #96857d;
  right: 0px;
  top: 60px;
  z-index: 9;
}

#burger-menu li {
  padding: 12px 0 !important;
}

#burger-menu a {
  display: block;
  padding: 0px 32px;
  margin: 0;
  white-space: nowrap;
}

#burger-menu a:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
  transition-duration: 0.6s;
}

#burger-menu .current-menu-item a {
  /*  #color: red; */
  text-decoration: underline red 2px;
}

#footer {
  background-color: black;
  color: white;
  text-align: center;
  width: 100%;
}

#footer a {
  text-decoration: none;
  color: white;
}

img#footer-logo {
  max-width: 10vw;
}

#footer-asocial-logos img {
  max-height: 40px;
}

/* #endregion */

/* #region Sidemenue */

#seiten-menu {
  position: fixed;
  top: 15%;
  z-index: 9;
  right: -200px;
}

#seiten-menu .menu-item {
  background-color: black;
  padding: 0px 10px 0px 0px;
  text-align: left;
}

#seiten-menu .menu-item a {
  color: #9b5a30;
  text-decoration: none;
  position: relative;
  top: -20px;
  padding-left: 28px;
  padding-right: 28px;
}

#seiten-menu .menu-item:hover {
  transform: translateX(-180px);
  transition-duration: 0.6s;
}

#seiten-menu .menu-item-2710 a {
  color: #9b5a30;
  text-decoration: none;
  position: relative;
  top: -8px;
  padding-left: 28px;
  padding-right: 28px;
}

#seiten-menu .menu-item:before {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 60px;
}

#seiten-menu .menu-item-2710:before {
  content: url("img/Icon_Kontakt.svg");
  top: 2px;
  margin: 20px 18px 18px 18px;
}

#seiten-menu .menu-item-2711:before {
  content: url("img/Icon_Kalender.svg");
  width: 46px;
  margin: 18px 18px 24px 22px;
}

#seiten-menu .menu-item-2712:before {
  content: url("img/Icon_Hotline.svg");
  width: 50px;
  margin: 18px 18px 18px 18px;
}

#seiten-menu .menu-item-2713:before {
  content: url("img/Icon_Probefahrt.svg");
  width: 50px;
  margin: 18px 18px 22px 18px;
}
#seiten-menu .menu-item-3049:before {
  content: url("img/logos/FB_Bronze.svg");
  width: 20px;
  margin: 20px 35px 22px 35px;
}
#seiten-menu .menu-item-3050:before {
  content: url("img/logos/Insta_Bronze.svg");
  width: 47px;
  margin: 18px 21px 24px 21px;
}


/* #endregion */

/* #region Plugin */

.wpcs_breadcrumbs {
  display: none;
}

.wpcf7-not-valid-tip {
  background-color: red;
  color: white !important;
  padding: 4px;
}

.wpcf7-response-output {
  background-color: lightgreen;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  max-width: 100% !important;
}

.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7 p {
  margin: 8px 0;
}

.wpcf7 p label {
  /* #background-color: red; */
  width: 100%;
  padding: 0 5px;
  font-weight: light;
  color: #333333;
  font-family: "europa";
  font-size: 16px;
}

.wpcf7 input {
  /* #color: red; */
  background-color: #dedede;
  border: none;
}

.wpcf7 input[type="submit"] {
  color: #9b5a30;
  background-color: #dedede;
  border: none;
  transition-duration: 0.6s;
}

.wpcf7 input[type="submit"]:hover {
  color: #dedede;
  background-color: #9b5a30;
  transition-duration: 0.6s;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-radio input {
  width: 24px;
}

.wpcf7-radio {
  display: block;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.wpcf7-list-item:nth-of-type(3n):after {
  content: "\A";
  white-space: pre;
  /* or pre-wrap */
}

.wpcs-error-msg {
  background-color: red;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.wpcs_highlight,
.wpcs_park_toggle_btn {
  display: none !important;
}

.dxim_filter_form_submit,
.wpcs_vehicle_single_btn,
.wpcs_form_submit {
  background-color: #9b5a30 !important;
  color: white !important;
  margin-bottom: 40px;
}

.dxim_filter_form_submit:hover,
.wpcs_vehicle_single_btn:hover,
.wpcs_form_submit:hover {
  background-color: white !important;
  color: #9b5a30 !important;
}

h1.wpcs_label_filterform {
  color: white !important;
}

.wpcs_headline,
.dxim_archive_title .make,
.dxim_archive_title .model {
  color: white !important;
}

.vehicle-on-archive {
  margin-bottom: 30px;
}

.wpcs_count h3,
.wpcs-form-location-wrapper {
  display: none;
}

.dxim_vehicle_title .make,
h2.dxim_section_header .wpcs_toggle,
h2.dxim_section_header {
  color: white !important;
}

.wpcs_form_thank_you {
  background-color: green;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.wpcf7-form label {
  font-family: "archivonarrow" !important;
}

/* #endregion */

/* #region media querrys */

@media (max-width: 767px) {
  .navbar {
    background-color: #96857d;
    height: 60px !important;
    padding-bottom: 140px;
  }

  #burgermenu-container {
    top: 10px;
  }

  #navlogo-container {
    position: relative;
    top: 20px !important;
  }

  #header-menu1,
  #header-menu2,
  #header-menu3 {
    top: -14px;
  }

  #burger-menu,
  #headermenu1 .sub-menu,
  #headermenu2 .sub-menu,
  #headermenu3 .sub-menu {
    top: 70px;
    background-color: white;
  }

  .navbar-toggler-icon {
    left: 0;
  }

  #buehne {
    top: -60px;
    background-image: url("./img/start/buehne_mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  #asocial-logos {
    top: 160px !important;
  }

  #footer-asocial-logos {
    position: relative !important;
    margin-top: 100px !important;
  }

  #buehne-slogan {
    font-size: 5.1vw;
    text-transform: uppercase;
    color: black;
    top: 30%;
    left: 40% !important;
  }

  .navbar {
    height: 120px;
  }

  .navlogo {
    display: block !important;
  }

  .navbar.sticky-top.w-100.intransparent {
    height: 100px;
    padding-top: 0px !important;
  }

  .navbar {
    max-height: 88px !important;
  }

  #navlogo {
    max-height: 32px;
  }

  .footer-adresse {
    position: relative;
    text-align: center;
  }

  .wpcf7-list-item:after {
    content: "\A";
    white-space: pre;
    /* or pre-wrap */
  }

  img#footer-logo {
    max-width: 30vw;
  }
}

@media (min-width: 768px) {

  #burger-menu .menu-item-2724,
  #burger-menu .menu-item-2725,
  #burger-menu .menu-item-2726,
  #burger-menu .menu-item-1151 {
    display: none;
  }

  .bereich-links .b1 {
    position: relative;
    left: 5vw;
    top: 5vw;
    z-index: 9;
  }

  .bereich-links .b2 {
    position: relative;
    right: 5vw;
  }

  .bereich-rechts .b1 {
    position: relative;
    left: 5vw;
  }

  .bereich-rechts .b2 {
    position: relative;
    right: 5vw;
    top: 5vw;
  }

  .wpcf7-list-item:nth-of-type(2n):after {
    content: "\A";
    white-space: pre;
    /* or pre-wrap */
  }

  .team-text {
    position: relative;
    top: -60px;
  }
}

@media (max-width: 1199px) {
  #navlogo {
    width: 80%;
  }
}

@media (max-width: 1399px) {
  img.navlogo {
    width: 80% !important;
  }
}

@media (min-width: 1921px) {}

@media (max-width: 767px) {
  #aktionslink {
    width: 90vw;
    left: 5vw;
    top: 30%;
    background-color: #d2b8a5;
    padding: 10px;
  }

  #fuenfSterne {
    position: relative !important;
    left: 0%;
    bottom: -100px;
  }

  #fuenfSterneText {
    position: relative !important;
    right: 0px;
    bottom: 50px;
    padding: 0;
    color: white;
    font-weight: bold;
    background-color: #9a5937;
  }

  #fuenfSterne span:nth-of-type(2) {
    height: 0;
  }

  #fuenfSterne img {
    position: relative !important;
    height: auto !important;
    bottom: 50px;
    max-width: 260px;
  }
}

@media (min-width: 768px) {
  #aktionslink {
    display: block !important;
    position: absolute;
    width: 50vw;
    left: 25vw;
  }

  .job div:nth-of-type(2) {
    position: relative;
    left: -8.3vw;
    top: 50px;
    background-color: white;
    height: 20%;
  }

  .job h2:first-of-type {
    color: #9b5a30;
    text-transform: uppercase;
    font-size: 2.4vw;
  }

  .job h2:nth-of-type(2) {
    float: left;
    text-transform: uppercase;
    font-size: 2.4vw;
  }

  .job h3 {
    position: relative;
    top: 0.6vw;
    left: 16px;
    font-size: 1.8vw;
  }
}

@media (min-width: 1200px) {
  .a-wrap {
    margin: 0 auto;
  }
}

@media (min-width: 1921px) {
  .job h2:first-of-type {
    font-size: 34px;
  }

  .job h2:nth-of-type(2) {
    font-size: 26px;
  }

  .job h3 {
    position: relative;
    top: 6px;
    font-size: 22px;
  }
}

/* #endregion */

#scrollTopBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
  z-index: 1000;
}
