body {
	/*background: unset;*/
}
h2 {
	color:rgb(var(--bs-turquoise-dark-rgb));
}
h3 {
  font-size: 24px;
}
main .firstContainer .container:first-of-type h2 {
	margin-top:0;
}
main .firstContainer {
	margin-top:86px;
}
.fw-normal {
	font-family: "FSMeW05-Regular", Arial, sans-serif!Important;
}
a {
  color: #205b7d;
}
.textlink {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.textlink:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: -0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: '\e830';
}
h1, h2, h3, h4, p {
	hyphens: auto;
  hyphenate-limit-chars: auto 4;
  hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 4;
  -webkit-hyphenate-limit-lines: 2;
}
div {
  position:relative;
}
/* Farben */
.np_mittelblau {
	color:#205b7d;
}
.np_hellblau {
	color:#68b1dc;
}
.np_rot {
	color:#d63146;
}
.np_gruen {
	color:#a3c95c;
}
.np_hellorange {
	color:#f6a654;
}
.colorNpTurquoiseDark {
	color: rgb(0, 152, 172);
}
.colorNpRed {
	color: #e04f67;
}
.height-60 {
  height:60px;
}
.top-200 {
  top:200px!Important;
}
.top-100 {
  top:100px!Important;
}
.padding_top_90 {
  padding-top:90px;
}
.padding_top_60 {
  padding-top:60px;
}
.margin_bottom_90 {
  margin-bottom:90px;
}
.padding_bottom_90 {
  padding-bottom:90px;
}
.padding_bottom_120 {
  padding-bottom:120px;
}
.padding_bottom_50 {
  padding-bottom:50px;
}
.margin_bottom_100 {
  margin-bottom:100px;
}
.margin_bottom_150 {
  margin-bottom:150px;
}
.margin_top_60 {
  margin-top:60px;
}
.margin_bottom_60 {
  margin-bottom:60px;
}
.padding_bottom_60 {
  padding-bottom:60px;
}
.margin_top_40 {
  margin-top:40px;
}
.margin_bottom_40 {
  margin-bottom:40px;
}
.margin_top_30 {
  margin-top:30px;
}
.margin_bottom_30 {
  margin-bottom:30px;
}
.clearfix.offset10{
  height: 10px;
}
.clearfix.offset30{
  height: 30px;
}
.clearfix.offset50{
  height: 50px;
}
.clearfix.offset80{
  height: 80px;
}
.push10down {
	position: relative;
  top: 10px;
}
.push20down {
	position: relative;
  top: 20px;
}
.grey_bg {
  background-color: #f9f9f9;
}
.anker {
	visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -100px;
}
/*
.visible_ni {
	visibility:visible;
}
.invisible_ni {
	visibility:hidden;
}
.opacity_0_ni {
	opacity:0;
}
.opacity_100_ni {
	opacity:1;
}
*/
.setOut {
  position: absolute;
  top: -10000px;
}
.btn{--bs-btn-padding-x: 1rem;}
#logo_home {
  background-image: url(/static/tsosTerminal/assets/img/logo+text-ws.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  margin-right: 1px;
}
div.animated.fadeInDown {
  top: -45px;
  text-align: unset;
}
.search-overlay-menu input[type="text"] {
  padding: 10px;
}
.search-overlay-menu form button {
  right: 10px;
  top: 10px;
}
form.search input {
	border: 1px solid #ced4da;
}
.waveHeader {
  width:100%;
  position: absolute;
  bottom: -1px;
  background-color:transparent;
  background-repeat: repeat-x;
  z-index: 30;
}
.waveHeaderStart {
  background-image: url(/static/tsosTerminal/assets/img/waveHeaderStart-ws.svg);
  background-position: bottom;
}
.waveHeaderWs {
  background-image: url(/static/tsosTerminal/assets/img/wave-smallheader-ws.svg);
}
.waveHeaderGr {
  background-image: url(/static/tsosTerminal/assets/img/wave-smallheader-gr.svg);
}
.waveFooter {
	height: fit-content;
  width:102%;
  margin:0 0 0 -5px;
  position: fixed;
  bottom: 284px;
}
#social_footer {
  padding-top: 20px;
  margin-top: 0;
}
#social_footer p {
  font-size: 12px;
  color: #ffffff;
}
a#phone:before {
  content: "z";
}
.waveFooterHgTr {
	background-color: unset;
}
/*
.waveFooterHgWs {
	background-color: #fff;
}
.waveFooterHgGr {
	background-color: #f9f9f9;
}
*/
.waveTop {
  width:100%;
  position: absolute;
  top: 0;
  background-color:transparent;
  background-repeat: repeat-x;
  z-index: 1;
  background-image: url(/static/tsosTerminal/assets/img/wave-top-ws.svg);
  height:50px;
  background-size: auto 100%;
}
.waveBottom {
  width:100%;
  position: absolute;
  bottom: 0;
  background-color:transparent;
  background-repeat: repeat-x;
  z-index: 1;
  background-image: url(/static/tsosTerminal/assets/img/wave-bottom-ws.svg);
  height:50px;
  background-size: auto 100%;
}
.siteContact #logo_home {
  background-image: url(/static/tsosTerminal/assets/img/logo+text-sw.svg);
}
#logo_home a, header.sticky #logo_home a, header#plain #logo_home a, header#colored #logo_home a {
  background-image: none!Important;
}
#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
  background-image: none!Important;
}

#logo_home a, header.sticky #logo_home a, header#plain #logo_home a, header#colored #logo_home a {
  display: block;
  text-indent: -9999px;
  font-size: 2.5rem;
  line-height: 48px;
  margin-top: 5px;
}

header.sticky #logo_home {
  background-image: url(/static/tsosTerminal/assets/img/logo+text-sw.svg);
  margin-top: 0;
  margin-bottom: 10px;
}
header.sticky #logo_home a {
  background-image: none!Important;
}
header #logo_home a {
  margin-bottom: 10px;
}
header.sticky2 {
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
  background-color: #fff;
  padding-bottom: 0;
}
.sticky2 .main-menu > ul > li > a {
	color: #333;
}
header.sticky2 #logo_home {
  background-image: url(/static/tsosTerminal/assets/img/logo+text-sw.svg);
  margin-top: 0;
  margin-bottom: 10px;
}
header.sticky2 ul#top_links a {
  color: #333;
  font-weight: 300;
}
header ul#top_links a.active {
	color:#e14d67;
}
header li a#contrastBtn i {
	font-size: 18px;
  line-height: 0;
}

.sticky2 .cmn-toggle-switch span,
.sticky2 .cmn-toggle-switch span:before,
.sticky2 .cmn-toggle-switch span:after {
  background: #333;
}

h1 {
  letter-spacing: 0.7px;
  font-family: "FSMeW05-Regular", Arial, sans-serif;
}
.heavyHeadline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'FSMeW05-Heavy';
}
header#plain {
  background-color: #f9f9f9;
}
a.btn_1, .btn_1 {
  font-size: 16px;
}
.parallax-content-1 div h1, .parallax-content-1 div h3 {
  text-transform: unset;
}
.parallax-content-1 > div {
  padding: 0 7%;
}
.erinyen.tparrows {
  visibility: unset!Important;
  opacity: unset!Important;
  background: rgba(0,0,0,0.3)!Important;
}
.categories_grid a .wrapper h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.list_carousel .tour_container, .list_carousel .item {
  height:100%;
}
.feature_home_2 i {
  font-size: 4rem;
}
.feature_home_2 h3 {
  margin-top: 5px;
}
.feature_home_2 p {
  font-size: 14px;
  font-weight: 300;
}
.banner_2 {
  background-size: cover!Important;
  background-position: center!Important;
}
.badge {
  vertical-align: text-bottom;
  padding-top: 0.35em;
  padding-bottom: 0.2em;
}
#position {
  font-size: 14px;
  border-bottom: none;
}
.bgBreadcrumbWs {
  background-color: #fff!Important;
}
.bgBreadcrumbGr {
  background-color: #f9f9f9!Important;
}
.galerieItem {
  position:relative;
}
.final-tiles-gallery.caption-top .tile span.subtitle {
  font-size: 14px;
}
.final-tiles-gallery .ftg-filters a {
  margin-bottom: 5px;
}
.form-control, .form-select {
  font-size: 16px;
}
.form-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form-select option.selectedItem {
	color:#e04f67;
}
.form_title h3 {
  line-height: 1.5;
}
.form_title.sendOk strong {
  background-color: #2eb938;
}
main {
  overflow: hidden;
  margin-bottom: unset;
  background-color: transparent;
}
.main_title {
  text-align: unset;
  margin-bottom:0;;
}
.main_title.solo p {
  margin-bottom:0;;
}
#rev_slider_44.anmeldung .tparrows {
  visibility: hidden!Important;
}
#rev_slider_44.anmeldung form {
  min-width: 350px;
}
#rev_slider_44.anmeldung a.btn_full, .btn_full {
  font-size: 16px;
  padding: 7px 20px;
}
#top_line {
  font-size: 14px;
}
.lb-container {
  height: 100%;
}
#map_filter {
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.6);
}
#map_filter ul li {
  position:relative;
  margin: 0 -3px;
}
#map_filter ul li label:hover {
  cursor:pointer;
}
/**/
#map_filter ul li.activ {
  background-color:#fff;
}

#map_filter ul li .cbMap {
  position:absolute;
  display: none;
}
#map_filter ul li label i {
  display: block;
  font-size: 28px;
  margin: 0;
  line-height: 1.2;
}
#map_filter ul li label {
  position:relative;
  display: inline-block;
  padding: 10px;
  color: #444;
  font-weight: 500;
  min-width: 110px;
  margin: 0 -3px;
}
#map_filter label img,
#map_filter label span {
	display:block;
  margin: auto;
}


#map_filter2 {
  z-index: 400;
}
#map_filter2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#map_filter2 ul li {
  position:relative;
  margin: 0 -3px;
  display: inline-block;
  text-align: center;
}
#map_filter2 ul li label:hover {
  cursor:pointer;
}
#map_filter2 ul li.activ {
  background-color:#fff;
}
#map_filter2 ul li .cbMap {
  position:absolute;
  display: none;
}
#map_filter2 ul li label i,
#map_filter2 ul li label img {
  display: block;
  font-size: 24px;
  margin: 0 auto;
  line-height: 1.2;
}
#map_filter2 ul li label {
  position:relative;
  display: inline-block;
  padding: 10px;
  color: #444;
  font-weight: 500;
  min-width: 110px;
  margin: 0 -3px;
}
/*
.mapBaustein .leaflet-left .leaflet-control {
  margin-left: 0;
}
.mapBaustein .leaflet-right .leaflet-control {
  margin-right: 0;
}
*/
div.leaflet-control-container {
	height:100%;
}
.leaflet-popup p {
  margin:5px 0;
}
ul#top_links li ul li:first-child {
  border-left: unset;
  padding: 5px 10px;
}
.main-menu li .menuIcon {
  font-size: 36px;
  position: relative;
}
.sliderMainText span {
  color:rgb(var(--bs-turquoise-dark-rgb));
}
footer {
  padding: 20px 0 10px;
  position: relative;
  background: #205b7d;
  z-index: 10!Important;
}
footer h3 {
  font-size: 16px!Important;
}

.custom-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  display: none;
  transition: opacity 0.2s ease-in-out;
}
.bigIcon {
	font-size: 52px!Important;
}

/* ########## Switcher Beginn ########### */
#style-switcher a {
  right: -54px!Important;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}
#style-switcher h2 {
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 5px 20px;
  margin-top: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
#style-switcher h2 a {
  height: 50px;
  right: -50px;
  width: 56px;
}
#style-switcher h2 a i {
  left: 2px;
}
#style-switcher h2 img {
  width:34px;
  height:34px;
  position: relative;
  left: 2px;
}

#back-switcher {
  position: fixed;
  z-index: 999;
  left: 0;
}
#back-switcher a {
  right: -45px!Important;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  font-size: 1.5rem;
}
#back-switcher a i {
  right: -50px;
  position: absolute;
  font-size: 2.3rem;
  font-weight: 600;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  background: #f8f8f8;
  border-radius: 0 4px 4px 0;
  padding: 2px;
  width: 50px;
  height: 50px;
}
#back-switcher a i:before {
	position: relative;
  left: 5px;
  top: 5px;
}
#navi-switcher {
  background: #fff;
  position: fixed;
  z-index: 1000;
  left: -205px;
  border-radius: 0 0 4px 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}
#navi-switcher h2 a {
  right: -45px!Important;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  font-size: 1.5rem;
}
#navi-switcher h2 {
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 5px 20px;
  margin-top: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
#navi-switcher ul {
	list-style-type: none;
  padding-left: 20px;
}
#navi-switcher #switchNavi li {
  padding: 10px 0;
}
#navi-switcher #switchNavi li i {
  font-size: 2rem;
}
#navi-switcher #switchNavi a {
  font-size: 1.5rem;
}
#navi-switcher h2 a i {
  right: -52px;
  position: absolute;
  font-size: 2.3rem;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  background: #f8f8f8;
  border-radius: 0 4px 4px 0;
  /*padding: 2px;*/
}
#navi-switcher h2 img {
  width:34px;
  height:34px;
  position: relative;
  left: 2px;
}
/* ########### Switcher Ende ############ */

.colors li a {
  display: block;
  width: unset;
  height: unset;
  cursor: pointer;
}
ul#color1 img {
  width: 50px;
  height: 50px;
}
.downloads .card ul {
  list-style-type: none;
  padding-left: 0;
}
.downloads .card ul i {
  font-size: 1.5rem;
}
.flexGalery div {
  display:flex;
}
.img_wrapper_gallery {
  background-color: #fff;
}
.img_wrapper_gallery .picDesc {
  padding-top: 10px;
  padding-left: 7px;
  line-height: 1.2;
  color: #666;
}
.img_wrapper_gallery .picDesc p {
  margin-bottom: 10px;
}
.price_list .rating {
  display: block;
}
.price_list .roomText {
  display: block;
  color: #999;
  font-size: 18px;
  margin-top: 10px;
}
.icon-star.kat {
  font-size: 14px;
}
.icon-star.kat:before {
  margin-left: 0!Important;
  margin-right: 0!Important;
}
aside {
	word-break: break-word;
}
aside p {
  margin: 0 0 10px;
}
.box_style_1,
.box_style_2,
.box_style_3,
.box_style_4 {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
a.btn_map,
#filters_col,
.strip_all_tour_list,
#tools {
  border-radius: 8px;
  overflow: hidden;
}
a.btn_switch:focus {
	color:#fff;
}
.box_style_1 h3.inner {
  border: 0;
  margin: -30px -20px 20px;
}
.box_style_1 .imgBox {
  margin: -20px;
}
.box_style_1 .txtBox {
    margin-top: 30px;
}
.npBoxShadow {
  box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 20%)!Important;
  -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2)!Important;
}
.npTextShadow {
  text-shadow: 1px 1px 2px #333!Important;
}
.leaflet-bar.my-control i {
	font-size: 18px;
}
#rev_slider_44 .tp-bullets {
	left: 17%!Important;
}
/*
.collapseHelp:not(.show) {
  display: none;
}
*/
.collapse #map {
	visibility:hidden;
}

.main-menu > ul > li > a.active i.menuIcon {
  color: #e04f67;
}
.main-menu ul ul li > a.active,
.main-menu ul ul li a.active {
  color: #e04f67;
  padding-left: 15px;
}
#position ul li:first-child:before {
  top: -1px;
}
#position ul li:after {
  top: -3px;
  font-size: 18px;
}
#single_tour_feat ul li {
	padding: 0 8px 20px;
}
#single_tour_feat ul li {
  display: inline-table;
}
#single_tour_feat [class*=" pe-7s-"], [class^=pe-7s-] {
  line-height: unset;
}
.general_icons ul li i,
#single_tour_feat ul li i {
  margin-bottom: 0;
}
#single_tour_feat ul li i {
  font-size: 34px;
}
.img_wrapper_gallery {
    border: none;
}
.ownHeaderBanner .container {
	height:100%;
}
.ownHeaderBanner .container .row {
	height:100%;
  top:30%;;
}
.ownHeaderBanner {
	position: relative;
}
.ownHeaderBanner,
.ownHeaderBanner h1,
.ownHeaderBanner h2,
.ownHeaderBanner h3,
.ownHeaderBanner h4,
.ownHeaderBanner h5,
.ownHeaderBanner h6 {
  color: #fff;
  margin:0;
}
.ownHeaderBanner h1 {
	font-weight: 600;
}
.ownHeaderBanner .bannerBox {
	width:100%;
  height:100%;
}
a:focus,
a:focus i {
  color: #e04f67;
}
.main-menu ul ul li.third-level > a:focus,
.main-menu ul ul li.third-level li > a:focus {
  color: #e04f67;
  padding-left: 18px;
  opacity: 1;
}
.main-menu ul li a.tabindexHelp {
  padding:0!Important;
  display:block;
  height:0;
  overflow:hidden;
  visibility: hidden;
}

/*#top_line a span,*/
.main-menu a.open_close span,
#social_footer a span,
#style-switcher a span,
#navi-switcher a span{
	display:none;
}

.newsliste .img_list a img {
  -webkit-transform: scale(1)!Important;
  transform: scale(1)!Important;
}
.newsliste .img_list a:hover img {
  -webkit-transform: scale(1.1)!Important;
  transform: scale(1.1)!Important;
}
.newsDetailContent h3 {
	margin-top:0;
}
.newsDetailContent img {
	max-width: 100%;
  height: auto;
}
.img_list img {
  width: unset!Important;
  max-height: 100%!Important;
  position: unset!Important;
  left: unse!Importantt!Important;
}
div.coloredBox {
  border-radius: 8px;
}
div.coloredBox p {
	margin:0;
}
div.coloredBox img {
	border-radius: 8px;
}
div.coloredBox1 {
  background-color: rgb(164 227 235);
}
div.coloredBox2 {
  background-color: rgb(164 235 192);
}

.apFunction i {
	font-size: 3rem;
}
.apFunction a {
	color: rgb(0 127 144);
}
.apFunction a:hover {
	color: rgb(0 99 112);
}
.box_style_2 a i, .box_style_4 a i {
  font-size: unset;
  margin-top: unset;
  display: unset;
}
hr.blocktrenner {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #cccccc;
  background-color: unset;
  opacity: 1;
}
.kachelBox {
	margin-bottom: 20px!Important;
}
.kachelBoxInner {
	margin-bottom: 0!Important;
  height: 100%;
}
.img_container-simpel {
  border-bottom: 1px solid #ccc;
}
.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.img_container a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
div.img_container.fill {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
div.img_container.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.hotel_container .hotel_title {
  word-wrap: break-word;
}
.short_info.doubleSize i {
  font-size: 50px;
}

/* CAPTION TOP */
.final-tiles-gallery.caption-top .tile span {
  opacity: .8;
}
.final-tiles-gallery.caption-top .tile span.title {
  top: 20px;
  opacity: 1;
  text-shadow: 0px 0px 5px black;
}
.final-tiles-gallery.caption-top .tile span.subtitle {
  top: 52px;
}
.final-tiles-gallery.social-icons-right .tile .ftg-social {
  right: 0;
}

.boxOez table td {
  vertical-align: top;
  line-height: 1.2;
  padding-bottom: 7px;
}
.boxOez table td:first_of_type {
  padding-right: 20px;
}

.sitemap ul.second {
	display: flex;
  justify-content: center;
}

.quiz .frageBlock {
	margin:20px 0 20px 0;
  padding:20px;
}
.quiz .frageBlock a:focus {
	color:#fff;
}
.quiz .frageBlock .card-quizAntwort {
	padding: 16px;
  background-color: #f1f1f1;
  margin-top: 16px;
}
.quiz .frageBlock .card-quizAntwort p {
	margin-bottom: 10px;
}
#social_footer img {
  height: 75px;
}
#toTop a {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.teaserItem {
	word-break: break-word;
}
.teaserItem p {
	margin: 0 0 4px;
}
.tour_container .tour_title .rating {
  font-size: 20px;
  margin-left: -3px;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* ########### Map-Cluster Beginn ############ */
.marker-cluster div {
  background-color: rgba(32, 91, 125, 0.7)!Important;
  color:#fff;
}
.marker-cluster-medium {
  width: 60px!Important;
  height: 60px!Important;
  border-radius: 30px!Important;
}
.marker-cluster-medium div {
  width: 50px!Important;
  height: 50px!Important;
  border-radius: 25px!Important;
  line-height: 50px!Important;
}
.marker-cluster-large {
  width: 84px!Important;
  height: 84px!Important;
  border-radius: 42px!Important;
}
.marker-cluster-large div {
  width: 74px!Important;
  height: 74px!Important;
  border-radius: 37px!Important;
  line-height: 74px!Important;
}
/* ############ Map-Cluster Ende ############# */


/* ########## Styling für verschiedene Displaygrößen Beginn ########## */
@media only screen and (min-width: 576px) {
  .waveHeaderStart {
    height:225px;
    background-size: auto 99%;
  }
  .waveHeaderWs {
    height:100px;
    background-size: cover;
  }
  .waveHeaderGr {
    height:100px;
    background-size: cover;
  }
  #navi-switcher {
    top: 750px;
    width: 454px;
    left: -456px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  }
  #back-switcher {
    top: 820px;
    left: 0;
  }
  #style-switcher {
    top: 890px;
    width: 254px;
    left: -257px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  }
}

@media only screen and (max-width: 575.98px) {
  .waveHeaderStart {
    height:100px;
    background-size: auto 100%;
  }
  .waveHeaderWs {
    height:40px;
    background-size: auto 40px;
  }
  .waveHeaderGr {
    height:40px;
    background-size: auto 40px;
  }
  #position {
    display:none;
  }
  .form_title {
    padding-left: 45px;
  }
  .form_title h3 strong {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .step {
    margin: 0 0 10px 15px;
  }
  #map_filter ul li label i,
  #map_filter2 ul li label i {
    font-size: 24px;
  }
  .mapFullscreen .leaflet-left .leaflet-control {
    margin-left: 10px;
  }
  .mapFullscreen .leaflet-right .leaflet-control {
    margin-right: 10px;
  }
  /*
  footer {
    position: relative;
  }
  */
  #style-switcher {
    top: 325px;
    width: 254px;
    left: -257px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .main-menu > ul > li > a {
    padding: 0 8px 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #topNavMobile {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 7px;
    padding-top: 5px;
  }
  #topNavMobile #iconBox {
    display: flex;
    justify-content: space-around;
    font-size: 36px;
  }
  #topNavMobile form {
    padding: 0 15px 15px 15px;
  }

  header li a#contrastBtn i {
    font-size: 36px!Important;
    line-height: 1.4!Important;
  }
  #topNavMobile li {
    display: block;
    //margin:0 15px;
  }
  #topNavMobile a span {
    display:none;
  }
  .parallax-content-1 > div {
    padding: 0 10%;
  }
  .ownHeaderBanner h1 {
    font-size:32px;
    /*word-break: break-word;*/
  }
  #map.contact_2 {
    margin-top: 72px;
  }
  #map.mapFullscreen {
    padding-top: 71px;
  }
  #map_filter ul li label,
  #map_filter2 ul li label {
    min-width: inherit;
  }
  #map_filter ul li label span,
  #map_filter2 ul li label span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #map.contact_2 {
    margin-top: 105px;
  }
  #map.mapFullscreen {
    padding-top: 104px;
  }
  .ownHeaderBanner h1 {
    font-size:46px;
  }
  .hotel_container .hotel_title {
    padding: 7px 7px 8px;
  }
  .hotel_container .hotel_title h3 {
    font-size: 12px!Important;
  }
}
@media only screen and (max-width: 991.98px) {
  header#plain {
    padding-bottom: 0;
  }
  .main-menu ul li a {
    padding: 20px 15px !important;
  }
  .main-menu ul > li i {
    float: left;
  }
  .ulFirstLevel > li > a > span {
  	font-weight: 600;
  }
	.nonXsBr {
  	display:none;
  }
  .layer-is-visible {
    visibility: visible;
  }
  .main-menu li .menuIcon {
    top: -7px;
  }
  .main-menu li, .main-menu a.active {
    color: #e04f67 !important;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu ul ul li a {
    font-size: 16px;
  }
  .main-menu li .menuIcon {
    bottom: 3px;
  }
  .main-menu ul ul li > a:focus {
    color: #e04f67;
    padding-left: 15px;
  }
  /*
  #map.contact_2 {
    margin-top: 111px;
  }
  #map.mapFullscreen {
    padding-top: 110px;
  }
  */
  .text2spaltig p,
  .text3paltig p,
  .text4spaltig p {
  	margin:0!Important
  }
  .text2spaltig {
    column-count: 2;
    column-gap: 60px;
  }
  .text3spaltig {
    column-count: 3;
    column-gap: 40px;
  }
  .text4spaltig {
    column-count: 4;
    column-gap: 30px;
  }
  .ownHeaderBanner h1 {
    font-size:52px;
  }
  .filterItemBox input, .filterItemBox select {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .main-menu > ul > li > a {
    padding: 0 20px 15px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .main-menu > ul > li > a {
    padding: 0 34px 15px 0;
  }
}
/* ########### Styling für verschiedene Displaygrößen Ende ########### */

/* ########## Styling Editbutton für Redakteure Beginn ########## */
@media only screen and (min-width: 768px) {
  .showEditButtons {display:block !important;}  
  .editButtonForm {display: inline-block;padding: 0;margin: 0;}
  .editGlobalButtonMenue {
    padding:0;
    background: rgb(243,247,206);
    background: -moz-linear-gradient(top, rgba(243,247,206,1) 0%, rgba(202,226,178,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,247,206,1) 0%,rgba(202,226,178,1) 100%);
    background: linear-gradient(to bottom, rgba(243,247,206,1) 0%,rgba(202,226,178,1) 100%);
    color: #648148;
  }
  .editGlobalButtonMenueGn {
    padding:0;
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
  }
  .editButtonMenue {
    margin: 6px;
    padding: 0 5px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
    display:none;
    font-size: 14px;
  }
  .editButtonContainer {
    margin: 6px;
    padding: 0px 5px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(206, 221, 56);
    background: -moz-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(206, 221, 56, 1) 0%, rgba(123, 180, 67, 1) 100%);
    color: #324F15;
    display: none;
    /*
    position: absolute;
    right: 0;
    top: 0;
    */
    z-index:10;
    font-size: 14px;
  }

  .hideEditButtons {display:none;}

  #penGlobal {
    padding: 0 5px;
    margin-left: 4px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    display: inline-block;
  }
  #copyGlobal {
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgb(251, 202, 37);
    background: -moz-linear-gradient(top, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 202, 37, 1) 0%, rgba(254, 85, 74, 1) 100%);
    font-size: 20px;
    color: #813E00;
    display: inline-block;
  }
  .whitebgcorner{
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999999;
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

  .whitebgscroll{
    position: absolute;
    margin-top: 10px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    right:0px;
    width: auto;
  }
  .whitebgscroll.conDs{
    margin-top: 10px;
    right:15px;
    padding: 0;
  }
  .row form.editButtonForm {display: inline;}
  .whitebgscroll ~ .whitebgscroll {right:42px;}
}

@media only screen and (max-width: 1023.98px) {
  .editButtonForm {display:none;}
  .editGlobalButtonMenue, .editButtonContainer, #penGlobal {display:none;}
  .editButtonMenue, .editButtonContainer, #penGlobal {display:none;}
}

/* ########### Styling Terminal Beginn ########### */
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8880;
}

/* Handle on hover */
::-webkit-scrollbar:hover {
  width: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
} 

.tp-caption.white_heavy_40 {
  line-height: 1.2!Important;
  font-family: unset;
}
.tp-caption a {
  color: initial;
}
.tp-caption a.btn-turquoise-dark {
  color: #ffffff;
}
#logoBox {
  position: absolute;
  z-index: 99;
  width: 30%;
  right: 20px;
  top: 20px;
  background-color: #ffffff80;
  border-radius: 5px;
}
#bannerLogo {
	margin: 10px;
}
.main_title h2 {
  margin-bottom: 10px;
}
.tour_container .tour_title {
  padding: 15px 10px 10px;
}
.teaserBoxOuter {
  padding-bottom: 30px;
}
.tour_container {
  height: 100%;
  margin-bottom: 0;
}
.mpActiv {
	border: 4px solid rgb(var(--bs-turquoise-dark-rgb));
}
.short_info {
  background: unset;
  background-color: #0000003b;
  width: auto;
  padding: 7px;
  border-radius: 0 7px 0 0;
}
.rev-slider-mask {
  opacity: 0.2;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #000;
}
/* ############ Styling Terminal Ende ############ */

/* ########### Styling Editbutton für Redakteure Ende ########### */

#designbody {
	font-size:14px;
  font-family: "FSMeW05-Regular", Arial, sans-serif;
}
#designbody H2 {
	font-size:24px;
}
#designbody H3 {
	font-size:18px;
}
#designbody H4 {
	font-size:16px;
}
#designbody H5 {
	font-size:14px;
}
#designbody h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #e04f67;
}

