/*@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700');
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/fonts/font-awesome/font-awesome.css");
@import url("../plugins/gallery/css/blueimp-gallery.css");
@import url("../plugins/swiper/swiper.min.css");
@import url("content.css");

@import url("form.css");*/
@import url("lp2019.css");

@font-face {
  font-family: "AvantGardeBk";
  src: url("../fonts/ITCAvantGardeStd-Bk.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "AvantGardeMd";
  src: url("../fonts/ITCAvantGardeStd-Md.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "AvantGardeBold";
  src: url("../fonts/ITCAvantGardeStd-Bold.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "AvantGardeDemi";
  src: url("../fonts/ITC Avant Garde Gothic LT Demi.ttf") format("truetype");
  font-weight: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Muli", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
body {
  background-color: #e7ebed;
  font-size: 18px;
}
body.oh {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 15px 0;
  padding: 0;
}
.pt-0 {
  padding-top: 0 !important;
}

/*Breadcrumb*/
.breadcrumb {
  background: none;
  padding: 20px 25px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.7rem;
}
.breadcrumb a {
  color: #667d86;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #667d86;
  font-family: "FontAwesome";
  content: "\f105";
}
.breadcrumb > .active {
  color: #fff;
}

.breadcrumb.table-page {
  font-size: 1.3rem;
  color: #446579;
  padding: 0 40px;
  position: relative;
  margin: -30px 0 15px 0;
}
.breadcrumb.table-page > .active {
  color: #667d86;
}
/*Breadcrumb*/

/*Coocke alert*/
.cooke-alert {
  width: 100%;
  position: fixed;
  z-index: 666;
  bottom: 0;
  left: 0;
  background: #002f46;
  padding: 50px 0 25px;
  color: #fff;
  text-align: left;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}
.cooke-alert .row > div {
  margin-bottom: 25px;
}
/*Coocke alert End*/

/*Button*/
.button {
  width: auto;
  min-width: 100px;
  height: auto;
  display: inline-block;
  border-radius: 5px;
  border: none;
  outline: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  text-align: center;
}
.button.standard {
  padding: 12px 17px 12px 55px;
  background: url(../images/icon/link-white.svg) center left no-repeat #37658a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: left;
}
.button.download {
  padding: 12px 17px 12px 55px;
  background: url(../images/icon/download.svg) center left no-repeat #37658a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: left;
}
.button.search {
  padding: 12px 30px 12px 40px;
  background-color: #37658a;
  vertical-align: middle;
  color: #fff;
  min-width: 0px;
  width: 180px;
  margin-left: 20px;
  font-size: 2rem;
  font-weight: lighter;
  position: relative;
  letter-spacing: normal;
}
.button.search:before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 20px;
  width: 22px;
  height: 22px;
  display: inline-block;
  transform: translateY(3px);
  background: url(../images/icon/menu/search.svg) center no-repeat;
  background-size: 38px;
}
.button.email {
  padding: 10px 22px 10px 56px;
  background: url(../images/icon/mail.svg) center left no-repeat #14548a;
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.button.info {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  text-transform: uppercase;
  position: relative;
  background-color: #37658a;
}
.button.info::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(3px);
  background: url(../images/icon/plus.svg) center no-repeat;
  background-size: 22px;
}
.button.date {
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  text-transform: uppercase;
  background-color: #37658a;
  opacity: 0.7;
}
.button.ok {
  width: auto;
  padding: 12px 17px;
  background: #37658a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}
.button.ok i {
  font-weight: lighter;
  display: inline-table;
  margin-right: 5px;
}
.button.mb-60 {
  margin-bottom: 60px;
}
.button.mb-25 {
  margin-bottom: 25px;
}
.button.mt-20 {
  margin-top: 20px;
}
.button:hover {
  opacity: 0.8;
}
.button.date:hover {
  opacity: 0.7;
  cursor: default;
}
.button.mb-20 {
  margin-bottom: 20px;
}
.table-block .button.standard.mb-20 {
  margin-bottom: 0;
}
/*Button*/

/*Pagination*/
.pagination-block {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 10px 0 40px;
  list-style: none;
}
.pagination-block li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
}
.pagination-block li a {
  display: inline-block;
  width: auto;
  font-size: 3.2rem;
  height: 30px;
}
.pagination-block li.navi {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #002735;
  line-height: 34px;
  letter-spacing: 0.9px;
}
.pagination-block li.navi span {
  font-weight: normal;
}

/*Header*/
header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  margin-bottom: 32px;
  position: relative;
}
header.top-pos {
  background-position: top center;
}
header.bottom-pos {
  background-position: bottom center;
}
header::before {
  /*	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	opacity: 0.7;
	z-index: 500;
	background: -moz-linear-gradient(top, rgba(15,64,79,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(top, rgba(15,64,79,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(15,64,79,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f404f', endColorstr='#007db9e8',GradientType=0 );*/
}
header > div {
  position: relative;
  height: 694px;
}
body.home header > div {
  height: 610px;
}
header > div.container {
  z-index: 555;
}
header .logo {
  width: auto;
  max-width: 293px;
  height: auto;
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
}
header .logo img {
  width: 100%;
  transition: all 0.3s ease;
}

header .element {
  width: 352px;
  height: 352px;
  display: block;
  position: absolute;
  right: 56px;
  bottom: 160px;
  z-index: 2;
  background: url(../images/icon/u1-badge.svg) center no-repeat;
}

header .info-page-header {
  background: #002f46;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print {
  header,
  footer > div.container,
  ul.additional-btn.show,
  div#usercentrics-root {
    display: none !important;
  }
}

.pg-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.pg-slider > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
/*Header End*/

/*Slogan*/
.slogan-title {
  min-height: 165px;
  padding: 30px 70px;
  margin: 0;
  color: #fff;
  font-size: 5rem;
  line-height: 63px;
  font-weight: lighter;
  text-transform: uppercase;
}
.mh-no > .slogan-title {
  min-height: 0px;
}
.slogan-title > span {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.slogan {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: -110px 0 32px;
  position: relative;
  z-index: 2;
}
.slogan > div h1 {
  min-height: 165px;
  padding: 20px 70px;
  margin: 0;
  background: #002f46;
  border-radius: 8px;
  color: #fff;
  font-size: 5rem;
  line-height: 63px;
  font-weight: lighter;
  text-transform: uppercase;
}
.slogan > div h1.min-title,
.slogan-title.min-slogan {
  font-size: 2.6rem;
  line-height: 37px;
  text-transform: none;
}

.load_more_spinner {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.load_more_spinner.hidden {
  display: none !important;
}
.load_more_spinner .fa {
  font-size: 24px;
}
/*Slogan End*/

/*Blog*/
.blog-list {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  letter-spacing: -0.3em;
}
.blog-card {
  padding: 50px 70px;
  margin: 0 15px 32px;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.blog-card.full {
  width: calc(100% - 30px);
}
.blog-card.no-padding {
  padding: 0;
}
.blog-card.blog-width-1 {
  width: calc(33.333% - 30px);
  padding: 50px 25px;
}
.blog-card.blog-width-2 {
  width: calc(66.666% - 30px);
}

.two-elements {
  letter-spacing: -0.3em;
}
.two-elements > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.blog-card .pic a,
.blog-card .pic div {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-width-1 .pic a,
.blog-width-1 .pic div {
  height: 200px;
  margin-bottom: 30px;
}
.blog-width-2 .pic a,
.blog-width-2 .pic div {
  height: 400px;
  margin-bottom: 30px;
}
.two-elements .pic a,
.two-elements .pic div {
  height: 380px;
}
.column-elements .pic a,
.column-elements .pic div {
  height: 250px;
}
.big-pic a,
.middle-pic a,
.big-pic div,
.middle-pic div,
.min-pic a,
.min-pic div {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 380px;
  margin-bottom: 60px;
}
.big-pic a,
.big-pic div {
  height: 450px;
}
.min-pic a,
.min-pic div {
  height: 250px;
}
.blog-card .text {
  margin-top: 10px;
}
.blog-card.column-elements .text {
  margin-top: -5px;
}
.blog-card .text.left {
  text-align: left;
  padding-right: 60px;
}
.blog-card .text.right {
  text-align: left;
  padding-left: 60px;
}
.padding-left {
  padding-right: 45px;
}
.padding-right {
  padding-left: 45px;
}
.blog-card .text.left .column {
  text-align: left;
  padding-right: 40px;
}
.blog-card .text.right .column {
  text-align: left;
  padding-left: 40px;
}
.blog-card.column-elements .text.left,
.blog-card.column-elements .text.right {
  padding: 0;
}

.card-title,
.card-info h2,
.table-block h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 28px;
  color: #002f46;
  text-transform: uppercase;
}
.card-info h2 {
  margin-bottom: 0;
}
.card-title {
  margin-bottom: 20px !important;
}
.card-title.big {
  font-size: 2.3rem;
}
.card-title.center {
  text-align: center;
}
.card-title.mt-10 {
  margin-top: 10px;
}
.card-title.mb-50 {
  margin-bottom: 50px;
}
.card-title a {
  color: #002f46;
  text-decoration: none;
  transition: all 0.3s ease;
}
.card-title.dark-blue,
.card-title.dark-blue > a,
.sun-block.dark-blue {
  color: #2a3958;
}
.card-title.blue,
.card-title.blue > a,
.table-block h2 {
  color: #37658a;
}
.card-title span,
.card-info h5 {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  text-transform: none;
  font-weight: normal;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.card-title span {
  display: block;
}
.card-title.dark-blue a span,
.card-title.blue span {
  color: #001326;
}
.card-title span.pink {
  color: #ff206f;
}

.violet-color,
.card-title.violet-color,
.card-title.violet-color a,
.card-title.violet-color a span {
  color: #3c3d64;
}

.card-title span.bold {
  font-weight: bold;
}
.card-title p {
  transition: all 0.3s ease;
}
.card-title a:hover,
.card-title a:hover span,
.card-title a:hover p {
  opacity: 0.6;
  color: #002f46;
}
.blog-card .text .des {
  margin-bottom: 22px;
}
/*Blog End*/

/*Card*/
.contact-block {
  position: relative;
  z-index: 10;
}
.card-grid {
  margin: 0 -15px;
  letter-spacing: -0.3em;
}
.cat-page-card {
  margin-top: -80px;
}
.cat-page-card.landing-page-card {
  margin-top: -110px;
}
.card_item_sizer {
  width: calc(33.333% - 30px);
}
.card-item {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  min-height: 150px;
  letter-spacing: normal;
  background: #fff;
  border-radius: 7px;
  /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
  border: 1px solid #e8e8e8;
}
.card-item.mh-no {
  min-height: 0;
}

.preview_block .card-item {
  margin: 0 auto !important;
}
.preview_block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.card-item.no-border {
  border: none;
}
.card-item-width2 {
  width: calc(66.666% - 30px);
}

.card-item.bg-dark {
  background: #002f46;
}
.card-item.full {
  width: calc(100% - 30px);
}

.no-adaptation {
  width: 1400px !important;
  height: auto;
  transform-origin: top left;
  transform: scale(0.3);
  position: relative;
  top: 0;
  padding: 15px;
}
.no-adaptation::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.1;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 555;
}
.no-adaptation > div > .card-item {
  width: calc(33.333% - 30px) !important;
}
.no-adaptation > div > .card-item.card-item-width2 {
  width: calc(66.666% - 30px) !important;
}
.no-adaptation > div > .card-item.full {
  width: calc(100% - 30px) !important;
}
.no-adaptation > div > .card-item .col-md-4,
.no-adaptation > div > .card-item .col-md-4.col-sm-12 {
  width: 33.333% !important;
  float: left;
}
.no-adaptation > div > .card-item .col-md-6,
.no-adaptation > div > .card-item .col-md-6.col-sm-12,
.no-adaptation > div > .card-item .col-lg-6 {
  width: 50% !important;
  float: left;
}
.no-adaptation > div > .card-item .col-md-8,
.no-adaptation > div > .card-item .col-md-8.col-sm-12 {
  width: 66.666% !important;
  float: left;
}
.no-adaptation > div > .card-item .imp-photos-list li {
  width: calc(50% - 18px) !important;
}
.no-adaptation > div > .card-item .imp-photos-list.block-4 li {
  width: calc(25% - 18px) !important;
}
.no-adaptation > div > .card-item .imp-photos-list li a {
  height: 226px !important;
}
.no-adaptation > div > .card-item .imp-photos-list.block-4 li a {
  height: 180px !important;
}

.no-adaptation > div > .card-item.lr-padding {
  padding: 0 40px !important;
}
.no-adaptation > div > .card-item .card-info {
  padding: 0 30px !important;
}
.no-adaptation > div > .card-item .card-info.lr-padding {
  padding: 0 60px 0 !important;
}

.no-adaptation > div > .card-item.big-lr-padding {
  padding: 0 100px 0 !important;
}
.no-adaptation > div > .card-item .video-block video {
  height: 400px !important;
}
.no-adaptation > div > .card-item .big-pic a,
.no-adaptation > div > .card-item .middle-pic a,
.no-adaptation > div > .card-item .big-pic div,
.no-adaptation > div > .card-item .middle-pic div,
.no-adaptation > div > .card-item .min-pic a,
.no-adaptation > div > .card-item .min-pic div {
  height: 380px !important;
  margin-bottom: 60px !important;
}
.no-adaptation > div > .card-item .big-pic a,
.no-adaptation > div > .card-item .big-pic div {
  height: 450px !important;
}
.no-adaptation > div > .card-item .min-pic a,
.no-adaptation > div > .card-item .min-pic div {
  height: 250px !important;
}

.card-item.lr-padding {
  padding: 0 40px;
}
.card-item.big-lr-padding {
  padding: 0 100px 0;
}
.card-item.mh-270 {
  min-height: 270px;
}

.page-slide-card.card-item {
  display: inline-block;
  vertical-align: top;
}

.video-block {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.video-block video {
  width: 100%;
  height: 400px;
}
.video-block.modal-video {
  padding-bottom: 0;
}
.video-block.modal-video video {
  width: 100%;
  height: 500px;
}
.main-card-info {
  border: none;
}
@media screen {
  .main-card-info {
    margin-top: -110px;
  }
}

.big-info-card {
  width: 100%;
  padding: 40px 140px 65px;
  color: #fff;
  margin: 0;
  line-height: 33px;
  font-size: 1.8rem;
}
.big-info-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding: 0;
  font-size: 5rem;
  font-weight: lighter;
  line-height: 55px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.big-info-title.mt-50 {
  margin-top: 50px;
}
.big-info-title.white {
  color: #fff;
}

@media screen {
  .info-page-title {
    margin: -230px 0 50px;
  }
}

.big-info-btn {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.title-line {
  width: 87px;
  height: 24px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.title-line span,
.title-line span::before,
.title-line span::after {
  display: inline-block;
  vertical-align: top;
  width: 87px;
  height: 8px;
  position: absolute;
}
.title-line span {
  top: 0;
  left: -22px;
}
.title-line span::before {
  content: "";
  left: 47px;
  top: 8px;
  height: 9px;
}
.title-line span::after {
  content: "";
  left: 22px;
  top: 17px;
  width: 84px;
}

.card-info {
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
}
.card-info.lr-padding {
  padding: 0 60px 0;
}
.card-item .card-info:first-child {
  margin-top: 50px;
}
/*.card-item .card-info:last-child {
	margin-bottom: 0;
}*/

.card-info.mt-0 {
  margin-top: 0 !important;
}
.card-info.center {
  text-align: center;
}
.card-info.mt-60 {
  margin-top: 60px;
}
.card-info.mt-50 {
  margin-top: 50px;
}
.card-info.mh-135 {
  min-height: 135px;
}
.card-line {
  width: calc(100% - 20px);
  margin: 0 10px;
  height: 2px;
  background: #f3f3f3;
}

.card-text {
  width: 100%;
  margin-bottom: 45px;
  color: #2a3958;
  font-size: 1.9rem;
}
.card-text.mb-20 {
  margin-bottom: 20px;
}
.card-info.card-table-info {
  margin: 0;
  padding: 30px 35px 30px 35px;
  border-top: 2px solid #ededed;
}
.card-info.card-table-info > .card-text {
  margin-bottom: 0;
}
.hidden-card-text {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.hidden-card-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.card-text a {
  color: #698ca7;
}

.card-text hr {
  width: 150%;
  margin-left: -25%;
}

.card-minus-mt {
  margin: 0 -30px;
  padding-top: 10px;
}
.card-minus-mt > div {
  padding: 0 30px;
}
.card-text h3 {
  font-size: 2.3rem;
  line-height: 33px;
}

.card-text.card-ul ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}
.card-text.card-ul ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 1% 5px 20px;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.card-text.card-ul ul li:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  line-height: 6px;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #37658a;
  content: "\f111";
  font-weight: bold;
}

.card-text ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px 10px;
  margin: 0;
  list-style: none;
}
.card-text ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 1% 5px 20px;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.card-text ul li:before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #37658a;
  content: "\f111";
  font-weight: bold;
}

.card-min-info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-top: 2px solid #ededed;
  padding: 30px 25px;
  text-align: center;
  color: #002f46;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 26px;
}

/*Card List*/
.card-info-list {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 45px 0 45px;
  list-style: none;
  text-align: left;
}
.card-info-list.mb-30 {
  margin-bottom: 30px;
}
.card-info-list.mb-80 {
  margin-bottom: 80px;
}
.card-info-list.padding-rl-no {
  padding: 0 0 0;
}
.card-info-list li {
  display: block;
  width: 100%;
}
.card-info-list li a {
  display: block;
  width: 100%;
  padding: 15px 0 15px 35px;
  font-size: 1.8rem;
  line-height: 20px;
  color: #333b5e;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: pre-wrap;
  background: url(../images/icon/plus-gray.svg) center left no-repeat;
  background-size: 20px;
  transition: all 0.3s ease;
  outline: none;
}
.card-info-list li a:hover {
  opacity: 0.6;
}

/*Marker*/
.marker {
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.marker a {
  display: inline-block;
  width: 50px;
  height: 70px;
  outline: none;
}
/*Marker End*/

/*Slide*/
.card-img {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.card-slide,
.card-img .pic {
  width: 100%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-radius: 7px 7px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-slide .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-img.top-pos .pic,
.card-slide .swiper-slide.top-pos {
  background-position: top center;
}
.card-img.bottom-pos .pic,
.card-slide .swiper-slide.bottom-pos {
  background-position: bottom center;
}

.card-img.top-left-pos .pic,
.card-slide .swiper-slide.top-left-pos {
  background-position: top left;
}
.card-img.top-right-pos .pic,
.card-slide .swiper-slide.top-right-pos {
  background-position: top right;
}
.card-img.bottom-left-pos .pic,
.card-slide .swiper-slide.bottom-left-pos {
  background-position: bottom left;
}
.card-img.bottom-right-pos .pic,
.card-slide .swiper-slide.bottom-right-pos {
  background-position: bottom right;
}
.card-img.center-left-pos .pic,
.card-slide .swiper-slide.center-left-pos {
  background-position: center left;
}
.card-img.center-right-pos .pic,
.card-slide .swiper-slide.center-right-pos {
  background-position: center right;
}

.cat-card .card-slide {
  height: 540px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.cat-card .card-slide .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}

.cat-card .card-slide .swiper-slide > .cat-card-info {
  padding: 20px 90px 0;
}
.cat-card .card-slide .swiper-slide > .card-info .card-title {
  padding: 0 90px 0;
}
.cat-card .card-slide .swiper-slide > .card-info {
  padding: 25px 0 0;
}

.card-video {
  width: 100%;
  position: relative;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  margin-bottom: 35px;
}
.card-video a {
  width: 100%;
  height: 240px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px 7px 0 0;
  position: relative;
  outline: none;
}
.card-video a:before {
  width: 50px;
  height: 30px;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f16a";
  display: block;
  top: calc(50% - 15px);
  left: calc(50% - 25px);
  font-size: 5.5rem;
  color: #fff;
  z-index: 5;
  line-height: 30px;
  opacity: 0.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.card-video a:hover:before {
  opacity: 1;
}

/*pagination*/
.card-slide-pagination {
  width: 100%;
  height: 25px;
  text-align: center;
  margin-top: 15px;
}
.cat-card-slide .card-slide-pagination {
  margin-top: 0;
}
.card-slide-pagination > span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  border: 2px solid #b0b9cd;
  background: transparent;
  transition: all 0.3s ease;
}
.card-slide-pagination > span:hover {
  background: #b0b9cd;
}

/*Arrow*/
.card-slide-prev,
.card-slide-next {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: 3px;
  z-index: 10;
}
.card-slide-prev:after,
.card-slide-next:after {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 17px;
  font-family: "FontAwesome";
  color: #b0b9cd;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
.card-slide-prev {
  left: 25px;
  right: auto;
  text-align: left;
}
.card-slide-prev:after {
  content: "\f104";
}
.card-slide-next {
  right: 25px;
  left: auto;
  text-align: right;
}
.card-slide-next:after {
  content: "\f105";
}

.cat-card-slide {
  width: 100%;
  position: relative;
  /*padding-bottom: 20px;*/
}
.cat-card-slide .card-slide-prev,
.cat-card-slide .card-slide-next {
  opacity: 0;
}
.cat-card:hover .cat-card-slide .card-slide-prev,
.cat-card:hover .cat-card-slide .card-slide-next {
  bottom: 150px;
  opacity: 1;
}

.card-btn {
  margin: 0 -25px;
}
.card-btn.mt-15 {
  margin-top: 15px;
}
.card-btn > .button {
  margin: 10px 25px 0;
  min-width: 150px;
}
.card-btn > .button.no-margin {
  margin: 0;
}
.card-btn > .button.no-margin-rl {
  margin: 20px 0 0;
}
.center.card-btn {
  text-align: center;
}
.left.card-btn {
  text-align: left;
}
.right.card-btn {
  text-align: right;
}
/*Card End*/

/*Info Card*/
.info-list {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  letter-spacing: -0.3em;
}
.info-list > li {
  width: calc(33.333% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 32px;
  letter-spacing: normal;
}
.info-title {
  min-height: 130px;
  margin-bottom: 10px;
}
.info-title strong {
  display: inline-block;
  min-height: 80px;
  /*overflow: hidden;*/
}
.info-title span {
  min-height: 60px;
  line-height: 23px;
}

.gender-symbol {
  width: 100%;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 10px 15px 0;
  border-top: 1px solid #e8e8e8;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 290px;
  letter-spacing: -0.3em;
  text-align: center;
}
.gender-symbol > div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  height: 65px;
  line-height: 65px;
  font-size: 3rem;
  width: calc(33.333%);
  font-weight: bold;
  /*background-color: #b2b9d0;*/
  cursor: pointer;
  color: #b2b9d0;
  transition: all 0.3s ease;
  text-align: center;
  font-family: "FontAwesome";
  position: relative;
}
.gender-symbol > div::before,
.gender-symbol > div::after {
  font-size: 4rem;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  font-weight: normal;
}
/*.gen-wm {
	background: url(../images/gen-wm-mask.png) center no-repeat;
}
.gen-w {
	background: url(../images/gen-w-mask.png) center no-repeat;
}
.gen-m {
	background: url(../images/gen-m-mask.png) center no-repeat;
}*/
.gen-w::before {
  content: "\f221";
  width: 100%;
  left: 0;
}
.gen-wm::before {
  content: "\f221";
  width: 50%;
  left: 0;
  right: auto;
}
.gen-wm::after {
  content: "\f222";
  width: 50%;
  left: auto;
  right: 0;
}
.gen-m::before {
  content: "\f222";
  width: 100%;
  left: 0;
}

.gender-info {
  position: relative;
}
.gender-info > div {
  opacity: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 0;
}
.gender-info > div.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
/*Info Card End*/

/*Catygory card*/
.clear-card {
  width: 100%;
  height: 0;
  padding: 0;
  min-height: 0px;
  margin: 0;
  background: transparent;
  display: none;
}
.cat-card {
  overflow: hidden;
  border-radius: 8px;
  /*z-index: 2;*/
}
.cat-card .card-img,
.cat-card .card-img .pic {
  height: 585px;
  margin: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.full-page-slide .cat-card .card-img,
.full-page-slide .cat-card .card-img .pic {
  height: 520px;
}
.cat-card .cardSlide,
.cat-card .cardSlide .card-slide {
  height: 602px;
}

.cat-card .cat-card-info {
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(248px);
  opacity: 1;
  padding: 20px 0 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.cat-card .card-slide .swiper-slide > .cat-card-info {
  padding: 10px 25px 0;
}
.modal-open .cat-card .cat-card-info.open-info {
  transform: translateY(0);
}
.cat-card:hover .cat-card-info {
  transform: translateY(0);
}
.cat-card .cat-card-info .card-title {
  margin-bottom: 35px;
  padding: 0 15px 0;
}
.cat-card-text {
  height: 250px;
}
.cat-card-text > div {
  padding: 0 20px;
  color: #2a3958;
  font-size: 1.8rem;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.cat-card-text > div p {
  display: inline-block;
  vertical-align: top;
  height: 75px;
  overflow: hidden;
}
.cat-card-text > div .button {
  margin: 20px 0 40px;
}
.cat-card .cat-card-info .info {
  margin-top: 22px;
  border-radius: 0px;
}

.slide-page-card > .card-item {
  margin-bottom: 0px;
}

.cat-date {
  width: 100%;
  color: #fff;
  padding: 30px 25px 40px;
  border-bottom: 1px solid #184256;
  text-align: center;
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
}
.cat-date.no-border {
  border-bottom: 0px;
}
.sun-block {
  width: 100%;
  padding: 15px 20px 0;
  letter-spacing: -0.3em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.sun-block > span {
  width: 74px;
  height: 74px;
  background: url(../images/icon/sun.svg) center no-repeat;
  background-size: 74px;
  display: inline-block;
  vertical-align: middle;
}
.sun-block > div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 74px);
  letter-spacing: normal;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.color-line {
  width: 100%;
  /*background: url(../images/color-line.png) center no-repeat;*/
  background: url(../images/color_lines.svg) center no-repeat;
  margin-top: 0;
  display: inline-table;
  vertical-align: top;
  background-size: 100% auto;
  position: relative;
  letter-spacing: -0.3em;
}
.color-line:before {
  content: "";
  width: 0;
  min-height: 152px;
  position: relative;
  display: inline-table;
  vertical-align: middle;
}
.color-line h1 {
  width: calc(100% - 2px);
  padding: 5px 30px 5px;
  text-align: left;
  font-size: 3.6rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin: 0;
  letter-spacing: normal;
  display: inline-table;
  vertical-align: middle;
}
.color-line h1.text-center {
  text-align: center;
}

.big-title {
  padding: 5px 20px 0;
  color: #fff;
  font-size: 4.5rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.cat-menu-link {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.cat-menu-link a {
  color: #fff;
  letter-spacing: -0.3em;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 8px 35px;
  transition: all 0.3s ease;
}
.cat-menu-link a:hover,
.cat-menu-link .active a {
  background: #37658a;
}
.cat-menu-link a img {
  border: none;
  width: 63px;
  display: inline-block;
  vertical-align: middle;
}
.cat-menu-link a span {
  width: calc(100% - 63px);
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 2rem;
  text-transform: uppercase;
  padding-left: 25px;
}
/*Catygory card End*/

/*Map*/
.card-map {
  letter-spacing: -0.3em;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
.card-map:before {
  content: "";
  width: calc(50% + 4px);
  height: 100%;
  background: #c7f1ab;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.card-map > div {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  letter-spacing: normal;
  position: relative;
}
.card-map > div.map-block {
  width: 55%;
  height: auto;
  overflow: hidden;
}
.card-map > div.map-block img {
  width: 100%;
  height: auto;
  float: right;
}
.card-map > div.map-block img.map-mask {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
}
.card-map > div.map-block > span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 3;
}
#thermenlandschaften {
  background-image: url(../images/map/thermenlandschaften.png);
}
#saunastein {
  background-image: url(../images/map/saunastein.png);
}
#stein-der-ruhe {
  background-image: url(../images/map/stein-der-ruhe.png);
}
#erlebnisstein {
  background-image: url(../images/map/erlebnisstein.png);
}
#stein-der-schonheit {
  background-image: url(../images/map/stein-der-schonheit.png);
}
#jahreszeiten {
  background-image: url(../images/map/jahreszeiten.png);
}
#relax {
  background-image: url(../images/map/relax.png);
}
#relaxterrasse {
  background-image: url(../images/map/relaxterrasse.png);
}
#fitness {
  background-image: url(../images/map/fitness.png);
}
#med {
  background-image: url(../images/map/med.png);
}
.card-map > div.map-block > span.active,
.card-map > div.map-block > span.show-map {
  opacity: 1;
}

.map-link {
  width: 100%;
  padding: 50px;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.map-link.no-padding {
  padding: 0;
}
.map-link > span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  visibility: visible;
  position: relative;
}
.map-link > span.hide-info {
  opacity: 0;
  position: absolute;
  z-index: 0;
  visibility: hidden;
}
.map-link > span a {
  display: inline-block;
  width: auto;
  padding: 14px 0 14px 55px;
  background-position: center left;
  background-repeat: no-repeat;
  color: #2a3958;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}
.map-link > span a.thermenlandschaften {
  background-image: url(../images/map/icon/thermenlandschaften.png);
}
.map-link > span a.saunastein {
  background-image: url(../images/map/icon/saunastein.png);
}
.map-link > span a.stein-der-ruhe {
  background-image: url(../images/map/icon/stein-der-ruhe.png);
}
.map-link > span a.erlebnisstein {
  background-image: url(../images/map/icon/erlebnisstein.png);
}
.map-link > span a.stein-der-schonheit {
  background-image: url(../images/map/icon/stein-der-schonheit.png);
}
.map-link > span a.jahreszeiten {
  background-image: url(../images/map/icon/jahreszeiten.png);
}
.map-link > span a.relax {
  background-image: url(../images/map/icon/relax.png);
}
.map-link > span a.relaxterrasse {
  background-image: url(../images/map/icon/relax.png);
}
.map-link > span a.fitness {
  background-image: url(../images/map/icon/fitness.png);
}
.map-link > span a.med {
  background-image: url(../images/map/icon/med.png);
}

.map-link > span a.thermenlandschaften:hover,
.map-link > span a.thermenlandschaften.active,
.thermenlandschaften-info .map-info-header > h1 {
  background-image: url(../images/map/icon/thermenlandschaften-color.png);
}
.map-link > span a.saunastein:hover,
.map-link > span a.saunastein.active,
.saunastein-info .map-info-header > h1 {
  background-image: url(../images/map/icon/saunastein-color.png);
}
.map-link > span a.stein-der-ruhe:hover,
.map-link > span a.stein-der-ruhe.active,
.stein-der-ruhe-info .map-info-header > h1 {
  background-image: url(../images/map/icon/stein-der-ruhe-color.png);
}
.map-link > span a.erlebnisstein:hover,
.map-link > span a.erlebnisstein.active,
.erlebnisstein-info .map-info-header > h1 {
  background-image: url(../images/map/icon/erlebnisstein-color.png);
}
.map-link > span a.stein-der-schonheit:hover,
.map-link > span a.stein-der-schonheit.active,
.stein-der-schonheit-info .map-info-header > h1 {
  background-image: url(../images/map/icon/stein-der-schonheit-color.png);
}
.map-link > span a.jahreszeiten:hover,
.map-link > span a.jahreszeiten.active,
.jahreszeiten-info .map-info-header > h1 {
  background-image: url(../images/map/icon/jahreszeiten-color.png);
}
.map-link > span a.relax:hover,
.map-link > span a.relax.active,
.relax-info .map-info-header > h1 {
  background-image: url(../images/map/icon/relax-color.png);
}
.map-link > span a.relaxterrasse:hover,
.map-link > span a.relaxterrasse.active,
.relaxterrasse-info .map-info-header > h1 {
  background-image: url(../images/map/icon/relax-color.png);
}
.map-link > span a.fitness:hover,
.map-link > span a.fitness.active,
.fitness-info .map-info-header > h1 {
  background-image: url(../images/map/icon/fitness-color.png);
}
.map-link > span a.med:hover,
.map-link > span a.med.active,
.med-info .map-info-header > h1 {
  background-image: url(../images/map/icon/med-color.png);
}
.map-link > span a:hover,
.map-link > span a.active {
  color: #7e8f9e;
}

.map-link > div {
  display: inline-block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.map-link > div.active {
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.map-info-header {
  width: calc(110% + 2px);
  padding: 30px 100px 25px 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.map-info-header h1 {
  color: #2a3958;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 10px 55px;
  margin: 0;
  background-position: center left;
  background-repeat: no-repeat;
  word-break: break-all;
}
.close-map-info {
  position: absolute;
  top: calc(50% - 14px);
  right: 75px;
  background: transparent;
  border: none;
  font-size: 3.5rem;
  color: #ccc;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
}
.close-map-info:hover {
  color: #dadbdc;
}
.map-info-text {
  padding: 20px 15px 0 50px;
  font-size: 1.7rem;
  line-height: 22px;
}

.map-btn {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 10px;
}
.map-btn > .button,
.map-info-text .button {
  display: table;
  min-width: 150px;
  text-align: left;
}
.map-btn > .button.mt-20 {
  margin-top: 10px;
}

/*Diagram*/
.diagram-block {
  letter-spacing: -0.3em;
  padding: 50px 70px;
}
.diagram-block h3,
.diagram-block div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.diagram-block div {
  width: 225px;
  height: 225px;
}
.diagram-block div.d1 {
  background: url(../images/d1.jpg) center no-repeat;
  background-size: 100%;
}
.diagram-block div.d2 {
  background: url(../images/d2.jpg) center no-repeat;
  background-size: 100%;
}
.diagram-block h3 {
  width: calc(100% - 450px);
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 30px;
  color: #002f46;
  padding: 0 20px;
}

/*Table*/
.table-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.table-block table {
  width: 100% !important;
  border: 0px !important;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.table-block table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -1px;
}
.table-block table th,
.table-block table tr:first-child td {
  padding: 12px 10px 12px 0;
  border: 0px;
  border-bottom: 2px solid #b7bbcf;
  color: #b7bbcf;
  font-size: 1.8rem;
  font-weight: lighter !important;
}
.table-block table tr:first-child td:first-child,
.table-block table tr:first-child th:first-child {
  width: 270px;
}
.table-block table td {
  min-width: 100px;
  padding: 12px 10px 12px 0;
  border: 0px;
  border-bottom: 1px solid #b7bbcf;
  color: #343b5e;
}
.table-block table tr:first-child {
  padding: 12px 10px 12px 0;
  border: 0px;
  border-bottom: 2px solid #b7bbcf;
  color: #b7bbcf;
  font-size: 1.8rem;
  font-weight: lighter !important;
}

/*Color seettings*/

/*Standart*/
.standart .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.standart .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #37658a;
  border-color: #37658a;
}

.standart .marker,
.card-item.standart .marker {
  background: url(../images/icon/locations/relax.svg) center no-repeat;
}

.standart .card-slide-prev:hover:after,
.standart .card-slide-next:hover:after,
.card-item.standart .card-slide-prev:hover:after,
.card-item.standart .card-slide-next:hover:after,
.card-item.standart .gen-wm:hover,
.card-item.standart .gen-w:hover,
.card-item.standart .gen-m:hover,
.card-item.standart .gen-wm.active,
.card-item.standart .gen-w.active,
.card-item.standart .gen-m.active,
.standart .gen-wm:hover,
.standart .gen-w:hover,
.standart .gen-m:hover,
.standart .gen-wm.active,
.standart .gen-w.active,
.standart .gen-m.active {
  color: #37658a;
}

.standart .button.info,
.standart .button.download,
.standart .button.standard,
.standart .button.date,
.standart .button.email,
.standart .title-line span,
.card-item.standart .button.info,
.card-item.standart .button.download,
.card-item.standart .button.standard,
.card-item.standart .button.date,
.card-item.standart .title-line span {
  background-color: #37658a;
}

.standart .title-line span::before,
.card-item.standart .title-line span::before {
  background: #7394ad;
}
.standart .title-line span::after,
.card-item.standart .title-line span::after {
  background: #e0e7ed;
}

/*Lime*/
body.lime {
  background-color: #eaf3d5;
}
.lime .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.lime .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #71982d;
  border-color: #71982d;
}

.lime .marker,
.card-item.lime .marker {
  background: url(../images/icon/locations/med.svg) center no-repeat;
}

.lime .card-slide-prev:hover:after,
.lime .card-slide-next:hover:after,
.card-item.lime .card-slide-prev:hover:after,
.card-item.lime .card-slide-next:hover:after,
.card-item.lime .gen-wm:hover,
.card-item.lime .gen-w:hover,
.card-item.lime .gen-m:hover,
.card-item.lime .gen-wm.active,
.card-item.lime .gen-w.active,
.card-item.lime .gen-m.active,
.lime .gen-wm:hover,
.lime .gen-w:hover,
.lime .gen-m:hover,
.lime .gen-wm.active,
.lime .gen-w.active,
.lime .gen-m.active {
  color: #71982d;
}

.lime .button.info,
.lime .button.download,
.lime .button.standard,
.lime .button.date,
.lime .button.email,
.lime .title-line span,
.card-item.lime .button.info,
.card-item.lime .button.download,
.card-item.lime .button.standard,
.card-item.lime .button.date,
.card-item.lime .title-line span {
  background-color: #71982d;
}

.lime .title-line span::before,
.card-item.lime .title-line span::before {
  background: #a9be76;
}
.lime .title-line span::after,
.card-item.lime .title-line span::after {
  background: #e0e8cf;
}

/*Garden*/
body.garden {
  background-color: #d3eadc;
}
.garden .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.garden .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #00834c;
  border-color: #00834c;
}

.garden .marker,
.card-item.garden .marker {
  background: url(../images/icon/locations/jahreszeitengarten.svg) center no-repeat;
}

.garden .card-slide-prev:hover:after,
.garden .card-slide-next:hover:after,
.card-item.garden .card-slide-prev:hover:after,
.card-item.garden .card-slide-next:hover:after,
.card-item.garden .gen-wm:hover,
.card-item.garden .gen-w:hover,
.card-item.garden .gen-m:hover,
.card-item.garden .gen-wm.active,
.card-item.garden .gen-w.active,
.card-item.garden .gen-m.active,
.garden .gen-wm:hover,
.garden .gen-w:hover,
.garden .gen-m:hover,
.garden .gen-wm.active,
.garden .gen-w.active,
.garden .gen-m.active {
  color: #00834c;
}

.garden .button.info,
.garden .button.download,
.garden .button.standard,
.garden .button.date,
.garden .button.email,
.garden .title-line span,
.card-item.garden .button.info,
.card-item.garden .button.download,
.card-item.garden .button.standard,
.card-item.garden .button.date,
.card-item.garden .title-line span {
  background-color: #00834c;
}

.garden .title-line span::before,
.card-item.garden .title-line span::before {
  background: #41a576;
}
.garden .title-line span::after,
.card-item.garden .title-line span::after {
  background: #bedece;
}

/*Pink*/
body.pink {
  background-color: #f6e1eb;
}
.pink .marker,
.card-item.pink .marker {
  background: url(../images/icon/locations/erlebnisstein.svg) center no-repeat;
}
.pink .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.pink .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #dd1f63;
  border-color: #dd1f63;
}

.pink .card-slide-prev:hover:after,
.pink .card-slide-next:hover:after,
.card-item.pink .card-slide-prev:hover:after,
.card-item.pink .card-slide-prev:hover:after,
.card-item.pink .gen-wm:hover,
.card-item.pink .gen-w:hover,
.card-item.pink .gen-m:hover,
.card-item.pink .gen-wm.active,
.card-item.pink .gen-w.active,
.card-item.pink .gen-m.active,
.pink .gen-wm:hover,
.pink .gen-w:hover,
.pink .gen-m:hover,
.pink .gen-wm.active,
.pink .gen-w.active,
.pink .gen-m.active {
  color: #dd1f63;
}

.pink .button.info,
.pink .button.download,
.pink .button.standard,
.pink .button.date,
.pink .button.email,
.pink .title-line span,
.card-item.pink .button.info,
.card-item.pink .button.download,
.card-item.pink .button.standard,
.card-item.pink .button.date,
.card-item.pink .title-line span {
  background-color: #df1f63;
}

.pink .title-line span::before,
.card-item.pink .title-line span::before {
  background: #ed749c;
}
.pink .title-line span::after,
.card-item.pink .title-line span::after {
  background: #f8cbdc;
}

/*Blue*/
body.blue {
  background-color: #d0dde8;
}
.blue .marker,
.card-item.blue .marker {
  background: url(../images/icon/locations/thermenlandschaften.svg) center no-repeat;
}
.blue .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.blue .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #14548a;
  border-color: #14548a;
}

.blue .card-slide-prev:hover:after,
.blue .card-slide-next:hover:after,
.card-item.blue .card-slide-prev:hover:after,
.card-item.blue .card-slide-next:hover:after,
.card-item.blue .gen-wm:hover,
.card-item.blue .gen-w:hover,
.card-item.blue .gen-m:hover,
.card-item.blue .gen-wm.active,
.card-item.blue .gen-w.active,
.card-item.blue .gen-m.active,
.blue .gen-wm:hover,
.blue .gen-w:hover,
.blue .gen-m:hover,
.blue .gen-wm.active,
.blue .gen-w.active,
.blue .gen-m.active {
  color: #14548a;
}

.blue .button.info,
.blue .button.download,
.blue .button.standard,
.blue .button.date,
.blue .button.email,
.blue .title-line span,
.card-item.blue .button.info,
.card-item.blue .button.download,
.card-item.blue .button.standard,
.card-item.blue .button.date,
.card-item.blue .title-line span {
  background-color: #14548a;
}

.blue .title-line span::before,
.card-item.blue .title-line span::before {
  background: #4376a1;
}
.blue .title-line span::after,
.card-item.blue .title-line span::after {
  background: #e0e7ed;
}

/*Yellow*/
body.yellow {
  background-color: #f8efd5;
}
.yellow .marker,
.card-item.yellow .marker {
  background: url(../images/icon/locations/saunastein.svg) center no-repeat;
}
.yellow .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.yellow .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #f0a100;
  border-color: #f0a100;
}

.yellow .card-slide-prev:hover:after,
.yellow .card-slide-next:hover:after,
.card-item.yellow .card-slide-prev:hover:after,
.card-item.yellow .card-slide-next:hover:after,
.card-item.yellow .gen-wm:hover,
.card-item.yellow .gen-w:hover,
.card-item.yellow .gen-m:hover,
.card-item.yellow .gen-wm.active,
.card-item.yellow .gen-w.active,
.card-item.yellow .gen-m.active,
.yellow .gen-wm:hover,
.yellow .gen-w:hover,
.yellow .gen-m:hover,
.yellow .gen-wm.active,
.yellow .gen-w.active,
.yellow .gen-m.active {
  color: #f0a100;
}

.yellow .button.info,
.yellow .button.download,
.yellow .button.standard,
.yellow .button.date,
.yellow .button.email,
.yellow .title-line span,
.card-item.yellow .button.info,
.card-item.yellow .button.download,
.card-item.yellow .button.standard,
.card-item.yellow .button.date,
.card-item.yellow .title-line span {
  background-color: #f0a100;
}

.yellow .title-line span::before,
.card-item.yellow .title-line span::before {
  background: #fbc96f;
}
.yellow .title-line span::after,
.card-item.yellow .title-line span::after {
  background: #fdebcd;
}

/*Orange*/
body.orange {
  background-color: #f4e9dd;
}
.orange .marker,
.card-item.orange .marker {
  background: url(../images/icon/locations/stein-der-schoenheit.svg) center no-repeat;
}
.orange .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.orange .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #ca651c;
  border-color: #ca651c;
}

.orange .card-slide-prev:hover:after,
.orange .card-slide-next:hover:after,
.card-item.orange .card-slide-prev:hover:after,
.card-item.orange .card-slide-next:hover:after,
.card-item.orange .gen-wm:hover,
.card-item.orange .gen-w:hover,
.card-item.orange .gen-m:hover,
.card-item.orange .gen-wm.active,
.card-item.orange .gen-w.active,
.card-item.orange .gen-m.active,
.orange .gen-wm:hover,
.orange .gen-w:hover,
.orange .gen-m:hover,
.orange .gen-wm.active,
.orange .gen-w.active,
.orange .gen-m.active {
  color: #ca651c;
}

.orange .button.info,
.orange .button.download,
.orange .button.standard,
.orange .button.date,
.orange .button.email,
.orange .title-line span,
.card-item.orange .button.info,
.card-item.orange .button.download,
.card-item.orange .button.standard,
.card-item.orange .button.date,
.card-item.orange .title-line span {
  background-color: #ca651c;
}

.orange .title-line span::before,
.card-item.orange .title-line span::before {
  background: #e29e74;
}
.orange .title-line span::after,
.card-item.orange .title-line span::after {
  background: #f6dccd;
}

/*Purple*/
body.purple {
  background-color: #e8dfe9;
}
.purple .marker,
.card-item.purple .marker {
  background: url(../images/icon/locations/stein-der-ruhe.svg) center no-repeat;
}
.purple .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.purple .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #7e4680;
  border-color: #7e4680;
}

.purple .card-slide-prev:hover:after,
.purple .card-slide-next:hover:after,
.card-item.purple .card-slide-prev:hover:after,
.card-item.purple .card-slide-next:hover:after,
.card-item.purple .gen-wm:hover,
.card-item.purple .gen-w:hover,
.card-item.purple .gen-m:hover,
.card-item.purple .gen-wm.active,
.card-item.purple .gen-w.active,
.card-item.purple .gen-m.active,
.purple .gen-wm:hover,
.purple .gen-w:hover,
.purple .gen-m:hover,
.purple .gen-wm.active,
.purple .gen-w.active,
.purple .gen-m.active {
  color: #7e4680;
}

.purple .button.info,
.purple .button.download,
.purple .button.standard,
.purple .button.date,
.purple .button.email,
.purple .title-line span,
.card-item.purple .button.info,
.card-item.purple .button.download,
.card-item.purple .button.standard,
.card-item.purple .button.date,
.card-item.purple .title-line span {
  background-color: #7e4680;
}

.purple .title-line span::before,
.card-item.purple .title-line span::before {
  background: #9c709e;
}
.purple .title-line span::after,
.card-item.purple .title-line span::after {
  background: #decbdc;
}

/*Red*/
body.red {
  background-color: #f6e3e3;
}
.red .marker,
.card-item.red .marker {
  background: url(../images/icon/locations/fitness.svg) center no-repeat;
}
.red .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.red .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #d83b3f;
  border-color: #d83b3f;
}

.red .card-slide-prev:hover:after,
.red .card-slide-next:hover:after,
.card-item.red .card-slide-prev:hover:after,
.card-item.red .card-slide-next:hover:after,
.card-item.red .gen-wm:hover,
.card-item.red .gen-w:hover,
.card-item.red .gen-m:hover,
.card-item.red .gen-wm.active,
.card-item.red .gen-w.active,
.card-item.red .gen-m.active,
.red .gen-wm:hover,
.red .gen-w:hover,
.red .gen-m:hover,
.red .gen-wm.active,
.red .gen-w.active,
.red .gen-m.active {
  color: #d83b3f;
}

.red .button.info,
.red .button.download,
.red .button.standard,
.red .button.date,
.red .button.email,
.red .title-line span,
.card-item.red .button.info,
.card-item.red .button.download,
.card-item.red .button.standard,
.card-item.red .button.date,
.card-item.red .title-line span {
  background-color: #d83b3f;
}

.red .title-line span::before,
.card-item.red .title-line span::before {
  background: #e66d73;
}
.red .title-line span::after,
.card-item.red .title-line span::after {
  background: #f8c9cb;
}

/*Green*/
body.green {
  background-color: #d5e9df;
}
.green .marker,
.card-item.green .marker {
  background: url(../images/icon/locations/jahreszeitengarten.svg) center no-repeat;
}
.green .card-slide-pagination > span.swiper-pagination-bullet-active,
.card-item.green .card-slide-pagination > span.swiper-pagination-bullet-active {
  background: #00834c;
  border-color: #00834c;
}

.green .card-slide-prev:hover:after,
.green .card-slide-next:hover:after,
.card-item.green .card-slide-prev:hover:after,
.card-item.green .card-slide-next:hover:after,
.card-item.green .gen-wm:hover,
.card-item.green .gen-w:hover,
.card-item.green .gen-m:hover,
.card-item.green .gen-wm.active,
.card-item.green .gen-w.active,
.card-item.green .gen-m.active,
.green .gen-wm:hover,
.green .gen-w:hover,
.green .gen-m:hover,
.green .gen-wm.active,
.green .gen-w.active,
.green .gen-m.active {
  color: #00834c;
}

.green .button.info,
.green .button.download,
.green .button.standard,
.green .button.date,
.green .button.email,
.green .title-line span,
.card-item.green .button.info,
.card-item.green .button.download,
.card-item.green .button.standard,
.card-item.green .button.date,
.card-item.green .title-line span {
  background-color: #00834c;
}

.green .title-line span::before,
.card-item.green .title-line span::before {
  background: #41a576;
}
.green .title-line span::after,
.card-item.green .title-line span::after {
  background: #bedece;
}
/*Color seettings End*/

/*Impression*/
.blog-card.imp-photos {
  width: 100%;
  text-align: center;
  margin: 0 0 32px;
}
.imp-photos-list {
  padding: 0;
  margin: 0 -9px;
  list-style: none;
  letter-spacing: -0.3em;
  text-align: left;
}
.imp-photos-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 18px);
  margin: 0 9px 18px;
}
.imp-photos-list li a {
  display: block;
  width: 100%;
  height: 226px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imp-photos-list.block-4,
.imp-photos-list.block-3 {
  padding-bottom: 45px;
}
.imp-photos-list.block-4 li {
  width: calc(25% - 18px);
}
.imp-photos-list.block-4 li a {
  height: 180px;
}
/*Impression End*/

/*Hubs*/
.hubs > .blog-card.full {
  width: 100%;
  text-align: center;
  margin: 0 0 32px;
}
.hubsImg {
  display: block;
  width: 100%;
  height: 240px;
  background-color: #002f46;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 38px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hubsImg > strong {
  width: 100%;
  display: block;
  padding: 15px 15px 45px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 90px);
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 50px;
}
.hubsImg > strong span {
  display: inline-block;
  max-width: 250px;
}
.hubsText {
  padding: 0 30px;
  text-align: center;
}
.hubsImg .clear {
  width: 100%;
  display: block;
}
/*Hubs End*/

/*Subway graphic*/
.subway-graphic .contentImg {
  background-image: url(../images/subway-graphic.png);
}
.graphic-date {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  background: #7394ad;
  border-radius: 0 0 8px 8px;
}
/*Subway graphic End*/

/*Subscription*/
.subscription-form {
  width: 100%;
  padding: 10px 30px 50px;
  text-align: center;
}
.subscription-form.margin-rl-no {
  padding: 10px 0 50px;
}
/*Subscription End*/

/*Footer*/
footer {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
footer > .container {
  min-height: 160px;
  background: #002f46;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 30px 30px;
}
footer > .container.no-padding {
  padding: 0;
}
footer > .copyright {
  width: 100%;
  color: #002735;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.footer-padding {
  padding: 10px 30px 20px 30px;
}

.footer-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #184256;
  letter-spacing: -0.3em;
  list-style: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.footer-menu li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  letter-spacing: normal;
  font-weight: 700;
}
.footer-menu li img {
  border: none;
  width: 53px;
}
.footer-menu li a {
  display: block;
  width: 100%;
  padding: 21px 5px 19px 0;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  outline: none;
}
.footer-menu li a:hover {
  background: #37658a;
}

.social-list {
  width: auto;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-list li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.social-list li a {
  color: #fff;
  display: block;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
.social-list li a:hover {
  opacity: 0.8;
}
.social-list li img {
  max-width: 36px;
  border: none;
  transform: translateY(1px);
  transition: all 0.3s ease;
}
.social-list li a:hover img {
  transform: translateY(-3px);
}
.social-list li:last-child {
  padding-left: 15px;
}
.social-list.fm li:last-child {
  padding-left: 0px;
}
.social-list.fm li {
  margin-right: 12px;
}
.social-list.fm li.no-margin {
  margin: 0;
}

.footer-info {
  text-align: right;
}
.footer-info ul {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 7px 0 0;
  list-style: none;
}
.footer-info ul li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 1.6rem;
}
.footer-info ul li:first-child {
  padding-right: 15px;
}
.footer-info-block {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: block;
  background-size: contain;
}
.f1 {
  background-image: url(../images/f1.jpg);
}
.f2 {
  background-image: url(../images/f2.jpg);
}
/*Footer End*/

/*Search*/
.top-menu > li.m-search > .search-form {
  background: #2c5a7c;
}
.top-menu > li.m-search > .search-form input {
  width: 100%;
  height: 70px;
  background: transparent;
  border-radius: 8px;
  line-height: 70px;
  border: none;
  padding: 5px 100px 5px 25px;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
}
.top-menu > li.m-search > .search-form input::-webkit-input-placeholder {
  color: #96adbe;
  text-transform: uppercase;
}
.top-menu > li.m-search > .search-form input::-moz-placeholder {
  color: #96adbe;
  text-transform: uppercase;
}
.top-menu > li.m-search > .search-form button {
  width: 60px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 8px;
  background: #37658a;
  color: #fff;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 1.4rem;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.top-menu > li.m-search > .search-form button:hover {
  background: #4578a1;
}

.page-search-form {
  width: 100%;
  letter-spacing: -0.3em;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}
.page-search-form input {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: calc(100% - 200px);
  margin: 0;
}

.search-result-info {
  margin-bottom: 40px;
  font-size: 2rem;
}
.search-result {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}
.search-result:last-child {
  margin-bottom: 0px;
}

.search-type {
  width: 100%;
  display: inline-table;
  vertical-align: top;
  letter-spacing: -0.3em;
  margin-bottom: 40px;
}
.search-type > label {
  display: inline-table;
  vertical-align: top;
  width: auto;
  margin: 0 30px 0 0;
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.search-type > label input {
  display: none;
}
.search-type > label span::before {
  content: "\f111";
  display: block;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  font-family: "FontAwesome";
  font-size: 0rem;
  color: #37658a;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 100%;
  line-height: 15px;
}
.search-type > label input:checked + span::before {
  font-size: 1rem;
}
/*Search End*/

/*Category*/
.category-link {
  width: 90%;
  height: auto;
  padding: 250px 0 50px;
  position: absolute;
  bottom: 70px;
  left: 5%;
  overflow: hidden;
  text-align: center;
  z-index: 666;
}
.category-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-link ul > .swiper-slide {
  padding: 0 0;
  text-align: center;
  cursor: pointer;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.category-link ul > .swiper-slide > span {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  opacity: 0.4;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  position: relative;
}
.category-link ul > .swiper-slide.active > span,
.category-link ul > .swiper-slide.swiper-slide-duplicate-active > span,
.category-link ul > .swiper-slide:hover > span {
  opacity: 1;
  z-index: -10;
}

.category-link ul > .swiper-slide > div {
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  left: 0;
  bottom: -30px;
  display: block;
  color: #3c3d64;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.category-link ul > .swiper-slide > div h2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
/*.category-link ul > .swiper-slide.active > div,*/
.category-link ul > .swiper-slide:hover > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 0;
}
.category-link ul > .swiper-slide > div .button {
  margin-top: 15px;
  min-width: 0px;
}

.cat-menu {
  min-height: 585px;
  overflow: hidden;
}

.home-page-header {
  position: relative;
}
.header-home-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-home-slide > div {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.6s ease;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
header .header-home-slide > div.top-pos {
  background-position: top center !important;
}
header .header-home-slide > div.bottom-pos {
  background-position: bottom center !important;
}
.header-home-slide > div.active {
  opacity: 1;
}
.header-home-slide > div.hide {
  opacity: 0;
}

.video_background {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video_background > video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 1800px) {
  .video_background > video {
    left: 0% !important;
    width: 100% !important;
  }
}

header .header-home-slide > div.top-pos .video_background > video {
  top: 0px;
  bottom: auto;
}
header .header-home-slide > div.bottom-pos .video_background > video {
  top: auto;
  bottom: 0px;
}

.category-link-next,
.category-link-prev {
  position: absolute;
  color: #fff;
  font-size: 3.5rem;
  right: 25px;
  bottom: 115px;
  cursor: pointer;
  transition: all 0.6s ease;
  opacity: 0.5;
  z-index: 55;
  display: none;
}
.category-link-prev {
  right: auto;
  left: 25px;
}
.category-link-next:hover,
.category-link-prev:hover {
  opacity: 1;
}
/*Category*/

/*Additional buttons*/
.additional-btn {
  width: 52px;
  position: fixed;
  right: 20px;
  top: calc(50% - 120px);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 666;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease;
  visibility: hidden;
}
.additional-btn.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.additional-btn > li {
  position: relative;
  height: 52px;
  margin-bottom: 16px;
}
.additional-btn > li div {
  width: 0;
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 65px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background: #fff;
  top: 0;
  right: 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #002f46;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.additional-btn > li div a,
.additional-btn > li div span {
  display: inline-block;
  vertical-align: top;
  color: #002f46;
  opacity: 0;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.6s ease;
}
.additional-btn > li:hover .a-btn {
  left: 0;
}
.additional-btn .a-btn,
.back-btn {
  display: block;
  border: none;
  width: 52px;
  height: 52px;
  outline: none !important;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  position: absolute;
}
.additional-btn .move-to-start:hover {
  opacity: 0.7;
}
.move-to-start {
  background: url(../images/icon/move-to-start.svg) center no-repeat;
}
.share .a-btn {
  background: url(../images/icon/share.svg) center no-repeat;
  z-index: 2;
}
.additional-btn > li.share:hover > div {
  opacity: 1;
  width: 280px;
}
.additional-btn > li.share:hover .a-btn {
  left: -235px;
}
.panorama .a-btn {
  background: url(../images/icon/panorama.svg) center no-repeat;
  z-index: 2;
}
.additional-btn > li.panorama:hover > div {
  opacity: 1;
  width: 200px;
}
.additional-btn > li.panorama:hover .a-btn {
  left: -155px;
}
.sun .a-btn {
  background: url(../images/icon/weather.svg) center no-repeat;
  z-index: 2;
}
.additional-btn > li.sun:hover > div {
  opacity: 1;
  width: 300px;
}
.additional-btn > li.sun:hover .a-btn {
  left: -253px;
}

.relax-booking .a-btn {
  background: url(../images/icon/relax-booking.svg) center no-repeat;
  z-index: 2;
}
.additional-btn > li.relax-booking:hover > div {
  opacity: 1;
  width: 200px;
}
.additional-btn > li.relax-booking:hover .a-btn {
  left: -155px;
}

.additional-btn > li:hover div a,
.additional-btn > li:hover div span {
  opacity: 1;
}

.s-fb i {
  color: #3c5a99;
  font-size: 2.7rem;
  margin-left: 10px;
  transform: translateY(4px);
}
.s-tw i {
  color: #1da1f2;
  font-size: 3rem;
  margin-left: 10px;
  transform: translateY(4px);
}

.back-btn {
  position: fixed;
  left: 25px;
  z-index: 55;
  top: calc(50% - 25px);
  transform: rotate(-90deg);
  background: url(../images/icon/move-to-start.svg) center no-repeat;
}
.back-btn:hover {
  opacity: 0.7;
}
/*Additional buttons End*/

/*Modal*/
.modal-backdrop {
  background-color: rgb(0, 47, 70);
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal-content {
  /*left: calc(50% - 550px);
	min-width: 1100px;*/
  border-radius: 10px;
  outline: 0;
  overflow: hidden;
  border: 4px solid #33525d;
  box-shadow: none;
}
.modal-content.no-border {
  border: 0px;
}
.modal-content.min {
  /*min-width: 500px;
	left: calc(50% - 250px);*/
}
.modal-body {
  padding: 0 120px 20px;
}
/***
@media print {
	.modal-body {
		height:100% !important;
		min-height:100% !important;
		max-height:100% !important;
		border:3px solid red;
	}
}
***/

.modal-body.min-padding {
  padding: 0 60px 20px;
}
.modal-body.no-padding {
  padding: 0 0;
}
.modal-body .content {
  margin-bottom: 50px;
}

.modal-body .modal-map {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.modal-body .modal-map img {
  width: 100%;
  border-radius: 0;
}

.modal-header {
  padding: 50px 50px 0;
  border-bottom: 0;
  color: #fff;
  font-size: 1.7rem;
  position: relative;
}
.modal-header .modal-title {
  text-align: center;
}
.modal-header button.close {
  color: #b7bbcf;
  text-shadow: none;
  outline: none;
  opacity: 0.7;
  padding-top: 2px;
  transition: all 0.2s ease;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 5rem;
  font-weight: lighter;
}
.modal-header button.close:hover {
  opacity: 1;
  color: #000;
}
.modal {
  text-align: center;
}
@media print {
  .modal {
    background-color: #fff !important;
  }
  /***
	.modal .card-text.card-info {
		display:none
	}
	***/
  /**/
  #prescreen {
    display: none !important;
  }
  /**/
}

.modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    position: relative;
  }
}

.modal-link ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 15px 0 0 0;
}
.modal-link ul > li {
  width: 100%;
  margin-bottom: 30px;
}
.modal-link ul > li a {
  display: inline-block;
  width: auto;
  color: #37658a;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-slide {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.modal-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.modal-slide .swiper-slide .card-text {
  margin-bottom: 20px;
}
.modal-button-next,
.modal-button-prev {
  display: inline-block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: calc(50% - 35px);
  z-index: 555;
  cursor: pointer;
}
.modal-button-next.pb,
.modal-button-prev.pb {
  top: auto;
  bottom: 32px;
}
.modal-button-next {
  left: auto;
  right: 15px;
}
.modal-button-next:after,
.modal-button-prev:after {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  font-family: "FontAwesome";
  color: #b0b9cd;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 4.5rem;
  transition: all 0.3s ease;
}
.modal-button-prev:after {
  content: "\f104";
}
.modal-button-next:after {
  content: "\f105";
}

.modal-pagination {
  color: #999;
  margin: 15px 0 25px;
}
.modal-pagination .swiper-pagination-current {
  font-weight: bold;
}
/*Modal End*/

/*Card menu*/
.info-card-menu {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 32px;
  margin: 0;
  text-align: center;
  letter-spacing: -0.3em;
}
.info-card-menu > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  letter-spacing: normal;
  padding: 0 45px;
}
.info-card-menu.min > li {
  padding: 0 25px;
}
.info-card-menu > li a {
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  text-transform: uppercase;
  color: #90a4ae;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}
.info-card-menu.min > li a {
  padding-left: 0;
}
.info-card-menu > li a:before {
  display: inline-block;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10c";
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  font-size: 1.2rem;
  line-height: 12px;
}
.info-card-menu.min > li a:before {
  display: none;
}
.info-card-menu > li a:hover,
.info-card-menu > li.active a {
  color: #002735;
}
.info-card-menu > li a:hover:before {
  color: #37658a;
}
.info-card-menu > li.active a:before {
  content: "\f111";
  color: #37658a;
}
/*Card menu End*/

/*Site Map*/
.site-map {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 40px;
}
.site-map > ul {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.site-map > ul li {
  width: 100%;
  color: #3c3d64;
}
.site-map > ul > li > a,
.site-map > ul > li > span {
  display: inline-block;
  width: auto;
  font-size: 1.9rem;
  margin-bottom: 10px;
  color: #3c3d64;
  font-weight: 600;
}
.site-map > ul > li > span {
  font-weight: normal;
}
.site-map > ul > li ul {
  margin: 0 0 45px 25px;
}
.site-map > ul ul {
  padding: 0;
  margin: 0 0 35px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  list-style-type: disc;
}
.site-map > ul > li ul a {
  display: inline-block;
  font-size: 1.9rem;
  color: #3c3d64;
  font-weight: 600;
}
/*Site Map End*/

/*Management*/
.management-card {
  width: 100%;
  letter-spacing: -0.3em;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 10px 0 40px 0;
  text-align: center;
}
.management-card > li {
  width: calc(20% - 50px);
  display: inline-block;
  vertical-align: top;
  min-height: 150px;
  letter-spacing: normal;
  padding: 0 5px;
  margin: 0 25px 30px;
  text-align: left;
}
.management-card > li > img {
  width: 100%;
  margin-bottom: 23px;
}
.management-card > li h3 {
  font-size: 1.8rem;
  color: #343b5e;
  font-weight: bold;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.management-card > li span {
  color: #343b5e;
  font-size: 1.7rem;
}
/*Management End*/

/*Link*/
.link-line {
  width: calc(100% - 20px);
  margin: 0 10px 60px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  background: #ececec;
}
.w-link {
  width: 100%;
  letter-spacing: -0.3em;
  padding: 0 70px 0;
  margin: 0 0 30px;
  list-style: none;
}
.w-link li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 35px;
  letter-spacing: normal;
}
.w-link li a {
  display: inline-block;
  width: auto;
  color: #2a3958;
  font-size: 1.6rem;
  padding: 0 30px 0 45px;
  text-decoration: none;
  background: url(../images/icon/link-gray.svg) -18px center no-repeat;
  transition: all 0.3s ease;
}
.w-link li a.no-icon {
  background: none;
}
.w-link li a:hover {
  opacity: 0.7;
}
.w-link li a strong {
  display: block;
  font-size: 1.9rem;
  text-transform: uppercase;
}
/*Link End*/

/*Google map*/
.map-card {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map-card i {
  position: absolute;
  z-index: 1;
  font-size: 6rem;
  color: #002f46;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.map-card > div {
  width: 100% !important;
  height: 500px;
  border: none !important;
  position: relative;
  z-index: 5;
}

/*Partner*/
.partner-slide {
  width: 100%;
  text-align: center;
}
.partner-slide > div {
  width: 100%;
  display: inline-block;
  max-width: 850px;
  position: relative;
  padding: 0 20px;
}
.partner-container {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
}
.partner-container .swiper-slide {
  height: 60px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.partner-button-next,
.partner-button-prev {
  width: 30px;
  height: 30px;
  color: #ccc;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: block;
  z-index: 555;
  font-size: 2.8rem;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.partner-button-next {
  left: auto;
  right: 0;
  text-align: right;
}
.partner-button-next:hover,
.partner-button-prev:hover {
  color: #888;
}

/*Price table*/
.card-text ul.tarife-block {
  padding: 0 0 15px 0;
}
.card-text ul.tarife-block li {
  padding: 0px 1% 3px 25px;
  color: #343b5e;
  font-size: 1.8rem;
}
.card-text .tarife-block > li:before {
  top: calc(50% - 6px);
  width: 15px;
  height: 12px;
  line-height: 12px;
  font-size: 13px;
  color: #343b5e;
  text-align: center;
}
.card-text .tarife-block > li.pink-b:before,
.pink-b {
  color: #c4226c;
}
.card-text ul.table-list {
  padding: 0 0 15px 3px;
}
.card-text .table-list > li {
  padding: 0 10px 0 25px;
  font-size: 1.8rem;
  color: #343b5e;
}
.card-text .table-list > li:before {
  content: "-";
  top: 8px;
  text-align: left;
  font-size: 2.3rem;
}

.table-block table.mb-40 {
  margin-bottom: 40px;
}
/*.table-block table td.no-border {
	border: 0px;
	padding-bottom: 0px;
}
*/

@media (min-width: 1200px) {
  .container {
    width: 1260px;
    max-width: 100%;
  }
}

.mob-header {
  display: none;
}
.card-item div.wpcf7-response-output {
  margin-top: 0 !important;
}

/* ==========================================================================
   01. PC
   ========================================================================== */

@media screen and (min-width: 1650px) {
  .top-menu > li > a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 991px) {
  /*Header*/
  .fixed-block {
    padding: 0 15px;
    letter-spacing: -0.3em;
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
  }
  .fixed-block.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #002f46;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }

  header .fixed-block .logo {
    margin-top: 15px;
    transition: all 0.3s ease;
    width: 293px;
    text-align: center;
  }
  header .fixed-block.fixed .logo img {
    width: 170px;
    min-height: 0;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .fixed-block.fixed .menu-panel {
    padding-top: 10px;
  }

  /*Menu*/
  .mobile-menu-btn {
    display: none;
  }
  .menu-panel {
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 293px);
    text-align: right;
    transition: all 0.3s ease;
    padding-top: 30px;
  }
  .top-menu {
    display: inline-block;
    letter-spacing: -0.3em;
    text-align: center;
    padding: 0 30px 0 0;
  }
  .top-menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    letter-spacing: 0.1px;
    transition: all 0.3s ease;
  }
  .top-menu > li > a {
    display: block;
    width: 100%;
    /**font-size: 2.0rem;**/
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0 50px 0 30px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.1s ease;
    border-radius: 8px;
  }
  .top-menu > li.m-smartbooking > a {
    padding: 0 30px 0 30px;
  }
  /*.top-menu > li:hover > a,
	.top-menu > li > a.active {
		background: #37658a;
	}*/
  .top-menu > li:hover > a {
    position: relative;
    z-index: 55;
  }
  .top-menu > li.has-dropdown::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 22px;
    right: 28px;
    font-size: 2.6rem;
    color: #fff;
    transition: all 0.2s ease;
    transform: rotate(90deg);
  }
  .top-menu > li:hover::before {
    z-index: 55;
  }

  .top-menu > li.m-smartbooking::before,
  .top-menu > li.m-gutschein::before,
  .top-menu > li.m-search::before,
  .top-menu > li.m-lang::before {
    content: "";
    background: url(../images/icon/menu/gutschein.svg) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 28px;
    right: 22px;
    transform: rotate(0deg);
  }
  .top-menu > li.m-smartbooking::before {
    background: url(../images/icon/menu/smartbooking.svg) center no-repeat;
    right: 0;
    width: 24px;
    height: 24px;
  }

  .top-menu > li.m-search::before {
    top: 29px;
    background: url(../images/icon/menu/search.svg) center no-repeat;
  }
  .top-menu > li.m-search > span {
    display: none;
    position: absolute;
    top: 5px;
    right: -50px;
    width: 320px;
    border-radius: 8px;
    z-index: 56;
  }
  .top-menu > li.m-search:hover > span {
    display: inline-block;
  }
  .top-menu > li.m-lang::before {
    top: 30px;
    background: url(../images/icon/menu/language.svg) center no-repeat;
  }
  .subsection > li.has-dropdown > a {
    position: relative;
  }
  .top-menu > li:hover::after,
  .top-menu > li > .subsection {
    width: 260px;
    left: calc(50% - 130px);
  }
  .top-menu > li:hover::after {
    z-index: 44;
    content: "";
    position: absolute;
    display: block;
    background: #37658a;
    height: 75px;
    top: 0;
    border-radius: 8px;
  }
  .top-menu > li > .subsection {
    position: absolute;
    top: 65px;
    z-index: 1;
    padding: 10px 0 15px;
    /*background-color: #37658a;*/
    background-color: rgba(55, 101, 138, 0.8);
    list-style: none;
    text-align: left;
    display: none;
    border-radius: 0 0 8px 8px;
  }
  .top-menu > li.m-lang:hover::after,
  .top-menu > li.m-lang > .subsection,
  .top-menu > li.m-search:hover::after {
    width: 150px;
    left: calc(50% - 75px);
  }
  .top-menu > li.m-search:hover::after {
    display: none;
  }

  .top-menu li:hover > .subsection {
    display: block;
    transform: translateY(0);
    z-index: 5;
  }
  .top-menu li > .subsection > li {
    position: relative;
  }
  .top-menu li > .subsection > li .subsection {
    display: none;
    list-style: none;
    background: #275576;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .top-menu li > .subsection > li .subsection.open {
    display: block;
  }

  .top-menu li > .subsection li a {
    width: 100%;
    display: inline-block;
    padding: 15px 5px;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease;
    text-decoration: none;
    /*word-break: break-all;*/
    /*border-bottom: 2px solid #275576;*/
  }
  .top-menu li > .subsection li:last-child > a {
    border-bottom: 0px;
  }
  .top-menu li > .subsection li > ul li a {
    padding: 15px 25px;
    text-align: center;
  }
  .top-menu > li > .subsection > li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .top-menu li > .subsection > li:hover > a {
  }
  /*Menu panel End*/

  /*Slide page*/
  .slide-page {
    overflow: hidden;
  }

  .slide-page-btn {
    top: calc(50% - 25px);
    height: 50px;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
    visibility: visible;
  }

  .slide-header-block {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    position: relative;
    z-index: 555;
  }
  .slide-header-block.hide-block {
    opacity: 0;
    transform: translateY(-100px);
  }
  .slide-header-block header {
    margin: 0;
  }
  .slide-header-block header > div {
    height: 150px;
  }

  .slide-footer-block {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
  }
  .slide-footer-block .footer-padding {
    padding: 10px 30px;
  }
  .slide-footer-block.show-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  footer.slide-footer-block > .container {
    min-height: 0px;
    background: #002f46;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    padding: 0;
  }
  .slide-footer-block .footer-info-block {
    width: 50px;
    height: 50px;
  }
  .slide-footer-block .footer-menu li a {
    padding: 10px 5px 9px 0;
  }
  .slide-footer-block .ftm {
    text-align: left;
  }

  .full-page {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #516170;
  }

  .blured-bg {
    position: absolute;
    width: 110%;
    height: 110%;
    display: inline-block;
    left: -5%;
    top: -5%;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }

  .blured-bg.top-pos {
    background-position: top center;
  }
  .blured-bg.bottom-pos {
    background-position: bottom center;
  }

  .blured-bg.blur {
    filter: blur(15px);
    opacity: 0.8;
  }

  .full-page-slide {
    width: 100%;
    height: 100%;
  }
  .full-page-slide .swiper-slide {
    text-align: center;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .full-page-slide .swiper-slide > .container {
    margin: 0;
  }
  .full-page-slide .swiper-slide > .container > h1 {
    font-size: 8rem;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: lighter;
  }

  .full-page-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 90%;
    left: calc(50% - 25px);
    z-index: 555;
    transition: all 0.2s ease-in-out;
    border: 4px solid #fff;
    opacity: 0.8;
    cursor: pointer;
  }
  .full-page-next:hover {
    opacity: 1;
  }
  .full-page-next:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 3rem;
    font-family: "FontAwesome";
    content: "\f107";
  }
  .full-page-next.swiper-button-disabled {
    opacity: 0;
    transform: translateY(-100px);
  }

  /*Pagination*/
  .full-page-pagination {
    width: 16px;
    height: 319px;
    position: absolute;
    z-index: 55;
    top: clac(50% - 160px);
    left: 65px;
  }
  .full-page-slide.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 85px 0;
  }
  .full-page-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .full-page-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .full-page-pagination .swiper-pagination-bullet:before {
    content: "";
    height: 85px;
    width: 1px;
    position: absolute;
    top: 16px;
    left: 5px;
    background-image: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 1px 14px;
    background-repeat: repeat-y;
  }
  .full-page-pagination .swiper-pagination-bullet:last-child:before {
    display: none;
  }

  /*Modal*/
  .modal-lg {
    width: 1200px;
  }
}

/* ==========================================================================
   03. PC: Notebook
   ========================================================================== */
@media screen and (max-width: 1440px) {
  /*Header*/
  header .fixed-block .logo {
    width: 203px;
  }
  .video_background > video {
    left: -25%;
    width: 150%;
  }

  /*Menu*/
  .menu-panel {
    width: calc(100% - 203px);
  }
  .top-menu > li > a {
    font-size: 1.6rem;
    padding: 0 45px 0 15px;
  }
  .top-menu li > .subsection li a {
    padding: 15px 10px;
    font-size: 1.3rem;
  }
  .top-menu > li.has-dropdown::before {
    right: 23px;
  }
  .top-menu > li.m-gutschein::before,
  .top-menu > li.m-search::before,
  .top-menu > li.m-lang::before {
    right: 15px;
  }
  .top-menu > li.m-smartbooking::before {
    right: 0;
  }

  /*Category*/
  .category-link ul > .swiper-slide > span {
    font-size: 1.8rem;
  }

  /*Footer*/
  .footer-menu li a {
    font-size: 1.5rem;
  }

  /*Additional buttons*/
  .additional-btn {
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  .additional-btn > li {
    position: relative;
    height: 52px;
    margin-bottom: 3px;
  }
  .additional-btn.slide-page-btn {
    top: 50%;
    bottom: auto;
  }

  /*Modal*/
  .modal-lg {
    width: 900px;
  }

  /*Table*/
  .table-block table {
    width: 100%;
  }
  .table-block table th,
  .table-block table tr:first-child td {
    padding: 7px 7px 7px 0;
    font-size: 1.5rem;
  }
  .table-block table tr:first-child td:first-child,
  .table-block table tr:first-child th:first-child {
    width: 190px;
  }
  .table-block table td {
    min-width: 0;
    padding: 7px 7px 7px 0;
    font-size: 1.4rem;
  }
  .table-block table tr:first-child {
    padding: 7px 7px 7px 0;
    font-size: 1.4rem;
  }

  /*Footer*/
  .footer-padding.ftm {
    margin: 0;
  }
}

.gray-line-bottom {
  border-bottom: 1px solid #184256;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 1091px) {
  .gray-line-bottom {
    flex-direction: column;
  }
}

/* ==========================================================================
   04. Tablet: Landscape
   ========================================================================== */
@media screen and (max-width: 1279px) {
  /*Header*/
  header .element {
    width: 250px;
    height: 250px;
    background-size: 250px;
  }

  /*Menu*/
  .top-menu > li > a {
    font-size: 1.3rem;
    padding: 0 40px 0 10px;
  }
  .top-menu li > .subsection li a {
    padding: 15px 10px;
    font-size: 1.1rem;
  }
  .top-menu > li.has-dropdown::before {
    right: 19px;
  }
  .top-menu > li.m-gutschein::before,
  .top-menu > li.m-search::before,
  .top-menu > li.m-lang::before {
    right: 12px;
  }
  .top-menu > li.m-smartbooking::before {
    right: 0;
  }

  /*Slogan*/
  .slogan > div h1,
  .slogan-title {
    font-size: 4rem;
    line-height: 53px;
  }

  /*Hubs*/
  .hubs {
    margin: 0 -15px;
    letter-spacing: -0.3em;
  }
  .hubs > div.blog-card {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    letter-spacing: normal;
  }
  .hubsImg {
    height: 320px;
  }

  /*Card*/
  .big-info-card {
    padding: 40px 50px 65px;
  }
  .card-info {
    padding: 0 15px;
  }
  .card-text {
    font-size: 1.6rem;
  }
  .card-text ul li:before {
    top: 15px;
  }

  /*Card List*/
  .card-info-list {
    padding: 0 10px;
  }
  .card-info-list li a {
    font-size: 1.6rem;
  }

  .cat-date {
    padding: 30px 15px 40px;
    font-size: 1.6rem;
  }
  .sun-block {
    padding: 15px 0px 0;
  }
  .sun-block > span {
    width: 100%;
    height: 50px;
    background-size: 50px;
    margin-bottom: 15px;
  }
  .sun-block > div {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    padding: 0;
  }
  .cat-menu-link a {
    padding: 8px 15px;
  }
  .cat-menu-link a img {
    width: 43px;
  }
  .cat-menu-link a span {
    width: calc(100% - 43px);
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .cat-card {
    cursor: pointer;
  }

  .color-line {
    background-size: 90%;
  }
  .color-line h1 {
    padding: 50px 15px 50px;
    text-align: center;
  }
  .big-title {
    font-size: 3.5rem;
  }

  /*Category*/
  .category-link ul > .swiper-slide > div h2 {
    font-size: 2rem;
  }
  .category-link ul > .swiper-slide > div .button {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .category-link ul > .swiper-slide {
    padding: 0 10px;
    width: auto;
  }

  /*Footer*/
  .footer-menu li a {
    font-size: 1.2rem;
  }
  .footer-menu li img {
    border: none;
    width: 33px;
  }

  .ftm > div {
    width: 100%;
    text-align: center;
  }
  .ftm .footer-info {
    text-align: center;
    margin-top: 15px;
  }
  .ftm .footer-info ul li:first-child {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  /*Diagram*/
  .diagram-block div {
    width: 200px;
    height: 200px;
  }
  .diagram-block h3 {
    width: calc(100% - 400px);
    font-size: 2rem;
    line-height: 25px;
  }

  /*Map*/
  .map-info-header {
    padding-right: 85px;
  }
  .close-map-info {
    right: 55px;
  }

  /*Gender Symbol*/
  .gender-symbol {
    height: 40px;
  }
  .gender-symbol > div {
    line-height: 100%;
    height: 40px;
  }
  .gender-symbol > div::before,
  .gender-symbol > div::after {
    font-size: 3rem;
    line-height: 100%;
  }

  /*Management*/
  .management-card > li {
    width: calc(20% - 30px);
    margin: 0 15px 30px;
  }

  .management-card > li h3 {
    font-size: 1.5rem;
    line-height: 22px;
  }
  .management-card > li span {
    font-size: 1.4rem;
  }

  /*Link*/
  .w-link li a {
    font-size: 1.4rem;
  }
  .w-link li a strong {
    font-size: 1.6rem;
  }

  /*Card menu*/
  .info-card-menu.min > li a {
    font-size: 1.5rem;
  }

  /*Button*/
  .button.standard,
  .button.search,
  .button.email,
  .button.info,
  .button.date,
  .button.download {
    font-size: 1.5rem;
  }
  .button.info::before {
    transform: translateY(5px);
    background-size: 15px;
  }

  /*Partner*/
  .partner-button-next,
  .partner-button-prev {
    display: inline-table !important;
  }

  .video_background {
    display: none;
  }

  .clear-card {
    display: none;
  }

  .category-link-next,
  .category-link-prev {
    display: block;
    bottom: 110px;
  }
}

/* ==========================================================================
   04. Tablet: Portrait
   ========================================================================== */
@media screen and (max-width: 1091px) {
  /*Header*/
  header {
    margin-top: 70px;
  }
  header .home-page-header {
    height: 450px;
  }

  /*Menu*/
  .fixed-block {
    display: none;
  }

  .mob-header {
    display: block;
    position: fixed;
    width: 100%;
    height: 75px;
    background: #002f46;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
  }

  header .mob-header .logo {
    margin: 5px 0 0 0;
    width: 150px;
    height: 75px;
    float: left;
    position: relative;
    z-index: 999;
  }

  header .mob-header .logo img {
    width: auto;
    height: 68px;
  }

  header .mob-header.fixed .logo img {
    width: 100%;
  }

  .mobile-menu-btn {
    display: block;
    float: right;
    width: auto;
    height: 75px;
    line-height: 75px;
    color: #fff;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 3rem;
    z-index: 999;
    background: transparent;
    position: relative;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-size: 1.4rem;
  }
  .mobile-menu-btn div {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-left: 5px;
  }
  .mobile-menu-btn div::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../images/icon/menu.svg) center no-repeat;
    background-size: 50px;
    transition: all 0.2s ease;
  }
  .mobile-menu-btn.in div::before {
    background: url(../images/icon/menu-close.svg) center no-repeat;
    transform: rotate(-90deg);
    background-size: 17px;
  }
  .menu-mask {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 554;
    background-color: rgba(0, 47, 70, 0.9);
  }

  .menu-panel {
    padding: 0 0 15px 0;
    position: fixed;
    z-index: 888;
    left: 0;
    top: 75px;
    width: 100%;
    height: calc(100% - 75px);
    background: #002f46;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all 0.2s ease;
  }
  .mb-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #123d52;
  }
  .menu-panel.in {
    opacity: 1;
    transform: translateX(0);
  }

  .mob-menu {
    width: 100%;
    padding: 20px 30px;
    margin: 0 0 30px;
    list-style: none;
    text-align: left;
  }
  .mob-menu > li > a {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
  }
  .mob-menu > li.sub-menu > a {
    background: url(../images/icon/menu/next.svg) right center no-repeat;
    background-size: 15px;
  }
  .mob-menu > li.sub-menu > ul {
    position: absolute;
    top: 0;
    left: 0;
    background: #37658a;
    width: 100%;
    height: 100%;
    z-index: 555;
    padding: 30px 0 500px;
    margin: 0;
    opacity: 0.5;
    visibility: hidden;
    text-align: center;
    list-style: none;
    transform: translateX(100%);
    transition: all 0.2s ease;
  }
  .mob-menu > li.sub-menu > ul.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  ul.open div {
    width: 100%;
    padding: 10px 25px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/icon/menu/back.svg) no-repeat;
    background-size: 15px;
    background-position: 25px center;
    cursor: pointer;
  }
  ul.open > li {
    background: #37658a;
  }
  ul.open > li > a {
    display: block;
    padding: 20px 25px;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #275576;
    cursor: pointer;
  }
  ul.open > li > a:last-child {
    border-bottom: 0px;
  }
  ul.open > li.sub-menu > ul {
    display: none;
  }

  ul.open ul {
    background: #275576;
    padding: 0;
    margin: 0;
  }
  ul.open ul a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: lighter;
    cursor: pointer;
  }

  .ico-offun a {
    background: url(../images/icon/menu/opening-hours.svg) right center no-repeat;
    background-size: 50px;
    background-position: center right -14px;
    cursor: pointer;
  }
  .ico-preise a {
    background: url(../images/icon/menu/prices.svg) right center no-repeat;
    background-size: 48px;
    background-position: center right -12px;
    cursor: pointer;
  }
  .ico-anfahrt a {
    background: url(../images/icon/menu/anfahrt.svg) right center no-repeat;
    background-size: 54px;
    background-position: center right -16px;
    cursor: pointer;
  }
  .ico-kontakt a {
    background: url(../images/icon/menu/contact.svg) right center no-repeat;
    background-size: 51px;
    background-position: center right -14px;
    cursor: pointer;
  }
  .ico-gutscheine a {
    background: url(../images/icon/menu/gutschein.svg) right center no-repeat;
    background-position: center right -10px;
    cursor: pointer;
  }

  .info-menu {
    width: 100%;
    padding: 0 30px;
    margin: 0 0 20px;
    list-style: none;
  }
  .info-menu > li > a.active,
  .info-menu > li > a,
  .info-menu > li > span {
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
  }
  .info-menu > li > a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: lighter;
    cursor: pointer;
  }
  .info-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .info-menu ul > li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    cursor: pointer;
  }

  .mob-search {
    width: 100%;
    background: #275576;
    height: 50px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .mob-search input {
    width: 100%;
    height: 50px;
    background: transparent;
    border-radius: 8px;
    line-height: 50px;
    border: none;
    padding: 5px 65px 5px 15px;
    outline: none;
    color: #fff;
    font-size: 1.4rem;
  }
  .mob-search input::-webkit-input-placeholder {
    color: #96adbe;
    text-transform: uppercase;
  }
  .mob-search input::-moz-placeholder {
    color: #96adbe;
    text-transform: uppercase;
  }
  .mob-search button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #37658a;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 1.4rem;
    border: none;
    outline: none;
    transition: all 0.3s ease;
  }
  .mob-search button:hover {
    background: #4578a1;
  }

  /*Slogan*/
  .slogan > div h1,
  .slogan-title {
    font-size: 3rem;
    line-height: 43px;
    padding: 30px 50px;
  }

  /*Blog*/
  .blog-card.blog-width-1,
  .blog-card.blog-width-2 {
    width: calc(100% - 30px);
    padding: 50px;
  }
  .blog-card {
    padding: 50px;
  }

  .two-elements {
    position: relative;
  }
  .two-elements > div {
    width: 100%;
  }
  .two-elements .pic {
    width: calc(100% - 100px);
    height: 300px;
    position: absolute;
    top: 50px;
    left: 50px;
  }
  .two-elements .pic a,
  .blog-width-1 .pic a,
  .blog-width-2 .pic a,
  .two-elements .pic div,
  .blog-width-1 .pic div,
  .blog-width-2 .pic div {
    height: 300px;
  }
  .two-elements .text {
    margin-top: 350px;
  }
  .column-elements .pic {
    margin-bottom: 32px;
  }
  .column-elements .column {
    width: 100% !important;
  }
  .blog-card .text.right .column,
  .blog-card .text.left .column,
  .blog-card .text.left,
  .blog-card .text.right,
  .padding-left,
  .padding-right {
    padding: 0;
  }

  /*Card*/
  .card-item {
    width: calc(50% - 30px);
  }
  .card_item_sizer {
    width: calc(50% - 30px);
  }
  .card-item-width2 {
    width: calc(100% - 30px);
  }
  .big-info-title {
    font-size: 3rem;
    line-height: 35px;
  }
  .card-text img {
    width: auto;
  }
  .cat-card .cardSlide,
  .cat-card .cardSlide .card-slide {
    height: 450px;
  }

  /*Category*/
  .cat-menu {
    width: calc(100% - 30px);
    min-height: 0;
    padding-bottom: 25px;
  }
  .category-link {
    bottom: 40px;
  }
  .category-link ul > .swiper-slide {
    font-size: 18px;
    padding: 0 10px;
  }

  /*Info Card*/
  .info-list > li {
    width: calc(100% - 30px);
  }
  .info-title {
    min-height: 0;
    margin-bottom: 32px;
  }
  .info-title strong,
  .info-title span {
    min-height: 0;
  }

  .middle-pic a,
  .big-pic a,
  .middle-pic div,
  .big-pic div,
  .min-pic a,
  .min-pic div {
    height: 350px;
  }

  .video-block video {
    height: 200px;
  }

  /*Impression End*/
  .imp-photos-list.block-4 li {
    width: calc(50% - 18px);
  }
  .imp-photos-list.block-4 li a {
    height: 226px;
  }

  /*Footer*/
  .social-list {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
  /***
  .social-list li:last-child {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
  ***/

  footer > .container.no-padding {
    padding: 15px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info ul li:first-child {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .footer-menu {
    margin-top: 10px;
  }
  .footer-menu li {
    width: 100%;
  }
  .footer-menu li img {
    width: 53px;
  }
  .footer-menu li a {
    padding: 10px 15px 10px 15px;
    font-size: 1.8rem;
  }

  /*Diagram*/
  .diagram-block div {
    width: 100%;
    height: 225px;
  }
  .diagram-block div.d1,
  .diagram-block div.d2 {
    background-size: 225px;
  }
  .diagram-block h3 {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }

  /*Map*/
  .card-map:before {
    display: none;
  }
  .card-map > div {
    width: 100%;
  }
  .card-map > div.map-block {
    width: 100%;
    background-color: #c7f1ab;
  }
  .map-info-header {
    width: 100%;
    padding: 30px 70px 25px 50px;
  }
  .close-map-info {
    right: 50px;
  }
  .map-info-text {
    padding: 20px 50px 0 50px;
  }

  /*Card menu*/
  .info-card-menu > li {
    padding: 0 25px;
  }
  .info-card-menu > li a,
  .info-card-menu.min > li a {
    font-size: 1.6rem;
  }

  /*Slide page*/
  .slide-header-block header > div {
    height: 100px;
  }
  .full-page-slide .swiper-slide {
    text-align: center;
    height: auto;
  }
  .full-page-slide .swiper-slide > .container > h1 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 100px 0 100px;
  }
  .full-page-pagination {
    display: none;
  }

  .blured-bg {
    position: fixed;
    width: 110%;
    height: 110%;
    display: inline-block;
    left: -5%;
    top: -5%;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-in-out;
  }
  .blured-bg.m-blur {
    filter: blur(15px);
  }
  .blured-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  .slide-page-card > .card-item {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .slide-footer-block {
    position: relative;
    z-index: 555;
    text-align: left;
  }
  footer.slide-footer-block > .container {
    min-height: 0px;
    background: #002f46;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    padding: 40px 0 50px;
  }

  .myTable {
    width: 100%;
    padding: 3px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*border: 1px solid #ccc;
		padding: 4px;
		margin-bottom: 5px;*/
    display: inline-table;
    vertical-align: top;
  }
  .table-block table {
    width: 100%;
  }
  .table-block table th,
  .table-block table tr:first-child td {
    padding: 5px 6px 5px 0;
    font-size: 1.4rem;
  }
  .table-block table tr:first-child td:first-child,
  .table-block table tr:first-child th:first-child {
    width: 160px;
  }
  .table-block table td {
    min-width: 0;
    padding: 5px 6px 5px 0;
    font-size: 1.2rem;
  }
  .table-block table tr:first-child {
    padding: 5px 6px 5px 0;
    font-size: 1.2rem;
  }

  .additional-btn.slide-page-btn {
    top: auto;
    bottom: 10px;
  }

  /*Management*/
  .management-card > li {
    width: calc(33.333% - 30px);
  }
  .management-card > li h3 {
    font-size: 1.8rem;
  }
  .management-card > li span {
    font-size: 1.7rem;
  }

  /*Card menu*/
  .info-card-menu > li {
    margin: 10px 0;
  }

  /*Link*/
  .w-link {
    padding: 0 60px 0;
  }
  .w-link li a {
    padding: 0 0 0 45px;
  }
  .w-link li {
    width: 100%;
  }

  .gesellschafter-img img {
    margin-bottom: 40px;
  }

  .slide-footer-block .ftm {
    margin: 0;
  }

  /*Modal*/
  .modal-body {
    padding: 0 15px 50px;
  }
  .modal-header {
    padding: 50px 15px 0;
  }
  .modal-lg {
    width: 600px;
    margin: 30px auto;
  }

  /*Footer*/
  footer > .container {
    border-radius: 0;
  }

  .category-link-next,
  .category-link-prev {
    bottom: 80px;
  }
  .category-link {
    width: 80%;
    left: 10%;
  }
}

/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {
  /*Header*/
  header .home-page-header {
    height: 250px;
  }
  /*Category*/
  .cat-menu {
    width: calc(100% - 30px);
    min-height: 0;
    padding-bottom: 25px;
  }
  .category-link {
    bottom: 20px;
  }
  .category-link ul > .swiper-slide > span {
    font-size: 1.6rem;
  }
  .category-link ul > .swiper-slide > div {
    padding: 10px;
    bottom: -50px;
  }

  .category-link ul > .swiper-slide > div p {
    font-family: 1.3rem;
    line-height: 19px;
  }
  .category-link ul > .swiper-slide > div h2 {
    font-size: 1.5rem;
  }
  .category-link ul > .swiper-slide > div .button {
    margin-top: 0;
    font-size: 1.3rem;
  }

  /*Button*/
  .button.standard {
    padding: 10px 10px 10px 50px;
    font-size: 1.5rem;
  }
  .button.email {
    padding: 10px 15px 10px 55px;
    font-size: 1.5rem;
  }
  .button.download,
  .button.date {
    font-size: 1.5rem;
  }
  .button.info {
    font-size: 1.4rem;
    padding: 25px 15px;
  }
  .button.info::before {
    transform: translateY(5px);
    background-size: 13px;
  }
  /*.card-btn,
	.center.card-btn {
		text-align: left;
		padding: 0 30px;
	}*/

  /*Slogan*/
  .slogan > div h1,
  .slogan-title {
    font-size: 2rem;
    min-height: 0;
    line-height: 33px;
    padding: 30px;
  }
  .slogan-title > span {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .color-line {
    background-size: 70%;
  }
  .color-line h1 {
    padding: 30px 15px 30px;
    text-align: center;
    font-size: 2.5rem;
  }
  .color-line:before {
    min-height: 0;
    display: none;
  }
  .big-title {
    font-size: 3rem;
  }

  /*Blog*/
  .blog-card,
  .blog-card.blog-width-1,
  .blog-card.blog-width-2 {
    padding: 30px;
  }
  .two-elements .pic {
    width: calc(100% - 60px);
    height: 200px;
    top: 30px;
    left: 30px;
  }
  .two-elements .pic,
  .two-elements .pic div {
    height: 200px;
  }
  .two-elements .text {
    margin-top: 220px;
  }

  .card-title,
  .card-title.big,
  .card-info h2 {
    font-size: 2rem;
    line-height: 25px;
  }
  .card-title span,
  .card-info h5 {
    font-size: 1.7rem;
  }
  .cat-card .card-slide .swiper-slide > .cat-card-info {
    padding: 20px 15px 0;
  }
  .cat-card .card-slide .swiper-slide > .card-info .card-title {
    padding: 0 15px 0;
  }
  .cat-card-text > div p {
    margin-bottom: 30px;
  }

  .middle-pic a,
  .big-pic a,
  .middle-pic div,
  .big-pic div,
  .min-pic a,
  .min-pic div {
    height: 200px;
  }

  .card-text ul li:before {
    top: 13px;
  }

  /*Card*/
  .big-info-card {
    padding: 40px 20px 65px;
    font-size: 1.6rem;
    line-height: 25px;
  }
  .card-item {
    width: calc(100% - 30px);
  }
  .card-info.lr-padding {
    padding: 0 10px 0;
  }
  .card-item.lr-padding,
  .card-item.big-lr-padding {
    padding: 0 0px;
  }
  .big-info-title.mt-50 {
    margin-top: 0px;
  }
  /*Card List*/
  .card-info-list li a {
    font-size: 1.3rem;
    background-size: 15px;
    padding: 15px 0 15px 25px;
  }

  /*Hubs*/
  .hubs > .blog-card.full {
    width: calc(100% - 30px);
    margin: 0 15px 32px;
  }
  .hubsImg {
    height: 360px;
  }

  /*Footer*/
  .footer-menu li span {
    display: inline-block;
    width: 100%;
  }

  .social-list.fm > li.no-margin,
  .social-list.fm > li.youtube {
    width: auto;
    vertical-align: top;
  }
  .social-list.fm > li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .social-list.fm li:last-child {
    margin-top: 0;
  }

  /*Diagram*/
  .diagram-block h3 {
    width: 100%;
    font-weight: 2rem;
    line-height: 35px;
    padding: 0;
    margin: 15px 0;
  }

  /*Diagram*/
  .diagram-block h3 {
    font-size: 1.8rem;
    line-height: 23px;
  }

  .additional-btn.home-page {
    position: relative;
    width: 100%;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    right: 0;
  }
  .additional-btn.home-page li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
  }
  .additional-btn.home-page li > div {
    display: none;
  }

  .additional-btn > li.share:hover .a-btn,
  .additional-btn > li.panorama:hover .a-btn,
  .additional-btn > li.sun:hover .a-btn,
  .additional-btn > li.relax-booking:hover .a-btn {
    left: 0;
  }

  .additional-btn.home-page li.share > div {
    top: -90px;
    left: 1px;
    padding: 0 0 50px;
    width: 50px;
    height: auto;
    line-height: normal;
  }
  .additional-btn > li.share div span {
    opacity: 1;
    font-size: 0;
    height: auto;
  }
  .additional-btn > li div a.s-fb,
  .additional-btn > li div a.s-tw {
    display: block;
    width: 100%;
    opacity: 1;
    margin-bottom: 10px;
  }
  .s-fb {
    margin: 10px 0 0 0;
  }
  .s-fb i,
  .s-tw i {
    margin: 0;
    opacity: 1;
  }
  .additional-btn.home-page li.share:hover > div {
    opacity: 1;
    display: block;
  }

  /*Impression*/
  .imp-photos-list.block-4 li a,
  .imp-photos-list li a {
    height: 180px;
  }

  /*Card menu*/
  .info-card-menu > li {
    width: 100%;
    text-align: left;
  }

  /*Management*/
  .management-card > li {
    width: calc(50% - 30px);
  }
  .management-card > li > img {
    margin-bottom: 13px;
  }
  .management-card > li h3 {
    font-size: 1.5rem;
  }
  .management-card > li span {
    font-size: 1.4rem;
  }

  /*Link*/
  .w-link {
    padding: 0 20px 0;
  }

  .page-search-form input {
    width: 100%;
    margin-bottom: 15px;
  }
  .button.search {
    width: 100%;
    margin: 0;
  }

  /*Modal*/
  .modal-slide .swiper-wrapper .card-text h3 {
    font-size: 1.6rem;
    line-height: 23px;
  }
  .modal-slide .swiper-wrapper .card-text {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 0;
  }
  .video-block.modal-video video {
    height: 200px;
  }
  .modal-lg,
  .modal-dialog {
    width: calc(100% - 20px);
    margin: 30px 10px;
  }
  .modal-button-next,
  .modal-button-prev {
    top: auto;
    bottom: 32px;
  }

  .table-block table th,
  .table-block table tr:first-child td {
    font-size: 1.1rem;
  }
  .table-block table td {
    font-size: 0.9rem;
  }
  .table-block table tr:first-child {
    font-size: 0.9rem;
  }

  /*Site Map*/
  .site-map > ul {
    margin: 0 0 15px 0;
  }

  .site-map > ul ul {
    margin: 0 0 15px 0;
  }

  .site-map > ul > li > a,
  .site-map > ul > li > span {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .site-map > ul > li ul a {
    font-size: 1.2rem;
  }
  .container.contact-block {
    padding: 0;
  }

  footer > .container {
    border-radius: 0;
  }

  .category-link-next,
  .category-link-prev {
    bottom: 57px;
  }
}

/* ==========================================================================
   06. Mobile: Portrait
   ========================================================================== */
@media screen and (max-width: 550px) {
  /*Header*/
  header > div,
  body.home header > div {
    height: 450px;
    text-align: center;
  }
  header .logo {
    width: 200px;
  }
  header .logo img {
    width: 100%;
  }
  header .element {
    width: 180px;
    height: 180px;
    bottom: 100px;
    right: calc(50% - 90px);
    background-size: 180px;
  }

  /*Slogan*/
  .slogan > div h1,
  .slogan-title {
    padding: 15px;
  }

  .color-line {
    background-size: 60%;
  }
  .color-line h1 {
    padding: 10px 15px 10px;
  }
  .big-title {
    font-size: 2.5rem;
  }

  /*Blog*/
  .blog-card,
  .blog-card.blog-width-1,
  .blog-card.blog-width-2 {
    padding: 15px;
  }
  .two-elements .pic {
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }

  /*Card*/
  .big-info-title {
    font-size: 2.4rem;
    line-height: 30px;
  }
  .cat-card .card-img,
  .cat-card .card-img .pic,
  .cat-card .card-slide,
  .cat-card .card-slide .swiper-slide {
    height: 400px;
  }
  .cat-card.min .card-img,
  .cat-card.min .card-img .pic {
    height: 220px;
    overflow: hidden;
  }
  .cat-card.min .card-img .pic {
    height: calc(100% - 30px);
  }

  .cat-page-card .cat-card.min .card-img,
  .cat-page-card .cat-card.min .card-img .pic {
    height: 400px;
  }

  .cat-card-text > div .button {
    margin: 0;
  }
  .cat-card-text > div .button:last-child {
    margin: 10px 0 0 0 !important;
  }


  .cat-card .cat-card-info .card-title.big {
    font-size: 1.5rem;
    padding: 10px 0;
    margin-bottom: 12px !important;
  }
  .cat-card-text {
    /***height: 110px; ***/
	height: 160px;
  }
  .cat-card-text > div {
    font-size: 1.5rem;
    line-height: 20px;
  }
  .cat-card-text > div p {
    height: 65px;
    margin-bottom: 5px;
  }
  .cat-card .cat-card-info {
    /***transform: translateY(125px); ***/
	transform: translateY(175px);
    padding: 15px 0;
  }
  .cat-card .cat-card-info .info {
    margin-top: 0;
    padding: 10px 5px 20px;
  }

  .cat-card .cardSlide .card-slide .cat-card-info {
    transform: translateY(190px);
    padding: 5px 0;
  }
  .cat-card:hover .cardSlide .card-slide .cat-card-info {
    transform: translateY(0);
  }
  .cat-card .cardSlide .card-slide .cat-card-info .cat-card-text {
    height: 180px;
  }
  .cat-card .cardSlide .card-slide .cat-card-info .cat-card-text > div p {
    height: 115px;
  }

  /*Impression*/
  .imp-photos-list li,
  .imp-photos-list.block-4 li {
    width: calc(100% - 18px);
  }
  .imp-photos-list.block-4 li a,
  .imp-photos-list li a {
    height: 180px;
  }

  /*Hubs*/
  .hubsImg {
    height: 220px;
  }

  /*Map*/
  .map-info-header {
    padding: 30px 50px 25px 15px;
  }
  .map-info-header h1 {
    font-size: 1.3rem;
  }
  .close-map-info {
    right: 15px;
  }
  .map-info-text {
    padding: 20px 15px 0 15px;
  }
  .map-link {
    padding: 25px 15px;
  }
  .map-link > span a {
    font-size: 1.3rem;
  }

  /*Management*/
  .management-card > li {
    width: calc(100% - 30px);
  }

  /*Link*/
  .w-link li a {
    padding: 0 0 0 35px;
  }

  .gesellschafter-img img {
    width: 100%;
  }

  /*Modal*/
  .modal-body.min-padding {
    padding: 0 10px 20px;
  }

  .card-title,
  .card-title.big,
  .card-info h2 {
    font-size: 1.6rem;
    line-height: 20px;
  }

  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.2rem;
  }

  .search-type {
    margin-bottom: 25px;
  }
  .search-type > label {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .table-block table tr:first-child td:first-child,
  .table-block table tr:first-child th:first-child {
    width: 100px;
  }

  .table-block .button.standard,
  .table-block .button.download {
    font-size: 1.1rem;
    padding: 7px 5px 7px 23px;
    background-size: 25px;
  }
  .table-block .button.standard.mb-20 {
    margin-bottom: 0;
  }

  /*.category-link {
	    width: 60%;
	    left: calc(50% - 40%);
	}*/
  .category-link-next,
  .category-link-prev {
    right: 5px;
    bottom: 57px;
  }
  .category-link-prev {
    right: auto;
    left: 5px;
  }

  .category-link ul > .swiper-slide > div {
    bottom: -50px;
  }
  /*.category-link ul > .swiper-slide.swiper-slide-active > div {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		z-index: 0;
	}	*/
}

/* ==========================================================================
   07. Mobile: Ultra Small
   ========================================================================== */
@media screen and (max-width: 340px) {
  /*Button*/
  .button.standard,
  .button.search,
  .button.email,
  .button.info,
  .button.date,
  .button.download {
    font-size: 1.1rem;
  }
  .button.info {
    padding: 17px 10px;
  }

  .table-block table tr:first-child td:first-child,
  .table-block table tr:first-child th:first-child {
    width: auto;
  }
}

.packery-drop-placeholder {
  outline: 3px dashed #444;
  outline-offset: -6px;
  /* transition position changing */
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

@media (max-height: 830px) {
  .slide-footer-block {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

.search.search-results .card-title {
  font-size: 1.8rem !important;
}

@media (max-width: 700px) {
  .cat-menu-link a img {
    width: 40px !important;
  }
}

.modal-open .container {
  z-index: 99999;
}

#prescreen-filter {
  text-align: left;
}
#prescreen-filter select {
  width: 40%;
  margin-left: 20px;
  min-width: 200px;
  display: inline-block;
}
#prescreen table {
  width: 100%;
}
#prescreen table td {
  text-align: left;
  padding: 12px 0;
}
.prescreen .modal-dialog {
  margin-bottom: 0;
  margin-top: 0;
}
.prescreen ul {
  margin-bottom: 30px;
}
.prescreen .img-top {
  margin-bottom: 40px;
  float: right;
}
.prescreen .card-text {
  max-width: 733px;
  text-align: left;
  margin: 0 auto;
}
#prescreen table td.text-right {
  text-align: right;
}

#prescreen-iframe {
  width: 100%;
  height: 900px;
}

/* Cookie Consent neues Layout */

div#cookie-notice {
  min-width: 40%;
  max-width: 40%;
  margin: 0 30% 5% 30%;
  padding: 300px 0 0 0;
  background: rgb(40, 87, 110) url(../images/bg_cookienotice.jpg) top center no-repeat;
}

@media (max-width: 974px) {
  div#cookie-notice {
    min-width: 60%;
    max-width: 60%;
    margin: 0 20% 5% 20%;
  }
}
@media (max-width: 600px) {
  div#cookie-notice {
    min-width: 80%;
    max-width: 80%;
    margin: 0 10% 5% 10%;
  }
  .cookie-notice-container {
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  div#cookie-notice {
    min-width: 94%;
    max-width: 94%;
    margin: 0 3% 5% 3%;
  }
  div#cookie-notice a#cn-accept-cookie,
  div#cookie-notice a#cn-more-info {
    width: 100% !important;
  }
  .cookie-notice-container {
    padding: 20px 5px;
  }
}

.cookie-notice-container {
  padding: 40px;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
  width: 100%;
  background-color: rgb(40, 87, 110);
}
span#cn-notice-text {
  display: block;
  margin-bottom: 30px;
  font-size: 0.9em;
}
div#cookie-notice a.cn-button {
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 0.8em;
  padding: 6px 12px;
}
div#cookie-notice a#cn-accept-cookie {
  width: 240px !important;
}
div#cookie-notice a#cn-more-info {
  width: 240px !important;
  margin: 0 auto 20px auto;
}
div#cookie-notice a#cn-refuse-cookie {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline !important;
  text-shadow: none;
  position: relative;
  top: 75px !important;
  margin-top: 0;
  padding: 0;
}

.card-text ul.sun li:before {
  background-image: url("/wp-content/themes/therme_wien/assets/images/icon/sun.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 12px;
  left: -10px;
  content: "";
}

/* Gewinnspiel 2019 */
.gewinnspiel input.wpcf7-email.no_margin,
.gewinnspiel select.wpcf7-select.no_margin {
  margin: 0;
}

select#please_select option:first-child {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
}

span.gewinntitel {
  font-size: 3.6rem;
  font-weight: bold;
}

/* countdown-anf */
div.shailan_CountdownWidget .hasCountdown .countdown_row .countdown_section {
    padding: 10px;
    font-size: 0.8em;
}
@media screen and (min-width: 992px) {
	div.shailan_CountdownWidget .hasCountdown .countdown_row .countdown_section {
		padding: 15px;
		font-size: 1.1em;
	}
}
div.shailan_CountdownWidget .hasCountdown .countdown_row .countdown_section .countdown_amount {
	font-weight:bolder;
}

div.shailan_CountdownWidget {
  background-color:rgba(255,255,255,0.2);
}
div.shailan_CountdownWidget a.countdown_infolink {
  display: none;
}
/* countdown-end */

@media screen and (max-width: 991px) {
  rs-arrow {
    top: 85% !important;
  }
}

rs-layer-wrap .button.standard {
  padding: 12px 17px 12px 55px !important;
}

span.therme_closed_wrapper {
  display: flex;
  flex-direction: row;
  /*	width:52vh;*/
  align-items: center;
  background-color: #002f46;
}
@media screen and (max-width: 1800px) {
  span.therme_closed_wrapper {
    flex-direction: column;
    width: auto;
  }
}

span.therme_closed_wrapper.mobile {
  flex-direction: row;
  width: 36vh;
}
@media screen and (max-width: 460px) {
  span.therme_closed_wrapper.mobile {
    width: 24vh;
  }
}
@media screen and (max-width: 380px) {
  span.therme_closed_wrapper.mobile {
    width: 22vh;
  }
}

span.therme_closed_wrapper a:hover {
  color: #fff;
}
span.therme_closed_wrapper span.therme_closed {
  background-color: #002f46;
  color: #fff;
  padding: 8px 10px 0 0;
  display: block;
  font-size: 16px;
  letter-spacing: initial;
}
@media screen and (max-width: 1550px) {
  span.therme_closed_wrapper span.therme_closed {
    padding: 8px 10px 18px 0;
  }
}

span.therme_closed_wrapper.mobile span.therme_closed {
  padding: 4px 10px 8px 0;
  font-size: 14px;
}

/* Cookie Hinweis neu [Anfang]... */
.BorlabsCookie {
  padding: 10px;
  background-color: #eee;
}

.BorlabsCookie h3 {
  text-align: left;
  font-weight: bold;
  margin: 20px 0 10px;
  color: rgb(85, 85, 85) !important;
}
.BorlabsCookie h4 {
  text-align: left;
  padding: 4px 12px;
  margin-top: 20px;
}
.BorlabsCookie p {
  text-align: left;
  font-weight: normal;
}
.BorlabsCookie table._brlbs td,
.BorlabsCookie table._brlbs th {
  padding: 2px 8px !important;
  border: 1px solid gray;
  font-size: 16px;
  text-align: left;
}
#BorlabsCookieBox p {
  font-weight: normal;
}

@media screen and (min-width: 650px) {
  #BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 600px !important;
  }
}

.BorlabsCookie .cookie-box .container > div.row > div.col-12 > ul > li {
  display: none;
  visibility: hidden;
}

/* Cookie Hinweis neu [Ende]... */

.wppopups-whole {
  height: 0 !important;
}

div#countdown_in_header {
  max-width: 100%;
  margin: 0 auto;
  font-size: large;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  padding: 20px;
}
@media screen and (min-width: 650px) {
  div#countdown_in_header {
    max-width: 90%;
    font-size: x-large;
  }
}
@media screen and (min-width: 991px) {
  div#countdown_in_header {
    max-width: 80%;
    font-size: xx-large;
    font-weight: bold;
  }
}

div#text_in_header {
  padding: 48px 0 0 0;
}
div#text_in_header p {
  color: #fff;
  text-align: center;
  margin: 2px 0;
  padding: 0;
  font-size: 1.2em;
}
div#text_in_header p.z1 {
  font-size: 1em;
}
div#text_in_header p.z1,
div#text_in_header p.z3 {
  font-weight: bold;
}
div#text_in_header p.z4 span {
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 767px) {
  div#text_in_header {
    padding: 100px 0 0 0;
  }
  div#text_in_header p.z1 {
    font-size: 2.6em;
  }
  div#text_in_header p.z2 {
    font-size: 4.4em;
    line-height: 1;
    margin-top: 10px;
  }
  div#text_in_header p.z3 {
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: 10px;
  }
  div#text_in_header p.z4 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1091px) {
  div#text_in_header {
    padding: 50px 0 0 0;
  }
  div#text_in_header p.z1 {
    font-size: 3.6em;
  }
  div#text_in_header p.z2 {
    font-size: 7em;
    line-height: 1;
    margin-top: 15px;
  }
  div#text_in_header p.z3 {
    font-size: 7em;
    line-height: 1;
    margin-bottom: 20px;
  }
  div#text_in_header p.z4 {
    font-size: 2.4em;
  }
}

#text_in_header_show_on_mobile {
  visibility: visible;
  display: block;
}
#text_in_header_show_on_desktop {
  visibility: hidden;
  display: none;
}
@media screen and (min-width: 767px) {
  #text_in_header_show_on_mobile {
    visibility: hidden;
    display: none;
  }
  #text_in_header_show_on_desktop {
    visibility: visible;
    display: block;
  }
}

/*** RTU22 Begin ***/
body.page-template-page_relax_tagesurlaub header {
  margin-bottom: 0;
}
body.page-template-page_relax_tagesurlaub header .info-page-header {
  height: auto;
}

header .rtu-logo {
  width: 150px !important;
  padding: 16px;
}
@media screen and (max-width: 1091px) {
  header .rtu-logo {
    width: 150px !important;
  }
  header .rtu-logo img {
    padding: 10px;
  }
}

div.rtu2222 {
  font-family: "AvantGardeBk";
  font-weight: normal;
  background-color: #fff;
  color: #2a3958;
}
div.rtu2222 p {
  line-height: 30px;
}

.block {
  padding: 40px 0;
}
@media screen and (min-width: 767px) {
  .block {
    padding: 80px 0 40px 0;
  }
}

.block.stickyoverlay {
  padding-top: 0;
}
@media (min-width: 1280px) {
  .block.stickyoverlay {
    position: sticky;
    margin: -150px auto 0 auto;
  }
}
.block.brown {
  background-color: #917569;
}
@media screen and (min-width: 767px) {
  .block.brown {
    padding: 100px 0;
  }
}

.block.grey {
  background-color: #e9e4e3;
  padding: 100px 0;
}

.rtu2222 .block.brown h4 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.rtu2222 .block.remove-container-margin {
  padding: 40px !important;
}

.rtu2222 .block.remove-container-padding {
  padding: 0 !important;
}
/****
@media screen and (min-width: 567px) {
	.rtu2222 .block.remove-container-padding .textbox-text {
		margin:40px 0 0 0 !important;
	}
}
***/
.rtu2222 .block.half-brown-upper {
  background-color: #d0c4b2;
}
@media screen and (min-width: 767px) {
  .rtu2222 .block.half-brown-upper {
    background-image: linear-gradient(#d0c4b2 50%, #fff 0%);
  }
}
.rtu2222 .block.half-brown-lower {
  background-color: #d7bda4;
}
@media screen and (min-width: 767px) {
  .rtu2222 .block.half-brown-lower {
    background-image: linear-gradient(#fff 50%, #d7bda4 0%);
    padding-top: 0 !important;
  }
}

.rtu2222 .block.half-brown-upper .container h2,
.rtu2222 .block.half-brown-lower .container h2,
.rtu2222 .block.half-brown-upper .container p,
.rtu2222 .block.half-brown-lower .container p {
  position: relative;
}

.rtu2222 .block.half-brown-upper .container h2,
.rtu2222 .block.half-brown-lower .container h2 {
  font-family: "AvantGardeDemi";
  font-size: 24px !important;
  font-weight: initial;
  line-height: 30px !important;
  position: relative;
}
@media screen and (min-width: 767px) {
  .rtu2222 .block.half-brown-upper .container h2,
  .rtu2222 .block.half-brown-lower .container h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

.block.brown .textbox-text h1,
.block.brown .textbox-text h2,
.block.brown .textbox-text h3,
.block.brown .textbox-text p {
  color: #fff !important;
}

.block.nopadding {
  padding: 0;
}
.block.border-top-bottom-gray {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.block.border-top-gray {
  border-top: 1px solid #d8d8d8;
}
.block.border-bottom-gray {
  border-bottom: 1px solid #d8d8d8;
}
.block.paddingbottom20 {
  padding-bottom: 20px;
}
.rtu2222 .block .container h1 {
  color: #2a3958;
  text-transform: uppercase;
}
.rtu2222 .block .container h2 {
  font-family: "AvantGardeDemi";
  font-weight: normal;
  color: #2a3958;
  font-size: 32px;
  line-height: 125%;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 767px) {
  .rtu2222 .block .container h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 36px 0;
  }
}

.rtu2222 .block .container h2 strong {
  font-family: "AvantGardeDemi";
  font-weight: normal;
}

.rtu2222 .block .container h2.normal {
  font-family: "AvantGardeBk";
  font-weight: 400;
}

.rtu2222 .block .container p span.demi {
  font-family: "AvantGardeDemi";
  font-weight: normal;
}

.rtu2222 .block .container h3 {
  color: #2a3958;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}
.rtu2222 .block .container h4 {
  font-family: "AvantGardeDemi";
  font-weight: normal;
  color: #2a3958;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 20px 0;
}
@media screen and (min-width: 767px) {
  .rtu2222 .block .container h4 {
    font-size: 24px;
    line-height: 31px;
  }
}

.rtu2222 .block .container p {
  text-align: center;
}
.rtu2222 .block .container ul {
  padding-left: 25px;
}
.rtu2222 .block .container ul li {
  padding-left: 10px;
  padding-bottom: 4px;
  line-height: 165%;
}
.rtu2222 .block .container .textbox p {
  text-align: left;
}
.rtu2222 .textbox {
  /*margin-bottom: 48px;*/
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .textbox {
    /*margin-bottom: 64px;*/
  }
}
.textbox.remove-bottom-margin {
  margin-bottom: 0;
}

.block.remove-container-padding .textbox.remove-bottom-margin {
  margin-top: 40px; /*asdf**/
}

.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox h5,
.textbox h6 {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .textbox h1,
  .textbox h2,
  .textbox h3,
  .textbox h4,
  .textbox h5,
  .textbox h6 {
    margin-bottom: 48px;
    line-height: 1.4em;
  }
}
.textbox.big {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.textbox-inner {
  margin-left: auto;
  margin-right: auto;
}
.textbox-image {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .textbox-image {
    margin-bottom: 16px;
  }
}
.textbox-text {
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .textbox-text {
    margin-bottom: 40px;
  }
}
.textbox-image img {
  height: auto;
  max-width: 100%;
  margin: 0 auto !important;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .textbox-image img {
    margin: 0;
  }
}
.textbox-text > :last-child {
  margin-bottom: 0;
}
.textbox-text img {
  height: auto;
  max-width: 100%;
}
.textbox-buttons {
  margin-top: 32px;
  text-align: center;
}
.textbox-teaser .textbox-inner {
  max-width: 1008px;
  text-align: center;
}
.textbox-teaser ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 592px;
  text-align: left;
}
.textbox-small {
  margin: 24px 0;
}
.textbox-small .textbox-inner {
  margin-left: 0;
  margin-right: 0;
  max-width: 280px;
}
.textbox-small .textbox-buttons {
  margin-top: 16px;
  text-align: left;
}
.textbox-left .block-title {
  text-align: left;
}
.textbox-left .textbox-inner {
  margin-left: 0;
  margin-right: 0;
}
.textbox-left .textbox-buttons {
  text-align: left;
}

.textbox-layout-half .textbox-inner,
.textbox-layout-third .textbox-inner {
  display: flex;
}
.textbox-layout-half.textbox-position-left .textbox-inner,
.textbox-layout-third.textbox-position-left .textbox-inner {
  flex-direction: column;
}
.textbox-layout-half.textbox-position-right .textbox-inner,
.textbox-layout-third.textbox-position-right .textbox-inner {
  flex-direction: column-reverse;
}

@media screen and (min-width: 767px) {
  .textbox-layout-half.textbox-position-left .textbox-inner,
  .textbox-layout-half.textbox-position-right .textbox-inner,
  .textbox-layout-third.textbox-position-left .textbox-inner,
  .textbox-layout-third.textbox-position-right .textbox-inner {
    flex-direction: row;
    align-items: center;
    margin: 0 -35px;
    max-width: none;
  }
  .textbox-layout-half .textbox-image,
  .textbox-layout-half .textbox-text,
  .textbox-layout-third .textbox-image,
  .textbox-layout-third .textbox-text {
    margin: 0 35px;
  }
  .textbox-layout-half .textbox-image {
    width: 45%;
  }
  .textbox-layout-half .textbox-text {
    width: 55%;
  }
  .textbox-layout-third .textbox-image,
  .textbox-layout-third .textbox-text.textbox-one-third {
    width: 33.33%;
  }
  .textbox-layout-third .textbox-text,
  .textbox-layout-third .textbox-text.textbox-two-thirds {
    width: 66.66%;
  }
}
/* Stage Begin */
.stage {
  background-color: #002f46;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .stage {
    flex-direction: row;
    align-items: center;
  }
}

.stage-content-left {
  width: 100%;
  padding: 25px 10px 25px 10px;
}
@media screen and (min-width: 767px) {
  .stage-content-left {
    text-align: left;
    margin-top: 0;
  }
}

.stage-content-left h1 {
  font-family: "AvantGardeDemi";
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
  .stage-content-left h1 {
    font-size: 60px;
    line-height: 75px;
    color: #fff;
  }
}

.stage-content-left p:last-child {
  margin-bottom: 10px;
}

.stage-content-left p a,
a.cta-button {
  display: inline-block;
  background-color: #37658a;
  border-radius: 5px;
  padding: 16px 32px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}
.stage-content-left p a:hover,
a.cta-button:hover {
  background-color: #8a8a8a;
}
@media screen and (min-width: 767px) {
  .stage-content-left p a,
  a.cta-button {
    font-size: 16px;
    padding: 8px 16px;
  }
}

.stage-content-right {
  width: 100%;
  background-color: #002f46;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .stage-content-left {
    padding: 50px 0 50px calc((100vw / 2) - 480px);
    width: 55%;
  }
  .stage-content-right {
    width: 45%;
    text-align: left;
  }
}

@media screen and (min-width: 1091px) {
  .stage-content-left {
    padding: 50px 0 50px calc((100vw / 2) - 606px);
    width: 60%;
  }
  .stage-content-right {
    width: 40%;
  }
}
.stage-content-right img {
  margin: 25px 0 -35px 30px;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .stage-content-right img {
    margin: 60px -12% 60px -12%;
    min-width: 112%;
    max-width: 112%;
  }
}

@media screen and (max-width: 766px) {
  .stage-content-left h1,
  .stage-content-left p {
    margin: 24px 20px 0 20px;
  }
}

@media screen and (min-width: 767px) {
  .stage-content-left h1 {
    margin: 0 15% 35px 0;
  }
  .stage-content-left p {
    margin-right: 15%;
  }
}

/* Stage End */

@media screen and (max-width: 766px) {
  .textbox-text-over-image.desktop {
    visibility: hidden;
    display: none;
  }
  .textbox-mobile {
    visibility: visible;
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .textbox-mobile {
    visibility: hidden;
    display: none;
  }

  .textbox-text-over-image.desktop::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .textbox-text-over-image.desktop {
    margin: 60px 80px;
    padding: 250px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
  }
}

.textbox-mobile .textbox-text {
  text-align: center;
  margin: 32px 0 0 0;
}
.textbox-mobile .textbox-text p {
  text-align: center !important;
}

.textbox-text-over-image .text-content h2,
.textbox-text-over-image .text-content h3,
.textbox-text-over-image .text-content h4,
.textbox-text-over-image .text-content p {
  text-align: center !important;
}

.rtu2222_footer footer {
  background-color: #fff !important;
}

h2.gallery-title {
  margin-bottom: 40px;
}

.image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-row a {
  margin: 0.5%;
  width: 24.5%;
  position: relative;
  color: #2a2c44;
}

.image-row a span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "Dosis", sans-serif;
}

.image-row a span.overlay span b {
  display: block;
  font-size: 1.2rem;
}

.image-row a img {
  max-width: 100%;
  height: auto;
}

.lg-backdrop {
  background-color: rgba(42, 44, 68, 0.8) !important;
}

.lg-outer .lg-thumb-outer {
  background: none !important;
}

.lg-outer .lg-thumb-item {
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0.7;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: none !important;
}

.lg-sub-html,
.lg-toolbar {
  background: none !important;
}

.lg-outer .lg-thumb-item.active {
  opacity: 1;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45) !important;
  border-radius: 2px;
  border: none;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

/*** RTU22 End ***/

/*** UserCentrics Layout Cookies-Seite Begin ***/
.uc-embed {
}
.uc-embed h4 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0 8px 0;
}
.uc-embed h5 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 20px 0 5px 0;
}
.uc-embed .uc-checkbox.uc-optInCheckboxWithLabel {
  margin-left: -30px auto;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .uc-embed .uc-checkbox.uc-optInCheckboxWithLabel {
    margin-left: -30px;
  }
}
.uc-embed .uc-checkbox.uc-optInCheckboxWithLabel input[type="checkbox"] {
  margin: 0;
  top: -4px;
  position: relative;
}
.uc-embed .uc-title.uc-optInCheckboxWithLabel {
  margin-top: 35px;
  margin-bottom: 10px;
  margin-left: 14px;
}
.uc-embed .uc-title.uc-optInCheckboxWithLabel h3 {
  font-size: 2.8rem;
}
/*** UserCentrics Layout Cookies-Seite End ***/
