/* CSS Mini Reset */
/******************/
html{color:#000;background:#f9f9f6}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

@font-face {
   	font-family: "NeueSansPro-Bold";
   	src: url(fonts/NeueSansPro-Bold.woff) format("woff");
}
@font-face {
   	font-family: "NeueSansPro-SemiBold";
   	src: url(fonts/NeueSansPro-SemiBold.woff) format("woff");
}
@font-face {
   	font-family: "NeueSansPro-Normal";
   		src: url(fonts/NeueSansPro-Normal.woff) format("woff");
}
@font-face {
   	font-family: "NeueSansPro-Light";
   		src: url(fonts/NeueSansPro-Light.woff) format("woff");
}

@media print {
    #do_print, #header, #subnav, #dl_wrapper, .bx-wrapper,#footer .btn_more, #cookie_wrapper{
        display:none !important;
    }
    a[href]:after{
      content: none !important;
    }
    .content{
        margin-left:0px !important;
        width:100% !important;
        padding:0px !important;
    }
    #footer{
        width:100% !important;
        padding:0px !important;
    }
}
/* STYLES */
/**********/
body {
	-webkit-font-smoothing: antialiased;
	background:#f9f9f6;
	font-family: "NeueSansPro-Normal";
}
.e404 {
	width:100%;
	display:block;
	position:absolute;
	z-index:100;
	text-align:center;
	margin-top:50vh;
	font-size:25px;
}
.nopad {padding-left:0px !important; padding-right:0px !important; }
a {
	color:#42aa32;
}
a:hover {
	color:#42aa32;
	text-decoration:underline;
}


.txtwrapper a {
	color:#818167;
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #818167;
}
.txtwrapper a:hover {
	text-decoration:none;
	color:#42aa32;
	border-bottom:1px solid #42aa32;
}

strong {
	font-weight:normal;
   	font-family: "NeueSansPro-Bold";
}

em {
    font-style: italic;
}

.clear { clear:both; }
.nopadding { padding:0px !important;}
.nopadl{
	padding-left:0px;
}
.right{ text-align:right;}
.container {
	position:relative;
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:0px;
	padding-top:130px;
}
.row{
	float:left;
	width:100%;
}
h4 {
	font-family: "NeueSansPro-Bold";
	color:#009035;
	padding:0px;
	margin:0px;
}
#header {
  	position:fixed;
	width:1400px;
	left:50%;
	margin-left:-700px;
	height:130px;
	background: #fff000;
  	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYTJjOTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYTJjOTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDA4MDM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
 	background: -moz-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
  	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #fff000), color-stop(20%, #a2c91b), color-stop(20%, #a2c91b), color-stop(85%, #008039));
  	background: -webkit-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
  	background: -o-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
  	background: -ms-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
  	background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	z-index:11;
}
#header.regselpage {
	background:#fff !important;
	height:99px;
	position:relative;
}
#header.regselpage h1 {
	font-family: "NeueSansPro-Bold";
	color:#005e5c;
	font-size:24px;
	padding-top:29px;
	padding-left:15px;
}

#logo {
	margin-top: 44px;
}

.container.regselpage {
	padding-top: 0px;
}
.regsel_conwrapper {
	margin-top:45px;
	border-top:1px solid #747361;
	float:left;
	padding-top:25px;
	width:100%;
}
.regsel_conwrapper h1 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
	line-height:20px;
}
a.regli:link, a.regli:visited {
	display:block;
	width:100%;
	background:#006561;
	color:#fff;
	border-radius:3px;
	text-align:center;
	line-height:27px;
	height:27px;
	-webkit-box-shadow: 0px 7px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 5px -3px rgba(0,0,0,0.75);
	font-family: "NeueSansPro-Bold";
}
a.regli:hover {
	color:#fff;
	text-decoration:none;
	opacity:0.8;
}
#content_wrapper {
	min-height:60vh;
	float:left;
	position:relative;
	width:100%;
}
#do_print{
    margin-top:100px;
    width:35px;
    margin-left:20px;
    cursor: pointer;
}
#map {
	width:100%;
	height:849px;
}
#map .gm-style-iw {
  width: 225px!important;
  height: auto!important;
  left: 0!important;
  font-size: 13px!important;
  font-weight: normal!important;
  top: 0!important;
  overflow: hidden!important;
  border-radius: 0px !important;
}
.infowindow {
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	font-size:15px;
}
.infowindow a[href^="mailto"] { display:none; }
#gesorg {
	display: none;
}
#gesorg a {
	color:#005e5c;
	font-size:18px;
}
#gesorg a:hover {
	opacity:0.7;
	text-decoration:none;
}
.logo {
	position:absolute;
	right:-14px;
	top:-8px;
	z-index:100;
}
.smalllogo {
    height: 80px !important;
}
#medium.logo, #small.logo{
	display:none;
}
.bg_dark {
	display: none;
	content: ' ';
	position: fixed;
	z-index: 6;
	background: rgba(0, 0, 0, 0.4);
	right: 0;
	bottom: 0;
	left: 0;
	width:1400px;
	height:100%;
	left:50%;
	margin-left:-700px;
}
#header .bg_dark{
	top:52px;
}

#btn_nav, .mobnav{ display:none; }

#regsel {
	position:relative;
	float:left;
	width:100%;
	width:375px;
	padding-left:32px;
}
#utilitynav {
	position:relative;
	float:left;
}
#rsel_dropdown {
	position:absolute;
	top:52px;
	left:0px;
	background:#fff;
	display:none;
	z-index:20;
	width: 100%;
	width:375px;
}
#rsel_dropdown li {
	height:41px;
	border-bottom:1px solid #ebece2;
	line-height:41px;
	padding-left: 26px;

}
#rsel_dropdown li a {
	color:#006562;
}
#rsel_dropdown li a:hover {
	opacity:0.7;
	text-decoration:none;
}

#act_reg {
	padding-top:14px;
	line-height:20px;
	color:#006562;
	font-family: "NeueSansPro-Bold";
	font-size:18px;
	cursor:pointer;
}
#act_reg .lnr {
	font-size:22px;
}
#act_reg .tri {
	display: inline-block;
	margin-left: 10px;
	margin-bottom:3px;
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
#act_reg .tri.act {
	border-top: none;
	border-bottom: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.reg_marker{
	margin-right:5px;
}
.act_down{
	display:block;
	float:right;
}
#utilitynav .lnr-home {
	display: inline-block;
	float: left;
	line-height: 28px;
	padding-top: 10px;
	border-left: 1px solid #d2d2bc;
	border-right: 1px solid #d2d2bc;
	width: 51px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-bottom: 14px;
	cursor:pointer;
}
#utilitynav .nav li, #regnav .nav li {
	float:left;
}
#utilitynav .nav {
	float:left;
	border-right:1px solid #d2d2bc;
	padding-top:20px;
	padding-bottom: 16px;
}

#utilitynav .nav li a {
	color:#fff;
	line-height:16px;
	font-family: "NeueSansPro-SemiBold";
	padding:0px 10px;
	font-size: 16px;
}
#utilitynav .nav li a:hover, #utilitynav .nav li a.act {
	background:none;
	opacity:0.7;
}
#logoutnav {
    float: left;
}
#logoutnav .lnr-exit {
	display: inline-block;
	float: left;
	line-height: 28px;
	padding-top: 10px;
	/*border-left: 1px solid #d2d2bc;*/
	border-right: 1px solid #d2d2bc;
	width: 51px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-bottom: 14px;
	cursor:pointer;

}
#regnav {
	width: calc(100% - 150px);
	min-height:78px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e2e2d4;
}
#regnav.act {
	background:#eeede4;
}
#regnav .nav {
	position:relative;
	padding-left:43px;
	float:left;
}
#regnav .nav > li a {
	line-height:78px;
	padding-left: 10px;
	margin-right:30px;
	font-family: "NeueSansPro-SemiBold";
	font-size: 18px;
	color:#000;
}

#regnav .nav li li.block{
	width:300px;
	float: left;
	clear: none !important;
}
#regnav .nav li li.block > a {
	font-family: "NeueSansPro-SemiBold";
}
#regnav .nav > li a.white, #regnav .nav > li a.white:hover {
	background:#fff;
	opacity:1;
}
#regnav .nav > li a:hover  {
	background:none;
	color: #009035;
}
#regnav .nav  li a.act {
	color: #009035 !important;
}

#regnav .nav > li > ul {
	position:absolute;
	left:0px;
	top:77px;
	background:#fff;
	width:400px;
	padding:20px 40px 40px 0px;
	display:none;
	z-index: 2;
    margin-top: 10px;

}
#regnav .nav > li > ul li a {
	font-size:16px;
}
#regnav .nav > li > ul > li {
	display:block;
	clear:left;
}
#regnav .nav > li > ul > li a {
	font-family: "NeueSansPro-Normal";
	line-height:40px;
}
#regnav .nav > li > ul > li a:hover {
	text-decoration:none;
}
#regnav .nav > li > ul > li a.ov {
	font-family: "NeueSansPro-SemiBold";
}
#regnav .nav .close {
	position:absolute;
	right:15px;
	top:15px;
	color:#000;
	opacity:1;
}
#regnav .nav > li > ul > li.block > a, .mobnav > li > ul > li.block > a {
	pointer-events: none;
	cursor: default;
    color:#000 !important;
}
#regnav .nav > li > ul > li.block li {
	clear:left;
}
#size_change{
	color:#FFF;
	border-right:1px solid #d2d2bc;
	padding-top:13px;
	font-size:20px;
	float:left;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
#a_big{
	font-size:24px;
}

.donate_heart{
	display: block;
	float: left;
	margin-top:11px;
	font-size: 20px;
	margin-right: 4px;
	margin-left:20px;
}
#donate {
	float:right;
	position:absolute;
	right:258px;
	top:69px;
	background:#a2c91b;
	border-radius:20px;
	cursor:pointer;
	color:#fff;
	width:136px;
}
.donate_link{
	font-family: "NeueSansPro-SemiBold";
	color:#fff;
	font-size:16px;
	text-decoration:none;
	width: 100%;
	display: block;
	text-align:center;
	padding:10px 25px 9px 25px;
}
.donate_link:hover{
	text-decoration:none;
	color:#fff;
}
#donate:hover {
	webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	background:#b5d449;
}
#donate .lnr {
	padding-right:6px;
}
.donate_wrapper{
/*	text-align:center;	*/
}
#donate_inputs{
	float:left;
	width:500px;
}
#donate_inputs input[type=checkbox] {
	float:left;
	margin-top: 11px;
}
#donate_inputs label {
	float:left;
	font-size: 17px;
	margin-left: 10px;
	color: inherit;

}
.donate_send{
    display:inline-block;
    text-align:center;
    padding:6px 20px;
    font-size:16px;
	color:#FFF;
	background-color:#a2c91b;
	border-color:#b5d449;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	line-height:30px;
	margin-bottom:20px;
	text-decoration:none;
	margin-top:40px;
}
.donate_btn:link, .donate_btn:visited{
    background: #fff;
	color: #818167;
	border: 1px solid #818167;
	padding: 10px 50px 10px 50px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 25px;
	cursor: pointer;
	margin-right: 10px;
	font-family: "NeueSansPro-SemiBold";
	max-width: 280px;
	width: 100%;
	text-align: center;
}
.donate_btn:hover, .donate_btn.act{
	background: #365b76;
	color: #fff;
	text-decoration: none;
	border: 1px solid #365b76;
}

.donate_send:hover {
	webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	background:#b5d449;
	color: #fff;
	text-decoration: none;
}
.donate_input{
	margin-top: 20px;
	display:inline-block;
    text-align:center;
    padding:6px 12px;
    font-size:16px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	line-height:30px;
	margin-bottom:20px;
	font-family:'NeueSansPro-Light', Verdana, Arial;
	background-color:#f9f9f6;
	border:1px solid #d2d2bc;
	color:#818167;
	background-image:none !important;
	width: 100%;
	max-width: 280px;
}
.donate_input:focus, .donate_input.act{
    color:#FFF !important;
    background-color:#365b76;
    border-color:#365b76;
}
#donate_form{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#donate_form .formfeld{
	border-bottom: 1px solid #818167 !important;
	border: none;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	max-width: 600px;
	color: #3fab67;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#818167;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#818167;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#818167;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#818167;
}
#donate_form .formfeld.select{
	border:1px solid #818167;
}
.col-form-3{
	width:calc(25%);
}
.col-form-6{
	width:calc(50% );
}
.col-form-9{
	width:calc(75%);
}
.col-form-12{
	width:calc(100%);
}
.teaser {
	cursor: pointer;
	background: -webkit-linear-gradient(135deg, #ffffff 60%, #eeeee5);
	background: -moz-linear-gradient(135deg, #ffffff 60%, #eeeee5);
	background: -ms-linear-gradient(135deg, #ffffff 60%, #eeeee5);
	background: -o-linear-gradient(135deg, #ffffff 60%, #eeeee5);
	background: linear-gradient(135deg, #ffffff 60%, #eeeee5);
	border-bottom: 1px solid #e8e8dd;
	border-right: 1px solid #e8e8dd;
}
.teaser img {
	width:468px;
	height:auto;
}
.teasercon {
	display:block;
	width:100%;
	padding:13px;
	text-align:center;
	min-height:332px;
	background:#f3f3ee;
	 -moz-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
	line-height:31px;

}
.teaser:hover .teasercon {
    background:transparent;
}
.teaser a {
	text-decoration:none;
}
.teaser h3 {
	color: #42aa32;
	text-align:center;
	font-size:26px;
	margin-top: 26px;
}
.teaser p {
	font-family: "NeueSansPro-Light";
	text-align:center;
	padding:20px 60px;
	color:#2f2f2d;
	font-size:19px;
}
.teaser .bottom {
	position:absolute;
	bottom:45px;
	text-align:center;
	width:100%;
}
.btn_more {
	position:relative;
	display:inline-block;
	border-radius:20px;
	padding:5px 25px 6px 25px;
	font-family: "NeueSansPro-SemiBold";
	color:#818167;
	font-size:16px;
	cursor:pointer;
	border:1px solid #818167;
	margin-top:23px;
}

.teaser:hover .btn_more{
	background:#338481;
	border:1px solid #338481;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	color:#fff;
}
.teaserfull {
	  background:#123b42;
	  padding:25px 50px !important;
	  color:#fff;
	  font-family: "NeueSansPro-Light";
	  font-size:19px;
	  line-height:31px;
	  margin-top: 78px;
}
.teaserfull h3 {
	font-family: "NeueSansPro-Normal";
	font-size:26px;
	margin-bottom:26px;
}
.teaserfull a {
	color:#fff;
	height:100%;
	width: 100%;
	display:block;
	position: relative;
	float: left;
}
.teaserfull .teasercon {
	background:none;
}
.teaserfull .btnwrapper {
	text-align:right;
	margin-top:40px;
}
.teaserfull .btn_more {
	margin:0px;
	margin-right:2px;
	border:1px solid #fff;
	color:#fff;
    background:#123b42;
}
.teaserfull:hover .btn_more {
	background:#338481;
	border:1px solid #338481;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.regsel_wrapper, .teaser_course_wrapper {
	/*padding:55px 0px;*/
	padding: 43px 116px 43px 143px !important;
	/*max-width:920px;*/
	margin-left:auto;
	margin-right:auto;
}
#facyregsel {
	width:1000px;
	height:849px;
}
#note {
	position: absolute;
	bottom: 15px;
	font-size: 16px;
	padding-right: 8px;
}
#note span {
	font-size: 20px;
	font-weight: bold;
}
.regsel_footer, .teaser_course {
	background: #fff000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYTJjOTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYTJjOTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDA4MDM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #fff000), color-stop(20%, #a2c91b), color-stop(20%, #a2c91b), color-stop(85%, #008039));
	background: -webkit-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	background: -o-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	background: -ms-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
	color:#fff;
	min-height: 188px;
	height:auto;
}
.regsel_footer h2, .teaser_course h2 {
	font-size:34px;
	font-family: "NeueSansPro-Normal";
	margin-bottom:30px;
}
#tosg{
	color: #005e5c;
	font-size: 18px;
	font-family: "NeueSansPro-Bold";
	text-decoration: none;
	float: left;
	padding-bottom: 15px;
	width:100%;
}
#tosg img {
	width:20px !important;
	height: auto;
}
#btn_regsel, .btn_course, .btn_regsel {
	position:relative;
	display:inline-block;
	border-radius:20px;
	padding:10px 25px 8px 25px;
	color:#818167;
	font-size:16px;
	cursor:pointer;
	border:1px solid #fff;
	margin-top:23px;
	width:284px;
	background:#42aa32;
	color:#fff;
	text-align:center;
}
.btn_course {
	margin-bottom:50px;
	font-size:19px;
	width:340px;
	font-family: "NeueSansPro-Bold";
}

#btn_regsel:hover {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#footer {
	background:#f9f9f6;
	/*margin-top:60px;*/
	position:relative;
	float:left;
	width:100%;
	color:#818167;
	padding:55px 35px;
	font-family: "NeueSansPro-Light";
	font-size:16px;
    transition: all 5s;
}
#footer.home_footer{
	padding:55px 0px;
}
#footer img {
	width:50px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#footer .btn_more{
    margin-top:15px;
}
#footer .btn_more:hover, .media_btn:hover{
    text-decoration: none;
    background:#818167;
    color:#FFF;
}
.foot_tit {
	font-family: "NeueSansPro-Bold";
	margin-bottom:25px;
	display:block;
	width:100%;
}
#fburl {
	clear: left;
	width: 100%;
	font-family: "NeueSansPro-Bold";
	padding-top:10px;

}
#fburl span {
	display: block;
	float: left;
	margin-top: 14px;
	padding-right: 5px;
}
#fburl a {
	font-size: 40px;
	color: #42aa32;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: -17px;
}
.copy {
	padding-top:55px;
}
.office:first-of-type {
	padding-left:0px;
}

/* content pages */
#subnav {
	padding-top:44px;
	padding-left:34px;
	margin-bottom: 40px;
}
#subnav a.ov:link, #subnav a.ov:visited{
	font-family: "NeueSansPro-Bold";
	color:#000;
	font-size:16px;
}
#subnav .nav {
	margin-top:5px;
}
#subnav a.ov:hover, #subnav a.act {
	text-decoration:none;
	color:#009035 !important;
}
#subnav .nav > li {
	min-height:33px;
}
#subnav .nav > li a {
	padding:0px;
	color:#000;
	font-size:16px;
	line-height: 25px;
}
#subnav .nav > li a:hover {
	background:none;
	color:#009035;
}

#subnav .nav > li > ul > li > a {
	/*margin-left:20px;*/


}
#subnav .nav > li > ul > li > a:before {
	/*content: '» ';*/
}

#subnav .nav > li.block > a {
	font-family: "NeueSansPro-Bold";
	color:#000;
	font-size:16px;
}
#subnav .nav > li.block {
	margin-bottom:20px;
}
#subnav > .nav > li > a.act {
	color: #000 !important;
}
#subnav .nav > li.block > ul > li a.act, #subnav .nav > li:not(.block) a.act   {
	background:	rgba(0,144,53,0.15);
	color: #000 !important;
	padding-right: 11px;
	padding-left: 11px;
	margin-left: -11px;
	text-decoration: none;
	display: inline;
}
#subnav .nav > li.block > ul > li a:hover, #subnav .nav > li:not(.block) a:hover {
	background:	rgba(0,144,53,0.15);
	color: #000 !important;
	padding-right: 11px;
	padding-left: 11px;
	margin-left: -11px;
	text-decoration: none;
	-webkit-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
	display: inline;
}
.content {
	padding-top:44px;
	padding-bottom:0px;
}
.txtwrapper_all .content {
	width:100% !important;
	margin-left:0px !important;
}
.content h1 {
	font-size:44px;
	color:#42aa32;
	padding-bottom:39px;
   	font-family: "NeueSansPro-Light";
	 padding-top: 50px;
}
.new_txt h1, .new_txt .content{
    padding-top:0px;
}
.content h2{
	font-size:25px;
	color:#42AA32;
	padding: 54px 0px 27px 0px;
}
.content h1:not(:first-child) {
	padding-top:39px;
}
.content {
/*	font-size:16px;
	line-height:22px; */
   	font-family: "NeueSansPro-Light";
	font-size:19px;
	line-height:30px;
}
#story_wrapper .content img{
	max-width:100% !important;
	height:auto !important;
}
.content ul {
	padding:9px;
	margin-left: 29px;
}
.content ul li {
	min-height:25px;
	list-style: inherit;
    padding-left: -9px;
	text-indent: -3px;
}
.content ul li:before {
    content: "· ";
	font-size: 58px;
	min-height:25px;
	display: block;
	float: left;
	margin-left: -9px;
	text-indent: -29px;
}
#wrapper_right {
	padding-top:138px;
}
#dl_wrapper, #links_wrapper {
	position:relative;
	margin-bottom: 40px;
}
#dl_right, #links_right {
	position:absolute;
	right:-20px;
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow:    0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	box-shadow:         0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	background:#fff;
	padding: 14px 20px;
	line-height:30px;
	z-index:5;
	width: 340px;
}
#dl_right strong, #links_right strong {
	font-size:14px;
}
#dl_right a, #links_right a {
	color:#42aa32;;
	font-size:16px;
}
.linkdescr {
	display:block;
	line-height:18px;
	padding-bottom:10px;
	margin-top:-3px;
}
#team_wrapper {
	position:relative;
}
#team_right {
	position:absolute;
	right:-20px;
	color:#9fcb00;
	line-height:30px;
	z-index:5;
	clear:left;
}
#team_right img {
	display:block;
	float:left;
	-webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow:    0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	box-shadow:         0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	margin-bottom:25px;
	clear: left;
	width: 132px;
	height:auto;
}
#team_right .teamitemcon {
	float:left;
	width:208px;
	background:#9fcb00;
	margin-top:5px;
	color:#fff;
		-webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow:    0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	box-shadow:         0px -1px 4px 0px rgba(0, 0, 0, 0.43);
	min-height:153px;
	height:auto;
	padding:15px;
	font-size:16px;
	line-height:20px;
}
#team_right .teamitemcon a {
	color:#fff;
}
.col-md-6.col-md-offset-3.content > .txtwrapper:not(:first-child) {
	margin-top:80px;
}
.txtwrapper {
	margin-bottom:30px;
}
.img_box{
	float:left;
	position: relative;
	width:1400px;
	margin:25px 0px;
	margin-left:-131px;
}
#body465 .img_box, #body466 .img_box, #body467 .img_box{
    margin-left:-16px;
}
.new_txt .img_box{
    width:100%;
}
.img_box img{
	float:left;
	position: relative;
	width:100%;
}
.img_txt{
	font-size:16px;
	line-height:24px;
	position: absolute;
	left:0px;
	bottom:0px;
	background:#eeede4;
	text-align: center;
	padding:50px 15px 20px;
	-webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
	width:100%;
}
.img_inner{
	width:100%;
	max-width:790px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* ACCORDION */
#accordion_wrapper h2{
	font-size:24px;
	padding-bottom:30px;
}
#accordion_wrapper h2:nth-child(1n + 2){
	margin-top: 60px;
	clear: left;
	float: left;
}
#accordion_wrapper .date{
	padding-left:0px;
   	font-family: "NeueSansPro-Bold";
}
#accordion_wrapper .newstitle{

}
#accordion_wrapper .trigger, .accordion_box .trigger{
	font-size:19px;
	color:#818167;
	cursor:pointer;
	margin-top:7px;
	background:url(../img/trigger_arrow.jpg) top 10px right no-repeat;
	width:100%;
	float:left;
}
#accordion_wrapper .trigger.trigger_active{
	color:#00842c;
	background:url(../img/trigger_arrow_act.jpg) top 10px right no-repeat;
}
.accordion_box{
	padding-bottom:7px;
	border-bottom:1px solid #818167;
	float: left;
	position: relative;
	width:100%;
}
.aktuell .trigger {
	font-family: "NeueSansPro-Bold";
}
.aktuell .toggle_container {
    position: relative;
    float: left;
	margin-top:20px;
}
.aktuell .toggle_container img{
    max-width:100%;
}
.newstitle {
	padding-left:0px !important;
}
.news_file{
	color:#00842c;
	display:inline-block;
	margin-top:10px;
}
.acc_link{
	margin-top:10px;
	display:inline-block;
   	font-family: "NeueSansPro-Bold";
	color:#00842c;
	text-decoration:none !important;
}
.acc_link:before{
	content:">";
	padding-right:5px;
}

/********* C O U R S E E N G I N E************/
#coursewrapper {
	/*width:800px;*/
	height:530px;
}
#coursewrapper .title {
	color:#fff;
	font-size:24px;
	padding-bottom:3px;
}
#coursewrapper .smalltitle {
	color:#fff;
	font-size:17px;
}
#coursewrapper a:link, #coursewrapper a:visited {
	color:#009035;
	text-decoration:none;
}
#coursewrapper a:hover {
	color:#000;
}
#coursewrapper #wait {
	width:100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:100px;
}

#clayer_left {
	position:relative;
	width:320px;
	height:530px;
	-webkit-box-shadow: 2px 0px 6px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 0px 6px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 0px 6px rgba(50, 50, 50, 0.5);
	float:left;
	background-color:#42aa32;
	color:#fff;
	padding:14px;
	font-size:14px;
}
#clayer_right {
	position:relative;
	float:left;
	width:calc(100% - 335px);
	height:530px;
	overflow:auto;
	margin-left:15px;
	padding:14px;
	font-size:17px;
}
#clayer_right .title, #clayer_right .smalltitle {
	color: #000;
}
#clayer_right p, #clayer_left p {
	padding:0px;
	margin:0px;
}
#ctable {
	margin-top:54px;
	width:100% !important;
}
#ctable th {
	color:#000;
	text-align:left;
	height:25px;
}
#ctable th:last-child, #ctable td:last-child {
	text-align: right;
	padding-right: 5px;
}
#ctable td {
    vertical-align: top;
}
#coursesearch {
	padding-top:11px;
}
#coursesearch label {
	font-weight: normal;
	font-size:17px;
	letter-spacing: 0.5px;

}
#coursesearch select {
	color: #000;
}
.firsttr {
	border-bottom:1px solid #79883c;
}
#ctable th:lastChild, ctable td:lastChild {
	text-align:right;
}
#bookform {
	margin-top:30px;
}
fieldset {
	padding:0px;
	margin:0px;
	border:0px;
}
.greentd {
	color:#009035;
	height:25px;
}
label {
	display:block;
	padding:0px;
	margin-top:8px;
}
.longfield {
	background-color:#FFFFFF;
	border:1px solid #000;
	width:465px;
	padding-left:5px;
}
.shortfield {
	width:225px;
	padding-left:5px;
	background-color:#FFFFFF;
	border:1px solid #000;

}
.error span {
	color:#FF0000;
	margin-top:10px;
}
input.error, select.error {
	border: 1px solid red;
}
.regteam_item {
	margin-bottom:30px;
}
.regteam_img {
	padding-left:10px;
}
.regteam_img img {
	width:100%;
	max-width:172px;
}
.regteam_con {
	/*padding-left:15px;	*/
}
.regteam_wrapper h3{
	color: #42aa32;
	font-size:26px;
	padding-left:24px;
	margin-bottom:20px;
}



/* FORM */
/*//////////////////////////////////////////////////////////Formular*/
/*div#formular_content {
	width:646px;
	padding-top:19px;
	padding-left:69px;
	padding-right:69px;
	padding-bottom:20px;
}
.label {
	width:442px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.formfeld {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
}
.formfeld_big {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
	border:1px solid #000;
}
.label {
	padding-left:6px;
}
.button {
	position:relative;
	margin-bottom:7px;
	border:1px solid #066a8d;
	background-color:#CCC;
	cursor:pointer;
}*/
#kontakt{
	padding-bottom:25px;
}
#input_wrongdiv {
	display:none;
	color:#F00;
	padding-bottom:25px;
}
#after_send {
	display:none;
	padding-bottom:25px;
	font-weight: bold;
	color: #42aa32;
}
#slider_wrapper, #slider_wrapper .bx-wrapper{
	width:391px;
	z-index:5;
}
.bx-wrapper{
	margin-bottom:78px !important;
}
#slider_wrapper{
	position:absolute;
	right:70px;
	top:70px;
}
#slider_wrapper{
	background:url(../img/sprechblase.png) center center no-repeat;
	background-size:100% auto;
}
#slider_wrapper .bx-wrapper .bx-viewport{
	background:none;
}
.slider_kant{
	right:inherit;
	top:250px !important;
	left:70px;
}
#alt_genug img {
	margin-top:78px;
}

.hundertjahre li{
   	font-family: "NeueSansPro-Light";
	color:#006f6e;
	font-size:18px;
	font-style:italic;
	line-height:37px;
	margin-bottom:20px;
	display:inline-block;
	width:90%;
	text-indent:-27px !important;
}
.hundertjahre li:before{
	content:"..." !important;
	margin-right:15px;
}
.hundertjahre li strong{
   	font-family: "NeueSansPro-Light";
	font-size:32px;
	font-style:italic;
}
#weitere_gedanken{
	margin-top:-50px;
	margin-left:50px;
	max-width:100%;
}

/* FONT BIG (+4px) */
.font_big, .font_big #coursewrapper .smalltitle, .font_big #clayer_left, .font_big #clayer_right, .font_big #dl_right strong, .font_big #links_right strong{
	font-size:18px;
}
.font_big #utilitynav .nav li a, .font_big #regnav .nav > li a, .font_big .donate_btn:link, .font_big .donate_btn:visited, .font_big .donate_input, .font_big .btn_more, .font_big #btn_regsel, .font_big .btn_course, .font_big #footer, .font_big #subnav a.ov:link, .font_big #subnav a.ov:visited, .font_big #dl_right a, .font_big #links_right a, .font_big #team_right .teamitemcon{
	font-size:20px;
}
.font_big .content, .font_big #accordion_wrapper .trigger{
	font-size:21px;
}
.font_big #gesorg a{
	font-size:22px;
}
.font_big .teaser p, .font_big .teaserfull{
	font-size:23px;
}
.font_big #utilitynav .lnr-home{
	font-size:24px;
}
.font_big #act_reg .lnr{
	font-size:26px;
}
.font_big #accordion_wrapper h2, .font_big #coursewrapper .title{
	font-size:28px;
}
.font_big .teaser h3, .font_big .teaserfull h3{
	font-size:30px;
}
.font_big .regsel_footer h2, .font_big .teaser_course h2{
	font-size:38px;
}
.font_big .font_big #header.regselpage h1{
	font-size:42px;
}
.font_big .content h1{
	font-size:53px;
}
/* COOKIES */
#cookie_wrapper{
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#0e7930;
	min-height:39px;
	text-align:center;
	padding:9px 20px;
	font-size:14px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}

#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:9px;
	cursor:pointer;
}

/* OVERLAY STARTSEITE */
.singlestandort {
	float: left;
	width:	33.3333%;
}
.standortdescription{
	background: #dcdcdc;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}
.pictures{
	background-color: #000;
}
.pictures img{
	opacity: 0.8;
}
.singlestandort img, .singlestandort .standortdescription, .singlestandort:hover img, .singlestandort:hover .standortdescription{
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}
.singlestandort:hover img{
	opacity: 1;
}
.singlestandort:hover .standortdescription{
	background: #fff;
}
.standortdescription:hover{
	background: #fff;
}
.standortdescription p{
	margin-bottom: 15px;
}
#standorte h2 a{
	color: #005e5c;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.singlestandort .pictures img{
	width:100%;
	height:auto;
}
#dropdownicon{
	position: absolute;
	left: 585px;
	top: 30px;
	cursor: pointer;
}
.einblenden {
	background: #5a9b00 !important;
	position: absolute;
	width: 100%;
	top: 769px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.einblenden h2, .einblenden p {
	color: #fff !important;
}

.einblenden h2 {
	font-weight: bold;
}

#search:not(.zip){
	position: absolute;
	width: 440px;
	right: 30px;
	top: 35px;
	border: none;
	background:#e7f0f2 url(../img/search.png) no-repeat right 10px center;
	text-align:right;
	padding-right:39px !important;
}
#search {
    width: 100%;
}
ul.typeahead {
	width:440px;
	background: #e7f0f2;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
ul.typeahead li {
    float: left;
    position: relative;
    width:100%;
	border-bottom:1px dotted #d0dfe0;
	color:#006562;
	text-align:right;
	padding-right:39px;
	background:url(../img/icon_pin.png) no-repeat right 10px center;
}

ul.typeahead li .dropdown-item{
	color:#006562;
	padding:0px;
	font-size:20px;
	font-family: "NeueSansPro-Light";

}
ul.typeahead li.active {
	background:url(../img/icon_go.png) no-repeat right 10px center;
}
ul.typeahead li.active .dropdown-item {
	background:none !important;
	color:#006562;
}

#header input[type=text] {
	padding: 5px 10px;
	font-size: 20px;
	color: #006562;
}

#suggestions {
    list-style-type: none;
    padding: 0;
    margin: 0;
	z-index: 100;
}

#suggestions li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#suggestions li a:hover:not(.header) {
    background-color: #eee;
}
.show_cities {
	color:#005e5c;;
	cursor:pointer;
	display:inline-block;
	width:100%;
	background:url(../img/arrow_green.png) no-repeat right 16px center;

}
.show_cities.act {
	background:url(../img/arrow_green_down.png) no-repeat right 16px center;
}
.cities_list {
	position:absolute;
	left: 0px;
	width: 100%;
	background:#fff;
	display:none;
	padding:10px;
	z-index:100;
}
.cities_list li {
	text-indent:-15px;
	padding-left:15px;
}
.cities_list li::before {
    content: "- ";
    margin-right: 5px;
}
.cities_list a {
	color:#006562;
}

/* CONTACT */

.cnticons {
	width: 25px !important;
	height: 25px !important;
}

.cnticons img {
	vertical-align: top !important;
}

.cntinfo td {
	padding-bottom: 20px !important;
	vertical-align: top;
	padding-right: 20px;
}

#kontakt input, #extralogin input {
	border-bottom: 1px solid #818167 !important;
	border: none;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	max-width: 600px;
	color: #3fab67;
}

#kontakt textarea {
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
	border: 1px solid #818167;
	padding: 15px;
	max-width: 600px;
	color: #3fab67;
}

#kontakt h3 {
	font-family: "NeueSansPro-SemiBold";
	margin-top: 40px;
}

#kontakt #send, #extralogin #login_submit {
	width: 150px;
	border: none !important;
	background: #b5d13b;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	margin-top: 25px;
}

#kontakt #send:hover, #extralogin #login_submit:hover {
	webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
	background:#b5d449;
}

#kontakt .bluetick {
	background: #fff;
	color: #818167;
	border: 1px solid #818167;
	padding: 10px 50px 10px 50px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 25px;
	cursor: pointer;
	margin-right: 10px;
	font-family: "NeueSansPro-SemiBold";
}

#kontakt .bluetick:hover {
	background: #365b76;
	color: #fff;
	border: 1px solid #365b76;
}

#kontakt .singlebluetick {
	background: #fff;
	color: #818167;
	border: 1px solid #818167;
	padding: 10px 100px 10px 100px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 25px;
	cursor: pointer;
	margin-right: 10px;
	font-family: "NeueSansPro-SemiBold";
}

#kontakt .singlebluetick:hover {
	background: #365b76;
	color: #fff;
	border: 1px solid #365b76;
}

#kontakt .btactive:hover {
	border: 1px solid #365b76;
	background: #365b76 url(../img/haken.png) no-repeat right 15px center;
	color: #fff;
	border: none;
	background-size: 10px;
}

#kontakt .singlebtactive {
	background: #365b76 url(../img/haken.png) no-repeat right 15px center;
	color: #fff;
	border: none;
	padding: 11px 101px 11px 101px;
	background-size: 10px;
}

#kontakt .singlebtactive:hover {
	background: #365b76 url(../img/haken.png) no-repeat right 15px center;
	color: #fff;
	border: none;
	padding: 11px 101px 11px 101px;
	background-size: 10px;
}

#kontakt .btactive {
	background: #365b76 url(../img/haken.png) no-repeat right 15px center;
	background-repeat: no-repeat;
	color: #fff;
	border: none;
	padding: 11px 51px 11px 51px;
	background-size: 10px;
}

#kontakt #btmail {
	margin-right: 250px;
}

#kontakt #telephone, #kontakt #mail {
	margin-top: 25px;
}

#kontakt ::placeholder {
	color: #818167;
}

.contacttop .lnr {
	display: inline-block;
	float: left;
	width: 20px;
}

.contacttop p, .contacttop a {
	float: left;
	width: calc(100% - 35px);
	margin-left: 10px;
	margin-bottom: 20px;
}

.contacttop .lnr-envelope {
	color: #42aa32;
}

.ctop .accordion_box {
	border: none !important;
}

.trig56, .trig80 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #818167;
	cursor: pointer;
	margin-top: 7px;
	background: url(../img/trigger_arrow.jpg) center right no-repeat;
}

/* TEAMPOOL STORY */
.team_story{
	position: relative;
	float: left;
	width:100%;
	box-shadow:0px 0px 5px 0px rgba(129, 129, 103, 0.8);
	margin-bottom:25px;
}
.team_story img{
	width:100%;
	height:auto;
}
.team_text{
   	font-family: "NeueSansPro-Bold";
	background-color:#eeeee5;
	padding:1.2em 2em 1em 2em;
	width:100%;
}

/* TEMPLATE BOX GREY */
.box_grey{
	background:#f3f3ee;
	color:#2f2f2d;
	float: left;
	position: relative;
	width:100%;
	margin:25px 0px 50px 0px;
	padding:2em 2em 4em;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
	font-size:19px;
	line-height:30px;
	font-family: 'NeueSansPro-Light', Verdana, Arial;
}
.box_grey h2{
	line-height:44px;
   	font-family: "NeueSansPro-Normal";
	color:#818167;
	font-size:33px;
	padding-bottom:25.6px;
	padding-top:0px;
}
.info_grey{
	margin-bottom:25px;
}

/* TEMPLATE COLUMN */
.template_1{
	padding:0px !important;
	margin:27px 0px;
	float: none;
}
.template_1 .clear {
	height: 0px;
}
.template_1 .col-sm-3{
	padding-left:0px;
}
.template_1 img{
	box-shadow:0px 0px 5px 0px rgba(129, 129, 103, 0.8);
	width:100% !important;
	height:auto !important;
}

h1 + h2 {
	padding-top:0px !important;
}
/* QUOTE */
.quote{
   	font-family: "NeueSansPro-Normal";
	display:block;
	margin:25px 0px;
	float: left;
	position: relative;
	color:#818167;
	font-size:22px;
	line-height:33px;
	    width: 100%;
}
.quote:before, .quote:after{
	font-size:40px;
	position: absolute;
}
.quote:before{
	content:"«";
	left:-25px;
	top:-3px;
}
.quote:after{
	margin-left:5px;
	content:"»";
}

/* STYLES */
.lead_text{
	font-size:22px;
	line-height:34px;
}
.title_grey{
	font-size:16px;
	line-height:28px;
	color:#a3a388;
}
.image_legend{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 6px;
	display: inline-block;
}

/* BLUE BOX */
.blue_box{
	float: left;
	position: relative;
	width: 1400px;
	margin: 55px 0px;
	margin-left: 0px;
	margin-left: -131px;
	background:#004852;
	color:#FFF;
	padding:40px 40% 50px;
	text-align: center;
}
.blue_title{
	font-size:25px;
	line-height:34px;
	margin-bottom:50px;
   	font-family: "NeueSansPro-Normal";
}
.blue_link a{
   	font-family: "NeueSansPro-SemiBold";
  	background:#338481;
	color:#FFF !important;
	font-size:19px;
	border-radius:30px;
	padding:6px 20px;
	text-decoration: none !important;
}

/* STORY */
#story_wrapper .content a{
	color:#a3a388;
	text-decoration: underline;
}
#story_wrapper .content a:hover{
	color:#42aa32;
}

/* fancybox */
.corona_title {
    font-size: 27px !important;
    color: #008039;
    font-weight: bold;
}
#corona {
    font-size: 18px;
     display: none;
}
#corona p {
    font-size: 18px;
}

.fancybox-inner {
    width: 100% !important;
}

.fancybox-wrap, .fancybox-desktop, .fancybox-type-inline, .fancybox-opened {
    width: 50% !important;
}


/* EXTRA SITE */
.zip:focus{
    outline:none;
}
.zip::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#FFF;
    opacity: 1; /* Firefox */
}
.zip:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#FFF;
}
.zip::-ms-input-placeholder { /* Microsoft Edge */
    color:#FFF;
}
#claim{
    width:500px;
    padding-left:25px;
    padding-top:32px;
}
.banner.green{
    height:70px;
    background:#42aa32;
}
.text_table td{
    display: block;
    float: left;
}
.text_table tr{
    margin-bottom:25px;
    position: relative;
    float: left;
    width:100%;
    display: block;
}
.text_table td:first-child{
    width:66.6666%;
    padding-right:50px;
}
.text_table td:last-child{
    color:#000;
    width:33.3333%;
    font-size:90%;
}
.text_table ul{
    margin-left:14px;
}
.text_table ul li:before{
    margin-left:-15px;
    text-indent:-10px;
}

/* MEDIA */
#dl_outer{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:75px;
}
#coursedia {
    display:none;
    position: absolute;
    margin:auto;
    width:1407px;
    top:50px;
    bottom:460px;
    background: #fff;
    z-index:100;
    left:calc(50vw - 708px);
    /*min-height:100vh;*/
}
#coursehead {
    display: block;
    width:100%;
    height:600px;
    background: rgb(193,216,57);
    background: linear-gradient(90deg, rgba(193,216,57,1) 0%, rgba(16,142,59,1) 100%);
    color:#fff;
    padding: 72px 140px;
}
#coursehead h1 {
    font-size:50px;
    line-height: 67px;
}
#coursehead h2 {
    font-size:30px;
    line-height: 40px;
}

#coursehead .select-wrapper {
    position: relative;
    width: calc(50% - 2px);
    display: inline-block;
    padding-left:20px;
}
#coursehead .select-wrapper:nth-of-type(odd) {
    padding-left:0;
}

#coursehead .select-wrapper:before {
  content:" ";
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 42px;
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+DQogIDxwYXRoIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIiBkPSJNNiwwbDYsOUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIgOSkgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K");
  background-size:100% auto;
  background-repeat: no-repeat;
}

#coursehead select, #coursehead input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0);
  border: solid 1px #fff;
  color: #fff;
  cursor: pointer;
  font-family: "NeueSansPro-Normal";
  font-size: 19px;
  font-weight: bold;
  height: 56px;
  outline: none;
  padding-left: 10px;
  width: 100%;
  margin:20px 0;
}
#coursehead input {
    width: calc(50% - 2px);
}
#coursehead #csearch {
    width:calc(100% - 2px);
}
#coursehead input::placeholder {
    color: #fff;
    font-weight: bold;
    font-size:19px;
    font-family: "NeueSansPro-Normal";
}
#csearch { width:100%; }
#coursehead select option {
  color: #108E3B;
  background: #fff;
}
#coursehead select option:disabled {
    color: #108E3B22;
}
#coursehead select::-ms-expand { display: none; }
#coursehead select:focus::-ms-value { background-color: transparent; }
#cresetfilter { float:right; cursor:pointer; margin-top:92px; }
#courselist {
    min-height:400px;
    background: #fff;
    font-size: 19px;
    padding:20px 150px;
}
#courseclose {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy40MTQiIGhlaWdodD0iMTcuNDE0IiB2aWV3Qm94PSIwIDAgMTcuNDE0IDE3LjQxNCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2MTcuMjkzIC0xODUuMjkzKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQzMSA1MykiPjxsaW5lIHgxPSIxNiIgeTI9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODcgMTMzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48bGluZSB4Mj0iMTYiIHkyPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg3IDEzMykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvZz48L3N2Zz4=");
  width:17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  right:20px;
  top: 20px;
}
.critem {
    padding:50px 0 40px 0;
    border-bottom: solid 0.5px #888;
    /*cursor: pointer;*/
}
.crtitle {
    display:block;
    font-size:25px;
    line-height: 33px;
    color:#007133;
    width:100%;
    margin-bottom:24px;
}
.crplz { display:inline-block; width:94px; }
.crort { display:inline-block; width:330px; }
.crweekday { display:inline-block; width:140px; }
.crtime { display:inline-block; width:200px; }
.crdate { display:inline-block; width:296px; text-align: right;}
.crdate1 { display:inline-block; width:135px; }
.crdate2 { display:inline-block; width:134px; text-align:right; }
.cdetail {
    display: none;
    padding-top:84px 0 39px 0;
    cursor:default;
}
.cdetail.single {
    display:block;
}
.cdescr {
    padding-top:80px;
    width:100%;
    display: block;
}
.cdescr p { padding-top:22px; }
.cdetleft, .cdetright {
    padding-top:30px;
    display:inline-block;
    width:454px;
    vertical-align: top;
}
.cdetleft span, .cdetright span {
    display:block;
    line-height: 25px;
    padding-bottom:5px;
}
.cdetleft {
    margin-right:120px;
}
.cdetsmall {
    margin-top:100px;
    display:block;
    font-size:14px;
    font-weight: lighter;
    color:#888;
}
.canmelden, .cdobook {
    background-color:#92C32F;
    color:#fff;
    width:172px;
    height:50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    margin-top:43px;
    cursor: pointer;
}
.cbook {
    margin-top:84px;
}
.cbook .fieldwrapper {
    width: 484px;
    clear: both;
    margin-top: 10px;
    float: left;
}
.cbook .fieldwrapper.checkbox input{
    float: left;
    height: 18px;
    width: 18px;
    margin-left: 0;
    top: 5px;
}
.cbook .fieldwrapper.checkbox label{
    width: 100%;
    padding-left: 0px;
    margin-left: 30px;
}
.cbook label {
    width: calc(100% - 300px);
    float: left;
    margin: 0px;
    position: relative;
    top: 5px;
}
.cbook input{
    font-size: 19px;
    width:300px;
    float: right;
    /*height:26px;*/
    border:none;
    border-bottom:solid 1px #707070;
    display:block;
    /*
    margin-bottom:6px;
    margin-top:20px;
    */
}
.cbook div.error {
    clear: both;
    padding-top: 20px;
}
.cbook input.error { border-bottom:solid 1px #ff0000; }
.cbook input.error::placeholder { color:#ff0000; }
.bookconfirm {
    /*width:454px;*/
    border-top:solid 1px #92C32F;
    padding:30px;
    color:#92C32F;
}
.carrow {
    width:100%;
    height:50px;
    text-align: center;
    cursor: pointer;
    padding-top:20px;
    margin-bottom:-40px;
}
.carrow img{
    width:20px;
}
.critem.expanded .carrow img {
    transform: rotate(180deg);
    transition: transform 0.5s ease-out;
}
.hidden { display:none; }

.txtind165 {
    padding-left: 165px;
}

.inlineblock {
    display: inline-block !important;
}

.nobutton {
    background-color: transparent;
    color: #333;
    width: auto;
    height: auto;
    line-height: auto;
    border-radius: 0px;
    margin-top: 0px;
    text-decoration: underline;
}

.nobutton:hover {
    color: #92C32F;
}

.shownobutton {
    display: none;
}

.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.green_call{
    color:#42aa32;
    font-size:26px;
    line-height:38px;
    font-family: "NeueSansPro-SemiBold";
    border-top:3px solid #42aa32;
    border-bottom:3px solid #42aa32;
    padding:10px 0px;
}
