@charset "UTF-8";
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100%; /* Width of the dropdown button */
  height: 51px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
  font-family: "TheSans", sans-serif;
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  font-size: 20px;
  font-family: "TheSans", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 50px;
}

.selectboxit .selectboxit-option-icon-container {
  display: none;
  margin-left: 8px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%; /* Minimum Width of the dropdown list box options */
  width: 100%;
  max-height: 400px;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  box-shadow: 0 0 5px #ccc;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  position: absolute;
  top: 22px;
  right: 13px;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: white;
  border-radius: 3px;
  margin: 0;
  position: relative;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 28px;
  height: 12px;
  background: url("/static/img/svg/arrow_down_light.svg") 100% no-repeat;
}

.selectboxit-list {
  background-color: #ffffff;
  border-radius: 3px;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
  padding: 8px 20px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #ebebeb;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.map-info-bar {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 80px;
  background-color: #019349;
  position: relative;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.map-info-bar.top-bar-closed {
  max-height: 0;
}
.map-info-bar button {
  transform: translateY(-50%);
  top: 50%;
  bottom: 0;
  right: 0;
  height: 60px;
  position: absolute;
}
.map-info-bar .svg-use,
.map-info-bar .cls-1,
.map-info-bar .cls-2 {
  fill: white;
}
.map-info-bar p {
  padding: 15px;
  padding-bottom: 17px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .map-info-bar button {
    transform: translateY(0);
    top: -8px;
    right: 0;
  }
  .map-info-bar p {
    font-size: 13px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.map-root {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.search-map {
  background-color: white;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 148px;
}
@media (max-width: 991px) {
  .search-map {
    padding-top: 212px;
  }
}
@media (max-width: 767px) {
  .search-map {
    padding-top: 60px;
    background-color: #323232;
    overflow: hidden;
    min-height: 500px;
  }
}
.search-map .ig-header {
  height: 200px;
  min-height: 0;
}
.search-map .burger-menu-wrapper {
  margin-right: 18px;
}
.search-map .ig-header-top-right a.active {
  color: #bbbdc0;
}
.search-map .ig-header-top-right a:hover {
  color: #bbbdc0;
}
.search-map .ig-header-top-right svg:hover .svg-use,
.search-map .ig-header-top-right svg:hover .cls-1,
.search-map .ig-header-top-right svg:hover .cls-2 {
  fill: #bbbdc0;
}

.header {
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.header h1 {
  float: left;
  margin: 22px;
  font-family: "TheSerif", serif;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .header h1 {
    display: none;
  }
}

.panel-right {
  height: 100%;
  position: absolute;
  transition: left 0.2s ease-out;
  left: 314px;
  right: 0;
  top: 0;
  z-index: 100;
  border-top: 4px solid white;
}
@media (max-width: 767px) {
  .panel-right {
    background-color: white;
    left: 0;
    height: auto;
    transition: transform 0.2s ease-out;
    top: 160px;
    bottom: 0;
    position: absolute;
  }
}

.search-bar {
  background-color: white;
  display: flex;
  position: absolute;
  left: 310px;
  right: 0;
  top: 88px;
  z-index: 101;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .search-bar {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .search-bar {
    display: block;
    height: auto;
    position: static;
  }
}

.mapwrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .mapwrapper {
    top: 0;
  }
}

.map {
  height: 100%;
}

.content {
  width: 100%;
  top: 148px;
  bottom: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .content {
    top: 212px;
  }
}
@media (max-width: 767px) {
  .content {
    z-index: 1;
    display: block;
    height: auto;
    position: static;
  }
}

.filter-panel-hidden .filter {
  transform: translate(-310px, 0);
}
@media (max-width: 767px) {
  .filter-panel-hidden .filter {
    transform: translate(0, 0);
  }
}
.filter-panel-hidden .panel-right {
  left: 0;
}
.filter-panel-hidden .filter-title-wrapper .close {
  transform: rotate(-90deg);
}

.filter {
  transition: transform 0.2s ease-out;
  width: 310px;
  height: 100%;
  background-color: #323232;
  color: white;
  overflow: hidden;
}
@media (max-width: 991px) {
  .filter {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .filter {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
}
.filter img {
  width: 20px;
  height: 20px;
}
.filter .filter-criteria {
  margin-top: -1px;
  min-height: 75px;
  border: 1px solid #3c3c3b;
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .filter .filter-criteria {
    min-height: 0;
  }
}
.filter .filter-criteria img {
  width: 18px;
  margin-right: 24px;
  margin-top: 16px;
  float: right;
}
.filter .filter-criteria label {
  position: relative;
  width: 190px;
  margin-left: 72px;
  margin-top: 12px;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .filter .filter-criteria label {
    font-size: 15px;
    margin-left: 56px;
    width: 60%;
  }
}

.filter-title-wrapper {
  background-color: #323232;
  overflow: hidden;
  width: 310px;
  min-width: 310px;
  max-width: 310px;
  padding-right: 4px;
  flex-shrink: inherit;
  position: absolute;
  left: 0;
  top: 88px;
  color: white;
  cursor: pointer;
  z-index: 10;
  border-bottom: 1px solid #3c3c3b;
}
.filter-title-wrapper .close {
  transform: rotate(90deg);
  height: 60px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .filter-title-wrapper .close {
    display: none;
  }
}
@media (max-width: 991px) {
  .filter-title-wrapper {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .filter-title-wrapper {
    position: static;
    width: 100%;
    height: 0;
    max-width: 100%;
    transition: max-height 0.2s ease-in-out;
    border-top: 1px solid #3c3c3b;
    border-bottom: none;
  }
}
.filter-title-wrapper button {
  width: 60px;
  float: right;
  height: 100%;
}
.filter-title-wrapper img, .filter-title-wrapper h4 {
  float: left;
}
.filter-title-wrapper h4 {
  user-select: none;
}
@media (max-width: 767px) {
  .filter-title-wrapper h4 {
    display: none;
  }
}
.filter-title-wrapper h3 {
  margin-top: 0;
  padding-top: 87px;
  margin-bottom: 12px;
  margin-left: 33px;
  font-family: "TheSerif", serif;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  .filter-title-wrapper h3 {
    padding-top: 16px;
    font-size: 15px;
    margin-left: 15px;
    font-family: "TheSans", sans-serif;
  }
}
.filter-title-wrapper img {
  width: auto;
  padding: 17px;
  margin-left: 14px;
  height: 60px;
}
@media (max-width: 767px) {
  .filter-title-wrapper img {
    display: none;
  }
}

.input-region-wrapper {
  width: 25%;
  min-width: 260px;
}
@media (max-width: 991px) {
  .input-region-wrapper {
    width: 50%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .input-region-wrapper {
    width: 100%;
  }
  .input-region-wrapper select {
    width: 100% !important;
  }
}

.input-address-wrapper,
.input-name-wrapper {
  position: relative;
  width: 25%;
  height: 60px;
  padding-right: 4px;
  font-size: 25px;
  font-family: "TheSans", sans-serif;
  font-weight: 300;
  overflow: hidden;
}
.input-address-wrapper.has-input .btn-reset,
.input-name-wrapper.has-input .btn-reset {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .input-address-wrapper,
  .input-name-wrapper {
    width: 100%;
    height: 50px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
  }
}
.input-address-wrapper input,
.input-name-wrapper input {
  background-color: #dcdcdc;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 48px;
}
.input-address-wrapper input::-webkit-input-placeholder,
.input-name-wrapper input::-webkit-input-placeholder {
  color: black;
}
.input-address-wrapper input::-moz-placeholder,
.input-name-wrapper input::-moz-placeholder {
  color: black;
}
.input-address-wrapper input:-ms-input-placeholder,
.input-name-wrapper input:-ms-input-placeholder {
  color: black;
}
.input-address-wrapper input:-moz-placeholder,
.input-name-wrapper input:-moz-placeholder {
  color: black;
}
.input-address-wrapper .btn-reset,
.input-name-wrapper .btn-reset {
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.input-address-wrapper img, .input-address-wrapper button,
.input-name-wrapper img,
.input-name-wrapper button {
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.input-address-wrapper .btn-address-search,
.input-address-wrapper .btn-name-search,
.input-name-wrapper .btn-address-search,
.input-name-wrapper .btn-name-search {
  padding: 16px;
}
@media (max-width: 767px) {
  .input-address-wrapper .btn-address-search,
  .input-address-wrapper .btn-name-search,
  .input-name-wrapper .btn-address-search,
  .input-name-wrapper .btn-name-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.input-name-wrapper .btn-name-search {
  display: none;
}
@media (max-width: 991px) {
  .input-name-wrapper {
    width: 50%;
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .input-name-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
  }
  .input-name-wrapper .btn-name-search {
    display: inherit;
  }
  .input-name-wrapper input {
    padding-left: 56px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .input-name-wrapper input {
    background-color: #323232;
    color: white;
    border-top: 1px solid #3c3c3b;
  }
  .input-name-wrapper input::-webkit-input-placeholder {
    color: white;
  }
  .input-name-wrapper input::-moz-placeholder {
    color: white;
  }
  .input-name-wrapper input:-ms-input-placeholder {
    color: white;
  }
  .input-name-wrapper input:-moz-placeholder {
    color: white;
  }
}

.input-address-wrapper {
  width: 50%;
  padding-left: 4px;
}
@media (max-width: 991px) {
  .input-address-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .input-address-wrapper {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.input-address-wrapper input {
  padding-left: 56px;
}

.advanced-search {
  display: none;
  position: relative;
  background-color: #323232;
}
.advanced-search button {
  float: right;
}
.advanced-search button.btn-collapse {
  padding: 19px;
  position: absolute;
  right: 0;
  height: 100%;
  transition: transform 0.2s ease-out;
}
@media (max-width: 767px) {
  .advanced-search button.btn-collapse {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.advanced-search h1 {
  display: inline-block;
  color: white;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .advanced-search {
    overflow: hidden;
    display: inherit;
  }
}

.btn-advanced-search-wrapper {
  height: 64px;
  position: relative;
}
.btn-advanced-search-wrapper .btn-advanced-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
@media (max-width: 767px) {
  .btn-advanced-search-wrapper {
    display: inherit;
  }
}

.btn-advanced-search {
  background-color: #019349;
  margin-right: 11px;
  margin-top: 11px;
  font-size: 12px;
  font-family: "TheSerif", serif;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  width: auto;
  display: none;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .btn-advanced-search {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .unfolded.search-map {
    min-height: 700px;
  }
}
.unfolded .advanced-search button.btn-collapse {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .unfolded .panel-right {
    transform: translateY(100%);
  }
}

@media (max-width: 767px) {
  .controls-hidden .input-name-wrapper,
  .controls-hidden .input-region-wrapper,
  .controls-hidden .filter,
  .controls-hidden .filter-title-wrapper {
    display: none;
  }
}

.map-zoom-wrapper {
  margin-top: 4px;
  margin-right: 4px;
  width: 40px;
}

.map-zoom-button {
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  cursor: pointer;
  position: relative;
  margin-bottom: 4px;
}
.map-zoom-button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #6d6e70;
}
.map-zoom-button.plus:after {
  content: "+";
}
.map-zoom-button.minus:after {
  content: "-";
}

.gm-style .gm-style-iw + div {
  width: 21px !important;
  height: 21px !important;
  top: 21px !important;
  padding: 8px;
  background: white url("/static/img/svg/ic-btn-close.svg");
  background-size: cover;
}
.gm-style .gm-style-iw + div img {
  display: none;
}

.gm-style-iw a,
.gm-style-iw a:visited,
.gm-style-iw a:active {
  color: #019349;
}
.gm-style-iw div {
  overflow: hidden;
}

.info-content {
  word-wrap: break-word;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  font-family: "TheSans", sans-serif;
  padding: 10px;
}
.info-content .is_training_company, .info-content .is_non_member {
  font-size: 14px;
  font-weight: bold;
}

.info-icons {
  margin-top: 26px;
}
.info-icons img {
  margin-right: 4px;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #333333;
}

.is_training_company + .info-icons,
.is_non_member + .info-icons {
  margin-top: 12px;
}

.selectboxit-text {
  max-width: calc(100% - 60px) !important;
}

.selectboxit-container .selectboxit {
  height: 60px;
}
@media (max-width: 767px) {
  .selectboxit-container .selectboxit {
    height: 50px;
  }
}

.selectboxit-btn {
  width: 26%;
  border-radius: 0;
  background-color: #ececec;
}
@media (max-width: 767px) {
  .selectboxit-btn {
    background-color: #323232;
    border-top: 1px solid #3c3c3b;
    color: white;
  }
}
@media (max-width: 767px) {
  .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover {
    background-color: #323232;
    color: white;
  }
}

.selectboxit-container span {
  font-size: 25px;
  font-family: "TheSans", sans-serif;
  line-height: 30px;
}
@media (max-width: 767px) {
  .selectboxit-container span {
    font-size: 15px;
    font-weight: normal;
  }
}

.selectboxit-options a {
  font-size: 1.313rem;
  font-family: "TheSerif", serif;
  margin-top: 7px;
}

.selectboxit-container .selectboxit-options {
  width: 100px;
  margin: 0;
}

@media (max-width: 767px) {
  .selectboxit-default-arrow {
    width: 20px;
    height: 16px;
  }
}

.selectboxit-default-arrow {
  width: 20px;
  height: 12px;
  background: url("/static/img/svg/ig-arrow-down.svg") 100% no-repeat;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  position: absolute;
  top: 26px;
  right: 20px;
}
@media (max-width: 767px) {
  .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 20px;
  }
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 11px;
}

.selectboxit-list {
  border-radius: 0;
}

.lightbox-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  z-index: 1000;
}

.lightbox-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.lightbox-box .alert {
  width: 80%;
  max-width: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox-box .top {
  position: relative;
  height: 200px;
  background-color: #af133b;
}
.lightbox-box .top .lightbox-close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.lightbox-box .top .lightbox-close > img {
  width: 25px;
  height: 28px;
}
.lightbox-box .top > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
}
@media (max-width: 767px) {
  .lightbox-box .top {
    height: 70px;
  }
  .lightbox-box .top > img {
    width: 50px;
    height: 50px;
  }
}
.lightbox-box .bottom {
  position: relative;
  height: 145px;
  background-color: white;
  font-family: "TheSerif", serif;
}
.lightbox-box.lightbox-no-results a,
.lightbox-box.lightbox-no-results a:visited,
.lightbox-box.lightbox-no-results a:active, .lightbox-box.lightbox-impressum a,
.lightbox-box.lightbox-impressum a:visited,
.lightbox-box.lightbox-impressum a:active {
  color: black;
}
.lightbox-box.lightbox-no-results .top span, .lightbox-box.lightbox-impressum .top span {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "TheSerif", serif;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: white;
}
.lightbox-box.lightbox-no-results .top {
  background-color: #3c3c3b;
}
.lightbox-box.lightbox-no-results .top span {
  font-size: 30px;
}
.lightbox-box.lightbox-no-results .bottom {
  color: #3c3c3b;
  padding: 66px 44px 44px;
  height: auto;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .lightbox-box.lightbox-no-results .bottom {
    padding: 53px 14px 14px;
  }
}
.lightbox-box.lightbox-no-results .bottom h2 {
  margin: 0 0 58px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .lightbox-box.lightbox-no-results .bottom h2 {
    margin: 0 0 38px;
  }
}
.lightbox-box.lightbox-no-results .bottom h3 {
  margin: 0;
  font-size: 16px;
}
.lightbox-box.lightbox-impressum .bottom {
  height: 355px;
}
.lightbox-box.lightbox-impressum .bottom span {
  white-space: pre-wrap;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .lightbox-box.lightbox-impressum .bottom span {
    font-size: 15px;
    line-height: 19px;
  }
}

@font-face {
  font-family: "TheSerif";
  src: url("/static/fonts/TheSerif_300_.eot?#iefix") format("embedded-opentype"), url("/static/fonts/TheSerif_300_.woff") format("woff"), url("/static/fonts/TheSerif_300_.svg#TheSerif_300_") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TheSerif";
  src: url("/static/fonts/TheSerif-HP5Plain.eot?#iefix") format("embedded-opentype"), url("/static/fonts/TheSerif-HP5Plain.otf") format("opentype"), url("/static/fonts/TheSerif-HP5Plain.woff") format("woff"), url("/static/fonts/TheSerif-HP5Plain.ttf") format("truetype"), url("/static/fonts/TheSerif-HP5Plain.svg#TheSerif-HP5Plain") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TheSerif";
  src: url("/static/fonts/TheSerif-HP7Bld.eot?#iefix") format("embedded-opentype"), url("/static/fonts/TheSerif-HP7Bld.otf") format("opentype"), url("/static/fonts/TheSerif-HP7Bld.woff") format("woff"), url("/static/fonts/TheSerif-HP7Bld.ttf") format("truetype"), url("/static/fonts/TheSerif-HP7Bld.svg#TheSerif-HP7Bld") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TheSans";
  font-weight: normal;
  src: url("/static/fonts/TheSans_B2_500_.eot") format("embedded-opentype"), url("/static/fonts/TheSans_B2_500_.woff") format("woff"), url("/static/fonts/TheSans_B2_500_.svg") format("svg");
}
@font-face {
  font-family: "TheSans";
  font-weight: 300;
  src: url("/static/fonts/TheSans_B2_300_.eot") format("embedded-opentype"), url("/static/fonts/TheSans_B2_300_.woff") format("woff"), url("/static/fonts/TheSans_B2_300_.svg") format("svg");
}
@font-face {
  font-family: "TheSans";
  font-weight: bold;
  src: url("/static/fonts/TheSans_B2_600_.eot") format("embedded-opentype"), url("/static/fonts/TheSans_B2_600_.woff") format("woff"), url("/static/fonts/TheSans_B2_600_.svg") format("svg");
}
#djDebug {
  display: none !important;
}

a,
a:visited,
a:active {
  color: white;
}

input:focus,
a:focus,
button:focus {
  outline: none;
}

body {
  background: #f7f7f7;
  font-family: "TheSans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ig-header-wrapper {
  width: 100%;
  height: 75vh;
  max-height: 1600px;
  overflow: hidden;
  transition-property: max-height, min-height;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.ig-header-wrapper[data-ignore-hero=true] {
  height: 88px;
}
@media (max-width: 767px) {
  .ig-header-wrapper[data-ignore-hero=true] {
    height: 59px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .ig-header-wrapper {
    min-height: auto;
  }
}
.ig-header-wrapper .container {
  height: 100%;
}
@media (min-width: 1250px) {
  .ig-header-wrapper .container.home {
    margin-right: 194px;
  }
}

.ig-header-bar {
  z-index: 2;
  width: 100%;
  background-color: white;
  height: 88px;
  position: absolute;
}
@media (max-width: 767px) {
  .ig-header-bar {
    height: 59px;
  }
}

.ig-header-holder {
  z-index: 4;
  position: relative;
  width: 60%;
  float: right;
  margin-right: 52px;
}
@media (max-width: 991px) {
  .ig-header-holder {
    margin-right: 0;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .ig-header-holder {
    margin-right: 0;
  }
}

.ig-header {
  height: 75vh;
  overflow: hidden;
  position: relative;
  text-align: right;
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .ig-header {
    min-height: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 364px) {
  .ig-header {
    min-height: 350px;
  }
}
.ig-header[data-ignore-hero=true] {
  height: 88px;
}
.ig-header .ig-header-banner-holder {
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: #333;
  top: 45px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ig-header .ig-header-banner-holder {
    top: 51px;
  }
}
.ig-header .ig-header-banner-holder .ig-header-banner.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ig-header .ig-header-banner-holder .ig-header-banner.compat-object-fit img {
  display: none;
}
.ig-header .ig-header-banner-holder .ig-header-banner img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-height: 980px) {
  .ig-header .ig-header-banner-holder .ig-header-banner img {
    width: 100%;
    height: auto;
  }
}
.ig-header .ig-header-banner-holder .ig-header-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.ig-header .ig-header-banner-holder #slideshow-desktop {
  display: block;
}
@media (max-width: 767px) {
  .ig-header .ig-header-banner-holder #slideshow-desktop {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .ig-header .ig-header-banner-holder #slideshow-desktop {
    display: block;
  }
}
.ig-header .ig-header-banner-holder #slideshow-mobile {
  display: none;
}
@media (max-width: 767px) {
  .ig-header .ig-header-banner-holder #slideshow-mobile {
    display: block;
  }
}
@media screen and (orientation: landscape) {
  .ig-header .ig-header-banner-holder #slideshow-mobile {
    display: none;
  }
}
.ig-header .ig-zukunft {
  display: block;
  position: absolute;
  bottom: 75px;
  right: 0;
}
.ig-header .ig-zukunft img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .ig-header .ig-zukunft {
    bottom: 50px;
  }
  .ig-header .ig-zukunft img {
    height: 42px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .ig-header .ig-zukunft {
    bottom: 20px;
  }
}
.ig-header .ig-header-search {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ig-header .ig-header-search .ig-header-search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 10;
  position: absolute;
  text-align: left;
  padding-top: max(40vw, 150px);
  width: 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .ig-header .ig-header-search .ig-header-search-wrapper {
    align-items: flex-start;
    padding-top: 0;
    width: 750px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: min(10vh, 150px);
  }
}
@media (min-width: 992px) {
  .ig-header .ig-header-search .ig-header-search-wrapper {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: min(10vh, 200px);
  }
}
@media (min-width: 1200px) {
  .ig-header .ig-header-search .ig-header-search-wrapper {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: min(15vh, 200px);
  }
}
.ig-header .ig-header-search h2 {
  text-align: left;
  font-family: "TheSerif", serif;
  color: white;
  font-size: 53px;
  line-height: 56px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 4px rgba(8, 4, 4, 0.6509803922);
}
.ig-header .ig-search-field {
  position: relative;
  display: inline-block;
  height: 54px;
  width: 474px;
  background-color: white;
}
@media (min-width: 768px) {
  .ig-header .ig-search-field {
    margin-left: 120px;
  }
}
.ig-header .ig-search-field input {
  position: absolute;
  box-sizing: border-box;
  width: -webkit-calc(100% - 54px);
  width: calc(100% - 54px);
  left: 0;
  right: 54px;
  height: 100%;
  padding: 13.5px;
  border: none;
  font-size: 18px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.ig-header .ig-search-field input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ig-header .ig-search-field input:focus:-moz-placeholder {
  color: transparent;
}
.ig-header .ig-search-field input:focus::-moz-placeholder {
  color: transparent;
}
.ig-header .ig-search-field input:focus:-ms-input-placeholder {
  color: transparent;
}
.ig-header .ig-search-field button {
  background: #af133b;
  display: block;
  width: 54px;
  height: 54px;
  padding: 15px;
  border: 0;
  float: right;
  cursor: pointer;
}
.ig-header .ig-search-field button:after {
  content: "";
  display: block;
  clear: both;
}
.ig-header .ig-arrow-down {
  width: 88px;
  height: 88px;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: 40px;
  animation: sdb05 2.5s infinite;
}
@media (max-width: 767px) {
  .ig-header .ig-arrow-down {
    bottom: 20px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .ig-header .ig-arrow-down {
    bottom: 20px;
  }
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .ig-header .ig-header-search h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .ig-header .ig-search-field {
    width: 100%;
    max-width: 300px;
    height: 44px;
  }
  .ig-header .ig-search-field input {
    height: 44px;
    padding: 11px;
  }
  .ig-header .ig-search-field button {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
  .ig-header .ig-arrow-down {
    width: 54px;
    height: 54px;
    margin-left: -30px;
  }
}

.ig-header-top-right {
  margin-top: 8px;
}
.ig-header-top-right a,
.ig-header-top-right a:link,
.ig-header-top-right a:visited {
  color: #3c3c3b;
  font-weight: bold;
  font-size: 15px;
  margin: 3px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ig-header-top-right a:hover {
  color: #bbbdc0;
}
.ig-header-top-right svg:hover .svg-use,
.ig-header-top-right svg:hover .cls-1,
.ig-header-top-right svg:hover .cls-2 {
  fill: #bbbdc0;
}
.ig-header-top-right a.ig-header-impressum,
.ig-header-top-right a.ig-header-home {
  margin-left: 25px;
}
.ig-header-top-right a.active {
  color: #bbbdc0;
}
.ig-header-top-right .lang {
  margin-left: 30px;
  margin-right: 24px;
  display: inline;
}
.ig-header-top-right .ig-icon-close {
  transform: translate(0, 12px);
  margin-left: 10px;
  display: none;
  padding: 5px;
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .ig-header-top-right .ig-icon-close {
    margin-left: -10px;
  }
}

.ig-icon-facebook {
  width: 25px;
  height: 25px;
  transform: translate(0, 7px);
}

.ig-icon-map {
  width: 56px;
  height: 44px;
  transform: translate(0, 12px);
}
@media (max-width: 767px) {
  .ig-icon-map {
    width: 46px;
    height: 36px;
    transform: translate(0, 10px);
  }
}

.ig-icon-burger {
  width: 36px;
  height: 25px;
  transform: translate(0, 12px);
  margin-left: 13px;
}

.svg-use,
.cls-1,
.cls-2 {
  fill: #3c3c3b;
}

svg.active .svg-use,
svg.active .cls-1,
svg.active .cls-2 {
  fill: #bbbdc0;
}

button {
  background: none;
  border: none;
  padding: 15px 20px;
  width: 60px;
  font-size: 2px;
}
button .ig-icon-close {
  width: 100%;
  height: 100%;
}
button .svg-use,
button .cls-1,
button .cls-2 {
  fill: #6d6e70;
}
@media (max-width: 767px) {
  button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.burger-menu-wrapper {
  display: none;
}
.burger-menu-wrapper .ig-icon-map {
  transform: translate(0, 14px);
}
@media (max-width: 767px) {
  .burger-menu-wrapper {
    display: inherit;
  }
  .burger-menu-wrapper a {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .ig-header-holder {
    width: 100%;
  }
  .ig-header-holder .ig-header-top-right-wrapper {
    padding-right: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    height: 107px;
    transform: translate(0, -107px);
    transition: transform 0.2s ease-out;
    z-index: 11;
  }
  .ig-header-holder .ig-header-top-right-wrapper.active {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .ig-header-holder .ig-header-top-right {
    margin-top: 2px;
    z-index: 20;
  }
  .ig-header-holder .ig-header-top-right .lang {
    margin-left: 0;
    margin-right: 10px;
  }
  .ig-header-holder .ig-header-top-right a {
    margin: 10px;
  }
  .ig-header-holder .ig-header-top-right .ig-header-close {
    margin-right: 0;
  }
  .ig-header-holder .ig-header-top-right a.active {
    color: #bbbdc0;
  }
  .ig-header-holder .ig-header-top-right .ig-icon-close {
    display: inherit;
  }
  .ig-header-holder .ig-header-top-right .ig-header-fb,
  .ig-header-holder .ig-header-top-right .ig-header-impressum {
    display: none;
  }
}

.ig-header-instagram {
  margin-right: 10px !important;
}

.mobile-footer {
  background-color: #af133b;
  padding: 10px 15px 15px;
  display: none;
}
.mobile-footer a,
.mobile-footer a:link,
.mobile-footer a:visited {
  color: white;
}
.mobile-footer a:hover {
  color: #3c3c3b;
}
.mobile-footer .svg-use,
.mobile-footer .cls-1,
.mobile-footer .cls-2 {
  fill: white;
}
.mobile-footer svg:hover .svg-use,
.mobile-footer svg:hover .cls-1,
.mobile-footer svg:hover .cls-2 {
  fill: #3c3c3b;
}
.mobile-footer .ig-header-top-right-wrapper {
  margin-left: auto;
}
.mobile-footer .ig-header-top-right {
  margin-top: 0;
}
.mobile-footer .ig-header-home,
.mobile-footer .ig-icon-map,
.mobile-footer .lang {
  display: none;
}
@media (max-width: 767px) {
  .mobile-footer {
    display: inherit;
  }
}

.ig-teasers {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ig-teasers {
    margin-top: 50px;
  }
}

.grid-container {
  margin-top: 20px;
}

.ig-header-fb img {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

label {
  cursor: pointer;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]::-ms-clear {
  display: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  clear: both;
  display: inline-block;
}

input[type=checkbox] + label:before {
  position: absolute;
  left: -38px;
  top: 5px;
  z-index: 10;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/static/img/svg/ig-checkbox.svg") no-repeat 0 0;
}

input[type=checkbox]:checked + label:before {
  background: url("/static/img/svg/ig-checkbox-selected.svg") no-repeat 0 0;
}

.ig-close-btn {
  position: absolute;
  display: block;
  right: 15px;
  top: 50px;
  cursor: pointer;
  z-index: 10;
}
.ig-close-btn img {
  width: 25px;
  height: 28px;
}

.custom-box-block {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 780px;
  position: relative;
  font-family: "TheSans", sans-serif;
  cursor: pointer;
}
.custom-box-block:hover a img {
  opacity: 0.8;
}
.custom-box-block a img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: opacity 0.2s ease-in-out;
}
.custom-box-block a,
.custom-box-block a:link,
.custom-box-block a:visited,
.custom-box-block a:active {
  text-decoration: none;
  color: inherit;
}
.custom-box-block a:first-child {
  display: block;
  background-color: black;
}
.custom-box-block .padder {
  padding: 0 16px 20px 16px;
}
.custom-box-block .padder .arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  height: 20px;
  margin-top: -10px;
}
.custom-box-block .padder .arrow img {
  display: block;
  height: 20px;
  width: 10px;
}
.custom-box-block .button {
  position: absolute;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 16px;
  bottom: 0;
  text-transform: uppercase;
}
.custom-box-block h2 {
  font-family: "TheSerif", serif;
  font-weight: bold;
  line-height: 31px;
  font-size: 26px;
  margin-top: 23px;
  margin-bottom: 16px;
}
.custom-box-block div.p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .custom-box-block {
    height: 71px;
  }
  .custom-box-block a img {
    float: left;
    width: 95px;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .custom-box-block .padder {
    padding: 0;
    margin: 7px 0;
    height: 57px;
  }
  .custom-box-block .padder h2 {
    margin: 0;
    padding-left: 7px;
    padding-right: 20px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 57px; /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.1875;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.text-container {
  margin-right: 34%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-container {
    margin-right: 0;
  }
}
.text-container h1 {
  font-family: "TheSerif", serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 16px;
  line-height: 48px;
  font-size: 40px;
  margin: 0px;
}
@media (max-width: 767px) {
  .text-container h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.text-container p {
  font-family: "TheSans", sans-serif;
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-container p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .text-container .quote {
    font-family: "TheSans", sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
}

.grid-container {
  margin: 0 -15px;
}

.grid-item-1,
.grid-item-2 {
  padding: 15px;
  float: left;
}

.grid-item-1 {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .grid-item-1 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-item-1 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.grid-item-1.sizer {
  padding: 0;
}

.ig-footer {
  overflow: hidden;
}
.ig-footer .logo-container {
  float: right;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  width: 393px;
  height: 120px;
  padding: 0;
}
.ig-footer .logo-container .logo {
  position: absolute;
  width: 285px;
  height: auto;
  left: 108px;
}
.ig-footer .logo-container .slogan {
  position: absolute;
  top: 69px;
  right: 162px;
  line-height: 0.85rem;
  font-size: 14px;
  text-align: right;
  color: #3c3c3b;
}
.ig-footer .logo-container a:hover,
.ig-footer .logo-container a:visited,
.ig-footer .logo-container a:link,
.ig-footer .logo-container a:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ig-footer.container {
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  .logo-container {
    margin-right: -80px;
    transform: scale(0.6);
  }
  .row .col-xs-6 {
    width: 100%;
  }
  .row .col-xs-6:first-child {
    margin-bottom: 0;
  }
  .row .col-xs-6:first-child ul {
    margin-bottom: 0;
  }
}
.head-less {
  background: white;
}
.head-less .map-info-bar,
.head-less .content .filter,
.head-less .header,
.head-less .filter-title-wrapper,
.head-less .search-bar {
  display: none;
}
.head-less .search-map {
  background: none;
}
.head-less .mapwrapper {
  position: fixed;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}

.ws_hidden_desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .ws_hidden_desktop {
    display: flex !important;
  }
}

.ws_hidden_mobile {
  display: flex !important;
}
@media (max-width: 767px) {
  .ws_hidden_mobile {
    display: none !important;
  }
}

.ws_wrapper {
  font-family: "TheSerif", serif;
  background-color: white;
}
.ws_wrapper h1,
.ws_wrapper p {
  margin: 0px;
}
.ws_wrapper h1 {
  font-size: 53px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ws_wrapper h1 {
    font-size: 29px;
  }
}
.ws_wrapper p,
.ws_wrapper a {
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ws_wrapper p,
  .ws_wrapper a {
    font-size: 14px;
  }
}
.ws_wrapper a {
  color: black;
}
.ws_wrapper button {
  font-family: "TheSans", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  width: auto;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cc002f;
  border-radius: 50px;
  padding: 26px 35px;
}
@media (max-width: 767px) {
  .ws_wrapper button {
    font-size: 12px;
    padding: 20px 25px;
  }
}

.ws_max_width {
  display: flex;
  flex-direction: column;
  max-width: 1270px;
  margin: 0 auto;
}

.ws_header {
  background: url("/static/img/worldskills/background.png") no-repeat 0 0;
  min-height: 500px;
  max-width: 3000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 0px 33px;
}
@media (max-width: 1200px) {
  .ws_header {
    background-position: -880px 0px;
  }
}
@media (max-width: 991px) {
  .ws_header {
    min-height: 460px;
    background-position: -900px 0px;
  }
}
@media (max-width: 767px) {
  .ws_header {
    background: url("/static/img/worldskills/background_mobile.png") no-repeat 0 0;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    background-position: 40px 0px;
  }
}
.ws_header .ws__langauge {
  display: flex;
  font-family: "TheSans", sans-serif;
  font-size: 15px;
  margin: 28px 0px 5px 0px;
  color: #3c3c3b;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .ws_header .ws__langauge {
    margin: 27px 0px 0px 10px;
  }
}
.ws_header .ws__langauge .active {
  color: #bdbfc1;
}
.ws_header .ws__langauge a {
  font-size: 16px;
  color: black;
  margin: 0px 6px;
  text-decoration: none;
}
.ws_header .ws_logo {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .ws_header .ws_logo {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ws_header .ws_logo a:nth-child(1) img {
  width: 175px;
  height: 56px;
  margin-right: 13px;
}
@media (max-width: 991px) {
  .ws_header .ws_logo a:nth-child(1) img {
    width: 141px;
    height: 45px;
    margin: 25px 0px 0px 0px;
  }
}
.ws_header .ws_logo a:nth-child(2) img {
  width: 100px;
  height: 51px;
  margin: 0px 55px;
}
@media (max-width: 991px) {
  .ws_header .ws_logo a:nth-child(2) img {
    width: 80px;
    height: 41px;
    margin: 25px 0px 0px 0px;
  }
}
.ws_header .ws_logo a:nth-child(3) img {
  width: 102px;
  height: 86px;
}
@media (max-width: 991px) {
  .ws_header .ws_logo a:nth-child(3) img {
    width: 82px;
    height: 69px;
    margin: 15px 0px 0px 0px;
  }
}

.ws_content_wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 138px;
}
@media (max-width: 991px) {
  .ws_content_wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ws_content_wrapper {
    padding-bottom: 0px;
  }
}

.ws_content__text {
  background-color: #f7941e;
  color: white;
  padding: 62px 33px 60px 33px;
}
@media (max-width: 991px) {
  .ws_content__text {
    padding: 62px 35px 78px 35px;
  }
}
@media (max-width: 767px) {
  .ws_content__text {
    padding: 30px 15px 49px 15px;
  }
}
.ws_content__text .ws_button_wrapper {
  display: flex;
}
.ws_content__text button {
  margin-top: 74px;
}
@media (max-width: 991px) {
  .ws_content__text button {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .ws_content__text button {
    margin-top: 43px;
  }
}

.ws_content__links {
  font-family: "TheSans", sans-serif;
  margin: 0 auto;
  display: flex;
}
.ws_content__links > div {
  margin-top: 150px;
  margin-bottom: 190px;
}
@media (max-width: 991px) {
  .ws_content__links > div {
    margin-bottom: 186px;
  }
}
@media (max-width: 767px) {
  .ws_content__links > div {
    margin: 57px 15px 47px 15px;
  }
}
.ws_content__links .pdf {
  display: flex;
  align-items: center;
  color: #cc002f;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ws_content__links .pdf {
    margin-bottom: 21px;
  }
}
.ws_content__links .pdf .download {
  width: 42px;
  height: 42px;
  margin-right: 21px;
}
@media (max-width: 767px) {
  .ws_content__links .pdf .download {
    height: 33px;
    width: 33px;
    margin-right: 17px;
  }
}
.ws_content__links .pdf p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .ws_content__links .pdf p {
    font-size: 13px;
  }
}
.ws_content__links .pdf:nth-child(4) {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .ws_content__links .pdf:nth-child(4) {
    margin-bottom: 41px;
  }
}

.ws_content__video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.ws_content__video .ws_iframe_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0px 20px;
}
@media (max-width: 767px) {
  .ws_content__video .ws_iframe_container {
    margin: 0px;
  }
}
.ws_content__video .ws_iframe_container:nth-child(1) {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ws_content__video .ws_iframe_container:nth-child(1) {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .ws_content__video .ws_iframe_container:nth-child(1) {
    margin-bottom: 24px;
  }
}
.ws_content__video .ws_iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ws_footer {
  flex-direction: column;
  margin: 57px 36px 15px 36px;
}
.ws_footer .ws__langauge {
  display: flex;
  font-family: "TheSans", sans-serif;
  font-size: 15px;
  color: #3c3c3b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 44px;
}
.ws_footer .ws__langauge .active {
  color: #bdbfc1;
}
.ws_footer .ws__langauge a {
  font-size: 16px;
  color: black;
  margin: 0px 6px;
  text-decoration: none;
}
.ws_footer .ws__langauge a.active:nth-child(1) {
  margin-left: 0px;
}
.ws_footer .ws_logo {
  display: flex;
  flex-direction: column;
}
.ws_footer .ws_logo > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ws_footer .ws_logo > div:nth-child(1) a:nth-child(1) img {
  width: 94px;
  height: 49px;
}
.ws_footer .ws_logo > div:nth-child(1) a:nth-child(2) img {
  width: 100px;
  height: 85px;
}
.ws_footer .ws_logo > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  margin-top: 43px;
}
.ws_footer .ws_logo > div:nth-child(2) img:nth-child(1) {
  width: 194px;
  height: 62px;
}

.breadcrumbs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f4f1;
  padding: 5px 0;
  border-bottom: 4px solid #ffffff;
}

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs li {
  margin: 0;
}
.breadcrumbs li:not(:first-child)::before {
  content: "›";
  margin: 0 8px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    width: 1170px;
  }
}

.content-page {
  flex: 1;
  padding: 60px 0;
}
.content-page a {
  color: #019349;
}
.content-page a:visited {
  color: #019349;
}
.content-page .heading-block {
  color: #019349;
  margin-top: -7px;
  line-height: 48px;
  font-size: 40px;
}
.content-page .rich-text {
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  font-family: "TheSans", sans-serif;
  color: black;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  font-family: "TheSerif", serif;
  letter-spacing: 1px;
}
.content-page h1 {
  line-height: 48px;
  font-size: 40px;
  margin: 20px 0;
}
.content-page h2 {
  line-height: 30px;
  font-size: 25px;
  margin: 40px 0 20px;
}
.content-page h5 {
  font-family: "TheSans", sans-serif;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0 17px;
}
.content-page h1 {
  margin-top: 76px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
.content-page h2 + h5 {
  margin-top: -10px;
}
.content-page .swiper-container img {
  width: 100%;
  height: auto;
}
.content-page .rich-text a {
  text-decoration: underline;
}
.content-page .rich-text:after {
  content: "";
  display: block;
  clear: both;
}
.content-page .rich-text .richtext-image.left {
  float: left;
  margin-right: 20px;
}
.content-page .rich-text .richtext-image.right {
  float: right;
  margin-left: 20px;
}
.content-page .rich-text .richtext-image.full-width {
  width: 100%;
  height: auto;
}
.content-page .rich-text ul,
.content-page .rich-text ol {
  margin: 0;
  padding-left: 0px;
}
.content-page .rich-text ul {
  list-style: none;
  font-size: 20px;
}
.content-page .rich-text ul > li:before {
  content: "·";
  font-size: 55px;
  vertical-align: middle;
  line-height: 27px;
  padding-right: 20px;
  position: absolute;
  margin-left: -20px;
}
.content-page .rich-text li {
  position: relative;
  margin-left: 20px;
}
.content-page .rich-text hr {
  border-style: solid;
  border-width: 0;
  border-image: url("/static/img/border_9scale_type1.png") 1 2 repeat;
  border-bottom-width: 1px;
}
.content-page .rich-text .responsive-object {
  padding-bottom: 5px !important;
}
.content-page .rich-text .responsive-object iframe {
  width: 100%;
  height: 400px;
}
.content-page .image-block {
  position: relative;
  margin: 20px 0;
}
.content-page .image-block img {
  width: 100%;
  height: auto;
  display: block;
}
.content-page .image-block.left {
  float: left;
  width: 346px;
}
.content-page .image-block.right {
  float: right;
  width: 346px;
}
.content-page .image-block.center {
  margin: 0 auto;
  width: 50%;
}
.content-page .image-block.full-width {
  width: 100%;
  height: auto;
}
.content-page .image-block.portrait {
  overflow: hidden;
}
.content-page .image-block.portrait img {
  width: auto;
  height: 220px;
}
.content-page div.image-block:after {
  content: "";
  display: block;
  clear: both;
}
.content-page .copyright {
  color: #888;
  margin: 3px 0 0;
  line-height: 16px;
  font-size: 12px;
}
.content-page .swiper-slide .copyright {
  position: absolute;
  bottom: 2px;
  left: 4px;
}
.content-page .raw-html-block {
  width: 100%;
}
.content-page .raw-html-block iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .content-page {
    padding: 30px 0;
  }
  .content-page .heading-block {
    margin-top: 0;
    line-height: 34px;
    font-size: 28px;
  }
  .content-page .rich-text {
    line-height: 21px;
    font-size: 15px;
  }
  .content-page h1 {
    margin-top: 64px;
  }
  .content-page h1 {
    line-height: 34px;
    font-size: 29px;
  }
  .content-page h2 {
    line-height: 22px;
    font-size: 18px;
  }
  .content-page h5 {
    line-height: 17px;
    font-size: 13px;
  }
  .content-page .image-block.left, .content-page .image-block.right, .content-page .image-block.center, .content-page .image-block.full-width {
    width: 100%;
    height: auto;
  }
  .content-page .rich-text ul {
    font-size: 15px;
  }
  .content-page .rich-text ul:before {
    font-size: 45px;
    line-height: 17px;
  }
}

iframe[allowfullscreen] {
  height: auto;
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=ihr-gaertner.css.map */
