@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/
 @font-face {
font-family: MetaWeb-Normal;
src: url('../../resources/meta-web/metaweb-normal-webfont.eot');
src: local('?'), url('../../resources/meta-web/metaweb-normal-webfont.woff') format('woff'), url('../../resources/meta-web/metaweb-normal-webfont.ttf') format('truetype'), url('../../resources/meta-web/metaweb-normal-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
 @font-face {
font-family: MetaWeb-Bold;
src: url('../../resources/meta-web/metaweb-bold-webfont.eot');
src: local('?'), url('../../resources/meta-web/metaweb-bold-webfont.woff') format('woff'), url('../../resources/meta-web/metaweb-bold-webfont.ttf') format('truetype'), url('../../resources/meta-web/metaweb-bold-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}

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

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #646464;
	font-family: 'MetaWeb-Normal', sans-serif;
	font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'MetaWeb-Normal', sans-serif;
	padding: 0;
	margin: 0;
}

h1 { 
	color: #007ac3;
	font-size: 30px;
	padding-bottom: 20px;	
}

h2 { 
	color: #007ac3;
	font-size: 25px;
	padding-bottom: 20px;	
}


h3 { 
	color: #007ac3;
	font-size: 20px;
	padding-bottom: 0px;	
}


h4 { 
	color: #007ac3;
	font-size: 20px;
	padding-top: 17px;
	padding-bottom: 15px;
	font-weight: normal;	
}

h5 { 
	color: #646464;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

p {
	padding: 0;
	margin-bottom: 12px;
	margin-left: 5px;
	font-family: 'MetaWeb-Normal', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #6a6a69;
	margin-top: 10px;
	margin-right: 15px;
}

.teasertext {
	padding-left: 1px;
	margin-bottom: 12px;
	margin-left: 5px;
	font-family: 'MetaWeb-Normal', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #6a6a69;
	margin-top: 10px;
	margin-right: 15px;
}


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

a {
	color: #007ac3;
	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: #ec6600;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #6a6a69;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #6a6a69;
}
  



.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;
}
.navbar {
	min-height: 55px;
	padding-top: 0px;
	margin-bottom: 0px;
}

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



.navbar-brand1 {
	padding: 0 0 0 5px;
	margin-top: 100px;
	margin-bottom: 10px;
  float: right;
}
.navbar-brand1 img {
	height: 50px;
}


.navbar-brand2 {
	padding: 0 0 0 5px;
	margin-top: 100px;
	float: right;
}
.navbar-brand2 img {
	height: 50px;
}

.navbar-brand3 {
	padding: 0 0 0 5px;
	margin-top: 100px;
	float: right;
}
.navbar-brand3 img {
	height: 50px;
}

.navbar-brand4 {
	padding: 0 15px 0 5px;
	margin-top: 100px;
	float: right;
}
.navbar-brand4 img {
	height: 50px;
}

.navbar-default .navbar-nav > li > a {
	color: #3e3e3d;
	font-weight: 700;
	font-size: 14px;
	text-transform: none;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 0px solid #007ac3;

}

.navbar-default .navbar-nav > li > a:hover { color: #007ac3; border-bottom: 2px solid #007ac3;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #007ac3;
	background-color: transparent;
	border-bottom: 2px solid #007ac3;
}

.navbar-default {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f7f7f7;
	border-color: transparent;
	box-shadow: 0px 0px 5px 0 #aaaaaa;
}

.dropdown-menu {
	background: #cbcccc;
	opacity: 0.9;
	width: 240px;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 0;
}
.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 #fff;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}

@media (max-width: 767px){
	

	
	.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {

  margin-bottom:  20px;
}
	
        .search_it-form {
        box-sizing: border-box;
        left: 1em;
    }
	.search_it-flex > * {
        flex: 2 2 200px;
			margin-top: 20px;
    }
	
	
	
	.navbar-brand1 {
	padding: 0 0 0 5px;
	margin-top: 0px;
  float: right;
}
.navbar-brand1 img {
	height: 50px;
}


.navbar-brand2 {
	padding: 0 0 0 5px;
	margin-top: 0px;
	float: right;
}
.navbar-brand2 img {
	height: 50px;
}

.navbar-brand3 {
	padding: 0 0 0 5px;
	margin-top: 0px;
	float: right;
}
.navbar-brand3 img {
	height: 50px;
}
	
	.navbar-brand4 {
	padding: 0 15px 0 5px;
	margin-top: 0px;
	float: right;
}
.navbar-brand4 img {
	height: 50px;
}
	
	
	
  .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: #6a6a69;
	font-weight: 700;
	font-size: 13px;
	text-transform: none;
	padding: 6px 20px;
	border-top: 1px solid #dedede;
}

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

.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #007ac3;
	border-color: #6a6a69;
	margin: 4px;
}

.btn-theme1 {
	color: #fff;
	background-color: #007ac3;
	border-color: #6a6a69;
	margin-top: -100px;
}

.btn:focus {
  color: #ffffff;
}

.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: #007ac3;
	border-color: #ffffff;
}

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

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	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: 30px;
	margin-bottom: 50px;
}


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

.hline {
	border-bottom: 1px solid #007ac3;
	margin: 20px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #5d5d5c;
	margin-bottom: 25px;
}

#headerwrap {
	background-color: #007ac3;
	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: 20px 0px 20px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #ffffff;
	border-bottom: 2px solid #f0f0f0;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.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: #007ac3;
	font-size: 60px;
	padding: 15px;
}

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

#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 30px; }
.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: 40px 5px 20px 5px;
	font-size: 13px;
}

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

.fullpicture {
	position: relative;
	background-color: #cbcccc;
	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: #cbcccc;
	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: #6a6a69; }

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

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

#sidenav_title {
	margin-top: 19px;
}
.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: #6a6a69;
}

#sidenav li a:hover,
#sidenav li.active a { color: #007ac3; }
#sidenav li.active li a { color: #6a6a69; }
#sidenav li li a:hover, #sidenav li li.active a { color: #6a6a69; }
#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: #384452;
}

#footerwrap {
	padding-bottom: 350px;
	background: #f7f7f7;
	box-shadow: 0px 0px 5px 0 #aaaaaa;
  	box-shadow: 0px -15px 20px #dedede;
    -webkit-box-shadow: 0px -15px 20px #dedede;
    -moz-box-shadow:  0px -15px 20px #dedede;
}



#footerwrap .row {
	margin-right: 0px;
    margin-left: -10px;
}
#footerwrap .col-md-4 {
	/*! padding-left: 40px; */
	padding-right: 30px;
}

#footerwrap .col-sm-3 {
	/*! padding-left: 40px; */
	padding-right: 30px;
	width: 20%;
}

#footerwrap h4 {
	color: #6a6a69;
}
#footerwrap p {
	color: #6a6a69;
}
#footerwrap li {
	list-style-type: disc;
	color: #6a6a69;
}

#footerwrap a { color: #6a6a69; }
#footerwrap a:hover {
	color: #007ac3;
	text-decoration: none;
}

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

#footerwrap i:hover { color: #007ac3; }


.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: 48px;
	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: #000; }
.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;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #007ac3;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #6a6a69;
	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;
}


#headerpic {
	position: relative;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0rem;
	margin-bottom: 1rem;
	padding-top:18rem;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	z-index: 1;
}

#headerpic .layer {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	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: #007ac3;
	font-weight: 700;
	margin-bottom: 15px;
}

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

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

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

.badge-theme { background: #007ac3; }

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
	padding-left: 15px;
}
.pictext img {
    
    float: left;
    margin-right: 20px;
	margin-bottom: 15px;
    padding-left: 0px;
	box-shadow: 3px 3px 10px #cdcdce; 
}

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

downloads a i.fa { color: #cbcccc; }
downloads a:hover i.fa { color: #007ac3; }
#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 #6a6a69;
}

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

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

#commentList li::after {
	content: '';
	display: block;
	background: #6a6a69;
	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: scroll !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: 5px 0;
	border-top: 1px solid #cbcccc;
	border-bottom: 1px solid #cbcccc;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
	padding-right: 2px;
	font-weight: bold;
}

.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: 2000px; padding-left: 10px; }
.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: #f5f5f5;
	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: #6a6a69; }
.bg-secondary .accordion-1 .title:hover { background: #6a6a69; }
.accordion-1 .title span {
	font-family: 'MetaWeb-Normal', Verdana, 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: #6a6a69;
	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;
	padding: 10px 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: #007ac3;
	background: #dce7f0;
}

.accordion-1 .active .title:hover {
	color: #fff;
	background: #007ac3;
}

.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: #6a6a69;
}

.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: #007ac3;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 20px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0;
}
.tabs li {
	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: left;
	min-width: 150px;
	background: #bbd6c3;
	-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: 'MetaWeb-Normal', Verdana, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #6a6a69;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #9bc8a9; }
.button-tabs .active .tab-title:hover { background: #6a6a69; }
.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: #6a6a69; }
@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: 'MetaWeb-Normal', Verdana, 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: #007ac3;
	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: #6a6a69;
}

.bg-primary .text-tabs .tab-title:after {
	background: #6a6a69;
}
.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: #007ac3;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #007ac3; }
.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: 'MetaWeb-Normal', Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

#containingBlock {
	width: 70%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
#map_canvas {
  width: 100%;
  height: 500px;
}

.videoWrapper iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.videoWrapper {
  position: relative; 
  padding-bottom: 56.25%; /* Default for 560x315 videos 16:9 ratio*/
  padding-top: 25px;
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}

/* ratio 4x3 */
.videoWrapper.ratio4x3 {
  padding-bottom: 75%;
}


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

	.navbar-brand {
		height: 130px;
		margin-left: 15px;
	}
	.navbar-nav {
		background-color: #dedede;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: 350px;
	}
	.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 #5e6772; */
	}
	.navbar-default .dropdown-menu li a,
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.dropdown-menu > li {
		color: #fff;
		/*! list-style-type: disc; */
		list-style-position: inside;
	}
	.dropdown-menu > li > a {
		border: none;
	}
	.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;
	}

}

.startbanner {
  width: 125%;
	position: relative;
	left: -12.5%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
}
.startbanner p {
		font-size: 3em;
}


@media (max-width: 750px){
	.startbanner p {
		font-size: 1.5em;
	}
}



.trenner {
  clear: both;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.trenner span {
  position: relative;
  display: inline-block;
}
.trenner span:before, .trenner span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999em;
  height: 1px;
  background: #fff;
}
.trenner span:before {
  right: 100%;
  margin-right: -15px;
}
.trenner span:after {
  left: 100%;
  margin-left: -15px;
}
.trenner.trennerlinie span:before, .trenner.trennerlinie span:after {
  background: #ccc !important;
}
.trenner.trennerlinie:before, .trenner.trennerlinie:after {
  content: "";
  position: absolute;
  top: 55%;
  width: 9999em;
  height: 1px;
  background: #ccc;
}
.trenner.trennerliniemitgrafik {
  position: relative;
  min-height: 30px;
}
.trenner.trennerliniemitgrafik span {
  height: 30px;
}
.trenner.trennerliniemitgrafik span:before {
  position: absolute;
  top: 45%;
  margin-right: 50%;
  background: #ccc !important;
}
.trenner.trennerliniemitgrafik span:after {
  position: absolute;
  top: 45%;
  margin-left: 15px;
  background: #ccc !important;
}



.box_grau {
  box-shadow: 5px 5px 5px 0 #aaaaaa;
  background-color: #f7f7f7;
  }

.search_it-button {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	
		#footerwrap {
			position: relative;
	

}
	
  .navbar-nav {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
  }
	 }
	
	
	
    .search_it-form {
        float: right !important;
        box-sizing: border-box;
        position: sticky;
        width: 0px;
        padding: 1rem;
        margin-top: 30px;
        border: 0px solid rgba(0,0,0,0.2);
        display: block;
    }
    .search_it-form fieldset {
	    width: 240px;
        display: flex;
        padding: 0;
        margin-left: 50px;
        border: 0;
    }
    .search_it-flex {
        display: flex;
        padding: 0;
        margin: 0 auto;
        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 200px;
        background: transparent;
        background-image: url("/media/lupe.png");
        background-repeat: no-repeat;
	background-position: center;
        width: 50px;
        border: none; 
        padding: 5px 5px 5px 25px; 
    }

    .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;
    }


@media (max-width: 1199px) {
	.buttons_blau img {
	 height: 80px;
}
	}

@media (max-width: 991px) {
	.buttons_blau img {
	 height: 70px;
   }
	
	.pictext img {    
    float: left;
    margin-right: 250px;
	  margin-bottom: 15px;
  	box-shadow: 3px 3px 10px #cdcdce; 
}
	}

@media (max-width: 767px) {
	.buttons_blau img {
	 height: 50px;
}
	#footerwrap .col-sm-3 {
	 width: 40%;
}
	}

@media (min-width: 385px) and (max-width: 569px) {
	.buttons_blau img {
	 height: 30px;
}
	}


video {
  padding-left: 10px;
}


 .consent_manager-save-selection buttons,
 .consent_manager-accept-all {
  display:none !important;
 }


.consent_manager-save-selection,
.consent_manager-accept-all {
 transition:200ms ease all;
 background: #007ac3 !important;
 border:1px solid #848484 !important;
 color: #fff !important;
}


.control-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
  margin-left: 5px;
}


.alert {
  text-align: center;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -30px;
  margin-top: -10px;
}