/* Scss Document */
/* Scss Document */
/* Scss Document */
/**** HEADER ****/
/*Navigation*/
html, body {
  scroll-behavior: smooth; }

body {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 30px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  scroll-behavior: smooth;
}
.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h2, h3, h4, h5 {
  font-weight: 500;
	margin: 0 0 10px 0;}

h1, h2 {
  text-transform: uppercase; }

h1 {
 	font-size: 120px;
	font-weight: 700;	margin: 0 0 10px 0;
	line-height: 100px;}

h2 {
  font-size: 32px;
	color:#ea6b51;}

h3 {
  	font-size: 32px;
}

h4 {
  font-size: 28px; }

h5 {
  font-size: 22px; }

a {
  text-decoration: none;
  outline:none;}

a:hover {
  text-decoration: none;
  outline:none;}

p {
  margin: 0; }

.grey-container {
  background-color: #1d1d1d;
  color: #ffffff;
  padding: 80px 0;
  z-index: 30000;}

.color-container {
  background: linear-gradient(to top left, #1f2933, transparent, #c6c5b9), linear-gradient(to top right, #ea6b51, transparent, #3f8efc) #3b5072;
  color: #ffffff;
  padding: 80px 0; 
  z-index: 30000;}

.white-container{
  background-color: #ffffff;
  color: #1d1d1d;
  padding: 80px 0; 
  z-index: 30000;}

.distance-top-bottom {
  padding-top: 80px;
  padding-bottom: 80px; }

.distance-top {
  margin-top: 80px; }

#leistungen {
	height:100%;
	margin:0;
    background-color:#fff;
}

.button {
 font-weight:600;
  border: none;
  background-color: #ea6b51;
  padding: 12px 20px;
  margin-top: 40px;}

a .button {
  color:#ffffff; }

.button:hover {
  text-decoration: none;
  background-color: #3b5072; }

a .button:hover {
  color: #ffffff; }

.button-white {
  font-weight:600;
  border: none;
  background-color: #ea6b51;
  padding: 12px 20px;
  margin-top: 40px; }

a .button-white {
  color: #ffffff; }

.button-white:hover {
  text-decoration: none;
  background-color: #3b5072; }

a .button-white:hover {
  color: white; }

.icon{
  max-width: 100px;
}

.headline-line {
  height: 4px;
  background-color: #1d1d1b;
  width: 100px;
  float: left;
  margin-right: 100%; }

.headline-line-white {
  height: 4px;
  background-color: #ea6b51;
  width: 100px;
  float: left;
  margin-right: 100%; }


.headline-line-center {
  height: 4px;
  background-color: #1d1d1b;
  width: 100px;
  margin-right: 100%;
  margin: 20px auto 40px; }

.headline-line--white-center {
  height: 4px;
  background-color: #ffffff;
  width: 100px;
  margin-right: 100%;
  margin: 20px auto 40px; }

#header {
  margin: 0 auto;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  position: fixed;
  top: 0;
  z-index: 30000;
  width: 100%; 
}

.menue {
  margin: -12px auto;
  position: absolute;
  z-index: 20000;
  font-weight: 600; }

.menue, .navicon:hover {
  cursor: pointer; }

#navicon {
  display: block;
  width: 40px;
  position: absolute;
  top:10px;
  right:20px;
  height: 60px;
  border-radius: 4px;
  -webkit-transition: border-radius .5s;
  -o-transition: border-radius .5s;
  transition: border-radius .5s; }

.line {
  position: absolute;
  height: 3px;
  width: 27px;
  background: #1d1d1b;
  border-radius: 0px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 20000; }

.line:nth-child(1) {
  top: 9px; }

.line:nth-child(2) {
  top: 18px; }

.line:nth-child(3) {
  top: 27px; }

#navicon.checked .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

#navicon.checked .line:nth-child(2) {
  opacity: 0; }

#navicon.checked .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

.nav a {
  color: #1d1d1b;
  font-weight: 600; }

.nav a:hover {
  text-decoration: none;
  color: #ea6b51 }

.nav--ul {
  text-align: left;
  list-style: none;
  display: none;
  background-color: #fff;
  right: 0;
  top: -10px;
  /*width: 10000px;*/
  width:50%;
  height:2000px;
  padding: 60px 60px 60px;
  position: fixed;
  -webkit-transition: 0.9s ease;
  -o-transition: 0.9s ease;
  transition: 0.9s ease; }

/*#submenu {display: none;
  -webkit-transition: 0.9s ease;
  -o-transition: 0.9s ease;
  transition: 0.9s ease; }*/

.nav--ul--li {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #1d1d1d;}

.nav--ul--li--ul--li {
  padding-top: 10px; }

.nav--submenu {
  list-style: none;
  margin-top: 5px; }

.nav-check:checked ~ .nav--ul {
  display: block; }

.hide {
  display: none; }

.nav-check {
  position: absolute;
  top: -10em; }

.white{
	background-color: #1d1d1d;
    color:#fff;}

.dark { color: #1d1d1d;}

#logo {
  float:left;
  height:36px;
  z-index:40000; }

#logo img {
  height: 100%; }


@media only screen and (min-width: 844px) {
  .nav--ul {
    width: 100%;} }

@media only screen and (max-width: 991px) {
#logo {
  max-height:32px;
  z-index:40000;}
	
 #navicon {
  top:10px;
  right:10px;}
	
.nav--ul {
   min-width: 100%; 
		max-height:50%;}
h1 {
font-size: 60px;
font-weight: 700;
margin: 0 0 20px 0;
line-height: 50px;}
}

.text-left{
	text-align: left;
}
#background{
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.header--text-container {
  margin: 40px auto 40px auto;

}
}
.header--text-container {
  margin: 40px auto 40px auto;

}

@media only screen and (min-width: 992px) {
#background{
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
}
.header--text-container {
  margin: 260px auto 180px;
	color:#fff;}
}
	
  .header-logo {
    margin-top: auto; }
  .nav--ul {
    width: 260px; } 

.desaturate {
    filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.desaturate:hover, .desaturate:focus {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
}

/******* FOOTER ********/


.footer--container--contact {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px; }

.footer--container--contact--icon {
  margin-bottom: 15px; 
height:100px;}

.rights-container {
  padding: 20px;
	font-size: 14px;
  font-weight: 200;
}

.rights-container--impressum {float:right;
  text-align: right; }

.rights-container--impressum a {
  color: #fff; }

.rights-container--impressum a:hover {
  color: #ea6b51;
  text-decoration: none; }

.mail {
  color: white; }

.mail:hover {
  color: white; 
  text-decoration: underline; }

@media only screen and (min-width: 992px) {
  .footer--container--telephone--border {
    border-left: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    border-top: none;
    border-bottom: none; } }

/******* USPs *********/
.usp--text-container {
  margin: 0 auto; }

.usp2 {
  margin: 40px 0; }

.usp3 {
  margin-bottom: 20px; }

@media only screen and (min-width: 992px) {
  .usp--text-container {
    width: auto;
    margin: auto; }
  .usp2 {
    margin: 0; }
  .usp3 {
    margin-bottom: 0px; } }

.usp--text-container--usp--icon {
  margin: 30px; }

@media only screen and (min-width: 992px) {
  .usp--text-container--usp--icon {
    margin: 0 auto 30px; } }

/****** Bilderleitse *******/
.picture-container--picture {
  padding: 0;
 }

.picture-container--picture img {
  width: 100%; }

.ref-hover {
	color: white;
	padding: 20%;
	opacity: 0;
	position: absolute;
	top:0;
	height:100%;
	width:100%;
}

	
.ref-hover-active {
  background-color: #1d1d1d;
  opacity: 0.8;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  padding: 20%;
  display: block; 
 }




/*** 2spaltige Bilderleiste ***/
.picture-container--picture--2column img {
  width: 100%; }

.picture-container--picture--2column {
  padding: 0;
  overflow: hidden;
  max-height: 500px; }

/********* Branchen ********/
.sectors--container {
  padding-left: 15px;
  margin-top: 40px; }

.sectors--container--sector {
	background: linear-gradient(to top left, #1f2933, transparent, #c6c5b9), linear-gradient(to top right, #ea6b51, transparent, #3f8efc) #3b5072;
/*  background: linear-gradient(45deg, #ea6b51, #3f8efc),linear-gradient(142deg, transparent, #c6c5b9),linear-gradient(108deg, #3b5072, transparent);*/
  color: #fff;
  width: 100%;
  text-align: center;
  float: inherit;
  height: 230px;
  padding: 104px 30px; }

.sectors--container--sector--left {
  margin: 0 40px 40px 0; }

.sectors--container--sector--right {
  margin: 0 0 40px; }

.sectors--container--sector--icon {
  margin-bottom: 30px; }

.last {
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .sectors--container {
    padding-left: 30px;
    margin-top: 0px; }
  .sectors--container--sector {
    width: 240px;
    height: 240px; } }

@media only screen and (min-width: 1200px) {
  .sectors--container--sector {
    width: 260px;
    height: 260px;
    padding: 104px 30px; }
  .sectors--container {
    padding-left: 105px; } }

/***** Teaser Leistungen ******/
.services-container--picture {
  max-width: 100%;
  overflow: hidden;
  max-height: 80%;
  padding: 0 15px;
  margin: 80px 0 20px; }

.services-container--picture img {
  height: 100%;
  width: 100%; }

.services-container--text {
  padding: 40px 15px 80px; }

@media only screen and (min-width: 992px) {
  .services-container--text {
    padding: 80px 0 80px 60px; }
  .services-container--picture {
    max-width: 560px;
    overflow: hidden;
    max-height: 80%;
    padding: 0;
    margin: 0; }
  .services-container--picture img {
    height: 100%;
    width: auto; } }

	
@media only screen and (min-width: 740px) {
  .twocolumns-text--text {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px; } }


/******* Headline und Text Zentriert *******/
.headline-text-center {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; }
