/***************************************************************************************************
*** BASIS-LAYOUT
***************************************************************************************************/
/* sm: 480px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px; */

::-webkit-input-selection,
::-moz-selection,
:-ms-input-selection,
:-moz-selection,
::selection {
  background: rgb(238, 113, 0);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  font-weight: 400;
}

/*** native Elemente ******************************************************************************/

html {
  color: rgb(0, 0, 0);
  height: 100%;
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
  border: 0;
  box-sizing: border-box;
	font-family: 'Titillium', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
  height: 100%;
  background-image: url(../../images/pik-herz-karo-kreuz.gif);
}

/***************************************************************************************************
*** Überschriften
***************************************************************************************************/
h1, h2 {
	font-weight: 800;
	text-transform: uppercase;
	/*font-size: 4rem;*/
}
h3, h4 {
	color: rgb(0, 0, 0);
	font-weight: 600;
}
h2 + h3 {
	margin-top: -.5rem;
}
h2 + h3 {
	margin-top: -.25rem;
}
hr {
	content: " ";
	width: 75%;
  height: 0.1875rem;
  display: block;
  background-color: rgb(0, 73, 36);
  border: 0;
	margin: 2.5rem auto;
	background: #004924; /* Old browsers */
	background: -moz-linear-gradient(left, #004924 0%, #004903 45%, #ee7100 55%, #ee7100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004924 0%,#004903 45%,#ee7100 55%,#ee7100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004924 0%,#004903 45%,#ee7100 55%,#ee7100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004924', endColorstr='#ee7100',GradientType=1 ); /* IE6-9 */
}
p + h1, p + h2, p + h3, p + h4 {
	margin-top: 2rem;
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {    
  h1, h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {  
  h1, h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}

/*** KOMMT NOCH INS BASE CSS Icon-Überschrift ***/
.icon_headline {
	margin-bottom: 15px;
}
.icon_headline .svgicon {
	padding-right: 10px;
	width: 75px;
	height: 75px;
	filter: invert(45%) sepia(42%) saturate(4037%) hue-rotate(10deg) brightness(103%) contrast(101%); /* = rgb(238,113,0) => https://codepen.io/sosuke/pen/Pjoqqp */	
}
.icon_headline .svgicon.sm {
	width: 50px;
	height: 50px;
}
.icon_headline .svgicon.xl {
	width: 100px;
	height: 100px;
}
.icon_headline h2, .icon_headline h3, .icon_headline h4, .icon_headline h5 {
	margin: 0;
	padding-left: 10px;
}
.icon_headline h2 {
	display: block;
	margin: 0;
	padding: 0;
  color: rgb(0, 0, 0);
	font-size: 1.25rem;
	font-weight: bold;
}

.iwcc-buttons a { cursor: pointer; }
a.iwcc-accept-all { color: rgb(255,255,255) !important; }

main {
	margin-top: 100px;
	padding-top: 3rem;
}
main > section#islider {
	margin-top: -3rem;
}
@media(min-width: 480px){
	main {
		padding-top: 5rem;
	}
	main > section#islider {
		margin-top: -5rem;
	}
}



section {	padding: 5rem 0; }
.tzero { padding-top: 0 !important; }
.tsm { padding-top: 2.5rem !important; }
.txl { padding-top: 7.5rem !important; }
.bzero { padding-bottom: 0 !important; }
.bsm { padding-bottom: 2.5rem !important; }
.bxl { padding-bottom: 7.5rem !important; }
/* Parallaxe => padding in margin umwandeln */
.parallaxe.tzero { margin-top: 0 !important; }
.parallaxe.tsm { margin-top: 2.5rem !important; }
.parallaxe.txl { margin-top: 7.5rem !important; }
.parallaxe.bzero { margin-bottom: 0 !important; }
.parallaxe.bsm { margin-bottom: 2.5rem !important; }
.parallaxe.bxl { margin-bottom: 7.5rem !important; }

footer {
	margin-top: 3rem;
	padding: 2rem 0 0;
	/*border-top: 7px solid rgb(238, 113, 0);*/
  background: rgba(0,83,36,1);
  background: -moz-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,36,1)), color-stop(50%, rgba(0,73,36,1)), color-stop(100%, rgba(0,46,23,1)));
  background: -webkit-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -o-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: linear-gradient(to bottom, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
}
footer h2 {
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
	color: rgb(238, 113, 0);
}
footer p {
	font-size: 1rem;
	color: rgb(204, 204, 204);
	text-align: center;
}
footer img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

footer img.badge-logo {
	width: 100px;
	height: auto;
}
footer img.eventagentur-footer-logo {
	width: 250px;
	height: auto;
}
footer img.buerogolf-agentur-footer-logo {
	width: 130px;
	height: auto;
}
footer img.logolights-footer-logo {
	width: 130px;
	height: auto;
}
@media(min-width: 768px){
	footer img.buerogolf-agentur-footer-logo {
		width: 180px;
	}
	footer img.logolights-footer-logo {
		width: 180px;
	}
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li a,
footer ul li a:visited {
	color: rgb(204, 204, 204);
	font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
	line-height: 2rem
}
footer ul li a:hover {
	color: rgb(238,113,0);
}
footer .footer-bottom {
	background: rgb(192, 192, 192);
  color: rgb(255,255,255);
  margin-top: 2rem;
	padding: 0;
}
footer .footer-bottom p {
	margin: 0;
	color: rgb(255, 255, 255);
}
footer .footer-bottom a {
	color: rgb(255, 255, 255);
}
footer .footer-bottom a:hover {
	color: rgb(238, 113, 0);
}
footer .footer-bottom a p {
	font-weight: normal;
}
footer .footer-bottom a.buerogolf-footer img {
	filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(285deg) brightness(106%) contrast(105%);
}
footer .footer-bottom a.buerogolf-footer:hover .buerogolf-agentur-footer-logo {
	filter: invert(20%) sepia(64%) saturate(1080%) hue-rotate(115deg) brightness(90%) contrast(105%);
}
footer .footer-bottom a.buerogolf-footer:hover * {
	color: rgb(0, 73, 36);
}
footer .footer-bottom a.logolights-footer .logolights-footer-logo {
	filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(285deg) brightness(106%) contrast(105%);
}
footer .footer-bottom a.logolights-footer:hover .logolights-footer-logo {
	filter: invert(45%) sepia(42%) saturate(4037%) hue-rotate(10deg) brightness(103%) contrast(101%);
}
footer .footer-bottom a.logolights-footer:hover * {
	color: rgb(238, 113, 0);
}
/*** Hotfix: https://github.com/h5bp/html5-boilerplate/issues/440 ***/
audio,
canvas,
iframe,
img,
svg,
video {
	aspect-ratio: attr(width) / attr(height);
  vertical-align: middle;
}

/*** Links: als Text ***/
a,
a:visited {
	font-weight: 700;
	color: rgb(0, 73, 36);
	text-decoration: none;
}

a:hover,
a:active
{
  color: rgb(238,113,0);
}

/*** Links: als Button ***/
a.btn,
button.btn {
  border: 3px solid rgb(238,113,0);
  color: #fff;
  display: inline-block;
  background-color: #004924;
  padding: 0.3rem 0.9rem 0.3rem;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.5;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}
a.btn.sm,
button.btn.sm {
  border: 2px solid rgb(238,113,0);
  padding: .25rem .5rem .25rem;
  font-size: 0.875rem;
}
a.btn.xl,
button.btn.xl {
  border: 4px solid rgb(238,113,0);
  padding: 0.4rem 1.2rem 0.4rem;
  font-size: 1.375rem;
}
a.btn:hover,
button.btn:hover {
  background-color: rgb(238,113,0);
}
/*** textarea => nur vertikales Aufziehen erlauben ***/
textarea {
    resize: vertical;
}
.text-orange {
	color: rgb(238, 113, 0);
}

/*** Icon vor h2 ***/
.hpre_icon i {
	margin-right: 20px;
	color: rgb(238, 113, 0)	
}
.hpre_icon h3 {
	font-size: 1.25rem;
	text-align: left;
}

/*** Hexagons ***/
.hexagons + .d-flex.flex-grow-1 {
	min-height: 100px;
}
.hexagons {
	position: relative;
}
.hexagons .hexcontainer {
	position: absolute;
	z-index: 1;
}
.hexagons .hexcontainer svg.hexshape {
	width: 165px;
	height: 163px;
	fill:url('../#greentodark');/*"../" wegen Minify!*/
	stroke: rgb(238,113,0);
   stroke-width: 12px;
	transform: rotateZ(-12deg);
	-webkit-filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.8));
  filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.8));
}
.hexagons .hexcontainer:nth-of-type(1) {
	top: -110px;
  left: -120px;
}
.hexagons .hexcontainer:nth-of-type(2) {
	top: -68px;
  left: 18px;
}
.hexagons .hexcontainer:nth-of-type(3) {
  top: -163px;
  left: 126px;
}
.hexagons .hexcontainer .top-logo {
	position: absolute;
  /*padding: 40px 23px 30px 20px;*/
  width: 120px;
  top: 40px;
  left: 21px;
  z-index: 1;
	pointer-events: none;
}
.hexagons .hexcontainer:nth-of-type(1) svg.hexshape {
	fill: url('../#hex1');/*"../" wegen Minify!*/
}
.hexagons .hexcontainer:nth-of-type(3) svg.hexshape {
	fill: url('../#hex3');/*"../" wegen Minify!*/
	}
/***************************************************************************************************
*** Hexagons
***************************************************************************************************/
@media(min-width: 480px){
	.hexagons .hexcontainer svg.hexshape {
		width: 220px;
		height: 218px;
		fill:url('../#greentodark');/*"../" wegen Minify!*/
		stroke: rgb(238,113,0);
		 stroke-width: 12px;
		transform: rotateZ(-12deg);
		-webkit-filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.8));
		filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.8));
	}
	.hexagons .hexcontainer:nth-of-type(1) {
		top: -134px;
		left: -50px;
	}
	.hexagons .hexcontainer:nth-of-type(2) {
		top: -78px;
		left: 131px;
	}
	.hexagons .hexcontainer:nth-of-type(3) {
		top: -203px;
		left: 274px;
	}
	.hexagons .hexcontainer .top-logo {
    width: 160px;
    top: 55px;
    left: 29px;
		z-index: 1;
	}
}
/*** Gallery ************************************************************************************/
div.gallery {
  display: flex;
	flex-wrap: wrap;
}

a[data-featherlight] > picture, div[data-featherlight-gallery] a > picture {
	position: relative;
	display: block;
}
a[data-featherlight] > picture::after, div[data-featherlight-gallery] a > picture:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 7px;
	bottom: -5px;
	background-color: rgb(238,113,0);
	transform: rotate(-2deg);
	z-index: 1;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0zMDQsMTkybDAsMzJjMCw2LjYgLTUuNCwxMiAtMTIsMTJsLTU2LDBsMCw1NmMwLDYuNiAtNS40LDEyIC0xMiwxMmwtMzIsMGMtNi42LDAgLTEyLC01LjQgLTEyLC0xMmwwLC01NmwtNTYsMGMtNi42LDAgLTEyLC01LjQgLTEyLC0xMmwwLC0zMmMwLC02LjYgNS40LC0xMiAxMiwtMTJsNTYsMGwwLC01NmMwLC02LjYgNS40LC0xMiAxMiwtMTJsMzIsMGM2LjYsMCAxMiw1LjQgMTIsMTJsMCw1Nmw1NiwwYzYuNiwwIDEyLDUuNCAxMiwxMlptMjAxLDI4NC43bC0yOC4zLDI4LjNjLTkuNCw5LjQgLTI0LjYsOS40IC0zMy45LDBsLTk5LjgsLTk5LjdjLTQuNSwtNC41IC03LC0xMC42IC03LC0xN2wwLC0xNi4zYy0zNS4zLDI3LjYgLTc5LjcsNDQgLTEyOCw0NGMtMTE0LjksMCAtMjA4LC05My4xIC0yMDgsLTIwOGMwLC0xMTQuOSA5My4xLC0yMDggMjA4LC0yMDhjMTE0LjksMCAyMDgsOTMuMSAyMDgsMjA4YzAsNDguMyAtMTYuNCw5Mi43IC00NCwxMjhsMTYuMywwYzYuNCwwIDEyLjUsMi41IDE3LDdsOTkuNyw5OS43YzkuMyw5LjQgOS4zLDI0LjYgMCwzNFptLTE2MSwtMjY4LjdjMCwtNzUuMiAtNjAuOCwtMTM2IC0xMzYsLTEzNmMtNzUuMiwwIC0xMzYsNjAuOCAtMTM2LDEzNmMwLDc1LjIgNjAuOCwxMzYgMTM2LDEzNmM3NS4yLDAgMTM2LC02MC44IDEzNiwtMTM2WiIgc3R5bGU9ImZpbGw6IzAwNDkyNDtmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=");
	background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
a[data-featherlight] > picture.noframe::after {
  left: 1px;
  bottom: 25px;
}
a[data-featherlight] > picture:hover::after, div[data-featherlight-gallery] a > picture:hover::after {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0zMDQsMTkybDAsMzJjMCw2LjYgLTUuNCwxMiAtMTIsMTJsLTU2LDBsMCw1NmMwLDYuNiAtNS40LDEyIC0xMiwxMmwtMzIsMGMtNi42LDAgLTEyLC01LjQgLTEyLC0xMmwwLC01NmwtNTYsMGMtNi42LDAgLTEyLC01LjQgLTEyLC0xMmwwLC0zMmMwLC02LjYgNS40LC0xMiAxMiwtMTJsNTYsMGwwLC01NmMwLC02LjYgNS40LC0xMiAxMiwtMTJsMzIsMGM2LjYsMCAxMiw1LjQgMTIsMTJsMCw1Nmw1NiwwYzYuNiwwIDEyLDUuNCAxMiwxMlptMjAxLDI4NC43bC0yOC4zLDI4LjNjLTkuNCw5LjQgLTI0LjYsOS40IC0zMy45LDBsLTk5LjgsLTk5LjdjLTQuNSwtNC41IC03LC0xMC42IC03LC0xN2wwLC0xNi4zYy0zNS4zLDI3LjYgLTc5LjcsNDQgLTEyOCw0NGMtMTE0LjksMCAtMjA4LC05My4xIC0yMDgsLTIwOGMwLC0xMTQuOSA5My4xLC0yMDggMjA4LC0yMDhjMTE0LjksMCAyMDgsOTMuMSAyMDgsMjA4YzAsNDguMyAtMTYuNCw5Mi43IC00NCwxMjhsMTYuMywwYzYuNCwwIDEyLjUsMi41IDE3LDdsOTkuNyw5OS43YzkuMyw5LjQgOS4zLDI0LjYgMCwzNFptLTE2MSwtMjY4LjdjMCwtNzUuMiAtNjAuOCwtMTM2IC0xMzYsLTEzNmMtNzUuMiwwIC0xMzYsNjAuOCAtMTM2LDEzNmMwLDc1LjIgNjAuOCwxMzYgMTM2LDEzNmM3NS4yLDAgMTM2LC02MC44IDEzNiwtMTM2WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=")
}

.frame {
  float: none;
  width: auto;
  display: inline-block;
  background: rgb(0,73,36);
  margin: 0.5rem 0rem 1.5rem;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}
.frame > a, .frame > img,
.frame .plyr
{
  display: block;
  transform: rotate(358deg);
  -webkit-transform: rotate(358deg);
  -moz-transform: rotate(358deg);
  -o-transform: rotate(358deg);
  -ms-transform: rotate(358deg);
}
.frame > a img, .frame > img,
.noframe > a img, .noframe > img,
.frame .plyr, .noframe .plyr {
  max-width: 100%;
  height: auto;
  padding: 0.5rem;
}
.noframe > img, .noframe .plyr {
  padding: 0.5rem 0;
	margin-bottom: 1rem;
}
.frame > a img, .frame > img,
.frame > .plyr {
  background: rgb(238,113,0);
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}
@media (min-width: 767px) {
  .noframe.left,
	.frame.left {
    float: left;
    margin-right: 2rem;
  }
  .noframe.right,
  .frame.right {
    float: right;
    margin-left: 2rem;
  }
  .noframe.w12,
  .frame.w12 {
    width: 12.5%;
  }
  .noframe.w25,
  .frame.w25 {
    width: 25%;
  }
  .noframe.w33,
	.frame.w33 {
    width: 33.3334%;
  }
  .noframe.w50,
	.frame.w50 {
    width: 50%;
  }
  .noframe.w66,
	.frame.w66 {
    width: 66.6667%;
  }
  .noframe.w100,
	.frame.w100 {		
    width: 100%;
  }
	.frame.w100 {		
    max-width: 95%; /* Überhang des Rahmeneffektes korrigieren! */
  }
}

/***************************************************************************************************
*** FORMULARE
***************************************************************************************************/
#formular_feedback {
	display: none;
	background: rgb(0,73,36);
  padding: 1rem;
  text-align: center;
  margin: 3rem auto;
  color: #FFF;
  font-weight: 600;
}
#formular_feedback p {
	margin-bottom: 0;
}
form :not(p) {
  line-height: 1.1;
}
form .input,
form .textarea,
form .select {
  width: 100%;
  padding: 0.625rem 0.5rem;
  font-weight: bold;
  border: 1px solid rgb(0,73,36);
  box-sizing: border-box;
	background-color: #fff;
}

form .input[type="date"] {
	padding: .55rem .5rem;
}

form .textarea {
  resize: none;
}
form .input:focus,
form .textarea:focus,
form .select:focus {
  outline: 0;
  border-left: 5px solid rgb(0,73,36);
}
form .select {
	-webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  background-image: url('../../images/chevron-down.svg'); /* + 1x "../" wegen Minify!*/
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
	background-size: 20px;
}
form .select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}

form div[class^="col-"] {
	margin-bottom: 1rem;
}
form div[class^="col-"].custom-control {
	margin-bottom: 0;
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background-image:none\9;
    padding: 5px\9;
  } 
}
form .select option {
  font-weight: bold;
}
form label {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(0,73,36);
}
form label.custom-control-label {
	margin-left: 1.5rem;
	padding: 5px 10px 5px 0;
	cursor: pointer;
	font-size: 1rem;	
}
form .custom-checkbox label.custom-control-label {
	margin-left: 10px;
	font-size: 0.875rem;
	line-height: 1.3125; /* 0,875rem * 1.5 line-height */
}
form .required label {
  color: rgb(238,113,0);
}
form .required label.error,
#zweck-error,
#datenschutz-error {
	color: rgb(204,0,0);
}
#datenschutz-error {
	position: absolute;
	bottom: 1rem;
}
@media (min-width: 768px) {
	#zweck-error {
		position: absolute;
    top: 1.5rem;
    width: 200%;
    left: 0%;
	}
	#zweck-error::before {
		content: '\f0d8\00a0';
	}
	#datenschutz-error {
		position: absolute;
		bottom: 1rem;
	}
}
@media (min-width: 992px) {
	#zweck-error {
		position: absolute;
    top: -2rem;
    width: 200%;
    left: 40%;
	}
	#zweck-error::before {
		content: '\f0d7\00a0';
	}
}
@media (min-width: 1200px) {
	#zweck-error {
    left: 30%;
	}
}
/***************************************************************************************************
*** PARALLAXE
***************************************************************************************************/
.parallaxe {
  padding: 6.25rem 0 !important;
  background: rgba(0,0,0,0.4);
}
.parallaxe .container {
  margin-bottom: 0;
  padding: 0;
}
.parallaxe h2 {
  font-size: 2rem;
  color: rgb(255,255,255);
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
	font-weight: 600;
}
.parallaxe h2 span {
  display: inline;
  font-size: 2rem;
  font-weight: bold;
}
.parallaxe a {
	color: rgb(255, 255, 255);
}

/***************************************************************************************************
*** NAVIGATION
***************************************************************************************************/
nav.navbar {
	position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;		
	padding: 0 20px;
	background: rgba(0,83,36,1);
  background: -moz-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,36,1)), color-stop(50%, rgba(0,73,36,1)), color-stop(100%, rgba(0,46,23,1)));
  background: -webkit-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -o-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  background: linear-gradient(to bottom, rgba(0,83,36,1) 0%, rgba(0,73,36,1) 50%, rgba(0,46,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005324', endColorstr='#002e17', GradientType=0 );
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
	/*border-bottom: 7px solid rgb(238,113,0);*/
}
nav.navbar.sticky {
	position: fixed;
}
/*** Desktop-Variante ***/
.menu {
	width: 100%;
	height: 80px;
	margin-top: 20px;
	position: relative
}

.menu > a {
	display: none
}
.menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none
}
.menu li a {
	display: block;
	padding: 0 20px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 43px;
	-webkit-transition: color .1s linear, background .1s linear;
	-moz-transition: color .1s linear, background .1s linear;
	-o-transition: color .1s linear, background .1s linear;
	transition: color .1s linear, background .1s linear
}
.menu li a i {
	margin-right: 0.5rem
}
.menu li a:active {
	color: rgb(238,113,0)!important
}
.menu li:hover a:active {
	color: rgb(255,255,255)!important
}
.menu span:after {
	width: 0;
	height: 0;
	border: .313em solid transparent;
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -.313em
}
.menu>ul {
	display: none;
	width: 100%;
	text-align: right;
	font-size: 0;
	padding: 0;
	margin: 0;
}
.menu>ul>li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.menu>ul>li>a {
	text-align: center
}
.menu>ul>li:hover>a {
  color: rgb(255,255,255);
	background: rgb(238,113,0)
}
.menu>ul:not(:hover)>li.active>a {
	background-color: #fff;
	color: rgb(0,73,36)
}
.menu>ul>li.meta {
	display: none
}
.menu li ul {
	display: none;
	position: absolute;
	top: 100%;
  background: rgba(0,46,23,1);
  background: -moz-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,46,23,1)), color-stop(50%, rgba(0,73,36,1)), color-stop(100%, rgba(0,83,36,1)));
  background: -webkit-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%);
  background: -o-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%);
  background: linear-gradient(to bottom, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e17', endColorstr='#005324', GradientType=0 );
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}
.menu li:hover ul {
	display: block;
	left: 0;
	right: 0;
	padding: 0;
	width: 17rem;
	text-align: left
}
.menu li:not(:first-child):hover ul {
	left: -1px
}
.menu li ul li {
	border-top: 0px solid rgb(238,113,0)
}
.menu li ul li a {
  line-height: 40px;
}

.menu li ul li a:hover, .menu li ul:not(:hover) li.active a {
	background-color: rgb(238,113,0);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}

/*** Mobil-Variante ***/
nav .mobile_btn_wrapper {
	text-align: center;
}
nav button.mobile-toggle {
  position: absolute;
	display: inline-block;
  top: 1rem;
  right: 1rem;
	padding: 0;
  z-index:99999;
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  text-align: center;
  border: 0.3125rem solid rgb(238,113,0) !important;
  outline: 0;
  cursor: pointer;
  font-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}
nav button.mobile-toggle:hover {
  background-color: rgb(238,113,0);
}
nav button.mobile-toggle span {
	background-size: 80% 80%;	
}
/*
html.hc-nav-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	overflow: visible;
	position: fixed;
	width: 100%;
	min-height: 100%
}
.hc-offcanvas-nav {
	visibility: hidden;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9990
}
.hc-offcanvas-nav.is-ios * {
	cursor: pointer !important
}
.hc-offcanvas-nav .nav-container {
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 250px;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}
.hc-offcanvas-nav .nav-wrapper {
	width: 100%;
	height: 100%;
	max-height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	box-sizing: border-box
}
.hc-offcanvas-nav .nav-content {
	height: 100%;
	max-height: 100vh
}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box
}
.hc-offcanvas-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.hc-offcanvas-nav li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0
}
.hc-offcanvas-nav li.level-open>.nav-wrapper {
	visibility: visible
}
.hc-offcanvas-nav input[type="checkbox"] {
	display: none
}
.hc-offcanvas-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}
.hc-offcanvas-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}
.hc-offcanvas-nav a, .hc-offcanvas-nav a:hover {
	text-decoration: none
}
.hc-offcanvas-nav .nav-item {
	position: relative;
	display: block;
	box-sizing: border-box
}
.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}
.hc-offcanvas-nav:not(.nav-open)::after {
	pointer-events: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}
.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto;
	box-sizing: border-box;
  background: rgba(0,73,36,1);
  background: -moz-linear-gradient(top, rgba(0,73,36,1) 0%, rgba(0,46,23,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,73,36,1)), color-stop(100%, rgba(0,46,23,1)));
  background: -webkit-linear-gradient(top, rgba(0,73,36,1) 0%, rgba(0,46,23,1) 100%);
  background: -o-linear-gradient(top, rgba(0,73,36,1) 0%, rgba(0,46,23,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,73,36,1) 0%, rgba(0,46,23,1) 100%);
  background: linear-gradient(to bottom, rgba(0,73,36,1) 0%, rgba(0,46,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004722', endColorstr='#002e17', GradientType=0 );
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, -webkit-transform .4s ease;
	transition: visibility 0s ease .4s, transform .4s ease;
	transition: visibility 0s ease .4s, transform .4s ease, -webkit-transform .4s ease
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}
.hc-offcanvas-nav.nav-position-left {
	left: 0
}
.hc-offcanvas-nav.nav-position-left .nav-container {
	left: 0;
  border-right: 0.4375rem solid rgb(238,113,0);
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0)
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.hc-offcanvas-nav.nav-position-right {
	right: 0
}
.hc-offcanvas-nav.nav-position-right .nav-container {
	right: 0;
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0)
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.hc-offcanvas-nav.nav-position-top {
	top: 0
}
.hc-offcanvas-nav.nav-position-top .nav-container {
	top: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
	left: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.hc-offcanvas-nav.nav-position-bottom {
	top: auto;
	bottom: 0
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
	left: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
}
a#mobile-logo {
  padding: 0rem 1rem 0.75rem;
  margin: 0 0 -0.5rem -1rem;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);	
}
a#mobile-logo:hover {
	background: rgb(238,113,0)
}
.hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after {
	background: rgba(0,0,0,0)
}
.hc-offcanvas-nav h2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0.5rem 1rem;
	margin: 0;
	color: rgb(238,113,0)
}
.hc-offcanvas-nav .nav-wrapper-1 h2 {
	background-color: rgb(238,113,0);
  color: rgb(255,255,255);
  padding-top: 0.5rem;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
	padding: 14px 17px;
	font-size: 0.8125rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
  text-transform: uppercase;
	z-index: 1;
	background: rgba(0,0,0,0);
  cursor: pointer;
}
.hc-offcanvas-nav .nav-item i {
	margin-right: 0.5rem;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
	background: rgb(238,113,0);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8);    
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
	/*border-top: 1px solid rgb(255,255,255);
	margin-top: -1px
}
.hc-offcanvas-nav li {
	text-align: left
}
.hc-offcanvas-nav li.nav-back {
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.8);
  box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.8);
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
	border-top: 1px solid rgb(255,255,255);
  background: rgb(164,170,160);
}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
	background: rgb(238,113,0);
	color: rgb(255,255,255)
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a {
	margin-top: -1px
}
.hc-offcanvas-nav li.nav-parent .nav-item {
	padding-right: 58px
}
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	border-left: 0
}
.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}
.hc-offcanvas-nav li.nav-close span::before {
	margin-left: -9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.hc-offcanvas-nav li.nav-close span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
	border-left: 0px solid rgb(255,255,255)
}
.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform-origin: center;
	transform-origin: center
}
.hc-offcanvas-nav span.nav-next::before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-offcanvas-nav li.nav-back span::before {
	border-top: 2px solid rgb(255,255,255);
	border-left: 2px solid rgb(255,255,255);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0)
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
	box-shadow: -1px 0 2px rgba(0,0,0,0)
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2)
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
	box-shadow: none;
	background: transparent
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
	display: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
	font-size: 14px
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li {
	transition: background .3s ease
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
	background: #2e6296
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
	border-bottom: 1px solid #295887
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #2f649a
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before {
	margin-top: 2px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
	margin-top: -2px;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
*/
.hexagons + .d-flex.flex-grow-1 {
	min-height: 100px;
}
/*** Hexagons ***/

@media(min-width: 480px){
}
@media(min-width: 1200px){
	.menu>ul {
		display: block;
	}
}

/***************************************************************************************************
*** Socialbar / Desktop
***************************************************************************************************/
ul.socialbar {
	display: none;
	position: absolute;
	top: -10px;
}
ul.socialbar li {
	margin-right: 10px;
}
ul.socialbar li:last-child {
	padding-right: 0;
}
ul.socialbar li a {
	padding: 0;
	line-height: 0;
}
ul.socialbar li a:hover{
	background: url(../../images/social-hexagon-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
}
ul.socialbar li a img {
	width: 30px;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(275deg) brightness(101%) contrast(101%);
}
@media(min-width: 1200px){
ul.socialbar {
	display: block;
}
ul.socialbar + ul {
	margin-top: 36px;
}
}
/***************************************************************************************************
*** Socialbar / Mobile
***************************************************************************************************/
ul.socialmob {
	background: none;
}
ul.socialmob li {
	display: inline-block
}
ul.socialmob li a {
	padding: 0 !important;
	line-height: 0;
	border-bottom: 0 !important;
}
ul.socialmob li a img {
	width: 30px;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(275deg) brightness(101%) contrast(101%);
}
/***************************************************************************************************
*** Slider
***************************************************************************************************/
main > section#slider {	margin-top: -3rem; }
#slider {	position: relative; margin: 0; padding: 0; -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8); box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.8); background: rgba(0,46,23,1); background: -moz-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,46,23,1)), color-stop(50%, rgba(0,73,36,1)), color-stop(100%, rgba(0,83,36,1))); background: -webkit-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%); background: -o-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%); background: -ms-linear-gradient(top, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%); background: linear-gradient(to bottom, rgba(0,46,23,1) 0%, rgba(0,73,36,1) 50%, rgba(0,83,36,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e17', endColorstr='#005324', GradientType=0 ); }
#slider .item picture { min-height: 40vh; }
#slider .item-video video { min-height: 40vh; height: 40vh; object-fit: cover; width: 100%; }
#slider img { width: 100vw; height: 40vh; object-fit: cover; }
#slider .slider-typo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align:center;  }
#slider .slider-typo h2 { color: rgb(255,255,255); text-shadow: 2px 2px 0px #000; }
#slider .slider-typo h2 { width: 100vw; line-height: 1; font-size: 1.3rem; }
#slider .slider-typo span { display: inline-block; background-color: rgba(238, 113, 0, 0.7); color: rgb(255,255,255); padding: 0.5rem 0.625rem; }
#slider a.btn, #slider a.btn.sm , #slider a.btn.xl {
	border: 2px solid rgb(238,113,0);
  padding: .15rem .45rem .15rem;
  font-size: 0.875rem;
}
@media(min-width: 480px){
	#slider a.btn, #slider a.btn.sm, #slider a.btn.xl {
		border: 3px solid rgb(238,113,0);
		padding: .25rem .75rem .25rem;
		font-size: 1rem;
	}
}
@media(min-width: 1200px){
#slider a.btn {
	border: 3px solid rgb(238,113,0);
  padding: .375rem 1.125rem .375rem;
  font-size: 1.25rem;
}
#slider a.btn.sm {
  border: 2px solid rgb(238,113,0);
  padding: 0.3125rem 1rem 0.375rem;
  font-size: 0.875rem;
}
#slider a.btn.xl {
  border: 4px solid rgb(238,113,0);
	padding: .5rem 1.5rem .5rem;
  font-size: 1.375rem;
	}
}
@media (min-width: 480px) {
	main > section#slider {	margin-top: -5rem; }
	#slider .item picture { min-height: 50vh; }
	#slider .item-video video { min-height: 50vh; height: 50vh; }
	#slider img { height: 50vh; }
	#slider .slider-typo {  }
	#slider .slider-typo h2 { font-size: 1.75rem; text-shadow: 3px 3px 0px #000; }
}
@media (min-width: 768px) {
	main > section#slider {	margin-top: -5rem; }
	#slider .item picture, #slider .item-video video { min-height: 60vh; }
	#slider .item-video video { min-height: 60vh; height: 60vh; }
	#slider img { height: 60vh; }
	#slider .slider-typo h2 { font-size: 2.5rem; text-shadow: 3px 3px 0px #000; }
	#slider .slider-typo span { padding: 1rem 1.25rem; }
}
@media (min-width: 1200px) {
	#slider .slider-typo h2 { font-size: 3.25rem; text-shadow: 3px 3px 0px #000; }
}
@media (min-width: 1600px) {
	#slider .slider-typo h2 { font-size: 4rem; text-shadow: 3px 3px 0px #000; }
}

/*** Preis-Panels *******************************************************************************/
.pricing [class^="col"] {
	margin-top: 20px;
	padding: 0
}

.pricing-title {
	background-color: #004924;
	border-bottom: 10px solid #ee7100;
	padding: 30px 0
}

.pricing-title h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}

.pricing-title span {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 3px;
}

.pricing-features {
	margin-top: -30px;
	padding: 0 5px;
}

.pricing-features ul {
	margin: 0;
	padding: 35px 0
}

.pricing-features li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0
}

.price-stars {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyMSAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij48cGF0aCBkPSJNOS4zMjgsMC42OTVsLTIuNTUsNS4xNzJsLTUuNzA3LDAuODMyYy0xLjAyMywwLjE0OCAtMS40MzMsMS40MSAtMC42OTEsMi4xMzJsNC4xMjgsNC4wMjNsLTAuOTc2LDUuNjgzYy0wLjE3NiwxLjAyNyAwLjkwNiwxLjc5NyAxLjgxMiwxLjMxN2w1LjEwNSwtMi42ODRsNS4xMDUsMi42ODRjMC45MDYsMC40NzYgMS45ODgsLTAuMjkgMS44MTMsLTEuMzE3bC0wLjk3NywtNS42ODNsNC4xMjksLTQuMDIzYzAuNzQyLC0wLjcyMiAwLjMzMiwtMS45ODQgLTAuNjkyLC0yLjEzMmwtNS43MDYsLTAuODMybC0yLjU1MSwtNS4xNzJjLTAuNDU3LC0wLjkyMiAtMS43ODEsLTAuOTMzIC0yLjI0MiwwWiIgc3R5bGU9ImZpbGw6I2VlNzEwMDtmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=");
  background-repeat: repeat-x;
  width: 105px;
  height: 20px;
  display: block;
	margin-left: auto;
	margin-right: auto;
}
.price-stars + p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px;
	font-weight: bold;
}

.pricing-action {
	padding: 0 30px 35px
}

.pricing-box {
	background-color: #FFF;
	border: 2px solid #004924;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	padding: 0;
	margin-bottom: 50px;
}

.pricing-box.best-price {
	margin: 0 0 50px;
	z-index: 10;
	border: 2px solid #004924;
}

.pricing-box i {
	color: #ee7100;
	margin: 0 3px;
}

.pricing-box.last {
	border: 0
}

.pricing-price {
	color: #333;
	font-size: 64px;
	font-weight: bold;
	line-height: 1;
	padding: 35px 0;
	position: relative;
	letter-spacing: -3px;
}

.pricing-price .price-prefix {
	font-size: 24px;
	letter-spacing: 0;
	color: #999
}

.pricing-price span {
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	margin: 7px 3px 0 0;
	vertical-align: top
}

.pricing-price span.price-tenure {
	display: block;
	color: #999;
	font-size: 16px;
	min-height: 16px;
	font-weight: 400;
	margin: 0 0 0 8px;
	vertical-align: baseline;
	letter-spacing: 0
}

.pricing-price hr {
	background: none;
	height: auto;
	margin: 20px auto;
	border-top: 2px solid #ee7100;
	bottom: 0;
	content: "";
	width: 80px
}

.pricing-box.best-price .pricing-title {
	background-color: #ee7100;
	padding: 30px 0;
	border-bottom: 10px solid #004924
}

.pricing-box.best-price .pricing-title h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 600
}

.pricing-features li i {
	color: #ffc600;
	font-size: 14px
}


/*** Featherlight Caption ***/
.featherlight-content .caption { position: absolute; bottom: 0; background: #fff; padding: 5px 10px 0 0; font-size: 0.875rem; font-weight: 600; }
@media (min-width: 576px) { .featherlight-content .caption { position: absolute; font-size: 1.125rem; } }



.owl-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%)}
.owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; border-radius: 50%; outline: 0; background-color: #ddd !important;   -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.8);
}
.owl-dot.active { background-color: rgb(238,113,0) !important;}
@media (min-width: 576px) { .owl-dot { width: 20px; height: 20px; } }

.reviews-carousel .owl-stage { display: flex; align-items: center;}
.reviews-carousel .owl-stage .owl-item { padding-bottom: 20px; }
.review-item { position: relative; border-radius: 20px; font-style:italic; font-size: 1rem; }
.review-item p.h4 { font-style: normal; margin-bottom: 0.5rem; }
.review-item .star-rating + p { margin-bottom: 0.25rem; }
.review-item:after {
content: '';
position: absolute;
border-style: solid;
border-width: 27px 17px 0;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 1;
bottom: -25px;
left: 45px;}

.star-rating {
	background: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkViZW5lIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiB2aWV3Qm94PSIwIDAgMTEwIDExMCI+PHBhdGggZmlsbD0iI2ZmOTYwMCIgZD0iTTEwNC4yIDQ0bC0zNC42LTVMNTQuMiA4IDM4LjcgMzkgNC4yIDQ0bDI1IDI0LjUtNiAzNC40IDMxLTE2LjUgMzEgMTYuMy02LTM0LjUgMjUtMjQuNCIvPjwvc3ZnPg==);
  height: 20px;
  background-size: contain;	
}