
/*  C O L O R S
================================================== 

BLAU: #172983
ROT: #b20719





/*  G L O B A L S
================================================== */




a {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	color: #172983;
    outline: 0 none;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {background: #172983;}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {background: #b20719;}		

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #172983;
	color: #444;
	-moz-box-shadow: 0 0 4px #172983;
	-webkit-box-shadow: 0 0 4px #172983;
	box-shadow:  0 0 4px #172983;
}

.bq-alt cite {
	color: #63615e;
}



/*  L A Y O U T
================================================== */

body {
	background: #191476;
    font: 15px/24px Arial, Helvetica, sans-serif;
	
	/* background: url("patt25.png") repeat scroll 0 0 #fff; */
	overflow-y: scroll;
}


#content-wrapper {
	border-top: 1px solid #fff;
	background: #f3f3f3 url("container_bg.png") repeat-x scroll 0 0;
	padding: 50px 0 30px;
}


#content-wrapper .container  {background: #fff;}
.non_con #content-wrapper .container {background: none;}


.top-bar {
	/*
	background: url("patt1.png") repeat scroll 0 0 #fff;
   */ 
   background: #fff url("topbar_bg.png") repeat-x scroll 0 0;
   
    padding: 15px 0 10px;
}


#header {
    background: #b20719;
    
    border-top: 1px solid #f2f2f0;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.acc-txt {
	font-family: 'Shadows Into Light Two', cursive;
	font-family: 'Satisfy', cursive; 
	font-family: 'Courgette', cursive;
	color: #172983;
	font-size: 20px;
    font-style: italic;
    padding-top: 10px;
}



.primary__section-inner {
	border-top: 1px solid #fff;
	padding: 20px 0 70px;
	background: #172983 url("slider_bg.png") repeat-x center bottom;
}

.page-title {
	background: #172983;
	border-top: 1px solid #fff;	
	padding: 20px 0 18px;
}

.img_wrap {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}


.page-title strong {
	color: #fff;
	font-size: 23px;
}

/*
.page-title h1 {
	color: #2a3ea3;
	letter-spacing: 0.4em;
}

.page-title h1 i {
	color: #fff;
	font-size: 100px
}

*/

.callnow {
	text-align: right;
	color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
}

.map-wrapper {
	padding: 0;
	margin-top: 10px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



.open_times span {
	min-width: 55px;
	display: inline-block;
}




.rs-arrows a {
    border-radius: 8%
}

.start-content a {
	padding: 5px 17px;
}


/*  L E I S T U N G E N
================================================== */




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

.top-txt {
    text-align: center;
}

}


.project-item img, .start-content img {
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	opacity: 0.6;
}

.project-item:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
	


.project-item-inner {
	box-shadow: none;
}

.project-item-inner .title {
	box-shadow: none;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}



.project-item-inner:hover {
	background: #fff; 
	border-color: #172983; /* #626eab; */
}


.project-item-inner:hover .title {
	color: #172983;
}

.project-feed-filter a {color: #666;}

.project-feed-filter .current, .project-feed-filter {font-weight: bold;}

.project-feed-filter .current, .project-feed-filter .current:hover {
    background: #172983;
    color: #fff;
}

.project-img {
    box-sizing: border-box;
    margin-bottom: 0;
}

.project-desc h2.title {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-align: left; 
	font-family: 'Open Sans Condensed',sans-serif;
}










#sidebar h3, .start-content h2 {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.becht_leistungen #sidebar {
	padding-top: 50px;
	
}


.becht_leistungen figure {
	box-shadow: 0 0 0 0;
	background: #fff;
	border: 1px solid #CCC;
}

.becht_leistungen .entry {
	margin-bottom: 0;
}

.becht_leistungen .entry,.becht_leistungen .entry:before, .becht_leistungen .entry:after {
	border: none;
	background: none;
}

.becht_leistungen .entry-content, .becht_impressum .entry-content {
	background: #fff;
	padding: 20px 30px 10px 10px;
}


.becht_leistungen .entry-footer {
	background: #fff;
	padding: 10px;
}

.becht_leistungen .entry-footer a {
	padding: 5px 17px;
	margin-left: 10px;
	
}


.becht_service_nav ul {
	border-top: 1px dotted #CCC;
	margin-bottom: 25px;
	padding-left: 0;
}

.becht_service_nav li {
	padding: 0;
	border-bottom: 1px dotted #CCC;
	margin: 0 !important;
	position: relative;
}

.becht_service_nav li a, .becht_service_nav li span {
	padding: 0 0 0 20px;
	display: block;
	line-height: 35px;
	text-decoration: none !important;
	color: #63615e;
	font-weight: bold;	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.becht_service_nav li span {
	color: #ccc;
}

.becht_leistungen .becht_service_nav ul li a:before, .becht_leistungen .becht_service_nav ul li span:before  {
	content:"\f101";
	position: absolute;
	top: 0px;
	left: 4px;
	display: block;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
}

.becht_service_nav li a:hover {
	color: #172983;
	/*
	color: #fff;
	
	padding: 0 0 0 23px;
	*/
	font-size: 13px;
	background: #fff;
} 

.becht_leistungen .becht_service_nav ul li a:hover:before {
}

.paright {
	padding-right: 30px; 
}


#start_boxes .grid_4 {
	background: #fff;
	min-height: 200px;
}  

.start-content {
	padding: 10px;
}

.start-content img {
	margin: 5px 0 15px 0;
}

.startseite blockquote {
	padding: 0 80px;
	text-align: center;
	margin-top: -20px;
}

.startseite blockquote p:first-child {
	text-indent: 0 !important;
}

.startseite blockquote:before {
    content: "";
  }

.rs-caption {
    top: 80%;
    left: 60%;
}


.rs-caption h2 span.second {
	color: #fff;
}

.rs-next:hover, 
.rs-prev:hover {
    background: #172983;

}





/*  M E N U
================================================== */

.sf-menu {
  	margin-bottom: 6px;
}

.sf-menu > li:before {
	border: none;
	background: none;
}

.sf-menu > li > a {
    padding: 20px 25px 4px;
	font-size: 15px;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow: 0 1px 0 #9e0717;
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background: #fff;
	color: #333;
}


.breadcrumbs li a, .breadcrumbs li, .breadcrumbs li:before {
    color: #626eab;
}

.breadcrumbs li a:hover {
    color: #fff;
}






/* F O O T E R 
================================================== */


#footer {
	border-top: 6px solid #b20719;	
}

#footer, #footer h3, #footer p, #footer li, #footer a, .widget__footer, .widget-title  {color: #626eab;}

#footer i {
	font-size: 18px;
	margin-right: 10px;
	color: #626eab;
}

#footer strong {
	text-transform: uppercase;
	font-weight: bold;
}

#foot_logo {
	margin: -5px 0 25px;
}

.foot_con a {text-decoration: underline;}
.foot_con a:hover {text-decoration: none;}

.foot_con strong {
	font-size: 20px;
}

#footer h3.widget-title {
	text-transform: none;
	border-bottom: 1px solid #626eab;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

.widgets-footer {
	background: #172983;
	border-top: 1px solid #fff;
	padding: 40px 0 30px;
}  

#footer .copyright {
	background: #191476;
	color: #626eab;
	font-size: 12px;
	font-weight: bold;
}

.foot_nav ul {
	padding: 0;
	margin-bottom: 5px;
}


.foot_nav li {
	display: block;
	margin-bottom: 0;
	margin: 0;
    padding: 0;
    position: relative;
}

/*
.foot_nav li:before {
    color: #626eab;
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: inherit;
    top: 1px;
}


.foot_nav li.noic:before {
	content: "";
}
*/

.widget__footer .widget-title:before, .widget__footer .widget-title:after {
	background: none;
}

.copyright {
	border-top: 1px solid #626eab;
}

#footer .tagcloud {
	margin-top: 10px;
}

#footer .tagcloud a {
	background: #172983;
	border: 1px solid;
	color: #626eab;
	font-size: 12px;	
}

#footer .tagcloud a:hover {
	background: #626eab;
	color: #172983;
}



/*  I M P R E S S E U M
================================================== */

.becht_impressum h2 {
	font-size: 15px;
	margin-bottom: 15px;
}



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

.top-txt {
    text-align: center;
}

.breadcrumbs {
	display: none;
}

}


