/*****Backgrounds*****/
.bg-main{
    background-color: grey;
}
.desc{
    font-size: 1.75rem;
}
.header .col-12:last-child{
    border-top: 1px solid green;
    text-align: center;
}
@media (min-with: 768px) {
    .header .col-12 last-child{
        border: 0px;
        text-align: left;
    }
}

/***** Typography *****/
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
section .title {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
/***** Box *****/
.box {
   position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    transition: all .3s ease;
}
.box .title {
    padding-bottom: 10px;
    border-bottom: 1px solid green;
}
.box:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(o,o,o,o.16);
    -moz-box-shadow: 0px 2px 5px 0px rgba(o,o,o,o.16);
    box-shadow: 0px 2px 5px 0px rgba(o,o,o,o.16);
    margin-top: 5px;
    margin-bottom: 5px;
}
.test{
    margin-bottom: 0;
	padding-bottom: 15px;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.section-xs {
	padding: 30px 0;
}

.section-sm {
	padding: 35px 0;
}

.section-sm.section-first {
	padding-top: 65px;
}

.section-sm.section-last {
	padding-bottom: 80px;
}

.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-1 {
	padding: 35px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.section-xs {
		padding: 40px 0;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 60px 0;
	}
	.section-lg {
		padding: 72px 0;
	}
	.section-lg.section-first {
		padding-top: 100px;
	}
	.section-lg.section-last {
		padding-bottom: 100px;
	}
	.section-xl {
		padding: 80px 0;
	}
	.section-1 {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 60px 0 70px;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-1 {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.section-sm.section-first {
		padding-top: 120px;
	}
	.section-sm.section-last {
		padding-bottom: 120px;
	}
	.section-md {
		padding: 85px 0 95px;
	}
	.section-lg {
		padding: 120px 0;
	}
	.section-lg.section-first {
		padding-top: 120px;
	}
	.section-lg.section-last {
		padding-bottom: 120px;
	}
	.section-xl {
		padding: 160px 0;
	}
	.section-1 {
		padding: 90px 0 100px;
	}
}

.section-single {
	display: flex;
}

.section-single::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: rgba(21, 21, 21, 0.4);
}

.section-single * + .rd-mailform-wrap {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 30px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

.section-single-dummy {
	visibility: hidden;
	pointer-events: none;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
	padding-top: 6vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575.98px) {
	.section-single .section-single-main-content {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.section-single .button-lg {
		font-size: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 768px) {
	.section-single::before {
		display: none;
	}
	.section-single-inner {
		padding-top: 7vh;
	}
}

@media (min-width: 1200px) {
	.section-single * + .countdown-wrap {
		margin-top: 50px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 50px;
	}
}

.section-overlap {
	position: relative;
	padding: 40px 0;
}

.section-overlap .row {
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-end;
}

.section-overlap [class*='col'] {
	flex-basis: auto;
}

.section-overlap * + [class*='col'] {
	margin-top: 10px;
}

.section-overlap * + .col-offset-1 {
	margin-top: 20px;
}

.section-overlap-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-overlap-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 767.98px) {
	.section-overlap-content .container {
		padding: 20px 15px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
	}
	.section-overlap-content .container > * {
		max-width: 380px;
	}
}

@media (max-width: 767.98px) and (min-width: 576px) {
	.section-overlap-content .container {
		padding: 40px 50px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.section-overlap-image::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(to left, rgba(246, 246, 246, 0.4), rgba(246, 246, 246, 0));
	}
}

@media (min-width: 768px) {
	.section-overlap {
		padding: 75px 0;
	}
	.section-overlap * + [class*='col'] {
		margin-top: 20px;
	}
	.section-overlap * + .col-offset-1 {
		margin-top: 40px;
	}
	.section-overlap-image {
		background-position: 80% 50%;
		width: calc(50% - 60px + 35px);
	}
}

@media (min-width: 992px) {
	.section-overlap {
		padding: 100px 0;
	}
	.section-overlap-image {
		width: calc(50% - -80px - 45px);
	}
	.ie-10 .section-overlap .col-lg-7,
	.ie-11 .section-overlap .col-lg-7 {
		max-width: 64%;
	}
}

@media (min-width: 1200px) {
	.section-overlap-image {
		width: calc(50% - -100px - 15px);
	}
}

@media (min-width: 1600px) {
	.section-overlap {
		padding: 140px 0;
	}
}

.section-halfscreen {
	position: relative;
}

.section-halfscreen-inner {
	padding: 40px 0;
}

.section-halfscreen-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-halfscreen-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.6);
}

.section-halfscreen-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 767.98px) {
	.section-halfscreen-content {
		color: #fff;
		max-width: 360px;
	}
	.section-halfscreen-title {
		color: inherit;
	}
}

@media (min-width: 768px) {
	.section-halfscreen-inner {
		padding: 75px 0;
	}
	.section-halfscreen-image {
		background-position: 45% 50%;
		left: auto;
		width: calc(50% - 60px + 35px);
	}
	.section-halfscreen-image::before {
		display: none;
	}
}

@media (min-width: 992px) {
	.section-halfscreen-inner {
		padding: 100px 0;
	}
	.section-halfscreen-image {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.section-halfscreen {
		display: flex;
	}
	.section-halfscreen-inner {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 35.41667vw;
		padding: 90px 0;
	}
	.section-halfscreen-content {
		width: 100%;
	}
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.thumbnail a>img,.thumbnail>img{
	display:block;
	max-width:100%;
	height:auto
}

.img-thumbnail{
	display:inline-block;
	max-width:100%;
	height:auto;
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out}

.hero-bg {
	background: url("../img/IMG_9972.jpg");
	height: 90vh;
	background-size: cover;
}
#home .container {
	height: 100%;
}

#home .row {
	height: 100%;
}
/* Section */

section {
	padding: 140px 0;
}


/* Hilfsklassen */

.d-relative {
	position: relative;
}

.header-filter{
	background: url("../img/IMG_8968.jpg");
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-repeat: center center;
	background-size: cover;
}
.sauna{
	color: #FE0000;
	text-decoration: none;
}
.form-signin {
	font-weight: 100%;
	max-width: 450px;
	padding: 15px;
	margin: auto;
}
.gallery img {
    width: 20%;
    height: 20%;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.section-single * + .countdown-wrap {
	margin-top: 30px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	.section-single * + .countdown-wrap {
		margin-top: 50px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 50px;
	}
}

.time_circles {
	position: relative;
	width: 100%;
}

.time_circles > div {
	position: absolute;
	top: 0 !important;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -10px;
	text-align: center;
}

@media (min-width: 1200px) {
	#DateCountdown {
		width: 100%;
	}
}

.time_circles > div > h4 {
	position: absolute;
	left: 0;
	top: calc(100% + 14px);
	right: 0;
	transform: translateY(-100%);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px !important;
	line-height: 1.2 !important;
	color: #868e96;
}

.time_circles > div > h4 + * {
	margin-top: 0;
}

@media (min-width: 576px) {
	.time_circles > div > h4 {
		font-size: 16px !important;
	}
}

.time_circles > div > span {
	display: block;
	text-align: center;
	letter-spacing: 0;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 1 !important;
	color: #111111;
}

.context-dark .time_circles > div > span, .bg-gray-700 .time_circles > div > span, .bg-gray-800 .time_circles > div > span, .bg-primary .time_circles > div > span, .bg-primary-darker .time_circles > div > span {
	color: #fff;
}

.context-dark .time_circles > div > h4, .bg-gray-700 .time_circles > div > h4, .bg-gray-800 .time_circles > div > h4, .bg-primary .time_circles > div > h4, .bg-primary-darker .time_circles > div > h4 {
	color: #fff;
}

.countdown-wrap {
	max-width: 530px;
	padding-bottom: 20px;
}

* + .countdown-wrap {
	margin-top: 35px;
}

.countdown-wrap + .button {
	margin-top: 40px;
}
