/* Outfit-300 - latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/outfit/Outfit-Light.ttf");
  src: local("Outfit Light"), local("Outfit-Light"),
    url("../Fonts/outfit/Outfit-Light.ttf") format("embedded-truetype");
}
/* Outfit-700 - latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/outfit/Outfit-Bold.ttf");
  src: local("Outfit Bold"), local("Outfit-Bold"),
    url("../Fonts/outfit/Outfit-Bold.ttf") format("embedded-truetype");
}
/* Outfit-800 - latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/outfit/Outfit-ExtraBold.ttf");
  src: local("Outfit ExtraBold"), local("Outfit-ExtraBold"),
    url("../Fonts/outfit/Outfit-ExtraBold.ttf") format("embedded-truetype");
}
.durationNone {
  webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-property: all;
  transition-duration: 0s;
  transition-delay: 0s;
}
.durationIn {
  webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0s;
}
.durationOut {
  webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.textDefault {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}
.textMainnav {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.imgFullWidth {
  width: 100%;
  height: auto;
}
html {
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body,
td,
p,
a,
ol,
ul,
li,
div,
h1,
h2,
h3,
h4,
h5,
fieldset,
dd,
iframe,
img {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}
p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
  margin: 0 0 30px;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.cover {
  height: calc(100vh - 120px);
}
@media only screen and (max-width: 991px) {
  .cover {
    height: calc(100vh - 80px);
  }
}
.cover .cover-image {
  z-index: auto;
}
.cover .navbar {
  z-index: 100;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .container.no-padding,
  .container-fluid.no-padding {
    padding: 0;
  }
}
.row {
  /*
      margin-left: -@offset2;
      margin-right: -@offset2;
      */
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 50px;
  padding-right: 50px;
}
.section {
  padding: 50px 0 0 0;
}
.video-embed {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  display: block;
}
#mainnav {
  position: sticky;
  top: 0;
  height: 120px;
  z-index: 100;
  left: 0;
  width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  #mainnav {
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #mainnav .container-fluid {
    height: 80px;
  }
}
.navbar {
  background: #ffffff;
}
.navbar .navbar-logo {
  margin-right: 50px;
}
.navbar .navbar-logo.mobilenavbar-logo {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.navbar .navbar-logo img {
  display: block;
  width: auto;
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-logo img {
    height: 50px;
  }
}
.navbar .container-fluid {
  display: flex;
  align-items: center;
  height: 120px;
}
.navbar .navbar-container {
  width: 100%;
}
.navbar .navbar-container.navbar-headernav {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-container.navbar-headernav ul {
    justify-content: center;
  }
}
.navbar .navbar-container.navbar-headernav ul li.followus {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-container.navbar-headernav ul li.followus {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-container.navbar-headernav ul li.followus {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-container.navbar-headernav ul li {
    flex: 0;
  }
  .navbar .navbar-container.navbar-headernav ul li.languages,
  .navbar .navbar-container.navbar-headernav ul li.newsletter {
    display: none;
  }
}
.navbar .navbar-container.navbar-headernav ul {
  display: flex;
  width: 100%;
}
.navbar .navbar-container.navbar-headernav ul li {
  flex: inherit;
}
.navbar .navbar-container .sub-nav-container {
  position: absolute;
  right: 50px;
  padding: 15px;
  top: 90px;
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-container .sub-nav-container.transition-in {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-container .sub-nav-container.transition-out {
  visibility: hidden;
  opacity: 0;
}
.navbar .navbar-container ul {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .navbar .navbar-container ul {
    display: block;
    text-align: center;
  }
}
.navbar .navbar-container ul.navbar-mainnav li {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .navbar .navbar-container ul.navbar-mainnav li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1279px) {
  .navbar .navbar-container ul {
    flex-wrap: wrap;
    text-align: center;
  }
  .navbar .navbar-container ul.navbar-mainnav {
    width: 70%;
  }
  .navbar .navbar-container ul li {
    flex: 1;
  }
}
.navbar .navbar-container ul ul {
  padding: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  height: 120px;
  background: #f6f6f6;
  width: 100%;
  position: absolute;
  left: 0;
  justify-content: center;
  margin-top: 44px;
  z-index: 999;
  webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.navbar .navbar-container ul li {
  display: inline-block;
}
.navbar .navbar-container ul li.main-nav-sub-page {
  display: none;
}
.navbar .navbar-container ul li:hover ul {
  webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-container ul li.youtube {
    margin-right: 50px;
  }
}
.navbar .navbar-container ul li a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #e01021;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
.navbar .navbar-container ul li a.serviceitem {
  color: #000000 !important;
  font-weight: 300;
}
.navbar .navbar-container ul li a.language {
  color: #6bc1ba !important;
  padding: 0;
}
.navbar .navbar-container ul li a .headernav-item {
  margin: 0 10px;
}
.navbar .navbar-container ul li ul.second-level a {
  font-weight: 300;
}
.navbar .navbar-container ul li.followus a {
  font-weight: 800;
  color: #ffffff;
}
.navbar .navbar-container ul li.serviceitems {
  margin-left: auto;
}
.navbar .navbar-container ul li.languages {
  /*margin-left: @offset2;*/
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-container ul li.languages {
    margin-left: 0;
  }
}
.navbar-close {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .navbar-close {
    display: block;
    position: absolute;
    top: 43px;
    right: 54px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-close {
    top: 23px;
  }
}
@media only screen and (max-width: 1279px) {
  .collapsing {
    justify-content: center;
    display: flex;
    align-items: center;
    position: fixed;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      #ffffff 100%
    );
    width: 100% !important;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .collapsing .mobilenavbar-logo {
    display: block;
  }
  .collapsing ul {
    display: block;
  }
  .collapsing ul ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: none;
    height: auto;
    margin: 0;
    display: block;
    webkit-transition-property: all;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
  }
  .collapsing ul ul li a {
    color: #000000 !important;
    padding: 0;
  }
  .collapsing ul li {
    padding: 10px;
    display: block;
  }
  .collapsing ul li.main-nav-sub-page {
    display: block;
  }
  .collapsing ul li a {
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .collapsing ul li a.serviceitem {
    font-weight: 800;
  }
  .collapsing ul li ul.second-level a {
    font-weight: 300;
  }
  .collapsing ul li.nav-parent a {
    padding: 0;
  }
  #mainnav.navbar .navbar-container .collapsing {
    justify-content: center;
    display: flex;
    align-items: center;
    position: fixed;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      #ffffff 100%
    );
    width: 100% !important;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #mainnav.navbar .navbar-container .collapsing .mobilenavbar-logo {
    display: block;
  }
  #mainnav.navbar .navbar-container .collapsing ul {
    display: block;
  }
  #mainnav.navbar .navbar-container .collapsing ul ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: none;
    height: auto;
    margin: 0;
    display: block;
    webkit-transition-property: all;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
  }
  #mainnav.navbar .navbar-container .collapsing ul ul li a {
    color: #000000 !important;
    padding: 0;
  }
  #mainnav.navbar .navbar-container .collapsing ul li {
    padding: 10px;
    display: block;
  }
  #mainnav.navbar .navbar-container .collapsing ul li.main-nav-sub-page {
    display: block;
  }
  #mainnav.navbar .navbar-container .collapsing ul li a {
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  #mainnav.navbar .navbar-container .collapsing ul li a.serviceitem {
    font-weight: 800;
  }
  #mainnav.navbar .navbar-container .collapsing ul li ul.second-level a {
    font-weight: 300;
  }
  #mainnav.navbar .navbar-container .collapsing ul li.nav-parent a {
    padding: 0;
  }
  .collapse.in {
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      #ffffff 100%
    );
    width: 100% !important;
    height: 100vh !important;
    z-index: 100;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .collapse.in .mobilenavbar-logo {
    display: block;
  }
  .collapse.in ul {
    display: block;
  }
  .collapse.in ul ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: none;
    height: auto;
    margin: 0;
    display: block;
    webkit-transition-property: all;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
  }
  .collapse.in ul ul li a {
    color: #000000 !important;
    padding: 0;
  }
  .collapse.in ul li {
    padding: 10px;
    display: block;
  }
  .collapse.in ul li.main-nav-sub-page {
    display: block;
  }
  .collapse.in ul li a {
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .collapse.in ul li a.serviceitem {
    font-weight: 800;
  }
  .collapse.in ul li ul.second-level a {
    font-weight: 300;
  }
  .collapse.in ul li.nav-parent a {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-inner {
    overflow: inherit;
  }
}
.carousel-inner .carousel-item .carousel-image {
  height: calc(100vh - 120px);
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 991px) {
  .carousel-inner .carousel-item .carousel-image {
    height: calc(100vh - 80px);
  }
}
.carousel-inner .carousel-item .carousel-caption {
  background: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  text-align: left;
  right: 50px;
  bottom: 170px;
  left: 50%;
  color: #000000;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .carousel-inner .carousel-item .carousel-caption {
    bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-inner .carousel-item .carousel-caption {
    background: rgba(255, 255, 255, 0.75);
    bottom: 0;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-inner .carousel-item .carousel-caption {
    bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-inner .carousel-item .carousel-caption {
    bottom: 170px;
  }
}
.carousel-inner .carousel-item .carousel-caption p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .carousel-inner .carousel-item .carousel-caption p {
    display: none;
  }
}
.carousel-inner .carousel-item .carousel-caption .btn-primary {
  padding: 19px 25px;
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item .carousel-caption .btn-primary {
    line-height: 32px;
    display: inline-block;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.section-content .container {
  max-width: 1720px;
}
.section-content .container .row-contents {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.section-content .container .row-contents:before,
.section-content .container .row-contents:after {
  display: none;
}
.section-content .container .row-contents .equal-height {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-content .container .row-contents .equal-height .frame.frame-default {
  margin-bottom: 20px;
}
.section-content
  .container
  .row-contents
  .equal-height
  .frame.frame-default:nth-child(3) {
  margin-top: auto;
}
.section-content.section-fullwidth {
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
}
.section-content img {
  width: 100%;
  height: auto;
}
.section-content .container-fluid.container-fullwidth-image img {
  width: 100%;
  height: auto;
  padding: 0;
}
.section-content ul,
.section-content ol {
  padding-left: 20px;
  font-weight: normal;
  list-style-type: none;
}
.section-content ul li,
.section-content ol li {
  letter-spacing: 0;
  line-height: 30px;
}
.section-content ul li:before,
.section-content ol li:before {
  content: "\2013";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -20px;
}
.section-content form {
  margin: auto;
  max-width: 700px;
}
.section-content form .form-row {
  display: flex;
}
.section-content form .form-row.align-right {
  justify-content: flex-end;
}
.section-content form#tour-suggestion-form {
  max-width: none;
}
.section-content form#tour-suggestion-form input[type="text"] {
  cursor: text;
  background: #66b854;
  color: #000000;
}
.section-content
  form#tour-suggestion-form
  input[type="text"]::-webkit-input-placeholder {
  color: #000000;
}
.section-content
  form#tour-suggestion-form
  input[type="text"]:-ms-input-placeholder {
  color: #000000;
}
.section-content
  form#tour-suggestion-form
  input[type="text"]::-ms-input-placeholder {
  color: #000000;
}
.section-content form#tour-suggestion-form input[type="text"]::placeholder {
  color: #000000;
}
.section-content form#tour-suggestion-form input[disabled="disabled"] {
  background: #f6f6f6;
  color: #aaaaaa;
  border-color: #f6f6f6;
}
.section-content
  form#tour-suggestion-form
  input[disabled="disabled"]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.section-content
  form#tour-suggestion-form
  input[disabled="disabled"]:-ms-input-placeholder {
  color: #aaaaaa;
}
.section-content
  form#tour-suggestion-form
  input[disabled="disabled"]::-ms-input-placeholder {
  color: #aaaaaa;
}
.section-content
  form#tour-suggestion-form
  input[disabled="disabled"]::placeholder {
  color: #aaaaaa;
}
.section-content form#tour-suggestion-form .form-row {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.section-content form#tour-suggestion-form .form-row.align-right {
  justify-content: flex-end;
}
.section-content form#tour-suggestion-form .form-group {
  width: 100%;
  margin: 0;
}
.section-content form#tour-suggestion-form .form-group.has-error input {
  border-color: #e01021;
}
.section-content form#tour-suggestion-form .form-group + .form-group {
  margin-left: 25px;
}
.section-content form#tour-suggestion-form .errors {
  margin: 0;
}
.section-content form#tour-suggestion-form .errors .error {
  color: #e01021;
}
.section-content form .form-group {
  margin-bottom: 25px;
}
.section-content form .form-group label {
  cursor: pointer;
  font-weight: 800;
  width: 100%;
}
.section-content form .form-group input,
.section-content form .form-group select,
.section-content form .form-group textarea {
  width: 100%;
  resize: none;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  height: 50px;
  color: #aaaaaa;
  padding: 1px 10px;
  cursor: pointer;
}
.section-content form .form-group textarea {
  height: 100px;
}
.section-content form .form-group input[type="checkbox"],
.section-content form .form-group input[type="radio"] {
  width: auto;
  height: auto;
  display: inline-block;
}
.section-content form .form-group input[type="checkbox"] + span,
.section-content form .form-group input[type="radio"] + span {
  margin-left: 25px;
  display: inline-block;
}
.section-content form button {
  float: right;
  margin-top: 25px;
}
.section-content .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-content table {
  border-collapse: collapse;
  border-bottom: 1px solid #f6f6f6;
}
.section-content table tr {
  border-top: 1px solid #f6f6f6;
}
.section-content table thead tr {
  border-top: 0;
}
.section-content table.colored_background thead th {
  background-color: #f6f6f6;
}
.section-content table th,
.section-content table td {
  text-align: left;
  margin: 0;
  padding: 10px;
  vertical-align: top;
}
.section-content table th.text_zentriert,
.section-content table td.text_zentriert {
  text-align: center;
}
.section-content table th.text_rechts,
.section-content table td.text_rechts {
  text-align: right;
}
.section-content table th.checked,
.section-content table td.checked {
  text-align: center;
}
.section-content table th.checked:after,
.section-content table td.checked:after {
  content: "\f00c";
  color: #e01021;
}
.section-content table th.crossed,
.section-content table td.crossed {
  text-align: center;
}
.section-content table th.crossed:after,
.section-content table td.crossed:after {
  content: "\f00d";
  color: #c8d400;
}
.section-content table th:not(:last-child),
.section-content table td:not(:last-child) {
  padding-right: 1.5em;
}
.dt_t3mods-section {
  padding: 0 0 50px 0;
}
.dt_t3mods-section .page-intro-col {
  padding: 100px 0 50px 0;
}
.dt_t3mods-section .page-keyvisual-col {
  z-index: -1;
  position: relative;
  /*overflow: hidden;*/
  /*height: @keyVisualHeight4;*/
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1719px) {
  .dt_t3mods-section .page-keyvisual-col {
    /*height: @keyVisualHeight3;*/
    overflow: visible;
  }
}
@media only screen and (min-width: 1720px) {
  .dt_t3mods-section .page-keyvisual-col {
    /*height: @keyVisualHeight4;*/
  }
}
.dt_t3mods-section .page-keyvisual {
  /*position: absolute;
          
          top: -110px;
          right: 20px;*/
  margin-top: -100px;
  margin-right: -100px;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1719px) {
  .dt_t3mods-section .page-keyvisual {
    right: -200px;
  }
}
@media only screen and (max-width: 991px) {
  .dt_t3mods-section .page-keyvisual {
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dt_t3mods-section .page-keyvisual {
    float: none;
    text-align: center;
  }
}
.dt_t3mods-section img {
  width: auto;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dt_t3mods-section img {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1719px) {
  .dt_t3mods-section img {
    height: 500px;
  }
}
@media only screen and (min-width: 1720px) {
  .dt_t3mods-section img {
    height: 660px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 991px),
  screen and (-ms-high-contrast: none) and (min-width: 991px) {
  .page-keyvisual img {
    position: absolute;
    right: -100px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 990px),
  screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 990px) {
  .dt_t3mods-section .page-keyvisual {
    width: 100%;
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1720px),
  screen and (-ms-high-contrast: none) and (min-width: 1720px) {
  .dt_t3mods-section .page-keyvisual {
    height: 660px;
  }
}
.fa-stack {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.fa-stack-1x {
  font-size: 16px;
}
.fa-stack-2x {
  font-size: 32px;
}
@media only screen and (min-width: 1280px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-toggle {
  float: right;
  color: #e01021;
}
@media only screen and (min-width: 1280px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.fa-stack {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.navbar-toggle .fa-stack-1x {
  font-size: 24px;
}
.navbar-toggle .fa-stack-2x {
  font-size: 40px;
}
.section-footer {
  margin-top: 50px;
  padding: 0;
  background: #000000;
}
@media only screen and (max-width: 1719px) {
  .section-footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1719px) {
  .section-footer .container-fluid {
    flex-direction: column-reverse;
    height: 400px;
  }
}
.section-footer .navbar .navbar-container {
  flex: 1;
}
.section-footer .navbar .navbar-container .languages {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .section-footer .navbar .navbar-container ul {
    display: block;
  }
  .section-footer .navbar .navbar-container .followus,
  .section-footer .navbar .navbar-container .socialmedia_icon {
    display: none;
  }
}
.section-footer .footer-content {
  display: flex;
  flex: 1;
  align-items: center;
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content {
    flex-direction: column;
  }
}
.section-footer .footer-content .footer-logo {
  display: flex;
  width: 136px;
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-logo {
    justify-content: center;
  }
}
.section-footer .footer-content .footer-logo img {
  max-width: 100%;
  height: auto;
}
.section-footer .footer-content .footer-copyright {
  display: flex;
  width: 136px;
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-copyright {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-copyright {
    justify-content: center;
  }
}
.section-footer .footer-content .footer-copyright img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-copyright {
    width: auto;
  }
}
.section-footer .footer-content .footer-copyright p {
  margin: 0;
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-copyright p {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer .footer-content .footer-copyright {
    flex-direction: column;
    text-align: center;
  }
}
.section-footer .footer-content .footer-copyright ul,
.section-footer .footer-content .footer-copyright ol {
  padding-left: 20px;
  font-weight: normal;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .section-footer .footer-content .footer-copyright ul,
  .section-footer .footer-content .footer-copyright ol {
    padding: 0;
  }
}
.section-footer .footer-content .footer-copyright ul li,
.section-footer .footer-content .footer-copyright ol li {
  display: inline;
  letter-spacing: 0;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-footer .footer-content .footer-copyright ul li,
  .section-footer .footer-content .footer-copyright ol li {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .section-footer .footer-content .footer-copyright ul li,
  .section-footer .footer-content .footer-copyright ol li {
    display: block;
  }
}
@media only screen and (max-width: 1719px) {
  .section-footer .footer-content .footer-copyright ul li,
  .section-footer .footer-content .footer-copyright ol li {
    display: block;
  }
}
.section-footer .footer-content .footer-copyright ul li a,
.section-footer .footer-content .footer-copyright ol li a {
  padding: 0 10px;
  color: #e01021;
}
.section-footer .footer-content .footer-copyright ul li:before,
.section-footer .footer-content .footer-copyright ol li:before {
  content: "\2013";
}
.section-footer .footer-content p {
  color: #ffffff;
}
.section-footer .navbar .container-fluid {
  background: #000000;
}
.section-footer .followus {
  font-weight: 800;
  color: #ffffff;
}
.noscroll {
  overflow: hidden;
}
a {
  color: #e01021;
}
#mainnav a {
  color: #e01021;
}
#mainnav .sub-nav-container {
  background: #e01021;
}
#mainnav .sub-nav-container a {
  color: #ffffff;
}
.navbar .navbar-container .navbar-toggle {
  color: #e01021;
}
.navbar-close {
  color: #e01021;
}
.btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #e01021;
  border-color: #e01021;
  padding: 0 25px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active {
  text-decoration: none;
}
.dt_t3mods-color-1 a {
  color: #fdd318;
}
.dt_t3mods-color-1 #mainnav a {
  color: #fdd318;
}
.dt_t3mods-color-1 #mainnav .sub-nav-container {
  background: #fdd318;
}
.dt_t3mods-color-1 #mainnav .sub-nav-container a {
  color: #ffffff;
}
.dt_t3mods-color-1 .navbar .navbar-container .navbar-toggle {
  color: #fdd318;
}
.dt_t3mods-color-1 .navbar-close {
  color: #fdd318;
}
.dt_t3mods-color-1 .btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #fdd318;
  border-color: #fdd318;
  padding: 0 25px;
}
.dt_t3mods-color-1 .btn:hover,
.dt_t3mods-color-1 .btn:focus,
.dt_t3mods-color-1 .btn.focus,
.dt_t3mods-color-1 .btn:active {
  text-decoration: none;
}
.dt_t3mods-color-2 a {
  color: #00a7e7;
}
.dt_t3mods-color-2 #mainnav a {
  color: #00a7e7;
}
.dt_t3mods-color-2 #mainnav .sub-nav-container {
  background: #00a7e7;
}
.dt_t3mods-color-2 #mainnav .sub-nav-container a {
  color: #ffffff;
}
.dt_t3mods-color-2 .navbar .navbar-container .navbar-toggle {
  color: #00a7e7;
}
.dt_t3mods-color-2 .navbar-close {
  color: #00a7e7;
}
.dt_t3mods-color-2 .btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #00a7e7;
  border-color: #00a7e7;
  padding: 0 25px;
}
.dt_t3mods-color-2 .btn:hover,
.dt_t3mods-color-2 .btn:focus,
.dt_t3mods-color-2 .btn.focus,
.dt_t3mods-color-2 .btn:active {
  text-decoration: none;
}
.dt_t3mods-color-3 a {
  color: #1d9994;
}
.dt_t3mods-color-3 #mainnav a {
  color: #1d9994;
}
.dt_t3mods-color-3 #mainnav .sub-nav-container {
  background: #1d9994;
}
.dt_t3mods-color-3 #mainnav .sub-nav-container a {
  color: #ffffff;
}
.dt_t3mods-color-3 .navbar .navbar-container .navbar-toggle {
  color: #1d9994;
}
.dt_t3mods-color-3 .navbar-close {
  color: #1d9994;
}
.dt_t3mods-color-3 .btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #1d9994;
  border-color: #1d9994;
  padding: 0 25px;
}
.dt_t3mods-color-3 .btn:hover,
.dt_t3mods-color-3 .btn:focus,
.dt_t3mods-color-3 .btn.focus,
.dt_t3mods-color-3 .btn:active {
  text-decoration: none;
}
.dt_t3mods-color-4 a {
  color: #c8d400;
}
.dt_t3mods-color-4 #mainnav a {
  color: #c8d400;
}
.dt_t3mods-color-4 #mainnav .sub-nav-container {
  background: #c8d400;
}
.dt_t3mods-color-4 #mainnav .sub-nav-container a {
  color: #ffffff;
}
.dt_t3mods-color-4 .navbar .navbar-container .navbar-toggle {
  color: #c8d400;
}
.dt_t3mods-color-4 .navbar-close {
  color: #c8d400;
}
.dt_t3mods-color-4 .btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #c8d400;
  border-color: #c8d400;
  padding: 0 25px;
}
.dt_t3mods-color-4 .btn:hover,
.dt_t3mods-color-4 .btn:focus,
.dt_t3mods-color-4 .btn.focus,
.dt_t3mods-color-4 .btn:active {
  text-decoration: none;
}
.dt_t3mods-color-5 a {
  color: #f4a011;
}
.dt_t3mods-color-5 #mainnav a {
  color: #f4a011;
}
.dt_t3mods-color-5 #mainnav .sub-nav-container {
  background: #f4a011;
}
.dt_t3mods-color-5 #mainnav .sub-nav-container a {
  color: #ffffff;
}
.dt_t3mods-color-5 .navbar .navbar-container .navbar-toggle {
  color: #f4a011;
}
.dt_t3mods-color-5 .navbar-close {
  color: #f4a011;
}
.dt_t3mods-color-5 .btn-primary {
  font-size: 16px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  background-color: #f4a011;
  border-color: #f4a011;
  padding: 0 25px;
}
.dt_t3mods-color-5 .btn:hover,
.dt_t3mods-color-5 .btn:focus,
.dt_t3mods-color-5 .btn.focus,
.dt_t3mods-color-5 .btn:active {
  text-decoration: none;
}
.collapse.in {
  display: block;
  padding: 1em 1em 6em 1em;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    #ffffff 100%
  );
}
.navbar .navbar-container ul.navbar-mainnav {
  width: 100%;
}
.navbar-close {
  top: 1.3em;
  right: 1em;
  position: fixed;
}
.collapse.in .mobilenavbar-logo {
  display: none;
}
.collapse.in ul li a {
  text-decoration: none;
}
.navbar-collapse.collapse.in {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.accordion-container {
  display: block;
}
.accordion-container h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
}
.accordion-container header {
  position: relative;
  background-color: #f7f7f7;
  margin: 7px 0;
  cursor: pointer;
}
.accordion-container header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #757575;
  border-bottom: 5px solid transparent;
  border-right: none;
}
.accordion-container header.open::after {
  border-top: 7px solid #757575;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.accordion-container .accordion-content {
  padding: 10px;
  display: none;
}
.accordion-container .frame-type-textpic .ce-row + .ce-row {
  margin-top: 10px;
}
.container-full .frame-type-textpic .content {
  display: flex;
  flex-direction: column-reverse;
}
.container-full .frame-type-textpic .content > * {
  min-width: 0;
  width: 100%;
}
.container-full .frame-type-textpic .content .body-text {
  margin-top: 20px;
}
.container-half .frame-type-textpic .content {
  display: flex;
  flex-direction: column-reverse;
}
.container-half .frame-type-textpic .content > * {
  min-width: 0;
  width: 100%;
}
.container-half .frame-type-textpic .content .body-text {
  margin-top: 20px;
}
.hover-effect .ce-column,
.hover-effect figure {
  overflow: hidden;
}
.hover-effect img {
  transform: scale(1);
  transition: transform 200ms;
}
.hover-effect:hover img {
  transform: scale(1.3);
}
.hover-content {
  position: relative;
}
.hover-content .overlay {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms;
}
.hover-content .overlay-content {
  padding: 10px;
}
.hover-content .description p {
  color: white;
  margin: 0;
}
.hover-content .description,
.hover-content .link {
  text-align: center;
}
.hover-content .description + .link {
  margin-top: 30px;
}
.hover-content:hover .overlay {
  opacity: 1;
}
.ce-row:not(.hover-content) .overlay {
  display: none;
}
@media (min-width: 1720px) {
  .container-full .frame-type-textpic .content {
    flex-direction: row;
  }
  .container-full .frame-type-textpic .content > * {
    width: 50%;
  }
  .container-full .frame-type-textpic .content .body-text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .cover {
    height: calc(100vh - 240px);
  }
}
@media screen and (max-width: 768px) {
  .cover {
    height: calc(100vh - 160px);
  }
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navbar .navbar-container.navbar-headernav ul {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-container.navbar-headernav ul .languages,
.navbar .navbar-container.navbar-headernav ul .newsletter {
  text-shadow: none;
}
.navbar .socialmedia_icon a img {
  -webkit-filter: drop-shadow(0 0 5 #000000);
}
.content-slider {
  overflow: hidden;
}
.content-slider,
.slick-list {
  max-height: 600px;
}
.slick-slider,
.slick-list {
  max-width: 100%;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 40px;
  z-index: 1;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 25px;
    font-size: 30px;
  }
  .slick-arrow.prev {
    left: 25px;
  }
  .slick-arrow.next {
    right: 25px;
  }
}
#tour-suggestions-map {
  height: 500px;
}
.gmap-popup {
  text-transform: uppercase;
}
.gmap-popup .gmap-name {
  border-bottom: 1px solid #9dc41a;
  font-size: 14px;
  margin-bottom: 9px;
  padding-bottom: 4px;
  color: #009640;
  font-weight: 600;
}
.gmap-popup .gmap-message {
  font-size: 12px;
  color: #009640;
  font-weight: 600;
}
.tx-dt-google-map .message {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.tx-dt-google-map .message p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .section-content form#tour-suggestion-form .form-row {
    flex-direction: column;
  }
  .section-content form#tour-suggestion-form .form-group + .form-group {
    margin-top: 25px;
    margin-left: 0;
  }
}
.tx-pb-social .pb-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% + 10px);
}
.tx-pb-social .pb-list::after {
  content: "";
  flex: auto;
}
.tx-pb-social .pb-list-item {
  float: none;
  flex: 1 1 250px;
  background: #404447;
}
.tx-pb-social .pb-list-item .brand-icon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.tx-pb-social .pb-list-item .brand-icon i {
  font-size: 100px;
  color: white;
}
.tx-pb-social .pb-list-item:empty {
  height: 0;
  box-shadow: none;
}
.tx-dt-comments .comments-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.tx-dt-comments .comments-container.highlighted {
  padding: 25px;
  background-image: url("../images/comments-background.jpg");
}
.tx-dt-comments .comments-container.highlighted div {
  color: white;
}
.tx-dt-comments .comments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -60px;
}
.tx-dt-comments .comment {
  text-align: center;
  min-width: 0;
  flex: 0 1 21%;
  margin-top: 60px;
}
.tx-dt-comments .comment .message {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}
.tx-dt-comments .comment .info {
  margin-top: 15px;
  font-size: 14px;
}
.tx-dt-comments .comment:empty {
  height: 0;
  margin-top: 0;
}
.tx-dt-comments .new-comment {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.tx-dt-comments .new-comment form {
  margin: 0;
}
.tx-dt-comments .new-comment form button {
  margin-top: 0;
}
.tx-dt-comments .new-comment form + .btn,
.tx-dt-comments .new-comment .btn + .btn {
  margin-left: 25px;
}
@media (max-width: 1719px) {
  .tx-dt-comments .comment {
    flex-basis: 40%;
  }
}
@media (max-width: 992px) {
  .tx-dt-comments .new-comment {
    flex-direction: column;
  }
  .tx-dt-comments .new-comment form {
    width: 100%;
    max-width: none;
  }
  .tx-dt-comments .new-comment form button {
    width: 100%;
  }
  .tx-dt-comments .new-comment form + .btn,
  .tx-dt-comments .new-comment .btn + .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (max-width: 559px) {
  .tx-dt-comments .comment {
    flex-basis: 100%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
#new-comment-form input:not([type="submit"]),
#new-comment-form textarea {
  cursor: text;
}
#new-comment-form textarea {
  height: 125px;
  padding-bottom: 25px;
}
#new-comment-form .form-group {
  position: relative;
}
#new-comment-form .char-count {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 11px;
}
#new-comment-form .form-group.has-error input {
  border-color: #e01021;
}
#new-comment-form .errors {
  margin: 0;
}
#new-comment-form .errors .error {
  color: #e01021;
}
.frame:not(.frame-type-list) {
  position: relative;
}
.section-anchor {
  position: absolute;
  top: -200px;
}
#cookie-consent.cookie-consent-container .consent-modal {
  height: auto;
}
#cookie-consent.cookie-consent-container .cookie-headline {
  color: #e01021;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
#cookie-consent.cookie-consent-container a {
  color: #e01021;
}
#cookie-consent.cookie-consent-container input:checked ~ .checkmark {
  background-color: #e01021;
  opacity: 1;
}
#cookie-consent.cookie-consent-container .buttons .btn--primary {
  border: #e01021;
  background: #e01021;
  color: #ffffff;
  font-weight: bold;
}
#cookie-consent.cookie-consent-container .buttons .btn--secondary {
  border-color: #000000;
  color: #000000;
  opacity: 1;
}
#cookie-consent.cookie-consent-container .buttons .btn--secondary:hover {
  opacity: 0.5;
}
#cookie-consent.cookie-consent-container a.show-details:after {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .row {
    padding: inherit;
  }
}
/* Scrollable Table */
.content .scrollabletable,
.textmedia-content .scrollabletable {
  position: relative;
  overflow: scroll;
}
.content .scrollabletable table.contenttable tbody td:first-child,
.textmedia-content .scrollabletable table.contenttable tbody td:first-child {
  position: sticky;
  left: 0;
  background: #ffffff;
  z-index: 99;
}
