@charset "UTF-8";
/*
 * Basic
 */
body {
  font-family: "Soleil", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  color: #000;
}
* {
  box-sizing: border-box;
}
/* html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
} */
h1,
h2,
h3 {
  color: #0AA1E2;
  line-height: 1;
  text-transform: uppercase;
}
h1 sup,
h2 sup,
h3 sup {
  text-transform: none;
}
h1 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 0;
}
h2 {
  margin-top: 15px;
  font-weight: normal;
  font-size: 34px;
}
h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
}
h4 {
  color: #0AA1E2;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
h5 {
  color: #0AA1E2;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
p {
  line-height: 1.625;
}
a {
  color: #000;
  text-decoration: none;
}
.bottom-20 {
  margin-bottom: 20px;
}
.layout {
  width: 1340px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
#container {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.header-image {
  margin-bottom: 50px;
}
.header-image h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #0AA1E2;
}
.header-image .logo {
  position: absolute;
  left: 8vw;
  top: 3.5vw;
  width: 320px;
}
.header-image .content-image.bg-image img {
  width: 100%;
}
.header-image .text-left {
  position: absolute;
  left: 8vw;
  top: 14vw;
}
.header-image .text-left h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 21%;
  border-bottom: 0;
}
.header-image .text-left p {
  color: #fff;
  font-size: 30px;
}
.header-image .text-right {
  position: absolute;
  right: 7vw;
  top: 40vw;
}
.header-image .text-right h3 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.header-image .text-right p {
  color: #fff;
  font-size: 26px;
  line-height: 43px;
}
.header-image.small .text-left {
  top: 11vw;
}
.header-image .text-button,
.header .text-button {
  position: fixed;
  top: 60px;
  right: 100px;
  z-index: 10;
}
.text-button a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 60px;
  border-radius: 30px;
  background: #142c56;
  cursor: pointer;
  transition: 0.3s;
}
.text-button a:hover {
  color: #0AA1E2;
  background: #fff;
}
@media only screen and (max-width: 1740px) {
  .header-image .text-button,
  .header .text-button {
    position: absolute;
  }
}
@media only screen and (max-width: 1080px) {
  .header-image.small .bg-image {
    height: 250px;
  }
  .header-image.small .bg-image figure {
    height: 100%;
  }
  .header-image.small .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-image.small .logo {
    top: 30px;
  }
  .header-image.small .text-left {
    top: 130px;
  }
  .header-image.small .text-left h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  #container .text-button {
    top: 50px;
    right: 30px;
  }
  .header-image .text-left h2 {
    padding-bottom: 0;
  }
  .header-image .text-right {
    top: 38vw;
  }
}
@media only screen and (min-width: 767px) {
  .hideontablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  #container .text-button {
    top: 11vw;
  }
  #container .text-button a {
    font-size: 11px;
    padding: 12px 22px;
  }
  .layout {
    padding: 0 15px;
  }
  .header-image {
    margin-bottom: 50px;
  }
  .header-image .logo {
    width: 150px;
    left: 8vw;
    top: 8vw;
  }
  .header-image .text-left h2,
  .header-image .text-right h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .header-image .text-left h3,
  .header-image .text-right h3,
  .header-image .text-left p,
  .header-image .text-right p {
    font-size: 16px;
  }
  .header-image .text-left h3,
  .header-image .text-right h3 {
    margin-bottom: 5px;
  }
  .header-image .text-left p,
  .header-image .text-right p {
    line-height: 1;
  }
  .header-image .text-left {
    top: 90vw;
  }
  .header-image .text-left p {
    line-height: 1.3;
  }
  .header-image .text-right {
    top: 127vw;
    right: unset;
    left: 8vw;
  }
  .header-image .text-right p {
    font-size: 14px;
    line-height: 1;
  }
  .header-image .go-down {
    position: absolute;
    left: calc(50% - 10px);
    top: 152vw;
  }
  .header-image .welcome {
    padding: 0 8vw;
  }
  .header-image.small .bg-image {
    height: 150px;
  }
  .header-image.small .text-left {
    top: 70px;
  }
  .header-image.small .text-left h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  #container .header-image.small .text-button {
    top: 40px;
  }
  .hideontablet {
    display: block;
  }
  .hideonmobile {
    display: none;
  }
}
/*
 * Spalten
 */
.row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.row.space {
  justify-content: space-between;
}
.row.center {
  align-items: center;
}
.flex-row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.flex-row.border {
  margin: 0;
}
.flex-row.col2 > [class*="content-"],
.flex-row.col2 > .col {
  -webkit-flex: 1 40%;
  -ms-flex: 1 40%;
  flex: 1 40%;
  margin: 9px;
  max-width: calc(50% - 18px);
}
.flex-row.col3 [class*="content-"],
.flex-row.col3 > .col {
  -webkit-flex: 1 30%;
  -ms-flex: 30%;
  flex: 1 30%;
  margin: 9px;
  max-width: calc(33% - 18px);
}
.flex-row .content-headline,
.flex-row .noflex {
  flex: none !important;
  width: calc(100% - 18px) !important;
  max-width: 100% !important;
  margin: 0 9px;
}
@media only screen and (max-width: 1280px) {
  .flex-row {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row.col2,
  .flex-row.col3 {
    flex-direction: column;
    margin: 0;
  }
  .flex-row.col2 [class*="content-"],
  .flex-row.col3 [class*="content-"] {
    flex: 0 100%;
    width: calc(100% - 18px);
    max-width: 100%;
  }
}
.program {
  max-width: 100%;
  margin: 0 auto 200px auto;
}
.program .layout {
  padding: 0 100px;
}
.program .flex-row h4.content-headline {
  margin-bottom: 30px;
}
.program .card {
  padding: 40px 75px 20px 30px;
  background: #eee;
}
.program .card h3 {
  margin-bottom: 40px;
}
.program .card h4 {
  position: relative;
  color: #000;
  margin-bottom: 50px;
}
.program .card h4 strong {
  font-size: 45px;
}
.program .card h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 25px;
  border-bottom: 5px solid #000;
}
.program .card p {
  margin-bottom: 35px;
}
.program .content-image figure {
  height: 100%;
}
.program .content-image figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -60px;
}
.program.extended {
  margin-bottom: 100px;
}
.program.extended .content-headline {
  margin-bottom: 50px;
}
.program.extended .layout.full {
  padding: 0 30px;
}
.program.extended h3 sup {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.program.extended .content-image {
  margin-bottom: 20px;
}
.program.extended .content-image figure {
  height: 550px;
}
.program.extended .content-image figure img {
  object-position: unset;
}
.program.extended .content-text.list {
  position: relative;
  padding: 20px 120px 20px 200px;
}
.program.extended .content-text.list h5 {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 150px;
  font-weight: bold;
  margin-bottom: 35px;
}
.program.extended .content-text.list figure img {
  width: 150px;
}
.program.extended .content-text.list .rte p:last-child {
  margin-bottom: 0;
}
.program.extended .content-text.list ul {
  list-style-type: disc;
  margin: -35px 0 0 20px;
}
.program.extended .content-text.list li {
  line-height: 27px;
  padding-left: 5px;
}
.program.extended .content-text.list.border {
  color: #0AA1E2;
}
.program.extended .content-text.list.border::before {
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  content: '';
  height: 0;
  border-top: 1px solid;
}
.program.extended .content-text.list.border::after {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  content: '';
  height: 0;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1280px) {
  .program .layout {
    padding: 0;
  }
  .program .card {
    padding: 40px 30px 20px 30px;
  }
  .program .card {
    padding: 30px 15px 20px 15px;
  }
  .program.extended {
    padding: 0 10px;
  }
  .program.extended .layout.full {
    padding: 0;
  }
  .program.extended .content-text.list {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1080px) {
  .program.extended .content-image figure {
    height: 450px;
  }
  .program.extended .content-text.list {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .program {
    margin-bottom: 100px;
  }
  .program .content-image {
    display: none;
  }
  .program.extended .content-text.list {
    padding: 30px 15px;
  }
  .program.extended .content-text.list h5 {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
  }
  .program.extended .content-text.list figure {
    float: none;
    position: absolute;
    bottom: 30px;
  }
  .program.extended .content-text.list figure + .rte {
    padding-bottom: 200px;
  }
  .program.extended .content-text.list.border {
    color: #0AA1E2;
  }
  .program.extended .content-text.list.border::before,
  .program.extended .content-text.list.border::after {
    left: 15px;
    right: 15px;
  }
}
#reservation {
  padding-top: 400px;
  margin-top: -230px;
  padding-bottom: 200px;
  background: #0AA1E2;
  scroll-margin-top: -250px;
}
#reservation h2 {
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  line-height: 55px;
  letter-spacing: 1%;
  text-align: center;
  margin-bottom: 55px;
}
#reservation form {
  max-width: 1000px;
  margin: 0 auto;
}
#reservation .widget {
  margin-bottom: 16px;
}
#reservation fieldset.col-2 {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
#reservation fieldset.col-2 > .widget,
#reservation fieldset.col-2 fieldset {
  flex: 1 40%;
  margin: 8px;
  max-width: calc(50% - 18px);
}
#reservation fieldset.col-2.company {
  margin-top: 65px;
}
#reservation input.text {
  color: #fff;
  font-family: 'RobotoCondensed';
  font-size: 16px;
  line-height: 36px;
  width: 100%;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: #0AA1E2;
}
#reservation input::placeholder {
  color: #fff;
  opacity: 1;
}
#reservation .explanation p {
  color: #fff;
  font-family: 'RobotoCondensed';
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  padding-right: 30px;
}
#reservation .mandatory.explanation p {
  font-size: 12px;
  line-height: 18px;
}
#reservation .checkbox_container {
  padding-left: 37px;
}
#reservation .checkbox_container label {
  color: #fff;
  font-family: 'RobotoCondensed';
  font-size: 12px;
  line-height: 16px;
}
#reservation input[type='checkbox'],
#reservation input[type='radio'] {
  position: absolute;
  z-index: -1;
}
#reservation input[type='checkbox'] + label,
#reservation input[type='radio'] + label {
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
#reservation input[type='checkbox'] + label span,
#reservation input[type='radio'] + label span {
  display: inline-block;
  width: 80%;
}
#reservation input[type='checkbox'] + label a,
#reservation input[type='radio'] + label a {
  color: #fff;
  font-weight: bold;
}
#reservation input[type='checkbox']:checked + label::before,
#reservation input[type='checkbox']:not(:checked) + label::before,
#reservation input[type='radio']:checked + label::before,
#reservation input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #0AA1E2;
  margin-right: 13px;
  border-radius: 15px;
  border: 1px solid #fff;
  margin-left: -37px;
  position: relative;
  top: 10px;
}
#reservation input[type='checkbox']:checked + label::after,
#reservation input[type='radio']:checked + label::after {
  position: absolute;
  content: ' ';
  left: -29px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reservation .widget-submit {
  text-align: center;
  margin: 50px 0;
}
#reservation button.submit {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 60px;
  border: 0;
  border-radius: 30px;
  background: #142c56;
  cursor: pointer;
  transition: 0.3s;
}
#reservation button.submit:hover {
  color: #0AA1E2;
  background: #fff;
}
#response {
  display: flex;
  align-items: center;
  background: #0AA1E2;
  height: calc(100vh - 160px);
}
#response .content-text {
  max-width: 720px;
  padding: 0 30px;
  margin: 0 auto;
}
#response h1,
#response p,
#response a {
  color: #fff;
}
#response h1 {
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 50px;
}
#response p {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1280px) {
  #reservation {
    padding-top: 30vw;
    margin-top: -16vw;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1080px) {
  form {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .flex-row.col3 [class*="content-"] {
    width: 350px;
    max-width: 100%;
    margin: 10px auto;
  }
  #reservation {
    padding-top: 230px;
    margin-top: -170px;
  }
  #reservation h2 {
    font-size: 34px;
    padding: 0 15px;
  }
  #reservation form {
    padding: 0 15px;
  }
  #reservation fieldset.col-2 {
    flex-direction: column;
    margin: 0;
  }
  #reservation fieldset.col-2 > .widget,
  #reservation fieldset.col-2 fieldset {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  #response .content-text {
    padding: 0 15px;
  }
  #response h1 {
    font-size: 42px;
  }
}
.impressum {
  margin: 0 0 200px calc(8vw - 30px);
}
.impressum h1 {
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 100px;
}
.impressum h2 {
  margin: 120px 0 70px;
}
.impressum h3 {
  margin: 50px 0 20px;
}
.impressum h4 {
  font-size: 20px;
  margin: 40px 0 10px;
}
.impressum a {
  text-decoration: underline;
}
.impressum ul {
  list-style-type: disc;
  margin: 30px;
}
.impressum li {
  line-height: 27px;
  padding-left: 5px;
}
#footer {
  height: 160px;
  padding: 40px 150px;
}
#footer .col3 {
  justify-content: space-between;
}
#footer .logo {
  margin: 0;
}
#footer .logo img {
  width: 230px;
}
#footer .mod_customnav {
  display: flex;
  align-items: center;
}
#footer .mod_customnav ul {
  margin: 0;
}
#footer .mod_customnav li {
  display: inline-block;
  margin: 0 50px;
}
#footer .mod_customnav li a,
#footer .mod_customnav li strong {
  color: #0AA1E2;
  font-size: 14px;
  line-height: 33px;
}
#footer .mod_customnav li a:hover {
  color: #142c56;
}
#footer .content-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 33px;
  text-align: right;
  padding-top: 10px;
  margin: 0;
}
#footer .content-text strong {
  font-size: 16px;
  line-height: 33px;
}
#footer .content-text p {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  #footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  #footer {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    height: auto;
  }
  #footer .flex-row.col3 {
    flex-direction: column;
    margin: 0 0 50px 0;
  }
  #footer .flex-row.col3 [class*="content-"] {
    flex: 0 100%;
    width: calc(100% - 18px);
    max-width: 100%;
  }
  #footer .logo,
  #footer .content-text {
    text-align: center;
  }
  #footer .mod_customnav {
    margin: 30px 0;
  }
  #footer .mod_customnav ul {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .impressum {
    margin-bottom: 100px;
  }
  .impressum h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .impressum h2 {
    margin: 50px 0 30px;
  }
  .impressum h3 {
    font-size: 22px;
    margin: 40px 0 15px;
  }
  .impressum ul {
    margin: 20px;
  }
  #footer {
    padding: 15px;
  }
  #footer .mod_customnav li {
    margin: 0 30px;
  }
}
.mod_listing {
  min-height: 250px;
  max-height: calc(100vh - 250px);
  padding: 50px;
  margin-bottom: 50px;
  overflow: auto;
}
.mod_listing h1,
.mod_listing h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.mod_listing .list_search .formbody {
  display: flex;
  border-bottom: 1px solid #999;
}
.mod_listing .list_search .widget {
  margin: 10px;
}
.mod_listing .list_search input,
.mod_listing .list_search button,
.mod_listing .list_search textarea,
.mod_listing .list_search select {
  font-size: 14px;
}
.mod_listing .all_records {
  width: 100%;
}
.mod_listing .all_records th,
.mod_listing .all_records td {
  font-size: 15px;
  padding: 5px;
}
.mod_login {
  padding: 50px;
  margin-bottom: 50px;
}
.mod_login h1,
.mod_login h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.mod_login .widget {
  margin: 10px 0;
}
.mod_login label {
  display: inline-block;
  width: 150px;
}
.mod_login .widget-submit {
  margin-top: 30px;
}
