
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
	color: #fff;
}

a:focus, a:hover {
    color: #F8C300;
}

.button-dark {
	background-color: rgb(157,0,0);
	border: 2px solid #F8C300;
	color: #F8C300;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin: 4px 2px;
	margin-top: 15px;
	cursor: pointer;
	width: 100%;
}
.button-dark:hover {
	border: 2px solid #FFF;
	color: #FFF !important;
}
.button-dark-red {
	background-color: #540000;
	border: 2px solid #F8C300;
	color: #F8C300;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin: 4px 2px;
	margin-top: 15px;
	cursor: pointer;
	width: 100%;
}
.button-dark-red:hover {
	border: 2px solid #FFF;
	color: #FFF !important;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
		text-align: justify;
}
p {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
		text-align: justify;
}


iframe {
    border: 0;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

span {
	font-size: 28px;
	font-weight: 200;
	text-transform: uppercase;
	
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
  color: #9D0000;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
}
.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "_____________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	DIV-OPEN
==========================================*/
.arrow {    
    height: 30px;
    text-align: center;	
	cursor: pointer;
	margin: 25px;
}
.arrow-a {
    width: 100%;
    height: 30px;
    text-align: center;	
	cursor: pointer;
}
.arrow:hover img{
	opacity: 0.7;
}
.rotate {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(157,0,0, 0.95) !important;
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}
.nav-logo {
	width: 130px;
}
@media (max-width: 480px) {
	.nav-logo {
		width: 90px;
		margin-left: 25px;
	}
}
.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
	color: #ffffff;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #F8C300;
	color: #F8C300;
}




/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 40%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center !important;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #fff;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: #fff;
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #F8C300;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Unternehmen
==========================================*/
.features {
  background-color: rgb(157,0,0);
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #9D0000;
  border-radius: 50%;
  color: #9D0000;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.service-desc p {
  color: #ffffff;
}


/*=========================================
	Works
==========================================*/

.works {
	background-color: #540000;
}
.works h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}
.works p {
    color: #fff;
	text-align: center !important;
}
.works a {
    color: #fff;
}
.works a:hover {
    color: #CC9966;
}
.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #9D0000;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: 296px;
  max-width: 100%;
}

.overlay {
	background-color: rgba(157,0,0,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {  
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}
.work-item .overlay .fa-lg {
    font-size: 4.333em;
}
.work-item .overlay .fa-lg:hover {
    color: #F8C300;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

/*=========================================
	Unternehmen
==========================================*/
#unternehmen {
	background-color: rgb(157,0,0);
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#unternehmen h2{
	color: #fff;
}
#unternehmen p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
	font-weight: normal;
}
.image {
	width: 100%;
}

/* Tabelle */

	.tabelle {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
		margin-top: 25px
	}
	.tabelle h3{
		color: #F8C300;
		text-align: left;
	}
		.tabelle li {
			padding: 4em 4em 2em 4em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.tabelle li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.tabelle li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.tabelle li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.tabelle li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.tabelle li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.tabelle li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.tabelle li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.tabelle li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.tabelle li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.tabelle li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.tabelle li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.tabelle li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.tabelle li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.tabelle li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.tabelle li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

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

				.tabelle li {
					padding: 4em 4em 2em 4em;
					text-align: center;
				}

					.tabelle li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

			@media screen and (max-width: 736px) {

				.tabelle li {
					padding: 4em 4em 2em 4em;				
					width: 100%;
				}

					.tabelle li:first-child {
						border-top: 0;
					}

			}
ul.leistungen-content {  
	padding: 0;	
	color: #fff;
	margin-top:25px;
}
ul.leistungen-content li{  
	background-color: transparent !important;
	padding: 0;
	width: 100%;
	float: left;
	text-align: left;
}
ul.leistungen-content li:nth-child(2){  
	float: left;
	width: 10%;
	clear: both
}
ul.leistungen-content li:nth-child(3){  
	float: right;
	width: 90%;
	margin-bottom: 10px;	
}
ul.leistungen-content span {
	font-size: 13px;
}


/*=========================================
	Leistungen
==========================================*/
#leistungen {
	background-color: #540000;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#leistungen h2 {
	color: #fff;
}
#leistungen p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
	font-weight: normal;
}
/*=========================================
	Systempartner
==========================================*/
#partner {
	background-color: #fff;
}
#partner p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}
.abstand {
	margin-top: 35px;
}

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
	background-color: rgba(208,61,44,.9);
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #9D0000;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}
.team-member .social-links li a:hover {
  background-color: rgb(208,61,44);
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}


/*=========================================
	Emotion
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(204,153,102,1);
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}
#facts h2{
	color: #fff;
	font-size: 5vw;
	opacity: .2;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(109,127,48,.8);
	padding: 70px 0;
}


/*=========================================
	Contact Us
==========================================*/
#contact {
	background-color: rgb(157,0,0);
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contact h2 {
	color: #fff;
}
#contact p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
	font-weight: normal;
}
.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}
.input-group .form-control:last-child {
	background-color: rgb(157,0,0);
	border:	2px solid #fff;
	border-radius: 2px;
}

.contact-form .form-control {
  color: #fff;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background-color: rgb(157,0,0);
  border: 2px solid #F8C300;
  color: #F8C300;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 100px;
}
.contact-form #form-submit:hover {
   color: #fff;
   border: 2px solid #FFF;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map {
  width: 100%;
  padding: 0;
  margin: 0;
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}



/*=========================================
	Footer
==========================================*/

.footer {
  background-color: #540000;
  color: #fff;
}
.footer a{
  color: #F8C300;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer h2 {
	color: #fff;
	margin-top:30px;
}
.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
	background-color: #000;
	padding: 10px;
	bottom: 20px;
	position: fixed;
	right: 25px;
	z-index: 9;
}
.qrcode {
	margin-left: auto;
	margin-right: auto;
	width: 13%
}
.qrcode-big {
	margin-left: auto;
	margin-right: auto;
	width: 53%
}
/*------------------------- Box -------------------------*/

.box {
	width: 33.3%;
	height: auto  !important;
	float:left;
	margin-bottom:25px;
}
.box h4 {
	font-size:35px;
	font-weight:400;
	height:36px;
	letter-spacing:.05em;
	line-height:35px;
	margin: 20px 20px 5px 20px;
	text-indent:5px;
}
.box h4 {
	margin: 20px 20px 20px 20px;
}

.box p {
	color:#F8C300 !important;
	font-size:13px;
	line-height:24px;
	margin:1px 0 23px;
}
.box i{
	color:#F8C300;
}
.link  a {
	color:#F8C300;
	letter-spacing: 0.05em;
	text-decoration:none;
} 
.link a:hover {
	background:none;
	color: #FFF !important;
}
.link p:hover, .link i:hover  {
	background:none;
	color: #FFF !important;
}
.center h4, .center p{
	text-align: center !important
}
@media (max-width: 780px) {	
	.box {
		width: 100%;
	}
}

