h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #ccab62;
  font-weight: 400;
}
a:hover,
a:active,
a:visited,
a:focus {
  color: #ccab62;
  text-decoration: none;
}
::selection {
  background: #696968;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #696968;
  /* Gecko Browsers */
  color: #fff;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
}
html,
body {
  overflow-x: hidden;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.i-b {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  clear: both;
}
a.nolink {
  font-weight: 500;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.m0auto {
  margin: 0 auto;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
@media (max-width: 1200px) {
  .hide-1200 {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide-992 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-768 {
    display: none;
  }
}
@media (max-width: 700px) {
  .hide-700 {
    display: none;
  }
}
@media (max-width: 600px) {
  .hide-600 {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-480 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hide-1200-imp {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-992-imp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-768-imp {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .hide-700-imp {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hide-600-imp {
    display: none !important;
  }
}
.show-1200 {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200 {
    display: block;
  }
}
.show-992 {
  display: none;
}
@media (max-width: 992px) {
  .show-992 {
    display: block;
  }
}
.show-768 {
  display: none;
}
@media (max-width: 768px) {
  .show-768 {
    display: block;
  }
}
.show-600 {
  display: none;
}
@media (max-width: 600px) {
  .show-600 {
    display: block;
  }
}
.show-480 {
  display: none;
}
@media (max-width: 480px) {
  .show-480 {
    display: block;
  }
}
.show-1200-i {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200-i {
    display: inline;
  }
}
.show-992-i {
  display: none;
}
@media (max-width: 992px) {
  .show-992-i {
    display: inline;
  }
}
.show-768-i {
  display: none;
}
@media (max-width: 768px) {
  .show-768-i {
    display: inline;
  }
}
.show-600-i {
  display: none;
}
@media (max-width: 600px) {
  .show-600-i {
    display: inline;
  }
}
.show-480-i {
  display: none;
}
@media (max-width: 480px) {
  .show-480-i {
    display: inline;
  }
}
.show-1200-ib {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200-ib {
    display: inline-block;
  }
}
.show-992-ib {
  display: none;
}
@media (max-width: 992px) {
  .show-992-ib {
    display: inline-block;
  }
}
.show-768-ib {
  display: none;
}
@media (max-width: 768px) {
  .show-768-ib {
    display: inline-block;
  }
}
.show-600-ib {
  display: none;
}
@media (max-width: 600px) {
  .show-600-ib {
    display: inline-block;
  }
}
.show-480-ib {
  display: none;
}
@media (max-width: 480px) {
  .show-480-ib {
    display: inline-block;
  }
}
.clickthrough {
  pointer-events: none;
}
.op05 {
  opacity: 0.5;
}
.op1 {
  opacity: 1;
}
.btn {
  display: block;
  width: 290px;
  height: 35px;
  background-color: #ccab62;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 600;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
  color: #fff;
}
.owl-controls {
  margin-top: -50px !important;
}
.owl-item img {
  width: 100%;
}
.owl-dot {
  display: inline-block;
}
.owl-dot.active span {
  background: #666 !important;
  opacity: 0.9 !important;
}
.owl-dot span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 0 7px;
  opacity: 0.99;
  width: 12px;
}
.owl-dot.active span {
  background: none repeat scroll 0 0 #fff;
  opacity: 1;
}
.slideshow .owl-nav {
  position: absolute;
  width: 100%;
  top: 180px;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: 800;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 27px;
}
h4,
.h4 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 16px;
}
.uc {
  text-transform: uppercase;
}
.bold {
  font-weight: 800;
}
.animated {
  -webkit-animation-duration: 1500ms !important;
  animation-duration: 1500ms !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
header .beige-line {
  height: 10px;
  background-color: #ccab62;
  z-index: 100;
  position: relative;
}
header ul.main-menu {
  height: 110px;
  float: left;
  display: none;
}
@media (min-width: 992px) {
  header ul.main-menu {
    display: block;
  }
}
header ul.main-menu li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 6px;
  position: relative;
  top: 75px;
  text-align: center;
  height: 35px;
}
@media (max-width: 1199px) {
  header ul.main-menu li {
    margin: 0 4px 0 0;
  }
}
header ul.main-menu li.current {
  border-bottom: 6px solid #ccab62;
}
header ul.main-menu li a {
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  display: block;
  height: 34px;
}
header ul.main-menu li a:hover {
  color: #ccab62;
}
header ul.main-menu li a img {
  position: relative;
  left: 4px;
  bottom: 2px;
}
header .secondary-menu-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 5;
}
header ul.secondary-menu {
  float: left;
}
header ul.secondary-menu li {
  display: block;
  padding: 0 20px;
  text-align: left;
  height: 60px;
  width: 510px;
  background: #ccab62;
}
header ul.secondary-menu li a {
  font-size: 16px;
  padding: 19px 4px;
  display: block;
  color: #fff;
  font-weight: 600;
}
header ul.secondary-menu li a:hover {
  color: #fff;
}
header .main-logo {
  position: absolute;
  top: 50px;
  z-index: 48;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
}
@media (max-width: 991px) {
  header .main-logo {
    height: 85px;
    top: 10px;
  }
}
header .group {
  height: 110px;
}
header .dark-overlay-div {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 49;
  opacity: 0;
  right: -100%;
  top: 0;
}
header .dark-overlay-div.visible {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  right: 0;
  opacity: 1;
}
@media (min-width: 1025px) {
  header .dark-overlay-div.visible {
    display: none;
  }
}
header .mobile-menu {
  z-index: 66;
  width: 100%;
}
@media (max-width: 1024px) {
  header .mobile-menu {
    display: block;
  }
}
header .mobile-menu .toggle-menu {
  width: 45px;
  height: 36px;
  position: absolute;
  padding: 6px;
  right: 8px;
  top: 38px;
  z-index: 55;
}
@media (min-width: 992px) {
  header .mobile-menu .toggle-menu {
    display: none;
  }
}
header .mobile-menu .toggle-menu .burger {
  width: 33px;
}
header .mobile-menu .toggle-menu span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background: #666;
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  transform: rotate(0);
  top: 0;
}
header .mobile-menu .toggle-menu span:nth-of-type(3) {
  margin-bottom: 0;
}
header .mobile-menu .toggle-menu.x .burger span:nth-of-type(1) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  top: 10px;
}
header .mobile-menu .toggle-menu.x .burger span:nth-of-type(2) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header .mobile-menu .toggle-menu.x .burger span:nth-of-type(3) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  top: -8px;
}
header .pfeilunten {
  transform: rotate(90deg);
  position: absolute;
  top: 8px;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
header .pfeilunten.rotateimg {
  transform: rotate(270deg);
}
header .gallerybottomlist {
  display: none;
  padding-left: 30px;
}
header .gallerybottomlist.visible {
  display: block;
}
header .mobile-menu-elements {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  right: -100%;
  width: 50%;
  height: 100vh;
  background: #fff;
  padding-top: 45px;
  z-index: 50;
  top: 0;
}
@media (min-width: 1025px) {
  header .mobile-menu-elements {
    display: none;
  }
}
@media (max-width: 550px) {
  header .mobile-menu-elements {
    width: 75%;
  }
}
@media (max-width: 420px) {
  header .mobile-menu-elements {
    width: 90%;
  }
}
header .mobile-menu-elements.open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
}
@media (min-width: 1025px) {
  header .mobile-menu-elements.open {
    display: none;
  }
}
header .mobile-menu-elements.open nav li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  right: 0;
}
header .mobile-menu-elements.open nav li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header .mobile-menu-elements.open nav li:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
header .mobile-menu-elements.open nav li:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .mobile-menu-elements.open nav li:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
header .mobile-menu-elements.open nav li:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
header .mobile-menu-elements.open nav li:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
header .mobile-menu-elements .white-logo {
  position: absolute;
  width: 120px;
  top: 23px;
  opacity: 1;
  z-index: 5;
  display: block;
  left: 15px;
}
header .mobile-menu-elements nav {
  list-style: none;
  text-align: center;
}
header .mobile-menu-elements nav li {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: relative;
  right: -100px;
}
header .mobile-menu-elements nav li > ul {
  padding-left: 30px;
}
header .mobile-menu-elements nav a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
  float: left;
  color: #666;
  display: block;
  width: 100%;
  clear: both;
  cursor: pointer;
}
header .mobile-menu-elements nav a .arrow {
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  right: 27px;
  top: 23px;
}
header .mobile-menu-elements nav a .arrow span:nth-of-type(1) {
  width: 15px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  border-radius: 3px;
}
header .mobile-menu-elements nav a .arrow span:nth-of-type(2) {
  height: 15px;
  width: 3px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -3px;
  border-radius: 3px;
}
header .mobile-menu-elements nav .language-switch span {
  opacity: 0.5;
}
header .mobile-menu-elements nav .language-switch span.current {
  opacity: 1;
}
header .mobile-menu-elements nav #mobilelist {
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  header .mobile-top-bar {
    position: fixed;
    background: #ebebeb;
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  header .mobile-top-bar {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
header .pfeilitem {
  margin-right: 5px;
}
footer {
  background-color: #666666;
}
footer p {
  color: #fff;
}
footer .footer-menu li {
  text-transform: uppercase;
  margin: 7px 0;
}
footer .footer-menu li:first-child {
  margin-bottom: 20px;
}
footer .footer-menu li a {
  color: #fff;
  font-weight: 600;
}
footer .footerformular {
  display: inline-block;
  width: max-content;
  background-color: transparent;
  color: #ccab62;
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 600;
}
.madeby {
  background-color: #3d3d3d;
  color: #fff;
  padding-bottom: 20px;
}
.madeby p {
  font-size: 14px;
  margin-top: 20px;
}
.madeby p a {
  color: #fff;
}
.madeby p a:hover {
  color: #fff;
}
.madeby p:first-child {
  float: left;
}
.madeby p:last-child {
  float: right;
}
@media (max-width: 991px) {
  .madeby p:last-child {
    float: left;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v34-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
.shadow {
  display: block;
  margin: 0 auto;
}
.content-header {
  min-height: 250px;
}
.content-header h1 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 90px;
  color: #ccab62;
}
@media (max-width: 600px) {
  .owl-nav {
    display: none;
  }
}
.slideshow {
  height: 420px;
}
.slideshow .slide {
  height: 420px;
  background-size: cover;
}
.slideshow .slide h1 {
  padding-top: 130px;
  padding-bottom: 20px;
}
.slideshow .slide h1,
.slideshow .slide p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 549px) and (max-width: 599px) {
  .slideshow .slide p {
    padding: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 743px) {
  .slideshow .slide p {
    padding: 0 98px;
  }
}
.sponsors {
  background-color: #fff;
  padding-bottom: 20px;
}
.sponsors .row p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.sponsors .owl-controls {
  display: none;
}
.sponsors .slide img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
.col-md-10.col-md-push-1 ul {
  list-style: disc !important;
  padding-left: 25px;
  margin-top: 12px;
}
.customers a {
  display: block;
  color: #666;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .customers a {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
.customers a img {
  width: 80px;
}
.customers .wrapper {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 18px 0;
}
.news-list {
  margin-bottom: 60px;
}
.news-list li {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.news-list .date {
  color: #ccab62;
  font-size: 16px;
}
.news-list .h4 {
  color: #666;
  font-size: 27px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 18px;
}
.top-table {
  margin-top: 30px;
  width: 700px;
  margin: 120px auto 10px;
  text-align: center;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .top-table {
    display: block;
  }
}
.top-table .btn:hover {
  background-color: #ccab62 !important;
}
.top-table .btn.grey {
  background-color: #666666;
}
.top-table .btn.middle {
  margin: 0 auto 0;
}
.top-table .btn.d-ib {
  display: inline-block;
  width: 180px;
  margin: 0 15px;
}
.top-table .lnk {
  position: absolute;
  background-color: #666;
  color: #fff;
  height: 35px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 600;
  top: 75px;
  right: -33px;
  padding: 7px 25px;
}
.top-table .lnk:hover {
  background-color: #ccab62 !important;
}
.top-table .lnk span {
  width: 46px;
  background: #bababa;
  height: 3px;
  display: block;
  position: absolute;
  left: -46px;
  top: 15px;
}
.top-table .lines {
  line-height: 1px;
}
.top-table .line {
  width: 3px;
  background: #bababa;
  height: 40px;
  margin: 0 auto;
}
.top-table .line.d-ib {
  display: inline-block;
  margin: 0 68px;
}
.mobile-diagram {
  margin: 0 auto;
  width: max-content;
}
.top-table-mobile {
  margin-top: 30px;
  margin: 120px auto 10px;
  text-align: center;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .top-table-mobile {
    display: block;
  }
}
.top-table-mobile .btn:hover {
  background-color: #ccab62 !important;
}
.top-table-mobile .btn.grey {
  background-color: #666666;
}
.top-table-mobile .btn.d-ib {
  display: inline-block;
  width: 180px;
  margin: 0 15px;
}
.top-table-mobile .lnk {
  position: absolute;
  background-color: #666;
  color: #fff;
  height: 35px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 600;
  top: 154px;
  left: 46px;
  padding: 7px 25px;
}
.top-table-mobile .lnk:hover {
  background-color: #ccab62 !important;
}
.top-table-mobile .lnk span {
  height: 44px;
  background: #bababa;
  width: 3px;
  display: block;
  position: absolute;
  left: 85px;
  top: -44px;
}
.top-table-mobile #fachausschussekontrolle {
  position: absolute;
  top: 306px;
  left: 32px;
}
.top-table-mobile #fachausschusseifs {
  position: absolute;
  top: 382px;
  left: 32px;
}
.top-table-mobile #fachausschusseKLASSIFIZIERUNG {
  position: absolute;
  top: 458px;
  left: 32px;
}
.top-table-mobile .lines {
  line-height: 1px;
}
.top-table-mobile .line {
  width: 3px;
  background: #bababa;
  height: 40px;
}
.top-table-mobile #lasstli {
  height: 12px;
}
.top-table-mobile .line.d-ib {
  width: 44px;
  background: #bababa;
  height: 3px;
  display: block;
  position: absolute;
  left: 3px;
  top: 321px;
}
.top-table-mobile #ibkontrolline {
  top: 323px;
}
.top-table-mobile #ibifs {
  top: 398px;
}
.top-table-mobile #ibKLASSIFIZIERUNG {
  top: 474px;
}
form label {
  width: 190px;
  margin-bottom: 3px;
}
form input {
  display: block;
  border: solid 1px;
  margin-bottom: 16px;
  width: 50%;
}
form .mb-5 {
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
form #gremiumParagraph {
  margin-bottom: 16px;
}
form #Form_RegistrationForm_gremium_Ja,
form #Form_RegistrationForm_gremium_Nein {
  float: left;
  width: max-content;
}
@media (min-width: 992px) {
  #Vorstandfoto {
    width: 100%;
  }
}
.DirectorsPage main {
  padding-bottom: 60px;
}
.GremienPage main {
  padding-bottom: 60px;
}
.ContactPage main {
  padding-bottom: 60px;
}
#MemberLoginForm_LoginForm label {
  float: unset;
}
#MemberLoginForm_LoginForm .checkbox {
  width: max-content;
  left: 10px;
}
.RegistrationFormPage main {
  padding-bottom: 43px;
}
/*# sourceMappingURL=style.css.map */