@charset "UTF-8";
/* CSS Document */


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

img {
	border: 0;
}

body {
	font-family: "Roboto" , sans-serif;
	color: #333;
	
	}
	
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	}

ul {
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab" , serif;
	font-weight: 500;
	line-height: 1.75rem;
	margin: 0;
}


h2 {
	font-size: 2rem;
	line-height: 2.25rem;	
	font-weight: 400;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;	
	font-weight: 400;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed gray;
}

h5 {
	font-size: 1rem;
}

p {
	font-family: "Roboto" , sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #333;
	margin: 0 0 20px;
}

a {
	font-family: "Roboto" , sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: #333;
}

a:hover {
	font-family: "Roboto" , sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: #000;
}



/*#######################  MAIN STUFF ###########################*/

#main_container {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: #fff;
	border: 1px solid red;
	
	}

/*####################### HEADER ###########################*/

#header {
	position: relative;
	left: 50%;
	margin-left: -475px;
	height: 200px;
	max-width: 80%;
	background: #fff;
	}

#header_pic {
	height: 100%;
	width: 950px;
	margin: 0 auto;
	background: url(../images/headerpic3.jpg) no-repeat;
	}
	
/*#######################  NAVI  ###########################*/

.navbar-header {
	height: 100px;
}
.navi_wrap {
	position: absolute;
	height: 100px;
	width: 100%;
	float: left;
	background: #060;
	
	}


#logo {
	position: absolute;
	margin: 20px 0;
	height:60px;
	width: 160px;
	background: url(../images/logo_reussundanton.png) no-repeat;
	background-size: contain;
	}

	#logo:hover {
		coursor: pointer;
	}

.navbar {
	width: 100%;
	min-height: 90px;
	padding: 0 15%;
	background: url(../images/header_bg.jpg) repeat-x;
	background-position: center top;
	margin-bottom: 0;
	-webkit-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.2);
    z-index: 1000;

	}

.navbar-nav {
    float: right;
    right: 0;
}


.navbar-default {
 background-color: transparent;
 border-color: transparent;
 border: none;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 5px solid transparent;
    color: #000;
}

.navbar-default .navbar-nav > .active > a.home {
	display: block;
margin-top: 30px;
height: 20px;
width: 20px;
padding-bottom: 25px;
margin-right: 20px;
background: url(../images/icons/icon-home.svg) no-repeat;
background-size: contain;

}

.nav > li > a:hover {
	border-bottom: 5px solid #000;
}



.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus{
    border-bottom: 5px solid #DD3940 ;
    background-color: transparent ;
}

.navbar-default .navbar-nav > .active > a:hover{
    border-bottom: 5px solid #A5363A ;
    background-color: transparent ;
}


.navbar-toggle {
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;

}


li.dropdown {
	display: none;
}

.dropdown-menu {
	background: #e2e2e2;
}

.dropdown-menu > li > a {
	color: #000;
	white-space: normal;
	border-bottom: 1px dashed gray;
}

/*.dropdown-menu > li > a::before {
	content: "";
    height: 13px;
    width: 29px;
    background: url(../images/icons/icon-arrow-right.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: contain;
    float: left;
    background-position: left center;
    margin: 3px 0 10px 0;
}*/



/*#######################  Slider ###########################*/

.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box !important;
    padding-left: 1rem;
}



.slider-wrapper {
	position: relative;
	height: 60vh;
	width: 100%;
	background-color: #333;
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    display: none;
    height: 5px;
    background: #000;
    background: rgba(0,0,0,.15);
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    bottom: 0;
}



/*#rev_slider_490_1_forcefullwidth { /*höhe des Ausschnitts vom Hero image der Unterseiten*/
  /*  height: 300px !important;
} 

*/




/*#######################  Article  ###########################*/



article a {
	padding: 0.25rem 0.5rem 0.25rem 2.65rem;
	border-radius: 3px;
	margin: 0 0 0 -2.5rem;
	}

article	a:hover {
    color: #000;
}


/* article a::before {
	content: "";
	height: 15px;
	width: 25px;
	display: block;
	background: url(../images/icons/icon-arrow-right.svg) no-repeat;
    background-size: auto auto;
	background-size: contain;
	margin: 5px 5px 5px 10px;
	float: left;
	}
*/

/*#######  IOCNS TEASER  #######*/

.themenicon {
	display: none;
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 0 10px 0;
	}

	.thema-bauen {
		background: url(../images/icons/icon-bauen.svg) no-repeat;
		background-size: contain;
		}

	.thema-renovieren {
		background: url(../images/icons/icon-renovierung.svg) no-repeat;
		background-size: contain;
		}

	.thema-bauleitung {
		background: url(../images/icons/icon-bauleitung.svg) no-repeat;
		background-size: contain;
		}



/*#######################  Content  ###########################*/


#content_container {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/main_bg.jpg) #000 repeat-x;
	background-position: center top;
	z-index:2000;
	background-color: #F4F0EF;
	-webkit-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 3px 0px rgba(0,0,0,0.2);
}

.main-content {
	position: relative;
	width: 100%;
	padding: 0 15%;	}

#accordion_wrap {
	margin: 30px 0 0 1px;
	min-height: 300px
	}



/*############# Content-col-LEFT  ----------------- #############*/


.content-col-left {
	position: relative;
	padding-top: 30px;
	float: left;
	z-index: 300;
	}


.content-col-left p {	
	}
	
	
.content-col-left h3 {
	padding: 3px 0 3px 10px;
	font-size: 1.25rem;
	background: rgba(0,0,0,.1);
	margin: 20px 0 5px 0;
	border-bottom: none;
	}

	
.content-col-left h3.headline:hover {	
	text-decoration: none;
	}


.content-col-left h3 a:focus {
	outline: none;	
	}	


.content-col-left ul li {
	list-style: none;
	}

.content-col-left ul li a {
	position:relative;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	overflow: hidden;
	border-bottom: 1px dashed gray;
	}

/* .content-col-left ul li a::before {
	content: "";
    height: 13px;
    width: 29px;
    background: url(../images/icons/icon-arrow-right.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: contain;
    float: left;
    background-position: left center;
    margin: 3px 0 10px 5px;
	}
*/





.content-col-left ul li:hover {
	text-decoration: underline;
	color: #000;
	}

.content-col-left ul.accordeon li:hover {
	text-decoration: none;
	}

.content-col-left ul.accordeon li a:hover {
	}


.content-col-left ul li.subactive {
	width: 233px;
	text-decoration: none;
	margin: -1px 0 0 21px;
	padding: 0 0 0 25px;
	background: url(../images/subnavi_active.png) no-repeat;
	background-position:left;
	}

.content-col-left ul li a:hover{
	}

.content-col-left ul li a.subactive {
	}

.content-col-left ul li a:focus {
	outline: none;
	}

.content-col-left ul li ul {
	margin-top: 0;
	}






/*############# Content-col-RIGHT  ----------------- #############*/

	
.content-col-right {
		}

.content-col-right p {
	margin-top: 10px;
	}
	
.content-col-right p a {
	text-decoration: underline;
	height: 15px;
	line-height:2em;
	}

.content-col-right p a:hover {
	text-decoration: underline;
	color: #DD3940;
	}

.content-col-right table td a {
	text-decoration: none;
	text-decoration: underline;
	}

.content-col-right table td a:hover {
	text-decoration: underline;
	color: #000;
	}

.content-col-right table {
	position: relative;
	margin: 0 0 30px 0;
	}

.content-col-right table th {
	text-align: left;
	width: 55px;
	
	}

.content-col-right h5 {
	margin: 40px 0 -40px 0;
	padding: 0 0 5px 0;
	}
		
	
	.spacer {
		padding: 60px 0 0 0;
		}
		

.content-col-right ul li {
	list-style: none;
	}

	.content-col-right ul li ul h3 {
		padding: 3px 0 3px 10px;
		font-size: 1.125rem;
		background: rgba(0,0,0,.1);
		margin: 20px 0 5px 0;
		border-bottom: none;
		}

	.content-col-right ul li ul li {
		padding: 10px 0;
		list-style: square;
		padding-right: 0;
		margin-left: 1rem; 
	}


.partnerlist {
	padding: 0;
}

#bild {
	overflow: hidden;

}

#bild img{
	width: 100%;
	margin: 1.5rem 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	

/*#######################  Kontaktformular  ###########################*/



/*-------- textbereich kontaktformular ---------*/

#formtext_wrap {
	position: relative;
	left: 0;
	margin: -30px 0 50px 0;
	z-index: 20;
	}

#formtext_kontakt {
	height: 100%;
	}

#formtext_kontakt h3 {
	font-size: 0.8em;
	margin: 10px 0 7px 0px;
	padding-top: 10px;
	}

#formtext_kontakt p {
	font-weight: normalO;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333;
	margin: 0 0 0 30px;
	}

#formtext_kontakt h5 {
	font-size: .9em;
	line-height: 1.2em;
	margin: 30px 0 -40px 0;
	padding: 0px 10px;
	}

#formtext_kontakt p a {
	text-decoration: none;
	height: 15px;
	color: #333;
	line-height:2em;
	border: 1px dashed gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	}

#formtext_kontakt p a:hover {
	text-decoration: underline;
	color: #F60;
	background: #FFF;
	border: 1px dashed #333;
	}

#formtext_kontakt #tabelle {
	position: relative;
	height: 70px;
	padding: 0 10px;
	}

#formtext_kontakt table {
	position: absolute;
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	color: #666;
	border: none;
	}

#formtext_kontakt table th {
	text-align: left;
	width: 55px;
	
	}
#formtext_kontakt table td a {
	text-decoration: underline;
	color: #000;
	}

#formtext_kontakt table td a:hover {
	text-decoration: underline;
	color: #DD3940;
	}
	

#innerbox_form {
	left: 40px;
	float: left;
	}

#innerbox_form p a, #innerbox_form table td a {
	text-decoration: none;
	text-decoration: underline;
	color: #000;
	}

#innerbox_form p a:hover, #innerbox_form table td a:hover {
	text-decoration: underline;
	color: #DD3940;
	}

		
#innerbox_form ul li {
	list-style: none;
	margin: 30px 0 0 0;
	}
	
#innerbox_form ul li#first_li {
	margin: 0;
	}
	
#innerbox_form ul li h3 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 300;
	border-bottom: 1px dashed gray;
	padding-bottom: 5px;
	}
	

#innerbox_form p {
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	color: #666;
	}
	
#innerbox_form table {
	position:  absolute;
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	margin: 240px 0 0 8px;
	color: #666;
	}

#innerbox_form table th {
	text-align: left;
	
	}

#innerbox_form p.pflicht {
	font-size: 0.7em;
	color: #F60;
	float: left;
	margin: 0 0 0 270px;
	}

#innerbox_form h3 {
	margin: 30px 0 0 0;
	padding: 5px 10px;
	border-bottom: 1px dashed gray;
	}


#innerbox_form h3#formular_head {
	margin: -19px 0 0 0;
	padding: 5px 10px;
	}


#form_content {
	float: left;
	z-index: 20;
	font-size: 1rem;
	}
	
#form_content #errlog {
	color: #C00;
	}

#form_content #errlog h3 {
	font-size: 1.25em;
	color: #C00;
	font-weight: bold;
	}

#form_content #errlog ul li {
	list-style: disc;
	}

#form_content #thxAll_headline {
	color: #000;
	margin: 10px 0 0 18px;
	padding-bottom: 5px;
	}

#form_content #thxAll {
	line-height: 1.4em;
	color: #000;
	margin: 30px 0 0 18px;
	}

#form_content #thx {
	color: #000;
	margin: 30px 0 20px -8px;
	}


#form_content label {
	padding: 10px 0 0 3px ;
	display: block;
	margin-bottom: 0;
	}

#form_content input {
	float: left;
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;
	border: 2px solid #fff;
	}

#form_content input:hover, 
#form_content input:focus, 
#form_content input:active {
	float: left;
	height: 40px;
	width: 100%;
	border: 2px solid rgba(0,0,0,.5);
	padding: 0 0 0 10px;
	}
	
#form_content #kurslable {
	margin: 20px 0 0 15px;
	}
	
#form_content fieldset {
	border: none;
	margin: 0 0 7px 0;
	
	}

#form_content fieldset#set_first {
	border: none;
	
	}
	


#form_content select {
	float: right;
	height: 40px;
	overflow: auto;
	margin: 2px 0 0 0;
	padding: 5px 0 0 5px;
	line-height: 1.5em;
	border: 2px solid white;
	}

#form_content select:hover {
	border: 1px solid red;
	background: #c6c6c6;
	}
	
#form_content select option {
	margin: 0 0 2px 0;
	padding: 0 0 0 4px;
	}

#form_content textarea {
	float: left;
	width: 100%;
	height: 150px;
	padding: 10px;
	font-size: 1rem;
	line-height: 1.6em;
	resize: none;
	border: 2px solid white;
	}

#form_content textarea:hover {
	border: 2px solid rgba(0,0,0,.5);
	}
	
#form_content input#button {
	position: relative;
	display: inline;
	margin: 10px 0 30px 0;
	padding: 5px 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
	border: none;
	width: 50%;
	}

#form_content input#button:hover {
	position: relative;
	background: #000;
	color: #fff;
	}



/*#######################  Footer  ###########################*/

.footer_wrap {
	position: relative;
	height: 245px;
	width: 100%;
	margin: auto auto -10px auto;
	z-index: 5;
	clear: both;
	background: url(../images/bottom_bg.jpg) center;
	}

.footer_wrap ul {
	position: absolute ;
	display: block ;
	right: 10%;
	bottom: 15px;
	}

.footer_wrap ul li {
	float: right;
	list-style: none;
	}

.footer_wrap ul li a {
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	margin-right: 10px;
	padding: 3px 6px;
	}

.footer_wrap ul li a:hover {
	color: #DD3940;
	text-decoration: underline;
	}


	
#map {
	height: 400px;
	z-index: 10;
	}

	
/*#######################  NIVO SLIDER CSS  (Header)  ###########################*/


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:300px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-50px;
	bottom: 0px;
	padding: 0 0 3px 0px;
	background: #FFF;
	color:#333;
	text-align:right;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:5;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	top: 160px;
	left: 60px;
	display:block;
	width:12px;
	height:12px;
	margin-right: 5px;
	z-index:99;
	float: left;
	cursor:pointer;
	text-indent: -9999px;
	background:url(../images/bullet.png) no-repeat;
}
.nivo-controlNav a.active {
	background:url(../images/bullet_active.png) no-repeat;
	
}

.nivo-controlNav a:hover {
	background:url(../images/bullet_hover.png) no-repeat;
	
}



/*#######################  Ticker SLIDE CSS  ###########################*/


/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		
		#slides{
			position: relative;
			left: -30px;
			width:600px;
			height: 300px;
			background: url(../images/slider_bg.png);
		}
		
		#pause {
			position: absolute;
			top: 33px;
			left: 560px;
			margin-left: -25px;
			height: 30px;
			width: 30px;
			display: none;
			background: url(../images/pause.png);
			z-index:1000;
			border-radius: 7px;
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			border: 1px dashed gray;
			}
		
		.slides_container {
			position: relative;
			top: 20px;
			left: 32px;
			padding: 20px 30px 30px 15px;
			width:493px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		.slides_container div {
			width:520px;
			height:200px;
			display:block;
		}
		
		.slides_container h1 {
			font-weight: 500;
			text-shadow: #fff 1px 2px 2px;
		}
		
		.slides_container p {
			margin: 10px 0 0 0;
			line-height: 1.5em;
			color: #333;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			position: absolute;
			top: 250px;
			left: 45px;
			list-style:none;
			margin:0;
			padding:0;
			float: left
		}

		
.pagination li {
	float:left;
	margin:0 4px 0 0;
	list-style:none;
	}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image: url(../images/pagination.png);
	background-position:0 0;
	overflow:hidden;
	}

.pagination li a:focus {
	outline: none;
	}

.pagination li a:hover {
	outline: none;
	background-image: url(../images/pagination.png);
	background-position:0 -24px;
	}

		/*
			Optional:
			Show the current slide in the pagination
		*/
.pagination .current a {
	background-image: url(../images/pagination.png);
	background-position:0 -12px;
	}

@media only screen and (min-width:600px) (max-width:920px){


.navbar {
	width: 100%;
	min-height: 90px;
	padding: 0;
	border: 1px solid red;
	}	


}



