
@font-face {
	font-family:"Sofia";
	src:url("../media/fonts/Sofia-Regular.woff2") format("woff2"),url("../media/fonts/Sofia-Regular.woff") format("woff"),url("../media/fonts/Sofia-Regular.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}


@font-face {
	font-family:"Outfit SemiBold";
	src:url("../media/fonts/Outfit-SemiBold.woff2") format("woff2"),url("../media/fonts/Outfit-SemiBold.woff") format("woff"),url("../media/fonts/Outfit-SemiBold.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}

@font-face {
	font-family:"Outfit Regular";
	src:url("../media/fonts/Outfit-Regular.woff2") format("woff2"),url("../media/fonts/Outfit-Regular.woff") format("woff"),url("../media/fonts/Outfit-Regular.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}

@font-face {
	font-family:"Outfit Medium";
	src:url("../media/fonts/Outfit-Medium.woff2") format("woff2"),url("../media/fonts/Outfit-Medium.woff") format("woff"),url("../media/fonts/Outfit-Medium.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}

@font-face {
	font-family:"Outfit Light";
	src:url("../media/fonts/Outfit-Light.woff2") format("woff2"),url("../media/fonts/Outfit-Light.woff") format("woff"),url("../media/fonts/Outfit-Light.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}

@font-face {
	font-family:"Outfit ExtraLight";
	src:url("../media/fonts/Outfit-ExtraLight.woff2") format("woff2"),url("../media/fonts/Outfit-ExtraLight.woff") format("woff"),url("../media/fonts/Outfit-ExtraLight.otf") format("opentype");
	font-style:normal;
	font-weight:400;
}


/*
font-family: 'Outfit', sans-serif;
font-weight: 200; Extra-light
font-weight: 300; light
font-weight: 400; Regular
font-weight: 500; Medium
font-weight: 600; Semi-bold

font-family: 'Sofia', cursive;
font-weight: 400;


GRÜN: #659467
BEIGE: #e5d6bc
HELLGRÜN: #E1E9E1
*/


.db {
	border: 3px solid red;
}
div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}

html {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family:"Outfit ExtraLight";
	font-size:13pt;
	line-height: 22pt;
	color: #000;
	background-color: #fff;
}



@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}


a,a:active,a:visited,a:link {
	font-family:"Outfit Regular";
	color: #659467;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	font-family:"Outfit Regular";
	border:none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 0px 0px;
	padding: 3px 0px 0px 0px;
	line-height: 14pt;
	transition: ease .5s;
}
a.btn-customy:hover {
	border-bottom: 1px solid #659467;
	color: #659467;
	background: transparent;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 3px 28px 0px 0px;
	background-image: url("../media/img/Herz_Hover.png");
	background-position: right bottom;
	background-size: 24px;
	background-repeat: no-repeat;
	transition: ease .5s;
}
input.btn-customy,input.btn-customy:active,input.btn-customy:visited,input.btn-customy:link {
	font-family:"Outfit Regular";
	border:none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 0px 0px;
	padding: 3px 0px 0px 0px;
	line-height: 14pt;
	transition: ease .5s;
}
input.btn-customy:hover {
	border-bottom: 1px solid #659467;
	color: #659467;
	background: transparent;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 3px 28px 0px 0px;
	background-image: url("../media/img/Herz_Hover.png");
	background-position: right bottom;
	background-size: 24px;
	background-repeat: no-repeat;
	transition: ease .5s;
}

h1 {
	font-family:"Outfit Regular";
	font-size: 26pt;
	color: #000;
	line-height: 31pt;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Sofia';
	font-size:25pt;
	line-height: 30pt;
	color: #000;
	text-decoration: underline;
	text-decoration-style: dotted;
}
h3 {
	font-family:"Outfit SemiBold";
	font-size: 17pt;
	color: #000;
	line-height: 21pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4,h5,h6 {
	font-family:"Outfit SemiBold";
	font-size: 15pt;
	color: #000;
	line-height: 20pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	max-height: 80px !important;
	z-index:9999999;
}
#logo-mobile {
	max-width: 240px !important;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#header-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 80px !important;
}

#logo {
	max-width: 100px !important;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.menu-lg-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.3+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

.menu-lg-bg {
	background: rgba(226, 232, 226, 0.60);
}

ul.navbar-nav li.nav-item a {
	color: #000;
	padding:2px 0px;
	margin:5px 10px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px;
	font-size: 11pt;
}

ul.navbar-nav li.nav-item a:hover {
	color: #000;
	border-bottom: 3px solid #000;
	letter-spacing: 2px;
}
ul.navbar-nav li.nav-item.active a {
	color: #fff;
	border-bottom: 3px solid #fff;
	letter-spacing: 2px;
}

.dropdown-menu {
	background: rgba(230, 215, 188, 0.90);
	border: none;
	border-bottom: 3px solid #659467;
	border-radius: 0px;
	text-align: center;
	margin-left:10px;
	padding:20px;
}

ul.navbar-nav li.nav-item a.dropdown-item,ul.navbar-nav li.nav-item a.dropdown-item:active,ul.navbar-nav li.nav-item a.dropdown-item:visited,ul.navbar-nav li.nav-item a.dropdown-item:link {
	color: #000;
	width:auto;
	letter-spacing: 0px;
	font-style: italic;
	margin-top:0px;
	font-size:11pt;
	line-height: 11pt;
}
ul.navbar-nav li.nav-item a.dropdown-item:hover {
	color: #000;
	background: transparent;
}

#mobile-nav {
	position: fixed;
	top: 0px;
	right: 0px;
	left: auto;
	background: transparent;
	z-index:999;
	display: none;
}

#mobile-nav img {
	max-width: 50px;
}

#mobile-menu-home {
	cursor: pointer;
	max-width: 36px !important;
}
#mobile-menu-container {
	display: block;
	position: absolute;
	top:0;
	right:0;
	left: auto;
	width: 360px !important;
	min-height: 100% !important;
	height: 100% !important;
	background: #659467;
	padding: 20px;
	z-index:9999;
	color: #fff;
	overflow: auto;
}
a.link_mobile_menu,a.link_mobile_menu:active,a.link_mobile_menu:visited,a.link_mobile_menu:link {
	clear: right;
	float: right;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	margin-right: 33px;
	margin-top: 15px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px; 
	font-size: 10pt;
}
a.link_mobile_menu:hover {
	color: #e5d6bc;
	border-radius: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px;
}
a.link_mobile_menu_social,a.link_mobile_menu_social:active,a.link_mobile_menu_social:visited,a.link_mobile_menu_social:link {
	float: right;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	margin-right: 33px;
	margin-top: 10px;
	border-bottom: 3px solid transparent;
	font-size: 20pt;
}
a.link_mobile_menu_social:hover {
	color: #9483a2;
	border-radius: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
a.sublink_mobile_menu,a.sublink_mobile_menu:active,a.sublink_mobile_menu:visited,a.sublink_mobile_menu:link {
	clear: right;
	float: right;
	color: #fff;
	border-radius: 0px;
	margin-right: 33px;
	margin-top: 20px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px;
	font-size: 9pt;

}
a.sublink_mobile_menu:hover {
	color: #e5d6bc;
	border-radius: 0px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px;

}
a.sublink_mobile_menu2,a.sublink_mobile_menu2:active,a.sublink_mobile_menu2:visited,a.sublink_mobile_menu2:link {
	clear: right;
	float: right;
	color: #fff;
	border-radius: 0px;
	margin-right: 33px;
	margin-top: 4px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px;
	font-size: 10pt;
}
a.sublink_mobile_menu2:hover {
	color: #e5d6bc;
	border-radius: 0px;
	border-bottom: 3px solid transparent;
	letter-spacing: 2px; 
}
#mobile-menu-container-inner {
	overflow: auto;
	margin-top: 30px;
	float: right;
	clear: right;
}
.mobile-dropdown {
	display: none;
}

.container-footer {
	background-image: url("../media/img/Footer_HG.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	overflow: auto;
	margin-top: 50px !important;
}


a.link_footer,a.link_footer:active,a.link_footer:visited,a.link_footer:link {
	display: block;
	float: right;
	color: #000;
	border-radius: 0px;
	text-transform: uppercase;
	margin-left: 30px;
	letter-spacing: 2px;
	font-size: 10pt;
	line-height: 20pt;
	border-bottom: 3px solid transparent;
}
a.link_footer:hover {
	color: #659467;
	border-radius: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #659467;
	letter-spacing: 2px;
	text-decoration: none;
}

.slogan-start img {
	max-width: 350px !important;
	margin-bottom:20px;
}

.slogan-start h2 {
	text-decoration: none;
	color: #659467;
}

#startteaser-container {
	background: url("../media/img/HG_hell.png");

	background-repeat: no-repeat;
	padding-top: 100px;
	margin-top: 20px;
}
.startteaser-container-inner {
	background-color: #e5d6bc;
	padding: 30px;
	text-align: center;
	border-left: 2px dotted #000;
	 
}

.startteaser-container-inner h2 {
	text-transform: none;
	font-size: 20pt; 
}



.headerbild-text-start {
	position: absolute;
	bottom: 30%;
	left: 50%;
	margin-left:-300px;
	width: 600px !important;
	text-align:center;
}

.headerbild-text-start h1{
	color: #fff;
	font-size:30pt;
}

.item-news {
	display: inline-block;
	width: 100% !important;
	height: auto !important;
	background: #e5d6bc;
	margin-top:30px;
}

.item-news h2 {
	font-size: 22pt;
}

.masonry_news {
	/* Masonry container */
	column-count: 3;
	column-gap: 2em;
	max-width: 1200px;
	margin: 0px 20px 40px 20px;
}

.kontakt-map {
	width: 100% !important;
	height: 600px !important;
	border: none;
	border: 2px solid #e5d6bc;
}

.header_img_headline {
	max-width: 50px !important;
}




.bekannt-aus-row img {
	-webkit-filter: opacity(.6);
	filter: opacity(.6);
	transition: ease 0.5s;
	max-width: 50% !important;
}

.bekannt-aus-row img:hover {
	-webkit-filter: opacity(1);
	filter: opacity(1);
	transition: ease 0.5s;
	
}



a.carousel-control-prev {
	opacity: 0;
}
a.carousel-control-next {
	opacity: 0;
}
a.carousel-control-prev img {
	max-width: 80px !important;
}
a.carousel-control-next img {
	max-width: 80px !important;
}
.carousel {
	width: 100%;
	padding:0;
	margin:0;
}
.carousel-caption {
	bottom: 10%;
}
.carousel-caption img {
	max-width: 280px !important;
}
.container-fluid {
	padding:0;
}
.container-fluid-startslider {
	min-width: 100% !important;
	width: 100% !important;
	min-height: 100% !important;
	height: 100% !important;
}




.counter-bg {
	background-color: #9483a2;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	float:left;
	margin-left: 40px;
	font-family: 'Amatic SC', cursive;
	font-size: 18pt;
	padding-top:20px;
}
.counter-bg span {
	color: #fff;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 44pt;
	line-height:50pt;
}

.counter-bg-first {
	background-color: #9483a2;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	float:left;
	margin-left: 0px;
	font-family: 'Amatic SC', cursive;
	font-size: 18pt;
	padding-top:20px;
}
.counter-bg-first span {
	color: #fff;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 44pt;
	line-height:50pt;
}

.counter-bg-mobile {
	background-color: #9483a2;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 450px;
	float:left;
	margin-left: 20px;
	font-family: 'Amatic SC', cursive;
	font-size: 16pt;
	padding-top:12px;
}
.counter-bg-mobile span {
	color: #fff;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 22pt;
	line-height:30pt;
}

#counter-container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	overflow: auto;
}

#counter-container-mobile {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	overflow: auto;
}
.img-partner {
	max-height: 70px !important;
}

img.stars-liebeserklaerungen {
	max-width:35px;
	margin-bottom:20px;
}
img.stars-liebeserklaerungen2 {
	max-width:135px;
	margin-bottom:20px;
}
.parallax-standard {
  /* The image used */
  background-image: url("../media/img/HG_hell.png");

  /* Set a specific height */
  height: 200px !important;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  
}

.parallax-standard-galerie2 {

  /* Set a specific height */
  height: 500px !important;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  
  position: relative;
}

.parallax-standard-galerie2-start {

  /* Set a specific height */
  height: 500px !important;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  
  position: relative;
}

.parallax-standard-galerie2 h2 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.parallax-standard-galerie2-start h2 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.parallax-standard-galerie2 img {
  margin-top: 30px;
  max-width: 400px !important;
}

.parallax-standard-galerie2-start img {
  margin-top: 30px;
  max-width: 400px !important;
}

.parallax-standard-galerie2-container {
	background: rgba(0, 0, 0, 0.40) !important;
	padding: 2%;
	top:50px;
	min-height: auto !important;
	position: absolute;
	width: 60%;
	margin-left:26%;
}

.parallax-standard-galerie2-start-container {
	background: rgba(0, 0, 0, 0.40) !important;
	padding: 2%;
	top:50px;
	min-height: auto !important;
	position: absolute;
	width: 60%;
	margin-left:26%;
}

.img-header-icon {
	max-width: 60px !important;
}
.standard-header {
	margin-top: 50px;
}

.standard-header h1 {
	font-size:24pt;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;

}
.standard-header-sr {
	font-size:24pt;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 14px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
}
.standard-header-sr h1 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 44pt;
	color: #000;
	line-height: 46pt;
	letter-spacing: 2px;
}

.masonry_gallery {
	/* Masonry container */
	column-count: 3;
	column-gap: 0.5em;
	max-width: 1200px;
	margin: 0px 20px;
}
.item-gal {
	display: inline-block;
	width: 100% !important;
	height: auto !important;
	margin-top: 2px;
	overflow: hidden;
}

@media (max-width: 980px) {
	.headerbild-text-start {
		position: absolute;
		bottom: 10%;
		left: 50%;
		margin-left:-300px;
		width: 600px !important;
		text-align:center;
	}
	
	.headerbild-text-start img {
		width: 350px !important;
	}
	
	.headerbild-text-start h1{
		color: #fff;
		font-size:16pt;
	}
	
	
	#startteaser-container {
		background: none;
		padding-top: 100px;
		margin-top: 20px;
		padding-top: 10px;
	}
	
	.parallax-standard-galerie2-start-container {
		background: rgba(0, 0, 0, 0.40) !important;
		padding: 2%;
		top:10px;
		min-height: auto !important;
		position: absolute;
		width: 90%;
		margin-left:5%;
		font-size: 12pt;
		line-height: 16pt;
	}
	
	
	.parallax-standard-galerie2-container-start h2 {
		font-size: 18pt;
	}
	
	.parallax-standard-galerie2 {
	
	  /* Set a specific height */
	  height: 300px !important;
	
	  
	}
	
	.masonry_news {
		/* Masonry container */
		column-count: 2;
		column-gap: 2em;
		max-width: 1200px;
		margin: 0px 20px 40px 20px;
	}
	
	.standard-header h1 {
		font-size:22pt;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-family: 'Outfit', sans-serif;
		font-weight: 400;
	}
}

.form-group {
	margin: 3px !important;
	padding:0 !important;
}

.form-group .form-control {
	background-color: #E1E9E1;
	border: 1px solid transparent;
	border-radius: 0px;
	margin-top:0px;
}





@media (max-width: 500px) {
	
}



@media all and (max-width:768px) {
	.masonry_news {
		/* Masonry container */
		column-count: 1;
		column-gap: 2em;
		max-width: 1200px;
		margin: 0px 20px 40px 20px;
	}
	
	.standard-header h1 {
		font-size:18pt;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family:"Outfit Regular";
	}
}




button.mfp-arrow{
      height: 90px !important;
    }
    .mfp-arrow-left {
      background: url('../media/img/icons/Pfeil_70px_links.png') no-Repeat top left !important;
      width: 70px;
      height: 70px;
      margin-left: 10px;
    }

    .mfp-arrow-right {
      background: url('../media/img/icons/Pfeil_70px_rechts.png') no-Repeat top right !important;
      width: 70px;
      height: 70px;
      margin-right: 10px;
    }

    .mfp-arrow-left::before,
    .mfp-arrow-right::before {
      display: none;
      content:''
    }

    .mfp-arrow-left::after,
    .mfp-arrow-right::after {
      display: none;
      content:''
    }