﻿@charset "UTF-8";

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family:"zeitung-micro", Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #293D89;
	line-height: 1.5;
}

html,body {
	background: #fff url(../images/background-image.png) center top fixed;
	background-size: 748px;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	font-weight: 300;
	overflow: hidden;
}

/* Section */

.section {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

/* Header */

#header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 206px;
	padding-bottom: 40px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#header .logo {
	width: 460px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .options {
	margin-left: auto;
	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-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#header .options .enrolBtn {
	min-width: 158px;
}

#header .options #navigation {
	margin-top: 20px;
}

#header .options #navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .options #navigation ul li {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}

#header .options #navigation ul li a {
	position: relative;
	white-space: nowrap;
	color: #293D89;
}

#header .options #navigation>ul>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -4px;
	opacity: 0;
	height: 2px;
	background: #fdbd27;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .options #navigation>ul>li.active>a:after,
#header .options #navigation>ul>li>a:hover:after {
	left: 0;
	right: 0;
	opacity: 1;
}

/* Intro */

#intro .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 549px;
	z-index: 1;
}

#intro .text {
	width: 410px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding-bottom: 65px;
}

#intro .text>:last-child {
	margin-bottom: 0;
}

#intro .dandelion {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

#intro .dandelion.one {
	width: 206px;
	left: -62px;
	bottom: 88px;
}

#intro .dandelion.two {
	width: 167px;
	left: 347px;
	bottom: 183px;
}

#intro .dandelion.three {
	width: 50px;
	left: 485px;
	top: 20px;
}

#intro .video {
	position: relative;
	margin-left: auto;
	width: 733px;
	border-radius: 50px;
	overflow: hidden;
}

#intro .video video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

/* Content */

.content .section {
	padding-top: 50px;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
}

.twoCols .col {
	width: 48.28125%;
}

.col h2 {
	text-align: left;
}

.col .buttons {
	margin-left: auto;
	margin-top: 50px;
}

/* Four Cols */

.fourCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px 60px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.fourCols .col {
	width: 25%;
	padding: 0 25px;
	font-size: 14px;
}

/* Buttons */

.buttons {
	margin: 0;
	padding: 0;
	width: 500px;
}

.buttons li {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.buttons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FDBD27;
	min-height: 150px;
	color: #293D89;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	padding: 20px 66px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.buttons li a:hover {
	background-color: #ffce3c;
}

.buttons li a h4 {
	margin: 0;
}

/* With Image */

.withImage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 95px;
	padding-bottom: 95px;
	min-height: 425px;
	margin: 180px 0;
	z-index: 1;
}

.withImage:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #FDBD27;
	z-index: -1;
}

.withImage .image {
	position: absolute;
	left: 0;
	top: -100px;
	bottom: -100px;
	width: 497px;
	border-radius: 50px;
	overflow: hidden;
}

.withImage .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.withImage .text {
	width: 700px;
	margin-left: auto;
	font-size: 14px;
	color: #2F2F2F;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.withImage .text>:last-child {
	margin-bottom: 0;
}

/* Info Area */

.infoArea {
	text-align: center;
	max-width: 960px;
	margin: 0 auto 80px;
	font-size: 14px;
	color: #2F2F2F;
}

.infoArea h3 {
	color: #293D89;
}

/* Welcome */

#welcome {
	background: #fdbd27;
	margin-top: -87px;
}

#welcome .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 158px;
	padding-bottom: 134px;
}

#welcome .image {
	position: relative;
	width: 497px;
	overflow: hidden;
	border-radius: 50px;
	min-height: 680px;
}

#welcome .image img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#welcome .text {
	width: 700px;
	margin-left: auto;
	padding-right: 40px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	color: #2F2F2F;
	font-size: 14px;
}

/* Our Values */

#ourValues {
	overflow: hidden;
	margin-bottom: 60px;
}

#ourValues .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#ourValues .left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 640px;
	min-height: 1072px; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center;
	padding-right: 133px;
	font-size: 14px;
	color: #fff;
	z-index: 1;
}

#ourValues .left:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1208px;
	height: 1208px;
	background: #293D89;
	border-radius: 100%;
	z-index: -1;
}

#ourValues .right {
	width: 550px;
	margin-left: auto;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
}

#ourValues .right .listing {
	margin: 55px -56px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#ourValues .right .listing li {
	margin: 0 56px 17px;
	padding: 0;
	list-style: none;
	width: 217px;
}

#ourValues .right .listing li .image {
	width: 100%;
	height: 217px;
	background: #fdbd27;
	border-radius: 100%;
	margin-bottom: 22px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#ourValues .right .listing li img {
	display: block;
	width: 95%;
	margin: 0 auto;
}

#ourValues .right .listing li p {
	color: #2F2F2F;
	font-weight: 600;
}

#ourValues .right .listing li p span {
	display: block;
	font-weight: bold;
}

/* Opening Hours */

#openingHours {
	margin-bottom: 483px;
}

#openingHours .inner {
	position: relative;
	max-width: 1157px;
	margin: 0 auto;
	padding: 60px 51px 150px;
	background: #FDBD27;
	border-radius: 50px;
}

#openingHours h3 {
	text-align: center;
	margin-bottom: 40px;
}

#openingHours .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -35px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#openingHours .listing li {
	margin: 0 0 10px;
	padding: 0 35px;
	list-style: none;
	width: 33.33333333333333%;
}

#openingHours .listing li h4 {
	margin: 0;
}

#openingHours .map {
	position: absolute;
	left: 51px;
	right: 51px;
	height: 530px;
	bottom: -417px;
	background: #ccc;
}

#openingHours .map iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.imageText .image {
	width: 581px;
}

.imageText .image img {
	display: block;
	width: 100%;
}

.imageText .text {
	margin-left: auto;
	width: 600px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.imageText.alt .image {
	margin-left: auto;
}

/* In Touch */

#inTouch {
	background: #fdbd27;
	margin-bottom: 30px;
}

#inTouch .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

#inTouch .infoArea {
	font-size: 18px;
	margin-bottom: 40px;
	color: #293D89;
}

#inTouch .form {
	max-width: 1055px;
	margin: 0 auto;
}

#inTouch .form .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -14px;
}

#inTouch .form .fields .field {
	width: 100%;
	padding: 0 14px;
	margin-bottom: 28px;
}

#inTouch .form .fields .field .textbox,
#inTouch .form .fields .field textarea {
	display: block;
	margin: 0;
	padding: 12px 17px;
	width: 100%;
	height: 50px;
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #293D89;
	border-radius: 40px;
	border: 4px solid #293D89;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	outline: none;
}

#inTouch .form .fields .field textarea.textbox {
	resize: none;
	overflow: auto;
	height: 183px;
	border-radius: 20px;
}

#inTouch .form .fields .field.small {
	width: 33.33333333333333%;
}

#inTouch .form .submitBtn {
	display: table;
	margin: 0 0 0 auto;
}

/* Follow Us */

#followUs .section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#followUs .section>:last-child {
	margin-bottom: 0;
}

#followUs .section:before,
#followUs .section:after {
	content: "";
	position: absolute;
	left: -50px;
	right: -50px;
	background: #293D89;
	height: 1px;
}

#followUs .section:before {
	top: 0;
}

#followUs .section:after {
	bottom: 0;
}

#followUs .listing {
	margin: 35px -16px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#followUs .listing li {
	margin: 0 0 25px;
	padding: 0 16px;
	list-style: none;
	width: 16.66666666666667%;
}

#followUs .listing li a {
	display: block;
	overflow: hidden;
}

#followUs .listing li img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

#followUs .listing li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Footer */

#footer .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 65px;
	padding-bottom: 20px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	z-index: 1;
}

#footer .dandelion {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

#footer .dandelion.one {
	width: 205px;
	left: -63px;
	bottom: 25px;
}

#footer .dandelion.two {
	width: 168px;
	left: 639px;
	top: 12px;
}

#footer .info {
	padding-right: 20px;
}

#footer .links {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .links li {
	margin: 0 38px 0 0;
	padding: 0;
	list-style: none;
}

#footer .links li a {
	color: #293D89;
}

#footer .copyright {
	font-size: 12px;
	margin-top: 25px;
}

#footer .copyright span {
	margin-left: 20px;
}

#footer .copyright a {
	color: #293D89;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .logo {
	margin-left: auto;
	width: 460px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 20px;
}

/* Accordion */

dl.accordion {
	margin: -15px 0 40px;
	padding: 0;
	color: #fff;
}

dl.accordion dt,
dl.accordion dd {
	margin: 0 0 20px;
	padding: 0 40px;
	background: #293D89;
}

dl.accordion dt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 60px;
	border-radius: 40px;
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-transition: margin 0.3s, border-radius 0.3s;
	-o-transition: margin 0.3s, border-radius 0.3s;
	transition: margin 0.3s, border-radius 0.3s;
}

dl.accordion dt.opened {
	margin-bottom: 0;
	border-radius: 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

dl.accordion dt:before,
dl.accordion dt:after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: top 0.6s, -webkit-transform 0.6s;
	transition: top 0.6s, -webkit-transform 0.6s;
	-o-transition: transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s, -webkit-transform 0.6s;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	width: 2px;
	height: 13px;
}

dl.accordion dt:before {
	right: 40px;
	top: 15px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg)
}

dl.accordion dt:after {
	right: 39px;
	top: 16px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg)
}

dl.accordion dt.opened:before {
	-webkit-transform: rotate(130deg);
	    -ms-transform: rotate(130deg);
	        transform: rotate(130deg);
	top: 10px;
}

dl.accordion dt.opened:after {
	-webkit-transform: rotate(-130deg);
	    -ms-transform: rotate(-130deg);
	        transform: rotate(-130deg);
	top: 11px;
}

dl.accordion dt p {
	margin: 0;
	font-size: 21px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

dl.accordion dd {
	display: none;
	padding-bottom: 12px;
	padding-top: 4px;
	font-size: 15px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

dl.accordion dd a {
	font-weight: bold;
	color: #FDBD27;
}

/* Hamburger */

.hamburger {
	display: none;
	position: relative;
	top: 0;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #2F2F2F;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #2F2F2F;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-navbar>* {
	min-height: 40px;
	background: #2E2E2E;
}

.mm-navbar__title>span {
	color: #fff;
	padding-left: 10px;
}

.mm-panel {
	background: #FDBD27 url(../images/gradient-bg.png) no-repeat;
	background-size: 100% 100%;
}

/* Miscelleneous */

p {
	margin: 0 0 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 0 19px;
	line-height: 1.50;
}

h1 {
	font-size: 38px;
	font-weight: 600;
}

h2 {
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 66px;
	line-height: 1.06;
	margin-bottom: 55px;
	text-align: center;
}

h3 {
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 42px;
	line-height: 1.26;
}

h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

h5 {
	font-size: 18px;
	margin-bottom: 16px;
}

h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;

}

hr {
	margin: 60px 30px;
	padding: 0;
	border: 0;
	height: 3px;
	background: #293D89
}

.yellowBar {
	position: relative;
	height: 15px;
	margin: 45px 0;
}

.yellowBar:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #FDBD27;
}

.linkBtn {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1;
	min-width: 9.55em;
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0.95em 0;
	background: #293D89;
	padding: 0.6em 2.4em;
	border: none;
	border-radius: 2.5em;
	cursor: pointer;
	text-align: center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #3d4e9d;
	color: #fff;
}
#inTouch .linkBtn {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1;
	min-width: 9.55em;
	font-family:"sauna-new", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0.95em 0;
	background: #293D89;
	padding: 0.6em 2.4em;
	border: none;
	border-radius: 2.5em;
	cursor: pointer;
	text-align: center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#inTouch .linkBtn:hover {
	background-color: #3d4e9d;
	color: #fff;
}
.image.curved img{
	border-radius: 50px;
}
.imageText{
	margin-bottom: 40px;
}
.section .fourCols
{
	justify-content: space-around;
}

.linkBtnOrange {
	background-color: #FDBD27;
}

.linkBtnOrange:hover {
	background-color: #ffce3c;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens */

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	#intro .dandelion.three {
		left: 403px;
	}

	#welcome .text {
		width: 660px;
		padding-right: 0;
	}

	#ourValues .left {
		width: 570px;
		padding-right: 80px;
	}

	.withImage {
		margin-top: 150px;
		margin-bottom: 150px;
	}

	.withImage .image {
		width: 465px;
	}
	
	#footer .dandelion.one {
		left: -32px;
		bottom: 33px;
	}
}

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	html, body {
		background-size: 550px;
	}

	#header .section {
		height: 186px;
	}

	#header .logo {
		width: 334px;
	}

	#header .options #navigation ul li {
		margin-left: 23px;
	}

	#intro .video {
		width: 538px;
	}

	#intro .dandelion.two {
		left: 326px;
	}

	#intro .dandelion.three {
		left: 380px;
	}

	.content .section {
		padding-top: 40px;
	}
	
	#welcome .image {
		width: 408px;
	}

	#welcome .text {
		width: 525px;
	}

	.imageText .image {
		width: 462px;
	}

	.imageText .text {
		width: 485px;
	}

	#ourValues {
		margin-bottom: 40px;
	}

	#ourValues .left {
		width: 650px;
	}

	#ourValues .right .listing {
		margin-left: -10px;
		margin-right: -10px;
	}

	#ourValues .right .listing li {
		margin-left: 10px;
		margin-right: 10px;
		width: 190px;
	}

	#ourValues .right .listing li .image {
		height: 190px;
	}

	#openingHours {
		margin-bottom: 530px;
	}
	
	#openingHours .inner {
		padding: 40px 40px 70px;
 	}

	#openingHours .listing {
		margin-left: -20px;
		margin-right: -20px;
	}

	#openingHours .listing li {
		padding-left: 20px;
		padding-right: 20px;
	}

	#openingHours .map {
		bottom: -473px;
	}

	.withImage {
		margin-top: 120px;
		margin-bottom: 120px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.withImage .text {
		width: 550px;
	}

	.withImage .image {
		width: 390px;
		top: -60px;
		bottom: -60px;
	}

	.infoArea {
		margin-bottom: 60px;
	}
	
	.buttons {
		width: 444px;
	}

	.fourCols {
		margin-left: -15px;
		margin-right: -15px;
	}

	.fourCols .col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.imageText {
		margin-bottom: 30px;
	}

	#followUs .section {
		padding-top: 65px;
	}

	#followUs .listing {
		margin-left: -10px;
		margin-right: -10px;
	}

	#followUs .listing li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer .logo {
		width: 420px;
	}

	#footer .links li {
		margin-right: 27px;
	}
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	html, body {
		background-size: 415px;
	}

	#header .section {
		height: 178px;
		padding-bottom: 30px;
	}

	#header .logo {
		position: absolute;
		left: 15px;
		top: 0;
	}

	#intro .section {
		min-height: 390px;
	}

	#intro .video {
		width: 448px;
	}
	
	#intro .text {
		padding-bottom: 68px;
	}

	#intro .dandelion.one {
		left: -31px;
		bottom: 43px;
	}

	#intro .dandelion.three {
		left: 328px;
	}

	#welcome {
		margin-top: -49px;
	}
	
	#welcome .section {
		padding-bottom: 90px; 
		padding-top: 90px; 
	}

	#welcome .image {
		width: 313px;
	}

	#welcome .text {
		width: 375px;
	}

	#inTouch {
		margin-bottom: 40px;
	}

	.content .section {
		padding-top: 20px;
	}
	
	.buttons {
		width: 328px;
	}

	.buttons li a {
		padding: 20px;
		min-height: 125px;
	}

	.twoCols {
		margin-bottom: 20px;
	}

	dl.accordion dt {
		line-height: 1.2;
	}

	dl.accordion dt:before {
		top: 10px;
	}

	dl.accordion dt:after {
		top: 11px;
	}

	.imageText .image {
		width: 347px;
	}

	.imageText .text {
		width: 350px;
		font-size: 16px;
	}

	.fourCols .col {
		width: 50%;
	}

	.fourCols .col h4 br {
		display: none;
	}

	.infoArea {
		margin-bottom: 45px;
	}

	.withImage {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.withImage .text {
		width: 343px;
	}

	.withImage .image {
		width: 345px;
		top: -40px;
		bottom: -40px;
	}

	.col .buttons {
		margin-top: 10px;
	}

	#ourValues {
		margin-bottom: 1px;
	}

	#ourValues .left {
		width: 420px;
		padding-right: 45px;
	}

	#ourValues .right .listing li {
		width: 170px;
	}

	#ourValues .right .listing li .image {
		height: 170px;
		margin-bottom: 10px;
	}

	#inTouch .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#inTouch .form .fields {
		margin-left: -8px;
		margin-right: -8px;
	}

	#inTouch .form .fields .field {
		padding-left: 8px;
		padding-right: 8px;
	}

	#openingHours h3 {
		margin-bottom: 25px;
	}

	#followUs .section:before, #followUs .section:after {
		left: -10px;
		right: -10px;
	}

	#followUs .section {
		padding-top: 60px;
		padding-bottom: 65px;
	}

	#followUs .listing {
		margin-left: -7px;
		margin-right: -7px;
	}

	#followUs .listing li {
		padding-left: 7px;
		padding-right: 7px;
	}

	#footer .logo {
		width: 259px;
		margin-bottom: 16px;
	}

	#footer .links li {
		margin-right: 20px;
	}

	#footer .dandelion.one {
		bottom: 20px;
	}

	.linkBtn {
		font-size: 18px;
	}

	h1 {
		font-size: 29px;
	}

	h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 33px;
	}

	h4 {
		font-size: 20px;
	}

	h5,
	h6 {
		font-size: 17px;
	}
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	#header {
		margin-bottom: 25px;
	}

	#header .section {
		display: block;
		padding-top: 15px;
		padding-bottom: 0;
		height: auto;
	}

	#header .menuBtn {
		position: absolute;
		display: block;
		right: 10px;
		top: 5px;
	}
	
	#header .logo {
		position: static;
		display: block;
		width: 280px;
		margin: 0 auto 20px;
	}

	#header .options #navigation {
		display: none;
	}

	#header .options .enrolBtn {
		margin: 0 auto;
	}

	.content .section {
		padding-top: 0;
	}

	#intro .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 1px;
		padding-bottom: 40px;
	}

	#intro .text {
		padding-bottom: 0;
		width: auto;
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}

	#intro .video {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		padding-bottom: 56.50%;
		border-radius: 25px;
		margin-bottom: 15px;
	}

	#intro .dandelion.two {
		bottom: 15px;
		left: auto;
		right: -107px;
	}

	#intro .dandelion.one {
		left: -79px;
		bottom: -23px;
	}

	#welcome {
		margin-top: 0;
	}

	#welcome .section {
		display: block;
		padding-top: 50px;
		padding-bottom: 35px;
	}

	#welcome .text {
		width: auto;
		text-align: center;
	}

	#welcome .image {
		width: auto;
		min-height: 1px;
		margin-bottom: 20px;
		padding-bottom: 100%;
		border-radius: 25px;
	}

	#ourValues {
		margin-bottom: 40px;
	}

	#ourValues .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#ourValues .left:before {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border-radius: 0;
	}

	#ourValues .right {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: auto;
		margin-right: 0;
		padding-top: 40px;
		margin-bottom: 20px;
	}

	#ourValues .right .listing {
		margin-top: 30px;
	}

	#ourValues .right .listing li {
		width: 134px;
		margin-bottom: 1px;
	}

	#ourValues .right .listing li .image {
		height: 134px;
	}
	
	#ourValues .left {
		padding: 30px 15px;
		width: auto;
		text-align: center;
		min-height: 1px;
	}

	#ourValues .left:before {
		width: auto;
		height: auto;
		border-radius: 25px;
	}

	#openingHours {
		margin-bottom: 40px;
	}

	#openingHours .inner {
		padding: 30px 15px;
	}

	#openingHours .listing {
		display: block;
	}

	#openingHours .listing li {
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}

	#openingHours .map {
		position: relative;
		width: auto;
		height: auto;
		left: 0;
		top: 0;
		bottom: 0;
		height: 500px;
		border-radius: 20px;
		overflow: hidden;
	}

	.twoCols {
		display: block;
		margin-bottom: 35px;
	}

	.twoCols .col {
		width: auto;
		margin-bottom: 35px;
	}

	.twoCols .col:has(.accordion) {
		margin-bottom: 0;
	}

	.imageText .image {
		width: 290px;
		margin: 0 auto 25px;
	}

	.imageText .text {
		text-align: center;
	}

	.imageText .text h3 {
		text-align: center;
	}

	.fourCols {
		margin-bottom: 40px;
	}

	.fourCols .col {
		width: 100%;
		margin-bottom: 10px;
	}

	#inTouch .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#inTouch .infoArea {
		font-size: 14px;
		margin-bottom: 30px;
	}

	#inTouch .form .fields .field {
		margin-bottom: 20px;
	}

	#inTouch .form .fields .field.small {
		width: 100%;
	}

	#inTouch .form .submitBtn {
		margin-right: auto;
	}

	.imageText {
		display: block;
	}

	.imageText .text {
		width: auto;
	}

	dl.accordion {
		margin-top: -4px;
		margin-bottom: 25px;
	}

	dl.accordion dt, dl.accordion dd {
		padding-left: 25px;
		padding-right: 58px;
	}

	dl.accordion dt {
		text-align: center;
		line-height: 1.2;
	}

	dl.accordion dd {
		padding-left: 20px;
		padding-right: 20px;
	}

	dl.accordion dt p {
		font-size: 20px;
	}

	.infoArea {
		margin-bottom: 37px;
	}

	.fourCols .col h4 {
		text-align: center;
	}

	.col .buttons {
		margin-left: auto;
		margin-top: 30px;
	}

	.buttons {
		width: auto;
	}

	.withImage {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.withImage .image {
		display: block;
		position: relative;
		padding-bottom: 100%;
		width: auto;
		top: 0;
		bottom: 0;
		margin-bottom: 25px;
	}

	.withImage .text {
		margin-left: 0;
		width: auto;
		text-align: center;
	}

	#followUs .section {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	#followUs .section:before, #followUs .section:after {
		left: 15px;
		right: 15px;
	}

	#followUs .listing {
		margin-top: 25px;
	}

	#followUs .listing li {
		width: 50%;
	}

	#footer .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 11px;
		padding-right: 0;
	}

	#footer .logo {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0 auto 20px;
	}

	#footer .links {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#footer .links li {
		margin: 0 15px 5px;
	}

	#footer .info {
		padding: 0;
		width: 100%;
	}

	#footer .copyright {
		text-align: center;
	}

	.linkBtn {
		display: table;
		margin: 10px auto;
	}

	h2,
	.col h2 {
		font-size: 48px;
		text-align: center;
	}

	h3 {
		text-align: center;
	}

	hr {
		margin: 45px 15px;
	}

}

@media only screen and (max-width : 479px) {

}