html,
body {
	position: relative;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background-color:#e7ddce;
	color: #252772;
}
/*** Typography****/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 50px;
}
h2 {
	font-size: 42px;
	margin-bottom: 40px;
}
h3 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 30px;
}
h4 {
	font-size: 26px;
	margin-bottom: 1rem;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 14px;
}
p {
	font-size: 26px;
}
a {
	color: #252772;
	text-decoration: underline;
}
a:hover {
	color: #3c3c3c;
}
a:visited {
	color: #252772;
}
.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #3c3c3c;
	--bs-btn-border-color: #3c3c3c;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #252772;
	--bs-btn-hover-border-color: #252772;
	--bs-btn-focus-shadow-rgb: 66,70,73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #252772;
	--bs-btn-active-border-color: #252772;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}
/* Web Fonts Proxima Nova */
.wp-block-separator {
	border-bottom: none;
	border-color: #3c3c3c;
	opacity: 1;
	background-color: transparent;
}
/************** Start Main Header **************/
.main-header {
    position: relative;
    display: block;
    width: 100%;
}
.navbar-custom {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}

.social-icon {
	position: absolute;
	top: 75px;
}
.social-icon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.social-icon ul li {
	position: relative;
	display: flex;
	margin-right: 15px;
}
.social-icon ul li:last-child {
	margin-right: 0;
}
.logo {
	padding-top: 75px;
	padding-bottom: 88px;
	display: flex;
	justify-content: center;
	margin: 0;
}
.logo img{
	max-width: 100%;
	width: 100%;
}
.navbar-custom .navbar-nav >li {
    padding: 0px 24px;
}
.navbar-custom .navbar-nav .nav-link {
	font-size: 42px;
	font-weight: normal;
	color: #252772;
	padding: 0px 0px;
}
.navbar-custom .navbar-nav .nav-link.active {
	color: #252772;
	font-weight: bold;
}

.navbar-custom .navbar-nav .current_page_item > a{
	color: #252772;
	font-weight: bold;
}


.navbar-custom .navbar-nav .current-menu-item > a{
	color: #252772;
	font-weight: bold;
}



.navbar-nav li {
    position: relative;
}
.dropdown-menu {
	border: none;
	background-color: #252772;
	border-radius: 0px;
	min-width: 198px;
	padding: 25px 10px;
}
.dropdown-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 11px solid #252772;
	position: absolute;
	top: -10px;
	left: 25px;
}
.navbar-custom .dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.dropdown-menu .dropdown-item {
	color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

/* Wordpress menu dropdown */
.sub-menu{
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: #212529;
	--bs-dropdown-bg: #fff;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: 0.375rem;
	--bs-dropdown-border-width: 1px;
	--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-dropdown-link-color: #212529;
	--bs-dropdown-link-hover-color: #1e2125;
	--bs-dropdown-link-hover-bg: #e9ecef;
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}
.navbar-custom .navbar-nav .sub-menu {
    border: none;
    background-color: #e7ddce;
    border-radius: 0px;
    min-width: 230px;
    padding: 10px 2px;
    list-style: none;
    margin: 0;
}
.navbar-custom .navbar-nav li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navbar-custom .navbar-nav .sub-menu .nav-link {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 5px;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #252772;
    font-size: 26px;
}
.navbar-custom .navbar-nav .sub-menu .nav-link:focus, .navbar-custom .navbar-nav .sub-menu .nav-link:hover {
    color: #252772;
    background-color: transparent;
}
.navbar-custom .navbar-nav .sub-menu .nav-link.active, .navbar-custom .navbar-nav  .sub-menu .nav-link:active {
	color: #3c3c3c;
	text-decoration: none;
	background-color: transparent;
}
.navbar-custom .navbar-nav .current_page_ancestor >a {
    font-weight: bold;
}

/* ANIMATED X */
.navbar-toggler {
	border: none;
	color: #252772;
	font-size: 22px;
	font-weight: normal;
}
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.navbar-toggler .icon-bar {
	width: 28px;
	display: block;
	height: 3px;
	background-color: #3c3c3c;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4.6px;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* Toggle menu New */
.menu-burger {
	position: relative;
	display: flex;
}
.menu-burger img {
	width: 100%;
}
.menu-close {
	position: relative;
	display: none;
	width: 47px;
}
.menu-close img {
	width: 100%;
}
.main-header .container {
	position: relative;
}
.main-header .container-inner {
	position: relative;
	border-bottom: 3px solid #252772;
}
/* Start Top Content Home */
.top-content {
	position: relative;
	display: block;
}
.top-content .inner-content{
	position: relative;
	display: block;
	padding-top: 63px;
	padding-bottom: 70px;
}
.top-content h1 {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.top-content h1 span {
	display: block;
}
.top-content .inner-content h2 {
	margin-bottom: 25px;
}
.top-content a {
	color: #252772;
	/*display: block;*/
}
.top-content, .top-content p, address {
    font-size: 26px;
    word-break: break-word;
	line-height: 32px;
}
.top-content p a {
	text-decoration: underline;
}
.img-wrap img {
	display: block;
	width: 100%;
}
/* End Top Content Home */
.subscribe-form {
	display: flex;
}
.subscribe-form p {
	margin-bottom: 0;
}
.subscribe-form form {
    display: flex;
	position: relative;
}
.subscribe-form .form-control {
	border-radius: 0px;
	border: 0;
	margin-left: 10px;
	min-width: 300px;
	background: #eee7dd;
}
.submit-btn {
	width: 40px;
	height: 38px;
	border: 0;
	margin-left: 10px;
	background: #eee7dd;
	position: relative;
	color: #252772;
}
.submit-btn::after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.subscribe-form .fa-check {
	position: absolute;
    right: 8px;
    top: 9px;
    bottom: 0;
    z-index: 1024;
    font-size: 20px;
    font-weight: bold;
}
span.fullwidth-text {
    display: flex;
	flex-wrap: wrap;
}
span.numeric-width {
    display: flex;
    flex-direction: row;
}
input.numeric-field {
    width: 70px;
	border: 0;
	background: #eee7dd;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-align: center;
	color: #252772;
    font-weight: 700;
	height: 30px;
    line-height: 30px;
    padding: 0;
	margin-bottom: 6px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
span.chf {
    margin-left: 20px;
}
.chf-box {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mb-none { 
	margin-bottom: 0px; 
}
span.plus-minus {
    display: flex;
    margin-right: 64px;
}
span.plus {
    margin-right: 10px;
	cursor: pointer;
}
span.minus {
    margin-right: 15px;
	cursor: pointer;
}
.gutscheine-form textarea {
    resize: vertical;
    width: 100%;
    min-height: 400px;
	border: 0;
	background: #eee7dd;
	resize: none;
	margin-left: 0;
}
.gutscheine-form { 
	max-width: 600px;
}
.email-box {
	display: flex;
	margin-top: 15px;
	margin-bottom: 60px;
}
.email-box label {
	font-size: 24px;
	word-break: break-word;
	font-style: inherit;
	margin-right: 10px;
	margin-bottom: 5px;
}
.email-box label strong {
	width: max-content;
    display: block;
}
.email-box .email { 
    height: 38px;
    border: 0;
	background: #eee7dd;
	width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #252772;
	padding: 0px;
	border-radius: 0px;
	border: 0;
	background: #eee7dd;
	min-height: 38px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #252772;
}
.wp-block-image.image-full img {
	width: 100%;
}
.page-id-12 .wpcf7-form p label{
	margin-right: 10px;
	margin-bottom: 5px;
}
.page-id-12 .wpcf7-form p input[type="email"] {
	max-width: 300px;
}
.page-id-12 .wpcf7-form p{
	display: flex;
	flex-wrap: wrap;
}
.gutscheine-form .submit-button {
	background-color: transparent;
	border-color: transparent;
	font-weight: bold;
	color: #252772;
	padding: 0;
	margin: 0;
}
.wpcf7-not-valid-tip {
	font-size: 16px;
}
.time-list {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.time-list li {
	position: relative;
	display: flex;
}
.time-list li span {
	width: 100%;
	max-width: 240px;
}
.time-list li span + span {
	width: auto;
	max-width: inherit;
	padding-left: 25px;
}
.home .top-content .inner-content {
	padding-top: 80px;
}
span.fullwidth-text strong {
	padding-right: 10px;
}
.creature figure img {
    margin-right: 200px;
}
span.numeric-width span.chf {
    margin: 0;
    margin-right: 20px;
}
p.chf-box span.currency-symbol {
    display: flex;
    flex-direction: row;
	align-items: center;
}
p.chf-box span.currency-symbol span.chf {
    margin-right: 20px;
}
p.chf-box span.plus-minus {
    margin-right: 0px;
}
p.chf-box span.plus-minus span.plus,
p.chf-box span.plus-minus span.minus {
    margin-right: 10px;
    margin-left: 10px;
	line-height: 34px;
}
.eb-team-inner {
    padding-bottom: 15px;
}
.eb-team-inner .texts {
    text-align: left;
    padding: 0 15px;
}
.eb-parent-wrapper .eb-team-inner .texts h3.name {
	font-size: 22px;
    line-height: 28px;
    padding: 0;
	line-height: inherit;
	color: #252772;
}
.eb-parent-wrapper .eb-team-inner .texts h4.job_title a {
    text-decoration: none;
	font-size: 22px;
	font-weight: 400;
    line-height: 28px;
}
.eb-parent-wrapper .eb-team-inner .texts p.description {
	color: #252772;
	font-size: 16px;
	font-weight: 400;
    line-height: 20px;
}
.eb-parent-wrapper .eb-team-inner .contents .job_title {
	color: #252772;
	padding-top: 10px;
	font-weight: 400;
}
@media (min-width:1200px){
	.container {
		max-width: 1000px;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg.navbar-custom .navbar-nav {
		justify-content: space-between;
		width: 100%;
		padding-bottom: 63px;
	}
	.navbar-expand-lg .navbar-nav .sub-menu {
		position: absolute;
	}
	.main-header .container {
		display: block;
	}
	.navbar-custom .navbar-nav >.nav-item:first-child{
		padding-left: 0px;
	}
	.navbar-custom .navbar-nav >.nav-item:last-child{
		padding-right: 0px;
	}
}
/* Start Media Max-width */
@media only screen and (max-width:991.98px){
	.navbar-toggler {
		position: relative;
		margin-bottom: 30px;
	}
	.navbar .collapse:not(.show) {
		display: inherit;
		visibility: hidden;
		opacity: 0;
	}
	.navbar .navbar-collapse {
		-webkit-transition: all .15s linear;
		transition: all .15s linear;
	}
	.navbar-nav {
		padding-top: 15px;
		padding-bottom: 30px;
		text-align: center;
		background-color: #e7ddce;
		position: absolute;
		z-index: 999;
		left: -5px;
		right: -5px;
		overflow: hidden;
		margin: 1px 0 0 0;
	}
	.navbar-nav .dropdown-menu {
		position: relative;
		text-align: center;
	}
	.navbar-custom .navbar-nav .sub-menu {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 2px 10px 2px;
	}
	.dropdown-menu {
		padding: 2px 10px 20px;
	}
	.navbar-custom .navbar-nav .nav-link {
		padding: 10px 0px 10px 0px;
		font-size: 26px;
	}
	.navbar-custom .dropdown-toggle::after {
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 24px;
		background-image: none;
		border: none;
		position: relative;
		top: 9px;
	}
	.navbar-custom .dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(-180deg);
	}
	.navbar-custom .dropdown-toggle[aria-expanded="true"] {
		color: #3c3c3c;
	}
	.navbar-custom .navbar-nav .menu-item-has-children > .nav-link::after {
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 24px;
		background-image: none;
		border: none;
		position: relative;
		top: 2px;
		left: 5px;
	}
	.dropdown-list {
		margin: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.dropdown-list .dropdown {
		margin-right: 10px;
	}
	.logo {
		max-width: 250px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.main-header .container-inner {
		display: block;
		width: 100%;
		text-align: center;
	}
	.social-icon {
		top: 20px;
		left: 0;
	}
	.main-header .container-inner {
		border-bottom-width: 1px;
	}
	ul#menu-primary-menu {
		max-width: 100%;
		margin: auto;
	}
}
@media only screen and (max-width:767.98px){
	.top-content h1 span {
		display: inline;
	}
	h1 {
		font-size: 42px;
		line-height: 39px;
	}
	h2 {
		font-size: 32px;
		line-height: 34px;
	}
	h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.top-content .inner-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.top-content h1 {
		margin-bottom: 30px;
	}
	.top-content, .top-content p, address {
		font-size: 20px;
		line-height: 1.3;
	}
	.email-box label {
		font-size: 20px;
	}
	.navbar-custom .navbar-nav .nav-link {
		font-size: 22px;
	}
	.logo {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	span.plus-minus {
		margin-right: 51px;
	}
	.page-id-12 .wpcf7-form p input[type="email"] {
		max-width: 250px;
		margin-left: 0;
	}
	.page-id-12 .wpcf7-form label {
		display: block;
	}
	.page-id-12 .wpcf7-form p label {
		width: 100%;
	}
	.time-list li span {
		max-width: 180px;
	}
	.navbar-custom .navbar-nav .sub-menu .nav-link {
		font-size: 18px;
	}
	.eb-parent-wrapper .eb-team-inner {
		flex-direction: column !important;
	}
	.eb-parent-wrapper .eb-team-inner .contents {
		padding-top: 10px;
	}
	.eb-parent-wrapper .eb-team-inner .texts {
		padding: 0;
	}
	.eb-parent-wrapper .eb-team-inner .texts p.description {
		padding-top: 5px;
	}
}
@media (max-width: 575.98px) { 
	.subscribe-form {
		display: inline-block;
	}
	.subscribe-form .form-control {
		min-width: auto;
		margin-left: 0px;
	}
	.gutscheine-form textarea {
		min-height: 200px;
	}
	
	p.chf-box span.fullwidth-text {
		width: 60%;
	}
	p.chf-box span.currency-symbol {
		padding-right: 0px;
	}
	p.chf-box span.plus-minus span.numeric-width {
		width: auto;
	}
	p.chf-box span.currency-symbol span.numeric-width {
		width: auto;
	}
	.rl-basicgrid-gallery .rl-gallery-item img {
		width: 100%;
	}
}
@media (max-width: 480px) { 
	span.chf {
		margin-left: 10px;
		font-size: 14px;
	}
	span.plus-minus {
		display: flex;
		margin-right: 34px;
	}
	span.fullwidth-text {
		max-width: 200px;
	}
}

