html{
	font-family: 'Fira Sans', sans-serif;
	background-color: #fafafa;
}
p{
	font-weight: 400;
	color:#4b4c48;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
b, strong {
    font-weight: 600;
}
h1, h2, h2 a { 
	font-family: 'Fira Sans', sans-serif; 
	font-size: 20pt;
	font-weight: 600;
	color: #414141; 
	font-style: normal; 
}
a{
	font-weight: 400;
	text-decoration: none;
	color: #4b4c48;
}
header{
	height: 70px;
	background-color: #fafafa;
}
#header {
	-webkit-box-shadow: 0.00px 0.00px 5px 0px rgba(0,0,0,0.2);; 
	box-shadow: 0.00px 0.00px 5px 0px rgba(0,0,0,0.2);;
	
    position: relative;
}
footer{
	width: 100%;
	background-color: #fafafa;
	height: 100px;
	color: #131313;
}
#footer a{
	font-size: 14px;
}
#footer a:hover{
	color:#6ca83f;
}
.footer-black:hover{
	color:#131313;
}

#header .inside, #footer .inside, #main .inside{
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}


.mod_customnav{
	float: right;
	margin-top: 25px;
}
.mod_customnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mod_customnav li {
  display: inline;
}
.mod_customnav li.first::after{
	content: " |";
}

.start-bg{
	background-color: #fff;
	min-height: 260px;
}
.button-start a, .button-start, .submit{
	border: 1px solid #6ca83f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: #6ca83f;
	color: #6ca83f; 
	background-color: #fff;
	padding: 6px 10px;
	font-size: 16px;
}
.button-start a::before{
	content: ">"
}
.button-start:hover, .submit:hover{
	background-color: #6ca837;
	color: #fff;
}
.error select,.error input[type="text"],.error input[type="password"],.error input[type="search"],.error input[type="tel"],.error input[type="url"],.error input[type="email"],.error input[type="number"] {
	border: 1px solid red;
}
.error p{
	display: none;
}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input.captcha, textarea {
    display: block;
    width: 70%;
	height: 45px;
    padding: 7.5px 10px 7.5px 10px;
    border-radius: 4px;
    border: 1px solid #6ca83f;
    background-clip: padding-box;
    background-image: none;
    box-sizing: border-box;
	color:#414141;
	font-weight: 500;
	margin-bottom: 20px;
}
.ui-datepicker-trigger{
    display: none;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:70% /* calc(70% - 5px)*/;
    display: block;
    padding:.75em 1em .5em 1em;
    border-radius: 4px;
    border: 1px solid #6ca83f;
    background-clip: padding-box;
    box-sizing: border-box;
	margin: 0 0 15px;
    background-color:white;
    background-image:url(down_20x27.png);
    background-position: right;
    background-repeat: no-repeat;
	font-size: 1em;
    color:#6ca83f;
    font-weight: 500;
 
}
select.select{
    margin-left: 0px !important;
}
.ui-datepicker-title select{
	width:100%;
    display: block;
    padding:.75em 1em .5em 1em;
    border-radius: 4px;
    border: 1px solid #6ca83f;
    background-clip: padding-box;
    box-sizing: border-box;
    background-color:white;
    background-image:url(down_20x27.png);
    background-position: right;
    background-repeat: no-repeat;	
}
.ui-datepicker .ui-datepicker-title select{
	font-size: 0.8em;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width: 45%;
    float: left;
    margin-left: 7px;
}
fieldset{
	width: calc(100% - 20px);
}
#ctrl_11, fieldset{
	border: 0;
}
 #ctrl_11 .mandatory, .widget-radio .mandatory::before, legend span.mandatory, .widget-select.mandatory::before, .widget-radio.mandatory::before{
	display: none;
}
.mandatory::before {
    font-family: "Source Sans Pro",sans-serif;
    color: #6ca83f;
    content: "*";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    margin-top: 15px;
    margin-left: 5px;
}
.mandatory::before{
	display: none;
}
.street , .City{
	width: 70%; 
}
.Zip, .Number{
	width: 20%;
} 
.Zip{
	clear: both;
}
.Number, .street, .Zip{
	float: left;
}
.Number{
	margin-left: -12%;
}
#ctrl_19 .mandatory::before{
	margin-left: -75px !important;
}
.day, .date{
	display: none;
}
.widget-submit{
	float: left;
	width: 51%;
}
.span.LV_invalid, .LV_validation_message{
	display: none !important;
}

table {
    border-collapse: collapse;
}
th, td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #6ca83f;
    vertical-align: top;
}
td {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 14.28%;
}
th {
    padding: 16px 1% ;
    text-align: left;
    background-color: #fafafa;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
	height: 30px;
}
table {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #6ca83f;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.cal-previous, .cal-next{
	font-size: 28px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cal-previous:hover, .cal-next:hover{
	color:#6ca83f;
}

.mod_calendar th {
    text-align: center;
}
.mod_calendar thead .label {
    width: 14.28%;
}
.mod_calendar thead .label {
    width: 14.28%;
}
.mod_calendar .days {
    background: #f4f2f0;
	/*padding: 10px 0;*/
}
.mod_calendar .header {
    text-align: center;
    font-size: 1.8em;
}
.mod_calendar .empty {
    background: #fafafa;
}
.mod_calendar .active.days {
    font-weight: bold;
    background-color: #6ca83f;
    color: #ffffff;
}
.mod_calendar .active.days a{
	color: #fff;
    display: flex;
  	align-items: center;
  	justify-content: center;
    width: 100%;
    height: 30px;
}

.mod_calendar td .active.days {
	padding:0;
}

.mod_calendar .active.days a:hover {
    background-color: #6ca83f ;
    color: #ffffff;
	/*font-weight: bold;*/
}
.mod_eventlist{
	width: 100%;
}
.mod_eventlist .layout_list {
	 float: left;
	 width: 32%;
	 margin-right: 1%;
	margin-bottom: 10px;
	 padding: 10px 20px;
	 background: #fff;
	 box-sizing: border-box;
	border: 1px solid #6ca83f;
	min-height: 156px;
	}
.mod_eventlist .full{
	background-color: #d6d6d6;
}
.mod_eventlist .full:hover {
	background-color: #d6d6d6 !important;
	border: 1px solid #6ca83f !important;
}
.mod_eventlist .event-red{
	color:#A60306;
}
.mod_eventlist .layout_list:hover {
	border: 1px dashed #6ca83f; 
	background-color: #f4f2f0;
	}

.mod_eventlist .last {
     margin-right: 0 !important;
}
.mod_eventlist h2, .mod_eventlist h2 a{
	font-size: 20px;
}

.mod_eventlist .time{
	text-align: center;
}
.mod_eventlist .time::before, .event-timebox-day::before{
	content: "";
	display: inline-block; 
	background: url("../../layout/kalender_icon.png") no-repeat; width: 20px; height: 20px;
	padding-right: 2px;
}
.event-timebox-day::before{
	padding-right: 10px;
}
.mod_eventlist .header{
	margin-bottom: 40px;
}
.event-timebox-time-detail{
	margin: 0 0 50px 30px ;
	
}
@media only screen and (max-width: 896px) {
	
	.mod_eventlist {
		text-align: center;
	}
	
	.mod_eventlist .layout_list {
		float: left;
		width: 96% !important;
		margin: 0 2% 20px; 
	}
	
	.bottom-500{
		margin-bottom: 50px;
	}
	input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input.captcha, textarea, select{
		width: 96%;
		margin: 0 2% 10px;
	}
	select.select{
		margin-left: 2% !important;
	}
	.street , .City{
	width: 75%;
	margin-left: 1%;
	}
	.Zip, .Number{
		width: 20%;
	} 
	.Zip{
		clear: both;
		margin-left: 2%;
	}
	.Number, .street, .Zip{
		float: left;
	}
	.Number{
		margin-left: 0;
	}
	.City{
		margin-left: 22%;
	}
	.widget-submit {
    float: left;
    width: 100%;
	}
	.button-start a, .button-start, .submit{
	width: 96%;
	margin: 0 2%;
	}
	.layout-teaser_left{
		text-align: center;
	}	
}