/*

Hauptfarbe #c40000
Hover farbe #840000

*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: #c40000;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: #840000;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	margin-top: 15px;
	background-image: url(../img/22_white.svg);
	display: inline-block;
	visibility: hidden;
	width: 200px;
	height: 50px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo{
	margin-top: 10px;
	background-image: url(../img/22_black_name_eng.svg);
	display: inline-block;
	visibility: visible;
	width: 300px;
	height: 60px;
	background-repeat: no-repeat;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 60px 0;
	padding-bottom: 100px;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #c40000;
    background-color: #c40000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #c40000;
}
bootstrap.min.css:5;
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.logohome{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	
	/* background-color: red; */
}
.headinghome{
	float: left;
	display: none;
}
.headinghome h2{
	text-align: left;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-stretch: condensed;
	/* font-size: 92pt; */
	font-size: 7.5vw;
	font-weight: 600;
	color: #c40000;
	margin-top: 0px;
	display: none;
	
}
.headinghome p{
	text-align: center;
	font-family: 'Arial', arial, sans-serif;
	/*font-size: 50pt;*/
	font-size: 4.4vw;
	font-weight: 350;
	padding: 0;
	color: white;
	/* margin-top: 40px; */
	margin-top: 3vw;
	padding-right: 25px;
	display: none;
}
.hometext p{
	font-family: "Poppins", sans-serif;
	font-style: italic;
	width: 100%;
	font-size: 1.4vw;
	font-weight: 100;
	text-align: center;
	color: white;
	font-weight: 300;
	margin-top: 60px;
	/* line-height: 28px; */
	line-height: 3.5vw;

}
.banner{
	width: 100%;
	/* height: 60px; */
	height: 4vw;
	padding-top: 0.8vw;/*12*/
	position: absolute;
	bottom:0;
	left: 0;
	background-color: #c40000;

}
.banner a{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 1.5vw;
	font-weight: 600;
	text-decoration: none;
	color: white;
	text-align: center;
	width: 100%;
	transition: 0.3s ease;
}
.banner .icon{
	height: 1.5vw;
	margin-bottom: 0.2vw;
	margin-right: 5px;
}
.banner a:hover{
	font-size: 1.55vw;
	transition: 0.3s ease;
}

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 16px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 60px 0px;
	padding-bottom: 100px;
}

#about .section-heading {
	margin-bottom: 40px;
}

.leistungentext p {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12pt;
  }

.service-item {
	/*cursor: pointer;*/
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	margin-top: 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
	width:100%;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.first-service .icon {
	background-image: url(../img/first-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}
.second-service .icon {
	background-image: url(../img/second-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}
.third-service .icon {
	background-image: url(../img/third-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}
.fourth-service .icon {
	background-image: url(../img/fourth-service-main.png);
	height: 32px;
	width: 22px;
	display: inline-block;
}


#what-we-do {
	background-image: url(../img/contact-bg.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 40px;
}

#what-we-do p {
	margin-bottom: 30px;
	font-size: 12pt;
	font-weight: 100;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}



/* PORTFOLIO */

#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories p {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 12pt;
}
.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: #c40000;
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #c40000;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #840000;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 0.7;
	visibility: visible;
}

/* KONTAKT */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 30px;
}
#contact .contact-intro p{
	margin-bottom: 40px;
}

#contact {
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size:cover;
}
#contact .contacttext{
	font-size:14pt; 
	color:#ffffff; 
	text-align:center;
	font-weight:lighter;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}
#contact .infophone {

	margin-bottom: 30px;
	margin-top: 60px;
	display: block;
}
#contact .infomail {

	margin-bottom: 30px;
	margin-top: 50px;
	display: block;
}
#contact a{
	text-decoration: none;
}
#contact .phonenumber:hover{
	font-size: 21pt;
	transition: 0.4s ease;
}

#contact .phone {
	width: 32px;
	height: 32px;
	padding-bottom: 4px;
}
#contact .phonenumber {
	font-size: 20pt;
	font-weight: 200;
	color: white;
	transition: 0.4s ease;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.2);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.2);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact button {
	display: inline-block;
	background-color: #c40000;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #840000;
	transition: all 0.3s;
}
#about .dsgvo{
	text-decoration: none;
}
.dsgvo:hover{
	color: #840000;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
	width: 100%;
}
footer a{
	float: right;
	text-align: right;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 12px;
	text-decoration: none;
	width: 100%;
}
footer a:hover{
	color: #840000;
	text-decoration: none;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Datenschutz */

.dateninhalt {
	margin-top: 60px;
	padding: 0px 20px;
	display: inline-block;
	width: 100%;
}
.dateninhalt p{
	text-align: left;
}

/* OK oder Fehler text */

.oktext p{
	text-align: center;
	font-size: 20px;
	font-family: 'Open Sans', arial, sans-serif;
	margin-top: 50px;
}
.oktext a{
	text-decoration: none;
	color: #c40000;
}
.oktext a:hover{
	color: #840000;
}


/* RESPONSIVE */

@media only screen and (min-width: 1400px){
	.hometext p{
		font-size: 16pt;
		line-height: 50px;		
	}
}
@media (max-width: 420px){
	#contact .phonenumber{
		font-size: 16pt;
	}
	.header.active .navbar-brand .logo{
		width: 210px;
		height: 40px;
		margin-top: 20px;
	}
}

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		/* box-shadow: 0px 5px 10px #cdcdcd; */
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
	.hometext{
		max-width: 70%;
		margin-left: 15%;
	}
	.hometext p{
		font-size: 2vw;
		margin-top: 30px;
	}
	.banner{
		height: 50px;
		padding-top: 10px;
	}
	.banner .icon{
		height: 30px;
		margin-bottom: 0vw;
		margin-right: 5px;
	}
	.banner .clicktext{
		display: none;
		pointer-events: none;
	}
	.leistungentext p{
		text-align: left;
		width: 90%;
		margin-left: 5%;
	}
	.left-text {
		width: 90%;
		margin-left: 5%;
	}
	.filter-categories p{
		width: 90%;
		margin-left: 5%;
		text-align: left;
	}
	#contact .contacttext {
		width: 90%;
		margin-left: 5%;
		text-align: left;
	}
	#contact .infophone{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	#contact .infomail{
		width: 100%;
		text-align: center;
	}
	footer a, footer p{
		text-align: center;
		float: left;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#contact .infomail {
		margin-bottom: 60px;
	}
	footer {
		/*text-align: center;*/
	}
	footer ul {
		float: none;
	}
}