/* ----------------------------------------------------------- */
/* --- main.css ---------------------------------------------- */

/* --- BASICS ------------------------------------------------ */

/* --- Fonts etc. -------------------------------------------- */


@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/* --- Standard Defaults --- */
* {
	margin: 0;
	padding: 0px;
}
body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: 'Exo', sans-serif;
	/* font-family: 'Lato', sans-serif; */
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}
h1, h2 { font-weight: 300; }
h4 { margin-top: 30px; }
p {
	padding: 0;
	margin-bottom: 1em;
	/* font-family: 'Lato', sans-serif; */
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
	color: #5d5d5d;
	margin-top: 1em;
}
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: #FFBB00; /* #384452 */
	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: #5b6d68;
}
::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
.centered {
	text-align: center;
}
.grey {
	background: green; /* #eee; */
}
pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}
blockquote p {
	margin-top: 0;
}

/* --- Mobil Toggle/Button --- */
.button{
	cursor:pointer;
}
.button-menu.navbar-toggle .icon-bar {
	width: 50px; 
	height: 7px;
	margin: 8px 0;
	border-radius: 10px;
	background-color: #fff;
}

/* --- HEADER --- */
.header-container {
	background: #fff;
	background-image: url(/resources/images/he_bg.svg);
	background-repeat: no-repeat;
	background-size: 100%; /* contain, cover */
	background-position: 50% 25%;
	position: fixed;
	width: 100%;
	height: 145px;
	top: 0;
	left: 0;
	z-index: 12;
}
.header-container:after {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		position: absolute;
		bottom: -10px;
		left: 0;
		background: rgba(230,0,0,1.0);
		background-size: 100%;
		z-index:12;
	}
	
.button-menu {
	position: absolute;
	top: 81px;
	right: 5px;
	z-index: 10;
}

/* --- Logo links */
.header-brand-left{
	position: absolute;
}
.header-brand-left h1,
.header-brand-left a {
	font-size:0;
	margin:0;
	display:block;
	width:100%;
	height:100%;
}
.header-brand-left:before{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: rgba(230,0,0,1.0);
	background-size: 100%;
} 

.header-brand-left:after {
	content: "Innovation, \A Erfahrung & \A Zuverlässigkeit";
	white-space: pre;
	font-size: 2.4rem;
	font-weight: 600;
	text-shadow: 2px 2px 5px #000;
	color: #fff;
	display: block;
	width: 210px;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 0;
	background: rgba(230,0,0,1.0);
	padding: 20px;
	border-bottom: solid 0px #000;
	z-index: 100;
}


/* --- Header Logo rechts / Logotext --- */
.header-brand-right{
	position:absolute;
	top:0;
	right:0;
}
.header-brand-right h1 a {
	background: url(/resources/images/he_logo.svg);
	position: absolute;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 410px;
	height: 90px;
	position: absolute;
	top: 15px;
	right: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 960;
}
.header-brand-right h1 a:hover {
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5)); 
}

/* --- HAUPT-NAVIGATION --- */

/* --- Nav-Balken-Modulation --- */
.nav-bar-img {
	background-image: url(/resources/css/images/navbar_bg.png);
	position: relative;
	top: 75px;
	height: 50px;
	opacity: 0.15;
	z-index: 1;
}

/* --- X-Form / btn-Theme --- */
.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #384452;
	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,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #ffbf00;
	border-color: #ffbf00;
}

/* --- DM-Button --- */
.dmbutton:hover,
.dmbutton:active, 
.dmbutton:focus {
	color: #fff;
	background-color: transparent; /* #ffbf00; */
	border-color: #fff;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 10%;
	padding-right: 10%;
	letter-spacing: 0.85px;
	padding-bottom: 10%;
	padding-left: 10%;
	font-size: 20px;
	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;
}

/* --- Content (mtb margin-top/bottom --- */
.mtb {
	margin-top: 50px;
	margin-bottom: 30px;
	/* background-color: red; /* #f4f4f4; */
}
.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }
.hline {
	border-bottom: 1px solid #384452;
	margin: 20px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.contactbtn {
	display: none;
}
.shopbtn {
	display: none;
}




/* --- Header Wrap --- */
#headerwrap {
	background-color: #ffbf00;
	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;
}

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

/* --- Breadcrump --------------------------------- */
.breadcrumb-wrapper {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
}
.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;
	font-size: 12px;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #5d5d5d;
	content: "\203a"; /* "/\00a0"; */
	font-size: 12px;
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

/* --- Breadcrump Anpassung  - Position unten fixed --- */
.breadcrumb-wrapper {
		position: fixed;
		bottom: 0px; /* top: 155px; */
		right: 0px;
		width: auto;
		padding: 2px 20px 2px 10px;
		font-size: 12px;
		border-radius: 6px 0 0 0;
		background-color: rgba(255,255,255,0.3);
		transition: all 1.0s ease;
		z-index: 9;
}
.breadcrumb-wrapper a { color: #5d5d5d; }
.breadcrumb-wrapper a:hover { color: #ffbf00; }
.breadcrumb-wrapper:hover {
		background-color: rgba(255,255,255,0.8);
		transition: all 1.0s ease;
}

/* --- Service --------------------------------- */
#service i {
	color: #ffbf00;
	font-size: 60px;
	padding: 15px;
}

/* --- Portfolio Wrap --------------------------------- */
#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 --------------------------------- */
.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 {
	background-color: #ffbf00;
	background-color: rgba(56,68,82,0.9);
	height: 100%;
	width: 100%;
	text-align: center;
}

/* --- Captcha ----------------------------------------------- */
.form-captcha .input-group-addon {
    background-color: transparent; 
	border: 0px solid blue;
	max-width: 200px;
    padding: 0;
}
.form-captcha .input-group-addon > img {
		min-width: 136px;
}

/* --- Fullpicture (Parallax-HG-Bild) ------------------------ */
.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: 24px;
	line-height: 30px;
}
.fullpicture h4 { 
	color: #bfc9d3; 
}

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

/* --- Seitliche-Navigation ---------------------------------- */
/* #sidenav_title { margin-top: 0; } */
#sidenav_title a {
	margin-top: 0;
	color: red;
}
#sidenav_title a:hover {
	color: blue;
}
.sidebar li a.rex-current {
	font-weight: normal;
	color: red;
}
#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: lime;
}
#sidenav li a:hover, 
#sidenav li.active a { color: red; }
#sidenav li.active li a { color: #384452; }
#sidenav li li a:hover, #sidenav li li.active a { color: yellow; }
#sidenav ul {
	list-style-image: url(/resources/css/images/da_ic_bu_square_col1_10px.png);
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	color: pink;
}
#sidenav ul li a {
	text-transform: none;
	font-weight: 300;
	color: lime;
}

/* --- Footer ------------------------------------------------ */
#footerwrap {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #565656;
}
/*#footerwrap .row {
	margin-right: 0px;
    margin-left: 0px;
}*/
#footerwrap .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}
#footerwrap h4 {
	color: white;
}
#footerwrap p {
	color: #bfc9d3;
}
#footerwrap li {
	list-style-type: disc;
	color: #bfc9d3;
}
#footerwrap a { 
	color: #bfc9d3; 
}
#footerwrap a:hover {
	color: #e20031; /* #fff; */
	text-decoration: underline;
}
#footerwrap li.active a { color: #ff213b; }
#footerwrap .social-links a { margin-right: 20px; }
#footerwrap i {
	font-size: 15px;
	color: #bfc9d3;
	padding-right: 5px;
}
#footerwrap i:hover { color: #ffbf00; }

/* --- Slider ------------------------------------------------ */
.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 und Slides (Hintergrund-Vollbild-Animation) --- */
.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: 60px;
	margin-bottom: 33px;
}

/* --- Work-Slider ------------------------------------------- */
.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }

/* --- Slides ------------------------------------------------ */
.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 / btn-theme ------------------------------------ */
.slides li .btn-theme {
	border: none;
	background-color: #bffbf00;
	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 / Flex --------------------------- */
.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; 
}






/* --- Background-Breath ------------------------------------- */
.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;
}

/* --- Burnes / Soft Ein- und Ausblenden --------------------- */
@-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);
	}
}

/* --- Header-Pic (schmaler Bildstreifen oben) --------------- */
#headerpic {
	position: relative;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: relative;
	background-position: center center;
	margin-top: 150px;
	margin-bottom: 0px;
	padding-top: 80px; /* 40px; */
	padding-bottom: 80px; /* 50px */
	-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: #d3d3d3; /* #ffbf00; */
	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: #fff;
	display: inline;
	font-weight: 400;
	text-shadow: 0 0 2px #000;
	letter-spacing: 0.3em;
	border-bottom: 0px solid #fff;
	font-size: 2.4em;
}

/* --- Diverses ---------------------------------------------- */
.ctitle {
	color: #ffbf00;
	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: #ffbf00; }
.pictext h2,
.pictext h3 { margin-bottom: 25px; }
.pictext img { border: 1px solid #ccc; }

/* --- Downloads --------------------------------------------- */
.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: #ffbf00; }

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

/* --- Parallax ---------------------------------------------- */
.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 ------------------------------------------------ */
.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

/* --- Tabellen ---------------------------------------------- */
.board h1 { font-size: 24px; }
.board h2 { font-size: 20px; }
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;
	min-width: 200px; /* hinzugefügt */
	padding: 20px 0;
}
.board table h2 {
	margin-top: 0;
	font-size: 18px;
}

/* --- Akkordion-Effekt -------------------------------------- */
.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: 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 -------------------------------------------------- */
.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 ------------------------------------------- */
.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; }











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
















/* --- Icon-Tabs --------------------------------------------- */
.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;
}

/* --- Checkbox im Kontaktformular --- */
input[type="radio"], input[type="checkbox"] {
	top: -2px;
}
/* --- yform für Kontaktformular --- */
.yform {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}


/* .container {
		width: 800px;
} */


/* ##### END ##### */

