/*!
*
* Copyright 2015 TPG Treuhand
* Erstellt durch e-nitio mediasign, Köln
* http://www.e-nitio.com
*
*/
body {
	font-family:'Open Sans', sans-serif;
	color: #092d46;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	font-family:'Open Sans', sans-serif;
	color: #092d46;
}
h3, .h3, h4, h5 {
	font-family:'Raleway', sans-serif;
	font-weight: 200;
	margin-bottom: 30px;
}
p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
}
iframe{
	border:0;
	outline: 0;
}
.header-content {
	margin-bottom: 40px;
	color: #FFF;
}
.header-content h2, .h2 {
	font-weight: 300;
	font-size: 40px;
}
.header-content h3, .h3 {
	font-family:'Raleway', sans-serif;
	font-weight: 200;
	font-size: 24px;
}
ul.list li:before {
	position: absolute;
	left: 3px;
	font-family:'FontAwesome';
	content:'\f105';
}
ul.list {
	padding-left: 28px;
	padding-bottom: 10px;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
/*
[ GENERAL ELEMENTS ]
*/
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #092d46;
}
a:hover {
	color: #092d46;
	text-decoration: none;
}
:focus {
	outline: 0;
}
*:focus {
	outline: none;
	outline-width: 0;
}
#main-wrapper {
	width: 100%;
	position: relative;
}
blockquote {
	margin-left: 20px;
}
blockquote p {
	margin-bottom: 10px !important;
}
code {
	display: block;
	padding: 4px 8px;
	font-size: 90%;
	color: #c7254e;
	white-space: inherit;
	background-color: #f9f2f4;
	border-radius: 2px;
}
#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	background: #f7f8f9;
}
footer {
	background: #e5e8eb;
	padding:40px;
	color: #b6bcc3;
}
footer p {
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
#sidebar {
	position: fixed;
	width: 220px;
	background: #092d46;
	height: 100%;
	left: 0;
	font-family:'Open Sans', sans-serif;
}
#sidebar .navbar-toggle {
	margin-top: 25px;
}
#sidebar .navbar-brand {
	padding-top: 17px;
	padding-bottom: 20%;
	padding-left: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
#sidebar .navbar-brand a{
	color: #fff;
}
#sidebar .navbar-brand a:hover{
	color: #54697e;
}
#sidebar .navbar {
	border-radius: 0;
	background: transparent;
	border: none;
	padding-top: 20%;
}
#sidebar .navbar-collapse {
	padding-left: 20px;
}
#sidebar .navbar-header, #sidebar .navbar-nav, #sidebar .navbar-nav li {
	float: none;
	margin-left: -10px;
	margin-bottom: 20px;
}
#sidebar .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing:1.5px;
	text-transform: uppercase;
	padding-left: 25px;
}
#sidebar .navbar-default .navbar-nav>li>a:hover {
	background: rgba(38, 41, 46, .2);
}
#sidebar .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #DDAD02;
}
#sidebar .navbar-nav {
	margin: 7.5px -15px;
}
#sidebar .navbar-nav .opens .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}
#sidebar .navbar-default .navbar-nav .opens .dropdown-menu>li>a {
	color: #777;
}
#sidebar .navbar-nav .opens .dropdown-menu>li>a {
	line-height: 20px;
}
@media screen and (min-width:768px){
	#sidebar .navbar-collapse.collapse {
		display: none!important;
	}
	#sidebar .navbar-collapse.collapse.in {
		overflow: auto!important;
		display: block!important;
	}
	.navbar-toggle {
		display: block;
	}
}
@media screen and (min-width:992px){
	#sidebar .navbar-collapse.collapse {
		display: block!important;
	}
	.navbar-toggle {
		display: none;
	}
}
.tpg {
	font-family:'Open Sans', sans-serif;
	width: 160px;
	font-size: 16px;
}
#container {
	position: relative;
	margin-left: 220px;
}
#container section {
	padding: 60px;
}
#container section {
	background: #f7f8f9;
}
#container section.odd {
	background: #eceff1;
}
.mg-bt-80 {
	margin-bottom: 80px;
}
.mg-bt-60 {
	margin-bottom: 60px;
}
.mg-bt-40 {
	margin-bottom: 40px;
}
.totop {
	position: fixed;
	bottom: 0;
	right: 0px;
	width: 0px;
	height: 0px;
	color: #FFF;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
	z-index: 999;
}
.totop span {
	position: relative;
	overflow: hidden;
	font-size: 20px;
	bottom: -27px;
	display: inline-block;
	left: -50px;
	cursor: pointer;
	height: 42px;
	width: 60px;
	line-height: 30px;
	text-align: center;
	z-index: 1000;
}
.totop a {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.totop .first {
	top: 0px;
}
.totop .hover {
	top: 20px;
}
.totop .first i {
	color: #FFF;
}
.footer-toogle .hover i {
	color: #DDAD02;
}
.totop:hover {
	cursor: pointer;
}
.totop:hover span > a.first {
	top: -20px;
}
.totop:hover span > a.hover {
	top: 0px;
	color: #DDAD02;
}
.btn {
	border-radius: 0;
	padding: 8px 13px;
	margin-right: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn.big {
	padding: 13px 25px;
	font-size: 18px;
}
.btn.btn-dark {
	background: #092d46;
	color: #FFF;
}
.btn.btn-dark:hover {
	background: #dcdfe1;
	color: #092d46
}

.bg-blue {
	background: #092d46;
	color: #fff;
}
.bg-white {
	background: #fff;
}

.pb-30 {
	padding-bottom: 30px;
}

.border {
	border-bottom: 2px solid #fff;
}

/* 
[PAGES STYLE]
*/

/* ====== HOME ====== */
#container section.home {
	padding: 0px;
	position: relative;
}
.hb-award-container-1 {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 5;
}

.hb-award-container-2 {
	position: absolute;
	right: 150px;
	bottom: 25px;
	z-index: 5;
}

.hb-award-container-3 {
	position: absolute;
	right: 275px;
	bottom: 25px;
	z-index: 5;
}

.hb-award {
	height: 100px;
	width: auto;
	cursor: pointer;
}

.award-link {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.hb-award-container-2 { right: 200px; }
	.hb-award-container-3 { right: 375px; }
	
	.hb-award {
		height: 150px;
	}

}

.featherlight {
	z-index: 6;
}

.fa-facebook {
	padding: 0 2px 0 2px;
}

.home .bg-parallax {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
@media screen and (min-width:990px){ .home .bg-parallax {  margin-left: -15%; } }
@media screen and (min-width:1399px){ .home .bg-parallax {  margin-left: -10%; } }

.home .slide-filter {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}
.home .slide-text {
	position: absolute;
	display: block;
	bottom:40%;
	right: 0;
	left:-220px;
	width: 100%;
	padding: 0 10px;
	z-index: 22;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.home .slide-text h2 {
	font-family:'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 69px;
	letter-spacing: 2px;
	color: #092d46;
	position: relative;
}
.home .slide-text span {
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #092d46;
	position: relative;
}
.home .slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0%;
	height: 120px;
}
.home .slides-navigation a {
	position: absolute;
	font-size: 40px;
	font-weight: 300;
	top: 0;
	right: 0;
	line-height: 35px;
	z-index: 1;
	bottom: 21px;
	color: #232a2f;
}
.home .slides-navigation a:hover {
	color: #DDAD02;
}
.home .slides-navigation a.prev, .home .slides-navigation a.next {
	background: #f7f8f9;
	width: 40px;
	height: 40px;
	text-align: center;
}
.home .slides-navigation a.prev {
	right: 42px;
}
/* ====== Portfolio ====== */
.portfolio {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #F4F4F4;
}
.portfolioContainer {
	padding: 20px;
}
.portfolio .portfolio-item {
	opacity: 0;
	display: none;
	margin: 0;
	padding: 0;
}
.portfolio .portfolio-item img {
	width: 100%;
	height: auto;
}
.portfolioFilter {
	font-weight: 400;
	margin-bottom: 20px;
}
.portfolioFilter a {
	margin-right: 10px;
	text-decoration:none;
	font-weight: 300;
	text-align: center;
}
.portfolioFilter a.active {
	text-decoration: line-through;
	color: #FFF;
}
.portfolio-item {
	position: relative;
	color: #ffffff;
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.project-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.0);
	background: rgba(9, 45, 70, 0.0);
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-transform: uppercase;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.portfolio-item a:hover > .project-hover {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	background: rgba(9,45,70,0.6);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.project-hover span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.portfolio-item a:hover > .project-hover span {
	padding: 15px 0;
	font-family:'Raleway', sans-serif;
}
.project-hover b {
	color: rgba(255, 255, 255, 0.0);
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	padding-top: 0;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.project-hover span.plus {
	font-size: 120px;
	font-weight: 100;
}
.portfolio-item a:hover > .project-hover b {
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* ====== About ====== */

.about .teams {
	display: inline-block;
	color: #202020;
	background: #FFF !important;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	width:100% !important;
}
.left{
	margin-left: 15px!important;
}

.abstand {
	padding-right: 20px;
}	
#profil h4, #mitarbeiter h4{
	font-weight: 300;
	font-size: 15px;
}

.media-body, .media-body a {
	color: #092d46;
}
.media-body {padding:25px 25px 0px 25px;}
.media-body h4 {margin-bottom: 10px; font-size: 14px !important; font-weight: 300 !important;}
.media-body p {font-size: 12px; line-height: 20px;}
img.media-object {padding: none; height: auto;
}

.lightbox h2 {font-size: 18px; line-height: 24px;}
.lightbox .h2 {font-size: 18px; line-height: 24px; margin-bottom: 2rem;}
.lightbox p {font-size: 14px; line-height: 20px;}
.lightbox ul {font-size: 14px;line-height: 20px;}

@media screen and (max-width:630px){
	.media-body {width: 100%;}
	.media>.pull-left {margin-right:0px;}
}

@media screen and (max-width:768px){
	.featherlight .featherlight-content {margin-top: 120px;max-height: 70%;}
}

@media screen and (min-width:768px){
	img.media-object {width: 100%;}
	.media-body h4 {margin-bottom: 10px; font-size: 16px !important; font-weight: 500 !important;}
	.media-body p {font-size: 14px; line-height: 20px;}
	.lightbox h2 {font-size: 30px; line-height: 1.1;}
	.lightbox .h2 {font-size: 30px; line-height: 1.1;}
	.lightbox p {font-size: 16px; line-height: 28px;}
	.lightbox ul {font-size: 16px;line-height: 28px; margin-bottom: 3rem;}
}

/* ====== Blog Front ====== */
.blog-front article {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.blog-front article .blog-thumb {
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.blog-front article .blog-thumb img {
	z-index: -1;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	position: relative;
}
.blog-front article .post-area {
	text-align: right;
}
.blog-front article .post-area h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}
.blog-front article .post-area .post-date {
	font-weight: 700;
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}
.blog-front article .post-area p {
	text-align: left;
}
/* ====== Map & Contact ======*/

/* Paralax Standort */
img-starr-box{
	overflow: hidden;
	height:auto;
}
.starr--img {
    background-repeat: no-repeat;
    width: 100%;
    height: inherit;
}
#container section.standort{
	padding: 0px;
}


/* Map */
#map {
	height: 450px;
	width: 100%;
}
/* Contact */
.contact {
	position: relative;
}
.contact:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content:" ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #eceff1;
	border-width: 20px;
	margin-left: -20px;
}
.contact form {
	margin-bottom: 40px;
}
.contact form .form-group {
	margin-bottom: 2px;
}
.contact form input, .contact form textarea {
	border-radius: 0;
	background: rgba(0, 0, 0, .07);
	color: #85939b;
	border:none;
	border-left:1px solid #DDAD02;
	box-shadow: none;
}
.contact form input {
	height: 50px;
}
.contact form input:focus, .contact form textarea:focus {
	box-shadow: none;
	border:1px solid #DDAD02;
}
/* =====================================================================

RESPONSIVE UTILITIES

===================================================================== */
.dpXsmall .post .post-title {
	position: relative;
	right: inherit;
	top: inherit;
	background: transparent;
	padding:0;
}
.dpXsmall .post .post-title h1 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.dpSmall .media figure.pull-left, .dpXsmall .media figure.pull-left {
	float: none !important;
	padding-bottom: 20px;
}
.dpXsmall .blog-comments .blog-comment-content .comment-meta .media-heading, .dpXsmall .blog-comments .blog-comment-content .comment-meta .in-reply, .dpXsmall .blog-comments .blog-comment-content .comment-meta span.time {
	display: block;
	padding-left: 0;
	margin: 8px 0;
}
.dpXsmall .blog-comments .blog-comment-content .comment-meta .comment-extra {
	float: none !important;
	margin-bottom: 20px;
}
.dpSmall #primary, .dpXsmall #primary {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.dpSmall #sidebar, .dpXsmall #sidebar {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 99999;
}
.dpSmall .widgetbar, .dpXsmall .widgetbar {
	padding-left: 15px;
}
.dpSmall #sidebar .navbar, .dpXsmall #sidebar .navbar {
	padding-top: 0;
	margin-bottom: 0;
}
.dpSmall #sidebar .navbar-brand, .dpXsmall #sidebar .navbar-brand {
	padding-bottom: 0;
}
.dpSmall #container, .dpXsmall #container {
	margin-left: 0;
}
.dpSmall .home .slide-text, .dpXsmall .home .slide-text {
	left: 0;
}
.dpSmall .home .slides-navigation, .dpXsmall .home .slides-navigation {
	bottom: 0%;
	height: 40px;
	top: inherit;
}
.dpSmall .home .slide-text h2, .dpXsmall .home .slide-text h2 {
	font-size: 35px;
	line-height: 45px;
}
.dpSmall .home .slide-text span, .dpXsmall .home .slide-text span {
	font-size: 18px;
	line-height: 27px;
}
.dpSmall .services .services-icon, .dpXsmall .services .services-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #DDAD02;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	margin: 10px 0 20px;
	position: relative;
	line-height: 70px;
}
.widgetbar .widget .search-widget input::-webkit-input-placeholder {
	color: #333;
}
.widgetbar .widget .search-widget::-moz-placeholder {
	color: #333;
}
/*
-------------------------

BOOTSTRAP THEMING

-------------------------
*/
/*
LABEL
*/
.label {
	padding: 5px 8px;
	border-radius: 0;
}
.label-warning {
	background: #deb14d;
}
.label-info {
	background: #52adda;
}
.label-success {
	background: #70bc70;
}
.label-danger {
	background: #c46868;
}
/*
FORM
*/
form .form-group {
	margin-bottom: 2px;
	margin-bottom: 15px;
}
form .form-group label {
	margin-bottom: 10px;
	font-weight: 400;
}
form .form-control, form textarea {
	border-radius: 0;
	background: rgba(0, 0, 0, .07);
	color: #85939b;
	border:none;
	border-left:1px solid #DDAD02;
	box-shadow: none;
}
form input.form-control {
	height: 50px;
}
form .form-control:focus, form textarea:focus {
	box-shadow: none;
	border:1px solid #DDAD02;
}
/*
BUTTON
*/
.btn {
	border-radius: 0;
	padding: 8px 13px;
	margin-right: 5px;
	outline: 0;
	font-weight: 700;
}
.btn-link {
	color: #2b2e33;
	text-decoration: underline;
}
.btn-link:hover {
	color: #DDAD02;
}

/* Farbanpassungen */
a{color:#092d46;}
#sidebar .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#54697e;}
.footer-toogle .hover i{color:#54697e;}
.totop:hover span>a.hover{color:#092d46;}
.home .slides-navigation a:hover{color:#54697e;}
.services .services-icon{background:#54697e;}
.about .skill-bar ul li .bar{background:#54697e;}
.call-ta h2{border-left:3px solid #54697e;}
.contact form input,.contact form textarea{border-left:1px solid #54697e;}
.contact form input:focus,.contact form textarea:focus{border:1px solid #54697e;}
#primary .pagination li:hover a{background:#54697e;}
#primary .pagination li.active a{background:#54697e;}
.post .post-meta span a:hover{color:#54697e;}
.blog-comments form input,.blog-comments form textarea{border-left:1px solid #54697e;}
.blog-comments form input:focus,.blog-comments form textarea:focus{border:1px solid #54697e;}
.widgetbar .widget ul li a:hover{color:#54697e;}
.widget .widget-title a:hover{color:#54697e;}
.dpSmall .services .services-icon,.dpXsmall .services .services-icon{background:#54697e;}
.pace .pace-progress{background:#54697e;box-shadow:0px 0px 5px 0px #54697e;}
form .form-control,form textarea{border-left:1px solid #54697e;}
form .form-control:focus,form textarea:focus{border:1px solid #54697e;}
.btn-link:hover{color:#54697e;}
.pagination li:hover a{background:#54697e;color:#FFF;}
.pagination li.active a{background:#54697e;}
footer a {color: #b6bcc3}

.map-note {
	padding: 60px;
}
/*
JOBS
*/

.home-slide-jobs{
	height: 500px !important;
}

.form-headline{
	font-weight: 500 !important;
	font-family:'Raleway', sans-serif;
}

#nachrichtOptional{
	width: 100%;
	height: 200px;
}

.repeat-mail {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.d-none{
	display:none;
	}

.d-inline{
	display: inline-block;
	}

.modal-content-job{
	max-width: 90%;
  margin-left: 15%;
  margin-right: 10%;
  padding: 40px 40px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	}

.modal-dialog{
	width: 90%;
	}

.telefonRadio{
	display: none;
	}

#tel:checked ~ .telefonRadio{
	display: block;
	margin-left: 40px;
	}

legend {
	margin-top: 15px;
	}

form .is-invalid{
	border-left: 2px solid red;
	}

form p{
	margin-bottom: 0;
	}

form label{
	display: block;
	}

form label input{
	margin-right: 4px !important;
	}

span.is-invalid{
	display: block;
	padding: 5px;
	background: rgba(255,0, 0,.15);
	width: 100%;
	}

.ml-15{
	margin-left: 15px;
}