/* Farben */
:root {
	--dunkelblau: #3F577D; /*#3F5F78*/
	--mittelblau: #24A7D6;
	--hellorange: #FFD667;
	--dunkelorange: #F8AA0B;
	--gruen: #3CA936;
}


body {
	background-color: #ffffff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
}
h1, h2, h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1{
	font-size:40px;
	font-weight: normal;
	color:var(--dunkelblau);
}

h2{
	color:var(--dunkelblau);
	font-weight:normal;
	font-size: 30px;
}
h3{
	font-size: 24px;
	font-weight: 500;
}

h4 {
	font-size: 18px;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	font-weight: 500;
}

p .btn.btn-primary {
	background-color: var(--dunkelblau);
	border-color: var(--dunkelblau);
}
p .btn.btn-primary:hover {
	background-color: var(--mittelblau);
	border-color: var(--mittelblau);
	text-decoration: none;
}


/* Keep the header sticky  -- .fixed reduces height */
.fixed .sticky {
	position: fixed;
	top: 0;
	height: 40px;
	width: 100%;
	background-color: #2c2d2d;
	box-shadow: 0 6px 8px -6px #b4b4b4;
	z-index: 999;
}

body.fixed header.sticky-top, 
body.home.fixed header.sticky-top,
header.header {
	background-image: none;
	background-color: var(--dunkelblau);
	opacity: 0.9;
}

@media screen and (max-width: 992px) {
.position-sticky {
  position: sticky !important;
}
}

header.header {
	background-image: none;
	background-color: var(--dunkelblau);
}

a:not([class]) {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:hover, a:focus {
	color: var(--dunkelblau);
}


ul li {
	padding-left: 15px;
	padding-bottom: 10px;
}
ul li::marker {
  font-family: "Font Awesome 6 Free";
  content: "\f04b"; 
  font-weight: bold;
}
ul li ul li::marker {
	content: "\f105";
}
.container-bottom-b ul li::marker {
	content: initial;
}

.main {
	margin-left: auto;
	margin-right: auto;
}
.main .row {
	margin-left: 0px;
	margin-right: 0px;
}


body.home #header, body.home header.header {
	background-color: transparent;
	background-image: none;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	opacity: 1;
}
header.header > .grid-child {
	padding-top: 0px;
	padding-bottom: 0px;
	flex-wrap:wrap;
}

.header-img {
	position: absolute;
	bottom: 0%;
	left: 55%;
}

#logo {
	padding: 10px;
}
#logo .brand-logo img,
.header .logo img {
	width: 150px;
}


/* Header-Slider (Startseite) */
.container-banner.full-width {
	margin-bottom: 0px;
	margin-top: -230px;
}
/*
.container-banner .slick{
	margin-top: 20px;
}*/
.container-banner .slick .slick-slider {
	margin-bottom: 0px;
}

.slick-slide img {
	max-width: 100%;
}

.slick .show-arrow-on-hover:hover .slick-next, .slick .show-arrow-on-hover:hover .slick-prev {
	opacity: 1 !important;
}

.slick-prev::before, .slick-next::before {
	font-family: arial !important;
}
.slick .slick-prev::before {
    content: '〈';
}
.slick .slick-next::before {
    content: '〉';
}

.slick .beschriftung {
  position: relative;
  margin-top: -35%;
  margin-bottom: 30%;
  left: 10%;
}

.slick .beschriftung .caption{
	color: #fff;
	font-size: 400%;
	font-weight: bold;
/*	text-align: center;
	background-color: var(--dunkelblau);
	opacity: 0.6; */
}

.slick .beschriftung .subtitle {
	color: #fff;
	font-size: 200%;
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	.header .logo img {
		width: 100px;
	}
	.header-img {
		left: 5%;
	}
/*	.header-img-shop {
		width: 25%;
		top: 5%;
		left: auto;
		right: 5%;
	} */
	.container-banner .slick {
	/*	display:none;*/
	}
	body.home header.header {
		background-image: none;
		background-color: var(--dunkelblau);
		opacity: 0.9;
	}
	.home .container-banner.full-width {
		margin-top: 0px;
	}
	.home .slick .beschriftung {
		position: relative;
		margin-top: -50%;
		margin-bottom: 40%;
	}
	.home .slick .beschriftung .caption {
		font-size: 200%;
	}
	.home .slick .beschriftung .subtitle {
		font-size: 150%;
	}
}

.container-top-a {
	margin-top: -30px;
	display: flex;
	flex-direction: row;		   					 
}

.container-component {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Wetter-Modul */
.container-top-a .top-a {
	flex: none;
}
.container-top-a .top-a .card-body {
	background-color: var(--dunkelblau) ;
	color: #fff;
	padding: 5%; 
	border-radius: 5px;
}
.container-top-a .top-a .mod-custom {
	height: 100%;
	background-repeat: no-repeat;
/*	background-size: 50%; */
}

.container-top-a .top-a .mod-custom .wetter-inhalt {
	padding-top: 7rem;
	padding-left: 3rem;
}

@media (max-width: 767px) {
	.container-top-a {
		flex-direction: column;
	}
}

/* Kacheln Startseite */
.tiles {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.tiles .tile {
	position: relative;
/*	margin-left: 5px;
	margin-right: 5px; */
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 25px;	
}

.tiles .tile img { 
	border-radius: 5px;
}
.tile-title {
	margin-top: -100px;
	margin-left: 20px;
	padding-bottom: 22px;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
}
.tile-desc {
position: absolute;
  top: 0;
  bottom: 20px;
  left: 15px;
  right: 15px;
  height: auto;
  width: auto;
  padding-top: 20%;	
  padding-left: 5%;
  padding-right: 5%;
  transition: .5s ease;
/*  background-color: var(--dunkelblau);*/
    background: rgba(63, 95, 120, 0);
	font-size: 150%;
	color: #fff;
	display: none;
	border-radius: 5px;
}
.tiles .tile:hover .tile-desc {
	display: block;
}
.tiles .tile-desc:hover {
	background: rgba(63, 95, 120, 0.8);
}
@media (width <= 1300px) and (width >= 992px) {
	.tile-title {
		font-size: 140%;
	}
}

@media (width >= 992px) {
	.tiles .tile {
		flex: 0 0 25%;
	}
}
@media (width < 768px) {
	.tiles .tile-title {
		font-size: 170%;
	}
}

/* Feature Startseite (Öffnungszeiten etc.) */
.feature .wf-column h3, .feature .wf-column p {
	padding-left: 5%;
	padding-right: 5%;
}

/* Hintergründe */

body.itemid-164 {
/*	background-image: url(../images/park-dunkel.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-image: linear-gradient(to right bottom, var(--dunkelorange), #fff);
	background-image: url(../images/hintergrund-beachbar2.jpg);
}
body.itemid-132 {
	background-image: url(../images/Hintergrund-orange.png);
}

body.itemid-163, body.itemid-131  {
	background-image: url(../images/Hintergrund-Wasser_hell.jpg);
}/*
body.itemid-133 {
	background-image: url(../images/Hintergrund-Wasser2.jpg);
}
*/
/*
body.itemid-131 {
	background-image: linear-gradient(to right bottom, var(--mittelblau), #fff);
}
*/
.wf-columns.bg-mittelblau {
	background-color: var(--mittelblau);
	background-color: transparent;
}
.wf-columns.bg-mittelblau p, .wf-columns.bg-mittelblau h1 {
	margin-right: 50px;
	padding-left: 50px;
}
.wf-columns.bg-orange {
	background-color: var(--hellorange);
}
.wf-columns.bg-orange p, .wf-columns.bg-orange h1 {
	margin-left: 50px;
}

#main-content, #bottom-menu, 
body.wrapper-fluid .container-component {
	max-width: 1920px;
	padding-left: 5% !important;
	padding-right: 5% !important;
	margin-left: auto;
	margin-right: auto;
}


.blog .items-leading > div {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #ffffff;
}
.blog-bild {
	padding-right: 30px;
}
.item-page-startseite {
	background-color: #ffffff;
	overflow: hidden;
}
.page-header {
	margin-top:20px;
	clear:both;
}	
.page-header h1 {
	color:var(--dunkelblau);
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 1.5rem;
}

.items-leading .leading-2, .items-leading .leading-3, .items-leading .leading-4, .items-leading .leading-5 {
	padding-top: 20px;
	clear:both;
}

.moduletable-right {
	width: 50%;
	float:right;
	margin-bottom:20px;
}
@media (max-width: 900px) {
	.moduletable-right {
		float:left;
		width: 100%;
	}
}
/* Bilder */
.bild-ganze-breite {
	width: 100%;
	float:left;
	margin-bottom: 10px;
}
.bild-links-70 {
	float:left;
	width: 69%;
	margin-bottom: 10px;
	margin-right: 1%;
}
.bild-rechts-70 {
	float:right;
	width: 69%;
	margin-bottom: 10px;
	margin-left: 1%;
}
.bild-links-50 {
	float:left;
	width: 49%;
	margin-bottom: 10px;
	margin-right: 1%;
}
.bild-links-30 {
	float:left;
	width: 32.5%;
	margin-bottom: 10px;
	margin-right: 1.3%;
}
.bild-links-25 {
	float:left;
	width: 24%;
	margin-bottom: 10px;
	margin-right: 1%;
}
.bild-rechts-50 {
	float:right;
	width: 49%;
	margin-bottom: 10px;
	margin-left: 1%;
}
.bild-rechts-30 {
	float:right;
	width: 32.5%;
	margin-bottom: 10px;
	margin-left: 1%;
}
.bild-rechts-25 {
	float:right;
	width: 24%;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bild-mitte-30 {
	float:left;
	width: 32.5%;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 767px) {
	.grid-element img {
		padding: 3px;
	}
	.grid-element-50 {
		width: 100%;
	}
	.bild-links-25, .bild-rechts-25 {
		width: 49%;
		margin-right: 1%;
	}
	.bild-links-50, .bild-rechts-50, .bild-links-30, .bild-mitte-30, .bild-rechts-30 {
		width: 100%;
	}
}
.clear {
	clear:both;
}



.kasten-100 {
	width: 100%;
	padding: 1%;
	margin-bottom: 20px;
	background-color: #5E5F62;
	color: #ffffff;
}
.kasten-links-50 {
	width: 49%;
	float:left;
	padding: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	background-color: #5E5F62;
	color: #ffffff;
	min-height:295px;
}
.kasten-rechts-50 {
	width: 49%;
	float:right;
	padding: 1%;
	margin-left:1%;
	margin-bottom: 20px;
	background-color: #5E5F62;
	color: #ffffff;
	min-height:295px;
}

.kasten-links-30 {
	width: 31%;
	float:left;
	padding: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	background-color: #5E5F62;
	color: #ffffff;
	min-height:295px;
}
.links-50 {
	width: 49%;
	float:left;
}
.links-75 {
	width: 74%;
	float:left;
}
.rechts-25 {
	float: right;
	width: 24%;
}
@media (max-width: 850px) {
	.kasten-links-50 ,.kasten-rechts-50, .links-50, .kasten-links-30 {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
}
.kasten-links-50 h3,.kasten-rechts-50 h3 {
	margin-top:0px;
}

/* maximenu */
.navbar, .container-nav {
	background: none;
/*	background-color: #2c2d2d; 
	min-height: 20px;
	border-radius: 0px;
	padding-left: 5%; */
}

.navbar, .container-nav .menu {
	padding-top: 2%;
}
.navbar, .container-nav .menu:nth-child(2) {
	display:flex;
	align-items: center;
}

#maximenuck110, #maximenuck1, #maximenuck2, #maximenuck3 {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 16px;
	float:left;
}

.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1 {
	background: none;	
	margin-right: 10px;
}
.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active {
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}

.container-nav div#maximenuck110.maximenuckh ul.maximenuck, .container-nav div#maximenuck1.maximenuckh ul.maximenuck, 
.container-nav div#maximenuck2.maximenuckh ul.maximenuck, .container-nav div#maximenuck3.maximenuckh ul.maximenuck {
	background: none;
	background-color: #transparent;
}
.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator span.titreck, 
.container-nav div#maximenuck1 ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.container-nav div#maximenuck1 ul.maximenuck li.maximenuck.level1 > span.separator span.titreck, 
.container-nav div#maximenuck2 ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.container-nav div#maximenuck2 ul.maximenuck li.maximenuck.level1 > span.separator span.titreck,
.container-nav div#maximenuck3 ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.container-nav div#maximenuck3 ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
	line-height: 30px;
	font-weight: bold;
}
.container-nav div#maximenuck110 span.titreck,
.container-nav div#maximenuck1 span.titreck , .container-nav div#maximenuck2 span.titreck, .container-nav div#maximenuck3 span.titreck  {
	font-size: 16px;
}
.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1  a, .container-nav div#maximenuck1 ul.maximenuck li.maximenuck.level1  a,
.container-nav div#maximenuck2 ul.maximenuck li.maximenuck.level1  a, .container-nav div#maximenuck3 ul.maximenuck li.maximenuck.level1  a  {
	color: #ffffff;	
	display: block;
}
.container-nav div#maximenuck110 ul.maximenuck li.maximenuck.level1 li.maximenuck > a {
	display: block;
}

.container-nav div#maximenuck110.maximenuckh ul.maximenuck li.level1.parent > a::after, 
.container-nav div#maximenuck110.maximenuckh ul.maximenuck li.level1.parent > span.separator::after,
.container-nav div#maximenuck1.maximenuckh ul.maximenuck li.level1.parent > a::after, 
.container-nav div#maximenuck1.maximenuckh ul.maximenuck li.level1.parent > span.separator::after, 
.container-nav div#maximenuck2.maximenuckh ul.maximenuck li.level1.parent > a::after, 
.container-nav div#maximenuck2.maximenuckh ul.maximenuck li.level1.parent > span.separator::after,
.container-nav div#maximenuck3.maximenuckh ul.maximenuck li.level1.parent > a::after, 
.container-nav div#maximenuck3.maximenuckh ul.maximenuck li.level1.parent > span.separator::after {
	display: none;
}

.mobilebarmaximenuck {
	clear:both;
}

div#maximenuck110 ul.maximenuck li.maximenuck.level1.headingck {
	padding-bottom: 5px;
}

/* Mobiles Menü */
.mobilemenuck-bar {
	width: 100%;
}
.mobilemenuck-bar .mobilemenuck-bar-title .titreck-text .titreck-title {
	font-size: 16px;
	font-weight: normal;
}
@media (max-width: 640px) {
	.container-nav {
		padding-left: 0px;
	}
}

#maximenuck110-mobile.mobilemenuck {
	background: var(--body-color);
    color: #fff;
    text-shadow: 1px -1px 2px #000;
    font-size: 15px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    left: 0;
    top: 0;
}
#maximenuck110-mobile .mobilemenuck-item > .level1, 
#maximenuck110-mobile .mobilemenuck-item > .level2,
#maximenuck110-mobile .mobilemenuck-item > .level3 {
    background: #32373b;
	background: var(--dunkelblau);
	border-radius: 0px;
	color: #fff;
}
#maximenuck110-mobile .mobilemenuck-item > .level2 {
	padding-left: 35px;
}
#maximenuck110-mobile .mobilemenuck-item > .level3 {
	padding-left: 55px;
}
#maximenuck110-mobile .mobilemenuck-item .level1 a, 
#maximenuck110-mobile .mobilemenuck-item .level2 a,
#maximenuck110-mobile .mobilemenuck-item .level3 a  {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

/* Menü unten */
.container-bottom-b .mod-menu {
	flex-direction: row;
}
.container-bottom-b .mod-menu a, .container-bottom-b .mod-menu a:hover{ 
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px
}

/* Breadcrumbs */
.breadcrumb {
	margin-bottom: 0px;
	margin-top: -10px;
	padding-top:0px;
	background-color: transparent;
	font-size: 90%;
}
@media (max-width: 767px) {
	#breadcrumbs {
		display: none;
	}
}

/* suche */
.awesomplete input {
	padding: 5px;
}

/*
#mod-search-searchword {
	width: 100%;
}

.search legend {
	font-size: 16px;
	margin-bottom: 10px;
}
.phrases-box {
	margin-left: 20px;
}

.phrases-box .controls label {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.ordering-box {
	clear: both;
}
#searchForm .btn-toolbar {
	margin-bottom: 10px;
}
#searchForm button {
	padding-bottom: 2px;
	padding-top: 2px;
}
a.btn.hasTooltip {
display: block !important;
float: left !important;
}
.element-invisible {display: none;}
*/
/* Icons */
/* Print Icons */
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
/*	font-family: 'IcoMoon'; */
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-cog:before {
	content: "\38";
}
.icon-search:before{
	content: "\53";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
#header .search:before {
	font-family: 'IcoMoon';
	content: "\53";
	color: #555555;
	display: block;
	position: absolute;
	right: 15px;
	top:7px;
}
#header .search {
	position: relative;
	top: 4px;
}


#social-links img {
	width: auto;
	max-height: 50px;
	margin-right:20px;
}
#social img {
	margin-bottom: 20px;
}
#social-links .siegel{
	display: flex;
	justify-content: center;
}
#social-links .siegel img {
	max-height: 140px;
	margin-bottom: 20px;
}


/* Event-Booking */
a.eb-event-title {
	color: #333333;
	text-decoration: none;
}
a.eb-event-title:hover {
	text-decoration: underline;
}
.eb-container, .eb-event{
	background-color: #ffffff;
	padding: 30px;
	padding-top: 10px;
}
.eb-taskbar .btn, .eb-event-price-container:hover  {
	background-color: #00D4D7;
	border-color: #00D4D7;
	color: #ffffff;
}
.eb-event-price-container {
	border-radius: 4px;
	background-color: #00D4D7;
}
.sup-verleih-trier h1.eb-page-heading, .sup-verleih-trier span.termin, #print h1.eb-page-heading,
.sup-verleih-losheim h1.eb-page-heading, .monster-sup-verleih-losheim h1.eb-page-heading, .sup-verleih-losheim span.termin, .monster-sup-verleih-losheim span.termin,
.sup-verleih-saarbruecken h1.eb-page-heading, .sup-verleih-saarbruecken span.termin,
.itemid-385 h1.eb-page-heading, .itemid-385  span.termin,
.itemid-628 h1.eb-page-heading, .itemid-628 span.termin,
.itemid-819 h1.eb-page-heading, .itemid-819 span.termin,
.itemid-619 h1.eb-page-heading, .itemid-619 span.termin,
.itemid-919 h1.eb-page-heading{
	display: none;
}

label.checkbox {
	margin-left: -20px;
}
label.checkbox input {
	margin-right: 5px;
}
.radio input[type="radio"]  {
	margin-left: -20px;
	margin-right: 5px;
}

#field_HinweisTermin, #field_3SUPS, #field_HinweisTerminKanu {
	color: red;
}

/* Timeline */
#eb-category-page-timeline {
	padding:30px;
} 

#eb-category-page-timeline h1.eb-page-heading {
	display:none;
}
#eb-category-page-timeline #eb-categories, #eb-category-page-timeline h2.eb-heading {
	display:none;
}
#eb-category-page-timeline h3.eb-even-title-container {
	padding-top: 5px !important;
}
#eb-category-page-timeline h3.eb-even-title-container > div {
	float:left;
}
#eb-category-page-timeline .eb-event-title {
	font-size: 18px;
}
#eb-category-page-timeline .eb-event-date-info {
	font-size: 16px;
}
#eb-category-page-timeline .icon-calendar {
	margin-right: 0px;
}
#eb-category-page-timeline .eb-event-price-container {
	line-height: 20px;
}
#eb-category-page-timeline .eb-individual-price {
	padding: 2px;
	font-size:16px;
}
#eb-category-page-timeline .btn {
	padding: 2px;
}
#eb-category-page-timeline .eb-taskbar {
	padding-top: 0px;
	padding-bottom: 10px;
	text-indent: 5px;
	display:inline-block;
	width: 100%;
	clear:both;
}

#eb-category-page-timeline  .eb-event-date-container{
	margin-left: -95px;
}
.moduletable-right #eb-category-page-timeline .eb-event-date-info {
	display:none;
}

@media (max-width: 768px) {
	#eb-category-page-timeline .eb-event-title {
		font-size: 14px;
	}
	#eb-category-page-timeline form, #eb-category-page-timeline {
		padding: 0px;
	}
	#eb-category-page-timeline .eb-taskbar a.btn {
		font-size: 12px;
	}
	#eb-category-page-timeline .eb-event-price-container {
		float: left;
	}
	#eb-category-page-timeline .eb-event-price-container .eb-individual-price {
		font-size: 14px;
	}
	#eb-category-page-timeline form {
		padding: 0px;
	}
	h3.eb-even-title-container > div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.item-page {
		padding: 0px;
	}
	.eb-event-container .eb-taskbar li {
		float: left !important;
		text-indent: 0px;
	}
	.col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}


/* Kalender */
.regpro-calendarMonthHeader {
	background-color:#2c2d2d;
}
.eb-calendar ul.eb-weekdays, .eb-calendar ul.eb-weekdays li {
	background-color:#5e5f62;
}
.day_cell .eb_event_link {
	color: #ffffff;
}
.moduletable-right .eb-calendar ul.eb-weekdays li {
	font-size:10px;
}
.eb-event-date .eb-event-date-day, .eb-event-date .eb-event-date-month , .eb-event-date .eb-event-date-year{
	color: #00D4D7;
}

@media (max-width: 768px) {
	#eb-calendar-page {
		display: none;
	}
}	
/* Anmelde-Formular */
.eb-message {
	margin-bottom: 30px;
}
.eb-container #eb-form-group-members h3 {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}
#eb-individual-registration-page label, #eb-group-registration-form label {
	float:left;
	min-width: 200px;
	font-weight: normal;
}
#eb-individual-registration-page .control-group, #eb-group-registration-form .control-group {
	margin-bottom: 10px;
}
#field_Koerpergroesse, #field_regular_goofy, #field_Schuhgroesse, 
#Koerpergroesse_1-lbl, #regular_goofy_1-lbl, #Schuhgroesse_1-lbl,
#Koerpergroesse_2-lbl, #regular_goofy_2-lbl, #Schuhgroesse_2-lbl,
#Koerpergroesse_3-lbl, #regular_goofy_3-lbl, #Schuhgroesse_3-lbl,
#Koerpergroesse_4-lbl, #regular_goofy_4-lbl, #Schuhgroesse_4-lbl,
#Koerpergroesse_5-lbl, #regular_goofy_5-lbl, #Schuhgroesse_5-lbl {
	margin-left: 200px;
}
#eb-individual-registration-page #field_Koerpergroesse label, #eb-individual-registration-page #field_regular_goofy label , #eb-individual-registration-page #field_Schuhgroesse label  {
	min-width: 100px;
}
#eb-individual-registration-page #field_Newsletter, #eb-group-registration-form #field_Newsletter {
	margin-bottom: 30px;
}

#eb-individual-registration-page h3 {
	margin-top: 20px !important;
}

.eb-form-heading {
	border: none;
	font-size: 130%;
	background-color: transparent;
}
.eb-container .control-group#field_Termin .input-group{
	width: inherit; 
}
.eb-container .control-group#field_Termin input#Termin {
	flex: initial;
	padding: 5px;
}
.eb-container .control-group#field_Termin button {
	padding: 2px 10px;
	background-color: #00D4D7;
	border-color: #00D4D7;
}
.eb-container .form-actions input {
	background-color: #00D4D7;
	border-color: #00D4D7;
}

.eb-form-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.eb-form-section {
	border: 2px solid #ccc;
	background-color: #eee;
	padding: 10px;
	width: 49%;
	margin-bottom: 10px;
}
.eb-terms-and-conditions-container {
	width: 50%;
	margin-bottom: 20px;
}
.eb-aimy {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.form-actions {
	clear: both;
	padding-top: 30px;
}

#eb-individual-registration-page #eb-amount-container, #eb-individual-registration-page #eb-discount-amount-container, #eb-individual-registration-page #eb-gross-amount-container,
#eb-group-registration-form #eb-amount-container, #eb-group-registration-form #eb-discount-amount-container, #eb-group-registration-form #eb-gross-amount-container {
	margin-bottom: 20px;
}  
#total_amount, #discount_amount, #amount {
	float: left;
}
.eb-radio-container, .checkbox {
	padding-left: 20px;
}
.add-on {
	padding-left: 8px;
	line-height:30px;
}
select#Dauer {
	width: 210px;
}

@media (max-width: 980px) {
	.eb-form-section {
		width: 100%;
	}
}
@media (max-width: 980px) {
	.eb-terms-and-conditions-container, .eb-aimy {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#eb-individual-registration-page {
		padding-left: 0px;
		padding-right: 0px;
	}
	#eb-individual-registration-page label, #eb-group-registration-form label {
		width: 100%;
	}
	.eb-checkboxes-container {
		clear: both;
	}
	.eb-message h1 {
		font-size: 30px;
	}
	.eb-container .control-group#field_Termin .input-group{
		width: 100%;
	}
}



/* Ski und Snowboard-Service */
.service h1.eb-page-heading, .service span.termin, #print h1.eb-page-heading {
	display: none;
}
#eb-registration-complete-page #pop-print {
	font-size: 30px !important;
	float:right;
}

.link-anmeldung {
	max-width: 100%;
}

.link-anmeldung:before {
/*	font: normal normal normal 14px/1 FontAwesome; */
font-family: 'FontAwesome';
 	font-size: 250%;
	color: #00D4D7;
	line-height: 150%;
	vertical-align: middle;
/*	content: "\e202"; */
	content: "";
	margin-right: 10px;
	cursor: initial;
}
.link-anmeldung a{
	background-color: #00D4D7;
	color: #fff;
	font-size: 150%;
	padding: 10px;
}

/*
i.fa-chevron-right::before {
	color: #00D4D7;
	font-size: 48px;
	line-height: 150%;
}
*/

/* SIGE */
.sige .sige_thumb {
	background: none;
}
.sige .sige_thumb img {
	margin: 0px;
	border-color: #5C6060; 
	border-color: #858787;
}
.sige .sige_thumb img:hover {
	border: 2px solid #2C2D2D;
	padding: 3px;
}

/* 200511- Highlight-Boxen  (override: mod_articles_category|kursangebot) */

div.highlight-box {
	padding-bottom: 20px;
	float:left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

div.highlight-box h3 {
	font-size: large;
}
div.highlight-box a {
	text-decoration: none;
}
div.highlight-box a:hover {
	text-decoration: underline;
}

div.highlight-box .bg {
	width: 100%;
}

div.highlight-box .bg-top {
	position: absolute;
	top: 0;
	width: 50%;
}

div.highlight-box .bg-top em {
	display: block;
	font-style: normal;
}

div.highlight-box .bg-bottom {
	position: absolute;
	background-color: #00D4D7;
	line-height: 100%;
	vertical-align: bottom;
	height: 30px;
	padding: 8px;
	bottom: 30px;
	left: 2%;
	border-radius: 15px;
}

div.highlight-box .bg-bottom a {
	color: white;
}

h3 a.mod-articles-category-title {
	color: #00D4D7;
	font-size: 20px;
}

div.highlight-box h3::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='paddel' version='1.1' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 297'%3e%3cstyle%3e .a%7b opacity:1; fill:%23000000; stroke-width:0 %7d %3c/style%3e%3cpath class='a' d='m 124.56985,69.924758 7.37054,-4.25538 7.37053,-4.255381 0,8.510762 0,8.510762 -7.37053,-4.255382 z' /%3e%3cpath class='a' d='m 139.31093,61.413994 h 31.59181 v 16.976091 h -31.59181 z' /%3e%3cpath class='a' d='m 49.651402,68.443985 h 82.402008 v 2.68349 H 49.651402 Z' /%3e%3cpath class='a' d='m 45.394337,66.176117 h 4.342417 v 7.47341 h -4.342417 z'/%3e%3c/svg%3e");
	display: block;
	width: 90px;
	content: " ";
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -8px;
	background-position-x: -6px;
}

 /* Added Rounded Corner Tables */
.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid var(--dunkelblau) 1px;
    border-radius: 6px;
/*    border-left:1px; */
}
/**/
.table-curved td, .table-curved th {
    border-left: 1px solid #ccc; 
   border-top: 1px solid #ccc; 
   border-bottom: 0px;
}

.table-curved th {
    border-top: none;
	background-color: var(--mittelblau); 
	color: #fff;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

@media (max-width: 767px) {
	.table-curved td, .table-curved th {
		font-size: 9px;
		padding: 0.2rem;
	}
}
/* Startseite das steht bald an */
body.home .bottom-long .grid-child {
	padding-top: 0px;
	padding-bottom: 0px;
}

body.home .bottom-long {
	overflow: auto;
	background: url(../images/hintergrund_das-steht-an.jpg);
	background-size: cover;
	padding-left: 5%;
	padding-right: 5%; 
	max-width: 1920px;
}
body.home .bottom-long div.highlight-box {
	padding-bottom: 30px;
	margin-top: 30px;
	color: #333;
	padding-left: 3%;
	padding-right: 3%;

}
body.home .bottom-long div.highlight-box .bg-top {
	margin-left:10px;
}
body.home div.highlight-box h3::after {
	display: none;
}
body.home div.highlight-box h3 {
	color: #00D4D7;
	font-size: 150%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: inherit;
}

body.home div.highlight-box  .bg-bottom-linka {
	bottom: 20%;
	margin-left: 10px;
	position: absolute;
	background-color: #00D4D7;
	line-height: 100%;
	vertical-align: bottom;
	padding: 8px;
	height: 30px;
	border-radius: 15px;
}

body.home div.highlight-box  .bg-bottom-linka a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
body.home div.highlight-box  .bg-bottom-linka a:hover {
	text-decoration: underline;
}
.up-event-item > .highlight-box {
	background-color: #fff;
}
.up-event-item h3.eb-event-title-container {
	padding-top: 20px;
}
.up-event-item h3 a.eb-event-title {
	color: #00D4D7;
	text-decoration: none;
	font-size: 90%;
}
body.home div.highlight-box.up-event-item .bg-bottom-linka {
	bottom: 20%;
}

.fa-calendar::before {
	margin-right: 5px;
}

@media (max-width: 480px) {
	body.home div.highlight-box .eb-event-date-time {
		display:none;
	}
	body.home div.highlight-box h3 {
		padding-top: 0px;
	}
	body.home div.highlight-box.up-event-item .bg-bottom-linka {
		bottom: 25%;
	}
}


/* Startseite Infos */
body.home .container-bottom-a {
	flex-direction: column;
}
body.home .bottom-a {
/*	background-image: url(../images/park-dunkel.jpg); */
	background-color: var(--mittelblau);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}
body.home .bottom-a:first-child {
	background-color: #fff;
}
.bottom-a .wf-column {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.bottom-a .wf-column {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.bottom-a .wf-column:first-child {
		margin-top:40px;
	}
	.bottom-a .wf-column:last-child {
		margin-bottom:40px;
	}
}
/* Bottom */

.container-bottom-b {
	background-color: var(--dunkelblau);
	background-image: url(../images/welle.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
}
.container-bottom-b .container {
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	font-size: 14px;
}
.container-bottom-b .container .bottom-long2 img {
	max-width: 120px;
}

.container-bottom-b .container .mod-menu li a {
	padding-left: 0px;
}
.container-bottom-b a {
	color: #fff;
}
@media (max-width: 768px) {
	.container-bottom-b {
		text-align: center;
	}
}
/*
body.home .container-bottom-b .carousel {
	padding: 2%;
}
body.home .container-bottom-b .carousel #left, body.home .container-bottom-b .carousel #right {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
body.home .container-bottom-b .carousel #left img.sliderpic {
	padding-right: 5%;
}
body.home .container-bottom-b .carousel #right {
	color: #fff;
}
body.home .container-bottom-b .carousel #right a.bt-title {
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.container-bottom-c {
	grid-area: bot-b;
}
*/
footer.footer {
		background-image: url(../images/aquapark-footer.jpg); 
		background-color: transparent;
		margin-top: 0px;
}
footer.footer .footer {
	background: transparent;
}

/* Social Links 
footer.footer {
	background: none;
	background-color: #fff;
}
footer.footer .grid-child {
	justify-content: flex-end;
}
*/
/* Kontakt */
.rscontact .controls {
	width: 450px;
	max-width: 100%;
	margin-bottom: 20px;
}
.rscontact .control-group label {
	float: left;
	width: 200px;
	font-weight: bold;
	padding-right: 16px;
}
.rscontact .control-group label.checkbox {
	width: 450px;
	max-width: 100%;
	float: none;
	margin-left: 5px;
}
.rscontact .control-group label.checkbox input {
	width: 20px;
	margin-left: -25px;
}
.rscontact .control-group input, .rscontact .control-group textarea {
	width: 250px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}
.rscontact .control-group p {
	width: 450px;
	max-width: 100%;
	text-align: right;
}
.rscontact .controls button, .rscontact .controls button:focus {
	background-color: var(--dunkelblau);
}
.bottom-long2 .rscontact .controls button, .rscontact .controls button:focus {
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
}

/* Video */
video {
    max-width: 100%;
    height: auto;
}