/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Standard Definitions
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

* {
	margin:0;
	padding:0;
}


img { 
	border:0;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.block {
	display:block;
}	
	
.clearer {
	clear:both;
}

.hidden {
	display:none;
}

.bild {
	border:none;	
}

.image {
	border:none;
	width:100%;
}

.max_width {
	max-width:100%;	
}

@media screen and (min-width:1010px) {
	.image {
		border:none;
		width:auto;
	}
}

.versteckt {
	position:absolute;
	left:-5000px;
}

.overflow_hidden {
	overflow:hidden;	
}

.width_100 {
	width:100%;
}

.padding-bottom-5 {
	padding-bottom:5px;
}

.padding-bottom-10 {
	padding-bottom:10px;
}

.padding-bottom-15 {
	padding-bottom:15px;
}

.padding-bottom-20 {
	padding-bottom:15px;
}

.padding-bottom-30 {
	padding-bottom:30px;
}

.padding-bottom-50 {
	padding-bottom:20px;
}

@media screen and (min-width:1010px) {
	.padding-bottom-50 {
		padding-bottom:50px;
	}
}

.text_block {
	padding-bottom:30px;	
}



/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Title Definitions
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	
	/* color:#027daf; */
	
	/* color:#304f87; */
	
	/* color:#304f87; */
	/* color:#ee3c31; og color*/
	
	color:#da2020;
	line-height:1.2em;
	
	padding-bottom:20px;
	
}	


@media screen and (min-width:1010px) {

	h1 {
		font-size:44px;
		padding-bottom:20px;
 	}	
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	line-height:1.4em;
	text-transform:uppercase;
	
	color:#da2020;

	padding-bottom:10px;
}	

@media screen and (min-width:1010px) {

	h2 {
		font-size: 22px;
  		padding-bottom:16px;
 	}	
}

	
h3 {
	font-family: 'Roboto Light', sans-serif;
	font-size: 17px;
	 
	color:#555;
	
	padding-bottom:10px;
}
	
	


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Link Definitions
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

a:link,
a:visited {
	color: #666;
	text-decoration: none;

}

a:hover,
a:active {
	color: #666;
	text-decoration: none;
}

a:active , a:focus {
	outline:none;
}



/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CMS Login und Debug
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#login {
	position:fixed;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	z-index:5;
}

#debug {
	width:940px;
	margin:2px auto 0 auto;
	color: #000; 
	font-size:10px;
}

#upload_iframe_div {
	display:none;
}

#upload_iframe {
	height:500px;
	width:100%;
	border:none;
}



/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// New CMS Login
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#loginarea_shade {
	visibility:hidden;
	position:absolute;
	background-color:#000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;	
	 opacity:.3;
    filter: alpha(opacity=30);
    -moz-opacity:.3;
	z-index:10;
}



#loginarea {
	display:none;
	position:absolute;
	width:286px;
	height:214px;
	top: 50%;
	left: 50%; 
	
	margin-top:-115px;
	margin-left:-156px;
	
	background-color:#fff;
	
	border:solid 1px #666;
	-moz-border-radius:6px;
	border-radius:6px;
	
	padding:12px;	
	z-index:11;
}



@media screen and (min-width:1010px) {
	#loginarea {
		
		width:312px;
		margin-left:-180px;
		padding:20px;	
	}
}

#loginarea a:link,
#loginarea a:visited {
	color:#444;
}




#loginarea h2 {
	font-size:24px;
	font-weight:normal;
	
	color:#444;
	
	margin-bottom:12px;
	border:none;
	
	display:block;
	margin:0 0 10px 0;
	padding:0;
	
}

#loginarea input {
	font-size:14px;
	color:#444;
}

#loginarea .input_feld_login {
	width:270px;
	height:48px;
	border:1px solid #ccc; 
	-moz-border-radius:6px;
	border-radius:6px;
	margin-top:8px;
	padding-left:10px;
	cursor:text;
}


#loginarea .input_button_login {
	width:282px;
	height:48px;
    margin-top:8px;
	padding: 0px 8px 0px 8px;
	line-height: 46px;
	border-radius: 6px;
	
	font-family:Questrial, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	
	border:solid 1px #444;
	background: #0467b0;
	background: -webkit-linear-gradient(#3384bf, #0467b0);
	background: -o-linear-gradient(#3384bf, #0467b0);
	background: -moz-linear-gradient(#3384bf, #0467b0);
	background: linear-gradient(#3384bf, #0467b0);
	
	cursor: pointer;
	

}




@media screen and (min-width:1010px) {
	
	#loginarea .input_feld_login {
		width:300px;

	}
	
	#loginarea .input_button_login {
	
		width:312px;
		
	}
	
}

#loginarea .input_button_login:hover {
	color:#000;
}

#login_close {
	position:absolute;
	right:16px;
	top:20px;
	
	
}







	
/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Basic CSS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

html {
	height:100%;
	
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


@media screen and (min-width:1010px) {

	html {
	
	}
}


body {
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	color:#444;
	font-size:15px;
	line-height: 1.5em;
	height:100%;
	display: flex;
  	flex-direction: column;
}

@media screen and (min-width:1010px) {
	body {
		font-size:16px;
	}
}


#div_wrapper {
	flex: 1 0 auto;
}


#container {
	height:auto;
}


header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:60px;
	
	border-top:6px solid #f23e33; 
	background-color: #fff;

	z-index:4;	
}




@media screen and (min-width:1010px) {
	header {
		position:fixed;
		height:160px;
	}
}





@media screen and (min-width:1010px) {
	#logo_wrapper {
		min-width:960px;
		max-width:1100px;
		margin:0 auto 0 auto;
		
		padding-left:20px;
		padding-right:20px;		

	}

}



#logo {
	height:60px;
	
	background-image:url(../images/layout/meier-marti/logo_mobile.png);
	background-size:226px 54px;
	background-repeat:no-repeat;
	background-position: 10px 3px;
}

@media screen and (min-width:1010px) {
	
	#logo {
	
		height:130px;
	
		background-image:url(../images/layout/meier-marti/logo.png);
		
		background-size:377px 90px;
		background-repeat:no-repeat;
		background-position: 2px 22px;
	
	}
}


.logo_link {
	width:260px;
	height:60px;	
}

@media screen and (min-width:1010px) {
	.logo_link {
		width:400px;
		height:120px;	
	}
}

#navigation_container {
	background-color:#f9f9f9;
	border-bottom:solid 1px #bdbdbd;
}

@media screen and (min-width:1010px) {
	#navigation_wrapper {
		min-width:1000px;
		max-width:1140px;
		margin:0 auto 0 auto;

	}

}


@media screen and (min-width:1010px) {
	#headerbild_wrapper {
		min-width:960px;
		max-width:1100px;
		margin:0 auto 0 auto;
		
		padding-left:20px;
		padding-right:20px;
		
		padding-top:10px;
		padding-bottom:10px;
	
	}

}

#div_datenschutzerklaerung p {
	margin-bottom:1em;
}



.tennlinie {
	border-bottom:solid 1px #ccc;	
}

.header_bild {
	width:100%;	
	padding-top:4px;
	padding-bottom:4px;

}


@media screen and (min-width:1010px) {
	
	.header_bild {
		width:1100px;
		height:326px;
		padding-top:0px;
		padding-bottom:0px;
	}
}

#headerbild {
	line-height:0px;
	font-size:0px;
}


@media screen and (min-width:1010px) {
	
	#headerbild {
	
		
	}
}


#content {
	padding:20px 10px 20px 10px; 
}



@media screen and (min-width:1010px) {
	#content {
		max-width:1100px;
		margin:0px auto 0 auto;
		padding:30px 20px 30px 20px;
		
		min-height:260px;
	
	}
}


#content ul {
	padding-left:27px;
}

#content li {
	padding-bottom:6px;
}




article {
	z-index:1;
	
	padding:68px 0px 0px 0px;
	
	/*border-top:solid 1px #222628; */

	}
	

@media screen and (min-width:1010px) {
	
	article {
		
		padding:167px 0px 0px 0px;	
		
	}
}
	
	
article a:link,
article a:visited {
	color: #666;
	text-decoration: none;

}

article a:hover,
article a:active {
	color: #666;
	text-decoration: underline;
}
	



footer {
	background-color: #ddd;
	flex-shrink: 0;
	color:#ddd;
	
	/*
	position:relative;
	margin-top:-300px;
	*/
	
	
}	

@media screen and (min-width:1010px) {
	footer {
		height:190px;
		padding-top:20px;
		
		/*
		position:relative;
		margin-top:-300px;
		*/
	}	
}

#footer_container {

	padding:20px 10px 20px 10px;
	/* background-color:#ccc; */
}

@media screen and (min-width:1010px) {

	#footer_container {
		max-width:1100px;
		margin:0 auto 0 auto;
		padding:20px 20px 20px 20px;
		/* background-color:#ccc;  */
	}

}


.footer_spalte {
	color:#444;
	font-size:14px;
	padding-bottom:20px;
}


@media screen and (min-width:1010px) {
	.footer_spalte {
		/* width:224px; */
		width:28%;
		height:130px;
		float:left;
		border-right:solid 1px #aaa;
		
		/* background-color:#949494; */
		padding-left:30px;
		padding-right:30px;
		padding-bottom:0px;

	}

}



.footer_spalte_links {
	padding-left:0px;
}

.footer_spalte_rechts {
	border-right:none;
}




.footer_spalte a:link,
.footer_spalte a:visited {
	/* color: #CB9966; */
	color:#666;
	text-decoration: none;
	transition: color 0.5s ease;

}

.footer_spalte a:hover,
.footer_spalte a:active {
	color:#666;
	text-decoration: underline;
	transition: color 0.5s ease;
}
 


@media screen and (min-width:1010px) {

	.spalte_25 {
		/* width:320px; */
		width:21.5%;
		float:left;
		
		
		/* background-color:#C0C0C0;  */
	}
}


@media screen and (min-width:1010px) {

	.spalte_33 {
		/* width:320px; */
		width:30.5%;
		float:left;
		
		
		/* background-color:#C0C0C0;  */
	}
}

@media screen and (min-width:1010px) {

	.spalte_50 {
		/* width:320px; */
		width:47.5%;
		float:left;
		
		
		/* background-color:#C0C0C0;  */
	}
	
	.padding-right40 {
		padding-right:40px;
	}
}





#googlemap {
	width:800px;
	height:460px;
	}
	
	
	
.mitarbeiter_float_left {
	width:300px;	
	float:left;
	padding-bottom:30px;
}

@media screen and (min-width:500px) {
	.mitarbeiter_float_left {
		width:400px;	
		padding-right:40px;
	}
}



/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Input definitions
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



.input_textfeld {
	font-family:'Roboto Light',Questrial, Arial, Helvetica, sans-serif;
	font-size:13px;
	
	width:200px;

	border:1px solid #444; 
	
	height:26px;
	line-height: 26px;
	border-radius: 3px;
	padding-left:4px;
}

.input_textfeld:focus {
	border:1px solid #09f;
}

.input_select {
	font-family:'Roboto Light',Questrial, Arial, Helvetica, sans-serif;
	font-size:13px;
	
	width:200px;

	border:1px solid #444; 
	
	height:28px;
	line-height: 28px;
	border-radius: 3px;
	padding-left:4px;
}

.input_select:focus {
	border:1px solid #09f;
}

.input_textarea {
	font-family:'Roboto Light',Questrial, Arial, Helvetica, sans-serif;
	font-size:13px;
	
	width:250px;

	border:1px solid #444; 
	
	height:100px;
	line-height: 16px;
	border-radius: 3px;
	padding-left:4px;
}

.input_textarea:focus {
	border:1px solid #09f;
}

.input_button {
	
	font-family:'Roboto Light',Questrial, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:12px;
	
	height: 28px;
	padding: 0px 8px 0px 8px;
	line-height: 24px;
	border-radius: 3px;
	background: #7abcff;
	
	border:solid 1px #444;
	background: #0467b0;
	background: -webkit-linear-gradient(#3384bf, #0467b0);
	background: -o-linear-gradient(#3384bf, #0467b0);
	background: -moz-linear-gradient(#3384bf, #0467b0);
	background: linear-gradient(#3384bf, #0467b0);
	
	cursor: pointer;
	
	
}




.w40px {
	width:40px;	
}

.w60px {
	width:60px;	
}

.w70px {
	width:70px;	
}

.w80px {
	width:80px;	
}

.w100px {
	width:100px;	
}

.w108px {
	width:108px;	
}

.w200px {
	width:200px;	
}

.w220px {
	width:220px;	
}

.w250px {
	width:250px;	
}

.w256px {
	width:256px;	
}

.w304px {
	width:304px;	
}

.mb8px {
	margin-bottom:8px;
}


#upload_iframe {
	height:600px;
	width:100%;
	border:none;
	
}

#input_iframe_content {
	display:none;
}


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


#navigation {
	font-family: 'Roboto Condensed','RalewayBold','Lato','Questrial','Opensans', Arial, Helvetica, sans-serif;
	

}


@media screen and (min-width:1010px) {
	
	#navigation {
		font-family: 'Roboto Condensed','RalewayBold','Lato','Questrial','Opensans', Arial, Helvetica, sans-serif;
	}
	
}


#navigation ul {
	width:100%;
	
	
	list-style-type:none;
	z-index:1;
	}
	
	
@media screen and (min-width:1010px) {
	
	#navigation ul {
		
		width:auto;
	}
	
}
	

#navigation1 {
	display:none;
	
}
	
#ul_navigation_1 {
	
	display:none;
	
	/* background-image:url(../images/layout/fitlifestyle/background_footer.png); */
	background-color:#f9f9f9;
	
}

@media screen and (min-width:1010px) {
	#ul_navigation_1 {
		background-image:none;
		

	}

}


#mobile-menu-icon {
	position:absolute;
	top:17px;
	right:17px;		
}

#navigation ul {
	border-top:solid 1px #bdbdbd;
}

@media screen and (min-width:1010px) {

	#navigation ul {
		border-top:none;
		display:block;
		padding-top:0px;
		background-color:transparent;
		
		
	}
	
	#mobile-menu-icon {
		display:none;	
	}

}



/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation Ebene1
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation .ul_ebene_1 {
	list-style-type:none;
	text-transform:uppercase;
	line-height:50px;
}

@media screen and (min-width:1010px) {
	#navigation .ul_ebene_1 {
		line-height:30px;
	}
	
}

#navigation .li_ebene_1 {
	
	/* background-image:url(../images/layout/fitlifestyle/background_footer.png); */
	background-color:#f9f9f9;
	border-bottom:solid 1px #ccc;
	/* text-align:left; */
	

}

@media screen and (min-width:1010px) {
		#navigation .li_ebene_1 {
		
		background-image:none;

	}
}



@media screen and (min-width:1010px) {

#navigation .ul_ebene_1 {
	background-image:none;
	
	
	padding-top:0px;
	margin-top:0px;
	}
	
	
	#navigation .li_ebene_1 {
		height:30px;
		float:left;
		position:relative;
		background-color:transparent;
		
		border-bottom:none;
		
	}
	

}




#navigation .a_ebene_1:link,
#navigation .a_ebene_1:visited {
	display:block;
	
	color:#6f6f6f; 
	/* color:#f39200; */
	
	font-size:24px;
	
	
	padding-left:20px; 
	padding-right:20px;
	transition: color 0.5s ease;
}

@media screen and (min-width:1010px) {

	#navigation .a_ebene_1:link,
	#navigation .a_ebene_1:visited {
	
		font-size:16px;
		
	}
}

#navigation .a_ebene_1:hover {
	
	z-index:100;	
	color:#666; 
	/* color:#f39200; */
	text-decoration: none;
	transition: color 0.5s ease;
}



#navigation .a_ebene_1_active:link,
#navigation .a_ebene_1_active:visited,
#navigation .a_ebene_1_active:hover {
	color:#666;
	/* color:#f39200; */
	z-index:100;
	transition: color 0.5s ease;
}





/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation Ebene2
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation .ul_ebene_2 {
	padding-top:20px;
	padding-bottom:20px;
}


@media screen and (min-width:1010px) {
	
	#navigation .ul_ebene_2 {
		text-align:left;
		
		position:absolute;
		z-index:500;
		top:57px;
		left:15px;
		display:none;
		width:190px;
		
		background-color:#da2020;
		
		margin-top:-27px;
		margin-left:-14px;
		
		padding-top:10px;
		padding-bottom:10px;
		
		
		
		
		
		
		border-bottom:none;
		
		
	}


	
}



#navigation .li_ebene_2 {
	
	/*border-top:solid 1px #444;*/
	/* background-image:url(../images/layout/fitlifestyle/background_footer.png); */
	background-color:#f9f9f9;
}

@media screen and (min-width:1010px) {
	
	#navigation .li_ebene_2 {
	
		float:none;
		position:relative;
		border-top:none;
		background-color:transparent;
		background-image:none;
	}
	
}



#navigation .li_ebene_2_active {
	
	/* background-color:#ededed; */

}

#navigation .a_ebene_2:link,
#navigation .a_ebene_2:visited {
		
	line-height:32px;
	
	display:block;
	
	color:#666;
	
	font-size:18px;
	text-transform:uppercase;
	
	padding-left:36px;
	padding-right:18px;	
	
	transition: color 0.5s ease;
	
}

@media screen and (min-width:1010px) {

	#navigation .a_ebene_2:link,
	#navigation .a_ebene_2:visited {
	
		font-size:14px;
		line-height:24px;
		color:#fff;
	
		padding-left:20px;
		
		
		
		
	}

}


#navigation .a_ebene_2:hover {
		
		color:#666;
		text-decoration:none;
		transition: color 0.5s ease;
		
		/* background-color:#ededed; */
	}
	
	#navigation .a_ebene_2_active:hover {
		color:#666;
		transition: color 0.5s ease;
		
	}
	
	#navigation .a_ebene_2_active:link,
	#navigation .a_ebene_2_active:visited {
		color:#666;
		transition: color 0.5s ease;
		
	}

@media screen and (min-width:1010px) {
	#navigation .a_ebene_2:hover {
		color:#fff;
	}
	
	#navigation .a_ebene_2_active:hover {
		color:#fff;
	}
	
	#navigation .a_ebene_2_active:link,
	#navigation .a_ebene_2_active:visited {
		color:#fff;
	}
}


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Navigation Drop Down definitionen
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation li:hover ul ul,
#navigation li li:hover ul ul,
#navigation li li li:hover ul ul,
#navigation li li li li:hover ul ul {
	display:none;
}

#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul {
	display:block;
}




/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Fonts
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.font_regular {
	font-family: 'Roboto', sans-serif;
}

.font_bold {
	font-family: 'Roboto Bold', sans-serif;
}

.font_black {
	font-family: 'Roboto Black', sans-serif;
}


/* 
////////////////////////////////////////////////////////////////
// Proximanova (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova/proximanova-regular-webfont.svg#rectasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.font_proximanova {
     font-family: 'Proximanova', sans-serif;   
}



/* 
////////////////////////////////////////////////////////////////
// Open Sans (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Opensans';
    src: url('../fonts/opensans/opensans-regular-webfont.eot.eot');
    src: url('../fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-regular-webfont.svg#rectasRegular') format('svg');
}


/* 
////////////////////////////////////////////////////////////////
// Questrial (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Questrial';
    src: url('../fonts/questrial/questrial-regular-webfont.eot.eot');
    src: url('../fonts/questrial/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/questrial/questrial-regular-webfont.woff') format('woff'),
         url('../fonts/questrial/questrial-regular-webfont.ttf') format('truetype'),
         url('../fonts/questrial/questrial-regular-webfont.svg#rectasRegular') format('svg');
}


/* 
////////////////////////////////////////////////////////////////
// Lato Regular (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato/lato-reg-webfont.eot');
    src: url('../fonts/lato/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato/lato-reg-webfont.svg#LatoRegular') format('svg');
}



/* 
////////////////////////////////////////////////////////////////
// Avenir Next LT Pro
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('../fonts/avenir_next_lt_pro/avenir-next-lt-pro.eot');
    src: url('../fonts/avenir_next_lt_pro/avenir-next-lt-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_next_lt_pro/avenir-next-lt-pro.woff') format('woff'),
         url('../fonts/avenir_next_lt_pro/avenir-next-lt-pro.ttf') format('truetype'),
         url('../fonts/avenir_next_lt_pro/avenir-next-lt-pro.svg#rectasRegular') format('svg');
}


/* 
////////////////////////////////////////////////////////////////
// Avenir Next LT Pro Bold
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'AvenirNextLTProBold';
    src: url('../fonts/avenir_next_lt_pro_bold/avenir-next-lt-pro-bold.eot');
    src: url('../fonts/avenir_next_lt_pro_bold/avenir-next-lt-pro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_next_lt_pro_bold/avenir-next-lt-pro-bold.woff') format('woff'),
         url('../fonts/avenir_next_lt_pro_bold/avenir-next-lt-pro-bold.ttf') format('truetype'),
         url('../fonts/avenir_next_lt_pro_bold/avenir-next-lt-pro-bold.svg#rectasRegular') format('svg');

}


/* 
////////////////////////////////////////////////////////////////
// Raleway (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-regular-webfont.eot.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-regular-webfont.svg#rectasRegular') format('svg');
}


/* 
////////////////////////////////////////////////////////////////
// Raleway Bold (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/raleway/raleway-bold-webfont.eot.eot');
    src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-bold-webfont.svg#rectasRegular') format('svg');
}



/* 
////////////////////////////////////////////////////////////////
// Muli (Free)
////////////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli/muli-regular-webfont.eot');
    src: url('../fonts/muli/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli/muli-regular-webfont.svg#rectasRegular') format('svg');
}

@font-face {
    font-family: 'MuliBold';
    src: url('../fonts/muli/muli-bold-webfont.eot');
    src: url('../fonts/muli/muli-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli/muli-bold-webfont.woff') format('woff'),
         url('../fonts/muli/muli-bold-webfont.ttf') format('truetype'),
         url('../fonts/muli/muli-bold-webfont.svg#rectasRegular') format('svg');
}



/* 
////////////////////////////////////////////////////////////////
// Roboto (Free)
////////////////////////////////////////////////////////////////
*/



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto/Roboto-Regular-webfont.svg#rectasRegular') format('svg');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/roboto/robotobold/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto/robotobold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/robotobold/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto/robotobold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/robotobold/Roboto-Bold-webfont.svg#rectasRegular') format('svg');
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/roboto/robotoblack/Roboto-Black-webfont.eot');
    src: url('../fonts/roboto/robotoblack/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/robotoblack/Roboto-Black-webfont.woff') format('woff'),
         url('../fonts/roboto/robotoblack/Roboto-Black-webfont.ttf') format('truetype'),
         url('../fonts/roboto/robotoblack/Roboto-Black-webfont.svg#rectasRegular') format('svg');
	font-weight: normal;
    font-style: normal;		 
}



@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/roboto/robotolight/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto/robotolight/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/robotolight/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto/robotolight/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/robotolight/Roboto-Light-webfont.svg#rectasRegular') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto/robotocondensed/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/roboto/robotocondensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/robotocondensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/robotocondensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/robotocondensed/RobotoCondensed-Regular-webfont.svg#rectasRegular') format('svg');
}



	
/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// News
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


.news_eintrag {
		
		
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid 1px #eee;
	}

@media screen and (min-width:1010px) {
	.news_eintrag {
		width:800px;
		padding-top:20px;
		padding-bottom:20px;
		margin:0 auto 0 auto;
	}
}

.news_titel {
	
	
	
	font-family: 'Roboto','Muli','RalewayBold','Lato','Questrial','Opensans', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	
	
	text-align:left;
	
}

@media screen and (min-width:1010px) {

	.news_titel {
		float:left;
		width:620px;
		margin-bottom:10px;
	}

}

	.news_datum {
		
		
		font-family: 'Roboto','Muli','RalewayBold','Lato','Questrial','Opensans', Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:normal;
		text-align:left;
		margin-bottom:10px;
	}


@media screen and (min-width:1010px) {

	.news_datum {
		float:right;
		width:180px;
		font-size:24px;
		text-align:right;
		
	}

}

.news_text {
	float:left;
	text-align:left;
	
}

.news_text a {
	text-decoration:none;
}

.news_photo {
	float:right;
	width:160px;
	padding-left:20px;
	overflow:hidden;
}




/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Gallery
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#mobile_gallery_div {
	margin-left:-10px;
	margin-right:-10px;	
	
}


#gallery_kachel_container {
  	text-align: left;
	color:#4a525a;
	
	/* background-color:#92E9F7; */
}


#gallery_kachel_container input:focus {
	border:none;
}

#gallery_verzeichnis_baum {
	/*
	line-height:28px;
	height:28px;
	*/
	margin-bottom:20px;
}

#gallery_info_body {
	display:none;
	position:absolute;
	background-color:#000000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;	
}


#gallery_info_wrapper {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
	}
	

#gallery_info_container {
	display:none;
	position:absolute;
	padding:12px;
	width:370px;
	background-color:#7f7f7f;
	border:solid 1px #929292;
	z-index:3;	
	line-height:18px;
}


#gallery_upload_iframe_ordner {
	border:none;
	height:80px;
	width:100%;
	margin-top:8px;
	visibility:hidden;
}

#gallery_upload_iframe_photo {
	border:none;
	height:80px;
	width:100%;
	margin-top:8px;
	visibility:hidden;
}

/* Gallery */


.gallery_kachel {
	
	margin-right:-1px;
	margin-top:-1px;
	padding:8px;
	
	text-align:left;
	
	float:left; 
	/* display:inline-block; */
	
	width:180px;
	height:174px;

	font-size:14px;
	line-height: 1.2em;
	background-color:#fff;
	
	/* border:solid 1px #e4e4e4; */
	
	
	
	
	/*
	-webkit-box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
	box-shadow: 1px 1px 2px 1px rgba(204,204,204,1);
	*/
}


.gallery_thumb_halter {
	width:180px;
	height:120px;
	text-align:center;
	margin-bottom:2px;
	overflow:hidden;
	
}

.gallery_thumb_halter img {

}

.gallery_text_halter {
	width:180px;
	height:52px;
}

.gallery_kachel_thumb_bereich {
	float:left;
	width:13px;
}

.gallery_kachel_thumb_bereich_icons {
	
	}

.gallery_kachel_text_bereich_ordner {
	float:left;
	padding-left:3px;
	width:135px;
	height:52px;
	overflow:hidden;
}

.gallery_kachel_text_bereich_photo {
	float:left;
	width:151px;
	height:52px;
	overflow:hidden;

	
	
}

.gallery_kachel_info_bereich {
	position:relative;
	top:0px;
	left:150px;
	width:30px;
	height:52px;

}

.gallery_kachel_info_bereich_links {
	position:absolute;
	top:0px;
	left:0px;
	width:14px;
	height:52px;
	margin-top:3px;
}

.gallery_kachel_info_bereich_rechts {
	position:absolute;
	top:0px;
	right:0px;
	float:left;
	width:14px;
	height:52px;
	margin-top:3px;
}

.gallery_kachel_info_bereich img {
	cursor:pointer;
	}

.gallery_icons {
	margin-bottom:3px;
	width:13px;	
}


/* Info Fenster */

#gallery_div_info_thumb {
	float:left;
	width:182px;
	height:127px;
	
}

#gallery_div_info_control {
	height:127px;
}

.gallery_edit_icons {
	margin-top:100px;
}

.gallery_info_table {
	width:100%;
	border-collapse:collapse;


}
.gallery_info_table td {
	border-top:1px solid #7f7f7f;
	vertical-align:top;
}

.gallery_info_table_td_left {
	width:100px;
}

.gallery_info_table_padding {
	margin-top:3px;
}

.gallery_align_right {
	text-align:right;
	display:block;
}

.gallery_align_right img {
	cursor:pointer;
}


/* Weitere Klassen */

.transparent80 {
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.gallery_thumb {
	/* border:1px solid #666; */
	
	margin-bottom:2px;
	vertical-align:middle;

}





/* Gallery Input */

.gallery_input_feld {
	border:solid 1px #000;
	width:100%;
	
	background-color:#bbbbbb;
	padding-left:2px;
	line-height:14px;
}

.gallery_input_feld_datum {
	width:156px;
}



.gallery_input_feld_titel {
	height:24px;
}

.gallery_input_feld_beschreibung {
	height:24px;
}

.gallery_input_feld_datei {
	cursor:pointer;
	width:80px;

}

.gallery_input_feld_1zeilen {
	white-space:pre;
	padding-top:2px;
	height:15px;
	width:100%;
}

.gallery_input_feld_2zeilen {
	white-space:pre;
	padding-top:2px;
	height:30px;
	width:100%;
}

.gallery_input_feld_5zeilen {
	white-space:pre;
	padding-top:2px;
	height:60px;
	width:100%;
}

.gallery_input_feld_datum_info {
	width:244px;
	padding-top:2px;
	height:13px;
	line-height:13px;
}

.gallery_icon_kalender {
	margin-bottom:-1px;
}

.gallery_input_button {
	margin-top:5px;
	width:89px;
	height:16px;
	border:solid 1px black;
	background-color:#bbbbbb;
	cursor:pointer;
}

.gallery_input_select {
	border:solid 1px #000;
	width:100%;
	height:17px;
	background-color:#bbbbbb;
	font-size:10px;
	padding-left:2px;
}

.gallery_input_text {
	line-height:13px;
	height:13px;
}

.gallery_input_checkbox {
	cursor:pointer;
	border:none;
	background-color:#bbbbbb;
}


.gallery_divinputfile {
	background-image:url(../images/icons/upload.gif);	
	background-repeat:no-repeat; 
	background-position:right;
	height:16px;
	width:182px;
	margin-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}

.gallery_divinputfile .gallery_myfile {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:10px;
	height:16px;
	overflow:hidden;
}



.gallery_fakeinputfile {
	margin-top:-16px;
}


.gallery_fakeinputfile .gallery_fakemyfile {
	width:134px;
	background-color:#bbbbbb;
	border:solid 1px #000;
	font-size:10px;
	padding-left:2px;
	height:14px;
	cursor:pointer;

}


.mobile_gallery_thumb {
	width:78px;
	height:78px;	
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

.mobile_gallery_folder_thumb {
	width:156px;
	height:156px;	
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

.folder_div {
	line-height:16px;
	font-size:12px;
	width:156px;
	margin-bottom:20px;
	float:left;
	text-align:center;
}

.mobile_gallery_folder_div {
	line-height:14px;
	margin-left:3px;
	width:156px;
	margin-bottom:10px;
	float:left;
	font-size:11px;
	text-align:left;
}

.mobile_gallery_folder_div_dir {
	margin-left:0px;
	text-align:center;
}

.video_thumb {
		width:250px;
		height:140px;
	}
	
.gallery_span_path {
	font-size:16px;
}
	
.gallery_span_path_link {	
	color:#108BFD;
	font-size:16px;
	font-weight:bold;

}

@media screen and (min-width:38.75em) {
	.video_thumb {
		width:500px;
		height:280px;
	}
}


.content_video {
  display: inline-block;
  text-align:left;
  font-size:11px;
  line-height:20px; 
  padding: 10px 10px 6px 10px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}


@media screen and (min-width:38.75em) {
	.content_video {
		margin-left:20px;
		margin-right:20px;
  		margin-bottom:40px;
	}
}




   