/*
* Created by ThUh
* Copyright by Amdre GmbH
* Main Customer Theme CSS
*/

/* ms-madi-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ms Madi';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ms-madi-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ms-madi-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ms-madi-v2-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ms-madi-v2-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ms-madi-v2-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ms-madi-v2-latin-regular.svg#MsMadi') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lato-v24-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lato-v24-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lato-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lato-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lato-v24-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/lato-v24-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/lato-v24-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/*<Fonts>*/

/* Default colors */
:root {
	--ph-himbeere: #6d0e31;
	--ph-himbeere-light: #b8235c;
	--ph-pastell: #f7f0f2
}

/* Base html styles */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	color:var(--ph-himbeere);
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem
}

body {
	background-image: url('/images/theme/hg-willkommen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
  box-shadow: 0 0 0 0 #FFFFFF;
}
h2,h4 {
	text-transform:uppercase;
	color:var(--ph-himbeere);
	font-weight:900;
}
h2 span {
	font-family: 'Ms Madi';
	text-transform:none;
	font-weight:400;
	font-size:44px;
	line-height:40px;
}
h2 br {
	margin-bottom:15px;
}
h3 {
 	font-weight: 300;
 	line-height:40px
}

a {
	color:var(--ph-himbeere)
}
a:hover, a:focus, a:active {
  color: var(--ph-himbeere-light);
}

/***<Preloader>***/
.sp-pre-loader .circle-two>span:after, .sp-pre-loader .circle-two>span:before, .sp-pre-loader .circle-two>span{
	border:2px solid var(--ph-himbeere-light) !important;
}

/***</Preloader>***/


/*<Header>*/
#sp-header {
  height: 160px;
  background:transparent;
  box-shadow:none;
  margin-top:50px;
}
#sp-header.header-sticky {
	background:white;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	margin-top:0;
	height:170px;
	
}
#sp-top-bar {
	height:60px;
  background: var(--ph-himbeere);
  color: white
}
#sp-header .container-inner .row {
	display:flex;
	flex-direction:column;
	align-items:center
}
#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
  margin-top: 50px;
}
/*</Header>*/
/*<Kontakticons>*/

ul.icon-navbar {
 	position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  z-index: 102;
  transform: translateY(2px);
  right: 50px;
  top: 20%;
}
ul.icon-navbar li span, ul.icon-navbar li span a{
  background: var(--ph-himbeere);
  color: white;
}
ul.icon-navbar li {
	background-color: var(--ph-himbeere);
  width: 70px;
  height: 70px;
  margin:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50%;
/*  -webkit-box-shadow: 11px 6px 9px 1px #B1B1B1; 
	box-shadow: 11px 6px 9px 1px #B1B1B1;*/
}
ul.icon-navbar .fas{
	font-size:40px;
}
.dropdown-menu {
	transform: translate(-200px, 5px) !important;
	font-family:'Lato' !important;
	padding:0.5rem !important;
	font-weight: 400;
  line-height: 1.2;
}
.ph-akkordeon ul {
	list-style:none;
	position:relative;	
}
.ph-akkordeon ul li {
  margin-top: 10px;
  margin-bottom:10px;
}
.ph-akkordeon ul li::before {
	content:url('/images/theme/icon-liste.png');
	width:100%;
	height:100%;
	position:absolute;
	margin-left:-40px;
	margin-top:4px;
}


/*</Kontakticons>*/

/*<Mainmenue>*/
sp-megamenu-parent > li > a {
  color: var(--ph-himbeere) !important
}
.sp-megamenu-parent > li:hover > a {
  color: var(--ph-himbeere);
  text-transform:uppercase
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	line-height:40px;
	text-transform:uppercase;
	font-size:24px
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: var(--ph-himbeere-light) !important;
}
.sp-megamenu-parent > li > a:active, .sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > a:focus {
  color: var(--ph-himbeere-light) !important;
}
/*</Mainmenue>*/

/*<Listen>*/

/*<Offcanvas>*/
.offcanvas-menu img.logo-image {
	width:100%;
	height:auto
} 
/*</Offcanvas>*/


/*<Bottom>*/
#sp-bottom h4 {
	line-height:1
}
#sp-bottom h4 i{
	font-style:normal;
	color:var(--ph-himbeere-light);
}
#sp-bottom a{
	color:var(--ph-himbeere);
}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus{
	color:var(--ph-himbeere-light);
}
#sp-bottom p {
	font-weight:400;
	line-height: 1.4
}
#sp-bottom {
	background-color:var(--ph-pastell);
	color:var(--ph-himbeere);
	padding: 150px 0 30px;
	background-image: url('/images/theme/hg-footer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95% 0%;
}
#sp-bottom1 img {
	margin-top:-70px;
}
#sp-user1 img:hover {
	
}
/*</Bottom>*/

/*<Footer>*/
	#sp-footer{
  background: var(--ph-himbeere);
  color: var(--ph-himbeere-light)
}
 
/*</Footer>*


/*<Akkordeon>*/
.ph-akkordeon .sppb-panel-modern {
	background-color:transparent !important;
	border:none;
}  
.ph-akkordeon .sppb-panel-title {
		text-transform:uppercase;
		font-size:28px
}
.ph-akkordeon .sppb-panel-modern > .sppb-panel-heading {
  padding: 10px 30px 10px 15px;
  background:var(--ph-himbeere);
  color: white
}
.ph-akkordeon .sppb-panel-modern > .sppb-panel-heading.active{
	background:var(--ph-himbeere-light)
}
.ph-akkordeon .sppb-panel-body {
  padding: 30px 100px 0 100px;
  color: var(--ph-himbeere)
}
/*</Akkordeon>*/

/*<Diverses>*/
.ph-circle img.sppb-img-responsive {
	border-radius:50% !important
}
.ph-color-white, .ph-color-white h2, .ph-color-white a {
	color:white
}
.ph-color-white a {
	font-size:24px;
	font-weight:900;
}
.ph-big-size h2 span{
	font-size:80px;
	color:white;
	position: relative;
  top: 0;
  left:-130px;
  top:-50px;
  line-height:80px;
}
.ph-object-fit .sppb-addon-single-image-container img {
	object-fit:cover;
}
.sppb-addon-text-block ol {
  padding-left: 1rem;
}
img.leaflet-marker-icon {
  width: 50px !important;
  height: auto !important
}
.ph-align-item-center {
	display:flex;
	flex-direction:column;
	align-items:center
}
.ph-nav-rechtliches a {
	color:#b17987 !important;
	text-transform:uppercase;
	font-size:18px;
	font-weight:900;
}
.ph-nav-rechtliches a:first-child::after {
	content:'|';
	padding:0 5px;
	color:#b17987
}
.ph-nav-rechtliches a:hover,.ph-nav-rechtliches a:active,.ph-nav-rechtliches a:focus{
	color:white !important;
}	
.sp-scroll-up {
	background-color:var(--ph-himbeere-light);
	bottom:10px;
	right:10px;
}
.sp-scroll-up:hover,.sp-scroll-up:focus, .sp-scroll-up:active {
	background-color:var(--ph-himbeere);
}
.ph-z-index-auto {
	z-index:auto !important;
}
.leaflet-pane {
	top:30px !important;
}
.close-offcanvas {
	top:0;
}
/*</Diverses>*/

/*RESPONSIVE*/
@media (max-width:1400px){}
@media (min-width: 1400px) {
  #sp-bottom .container, #sp-footer .container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
	ul.icon-navbar {
		right: 15px;
	  top: 85%;	
	  flex-direction:row;
	}
	ul.icon-navbar li {
		height:50px;
		width:50px;
	}
	ul.icon-navbar .fas {
		font-size:20px;
	}
}
@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
	#sp-header {	
		height: 40px;
	}
	.logo-image {
  	height: auto;
  	width: 600px;
	}
	.ph-akkordeon .sppb-panel-body {
  	padding: 15px;
  }	
  .ph-akkordeon .sppb-panel-title{
  	font-size:20px;
  }
  .ph-align-item-center {
		align-items:flex-start;
	}
	#sp-header.header-sticky {
		height:50px !important;
	}
}

@media (min-width: 991px) {}
@media (max-width: 767px) {
	#sp-top-bar {
		height:15px;
	}
	#sp-header {
		margin-top: 0;
	}
	#sp-logo .sp-column {
		display:flex;
	}
	#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
  	margin-top: 15px;
	}
	.ph-object-fit .sppb-addon-single-image-container img {
		height:unset !important;
		width:100% !important;
	}	
}
@media (min-width: 991px) and (max-width: 1199px) {
	.ph-big-size h2 span {
		font-size:60px;
		line-height:60px;
	}
}
@media (max-width: 990px) {
	.ph-big-size h2 span {
		font-size:50px;
		line-height:50px;
		left:0;
		top:0;
		margin-top:30px !important;
	}
	.ph-big-size {
		text-align:center !important;
	}
	#sp-user1 .ph-align-item-center .mod-custom.custom > div{
		display:flex;
		flex-direction:row;
	}
	#sp-user1 img {
		margin-right:15px
	}
	#sp-bottom #sp-bottom4 .sp-module {
  	margin-bottom: 0px;
	}
	.dropdown-menu.show {
		transform: translate(0px,-50px) !important;
	}
	.dropdown-menu.phmailto.phicon.show{
		transform: translate(70px,-75px) !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 575px) {}


/*
 * CeLa Upd 11.2024
 */

.modal-backdrop {
	z-index: 10000;
	background-color: rgba(255,255,255,.5) !important;
	backdrop-filter: blur(6px);
}
.modal-backdrop.show {
  opacity: 1 !important;
}
.PopModalOuter {
	position: relatve !important;
	z-index: 10005 !important;
}

@media (min-width: 576px) {
  #modalPopUp .modal-dialog {
    max-width: 600px !important;
  }
}

.btn-close,
.btn-close:hover {
	color: #fff !important;
	background-image: url(../images/close.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;	
}

#modalPopUp .modal-content {
	background-color: var(--ph-himbeere);
	color: #fff;
	text-align: center;
	border-radius: 0;
}
#modalPopUp .modal-content .modal-header {
	border: 0;
	padding-bottom: 0;
}
#modalPopUp .modal-content .modal-body {
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 45px;
}
#modalPopUp .modal-content .modal-body img {
	margin: 0 auto;
}
#modalPopUp .modal-content .modal-body p {
	margin-top: 30px;
	padding-right: 45px;
	padding-left: 45px;
	font-size: 1.35rem;
}