
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


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

html {height:100%;}
body {
	background: #fff;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: flex;
flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color:#b0b0b6;
font-size: 24px;
}
h1 {font-size:30px; line-height: 1.35;}
h2 {color:#3399CC;}

h4 { margin-top: 30px; }
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #384452;
	margin-top: 10px;
}

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

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: #5b6d68;
	border-bottom:solid 1px #3399CC;
}

::-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;
}
.navbar {
    padding-top: 40px;
    margin-bottom: 0px;
    min-height:80px;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}

@media (min-width: 768px) {
    .navbar-nav, .rex-navi-depth-1 {
        float: right !important;
        margin: -12px -5px 0 -5px;
    }
    .rex-navi-depth-1 > li {
    float: left;
}
}


.navbar-brand img {
width:50%;
}

.navbar-brand  {
	height: 25px;
	width: auto;
	background-image: url(/media/bbh-logo-500.png);
background-size: contain;
background-repeat:no-repeat;
}
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
	margin-left: 0px ;
}
@media (max-width: 600px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
}
.navbar-brand:hover, .navbar-brand:focus {
    border:none;
}


.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #25404c;
    background-color: transparent;
}
.navbar-default .navbar-brand strong {font-size: 26px; visibility: hidden}
.navbar-default .navbar-brand span {color:#3399CC; font-size: 14px;}


.navbar-default .navbar-nav > li > a, .rex-navi-depth-1 > li > a {
	color: #384452;
	font-weight: 400;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-default .navbar-nav > li.rex-link-group {
	color: #384452;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.rex-navi-depth-1 {
list-style: none;
}
.navbar-default .in .navbar-nav > li > a {
	font-size: 16px;
}

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

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

.dropdown-menu {
	background: #fff;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 0;
	width: min-content;
	width: -moz-min-content;
	min-width: 200px;
	box-shadow: 0 12px 12px rgba(0, 0, 0, .0);
}

.nav > li {
	margin-right: 15px;
}
.nav > li:last-of-type {
	margin-right: 0px;
}


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

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

.xform input[type=submit], .btn-theme {
	color: #384452;
	background-color: #fff;
	border-color: #384452;
	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,
.btn-theme:hover a,
.btn-theme:focus a,
.btn-theme:active a,
.btn-theme.active a,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #384452;
	border-color: #384452;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #b0b0b6;
	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 {
	padding-top: 0px;
	margin-bottom: 40px;
	clear: both ;
}

#Startseite .mtb {margin-top: -15px;
padding-top: 5px;
 }



/* ### teaser auf der startseite ### */

.teaser .col-md-6  .col-md-6 {padding:0;}
.teaser .col-md-6 img {	width: 100%;}


h1 span {
display:none;}


h1.start {
position:absolute;
margin-top:10%;
font-size:4.0rem;
}
h1.start a {
color:#fff;
}
h1.eins {
top:20%;
left:45%;
z-index: 9999;
}
h1.zwei {
top:30%;
left:20%;
z-index: 9999;
}
h1.drei {
top:40%;
left:50%;
z-index: 9999;

}
h1.vier {
top:50%;
left:10%;
z-index: 9999;
}
h1.fuenf {
top:65%;
left:40%;
z-index: 9999;
}
h1.sechs {
top:490px;
left:560px;
z-index: 9999;border:solid 1px pink;
}


.start.teaser {
position:absolute;
top: 100px;
left: 50px;
height: 200px;
width: 200px;
background-color: rgb(217, 4, 8);
text-align: center;
border-radius: 50%;

}
.start.teaser .valign { color:#fff;
 position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block
    }
.start.teaser a { color:#fff;}


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

.size2 h4 {margin-bottom:6; text-transform:none; font-weight: 400;}
.size2 h2 {margin-top:0;}
.size2 p {color:#3399CC;}

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

.teaser .col-md-5 {margin-bottom: 25px;}

#headerwrap {
	background-color: #b0b0b6;
	min-height: 550px;
	padding-top: 50px;
	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;
}

.service {background:#fff; padding-bottom:50px; margin-bottom: 50px;}
/* Iconsize */
.service .size2 .fa {
	font-size: 20px;
}
.service .size3 .fa {
	font-size: 26px;
}


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

#portfoliowrap {
	display: block;
	text-align: center;
}
#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: #b0b0b6;
	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: #bfc9d3; }

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

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

.hero-slider {flex-grow: 0; flex-shrink: 0;}

article {flex-grow: 0; flex-shrink: 0;}

.spacer {
    flex: 0;
}

#footerwrap {
	padding-top: 10px;
	padding-bottom: 60px;
	background:#fff;
	margin-top: 5px;
	flex-grow: 6;
	flex-shrink: 0;
}

#footerwrap .row {
	margin-right: -30px;
    margin-left: -30px;
}
#footerwrap .col-md-12 .col-md-12{
border-top:solid 1px #b0b0b6;
}

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

#footerwrap li {
	list-style-type: disc;
	color: #b0b0b6;
}

#footerwrap a { color: #b0b0b6; }
#footerwrap a:hover {
	color: #000;
	text-decoration: none;
}
#footerwrap li.active a {
	text-decoration: none;

}

#footerwrap p { color: #b0b0b6; 	font-size: 12px;}
#footerwrap i {
	font-size: 12px;
	color: #bfc9d3;
	padding-right: 5px;
}

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


.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-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

.hero-slider .slides { overflow: hidden; max-height: 600px;
 }


.slider-fullscreen .slides li {
	max-height: 560px;
	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: 60px;
	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: #b0b0b6;
	color: #384452;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #384452;
	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: 1014px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }

	.navbar-collapse.collapse.navbar-right {
    float: left !important;
    margin-left:0;
}
}

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

}

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


#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: #b0b0b6;
	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: #b0b0b6; }

.pictext {1margin-top:50px;}
.pictext h2,
.pictext h3 {
	margin-bottom: 6px;
	margin-top: -6px;
}
.pictext img {
	border: 1px solid #ccc;
}

.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: #b0b0b6; }
#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 #bfc9d3;
}

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

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

#commentList li::after {
	content: '';
	display: block;
	background: #bfc9d3;
	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;
}

.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: #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: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: 'Open Sans', 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: 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: 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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: 767px) {

	.container > .navbar-header {
		margin-bottom: 3px;
		margin-right: 0;
margin-left: 0;
	}

	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 100%;
		background: #f6f6f6;
	}
	.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 #5e6772;
	}
	.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;
	}


    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}

}


.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
margin-bottom: 22px;
margin-top: 10px
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:375px) {
.navbar-brand {
    max-width: 220px;
}
.navbar {
    min-height: 75px;
}
}
@media (max-width: 768px) {
.pictext .row { display: flex; flex-direction:column; }
.col-sm-4:nth-of-type(3) {background-color:#efeee9; margin-top:20px; padding-top:20px; padding-bottom:20px;}
#footerwrap .col-md-12 {padding:0;}
.navbar-toggle {
margin-top: -10px; margin-right:0;
}

h1.start {
font-size:3.0rem !important;
}




}

@media (min-width: 600px) and (max-width: 980px) {

.hero-slider .slides li {
	height: auto;

}

}

@media (min-width: 980px) {
.pictext .row {1display: flex; align-items: stretch; flex-direction:row;}
.col-sm-4:nth-of-type(3) {background-color:#efeee9; margin-top:-100px; padding-top:100px; padding-bottom:20px;}
.hero-slider {
padding: 40px 15px 0 15px;
	position: relative;

}
.hero-slider .slides li {
	height:auto;
	position: relative;
	background-size: cover !important;
	border: solid 0px #e4e4e4;
}

.mtb {
	1margin-top: 150px;
}

    .col-sm-2 {
        width: 19.999999997%;
    }
    .col-sm-4 {
    padding-right: 50px;
        padding-bottom: 50px;

}
.right {  text-align: right;}
.left {  text-align: left; float:left;}



}


@media (min-width: 600px) {

.dropdown-menu {
    1visibility: hidden;
}

.rex-navi-depth-2 {
    visibility: hidden;
}
}

.col-sm-4 {
}

.btn.btn-theme {
    margin: 25px 0 50px 0;
}



.col-md-6 h2 {color: #3399CC;}

.col-md-6 h2 {margin-top:15px;margin-bottom:15px;}
.content {
    margin: 25px 0;
}

.teaser h2 a {color:#b0b0b6;}


@media (max-width: 600px) {

.navbar-collapse.navbar-right.collapse.in {
    height: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    display: table;
content: " ";
}

.hero-slider .slides li {
	height: auto;
	position: relative;
	background-size: cover !important;
	background-position: 80% 0% !important;
}

    #footerwrap .row {
        margin-left: 0px;
        margin-right: 0px;
    }


.absolute {
margin-left:15px;
width:95%;
margin-top: 35px;
}


h1.start {
position:relative;
margin-top:0;
font-size:2.75rem;
}
h1.start a {
color:#3399CC;
}
h1.eins {
left:0%;
z-index: 9999;
}
h1.zwei {
left:0%;
z-index: 9999;
}
h1.drei {
left:0%;
z-index: 9999;

}
h1.vier {
left:0%;
z-index: 9999;
}
h1.fuenf {
left:0%;
z-index: 9999;
}
h1.sechs {
top:490px;
left:560px;
z-index: 9999;border:solid 1px pink;
}

.start.teaser {
position: absolute;
top: 5%;
}

h1 {
    font-size: 2rem;
}
div.container.head {padding: 15px !important; }
#headerpic {padding-bottom:0; padding-top:250px}
.navbar-default .navbar-nav > li > a {padding-left:30px;}
.navbar-brand {margin-left: 30px;}

.mtb {
    padding-top: 0px;
    margin-bottom: 0px;
}
}

@media (max-width:390px) and (orientation:portrait) {
   #headerpic {padding-top:250px;}
   .mtb {1padding-top: 250px;
}
}
@media (max-height:400px) and (max-width:760px) and (orientation:landscape) {
   #headerpic {padding-top:250px;}
   .mtb {1padding-top: 250px;}
	 .start.teaser {
		 font-size:14px;
		height: 150px;
		width: 150px;
	 	position: absolute;
	 	top: 5%;
	 }
}


@media  (min-width: 960px) {

#Startseite article.mtb, #Startseite-Kopie article.mtb {1display:none;}
div.col-sm-6:nth-child(4) {
 clear: both;
}

.kenburns .background-image {
    min-width: 100%;
}
}

@media (max-width: 960px) {
div.col-sm-6:nth-child(4) {
 clear: none;
}
div.col-sm-6:nth-child(3) {
 clear: both;
}

}

@media (max-height:786px) {
.hero-slider {
	max-height: 550px;
overflow: hidden
}
}

.container {width: 100%; max-width: 1240px;}


.nav > li.mobile-only {display:none;}

.collapse.in .nav > li.mobile-only {display:block;}

/* Teaser Startseite */

#Startseite div.col-sm-6 > div.col-lg-12 {
padding: 10px 0 0;
}

#Startseite .container.clearfix.mb h1,#Startseite .container.clearfix.mb p {max-width: 830px;}

.hero-slider {
	margin-bottom: 25px;
}




/* Element | https://www.bbh-beratergruppe.com/ */

.col-sm-5 > h3:nth-child(1) {

  border-radius: 50%;
  background-color: crimson;
  color: #fff;
  width: 235px;
  height: 235px;
  vertical-align: middle;
  display: table-cell;
  padding: 15px;
  text-align: center;
    line-height: 1.5;
}

/* Element | https://www.bbh-beratergruppe.com/ */

.col-sm-5 > h3:nth-child(1) > a:nth-child(1) {
  color: #fff;
}

.col-sm-5 > h3:nth-child(1) > a:nth-child(1):before {margin-top:25%;}
