
html
{
	min-height:100%;
}

body
{
	color:#4f4f4f;
	margin-top:0;
	overflow-y:scroll;
	min-height:100%;

}

#wrap
{
	margin:0;
	width:100%;
	min-height:700px;
}
#head
{
	height:120px;
	background-color:#ffffff;
}
#head img
{
	margin:15px 0 0 15px;
}
#seite
{
	float:left;
	margin-top:0px;
	background-color:#ffffff;
	padding:0;
}

#logo
{
 float:left;
 width:150px;
 padding-top:15px;
}

#logo img
{
 margin-bottom:15px;
}

#toplinks
{
	float:right;
	font-size:10px;
    line-height: 16px;
}


#ekomain
{
	clear:both;
	float:left;
	position:relative;
	background-color:#ffffff;
}

#form input[type="text"] {

}

input[type="text"] {
    display: block;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px;
    margin-right: 15px;
}

.submit_btn
{
	font-size: 0.9em;
	line-height: 1.3;
	color:#ffffff;
	padding:4px 10px;
	margin:0 10px 5px 0;
	width:146px;
	background-color:#f07c00;
	border:none;
	cursor:pointer;
	visibility:visible;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.btn_inaktiv
{
	visibility:hidden;
	background-color:#dadada;
	cursor:default;
}

ul.proposalList
{
	background-color:#ffffff;
	border: 1px solid #b6b6b6;
	padding:0px;
	margin:0 0 0 0;
	min-width:250px;
	list-style-type:none!important;
	max-height: 500px;
	overflow-y: auto;
}
ul.proposalList li
{
	list-style-type:none;
	padding-left:5px;
	padding-right:15px;
	background-image:none;
	margin-left:0px!important;
}

ul.proposalList li:before
{
	display:none;
}

ul.proposalList li:hover
{
	background-color:#f07c00;
	color:#ffffff;
}
.aturis_copy
{
	font-size:10px;
	float:right;
	margin: 5px 0 0;
}
.aturis_copy a
{
	text-decoration:none;
	color:#4f4f4f;
}

#form
{
	clear:both;
	width:100%;
}

.formFields
{
	float:left;
	width:100%;
}

.formFieldsWrap{
	width:600px;
	float:left;
}

.formFieldsWrap .innerWrap{
	display:block;
}

.formFieldsWrapLeft{
	float:left;
	width:209px;
	padding-right:20px;
	border-right:1px solid #cdcdcd;
}

.formFieldsWrapLeft input[type='text']{
	width:100%;
}

.formFieldsWrapRight{
	float:left;
	padding-left:20px;
	width:280px;
}

.formFields input[type='text']
{
	margin-bottom:5px;
}

.binSelection
{
	margin:15px 0;
	display:none;
}

.binSelection input[type='checkbox']
{
	float:left;
	margin:2px 5px 2px 0;
}


#sendBtn
{
	clear:both;
	padding-top:20px;
}


#ekoContent1,#ekoContent2
{
	max-width:810px;
	float:left;
}

#ekoContent1
{
	clear:both;
	padding-top:15px;
}


#kalender
{
	clear:both;
	float:left;
}
input
{
	//color:#999999;
}

.link:link,.link:visited
{
	color: #888888 !important;
	text-decoration:none;
}

.link:hover
{
	color: #000000 !important;
}

.input_inaktiv
{
	color:#999999!important;
}

.input_aktiv
{
	color:#000000!important;
}

.rund_oben
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rund_unten
{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#ekoOverlay
{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0.9;
}

/*Newsletter*/

.atr-eko-overlay{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#555555;
	top:0;
	left:0;
	z-index:9999;
	opacity:0.8;
	display:none;
}

.newsletterform{
	background-color:#ffffff;
	border:2px solid #f07c00;
	position:absolute;
	width: 480px;
    margin: 0 auto;
    top:100px;
    opacity: 1;
	z-index:99999;
	display:none;
}

.newsletterform-content input[type="text"]{
	float:none;
}

.newsletterform-header{
	width:100%;
}

.newsletterform-tab{
	width:50%;
	float:left;
	text-align:center;
	padding:5px;
	box-sizing:border-box;
	cursor:pointer;
}

.newsletterform-tab.active{
	border-bottom:3px solid #f07c00;
}

.newsletterform-content{
	clear:both;
	margin:15px;
}

.newsletterform-content .address-list-item{
	display:none;
}

.newsletterform-content .address-list-item.active{
	display:block;
}

@media only screen and (max-width: 768px)
{
	#ekoContent1
	{
		padding-bottom:5%;
	}

	#ekomain,#wrap,#seite,.formFields
	{
		width:100%;
	}

	.formFieldsWrap,.formFieldsWrapLeft,.formFieldsWrapRight{
		display:block;
		width:100%;
		margin:0;
		padding:0;
		border:0;
	}

	#form,#ekoContentLegend,#ekoContent1,#ekoContent2
	{
		width:100%;
		position:relative;
	}
	#form .binSelection
	{
		font-size:1.3em;
		width:100%;
	}

	.formFields input[type='text']
	{
		width:100%;
		box-sizing: border-box;
	}

	#sendBtn
	{
		float:none;
		width:100%;
	}

	#sendBtn .submit_btn
	{
		width:100%;
		margin:2% 0;
		padding:2% 0;
	}

	#legende .col{
		width:50%;
	}
}

@media only screen and (max-width: 768px)
{

}
