:root {
  --main-color: #222222;
  --font-color: rgb(0, 0, 0);
  --heading-color: #000;
  --font-family: 'Cairo', sans-serif, 'Raleway', sans-serif;
  --heading-color: var(--font-color);
}


/*
**** Infos ****
Universal Color: #5a9c9d
*/

/* Extra Module */

/* FAQ */

.faq_group_container .faq_question_box {
  padding: 5px 15px 8px 15px;
  border: none;
  background: #5a9c9d;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.faq_question_box {
  cursor: pointer;
}

.faq_group_container .faq_answer_box {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: -10px;
}

.faq_group_container .faq_answer_box {
  display: none;
}

.faq h3 {
  font-size: 20px;
  font-weight: 400;
  border: none;
  color: #fff;
}

.faq-search input[type="text"] {
  width: 250px;
  height: 30px;
  color: #fff;
  background: rgba(9, 0, 0, 0.9);
  border: 0;
  padding: 20px;
  position: relative;
}
/* 
.faq-search input[type="text"]:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #5a9c9d !important;
} */

/* FAQ END */

/* END Extra Module */

/* Global */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: 'Cairo', sans-serif, 'Raleway', sans-serif;
  color: var(--font-color);
  font-family: var(--font-family);
  overflow-x: hidden;
}

ol li,
ul li {
  color: #4b4b4b;
  list-style-type: square;
}
.same-height > .row {
  display: flex;
  flex-wrap: wrap;
}

#content {
  min-height: 400px;
}

.textcontent {
  height: 100%;
}

div#content,
.main-screen {
  padding: 70px 0 !important;
  margin: 0 !important;
  position: relative;
}
.main-screen.grey {
  background-color: #eeeeee;
}

.back_to_overview {
  background: #eeeeee;
  display: inline-block;
  margin-bottom: 40px;
}

.back_to_overview a {
  color: #7f7f7f;
  padding: 10px 20px;
  display: block;
  font-weight: 600;
}

/* Full width split with container */
.container-holder {
  overflow: hidden;
  background: white;
  padding: 0 !important;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway' sans-serif;
  line-height: 1.42857143;
  clear: both;
  font-weight: 600 !important;
  color: var(--heading-color);
  margin: 30px 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 26px;
}

h4,
h5 {
  font-size: 25px;
}

h6 {
  font-size: 17px;
}
/* 
.patrol h1, .patrol h2, .patrol h3, .patrol h4, .patrol h5, .patrol h6, .patrol,  .we_are_breadcrumb h2 {
    color: #2d2d2d !important;
} */

/* END Schriften */

a {
  color: #4b4b4b;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
  text-decoration: none;
}

/* Kollektion */

.full_preview .collection_full {
  display: block !important;
}

.collection_list,
.collection_container {
  position: relative;
}

.collection_list,
.content-container {
  position: relative;
}

/* END Kollektion */

/* Kontaktformular */
.fade {
  opacity: 1;
}
.modal {
  display: block;
}

.contactformular .form-check {
  height: 35px;
  line-height: 35px;
  clear: both;
  height: auto !important;
  line-height: 35px;
}
.contactformular .form-check input {
  display: inline-block !important;
  width: auto !important;
}

.input.select_body,
.contactformular select {
  width: 100% !important;
}

.modal.success .modal-header {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
/* END Kontaktformular */

/* OWL Carousel Global */

.owl-stage-outer {
  width: 100%;
}

/* END OWL Carousel Global */

/* END Global */

/* Cookie */

div#cookiewarnung {
  position: fixed;
  bottom: 0;
  background: #2d2d2d;
  color: #fff;
  z-index: 99999999;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.cookie-option-container {
  margin-top: 10px;
}

.cookie-option {
  cursor: pointer;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px !important;
}

div#cookie-config {
  display: none;
  left: -100%;
  transition: 1s;
}
div#cookie-config.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e2e2e2;
  max-width: 300px;
  z-index: 99999999999;
  overflow-y: auto;
}

#cookie-config .cookie-config-close {
  background: #2d2d2d;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

#cookie-config input {
  margin-right: 10px;
}
#cookie-config label {
  font-weight: normal;
  color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
  content: "";
  right: 20px;
  top: 20px;
  transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
  transform: rotate(315deg) !important;
}

.cookie-config-options {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.cookie-config-configuration .cookie-config-options:nth-child(2) {
  border-bottom: 1px solid #d5d5d5;
}

.config-child {
  display: none;
  background: #fff;
  padding: 10px;
}

.cookie-config-save {
  padding: 10px;
  text-align: center;
  background: #2d2d2d;
  cursor: pointer;
  margin: 20px 15px;
  color: #fff;
}

.cookie-config-configuration {
  margin-top: 10px;
}
.cookie-config-configuration > p {
  padding: 10px;
  font-weight: bold;
}

.cookie-config-description {
  padding: 10px;
  font-size: 15px;
}

/* Cookie end */

/* Header */

/* Sticky Header */
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* END Sticky Header */

.header-wrapper {
  position: relative;
}

#header {
  background: #222222;
  padding: 0;
}

#header a {
  color: #222222;
}

#header a:hover {
  color:#4b4b4b);
}

#header #header_1,
#header #header_2,
#header #header_3 {
  float: left !important;
}
#header #header_1 {
  width: 35%;
}
#header #header_2 {
  width: 50%;
  text-align: right;
  padding: 0 !important;
}
#header div#header_2 li {
  display: inline-block;
  padding: 0 20px;
}

#header #header_3 {
  width: 15%;
}

#header ul.level_1 {
  margin: 0 !important;
  padding: 0 !important;
}

#header div#header_3 li {
  display: inline-block;
  float: left;
}

#header .active_tree {
  font-weight: bold;
}

#header div#header_3 li i {
  font-size: 14px;
}

div#header_3 {
  margin-top: 11px !important;
}


#header .component.logo,
#header .component.logo .textcontent {
  height: 100%;
}
#header_1 img {
  width: 173px !important;
  height: 100% !important;
}

div#header,
#header .container {
  height: 100%;
}

div#header,
.header-wrapper {
  height: 60px;
  width: 100%;
  z-index: 10;
}

div#header img {
  width: 250px;
}

.sticky-active {
  position: relative;
}

/* hamburger menu */
#toggle_navigation,
.hamburger-menu {
  display: none;
}
div#toggle_navigation {
  float: right;
  width: auto;
  padding: 0 !important;
  height: auto;
  background: transparent;
  padding-top: 16px !important;
}

.hamburger-menu {
  background: #ececec;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}

#header .hamburger-menu li.level_1 {
  padding: 0;
  border-bottom: 1px solid #fff;
}
#header .hamburger-menu a {
  padding: 15px 20px !important;
  display: block;
}

#header .hamburger-menu li.level_1:last-child {
  border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
  padding: 20px 0px;
  color: #fff;
}

#header .hamburger-menu li.level_1 {
  list-style-type: none;
}

#toggle_navigation label.hamburg {
  display: block;
  background: transparent;
  width: 55px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 35px;
  background: #4b4b4b;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
  opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* end* Header */

/* Slideshow */
#slider-wrapper {
  position: relative;
  height: 696px;
}
div#slider {
  height: 100%;
  position: relative;
}



div#slider-title .container {
  width: 100%;
}
#slider #slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slider div#slider-title h1 {
  color: #fff;
}

#slider-wrapper div.slider-untertitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(55, 55, 55, 0.7);
  color: #fff;
  padding: 20px 0;
}

#slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* End Slideshow */

/* Pop up Element */
/* .pop-up-element:first-child {
    display: block;
}
.pop-up-element {
    display: none;
} */
/* END Pop up Element */

/* Anker Element */

.anker-navi .row {
  margin: 0 !important;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.anker-navi {
  position: relative;
  background: rgba(77, 77, 77, 0.7);
  top: 0;
  width: 100%;
  clear: both;
  font-family: calibri light !important;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 9;
  transition: 0.1s;
}

.anker-navi.sticky {
  position: fixed;
  top: 0;
  margin: 0 !important;
  background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
  text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
  background: #5a9c9d !important;
}

.anker-button.button {
  margin: 0 !important;
  padding: 0 !important;
  /* width: 20%; */
  width: 16.1666%;
  border-left: 1px solid #fff;
  border-bottom: 0;
  border-top: 0;
  background: transparent !important;
  color: #fff;
  align-items: center;
}
.anker-button.button:last-child {
  border-right: 1px solid #fff;
}

/* END Anker Element */

/* Footer */

#footer {
  clear: both;
  padding: 70px 0 25px 0;
  background: #fff;
  font-size: 15px;
  position: relative;
}

.footer-sitemap {
  height: auto;
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 40px;
}

.footer-sitemap ul {
  padding: 0;
  margin: 0;
  width: 100%;
}



/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
  list-style-type: none;
}

.footer-sitemap li.level_1 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  width: auto;
  float: left;
  padding: 0px 20px;
}

#footer li.level_1 a {
  margin-bottom: 7px;
  display: inline-block;
}

.footer-sitemap li.level_2 {
  font-weight: normal;
  font-size: 15px;
  text-transform: initial;
}

div#privacy-policy {
  background: #a1a7b3;
  padding: 15px 0;
  clear: both;
  text-align: right;
  color: #fff;
}

div#privacy-policy a {
  color: #fff;
}

#privacy-policy .footer-1 {
  text-align: left;
}

div#privacy-policy ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .footer-seo {
  clear: both;
  color: #fff;
}

.seo .footer-1 {
  border-right: 1px solid #9d9d9c;
  padding-right: 50px;
}

.seo .footer-2 {
  padding-left: 50px;
}

.footer-links a {
  color: #b5b5b5;
}
.footer-links a:hover {
  color: #5a9c9d !important;
}

/* End Footer */

.owl-dots {
  height: 10px;
}

.owl-dots {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
}

.owl-dot span {
  height: 10px;
  width: 10px;
  background: #ccc;
  position: relative;
  float: left;
  border-radius: 500px;
  margin: 0 2px;
}

.owl-dot.active span {
  position: relative;
  float: left;
  height: 10px;
  width: 10px;
  background: #7f7f7f;
  border-radius: 500px;
}

.owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidecontent_content_container {
  display: none;
}

.slidecontent_headline:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--light-grey);
  border-right: 2px solid var(--light-grey);
  transform: rotate(45deg);
  transition: 300ms;
}

.slidecontent_headline.active:after {
  transform: rotate(-135deg);
  transition: 300ms;
  margin-top: 5px;
}

.slidecontent_headline {
  padding: 10px 40px 8px 0px;
  cursor: pointer;
}

/*responsive*/

@media only screen and (max-width: 1250px) {
  #header {
    background: #222222;
    padding: 0 30px;
  }

  div#header_1,
  #header_2,
  #header_3 {
    padding: 0 !important;
    margin: 0 !important;
  }

  #header #header_2,
  #header #header_3 {
    display: none;
  }
  div#toggle_navigation {
    display: block !important;
  }
  div#toggle_navigation:hover,
  div#toggle_navigation:active,
  div#toggle_navigation:focus {
    background: transparent;
  }
}

@media only screen and (max-width: 1024px) {
  .anker-navi .container {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 35px;
  }

  #header #header_1 {
    width: 50%;
  }

  .anker-navi.sticky {
    position: relative !important;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 28px;
  }

  #slider div#slider-title {
    padding: 0 20px;
  }

  .anker-button.button {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  #footer .footer-1,
  #footer .footer-2,
  #footer .footer-3,
  #footer .footer-4 {
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-sitemap li.level_1 {
    width: 50%;
    margin-bottom: 30px;
  }

  .seo .footer-1 {
    padding: 0 20px;
    border: 0;
  }

  .seo .footer-2 {
    padding: 0;
  }

  #privacy-policy .footer-1,
  div#privacy-policy {
    text-align: center !important;
  }

  div#privacy-policy ul {
    padding: 0 !important;
    margin: 0 !important;
  }

  .component.privacy_policy {
    padding: 20px 0 0 0;
  }

  div#cookiewarnung {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 500px) {
  div#content,
  .main-screen {
    padding: 50px 0 !important;
  }

  .container {
    min-width: 250px;
  }

  /* h1 {
        font-size: 25px;
    } */

  div#slider-wrapper {
    height: auto !important;
  }

  div#slider {
    height: 300px;
  }

  #slider-wrapper div.slider-untertitle {
    position: relative;
    background: rgba(55, 55, 55, 0.9);
  }

  #slider div#slider-title {
    padding: 0 20px !important;
  }

  .footer-sitemap li.level_1 {
    width: 100%;
    text-align: center;
  }

  h2 {
    margin-top: 0px;
  }
}
