body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 17px;
	background-color: #FFF;
	font-weight: normal;
	line-height: 150%;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0266a3;
	text-transform: uppercase;
	padding-top: 20px;
}
h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	padding-top: 20px;
}
a{
	color: #0266a3;
}
 a:hover{
	text-decoration: underline;	
}
#header{
	background-color: #fff;
}
.logo {
	display: inline-block;
	width: 244px;
	height: 91px;
}
.logo {
	text-align: center;
	position: static;
	margin-bottom: 0px;
	margin-top: 10px;
}

body.sidebar_right #main {
	width: 67%;
}

body.sidebar_right #right{
	width: 28%;
}
body.sidebar_right #right .inside {
    padding-bottom: 45px;
    padding-left: 5%;
}

@media only screen and (max-width: 1024px) {
	.logo {
		display: inline-block;
		width: 165px;
		height: 57px;
	}
}

@media only screen and (max-width: 768px) {
	body.sidebar_both #left{
		display:none;	
	}
	body.sidebar_both #main, body.sidebar_right #main{
		width: 100%;
	}
	body.sidebar_both #right, body.sidebar_right #right{
		width:250px;
		margin-left:0%;
	}
	#container-inside{
		padding-top:0px !important;
		padding-left:20px !important;
		padding-right:20px !important;
		padding-bottom:20px !important;
	}
	h1{
		margin-top:0px;
	}
	.logo {
		left: 20px;
	}
}


/*********************************************************************
Navigation
*********************************************************************/
#stickyheader {
	display: none!important;
}
#container_before {
	display: none;
}
.mainmenu li[class*="icon-"] a:before, .mainmenu li[class*="icon-"] span:before {
	display: none;
}
.mainmenu li[class*="icon-"] ul li a:before, .mainmenu li[class*="icon-"] ul li span:before {
	display: inline-block;
}
nav.mainmenu ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #0266a3;
}
nav.mainmenu span {
	display: none;
}
nav.mainmenu ul ul span {
	display: block;
}
nav.mainmenu {
	display: inline-block;
	width: 100%;
	position: relative;
}
nav.mainmenu ul {
	float: right;
	display: inline-block;
}
nav.mainmenu ul li a {
	padding-top: 0px;
	padding-bottom: 20px;	
}
nav.mainmenu ul li.last ul {
	right: auto;
}
#header .inside {
	display: block;
}
#stickyheader {
	background: rgba(255,255,255,0.9);
}
#header nav.mainmenu ul li {
	display: inline-block;
	float: none;
}
#header nav.mainmenu ul li.megamenu .layer_two li {
	display: table-cell;
}
#header nav.mainmenu ul li .layer_two li {
	display: block;
}
#header nav.mainmenu ul li.megamenu ul.level_3 li {
	display: block;
}
#header nav.mainmenu ul li a {
	margin-left: 25px;
	margin-right: 25px;
}
nav.mainmenu ul ul li a {
	font-size:16px!important;
}

#top {
	display: none!important;
}


/*********************************************************************
Inhalt
*********************************************************************/
.image_container.float_left {
    float: left;
    margin-bottom: 3%;
    padding: 0;
    width: 25%;
}
table td {
    border-top: 1px solid #e3e3e3;
    padding: 0.2em;
    text-align: left;
}




/*********************************************************************
Footer
*********************************************************************/
#footer{
	background-color: #0266a3;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;	
}
#footer h4{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
#footer input, #footer textarea, #footer input.submit{
	background-color: #ddd;
	color: #000;
}
#footer .inside{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
}
#bottom {
  display: none;
}

/* Mobile Navigation */
#off_canvas{
	background-color: #fff;
	color: #000;
}
#off_canvas a{
	color: #333;	
}
#off_canvas a:hover, #off_canvas a.active, #off_canvas a.trail{
	background-color: #0266a3;
	color: #fff;
}

#header nav.mainmenu ul li a {
	margin-right: 10px;
	margin-left: 10px;
}



/* Farbeinstellungen */

.color {
	color: #0266a3;
}
.bg_color {
	background-color: #0266a3;
}
#container_before .inside:after {
	border-color: #0266a3 transparent transparent transparent;
}
.button, .ce_hyperlink a, .servicebox_4 a, .servicebox_5 p a, .servicebox_6 p a, input[type="submit"], input.submit {
	background: #0266a3;
}
.servicebox_7:hover {
	border-color: #0266a3;
}
.servicebox_4:hover:before, .servicebox_6:hover img, .servicebox_5:hover .image_container {
	border: 3px solid #0266a3;
}
.servicebox_4 p a {
	background: #0266a3;
}
nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul li a.active, nav.mainmenu ul ul li.active a {
	background: #0266a3; 
}
#submenu a:hover, #submenu a.active {
	color: #0266a3;
}
.more a {
	color: #fff; 
	background-color: #0266a3;
}
.pagination li a:hover {
	color: #0266a3;
}
.pagination li span.current {
	background: #0266a3; 
	color: white;
}
.calltoaction {
	border-left: 4px solid #0266a3;
}
.calltoaction a {
	background: #0266a3; 
	color: #fff;
}
.portfolioliste .backside {
	background-color: #0266a3;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	background: #0266a3;
}
.servicebox_4:hover:before {
	background: #0266a3; 
	color: #fff;
}
#nav-open-btn:before {
	background: #0266a3; 
	border: 2px solid #0266a3;
}
.portfolioteaser .bx_caption .morelink a {
	color: #0266a3;
}
.portfolioteaser .bx_caption {
	background: #0266a3;
}
.testimonial_v1 a {
	color:#0266a3;
}
.testimonial_slider a {
	color:#0266a3;
}
nav.mainmenu ul ul {
	border-top: 5px solid #0266a3;
}
nav.mainmenu ul li a:after {
    background: #0266a3;
}
.ce_text p a:not(.button) {
	color: #0266a3;
}
.servicebox:before {
	background: #0266a3; background: #0266a3 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0266a3 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #0266a3 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0266a3 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0266a3 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0266a3 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0266a300000', endColorstr='#26000000', GradientType=1 );
}
.nachrichtenliste .subheadline {
	color: #0266a3;
}
.ce_text p a:not(.button) {
	color: #0266a3;
}
.blog .comments a, .blog .morelink {
	color: #0266a3;
}
.nachrichtenteaser_slider .subheadline {
	color: #0266a3;
}
.nachrichtenteaser_v3 .subheadline {
	color: #0266a3;
}
.teambox_3 .email a, .teambox_3 .email {
	color: #0266a3;
}
.ce_preistabelle .preiswrapper {
	background: #0266a3;
}
nav.mainmenu ul li.trail a:after, nav.mainmenu ul li.active a:after {
	background-color: #0266a3;
}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {
	background: #0266a3;
}
#top {
	background: #0266a3;
}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {
	color: #0266a3
}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {
	color: #0266a3;
}
.articlewrapper.typ3 {
	background: #0266a3;
}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {
	background: #0266a3;
}
.teambox_2 .funktion {
	color: #0266a3;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0266a3;
}
.ce_imagemap .circle {
	box-shadow: 0 0 0 4px #0266a3;
}
.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px #0266a3;
}


