@CHARSET "UTF-8";

/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Arial Narrow', 'PT Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	color:#5e5e5e;
	background-color:#ffffff;
	width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
    background-color: inherit;
    color: #8fb73c;
	text-decoration:none;
}

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

h1 {
	font-size:2.285em;
	color:#8fb73c;
	font-weight:400;
	margin-bottom:18px;
	border-top:1px dotted #8eb73a;
	background-image: url("/media/images/common/headline_top_image.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top:20px;
}

h2 {
	font-size:1.428em;
	color:#5e5e5e;
	font-weight:400;
	margin-bottom:18px;
}

h3 {
	font-size: 1.285em;
	color:#5e5e5e;
	font-weight:400;
	margin-bottom:18px;
	margin-top:0px;
}

hr {
    border-color: #e2e3e2;
    border-style:solid none none;
    border-width:1px medium medium;
    height:1px;
    width: 100%;
}

p {
	padding-top:0px;
	padding-bottom:15px;
	margin:0px;
}

.clear {
	clear:both;	
}

.small {
	font-size:0.857em;
}

.breadcrumb {
	float:left;
	font-family: Arial, sans-serif;
	font-size:0.857em;	
    margin-top:25px;
    max-width:500px;
}

.breadcrumb a {
	color:#5e5e5e;
}

.breadcrumb a:hover {
	color:#8fb73c;
}

.arrow {
    background: url(/media/images/common/arrow_green.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left:12px;
    padding-right:3px;
}

.arrow_red {
    background: url(/media/images/common/arrow_red.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left:12px;
    padding-right:3px;
}

.arrow_red a {
	color:#B8082C !important;
}

.arrowBack {
    background: url(/media/images/common/arrow_green_back.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 12px;
}

.arrowFirst {
	background: url(/media/images/common/arrow_green.png);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left:12px;
    padding-right:3px;
}

.tundra .dijitTitlePaneTitle {
    background-image: none !important;
    border: none !important;
    padding: 6px 4px;
    background-color:#8eb73a;
    border-radius: 6px;
    color:#ffffff;
    margin-bottom:12px;
}

.tundra .dijitTitlePane .dijitArrowNode {
    background-image: url(/media/images/common/dijitTitlePane_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 9px;
    width: 14px;
}

.tundra .dijitTitlePane .dijitClosed .dijitArrowNode {
    background-position: -21px 0;
}

.dijitArrowNode {
	float:right;
	margin-right:12px;
	margin-top:6px;
}

.dijitTitlePaneTitle * {
	outline:none !important;
	display:block;
}

.dijitTitlePaneContentOuter {
	border: none !important;
}

.tundra .dijitButtonNode {
	background: none !important;
	border: none !important;
}

.inputfield {
    width:300px; 
    margin-bottom:12px !important;
}

.inputfield:hover {
    background-color:#e4e4e3 !important;
}

.inputfieldshort {
    width:50px;
    margin-bottom:12px !important;
}

.inputfieldshort:hover {
    background-color:#edecea !important;
}

.inputfieldmiddle {
    width:239px;
    margin-bottom:12px !important;
}

.inputfieldmiddle:hover {
    background-color:#edecea !important;
}

fieldset {
  padding: 0.2em;
}

label {
  float:left;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:normal;
}

.contact_form h2 {
	color:#8eb73a;
	border-top:1px dotted #8eb73a;
	background-image: url("/media/images/common/headline_top_image.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top:22px;
    padding-bottom:12px;
    margin-top:24px;
}

#search {
	float:right; 
	width:212px;
	margin-right:30px;
}

.search {
	position:absolute;
	width:212px;
	z-index:900 !important;
	margin-top:30px;
}

#searchTerm {
	float:right;
	border:0px;
	height:31px;
	width:200px;
	padding-left:12px;
	background-color:#ffffff;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Mozilla */
	opacity: 0.80; /* Opera */
}

#content_text li {
    background: url("/media/images/common/contentlist.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    line-height: 1.5em;
    list-style-type: none;
    padding-left: 18px;
}

/****** PIWIK-IFRAME - IMPRESSUM ******/

.piwikContainer iframe {
	border: 0; 
	height: 150px; 
	width: 100%;
	margin-top:-20px;
}

/**********************************************************
 *
 * Layout
 *
 **********************************************************/

#all_wrapper {
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
}

#header_wrapper {
	border-bottom:4px solid #8fb73c;
}

.logo {
	max-width:100%;
	height:auto;
	float:left;
	padding-top:75px;
}

.service {
	max-width:100%;
	height:auto;
	float:right;
}

#content_text {
	float:right;
	width:620px;
}

#social_media {
	float:right; 
	width:105px;
}

.social_media {
	position:absolute;
	width:105px;
	margin-top:-7px;
	z-index:900 !important;
}

.facebook {
	margin-left:3px;
	margin-right:9px;
}

.home_content h1 { 
	color:#8eb73a;
	border-top:1px dotted #8eb73a;
	background-image: url("/media/images/common/headline_top_image.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top:22px;
    padding-bottom:6px;
    margin-bottom:0px;
    margin-right:315px;
}

.stellenexternTitle h3 {
	padding-bottom:0px;
	margin-bottom:0px;
}

.abstractgridTitle h2 {
	padding:0px;
	margin:0px;
}

.stellenexternType {
	font-size:16px;
}

.stellenexternMore {
	padding-top:12px;
}

.abstractgridDate {
	float:right;
	font-size:12px;
}

.abstractgridDetail p {
    margin: 0;
    padding-bottom: 2px;
    padding-top: 2px;
}

.BackButton {
	padding-top:25px;
}

/***** Google Übersetzer *****/

.translate_button {
	font-size:0.93em;
	text-align:center;
	float:right;
	min-width:115px;
	height:19px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	background-color:#8fb73c;
	color:#ffffff;
	margin-top:6px;
}

.translate_button a {
	color:#ffffff !important;
	background: url(/media/images/common/arrow_down_white.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:16px;
}

#google_translate_element {
	display:none;
	float:right;
	padding:12px;
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-left:1px solid #cacaca;
}

/* FOOTER */

#footer hr {
	border-color: #aad454;
    border-style:solid none none;
    border-width:1px medium medium;
    height:1px;
    width: 100%;
}

.footerNavLeft {
	float:left;
	width:20%;
	margin-top:9px;
}

.footerNavLeft a {
	color: #ebff00;
}

.footerNavLeft a:hover {
	color: #ffffff;
}

.footerNavLeft ul {
	margin:0px;
	padding:0px;
}

.footerNavLeft li {
	color: #ebff00;
	list-style-type:none;
	line-height:2.0em;
}


.footerNavMiddle {
	float:left;
	padding-right:60px;
	width:33%;
}

.footerNavMiddle h3 {
	margin-top:15px;
	padding-top:0px;
	padding-bottom:6px;
	margin-bottom: 0px;
	border-bottom:1px dotted #ffffff;
}

.footerNavMiddle a {
	color: #ffffff;
}

.footerNavMiddle a:hover {
	color: #ebff00;
}

.footerNavMiddle ul {
	margin:0px;
	padding:0px;
}

.footerNavMiddle li {
	color: #353535;
	list-style-type:none;
	line-height:1.8em;
	float:left;
	width:100%;
	border-bottom:1px dotted #ffffff;
}

.footerNavEnd {
	float:right;
	width:40%;
}

.footerNavEnd h3 {
	margin-top:15px;
	padding-top:0px;
	padding-bottom:6px;
	margin-bottom: 0px;
	border-bottom:1px dotted #ffffff;
}

.footerNavEnd a {
	color: #ffffff;
}

.footerNavEnd a:hover {
	color: #ebff00
}

.footerNavEnd ul {
	margin:0px;
	padding:0px;
}

.footerNavEnd li {
	color: #353535;
	list-style-type:none;
	line-height:1.8em;
	float:left;
	width:100%;
	border-bottom:1px dotted #ffffff;
}

/* FOOTER DARK GREEN*/

#footer, #footerDark #footerTop {
    color: #d7ff85;
    position: relative;
    margin: 0;
}

#footerTop {
	background: none repeat scroll 0 0 #e7ae15;
	height: 5px;
	margin-top: 40px;
	margin-bottom: 2px;
}

#footer {
	background: none repeat scroll 0 0 #8eb73a;
}

#footerDarkGreen {
    background: none repeat scroll 0 0 #6f9521;  
}

#footerWhite {
    background: none repeat scroll 0 0 #ffffff;
    max-height:95px;  
}

.footerContentWhite {
    margin: 0 auto;
    max-width: 960px;
}

.footerContent {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 960px;
}

.footerContent h2 {
	font-family: 'Arial', 'PT Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
	margin-top:0px;
	padding-top:0px;

}

.footerKontakt {
	float:left;
	border-right:1px solid #82ad2b;
	width:28%;
	min-height:280px;
}

.footerNotfall {
    line-height: 1.5em;
    float:left;
    border-right:1px solid #82ad2b;
    width:33%;
    min-height:280px;
    padding-left:65px;
}


.footerNavService {
    line-height: 1.5em;
    float:left;
    min-height:280px;
    width:20%;
    margin-left:70px;
}

.footerNavService a {
	color:#D7FF85;
}

.footerNavService a:hover {
	color:#e7ae15;
}

.footerNavService ul {
	margin:0px;
	padding:0px;
}

.footerNavService li {
	color: #D7FF85;
	list-style-type:none;
	float:left;
	width:100%;
	background-image: url("/media/images/common/arrow_orange.png");
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left:12px;
}

.footerNavService h2 {
    color:#ffffff;
	background-image: url("/media/images/common/service_icon.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left:34px;
    padding-top:2px;
    margin-left:0px;
}
.guestbookHeadline h2
{
	color:#8FB73C;
}

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

#naviWrapper {
	width:102%;
	margin:0px;
	font-family: Arial, sans-serif;
	z-index:10000 !important;
}

/****** Ebene 1 ******/

#naviWrapper ul.navigation {
	margin:0px !important;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
}

#naviWrapper ul li {
    float:left;
    list-style:none;
    margin:0px;
    width:16%;
    text-align:center;
    padding-bottom:8px;
    background: url("/media/images/common/navborder.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
}
#naviWrapper .navigation-li.navigation-li-first.navigation-li-home {
	background:none !important;
}
#naviWrapper ul a {
	width:100%;

}
#naviWrapper .navigation-link { 
	display:block;
	width:100%;
	border:0px solid #dedede;
	padding-top:10px;
	padding-bottom:0px;
}

#naviWrapper ul a:hover {
	color:#8fb73c !important;
	background-image: url("/media/images/common/navi_arrow_green.png");
    background-position: center 0px;
    background-repeat: no-repeat;
}


#naviWrapper .navigation-link.navigation-link-active { 
	color:#8fb73c;
	background-image: url("/media/images/common/navi_arrow_green.png");
    background-position: center top;
    background-repeat: no-repeat;
    
}

#naviWrapper ul li .navigation-link { 
	color:#5e5e5e;
}


/****** Ebene 2 - Mouseover ******/


#naviWrapper ul li ul  {
    display:none;
}


#naviWrapper ul li:hover ul  {
    display:block;
    z-index:8000 !important;
    position:absolute;
    margin-top: 3px !important;
    margin-left:0px !important;
    padding-left:40px;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:30px;
    background-color: #8fb73c !important;
   
}

#naviWrapper ul li.navigation-li:hover ul {
	background-image: url("/media/images/common/navarrow_green.png");
    background-position: -5px 0px;
    background-repeat: no-repeat;
}


#naviWrapper ul li ul .navigation-li {
    background: url("/media/images/common/arrowsubnav.png") no-repeat left 0px top 16px; 
    margin: 0;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:15px;
    text-align:left;
    
}

#naviWrapper ul li ul li {
    clear: left;
    margin: 0;
    line-height: 1.8em;
    border-top:1px dotted #ffffff;
	width:100%;
	padding-left:15px;
	padding-right:0px;
	
}

#naviWrapper .navigation-li.navigation-li-first {
	border-top:none !important;
}

#naviWrapper ul li ul .navigation-link { 
	color:#ffffff !important;
	padding-top:0px;
	border:0px;
}

#naviWrapper ul li ul .navigation-link.navigation-link-current.navigation-link-active { 
	color:#ffffff !important;
	background-image: none;
    padding-top:0px;
}

/****** Side Navigation ******/

#side_navigation {
	float:left;
	width:280px;
	height:100% !important;
	font-family: Arial, sans-serif;
	margin-right:50px;
	margin-top:24px;
	margin-bottom:50px;
	z-index:1000;
}

.side_navigation_top {
	color:#b8082c;
	font-size:1.285em;
	padding-left:10px;
	padding-bottom:12px;
}

#side_navigation ul.navigation {
	margin:0px;
    padding:0px;
    text-align:left;
}

#side_navigation ul li {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    border-bottom:1px dotted #a7a7a7;
}

#side_navigation ul li ul li {
    display:block;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    border:none;
}

#side_navigation li a {
	display:block;
	color:#5e5e5e;
	text-decoration:none;
	background-image: url("/media/images/common/arrow_grey.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left:12px;
}

#side_navigation li li a {
	background-image: url("/media/images/common/arrow_green.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

#side_navigation li a:visited {
	color:#5e5e5e;
}

#side_navigation li a:hover {
	color:#8fb73c;
	background-image: url("/media/images/common/arrow_green.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

#side_navigation .navigation-link.navigation-link-current.navigation-link-active { 
	color:#8fb73c !important;
	background-image: url("/media/images/common/arrow_green.png") !important;
    background-position: 0 4px !important;
    background-repeat: no-repeat;
}

#side_navigation .navigation-link.navigation-link-current {
    background-image: url("/media/images/common/arrow_green.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #8fb73c !important;
}

#side_navigation .navigation-link.navigation-link-active {
    background-image: url("/media/images/common/arrow_grey_down.png") !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat;
}

#side_navigation ul li ul li .navigation-link.navigation-link-current {
    background-image: url("/media/images/common/arrow_green.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #8fb73c !important;
}

#side_navigation ul li ul li .navigation-link.navigation-link-active {
    background-image: url("/media/images/common/arrow_grey_down.png") !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat;
}


/**********************************************************
 *
 * kleine Monitore, iPad ...
 *
 **********************************************************/

/* mobile Geräte, Smartphone, iPhone */ 

@media only screen and (max-device-width: 600px) {  
	
	h1 {
		margin-top:0em;
    }
    
    #logoContainer {
	    float:none;
	    padding-top:30px;
		padding-bottom:30px;
		display:block;
	}

	/* Navigation */ 
	#naviWrapper ul li {
    	clear:both;
    	width:90%;
    	background:none;
    	border-bottom:1px solid #CACACA;
	}
	#naviWrapper ul li:hover ul  {
    	display:none;
    }
    #naviWrapper ul a:hover {
		background-image:none;
	}
	#naviWrapper .navigation-link.navigation-link-active { 
		background-image:none;
	}
	.side_navigation_top {
		padding-top:20px;
	}
	
	/* Content */
	#all_wrapper {
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	.logo {
		padding-top:10px;
	}
	.breadcrumb {
    	display:none;
    }
    .translate_button {
    	display:none;
	}
	#content_text {
    	width:90%;
    	padding-left:12px;
    	padding-right:12px;
    }
    #search {
    	display:none;
    }
    .home_content h1 {
    	clear: both !important;
    	width: 100% !important;
	}
    .boxen_rechts {
    	clear: both !important;
    	width: 100% !important;
	}
	.newsbox {
	    width: 86% !important;
	    margin-top:20px;
	}
	.home_content {
    	padding-left:12px;
    	padding-right:12px;
    }
    .service_box {
    	margin-left:10px;
    	margin-right:10px;
    	font-size:10px;
    }
    .service {
    	display: none;
	}
    .footerContent {
	    max-width:90%;
    }
    .footerNavService {
    	display:none;
	}
	.footerKontakt {
	    border-right: 0px;
	    float: none;
	    min-height: 280px;
	    width: 90%;
	    padding-left:60px;
	}
	.footerNotfall {
	    display:none;
	}
	#footer {
	    display:none;
	}
	#side_navigation {
		clear:both;
  		margin-right:0px;
	}
	/*#side_navigation ul li {
		float:left;
		width:45%;		
  	}*/
    #content_text {
		width:auto;
	 	float:none;
		/*font-size:85%;*/
	}
	#footerWhite {
		display:none;
	}
	
	/* Blockcontent */
	.blockcontentBlock.blockcontentBlockAnsprechpartner {
		width:90% !important;
		height:100% !important;
		background-image:none !important;
		box-shadow:none !important;
	}
	.ap_image {
		display:none !important;
	}
	.apImage {
		display:none !important;
	}
	.ap_textcontent {
		clear:both !important;
		width:100% !important;
		border-left:none !important;
		padding-left:0px !important;
	}
	.blockcontentBlockBoxTrenn {
	    display:none !important;
	}
	.blockcontentBlockBoxText {
    	min-height: 0px !important;
    	padding-right: 0px !important;
    	margin-bottom:12px !important;
	}
	.blockcontentBlockBox {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
	}
	.blockcontentBlockBoxLeft {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
	}
	.blockcontentBlockBoxRight {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:none;
	}
	.blockcontentBlockBoxMoreButton {
	    margin-bottom:12px;
	}
	.blockcontentBlock.blockcontentBlockDownloadBoxen {
	    width: 90% !important;
	}
	.blockcontentBlock.blockcontentBlockDownload {
		display:none;
	 }
	.blockcontentBlockBoxBigText {
	    min-height: 0px !important;
	}
	.blockcontentBlockBoxBig {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
	.blockcontentBlockBoxBigEnd {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
	
	.letterOv {
		border-right:5px solid $white;
		border-bottom:5px solid $white;
		padding:6px;
		text-align:center;	
		font-size:2.0em;
		width:40px;
		height:40px;
	}
	
	.letterSingle {
		border-top:0px;
	}
	
	#rslider {	
	    margin-top:20px;
	}
	
	#social_media {
		margin-right:-20px;
	}
	
	.social_media img { 
		max-width:30%;
	}

}

/* kleine Monitore, mobile Geräte, iPad */ 
@media all and (min-width: 461px) and (max-width: 900px) {

/* ------------ Layout and Menus -------------------------- */

	#allWrapper {
		max-width:90%;
	}
	
	#logoContainer {
	    float: right;
	    padding-top:30px;
	}
	.footerContent {
		max-width:90%;
	}
	
	#side_navigation {
		margin-right: 30px;
	}

	#content_text {
		max-width:65%;
	}

/* ------------ Sites -------------------------- */
	
	.boxen_rechts {
		max-width:60% !important;
		min-height:640px;
	}
	.newsbox {
	 	padding-left: 5px !important;
    	padding-right: 5px !important;
	}
	.newsboxText {
		 max-width: 70%;
	}
	.blockcontentBlockBoxTrenn {
	    display:none !important;
	}
	.blockcontentBlockBoxText {
    	min-height: 0px !important;
    	padding-right: 0px !important;
    	margin-bottom:12px !important;
	}
	.blockcontentBlockBox {
    	float:left;
    	max-width: 45% !important;
    	width: 45% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
	}
	.blockcontentBlockBoxLeft {
    	float:left;
    	max-width: 40% !important;
    	width: 40% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
		min-height:490px;
	}
	.blockcontentBlockBoxRight {
    	float:left;
    	max-width: 45% !important;
    	width: 45% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:none;
	}
	.blockcontentBlockBoxMoreButton {
	    margin-bottom:12px;
	}
	.blockcontentBlock.blockcontentBlockDownloadBoxen {
	    width: 90% !important;
	}
	.blockcontentBlockBoxBigText {
	    min-height: 0px !important;
	}
	.blockcontentBlockBoxBig {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
	.blockcontentBlockBoxBigEnd {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
}


@media only screen and (max-width:599px) {
	h1 {
		margin-top:0em;
    }
    
    #logoContainer {
	    float:none;
	    padding-top:30px;
		padding-bottom:30px;
		display:block;
	}

	/* Navigation */ 
	#naviWrapper ul li {
    	clear:both;
    	width:90%;
    	background:none;
    	border-bottom:1px solid #CACACA;
	}
	#naviWrapper ul li:hover ul  {
    	display:none;
    }
    #naviWrapper ul a:hover {
		background-image:none;
	}
	#naviWrapper .navigation-link.navigation-link-active { 
		background-image:none;
	}
	.side_navigation_top {
		padding-top:20px;
	}
	
	/* Content */
	#all_wrapper {
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	.logo {
		padding-top:10px;
	}
	.breadcrumb {
    	display:none;
    }
    .translate_button {
    	display:none;
	}
	#content_text {
    	width:90%;
    	padding-left:12px;
    	padding-right:12px;
    }
    #search {
    	display:none;
    }
    .home_content h1 {
    	clear: both !important;
    	width: 100% !important;
	}
    .boxen_rechts {
    	clear: both !important;
    	width: 100% !important;
	}
	.newsbox {
	    width: 86% !important;
	    margin-top:20px;
	}
	.home_content {
    	padding-left:12px;
    	padding-right:12px;
    }
    .service_box {
    	margin-left:10px;
    	margin-right:10px;
    	font-size:10px;
    }
    .service {
    	display: none;
	}
    .footerContent {
	    max-width:90%;
    }
    .footerNavService {
    	display:none;
	}
	.footerKontakt {
	    border-right: 0px;
	    float: none;
	    min-height: 280px;
	    width: 90%;
	    padding-left:60px;
	}
	.footerNotfall {
	    display:none;
	}
	#footer {
	    display:none;
	}
	#side_navigation {
		clear:both;
  		margin-right:0px;
	}
	/*#side_navigation ul li {
		float:left;
		width:45%;		
  	}*/
    #content_text {
		width:auto;
	 	float:none;
		/*font-size:85%;*/
	}
	#footerWhite {
		display:none;
	}
	
	/* Blockcontent */
	.blockcontentBlock.blockcontentBlockAnsprechpartner {
		width:90% !important;
		height:100% !important;
		background-image:none !important;
		box-shadow:none !important;
	}
	.ap_image {
		display:none !important;
	}
	.apImage {
		display:none !important;
	}
	.ap_textcontent {
		clear:both !important;
		width:100% !important;
		border-left:none !important;
		padding-left:0px !important;
	}
	.blockcontentBlockBoxTrenn {
	    display:none !important;
	}
	.blockcontentBlockBoxText {
    	min-height: 0px !important;
    	padding-right: 0px !important;
    	margin-bottom:12px !important;
	}
	.blockcontentBlockBox {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
	}
	.blockcontentBlockBoxLeft {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:1px dotted #848484;
	}
	.blockcontentBlockBoxRight {
    	clear: both !important;
    	max-width: 90% !important;
    	width: 90% !important;
    	padding-left:10px;
    	padding-right:10px;
    	margin-bottom:12px;
    	border-bottom:none;
	}
	.blockcontentBlockBoxMoreButton {
	    margin-bottom:12px;
	}
	.blockcontentBlock.blockcontentBlockDownloadBoxen {
	    width: 90% !important;
	}
	.blockcontentBlock.blockcontentBlockDownload {
		display:none;
	 }
	.blockcontentBlockBoxBigText {
	    min-height: 0px !important;
	}
	.blockcontentBlockBoxBig {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
	.blockcontentBlockBoxBigEnd {
		clear: both !important;
		width: 88% !important;
		margin-right:0px !important;
		margin-bottom:12px;
	}
	
	.letterOv {
		border-right:5px solid $white;
		border-bottom:5px solid $white;
		padding:6px;
		text-align:center;	
		font-size:2.0em;
		width:40px;
		height:40px;
	}
	
	.letterSingle {
		border-top:0px;
	}
	
	#rslider {	
	    margin-top:20px;
	}
	
	#social_media {
		margin-right:-20px;
	}
	
	.social_media img { 
		max-width:30%;
	}

}
