/*
Theme Name: ReWa Soft GmbH
Theme URI: http://www.rewasoft.de/
Description: ReWa Soft GmbH. Die Zukunft der Warenwirtschaft.
Version: 1.1
Author: Robert Reiter
Author URI: http://www.rewasoft.de/
*/




/* ================================== Allgemeine Definitionen ================================== */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#fancybox-outer, #fancybox-wrap {
	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

body {
	margin: 0px;
	padding: 0px;
	font: 14px 'Gudea', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5em;
	color: #5d5e5f;
	background: #f7f7f7 url(images/bg_zahnraeder.png) no-repeat center bottom;
	background-attachment:fixed;
}

body.body_startseite {
    background: #0059AA url(images/bg_startseite_cover.jpg);
	/*background-repeat: no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height: 100%;
}

#mobile_bg {
	display: none;
}

@media (max-device-width: 1024px) and (orientation: landscape) {
	#mobile_bg {
		background: #0059AA url(images/bg_startseite_cover.jpg);
		display: inline-block;
		position: fixed; 
		top: 0; 
		left: 0; 
		z-index: 1;
		/* Preserve aspet ratio */
		min-width: 100%;
		min-height: 100%;		
	}

	body.body_startseite {
		background: transparent;
		/*min-height: 125%;
		background-size: 130%;*/	
	}
}


.bg_zahnraeder {
	background: #f7f7f7 url(images/bg_zahnraeder.png) no-repeat center bottom;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input {
	margin: 0px;
	padding: 0px;
}




/* ================================== Container ================================== */

#headerwrap {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 8px #959697 solid;
	background: #ffffff;
	z-index: 10;
}

	#header {
		margin: 0px auto 0px;
		padding: 0px 10px 0px 10px;
		width: 1000px;
		height: 110px;
	}
    @media (max-device-width: 1024px) and (orientation: landscape) {
        #header {
            margin: 0px auto 0px;
            padding: 0px 20px 0px 20px;
            width: 100%;
            height: 110px;
        }
		
		#headerwrap {
			position: relative;
			min-height: 110px;
		}
    }
    @media (max-device-width: 768px) and (orientation: portrait) {
        #header {
            margin: 0px auto 0px;
            padding: 0px;
            width: 980px;
            height: 110px;
        }
    } 
	
		#mainnavigation {
			float: left;
			margin: 0px;
			padding: 0px;
			width: 700px;
		}
		
			#mainnavigation ul {
				margin: 0px;
				padding: 55px 0px 0px 0px;
			}
			
			#mainnavigation li {
				margin: 0px 15px 0px 0px;
				padding: 0px;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				float: left;
				font-size: 17px;
				font-weight: normal;
			}
			
			@media (max-device-width: 768px) and (orientation: portrait) {
				#mainnavigation li {
					font-size: 21px;
				}
			}
		
				#mainnavigation li a {
					color: #636466;
				}
				
				#mainnavigation li a:hover {
					color: #0059aa !important;
				}
				
				#mainnavigation li.current_page_item a {
					color: #0059aa !important;
					font-weight: bold;
				}
		
		#logo {
			float: right;
			margin: 33px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			max-width: 210px;
            max-height: 60px;
            height: 100%;
            width: 100%;
            background-size: contain;
/* 			background-size: auto 100%; */
/*             background: url(images/logo.png) no-repeat left center; */
/*             background-image: url(images/logo.png); */
/* 			background-color: rgba(0, 0, 0, 0); */
/* 			background-image: url("images/logo.png"); */
/* 			background-repeat: no-repeat; */
/* 			background-attachment: scroll; */
/* 			background-clip: border-box; */
/* 			background-origin: padding-box; */
/* 			background-position: center; */
/* 			background-position-x: left; */
/* 			background-position-y: center; */
        }
        
		#logo_rewasoft_zucchetti {
			max-width: 210px;
            max-height: 60px;
            height: 100%;
            width: auto;			
		}
        

/*         @media only screen and (-webkit-min-device-pixel-ratio: 2) { */
/*             #logo { */
/*             	background-image: url(images/logo.png); */
/*                 background: url(images/logo_2x.png) no-repeat left center; */
/*                 background-size: 210px 60px; */
/* 				background-size:100% auto; */
/*             } */
/*         } */

#theaserslogan {
	margin: 10px auto 20px;
	padding: 0px;
	width: 960px;
    height: 300px;
    background: url(images/theaserslogan_1.png) no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #theaserslogan {
        background: url(images/theaserslogan_1_2x.png) no-repeat left center;
        background-size: 960px 300px;
    }
}

#werbebanner {
	margin: 140px 0px 20px 20px;
	width: 400px;
    height: 200px;	
	background: url(images/theaser_eurocis_2016_2.png) no-repeat center;
	text-align: center;
	color: #0059aa;
    font-size: 20px;
    font-weight: bold;	
}

#eurocisbanner {
	margin: 100px 0px 20px 20px;
	width: 400px;
    height: 300px;	
	background: url(images/euro_cis_notizzettel_2016_2.png) no-repeat center;
	text-align: center;
	color: #0059aa;
    font-size: 20px;
    font-weight: bold;	
}

	.eurocistext {
		margin: 20px 0px 0px 0px;
		padding: 60px 10px 0px 0px;
		/*color: #a2a0a0;*/
		color: #0059aa;
		font-size: 21px;
		font-weight: bold;		
	}

#umzugbanner {
	margin: 140px 0px 20px 20px;
	width: 400px;
    height: 200px;	
	background: url(images/achtung2.png) no-repeat center;
	text-align: center;
	color: #0059aa;
    font-size: 20px;
    font-weight: bold;	
}

	.umzugtext {
		margin: 80px 0px 0px 0px;
		padding: 55px 0px 0px 0px;
		/*color: #a2a0a0;*/
		color: #0059aa;
		font-size: 18px;
		font-weight: bold;		
	}

	.btn_umzug {
		margin: 0px 0px 0px 0px;
		padding: 8px 12px 6px 12px;
		font-size: 13px;
		font-weight: bold;
		width: 400px;
		text-align: center;
	}
	
#umzugbanner a {
	display: block;
	height: 100%;
}

#theaserslogan_btn {
	margin: 0px auto 60px;
	padding: 0px 225px 0px 0px;
	width: 980px;
    text-align: right;
}

	.btn_gelb {
		margin: 0px 0px 0px 0px;
		padding: 6px 12px 6px 12px;
	    -webkit-border-radius: 3px;
	    -khtml-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		background: #ffeb00 url(images/bg_btn_gelb.png) repeat-x right top;
		color: #4e4e4e;
		font-size: 13px;
		font-weight: bold;
	}	

@media (max-device-width: 768px) and (orientation: portrait) {
	.btn_gelb {
		font-size: 17px;
	}
}
	
#theaserboxes {
	margin: 30px auto 0px;
	padding: 0px;
	width: 980px;
	height: 150px;
	border-radius: 5px 5px 5px 5px;
	background: #ffffff;
	background-image: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%);
	opacity: 0.9;
}
@media (max-device-width: 1024px) and (orientation: landscape) {
    #theaserboxes {
        width: 960px;
    }
}
@media (max-device-width: 768px) and (orientation: portrait) {
    #theaserboxes {
		display: none;
        width: 960px;
    }
}

	#theaserbox_left {
		float: left;
		margin: 20px 0px 0px 0px;
		padding: 0px 20px 0px 20px;
		width: 33%;
		height: 110px;
		border-right: 1px #e5e5e5 solid;
	}

	#theaserbox_middle {
		float: left;
		margin: 20px 0px 0px 0px;
		padding: 0px 20px 0px 20px;
		width: 33%;
		height: 110px;
		border-right: 1px #e5e5e5 solid;
	}
	
	#theaserbox_right {
		float: left;
		margin: 20px 0px 0px 0px;
		padding: 0px 20px 0px 20px;
		width: 33%;
		height: 110px;
	}
	
		.theaserboxes_subhline {
			margin: 0px 0px 5px 0px;
			font-size: 12px;
			text-variant: uppercase;
			color: #9d9d9d;
			line-height: 1.0em !important;
		}
	
		.theaserboxes_hline {
			margin: 0px 0px 15px 0px;
			font-size: 20px;
			font-weight: bold;
			color: #0059aa;
		}
	
		.theaserboxes_text {
			font-size: 14px;
			color: #000000;
			line-height: 1.2em !important;
		}
		
#theaserboxesMobile	{
	display: none;
}

@media (max-device-width: 768px) and (orientation: portrait) {
	#mobileBox {
		width: 100%;
		text-align: center;
	}

    #theaserboxesMobile {
		display: inline-block;
		width: 95%;
        /*width: 960px;*/
		margin: 30px auto 0px;
		padding: 0px 0px 15px 0px;
		/*width: 980px;
		height: 150px;*/
		border-radius: 10px;
		background: #ffffff;
		background-image: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%);
		opacity: 0.9;	
		text-align: center;
    }
	
	.theaserboxMobileItem {
		border: 1px solid #e5e5e5;
		/*height: 110px;*/
		margin: 20px auto 5px;
		padding: 0 20px;
		width: 70%;	
		background: #ffffff;
		background-image: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%);		
	}
	
	
	.theaserboxes_subhline {
		font-size: 20px;
	}

	.theaserboxes_hline {
		padding: 5px 0px 0px 0px;
		font-size: 32px;
	}

	.theaserboxes_text {
		font-size: 24px;
	}	
	
	.slider_aktuell_startseite a {
		font-size: 24px;
	}
}

#subnavigation {
	margin: 0px auto 15px;
	padding: 20px 10px 10px 10px;
	width: 980px;
	height: 63px;
	background: #ffffff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px #e6e6e6 solid;
	text-align: center;
}

	#subnavigation ul {
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
			
			#subnavigation li {
				display: inline;
				margin: 0px 10px 0px 10px;
				padding: 0px;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				font-size: 17px;
				font-weight: normal;
			}
		
				#subnavigation li a {
					color: #636466;
				}
				
				#subnavigation li a:hover {
					color: #0059aa !important;
				}
				
				#subnavigation li.current_page_item a {
					margin: 0px 0px 0px 0px;
					padding: 8px 15px 8px 15px;
				    -webkit-border-radius: 3px;
				    -khtml-border-radius: 3px;
				    -moz-border-radius: 3px;
				    border-radius: 3px;
					background: #0089d8 url(images/bg_btn_blau.png) repeat-x right top;
					color: #ffffff;
					font-size: 17px;
					font-weight: bold;
					border: 1px #1a68c1 solid;
				}

#content {
	margin: 0px auto 20px;
	padding: 30px;
	width: 980px;
	background: #ffffff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px #e6e6e6 solid;
}

	#content_2columns_left {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		width: 630px;	
	}

	#content_2columns_right {
		float: left;
		margin: 0px 0px 0px 25px;
		padding: 0px 0px 0px 25px;
		width: 238px;
		border-left: 1px #dadada solid;	
	}

.newsitem {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 630px;
	border-bottom: 1px #dadada solid;
	background: url(images/btn_iconnewsitem.png) no-repeat top right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .newsitem {
        background: url(images/btn_iconnewsitem_2x.png) no-repeat top right;
        background-size: 35px 33px;
    }
}

	.newsitem_headline {
		padding: 0px 85px 0px 0px;
		font-size: 18px;
		color: #0059aa;
	}
	
	.newsitem_date {
		margin: 0px 0px 20px 0px;
		font-size: 11px;
		color: #939393;
	}
	
	.newsitem_text {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 40px 0px;
		background: url(images/bg_newsitem_shadow.png) no-repeat left bottom;
	}
	
.newsitem_page {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 630px;
}

	.newsitem_page_headline {
		padding: 0px 85px 0px 0px;
		font-size: 18px;
		color: #0059aa;
	}
	
	.newsitem_page_date {
		margin: 0px 0px 20px 0px;
		font-size: 11px;
		color: #939393;
	}
	
	.newsitem_page_text {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 40px 0px;
	}

#informationsanfrage {
	margin: 0px auto 30px;
	padding: 30px;
	width: 980px;
	background: #ffffff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px #e6e6e6 solid;
	text-align: center;
}

#footer_home {
	margin: 10px auto 30px;
	padding: 0px;
	width: 980px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
		
	#footer_home a {
		color: #ffffff;
	}

@media (max-device-width: 768px) {
	#footer_home {
		font-size: 24px;
	}
}	
	
#breadcrumb {
	margin: 0px auto 15px;
	padding: 15px 15px 15px 15px;
	width: 950px;
	font-size: 12px;
	color: #565656;
	border-bottom: 1px #e0e0e0 solid;
	border-top: 1px #e0e0e0 solid;
}

#footer_top {
	margin: 0px auto 0px;
	padding: 0px;
	width: 950px;
	font-size: 12px;
	color: #565656;
}

		#footer_top a {
			color: #565656;
		}
		
		#footer_top a:hover {
			opacity: 0.8;
		}

	.footerbox {
		float: left;
		margin: 0px 30px 0px 0px;
	}
	
	.footerbox_last {
		text-align: right;
	}

    .ibm_businessspartner {
        float: right;
        background: url(images/rewasoft_ibmbusinesspartner.png) no-repeat top right;
        width: 170px;
        height: 199px;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ibm_businessspartner {
            background: url(images/rewasoft_ibmbusinesspartner_2x.png) no-repeat top right;
            background-size: 170px 199px;
        }
    }

#footer_bottom {
	margin: 20px auto 30px;
	padding: 15px 15px 0px 15px;
	width: 980px;
	font-size: 11px;
	color: #565656;
	border-top: 1px #e0e0e0 solid;
}

.trigger {
	cursor: pointer;
}

.content_box {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	width: 920px;
	border-bottom: 1px #dadada solid;
}

.content_box_last {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	width: 920px;
}

.content_box_last1 {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	width: 920px;
}

.siteheader {
	margin: 5px 0px 30px 0px;
	padding: 0px;
	width: 920px;
	text-align: center;
	font-size: 47px !important;
	line-height: 50px;
	font-weight: bold;
	color: #626365;
	text-shadow: 1px 2px 0px #e6e6e6;
}

.sitesubheader {
	margin: 0px auto 40px;
	padding: 0px;
	width: 850px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #959697;
	line-height: 24px;
}

.referenzimage {
	margin: 0px 0px 25px 0px;
	padding: 6px;
    border: 4px #e9e9e9 solid;
	/*box-shadow: 0px 0px 6px #acacac;*/
}

	.btn_gelb_normal {
		margin: 5px 0px 5px 0px;
		padding: 6px 12px 6px 12px;
	    -webkit-border-radius: 3px;
	    -khtml-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		background: #ffeb00 url(images/bg_btn_gelb.png) repeat-x right top;
		color: #4e4e4e;
		font-size: 13px;
		font-weight: bold;
		box-shadow: none !important;
		border: 0px !important;
	}

	.box_grau {
		margin: 0px 0px 0px 0px;
		padding: 20px;
	    -webkit-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    border: 1px #c2c2c2 solid;
		background: #f9f9f9 url(images/bg_boxgrau.jpg) no-repeat right bottom;
		-moz-box-shadow: 2px 2px 2px #bbbbbb;
		-webkit-box-shadow: 2px 2px 2px #bbbbbb;
		box-shadow: 2px 2px 2px #bbbbbb;
	}
	
#headerimage_subpage {
	margin: -30px 0px 0px -30px;
	padding: 0px;
	width: 980px;
	height: 317px;
	background: red;
}

.bg_1200 {
	background: url(images/bg_contentbox_1200.png) 0px -40px;
}

.kundenstimmen {
	margin: 5px auto 0px;
	padding: 55px 0px 0px 0px;
	width: 635px;	
	height: 281px;
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	text-align: center;
	background: url(images/bg_kundenstimmen.png) no-repeat top left;
}

	.kundenstimmen_slide {
		margin: 0px 0px 0px 50px;
	}
	
	.kundenstimmen_slide_item {
		width: 535px;
		height: 195px;
		text-align: center;
	}

	ul.pagination {
		margin: 10px auto 0px !important;
		padding: 0px !important;
	    list-style: none outside none !important;
	    text-align: center;
	}

		.pagination li {
			display: inline-block;
			list-style-image: none !important;
			list-style-position: outside !important;
		}
		
		.pagination li a {
		    margin: 0px 3px 0px 3px !important;
		    background-image: url(images/pagination.png);
		    background-position: 0 0;
		    float: left;
		    height: 0;
		    overflow: hidden;
		    padding-top: 13px;
		    width: 13px;
		}
		
		.pagination li.current a, .pagination li.current a:hover {
		    background-position: 0 -13px;
		}
		
	ul.pagination_wws {
		margin: 20px auto 0px !important;
		padding: 0px !important;
	    list-style: none outside none !important;
	    text-align: center;
	}

		.pagination_wws li {
			display: inline-block;
			list-style-image: none !important;
			list-style-position: outside !important;
		}
		
		.pagination_wws li a {
		    margin: 0px 3px 0px 3px !important;
		    background-image: url(images/pagination.png);
		    background-position: 0 0;
		    float: left;
		    height: 0;
		    overflow: hidden;
		    padding-top: 13px;
		    width: 13px;
		}
		
		.pagination_wws li.current a, .pagination li.current a:hover {
		    background-position: 0 -13px;
		}

	#slides_wws .prev {
		position: relative;
		top: -500px;
		left: 0px;	
	}
	
	#slides_wws .next {
		position: relative;
		top: -400px;
		left: 0px;	
	}
	
		.prev_btn {
			width: 45px;
			height: 112px;
			background: #cccccc url(images/btn_prev.png);
		}
		
		.next_btn {
			width: 45px;
			height: 112px;
			background: #353535 url(images/btn_next.png);
		}
		
	#slides_wws .slides_container {
		width: 800px;
	}

/* ================================== Textelemente ================================== */

h1, h2 {
	color: #00519e;
	font: 23px 'Gudea', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

h3 {
	margin: 0px 0px 30px 0px;
	font-size: 27px;
	font-weight: normal;
	color: #0059aa;
	line-height: 1.2em;
}

a {
	color: #00519e;
	text-decoration: none;
}

.blaufett {
	color: #00519e;
	font-weight: bold;
}

a:hover {
	color: #508dc7;
	text-decoration: none;
}

	.content_box ul {
		margin: 0px 0px 0px 25px;
		padding: 0px;
	}
			
			.content_box li {
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 4px 0px;
				list-style-image:url(images/listicon.jpg);
				list-style-position: outside;
				font-size: 15px;
				line-height: 1.4em;
			}

	.content_box_last ul {
		margin: 0px 0px 0px 25px;
		padding: 0px;
	}
			
			.content_box_last li {
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 4px 0px;
				list-style-image:url(images/listicon.jpg);
				list-style-position: outside;
				font-size: 15px;
				line-height: 1.4em;
			}
		
	ul.besonderheiten {
		margin: 15px 0px 0px 0px;
		padding: 0px;
	}
			
			ul.besonderheiten li {
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 5px 2px;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				font-weight: normal;
				color: #0059aa;
				border-bottom: 1px #dadada solid;
			}

/* ================================== Formulare ================================== */

input, select, textarea {
	background: #F7F7F7;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: 0 1px 1px #DFDFDF inset;
    margin: 5px 0px 0px 0px;
    outline: 0 none;
    padding: 6px;
}

textarea {
	font: 12px 'Gudea', 'Helvetica Neue', Arial, sans-serif !important;
}

input:hover, input:focus {
	border: 1px #DFDFDF solid;
}

textarea:hover, textarea:focus {
	border: 1px #DFDFDF solid;
}


/* ================================== Toggle Container  ================================== */


h3.trigger {
	font: 12px 'Gudea', 'Helvetica Neue', Arial, sans-serif;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	font-weight: bold;
	background: url(images/icon_toggle_down.jpg) no-repeat right top;
}

h3.trigger a {
	text-decoration: none;
	display: block;
}

.toggle_container {
	margin: 0px;
	padding: 5px 0px 20px 0px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.toggle_container .block {
	padding: 0px 20px 0px 11px;
}


/* ==================================  SITEMAP  ================================== */


#wp-realtime-sitemap-pages h3 {
	display: none;
}

#wp-realtime-sitemap-pages ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
		
#wp-realtime-sitemap-pages ul li {
	float: left;
	width: 190px;
	margin: 0px 20px 0px 0px !important;
	padding: 20px 0px 10px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

	#wp-realtime-sitemap-pages ul li a {
		padding: 5px 20px;
		background: #f1f1f1;
		font-weight: bold;
	}
	
	#wp-realtime-sitemap-pages ul li ul {
		margin: 10px 0px 20px 0px;
		padding: 0px 0px 20px 0px;
	}

	#wp-realtime-sitemap-pages ul li ul li {
		width: 300px
		margin: 0px 0px 0px 0px !important;
		padding: 0px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}
	
		#wp-realtime-sitemap-pages ul li ul li a {
			color: #414141;
			font-weight: normal !important;
			padding: 0px 0px 0px 20px;
			background: none;
		}
		
			#wp-realtime-sitemap-pages li ul li ul {
				margin: 0px;
				padding: 0px 0px 0px 0px;
			}
		
			#wp-realtime-sitemap-pages li ul li ul li {
				width: 300px
				margin: 3px 0px 5px 0px !important;
				padding: 0px 0px 0px 10px;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
			}
			
				#wp-realtime-sitemap-pages li ul li ul li a {
					color: #8e8e8e;
					font-weight: normal !important;
					padding: 0px 0px 0px 20px;
					background: none;
				}

/* ================================== Sonstige Elemente  ================================== */

.clear {
	clear: both;	
}

.displaynone {
	display: none;
}

img.referenzen_kunde {
	float: left;
	border: 4px #eeeeee solid !important;
	margin: 0px 20px 5px 0px !important;
}

.referenzen_info {
	margin: 0px 0px 20px 6px;
	color: #8e8e8e;
}

#content_text img {
	border: 0px #eeeeee solid;
	margin: 0px 0px 20px 0px;
}

.td_heading {
	margin: 0px;
	padding: 7px 15px 7px 15px;
	background: #dfdfdf;
	font-weight: bold;
}

.td_text {
	margin: 0px 0px 0px 0px;
	padding: 7px 15px 7px 15px;
	background: #f1f1f1;
}

p {
	margin: 0px 0px 10px 0px;
}

.tdborder {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px #dfdfdf solid;
}

.wpcf7-list-item {
	display: block !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: inline-block !important;
}


span.wpcf7-list-item-label {
	margin: 0px 0px 0px 5px !important;
}

.checkbox-1, .radio-1 {
	margin: 3px 0px 0px 0px;
}

.textinfoanfrage {
	width: 320px !important;
}

.textfeldinfoanfrage {
	width: 320px !important;
	height: 275px !important;
}

td.td_border_top {
	padding: 25px 0px 5px 0px;
	border-top: 1px solid #DFDFDF;
}

td.td_border_top_uebersicht {
	padding: 25px 0px 5px 0px;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;
	color: #414141;
}

td.td_border_top_uebersicht:hover {
	color: #414141;
}

img.none {
	border: 0px !important;
	margin: 0px !important;
}


/* Theaserimages Startseite */

.bx-prev {
	position: absolute;
	top: 166px;
	left: -15px;
	height: 30px;
	width: 30px;
	text-indent: -999999px;
	background: url("js/fancy_nav_left.png") no-repeat top left transparent;
	z-index: 9999;
}

.bx-next {
	position: absolute;
	top: 166px;
	right: -15px;
	height: 30px;
	width: 30px;
	text-indent: -999999px;
	background: url("js/fancy_nav_right.png") no-repeat top left transparent;
	z-index: 9999;
}

/* Tabs Startseite */

.startseite_slider_tabs a {
	margin: 0px 0px 0px 0px;
	padding: 7px 20px;
	background: #f1f1f1;
	font-weight: bold;
}

	.startseite_slider_tabs a.pager-active {
		background: #dfdfdf;
	}

#startseite_slider {
	margin: 6px 0px 0px 0px;
	padding: 20px;
	width: 620px;
	height: 220px;
	background: #fafafa;
}

	#startseite_slider_content {
		margin: 0px;
		padding: 0px;
		width: 580px;
		height: 220px;
	}

#theaser_startseite .bx-wrapper .bx-window {
	height: 352px;
}	

#content .bx-wrapper {
	margin: 0px auto 20px;
	width:800px;
}

#content #slider_mde .bx-wrapper {
	margin: 0px 0px 0px 0px;
	width:980px;
}

#content ul.bxslider {
	margin: 0px 0px 0px -30px;
}

	#content ul.bxslider li {
		margin: 0px 30px 0px 30px;
	}

#content ul.bxslider_fade {
	margin: 0px;
}

	#content ul.bxslider_fade li {
		margin: 0px;
	}

#content ul.bxslider_fade_mde {
	margin: 0px;
}

	#content ul.bxslider_fade_mde li {
		margin: 0px;
	}

#content #bx-pager {
	margin: 0px auto 0px;
	width: 725px;
}

	#content #bx-pager a:hover {
		opacity: 0.7;
	}

#content #bx-pager-pos {
	margin: 0px auto 0px;
	width: 615px;
}

	#content #bx-pager-pos a:hover {
		opacity: 0.7;
	}

a.sliderbtn {
	text-indent: -999;
	background: url("images/btn_slider.jpg") no-repeat 0px -20px;
}

	a.sliderbtn:hover {
		text-indent: -999;
		background: url("images/btn_slider.jpg") no-repeat 0px 0px;
	}
	
	a.active {
		text-indent: -999;
		background: url("images/btn_slider.jpg") no-repeat 0px 0px;
	}

/* Tabs seite */

ul.tabs {
	margin: 0px 0px 25px 0px !important;
	padding: 0px !important;
	float: left;
	width: 670px;
	list-style: none;
	border-bottom: 1px #dfdfdf solid;
}

ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	background: #f1f1f1;
	padding: 5px 20px !important;
	font-weight: bold;
}

ul.tabs li.active {
	background: #dfdfdf;
}

ul.tabs li a {
	text-decoration: none;
	color: #00519E;
	display: block;
	outline: none;
}

ul.tabs li a:hover {
	color: #4784c4;
}

.tab_container {
	clear: both;
	float: left;
	width: 650px;
	margin: 0px 0px 40px 0px;
}

.tab_content {
	padding: 0px;
}

a.transparent:hover {
	opacity: 0.8;
}

.sprachenbox {
	margin: 20px auto 0px;
	padding: 0px 0px 20px 0px;
	width: 700px;
	border-bottom: 1px solid #D7D8D9;
}
	
	.sprachenbox .headline {
		color: #00519e;
		font: 20px 'Gudea', 'Helvetica Neue', Arial, sans-serif;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
	}
	
	a.menusprache:hover {
		text-decoration: none !important;
		border: 0px !important;
	}

#navi_frame {
	width: 215px;
	border: 3px solid #DFDFDF;
    margin: 0px;
    padding: 11px 15px 5px 15px;
    background: #fcfcfc;
}    

.gelb_hinterlegung {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ffeb00;
	margin: 0px 0px 0px -5px;
	padding: 2px 5px 2px 5px;
}   

.rewa_tabs {
	margin: 0px;
	padding: 0px;
	width: 850px;
}

.tabsmenu {
	padding: 0;
}
	.tabsmenu li { 
		display: inline-block;
		height: 80px;
	}
	.tabsmenu li.left a { 
		-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    border-radius: 5px 0px 0px 5px;
	    border-style: solid;
	    border-width: 1px;	
	    background-image: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%);    
	    color: #353535;
	    cursor: pointer;
	    font-size: 25px;
	    line-height: 20px;
	    margin-bottom: 0;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    vertical-align: middle;
	    padding: 10px 30px 10px 30px;
	    margin: 0px -2px 0px -2px;
	}
	.tabsmenu li.right a { 
		-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    border-radius: 0px 5px 5px 0px;
	    border-style: solid;
	    border-width: 1px;	
	    background-image: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%);    
	    color: #353535;
	    cursor: pointer;
	    font-size: 25px;
	    line-height: 20px;
	    margin-bottom: 0;
	    text-align: center;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	    vertical-align: middle;
	    padding: 10px 30px 10px 30px;
	    margin: 0px -2px 0px -2px;
	}
	.tabsmenu li a { 
		color: #ffffff;
	}
	.tabsmenu li.active a { 
		background: #1A68C1 !important;
	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.298) inset !important;
	    color: #ffffff;
	}
	.content_tabbed { 
		float: left;
		padding: 10px 20px 20px;
		width: 850px; 
	}
	
#rssicon {
	position: relative;
	top: 30px;
	left: -55px;
	width: 24px;
	height:19px;
}


a.btn_navi_header {
    /*background: url("../images/icon_navi.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    float: left;
    height: 64px;
    margin: 8px 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 64px;
	display: none;
}

@media (max-device-width: 768px) and (orientation: portrait) {
	a.btn_navi_header {
		display: inline;
		background: url("images/icon_navi_64px_black.png");
	}
	
	.sb-slidebar  .page_item a {
		/*background: #959697;*/
		background: linear-gradient(to right, #959697, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
		display: block;
		font-size: 50px;
		padding: 15px 5px;
		margin: 10px 0px 10px 0px;
		text-decoration: none;	
	}
	
	#mainnavigation {
		display: none;
	}
}

.jobhighlight {
	font-weight: bold;
	} 
