/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed'), local('Open Sans Condensed')
	  url('../fonts/OpenSans_Condensed-Regular.ttf') format('ttf');
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans '), local('Open Sans')
	  url('../fonts/OpenSans-Regular.ttf') format('ttf');
}





* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.cookie-accept {
  min-height: 30px;
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(30,39,54,0.8);
}
.cookie-accept .static-page-wrap {
  position: relative;
}
.cookie-accept p {
  float: left;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 40px;
  color: white;
}
.cookie-accept a {
  color: white;
  text-decoration: underline;
}
.cookie-accept-button {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  cursor: pointer;
  color: white;
}
.line {
  width: 80px;
  height: 5px;
  margin-left: 4px;
  margin-top: 10px;
}
.line.mid {
  margin: 0 auto;
  margin-top: 10px;
}
h1 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: 5px;
}
h1.mid {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 730px) {
  h1 {
    font-size: 6vw;
    line-height: 8vw;
    letter-spacing: 0.6vw;
  }
  h1.mid {
    line-height: 12vw;
  }
}
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 2px;
}
h3.mid {
  text-align: center;
  margin-bottom: 2px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto;
  letter-spacing: 0.6px;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  color: #1e2730;
}
body.active {
  overflow: hidden;
}
.spacer {
  height: 30px;
}
@media only screen and (max-width: 600px) {
  .spacer {
    display: none;
  }
}
.navbar {
  width: 100%;
  background-color: #1e2730;
  height: 80px;
  position: fixed;
  z-index: 100;
  transition: 0.3s;
}
.navbar .menucontainer {
  width: 66px;
  height: 105px;
  background-color: #b6ae9a;
  position: absolute;
  left: 30px;
  cursor: pointer;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  transition: 0.3s;
}
.navbar .menucontainer .bar {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 7px;
  transition: 0.3s;
}
.navbar .menucontainer .bar:first-child {
  margin-top: 40px;
}
.navbar .menucontainer .bar.active:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  position: relative;
}
.navbar .menucontainer .bar.active:nth-child(2) {
  opacity: 0;
}
.navbar .menucontainer .bar.active:nth-child(3) {
  transform: rotate(-45deg);
  top: -9px;
  position: relative;
}
.navbar .menucontainer .menutxt {
  font-family: 'Open Sans Condenced', sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  text-align: center;
  color: white;
  margin-top: 10px;
  display: block;
}
.navbar .menucontainer .menutxt.active {
  display: none;
}
@media only screen and (max-width: 500px) {
  .navbar .menucontainer {
    left: 0px;
    height: 80px;
  }
  .navbar .menucontainer .bar:first-child {
    margin-top: 30px;
  }
  .navbar .menucontainer .menutxt {
    display: none;
  }
}
.navbar >.logo {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.navbar >.logo a {
  padding-top: 20px;
}
.navbar >.logo a img {
  width: 180px;
  transition: 0.3s;
  height: 39.4px;
}
@media only screen and (max-width: 500px) {
  .navbar >.logo a {
    padding-top: 30px;
  }
  .navbar >.logo a img {
    width: 140px;
    height: 21.891px;
  }
}
.navbar .language-toggle {
  position: absolute;
  right: 60px;
  color: white;
  top: 32px;
}
.navbar .language-toggle div {
  float: left;
  margin-right: 15px;
  font-size: 12px;
}
.navbar .language-toggle div ul {
  display: flex;
}
.navbar .language-toggle div ul li {
  list-style: none;
  margin: 0px 5px;
}
.navbar .language-toggle div ul li a {
  text-decoration: none;
  color: white;
}
.navbar .language-toggle div ul li a:hover {
  text-decoration: underline;
}
.navbar .language-toggle div ul li.wpml-ls-current-language a {
  opacity: 0.5;
  cursor: default;
}
.navbar .language-toggle div ul li.wpml-ls-current-language a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .navbar .language-toggle {
    right: 13px;
  }
}
.navbar .contact-popup {
  position: absolute;
  right: 0px;
  width: 60px;
  padding: 10px 0 15px 0;
  background: #b6ae9a;
  margin-top: 7%;
  transition: 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  font-size: 14px;
  overflow: hidden;
}
.navbar .contact-popup a {
  text-transform: none;
  color: white;
  text-decoration: none;
}
.navbar .contact-popup .linkbox {
  width: 100%;
  margin-top: 14px;
}
.navbar .contact-popup .linkbox div {
  position: relative;
  right: -17px;
  width: 26px;
}
.navbar .contact-popup .linkbox .inhalt {
  margin-left: 50px;
  height: 29px;
  width: 100%;
  top: 3px;
  letter-spacing: 0.5px;
  transition: 0.3s;
  opacity: 0;
}
.navbar .contact-popup .linkbox .tel {
  float: left;
}
.navbar .contact-popup .linkbox .mail {
  float: left;
  top: 5px;
}
.navbar .contact-popup .linkbox .maps {
  float: left;
  width: 22px;
  margin-left: 2px;
}
.navbar .contact-popup .line {
  position: relative;
  margin-left: 20px;
  margin-top: 14px;
  width: 20px;
  background-color: white;
  height: 1px;
}
.navbar .contact-popup.active {
  width: 310px;
}
.navbar .contact-popup.active .linkbox .inhalt {
  opacity: 1;
}
.navbar .contact-popup.active .linkbox .inhalt:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 500px) {
  .navbar .contact-popup {
    width: 0px;
    margin-top: 0;
    top: 80px;
    padding-top: 50px;
  }
  .navbar .contact-popup.active {
    height: calc(100vh - 80px);
    width: 100vw;
    padding-left: 4px;
  }
}
.navbar.active {
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.navbar.scrolled {
  height: 50px;
}
.navbar.scrolled .menucontainer {
  height: 75px;
}
.navbar.scrolled .menucontainer .bar:first-child {
  margin-top: 20px;
}
.navbar.scrolled .logo a {
  padding-top: 6px;
}
.navbar.scrolled .logo a img {
  width: 110px;
}
.navbar.scrolled .language-toggle {
  top: 17px;
}
.navbar .contact-mobile-container {
  display: none;
}
@media only screen and (max-width: 500px) {
  .navbar .contact-mobile-container {
    width: 66px;
    height: 80px;
    background-color: #b6ae9a;
    position: absolute;
    right: 0;
    cursor: pointer;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    transition: 0.3s;
    top: 80px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .navbar .contact-mobile-container img {
    width: 40px;
    transition: all 0.3s ease-in-out;
  }
  .navbar .contact-mobile-container.active img {
    transform: scale(1.2);
  }
  .navbar .contact-mobile-container.hidden {
    display: none;
  }
  .navbar .contact-mobile-container.scrolled {
    opacity: 0;
  }
}
.menu-wrapper {
  transition: 0.3s;
  width: 0vw;
  height: 100vh;
  position: fixed;
  color: white;
  z-index: 10;
}
.menu-wrapper ul {
  list-style: none;
}
.menu-wrapper .menu-section-1 {
  float: left;
  width: 0px;
  background-color: #a59a80;
  z-index: 5;
  position: relative;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  display: none;
}
.menu-wrapper .menu-section-1 li {
  display: none;
  list-style: none;
}
.menu-wrapper .menu-section-1 li a {
  width: 225px;
  border-bottom: 1px solid white;
  padding-bottom: 21.5px;
}
.menu-wrapper .menu-section-1::-webkit-scrollbar {
  display: none;
}
.menu-wrapper .menu-section-2 {
  float: left;
  height: 100%;
  width: 33%;
  background-color: #b5ad99;
  transition: 0.3s;
  padding-top: 150px;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  -ms-overflow-style: none;
}
.menu-wrapper .menu-section-2.hidden {
  width: 0%;
  opacity: 0;
  padding-left: 0px;
}
.menu-wrapper .menu-section-2.hidden a {
  display: none;
}
.menu-wrapper .menu-section-2::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .menu-wrapper .menu-section-2 {
    width: 400px;
    padding-top: 110px;
  }
}
.menu-wrapper .menu-section-3 {
  float: left;
  height: 100%;
  width: 33%;
  background-color: #b8b4a8;
  transition: 0.3s;
  padding-top: 150px;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  -ms-overflow-style: none;
}
.menu-wrapper .menu-section-3.hidden {
  width: 0%;
  opacity: 0;
  padding-left: 0px;
}
.menu-wrapper .menu-section-3.hidden a {
  display: none;
}
.menu-wrapper .menu-section-3::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .menu-wrapper .menu-section-3 {
    width: 400px;
    padding-top: 110px;
  }
}
.menu-wrapper.active {
  width: 100vw;
  height: 100vh;
  background-color: #1e2730;
  z-index: 10;
  transition: 0.3s;
  padding-right: 30px;
}
.menu-wrapper.active .menu-section-1 {
  padding-top: 160px;
  padding-left: 120px;
  width: 33%;
  padding-bottom: 160px;
  display: block;
}
.menu-wrapper.active .menu-section-1 li {
  display: block;
  padding-left: 25px;
  padding-top: 21.5px;
  margin-bottom: -1px;
}
.menu-wrapper.active .menu-section-1 li a {
  text-decoration: none;
  color: white;
  display: block;
}
.menu-wrapper.active .menu-section-1 li a .category {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  text-transform: lowercase;
  letter-spacing: 0.2px;
}
.menu-wrapper.active .menu-section-1 li a .name {
  font-family: Open Sans Condensed, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.menu-wrapper.active .menu-section-1 li a .arrow {
  position: relative;
  left: 190px;
  top: 20px;
  transition: 0.3s;
}
.menu-wrapper.active .menu-section-1 li a .arrow .line-up {
  width: 15px;
  height: 1px;
  background-color: white;
  transform: rotate(45deg);
}
.menu-wrapper.active .menu-section-1 li a .arrow .line-down {
  position: relative;
  top: 10px;
  width: 15px;
  height: 1px;
  background-color: white;
  transform: rotate(-45deg);
}
.menu-wrapper.active .menu-section-1 li.cursor {
  cursor: default;
}
.menu-wrapper.active .menu-section-1 li.cursor .hovered {
  background-color: white;
  color: #a59a80;
  transition: 0.3s;
}
.menu-wrapper.active .menu-section-1 li.cursor .hovered a {
  color: #a59a80;
}
.menu-wrapper.active .menu-section-1 li.cursor .hovered a .arrow {
  left: 210px;
}
.menu-wrapper.active .menu-section-1 li.cursor .hovered a .arrow .line-up {
  background-color: #a59a80;
}
.menu-wrapper.active .menu-section-1 li.cursor .hovered a .arrow .line-down {
  background-color: #a59a80;
}
@media only screen and (min-width: 1270px) {
  .menu-wrapper.active .menu-section-1 li:hover,
  .menu-wrapper.active .menu-section-1 li.hovered {
    background-color: white;
    color: #a59a80;
    transition: 0.3s;
  }
  .menu-wrapper.active .menu-section-1 li:hover a,
  .menu-wrapper.active .menu-section-1 li.hovered a {
    color: #a59a80;
  }
  .menu-wrapper.active .menu-section-1 li:hover a .arrow,
  .menu-wrapper.active .menu-section-1 li.hovered a .arrow {
    left: 210px;
  }
  .menu-wrapper.active .menu-section-1 li:hover a .arrow .line-up,
  .menu-wrapper.active .menu-section-1 li.hovered a .arrow .line-up {
    background-color: #a59a80;
  }
  .menu-wrapper.active .menu-section-1 li:hover a .arrow .line-down,
  .menu-wrapper.active .menu-section-1 li.hovered a .arrow .line-down {
    background-color: #a59a80;
  }
}
@media only screen and (max-width: 1300px) {
  .menu-wrapper.active .menu-section-1 {
    width: 430px;
  }
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-1 {
    padding-top: 110px;
    padding-left: 20px;
  }
}
.menu-wrapper.active .menu-section-2 {
  display: flex;
  flex-direction: column;
  transition-delay: 0s;
  padding-top: 154px;
}
.menu-wrapper.active .menu-section-2 .noli {
  list-style: none;
  min-height: 45px;
  width: auto;
  display: none;
  padding-left: 30px;
}
.menu-wrapper.active .menu-section-2 .noli .arrow-back {
  display: none;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-2 .noli .arrow-back {
    margin: 25px 0px;
    display: block;
    position: relative;
    top: 8px;
    width: 13px;
    transform: rotate(180deg);
  }
  .menu-wrapper.active .menu-section-2 .noli .arrow-back .line-up {
    width: 15px;
    height: 1px;
    background-color: white;
    transform: rotate(45deg);
  }
  .menu-wrapper.active .menu-section-2 .noli .arrow-back .line-down {
    position: relative;
    top: 10px;
    width: 15px;
    height: 1px;
    background-color: white;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-2 .noli {
    display: block;
  }
}
.menu-wrapper.active .menu-section-2 li {
  display: flex;
  min-height: 95px;
  font-size: 14px;
  line-height: 19.5px;
  font-weight: lighter;
  margin-bottom: -1px;
  list-style: none;
  justify-content: center;
}
.menu-wrapper.active .menu-section-2 li a {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  width: 225px;
  height: 95px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-2 li a {
    display: none;
  }
}
.menu-wrapper.active .menu-section-2 li #mobil {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  width: 225px;
  height: 95px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  display: none;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-2 li #mobil {
    display: flex;
  }
}
.menu-wrapper.active .menu-section-2 li:nth-child(2) {
  margin-top: 190px;
}
.menu-wrapper.active .menu-section-2 li:nth-child(3) {
  order: 3;
}
.menu-wrapper.active .menu-section-2 li .arrow {
  position: relative;
  top: -5px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-wrapper.active .menu-section-2 li .arrow .line-up {
  width: 15px;
  height: 1px;
  background-color: white;
  transform: rotate(45deg);
}
.menu-wrapper.active .menu-section-2 li .arrow .line-down {
  position: relative;
  top: 10px;
  width: 15px;
  height: 1px;
  background-color: white;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1270px) {
  .menu-wrapper.active .menu-section-2 li:hover,
  .menu-wrapper.active .menu-section-2 li.hovered {
    background-color: white;
    color: #a59a80;
    transition: 0.3s;
  }
  .menu-wrapper.active .menu-section-2 li:hover a,
  .menu-wrapper.active .menu-section-2 li.hovered a {
    color: #a59a80;
  }
  .menu-wrapper.active .menu-section-2 li:hover .arrow,
  .menu-wrapper.active .menu-section-2 li.hovered .arrow {
    position: relative;
    left: 30px;
    transition: 0.3s;
  }
  .menu-wrapper.active .menu-section-2 li:hover .arrow .line-up,
  .menu-wrapper.active .menu-section-2 li.hovered .arrow .line-up {
    width: 15px;
    height: 1px;
    background-color: #a59a80;
    transform: rotate(45deg);
  }
  .menu-wrapper.active .menu-section-2 li:hover .arrow .line-down,
  .menu-wrapper.active .menu-section-2 li.hovered .arrow .line-down {
    position: relative;
    top: 10px;
    width: 15px;
    height: 1px;
    background-color: #a59a80;
    transform: rotate(-45deg);
  }
}
.menu-wrapper.active .menu-section-2 li:nth-child(3) {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-2 {
    padding-top: 110px;
    margin-left: 20px;
  }
  .menu-wrapper.active .menu-section-2 li {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .menu-wrapper.active .menu-section-2 li:nth-child(2) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .menu-wrapper.active .menu-section-2 {
    width: 100vw;
  }
}
.menu-wrapper.active .menu-section-3 {
  display: flex;
  flex-direction: column;
  transition-delay: 0s;
  padding-top: 154px;
}
.menu-wrapper.active .menu-section-3 .noli {
  list-style: none;
  min-height: 45px;
  width: auto;
  display: none;
}
.menu-wrapper.active .menu-section-3 .noli .arrow-back {
  display: none;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 .noli .arrow-back {
    margin: 25px 0px;
    display: block;
    position: relative;
    top: 8px;
    width: 13px;
    transform: rotate(180deg);
  }
  .menu-wrapper.active .menu-section-3 .noli .arrow-back .line-up {
    width: 15px;
    height: 1px;
    background-color: white;
    transform: rotate(45deg);
  }
  .menu-wrapper.active .menu-section-3 .noli .arrow-back .line-down {
    position: relative;
    top: 10px;
    width: 15px;
    height: 1px;
    background-color: white;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 .noli {
    display: flex;
  }
}
.menu-wrapper.active .menu-section-3 #mobil {
  display: none;
}
@media only screen and (max-width: 540px) {
  .menu-wrapper.active .menu-section-3 #mobil {
    font-family: Open Sans Condensed, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 26px;
  }
  .menu-wrapper.active .menu-section-3 #mobil.show:nth-of-type(12) {
    display: block;
  }
  .menu-wrapper.active .menu-section-3 #mobil.show:nth-of-type(2) {
    display: block;
  }
  .menu-wrapper.active .menu-section-3 #mobil.show:nth-of-type(6) {
    display: block;
  }
}
.menu-wrapper.active .menu-section-3 li {
  min-height: 95px;
  font-size: 14px;
  line-height: 19.5px;
  font-weight: lighter;
  list-style: none;
  display: none;
  justify-content: center;
  margin-bottom: -1px;
}
.menu-wrapper.active .menu-section-3 li a {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  width: 225px;
  min-height: 94px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
@media only screen and (min-width: 1270px) {
  .menu-wrapper.active .menu-section-3 li:hover,
  .menu-wrapper.active .menu-section-3 li.hovered {
    background-color: white;
    color: #a59a80;
    transition: 0.3s;
  }
  .menu-wrapper.active .menu-section-3 li:hover a,
  .menu-wrapper.active .menu-section-3 li.hovered a {
    color: #a59a80;
  }
  .menu-wrapper.active .menu-section-3 li:hover a .arrow,
  .menu-wrapper.active .menu-section-3 li.hovered a .arrow {
    left: 210px;
  }
  .menu-wrapper.active .menu-section-3 li:hover a .arrow .line-up,
  .menu-wrapper.active .menu-section-3 li.hovered a .arrow .line-up {
    background-color: #a59a80;
  }
  .menu-wrapper.active .menu-section-3 li:hover a .arrow .line-down,
  .menu-wrapper.active .menu-section-3 li.hovered a .arrow .line-down {
    background-color: #a59a80;
  }
}
.menu-wrapper.active .menu-section-3 li.show {
  display: flex;
}
.menu-wrapper.active .menu-section-3 li.show:nth-child(13) {
  margin-top: 190px;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 li.show:nth-child(13) {
    margin: 0px;
  }
}
.menu-wrapper.active .menu-section-3 li.show:nth-child(3) {
  margin-top: 284px;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 li.show:nth-child(3) {
    margin: 0px;
  }
}
.menu-wrapper.active .menu-section-3 li.show:nth-child(7) {
  margin-top: 378px;
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 li.show:nth-child(7) {
    margin: 0px;
  }
}
.menu-wrapper.active .menu-section-3 li:nth-child(5) {
  margin-bottom: 30px;
}
.menu-wrapper.active .menu-section-3 li:nth-child(11) {
  margin-bottom: 30px;
}
.menu-wrapper.active .menu-section-3 li:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .menu-wrapper.active .menu-section-3 li {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper.active .menu-section-3 {
    padding-top: 110px;
    padding-left: 30px;
    margin-left: 45px;
  }
  .menu-wrapper.active .menu-section-3 li {
    padding-left: 0px;
    justify-content: flex-start;
  }
  .menu-wrapper.active .menu-section-3 li:nth-child(2) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .menu-wrapper.active .menu-section-3 {
    width: 100vw;
  }
}
@media only screen and (max-width: 1270px) {
  .menu-wrapper .menu-section-2 {
    width: 430px;
    position: absolute;
    padding-top: 0px;
    z-index: 15;
  }
  .menu-wrapper .menu-section-2.hidden {
    width: 0px;
    z-index: 0;
  }
  .menu-wrapper .menu-section-3 {
    width: 430px;
    position: absolute;
    padding-top: 0px;
    z-index: 20;
    margin-left: 40px;
  }
  .menu-wrapper .menu-section-3.hidden {
    width: 0px;
    z-index: 5;
  }
}
.menu-wrapper .bottom-bar {
  display: block;
  position: absolute;
  bottom: 0px;
  background: #1e2730;
  height: 50px;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-wrapper .bottom-bar a {
  text-decoration: none;
  color: white;
  margin-right: 15px;
}
.menu-wrapper .bottom-bar.hidden {
  display: none;
}
#ubersichtsboxen {
  display: none;
  max-width: 1000px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
}
header .backgroundcontainer {
  width: 100%;
  min-height: calc(100vh - 30px);
  background-position: center;
  background-size: cover;
  background-color: rgba(30,39,48,0.8);
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer {
    min-height: 100vh;
  }
}
header .backgroundcontainer .headline-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 30%;
  transform: translate(-50%,-50%);
}
header .backgroundcontainer .headline-container #headline-1-small {
  position: absolute;
  margin-top: 40px;
  transition: 0.1s;
}
header .backgroundcontainer .headline-container #headline-1-small:after {
  content: "";
  position: absolute;
  width: 344px;
  height: 65px;
  top: -7px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/template/grafik/Sprechblase-klein.svg);
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-1-small:after {
    margin-left: -10px;
    height: 45px;
    top: 0px;
    width: 250px;
  }
}
header .backgroundcontainer .headline-container #headline-1-small .box-lines-small {
  display: none;
}
header .backgroundcontainer .headline-container #headline-1-small .box-lines-small div {
  position: absolute;
  width: 2px;
  background-color: white;
}
header .backgroundcontainer .headline-container #headline-1-small .box-lines-small div:nth-child(1) {
  height: 60px;
}
header .backgroundcontainer .headline-container #headline-1-small .box-lines-small div:nth-child(2) {
  height: 40px;
  transform: rotate(45deg);
  top: 25px;
  left: 14px;
}
header .backgroundcontainer .headline-container #headline-1-small .box-lines-small div:nth-child(3) {
  display: flex;
}
header .backgroundcontainer .headline-container #headline-1-small .headline-small {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: white;
  left: 29px;
  position: relative;
  bottom: -4px;
  width: 320px;
  padding-bottom: 5px;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-1-small .headline-small {
    font-size: 14px;
    width: 246px;
    bottom: -5px;
    left: 0px;
  }
}
header .backgroundcontainer .headline-container #headline-2-large {
  position: absolute;
  margin-top: 110px;
  margin-left: 95px;
  transition: 0.1s;
}
header .backgroundcontainer .headline-container #headline-2-large:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 110px;
  bottom: -18px;
  right: 25px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/template/grafik/Sprechblase.svg);
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large:after {
    width: 265px;
    height: 85px;
    right: 5px;
  }
}
header .backgroundcontainer .headline-container #headline-2-large .box-lines-large {
  width: 430px;
  right: 50px;
  bottom: 132px;
  position: relative;
  display: none;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large .box-lines-large {
    width: 246px;
    right: 0;
  }
}
header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div {
  position: relative;
  width: 4px;
  background-color: white;
}
header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div:nth-child(1) {
  height: 120px;
  top: 52px;
  left: 425px;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div:nth-child(1) {
    left: 278px;
  }
}
header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div:nth-child(2) {
  height: 60px;
  transform: rotate(-45deg);
  left: 404px;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div:nth-child(2) {
    left: 257px;
  }
}
header .backgroundcontainer .headline-container #headline-2-large .box-lines-large div:nth-child(3) {
  display: flex;
}
header .backgroundcontainer .headline-container #headline-2-large .headline-large {
  font-family: 'Open Sans', sans-serif;
  font-size: 43px;
  line-height: 55px;
  color: white;
  left: -44px;
  position: relative;
  width: 380px;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large .headline-large {
    font-size: 24px;
    line-height: 32px;
    left: 15px;
    width: 224px;
  }
}
header .backgroundcontainer .headline-container #headline-2-large .subline {
  color: white;
  position: relative;
  top: 18px;
  margin-left: 245px;
  display: block;
  width: 130px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large .subline {
    color: white;
    position: relative;
    top: 10px;
    left: 20px;
    margin-left: 150px;
    display: block;
    width: 130px;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: lighter;
    letter-spacing: 0.15px;
  }
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container #headline-2-large {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  header .backgroundcontainer .headline-container {
    display: flex;
    justify-content: center;
    width: auto;
    left: 49%;
  }
}
header .backgroundcontainer .containerall {
  padding-top: 200px;
}
header .backgroundcontainer .containerall .icon {
  height: 50px;
  margin: 0 auto;
  display: table;
  margin-bottom: 15px;
}
header .backgroundcontainer .containerall h1 {
  text-align: center;
  width: 620px;
}
@media screen and (max-width: 650px) {
  header .backgroundcontainer .containerall h1 {
    width: 90vw;
  }
}
header .backgroundcontainer .containerall .line {
  background: white;
  margin-top: 15px;
}
header .backgroundcontainer .containerall p {
  width: 450px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  header .backgroundcontainer .containerall p {
    width: 90vw;
  }
}
header .backgroundcontainer .containerall #ubersichtsboxen {
  display: flex;
}
header .backgroundcontainer .containerall .ubersichtsboxen-column {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 100px;
}
header .backgroundcontainer .containerall .ubersichtsboxen-column .ubersichtsbox {
  width: 380px;
  height: 56px;
  border: 1px solid white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  margin: 5px 0px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
header .backgroundcontainer .containerall .ubersichtsboxen-column .ubersichtsbox:hover {
  color: rgba(30,39,54,0.8);
  background-color: white;
}
header .backgroundcontainer .containerall .ubersichtsboxen-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 100px;
}
header .backgroundcontainer .containerall .ubersichtsboxen-wrap .ubersichtsbox {
  width: 380px;
  height: 56px;
  border: 1px solid white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 38px;
  margin: 5px 0px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
header .backgroundcontainer .containerall .ubersichtsboxen-wrap .ubersichtsbox:hover {
  color: rgba(30,39,54,0.8);
  background-color: white;
}
header .backgroundcontainer.white {
  color: white;
}
header .mouselogo {
  position: relative;
  margin: 0 auto;
  bottom: 90px;
  width: 25px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  header .mouselogo {
    display: none;
  }
}
@media screen and (min-width: 1260px) {
  header {
    padding-right: 30px;
  }
}
body > section >.containerall,
body > section #containerall {
  color: #b6ae9a;
}
body > section >.containerall > div,
body > section #containerall > div {
  display: table;
  margin: 0 auto;
  padding: 100px 0px;
  top: 8px;
  position: relative;
}
body > section >.containerall > div .box,
body > section #containerall > div .box {
  width: 320px;
  height: 460px;
  background-image: linear-gradient(#7b848f 155px,rgba(123,132,143,0.65) 0%);
  float: left;
  margin-right: 30px;
  margin-top: 50px;
}
body > section >.containerall > div .box img,
body > section #containerall > div .box img {
  width: auto;
  height: auto;
  float: none;
  margin: 15px 20px;
  left: 35%;
  position: relative;
  height: 50px;
}
body > section >.containerall > div .box h5,
body > section #containerall > div .box h5 {
  margin-bottom: 35px;
  padding: 0px 48px;
}
body > section >.containerall > div .box h5 a,
body > section #containerall > div .box h5 a {
  text-decoration: none;
  color: white;
}
body > section >.containerall > div .box ul li,
body > section #containerall > div .box ul li {
  max-width: 207px;
  margin: 0 auto;
  display: inherit;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 3.2px 0px;
  border-bottom: 1px solid white;
  padding: 11px 0;
}
body > section >.containerall > div .box ul li:hover,
body > section #containerall > div .box ul li:hover {
  background-color: white;
}
body > section >.containerall > div .box ul li:hover a,
body > section #containerall > div .box ul li:hover a {
  color: rgba(30,39,54,0.8);
}
body > section >.containerall > div .box ul li a,
body > section #containerall > div .box ul li a {
  text-decoration: none;
  color: white;
}
body > section >.containerall > div .box:last-of-type,
body > section #containerall > div .box:last-of-type {
  margin: 0px;
  margin-top: 50px;
}
@media screen and (max-width: 350px) {
  body > section >.containerall > div .box,
  body > section #containerall > div .box {
    width: 90vw;
  }
}
body > section >.containerall > div .whitebox,
body > section #containerall > div .whitebox {
  background-image: url(/wp-content/themes/template/grafik/branchen-flaeche.png);
  background-size: 100% 100%;
  width: 450px;
  height: 590px;
  padding-left: 80px;
  padding-right: 65px;
  padding-top: 75px;
  padding-bottom: 40px;
  position: relative;
  left: 300px;
}
body > section >.containerall > div .whitebox p,
body > section #containerall > div .whitebox p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
body > section >.containerall > div .whitebox p:last-of-type,
body > section #containerall > div .whitebox p:last-of-type {
  margin-bottom: 50px;
}
body > section >.containerall > div .whitebox p:first-of-type,
body > section #containerall > div .whitebox p:first-of-type {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  body > section >.containerall > div .whitebox,
  body > section #containerall > div .whitebox {
    width: 90vw;
    padding: 20px;
    padding-top: 65px;
  }
}
body > section >.containerall > div img,
body > section #containerall > div img {
  float: left;
  width: 600px;
  height: 350px;
}
@media screen and (max-width: 800px) {
  body > section >.containerall > div img,
  body > section #containerall > div img {
    width: 90vw;
    height: auto;
  }
}
body > section >.containerall > div .contentbox,
body > section #containerall > div .contentbox {
  float: left;
  width: 600px;
  padding-left: 80px;
  padding-right: 10px;
  position: relative;
  bottom: 8px;
}
body > section >.containerall > div .contentbox p,
body > section #containerall > div .contentbox p {
  width: 450px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: Open Sans, sans-serif;
  color: #1e2730;
  margin-top: 50px;
  letter-spacing: 0.25px;
  margin-bottom: -4px;
}
body > section >.containerall > div .contentbox p.button-available,
body > section #containerall > div .contentbox p.button-available {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  body > section >.containerall > div .contentbox p,
  body > section #containerall > div .contentbox p {
    width: 100%;
  }
}
body > section >.containerall > div .contentbox .line,
body > section #containerall > div .contentbox .line {
  background: #b6ae9a;
}
body > section >.containerall > div .contentbox .buttoncontainer,
body > section #containerall > div .contentbox .buttoncontainer {
  height: 55px;
}
body > section >.containerall > div .contentbox .buttoncontainer .button-show-more,
body > section #containerall > div .contentbox .buttoncontainer .button-show-more {
  border: 1px solid #b6ae9a;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: lighter;
  text-decoration: none;
  color: #b6ae9a;
  transition: 0.3s;
  position: absolute;
}
body > section >.containerall > div .contentbox .buttoncontainer .button-show-more:hover,
body > section #containerall > div .contentbox .buttoncontainer .button-show-more:hover {
  background-color: #b6ae9a;
  color: white;
}
body > section >.containerall > div .contentbox .button-available,
body > section #containerall > div .contentbox .button-available {
  margin-bottom: 60px;
}
@media screen and (max-width: 1260px) {
  body > section >.containerall > div .contentbox,
  body > section #containerall > div .contentbox {
    padding-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  body > section >.containerall > div .contentbox,
  body > section #containerall > div .contentbox {
    width: 90vw;
  }
}
body > section >.containerall > div > h1,
body > section #containerall > div > h1 {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  body > section >.containerall > div > h1,
  body > section #containerall > div > h1 {
    width: 90vw;
    font-size: 6vw;
  }
}
body > section >.containerall > div .containerall,
body > section #containerall > div .containerall {
  color: white;
}
body > section >.containerall > div .containerall .contentcontainer,
body > section #containerall > div .containerall .contentcontainer {
  width: 250px;
  float: left;
  margin-right: 95px;
}
body > section >.containerall > div .containerall .contentcontainer div,
body > section #containerall > div .containerall .contentcontainer div {
  margin-top: 50px;
  margin-bottom: 20px;
  height: 50px;
}
body > section >.containerall > div .containerall .contentcontainer div .icon,
body > section #containerall > div .containerall .contentcontainer div .icon {
  width: auto;
  height: 55px;
  float: none;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  body > section >.containerall > div .containerall .contentcontainer div,
  body > section #containerall > div .containerall .contentcontainer div {
    margin-bottom: 20px;
  }
}
body > section >.containerall > div .containerall .contentcontainer p,
body > section #containerall > div .containerall .contentcontainer p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
body > section >.containerall > div .containerall .contentcontainer:last-child,
body > section #containerall > div .containerall .contentcontainer:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 900px) {
  body > section >.containerall > div .containerall .contentcontainer,
  body > section #containerall > div .containerall .contentcontainer {
    display: flex;
    flex-flow: column;
    float: none;
    margin-right: 0;
  }
}
body > section >.containerall > div.padding-low,
body > section #containerall > div.padding-low {
  padding-top: 92px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1260px) {
  body > section >.containerall > div,
  body > section #containerall > div {
    margin: 0 auto;
    display: flex;
    padding: 100px 0px;
    flex-flow: column;
    align-items: center;
    top: 8px;
  }
  body > section >.containerall > div .box,
  body > section #containerall > div .box {
    margin-right: 0px;
  }
  body > section >.containerall > div .whitebox,
  body > section #containerall > div .whitebox {
    left: auto;
    top: 0px;
  }
  body > section >.containerall > div .left-side-img,
  body > section #containerall > div .left-side-img {
    padding-bottom: 60px;
    width: auto !important;
  }
  body > section >.containerall > div .right-side-img,
  body > section #containerall > div .right-side-img {
    order: 1;
    padding-bottom: 60px;
    width: auto !important;
  }
  body > section >.containerall > div .left-side-contentbox,
  body > section #containerall > div .left-side-contentbox {
    order: 2;
    width: auto !important;
  }
  body > section >.containerall > div .right-side-contentbox,
  body > section #containerall > div .right-side-contentbox {
    width: auto !important;
  }
}
body > section >.containerall > div .right-side-img,
body > section #containerall > div .right-side-img {
  float: left;
  width: 50%;
}
body > section >.containerall > div .right-side-contentbox,
body > section #containerall > div .right-side-contentbox {
  float: left;
  width: 50%;
}
body > section >.containerall > div .left-side-img,
body > section #containerall > div .left-side-img {
  float: left;
  width: 50%;
}
body > section >.containerall > div .left-side-contentbox,
body > section #containerall > div .left-side-contentbox {
  float: left;
  width: 50%;
}
body > section >.containerall h5 a,
body > section #containerall h5 a {
  color: #b6ae9a;
  transition: 0.3s;
}
body > section >.containerall h5 a:hover,
body > section #containerall h5 a:hover {
  color: #1e2730 !important;
}
body > section >.containerall .overview-white,
body > section #containerall .overview-white {
  padding-bottom: 0px;
}
body > section >.containerall .overview-white .line,
body > section #containerall .overview-white .line {
  background: #b6ae9a;
  margin-bottom: 50px;
}
body > section >.containerall .overview-white p,
body > section #containerall .overview-white p {
  display: table;
  margin: 0 auto;
  color: #1e2730;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  max-width: 580px;
}
@media only screen and (max-width: 600px) {
  body > section >.containerall .overview-white p,
  body > section #containerall .overview-white p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 460px) {
  body > section >.containerall .overview-white,
  body > section #containerall .overview-white {
    width: 90vw;
  }
}
body > section >.containerall .overview-grey,
body > section #containerall .overview-grey {
  padding-bottom: 100px;
  font-size: 14px;
  line-height: 24px;
}
body > section >.containerall .overview-grey .line,
body > section #containerall .overview-grey .line {
  background: #b6ae9a;
  margin-bottom: 50px;
}
body > section >.containerall .overview-grey p,
body > section #containerall .overview-grey p {
  width: 470px;
  display: table;
  margin: 0 auto;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 460px) {
  body > section >.containerall .overview-grey p,
  body > section #containerall .overview-grey p {
    width: 90vw;
  }
}
body > section >.containerall .overview-grey ol,
body > section #containerall .overview-grey ol {
  font-size: 18px;
  margin: 0 auto;
  max-width: 470px;
}
body > section >.containerall .overview-grey ol li,
body > section #containerall .overview-grey ol li {
  list-style: none;
}
body > section >.containerall .overview-grey ul,
body > section #containerall .overview-grey ul {
  margin: 0 auto;
  max-width: 470px;
  padding-left: 20px;
}
body > section >.containerall .overview-grey ul li,
body > section #containerall .overview-grey ul li {
  list-style: circle;
}
@media only screen and (max-width: 460px) {
  body > section >.containerall .overview-grey,
  body > section #containerall .overview-grey {
    width: 90vw;
  }
}
body > section >.containerall.white,
body > section #containerall.white {
  color: white;
  background-color: white;
  border: white;
}
body > section >.containerall.white p,
body > section >.containerall.white h1,
body > section >.containerall.white h3,
body > section >.containerall.white h5,
body > section >.containerall.white div,
body > section >.containerall.white a,
body > section #containerall.white p,
body > section #containerall.white h1,
body > section #containerall.white h3,
body > section #containerall.white h5,
body > section #containerall.white div,
body > section #containerall.white a {
  color: white;
}
body > section >.containerall.white .line,
body > section #containerall.white .line {
  background: white !important;
}
body > section >.containerall.white .button-show-more,
body > section #containerall.white .button-show-more {
  height: 55px;
  border: 1px solid white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: lighter;
  position: absolute;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
body > section >.containerall.white .button-show-more:hover,
body > section #containerall.white .button-show-more:hover {
  background-color: white;
  color: #1e2730;
}
body > section >.containerall.bggrey,
body > section #containerall.bggrey {
  background: rgba(123,132,143,0.1);
}
body > section >.containerall.lightgrey,
body > section #containerall.lightgrey {
  background: rgba(123,132,143,0.8);
}
body > section >.containerall.darkgrey,
body > section #containerall.darkgrey {
  background: rgba(30,39,54,0.8);
}
@media only screen and (max-width: 500px) {
  body > section >.containerall.bg-mobile,
  body > section #containerall.bg-mobile {
    background-image: url(/wp-content/themes/template/grafik/Branchen-mobile-850.jpg) !important;
  }
}
@media only screen and (min-width: 1261px) {
  body > section:nth-child(odd) {
    padding-left: 30px;
  }
  body > section:nth-child(odd) .containerall {
    padding-right: 30px;
  }
  body > section:nth-child(even) {
    padding-right: 30px;
  }
  body > section:nth-child(even) .containerall {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  body > section {
    overflow: hidden;
  }
}
body .seperator-bar {
  background-color: rgba(30,39,48,0.9);
  height: 120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
body .seperator-bar h3 {
  color: white;
  padding-top: 22px;
  padding-bottom: 28px;
  text-transform: lowercase;
}
body .seperator-bar >div {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
body .seperator-bar >div >div .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .seperator-bar >div >div p {
  color: #b6ae9a;
  font-size: 14px;
  font-weight: bold;
}
body .seperator-bar >div >div .circle {
  position: relative;
  top: 10px;
  display: flex;
  flex-direction: column;
}
body .seperator-bar >div >div .circle p {
  position: relative;
  font-size: 29px;
  width: 71px;
  padding-top: 10px;
  letter-spacing: 1px;
  padding-left: 10px;
}
body .seperator-bar >div >div .circle p span {
  font-size: 17px;
  height: 17px;
}
.contactcontainer {
  background-color: rgba(30,39,54,0.8);
  color: white;
}
.contactcontainer .contentbox {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0px;
  min-height: 610px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media only screen and (max-width: 460px) {
  .contactcontainer .contentbox {
    height: auto;
  }
}
.contactcontainer .contentbox .uberschriftkontakt {
  width: auto;
  float: left;
}
.contactcontainer .contentbox .uberschriftkontakt h1 {
  width: 400px;
}
@media only screen and (max-width: 460px) {
  .contactcontainer .contentbox .uberschriftkontakt h1 {
    width: 90vw;
  }
}
.contactcontainer .contentbox .uberschriftkontakt .line {
  width: 80px;
  height: 5px;
  background: white !important;
  margin-left: 4px;
  margin-top: 10px;
}
.contactcontainer .contentbox .uberschriftkontakt div {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
  width: 435px;
  letter-spacing: 0.25px;
}
@media only screen and (max-width: 460px) {
  .contactcontainer .contentbox .uberschriftkontakt div {
    width: 90vw;
  }
}
.contactcontainer .contentbox .contact-information-box {
  display: flex;
  flex-direction: column;
  top: 185px;
  position: relative;
  max-width: 300px;
  width: 300pX;
}
.contactcontainer .contentbox .contact-information-box > div {
  margin-bottom: 15px;
}
.contactcontainer .contentbox .contact-information-box > div > img {
  float: left;
  width: 30px;
  position: absolute;
}
.contactcontainer .contentbox .contact-information-box > div > div {
  padding-bottom: 5px;
  padding-left: 70px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  bottom: 4px;
}
.contactcontainer .contentbox .contact-information-box > div > div a {
  color: white;
  text-decoration: none;
}
.contactcontainer .contentbox .contact-information-box > div > div .tel {
  font-weight: bold;
  padding-top: 0px;
}
.contactcontainer .contentbox .contact-information-box > div > a {
  padding-bottom: 5px;
  padding-left: 70px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  bottom: 4px;
  color: white;
  text-decoration: none;
}
.contactcontainer .contentbox .contact-information-box > div:nth-child(1) {
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  .contactcontainer .contentbox .contact-information-box {
    top: 0;
  }
}
@media only screen and (max-width: 460px) {
  .contactcontainer .contentbox .contact-information-box {
    margin-left: 0px;
    top: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .contactcontainer .contentbox {
    width: 90vw;
  }
}
#map {
  height: 50vh;
}
.footer1 {
  background-color: #7b848f;
  color: white;
  display: flex;
  justify-content: center;
}
.footer1 .contentbox {
  width: 910px;
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
}
.footer1 .contentbox .uberschriftkontakt {
  width: auto;
  float: left;
}
.footer1 .contentbox .uberschriftkontakt .headline {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: 5px;
}
.footer1 .contentbox .uberschriftkontakt .line {
  width: 80px;
  height: 5px;
  background-color: white;
  margin-left: 4px;
  margin-top: 10px;
}
.footer1 .contentbox .uberschriftkontakt .description {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
  max-width: 445px;
}
@media only screen and (max-width: 460px) {
  .footer1 .contentbox .uberschriftkontakt .description {
    width: 90vw;
  }
}
.footer1 .contentbox .screen-reader-response {
  display: none;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap:not(.nachricht) {
  margin-bottom: 10px;
}
.footer1 .contentbox .wpcf7-form input {
  font-family: Open Sans, sans-serif;
  padding-left: 20px;
}
.footer1 .contentbox .wpcf7-form .wpcf7-text {
  background-color: transparent;
  color: white;
  width: 380px;
  min-height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid white;
}
.footer1 .contentbox .wpcf7-form .wpcf7-text::placeholder {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  padding-top: 15px;
  color: #c5c8cd;
}
.footer1 .contentbox .wpcf7-form .wpcf7-text::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  padding-top: 15px;
  color: #c5c8cd;
}
.footer1 .contentbox .wpcf7-form .wpcf7-textarea {
  background-color: transparent;
  color: white;
  width: 380px;
  height: 100px;
  border: 1px solid white;
  resize: none;
  padding-left: 20px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
}
.footer1 .contentbox .wpcf7-form .wpcf7-textarea::placeholder {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  color: #c5c8cd;
}
.footer1 .contentbox .wpcf7-form .wpcf7-textarea::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  color: #c5c8cd;
}
.footer1 .contentbox .wpcf7-form .wpcf7-list-item-label {
  width: 380px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  padding-left: 15px;
  color: #c5c8cd;
  position: absolute;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 0;
  -webkit-appearance: none;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap.nachricht {
  display: inherit;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap.acceptance-217 {
  margin-top: 10px;
}
.footer1 .contentbox .wpcf7-form .acceptance {
  width: 22px;
  height: 22px;
  border: 1px solid white;
  background: transparent;
  -webkit-appearance: none;
  transition: 0.3s;
  padding-left: 0px;
}
.footer1 .contentbox .wpcf7-form .acceptance:hover {
  transform: scale(1.1);
}
.footer1 .contentbox .wpcf7-form .acceptance:checked {
  background-color: #b8bcc1;
}
.footer1 .contentbox .wpcf7-form .acceptance:checked:before {
  content: "";
  transform: rotate(45deg);
  background-color: rgba(30,39,54,0.8);
  height: 15px;
  width: 2px;
  position: absolute;
  margin-top: 2.5px;
  margin-left: 9px;
}
.footer1 .contentbox .wpcf7-form .acceptance:checked:after {
  content: "";
  transform: rotate(-45deg);
  background-color: rgba(30,39,54,0.8);
  height: 15px;
  width: 2px;
  position: absolute;
  margin-top: 2.5px;
  margin-left: 9px;
}
.footer1 .contentbox .wpcf7-form p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 250px;
}
.footer1 .contentbox .wpcf7-form p >span {
  width: 380px;
  margin-right: 150px;
}
.footer1 .contentbox .wpcf7-form p .italic {
  font-size: 10px;
  font-style: italic;
}
.footer1 .contentbox .wpcf7-form p:nth-child(3) {
  height: auto;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  font-family: Open Sans, sans-serif;
  margin: 0 auto;
  width: 380px;
  height: 45px;
  background-color: white;
  color: gray;
  font-size: 16px;
  border: 1px solid white;
  transition: 0.3s;
  padding: 0px;
  border-radius: 0;
  -webkit-appearance: none;
}
.footer1 .contentbox .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  color: white;
  background-color: #7b848f;
}
.footer1 .contentbox .wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  margin-top: 15px;
}
.footer1 .contentbox .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
@media only screen and (max-width: 990px) {
  .footer1 .contentbox {
    max-width: 380px;
    width: auto;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    flex-direction: column;
  }
  .footer1 .contentbox .wpcf7-form input {
    font-family: Open Sans, sans-serif;
    padding-left: 20px;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-text {
    background-color: transparent;
    color: white;
    width: 380px;
    min-height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid white;
    margin-bottom: 10px;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-text::placeholder {
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    padding-top: 15px;
    color: #c5c8cd;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-textarea {
    background-color: transparent;
    color: white;
    width: 380px;
    height: 100px;
    border: 1px solid white;
    resize: none;
    padding-left: 20px;
    padding-top: 10px;
    font-family: Open Sans, sans-serif;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-textarea::placeholder {
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    color: #c5c8cd;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-list-item-label {
    width: 380px;
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    padding-left: 15px;
    color: #c5c8cd;
    position: relative;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap.nachricht {
    display: inherit;
    margin-top: 15px;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-form-control-wrap.acceptance-217 {
    margin-bottom: 15px;
  }
  .footer1 .contentbox .wpcf7-form .acceptance {
    width: 22px;
    height: 22px;
    border: 1px solid white;
    background: transparent;
    -webkit-appearance: none;
    transition: 0.3s;
    padding-left: 0px;
  }
  .footer1 .contentbox .wpcf7-form .acceptance:hover {
    transform: scale(1.1);
  }
  .footer1 .contentbox .wpcf7-form .acceptance:checked {
    background-color: #b8bcc1;
  }
  .footer1 .contentbox .wpcf7-form .acceptance:checked:before {
    content: "";
    transform: rotate(45deg);
    background-color: rgba(30,39,54,0.8);
    height: 15px;
    width: 2px;
    position: absolute;
    margin-top: 2.5px;
    margin-left: 9px;
  }
  .footer1 .contentbox .wpcf7-form .acceptance:checked:after {
    content: "";
    transform: rotate(-45deg);
    background-color: rgba(30,39,54,0.8);
    height: 15px;
    width: 2px;
    position: absolute;
    margin-top: 2.5px;
    margin-left: 9px;
  }
  .footer1 .contentbox .wpcf7-form p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  .footer1 .contentbox .wpcf7-form p >span {
    width: 380px;
    margin-right: 0px;
  }
  .footer1 .contentbox .wpcf7-form p .italic {
    font-size: 10px;
    font-style: italic;
  }
  .footer1 .contentbox .wpcf7-form p:nth-child(3) {
    height: auto;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-family: Open Sans, sans-serif;
    margin: 0 auto;
    width: 380px;
    height: 45px;
    background-color: white;
    color: gray;
    font-size: 16px;
    border: none;
    transition: 0.3s;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 460px) {
  .footer1 .contentbox {
    width: 90vw;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-text {
    width: 90vw;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-textarea {
    width: 90vw;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-list-item-level {
    width: 90vw;
  }
  .footer1 .contentbox .wpcf7-form p span {
    width: 90vw;
  }
  .footer1 .contentbox .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: 90vw;
  }
}
footer .bannerup {
  background-color: white;
  height: 70px;
}
footer .bannerup .arrow-up {
  width: 25px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
}
footer .bannerup .arrow-up .line {
  width: 2px;
  height: 15px;
  transform: rotate(-45deg);
  background-color: #1e2730;
  position: absolute;
  margin-left: 15px;
  margin-top: 10px;
}
footer .bannerup .arrow-up .line2 {
  width: 2px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #1e2730;
  position: absolute;
  margin-left: 5px;
  margin-top: 10px;
}
footer .bannerup .arrow-up .up {
  width: 20px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: bold;
  color: #1e2730;
  top: 30px;
  position: relative;
  text-align: center;
  left: -1.25px;
}
footer .footerend {
  background-color: #1e2730;
  text-transform: uppercase;
}
footer .footerend .centerbox {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  padding-top: 15px;
  position: relative;
  padding: 15px 0px;
}
footer .footerend .centerbox a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 0 10px;
}
footer .footerend .centerbox a.impressum {
  margin-left: 18px;
}
.philosophie #headline-2-large .headline-large {
  width: 430px !important;
}
@media only screen and (max-width: 600px) {
  .philosophie #headline-2-large .headline-large {
    width: 290px !important;
    left: 0px !important;
  }
}
.philosophie #headline-2-large:after {
  width: 460px !important;
  height: 120px !important;
}
@media only screen and (max-width: 600px) {
  .philosophie #headline-2-large:after {
    width: 270px !important;
    height: 90px !important;
    right: 15px;
  }
}
.philosophy #headline-2-large .headline-large {
  width: 386px !important;
}
@media only screen and (max-width: 600px) {
  .philosophy #headline-2-large .headline-large {
    width: 255px !important;
    left: 0px !important;
  }
}
.industries #headline-2-large .headline-large {
  width: 405px !important;
}
@media only screen and (max-width: 600px) {
  .industries #headline-2-large .headline-large {
    width: 265px !important;
    left: 0px !important;
  }
}
.meet-greet #headline-2-large {
  width: 430px;
}
.meet-greet #headline-2-large .headline-large {
  width: 450px !important;
}
@media only screen and (max-width: 600px) {
  .meet-greet #headline-2-large .headline-large {
    width: 295px !important;
  }
}
.meet-greet #headline-2-large:after {
  width: 460px !important;
  height: 120px !important;
}
@media only screen and (max-width: 600px) {
  .meet-greet #headline-2-large:after {
    width: 270px !important;
    height: 90px !important;
    right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .meet-greet #headline-2-large {
    width: 295px !important;
  }
}
