@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/
* {
	margin: 0;
	padding: 0px;
}

body {	
	margin: 0;
	height: 100%;
	color: #3e5052;
	font-family: 'Merriweather Sans', sans-serif; 
	font-size: 14px; 
	background: #fafafa; 

}

body, html{
    overflow: hidden;
    overflow-y: auto;
}

h1 { font-size: 3rem; font-weight: bold; margin-top: 0; margin-bottom: 0.5em; color: #c33f18; }
h2 { font-size: 2.2rem; font-weight: bold; margin-bottom: 0.25em; color: #3e5052; margin-top: 10px;  }
h3 { font-weight: bold; font-size: 1.8rem; margin-top: 0; margin-bottom: 0.25em; color: #c33f18; line-height: 1.2; }
h4 {  margin-bottom: 0.25em; }
h4 { margin-top: 30px; }

 .md-header h1 { font-size: 3rem; font-weight: bold; margin-top: 0; margin-bottom: 0.5em; color: #3e5052; }
 .md-header h2 { font-size: 2.2rem; font-weight: bold; margin-bottom: 0.25em; color: #3e5052; margin-top: 10px;  }
 .md-header h3 { font-weight: bold; font-size: 1.8rem; margin-top: 0; margin-bottom: 0.25em; color: #3e5052; line-height: 1.2; }
 .md-header h4 { margin-bottom: 0.25em; }
 .md-header h4 { margin-top: 30px; }


p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.1em;
	line-height: 1.66;
	color: #3e5052;
	margin-top: 10px;
}

p a {
	color: #c33f18;
}

ol, ul { padding-left: 20px; }
ol li, ul li { line-height: 24px; font-size: 15px; }
img {
	height: auto;
	max-width: 100%;
}
.label {
	font-size: 85%;
	font-weight: normal;
}

a {
	color: #c33f18;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
	text-decoration: none;
	color: #c33f18;	
}


::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

.centered {
	text-align: center;
}
.grey {
	background: #eee;
}
pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

blockquote p {
	margin-top: 0;
}

/*shadow-box*/
.navbar {
	min-height: 80px;
	padding-top: 0px;
	margin-bottom: 0px;
	box-shadow: 0px 6px 15px #7c7c7c66;
}

.navbar-toggle{
	margin-top: 21px;
    margin-right: 15px
}

.navbar-nav{
	margin-top: 8px;
}

/* corner | shadow */
.rnd-corner-1{
	border-radius: 14px;
}

.rnd-corner-2{
	border-radius: 10px;	
}

.rnd-corner-3{
	border-radius: 18px;
	border: 2px solid #c33f18;
}

.rnd-corner-4{
	border-radius: 6px;	
}
.rnd-corner-top-1{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.rnd-corner-bottom-1{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.rnd-corner-top-2{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rnd-corner-bottom-2{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bg-transparent{
	background-color: rgba(0, 0, 0, 0.0);
}

.img-border-1{
	border: solid 1px #aaa;
}

.bg-sopra{
	background-color: #c33f18;
}

.shdw-1{
	box-shadow: 5px 6px 15px #44444444;
}
.shdw-2{
	box-shadow: 2px 3px 14px #4444443d;
}
.bg-transparent{
	background-color: rgba(0, 0, 0, 0.1);
}

.mrgn-bottom-1{
	margin-bottom: 15px;
}

.mrgn-bottom-2{
	margin-bottom: 25px;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: -1px;
	font-size: 18px;
	line-height: auto;
}
.navbar-brand img {
	height: 80px;
	width: auto;
	margin-top: 1px;
}

/* added */
.container {
	/*padding-right: 5px;*/
}

.nopadding {
	/*padding-right: 0px;*/
}

.icon-infos { display: flex; flex-wrap: wrap; justify-content: center; padding: 5px 0; list-style: none; border-top: 0px solid #eee; border-bottom: 0px solid #eee; margin:0px; }
.icon-info { width: 250px; text-align: center; margin: 10px; position: relative; }
.icon-info h3 { font-size: 1em; font-weight: normal; }
.icon-info-image-outer { width: 200px; height: 200px; overflow: hidden; margin: 10px auto; display: flex; align-items: center; justify-content: center; position: relative; }
.icon-info-hex { width: 200px; height: 200px; position: absolute; top: 0; left: 0; stroke: #ccc; fill: transparent; }
img.icon-info-image { max-width: 80px; filter: saturate(0%) brightness(160%); }

.icon-info-small { width: 160px; }
.icon-small { width: 110px; height: 110px; }
img.img-small { max-width: 50px; }

.head_infomessage{
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	color: #c33f18;
}

.infomessage{	
	/*background-color:  rgba(0, 137, 207, 0.08);*/
	/*margin-top:14px;*/
	background-color:  rgba(0, 0, 0, 0.02);
	border: 1px solid #c33f18;
	/*margin-bottom:10px;*/
}	

.info-message-title{
	font-size: 18px;
	color: #c33f18;
	font-weight: 600;
}

/* fixed side navi */
.side-nav a:hover {
    left: -180px;
}

 .side-nav {
    position: fixed;
    right: 0;
    top: calc(18vh - 63px);
    z-index: 2000;
    width: 40px;
}

.side-nav a {
    /*background-color: #0089cf;*/
    background-color: #c33f18;
	/*color: #fff;*/
	color: #fff;
    height: 40px;
    border-radius: 4px;
    font-size: 1.3rem;
    width: 240px;
    left: 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
    flex-grow: 2;
    cursor: pointer;
	box-shadow: 0px 6px 15px #44444444;
}

.side-nav a img {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    object-fit: cover;
    filter: brightness(150%);
}

.side-nav-icon{
	font-size:18px;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    padding-left: 8px;
	padding-top: 3px;
    object-fit: cover;
    filter: brightness(150%);
	
}

/*	FlexSlider Addon */
.addon-slider-1 .flex-control-nav {
	bottom: 10px;
}
.addon-slider-1 .flex-direction-nav a {
	margin: -20px 20px 0px 20px;
	padding: 1px 4px 0px 4px;
	border: 3px solid #ccc;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	color: #ccc;
}
.addon-slider-1 .flex-direction-nav a:before {    
    color: #ccc;   
}
/*
.addon-slides .flex-control-paging li a{
	background: #000;
    background: rgba(255,0,0,1.0); }
}
.addon-slides .flex-control-paging li a.flex-active {
    background: #c33f18;
    background: rgba(0,255,0,1.0); }
}
*/



.headerline{	
	
}

.header-contact-line{
	font-size: 0.8125em;	
}

.header-contact-line span{
	padding-right: 20px;
}

.noHeaderImage{
	margin-bottom: 90px;
}

.navbar-default .navbar-nav > li > a {
	color: #999;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 9px;
}

.navbar-default .navbar-nav > li > a:hover { color: #c33f18; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*color: #c33f18;*/
	color: #c33f18;
	background-color: transparent;
	text-decoration: underline;
}

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

.dropdown-menu {
	background: #fff;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 0;
	min-width:220px;
}


.navbar-default .lang {
	margin-left: 5px;
}
.navbar-default .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.navbar-default .lang ul a {
	margin-left: 0;
}
.navbar-default .lang:before {
	content: '';
	height: 14px;
	width: 1px;
	float: left;
	position: relative;
	top: 18px;
	border-left: 1px solid #3e5052;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}

/* Galerie */
.galerie-title-info{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4rem; 
	color: #fff;	
	padding:4px;
}

/* Aktuelles */
.row-news{ padding-bottom: 0px; }

/* Team */
.contact-person { margin-bottom: 40px; border-top: 1px solid #ccc; padding-top: 20px; }
.contact-person-name { font-size: 1.8rem; color: #c33f18; margin-top: 12px; }
.contact-person-department { font-style: oblique; margin-bottom: 1.2rem; }
.contact-person-label { display: inline-block; width: 60px; margin-bottom: 0.2rem; color: #888; }
.row-team{ padding-bottom: 30px; }
/* company - partner */

.company-box{ 
	margin-bottom:30px;
}

.reference-box{ 
	margin-bottom:30px;
}

.messages-box{ 
	margin-bottom:30px;
}

.spalten-box{ 
	margin-bottom:30px;
}

@media (max-width: 767px){
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: 1a5798;
	font-weight: 400;
	font-size: 13px;
	padding: 6px 20px;
	border-top: 1px solid #c4c4c4;	
}

.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
	color: #fff;
	background: #c33f18  !important;
}

.xform input[type=submit], .btn-theme {
	color: #3e5052;
	background-color: #E5E8EE;
	border-color: #E5E8EE;
	margin: 4px;
}

.xform input[type=submit],
.xform input[type=submit]:focus,
.xform input[type=submit]:active,
.xform input[type=submit].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #c33f18;
	border-color: #c33f18;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #c33f18;
	border-color: #ccc;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 40px;
	margin-bottom: 80px;
	min-height: 450px;
}

.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

.hline {
	border-bottom: 1px solid #3e5052;
	margin: 40px 0px 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}
.hline-grey {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 25px;
}

.hline-grey-dark {
	border-bottom: 1px solid #3e5052;
	margin-bottom: 25px;
}


#headerwrap {
	background-color: #c33f18;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, #headerwrap h5 { color: white; }
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

/* Iconsize */
.service .size2 .fa {
	font-size: 20px;
}
.service .size3 .fa {
	font-size: 26px;
}

.breadcrumb-wrapper {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
	font-size: 15px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

#service i {
	color: #c33f18;
	font-size: 60px;
	padding: 15px;
}

#portfoliowrap {
	display: block;
	text-align: left;
}
#portfoliowrap h2,
#portfoliowrap h3 {
	padding-bottom: 5px;
}

#portfoliowrap.full.framed {
	padding-left: 30px;
	padding-right: 30px;
}
#portfoliowrap.normal.frameless .row {
	margin-left: 0;
	margin-right: 0;
}
.portfolio {
	display: block;
}
#portfoliowrap.framed .portfolio-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
#portfoliowrap.frameless .portfolio-item {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item .title:before {
	border-radius: 0;
	display: none;
}

.portfolio-item p { 
	margin: 0px 0 5px; 
	font-size: 16px;
	color: #fff;
	padding-top:20px;
}
.portfolio-item h3 {
	margin: -10px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item h3 {
	color: #fff;
	margin: 0;
	padding: 40px 5px 0;
	font-size: 16px;
	text-transform: uppercase;
}

.portfolio-item .dmbutton {
	display: inline-block;
	margin: 80px 5px 20px 5px;
	font-size: 13px;
}

.portfolio-item .bg {
	height: 100%;
	width: 100%;
	background-color: #c33f18;
	background-color: rgba(56,68,82,0.9);
	text-align: center;
}

.fullpicture {
	position: relative;
	background-color: #5b6d68;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	background-color: #5b6d68;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

.fullpicture h4 { color: #3e5052; }

#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 { margin-bottom: 60px; }

#sidenav_title {
	margin-top: 0;
}
.sidebar li a.rex-current {
	font-weight: bold;
}

#sidenav i { margin-right: 10px; }
#sidenav {
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidenav li {
	padding: 2px 0;
}
#sidenav li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #c33f18;
}

#sidenav li a:hover,
#sidenav li.active a { color: #c33f18; }
#sidenav li.active li a { color: #c33f18; }
#sidenav li li a:hover, #sidenav li li.active a { color: #3e5052; }
#sidenav ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#sidenav ul li a {
	text-transform: none;
	font-weight: 300;
	color: #c33f18;
}

#footerwrap {
	padding-top: 30px;
	padding-bottom: 5px;
	background: #eee;
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
}
#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#footerwrap h4 {
	color: #3e5052;
}
#footerwrap p {
	color: #3e5052;
}
#footerwrap li {
	list-style-type: disc;
	color: #3e5052;
}

#footerwrap a { color: #3e5052; }
#footerwrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerwrap li.active a {
	color: #c33f18;
}

#footerwrap .social-links a { margin-right: 20px; }
#footerwrap i {
	font-size: 15px;
	color: #3e5052;
	padding-right: 5px;
}

#footerwrap i:hover { color: #c33f18; }


.slider { position: relative; }
.slider .slides li { position: relative; }
.slider.small-controls .flex-direction-nav a { margin-top: -20px; }
.slider.small-controls .flex-control-nav { display: none; }
.hero-slider {
	padding: 0px;
	position: relative;
}

.hero-slider .slides { overflow: hidden; }
.hero-slider .slides li {
	height: 650px;
	position: relative;
	background-size: cover !important;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h3 { font-size: 30px; }
.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}

.hero-slider .slides li h1 {
	line-height: 1;
	/*font-size: 30px;*/
	margin-bottom: 33px;
}

.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	color: #fff;
}

.slides li p, .slides li a { color: #fff; }
.slides li .slide-content {
	position: relative;
	z-index: 3;
}

.slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #c33f18;
	color: #c33f18;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #c33f18;
	color: #fff;
}

.hero-slider .slides li .slide-content img { max-height: 500px; }
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

#headermap {
	position: relative;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 91px;
	padding-bottom: 20px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic {
	position: relative;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 60px;
	padding-top: 100px;
	padding-bottom: 130px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic .layer {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 2;
}

#headerpic h3 {
	position: relative;
	text-transform: uppercase;
	z-index: 3;
	color: white;
	display: inline;
	font-weight: 300;
	letter-spacing: 0.3em;
	border-bottom: 2px solid #fff;
}

.ctitle {
	color: #c33f18;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}

csmall2 {
	font-size: 12px;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { background: #c33f18; }

.pictext h2,
.pictext h3 {
	margin-bottom: 10px;
}

.pictext img {
	border: 1px solid #afafaf;
}





/* added */
.noborder img {
	border: 0px solid #ccc;
}
/* added */
.imageheadline {
	font-weight: bold;
	font-size: 16px;
	color: #eee;
	/*background-color:#c33f18; sopra #009fe0*/
	background-color:#c33f18;	
	margin-bottom:0px;
	padding: 6px 4px 6px 8px;	
	border-bottom: 0px solid #666;
}

.fld-navi-description{
	margin-top:28px;
}

.fld-navi-utitle{
	margin-top:4px;
	margin-bottom:4px;
	font-weight: normal;
	font-size: 13px;
	color: #3e5052;
}

/* added */
.imagesubtext {		
	color: #aaa;	
	background-color:#f7f7f7;	
	margin:0px;
	padding: 4px 4px 2px 8px;
	min-height:90px;
	margin-bottom :50px;
	/*border-bottom: 3px solid #c33f18;*/
}


/* Product Slides Info */
.container-slide{
	display: flex;
	position: relative;
}


.container-slide info-message{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	color: #000;
	background: #f7ff14;
	width:400px;
	height: 100px;
	width: 300px;
	margin: auto;
	white-space: pre-line;
}

.slider-overlay{
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
	width:100%;
    padding: 5px;
    color: #3e5052;
    background: rgba(255, 255, 255, 0.9);	
}
.slider-overlay-title {
	color: #c33f18;	    
    font-weight: bold; 
	font-size: 15px;	
	padding: 0px 0px 0px 0px;
	margin-bottom:5px; 	
}
.slider-overlay-text p{   
	color: #3e5052;	
	padding: 0px 0px 0px 0px;
	margin-bottom:5px; 	
}
/* End Product Slides Info */

/* Footer Line */
.footerline {
	color: #3e5052;
	font-size: 0.8125em;
	margin-top: 40px;
	padding-right: 30px;
	text-align: right;
}
/* END Footer Line*/


/* Header Single Image Text */
.header-image-text{
	margin: auto;
	margin-top:60px;
	padding: 6px;
	
}

.header-image-bg{	
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 30px 5px 30px;
	border-radius: 10px;	
	color: #fff;
    font-size: 1.5em;
}
.header-image-text h1{
	font-size: 2.5em;	
	color: #fff;		
	white-space: nowrap;
}
/* End Header Single Image Text */

/* Header Single Image Text */
.header-slider-image-text{
	margin: auto;	
	padding: 6px;	
}
.header-slider-image-bg{
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 30px 5px 30px;
	border-radius: 10px;	
}
.header-slider-image-text h1{
	font-size: 2.5em;
	color: #fff;		
	white-space: nowrap;
}
/* End Header Slider Image Text */

.messages img{		
	
	
}

.messages-subtext {	
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin-bottom:30px; 	
}

/* Download*/
.download{
	margin-top:10px;
}
.download a{
	color: #c33f18;
}
/*End Download*/

/* distributors icon */
.icon-distributors{
	padding:10px;
}
.icon-no-border{
	border: 0px solid #eee;
}
.icon-distribution{	
	margin-right:8px;
	display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/* end distributors icon */

/* gallery */
.gallery p{
	color: #fff;	
	padding-top:10px;
}
/* end gallery */


/* contact frm */
.contact-frm{
	
}
.privacy a {
	color: #c33f18;
}
/* end contact frm */

/* Search-it */
    .search_it-form {
		width:330px;
        box-sizing: border-box;
        font-size: 1rem;
        font-family: sans-serif;
        max-width: 640px;        
        padding: 1rem;
        margin: 0 auto;
        border: 0px solid rgba(0,0,0,0.2);
        display: block;		
    }
	
	.search_it-form input{
		width:150px;
		height:30px;
		margin-right:30px;
		font-size:15px;
	}
	
    .search_it-form fieldset {
        display: flex;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .search_it-flex {
        display: flex;
        padding: 0;
        margin: 0;
        border: 0;
    }
/*
    .search_it-form legend, label {
        display: none;  
    }
*/
    .search_it-flex > * {
        flex: 2 2 200px;  
    }
    .search_it-flex > .search_it-button {
        flex: 1 1 100px;  
    }

    .search_it-form input:focus::-webkit-input-placeholder{
      color: transparent;
    }
    .search_it-form input:focus::-moz-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-ms-input-placeholder {
      color: transparent;
    }
    .search_it-form input:focus:-moz-placeholder {
      color: transparent;
    }
/* END Search-it */



/* Jobs */
.jobs {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3e5052;
}

/* Image List */
.pImgList{	
	padding-left: 30px;
}

/* ImageOverlayText */


.imagesubtext p{ 
	font-size: 14px;
	margin-bottom:0px; 	
}	

.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #c33f18; }
#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #3e5052;
}

.comments h2 {
	font-size: 24px;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #3e5052;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { font-size: 24px; }
.board h2 { font-size: 20px; }

.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

table {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	width: 100%;
}

table tr { border-bottom: 1px solid #ccc; }
table th {
	vertical-align: top;
	min-width: 200px;
	padding: 20px 0;
	border-top: 1px solid #5b6d68;
	border-bottom: 1px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
	min-width: 250px;
}

tableRowLabel{
	width: 400px;
}

tableRowDescription{
	
}

.board table h2 {
	margin-top: 0;
	font-size: 18px;
}

.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 400px; }
.accordion p:last-child { margin-bottom: 0; }
.accordion-1 li {  margin-bottom: 10px; display: block !important; }
.accordion-1 li:last-child { margin-bottom: 0; }
.accordion-1 .title {
	background: #0089cf;
	padding: 13px 23px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title { background: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.accordion-1 .active .title {
	background: #2d4f6d;
	color: #fff;
}

.accordion-1 .content {
	border: 1px solid #eee;
	border-top: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.accordion-1 .content p { padding: 13px; }
.accordion-1 .active .content {
	opacity: 1;
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
}

.accordion-1 .title:hover {
	color: #2d4f6d;
	background: #dce7f0;
}

.accordion-1 .active .title:hover {
	color: #fff;
	background: #3c6991;
}

.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-size: 16px;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .7;
}

.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-right: 10px;
}

.accordion-2 .active .title {
	opacity: 1;
	color: #2d4f6d;
}

.accordion-2 .active .title:before { content: '\f068'; }
.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 16px 0; }
.accordion-2 .title:hover {
	opacity: 1;
	color: #2d4f6d;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 20px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0px;
}
.tabs ul {
	padding-left: 15px;	
}
.tabs li {
	padding-left: 0px;
	display: inline-block;
	cursor: pointer;
}

.tabs.thirds { width: 100%; }
.tabs.thirds li { width: 33.3333333%; }
.tabs.thirds .tab-title { width: 100%; }
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
}

.button-tabs .tabs > li {
	margin-bottom: 8px;
	float: left;
}

.button-tabs .tabs > li:last-child { margin-right: 0; }
.button-tabs .tab-title {
	padding: 13px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #E0E4E6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title { background: #eee; }
.button-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #2d4f6d;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #C7D2D8; }
.button-tabs .active .tab-title:hover { background: #2d4f6d; }
.button-tabs.vertical { overflow: hidden; }
.button-tabs.vertical > .tabs {
	width: 30%;
	float: left;
}

.button-tabs.vertical > .content {
	padding-left: 3%;
	width: 70%;
	float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title { width: 100%; }
.button-tabs.vertical > .tabs li { margin-bottom: 10px; }
.bg-dark .button-tabs .tab-title span { color: #222; }
@media all and (max-width: 767px) {
	.button-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.button-tabs.vertical .tabs, .button-tabs.vertical .content {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

}

.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}

.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.text-tabs .tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

.text-tabs.no-border .tabs { border-bottom: none; }
.text-tabs .tab-title {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0 24px;
	opacity: 0.5;
	position: relative;
}

.text-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.text-tabs .tab-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91a05c;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	bottom: -17px;
	left: 0;
}

.text-tabs .active .tab-title {
	opacity: 1;
	color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
	background: #2d4f6d;
}
.text-tabs .active .tab-title:after {
	opacity: 1;
}
.text-tabs .tab-title:hover {
	opacity: 1;
}


@media all and (max-width: 767px) {
	.text-tabs .tabs { padding-bottom: 0; }
	.text-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.text-tabs .tab-title:after { display: none; }
	.text-tabs:not(.text-center) .tabs li:first-child .tab-title { padding-left: 24px; }
}

.icon-tabs .tabs li {
	width: 24.5%;
	margin-bottom: 24px;
}

.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}

.icon-tabs .tab-title:hover { opacity: 1; }
.icon-tabs .active .tab-title {
	color: #91a05c;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #91a05c; }
.image-bg .icon-tabs .active .tab-title i { color: #fff; }
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}

.icon-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
@media all and (max-width: 1199px) {
	.sidebar {
		clear: both;
	}
	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
	.pdf-button{
		margin-bottom:35px;
	}
	
	.navbar-default .navbar-nav > li > a {		
		color: 1a5798;
		font-weight: 400;
		font-size: 13px;
		text-transform: uppercase;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.navbar-nav {		
		margin-top: 0px;
	}
	
	.navbar {
		min-height: 60px; 
	}
	.navbar-brand img {
		height: 60px;
		width: auto;
		margin-top: 0px;
	}
}

/* test NAV-Bar */
@media all and (max-width: 1000px) {
	.navbar-default .navbar-nav > li > a {
		color: 1a5798;
		font-weight: 500;
		font-size: 14px;
		text-transform: none;
		padding-left: 5px;
		padding-right: 2px;
	}
	.navbar {
		min-height: 50px; 
		
	}
	.navbar-brand img {
		height: 60px;
		width: auto;
		margin-top: 0px;
	}
}

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

	.container > .navbar-header {
		margin-bottom: 10px;
	}
	
	.navbar {
		min-height: 50px; 
		margin-bottom: -10px;
	}
		
		
	.navbar-brand img {
		height: 65px;
		width: auto;
		margin-top: 0px;
	}	
		
	.navbar-toggle {
		margin-top: 15px;
		margin-right: 15px;
	}
	
	.navbar-brand {
		margin-left: 15px;
	}
	
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;;
	}
	
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-fixed-top {
		position: static;
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		list-style-type: disc;
	}
	.navbar-default .dropdown-toggle a {
		border-bottom: 1px solid #fff;
	}
	.navbar-default .dropdown-menu li a,
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.dropdown-menu {
		margin-left: 0;
		padding-left: 30px;
	}
	.dropdown-menu > li {
		color: #fff;
		list-style-type: disc;
		list-style-position: outside;
	}
	.dropdown-menu > li > a {
		border: none;
		padding: 6px 0;
	}
	.dropdown-menu > li > a:hover {
		background: none;
	}

	.icon-tabs .tabs li {
		margin-bottom: 16px;
		margin-right: 0;
		width: 49%;
	}
	.icon-tabs .tab-title i {
		font-size: 32px;
	}
	.mtb {
		margin-bottom: 40px;
	}

    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}
	
	/* added */
	.header-slider-image-text h1{
		font-size: 1.8em;		
	}
	
	.hero-slider .slides li {
		height: 450px;
		position: relative;
		background-size: cover !important;
	}
	
	.header-image-text h1{
		font-size: 1.8em;
	}
	
	#headermap {
		padding-top: 0px;	
	}
	
	table td {		
		padding: 5px 0;	
		vertical-align: top;    
		min-width: 50px;	
	}
	
}
@media all and (max-width: 640px) {
	/* added */
	
	h1 {
		font-size: 25px;	
	}
	
	h2, h3, h4 {
		font-size: 23px;	
	}
	
	
	.header-slider-image-text h1{
		font-size: 1.0em;		
	}
		
	
	.header-image-bg {
		background: rgba(0, 0, 0, 0.4);
		padding: 5px 30px 5px 30px;
		border-radius: 10px;
		color: #fff;
		font-size: 1.1em;
	}

	.navbar {
		min-height: 50px; 
		margin-bottom: -10px;
	}
	
	
	.side-nav {
		position: fixed;
		right: 0;
		top: calc(18vh - 20px);
		z-index: 2000;
		width: 40px;
	}
	
	.hero-slider .slides li {
		height: 350px;
		position: relative;
		background-size: cover !important;
	}
	
	.header-image-text h1{
		font-size: 1.0em;
	}	
	
	.breadcrumb-wrapper .home_link:after {
		padding: 0 1px;		
	}	
	
	.rex-breadcrumb>li+li:before, .breadcrumb-wrapper .home_link:after {
		padding: 0 1px;
	}
	.breadcrumb-wrapper .home_link {
		padding-left: 0px;
		font-size: 12px;
		display: none;
	}
}
