@charset "UTF-8";
@import url("https://use.typekit.net/fgw7xgd.css");


/* ---------------- DEF ---------------- */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
        
h1, h2, h3, h4, h5, h6 {
	font-family: eurostile, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase!important;
}

a, p, label, article, li {
	font-family: eurostile, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 140%;
}

a {
	color: #009ee3;
	text-decoration: none;
}
            
a:hover {
	color: #009ee3;
	text-decoration: underline;
}
                      
a:link {
	text-decoration: none;
}
            
a:visited {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

img {
	width: 100%;
	margin: 0px;
	line-height: 100%;
}

.clear {
	clear: both;
}

::selection {
	background: #009ee3;
	color: #fff;
}

::-moz-selection {
	background: #009ee3;
	color: #fff;
}



/* ---------------- HEADER ---------------- */

header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}

header.start-header {
	background: rgba(111,111,111,0.00);	
}

header.fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(111,111,111,1);
}

.header-inner {
	width: 100%;
	max-width: 1350px;
	padding: 30px 20px 30px 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

header.fixed-header .header-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}

.brand {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	padding-bottom: 0px;
	transition: all 1s ease;
}

header.fixed-header .brand {
	max-width: 105px;
	margin: auto auto auto 0 !important;
}

header.start-header.brand-single {
	display: flex;
}

header.start-header.brand-single .brand {
	margin: 0px 0px 0px auto;
}

header.start-header.brand-single nav {
	display: none;
}

header.start-header .brand--color {
	display: inline;
}

header.start-header .brand--light {
	display: none;
}

header.fixed-header .brand--color {
	display: none;
}

header.fixed-header .brand--light {
	display: inline;
}

nav {
	width: 80%;
	display: flex;
}


/* ---------------- SECTION ---------------- */

section {
	position: relative;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-size: cover !important;
}

section.start {
	width: 100vw;
	min-height: 85vh;
}

section.full-height {
	min-height: 100vh;
}

section.height-50 {
	min-height: 50vh;
}

section.height-40 {
	min-height: 40vh;
}

section.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

section.flex.flex-bottom {
	align-items: flex-end;
}

section.last-footer {
	padding-bottom: 120px;
}

section.margin-top-50 {
	margin-top: 50px;
}

section.first-section {
	margin-top: 0px;
	padding-top: 0px;
}

.section-background {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.bg-img .section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

section.bg-img .section-background img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

section.bg-img--half-right {
	min-height: 40vw !important;
}

section.bg-img--half-right .section-background img {
	position: absolute;
	left: auto !important;
	right: 0px !important;
	object-fit: cover;
	object-position: center center;
	width: 50%;
	height: 100%;
}

section.bg-grey {
	background: #6f6f6f;
	color: #fff;
}

section.bg-light {
	background: #e6e6e6;
}

section.bg-blue {
	background: #009ee3;
}

section.bg-blue h1, section.bg-blue h2, section.bg-blue h3, section.bg-blue h4, section.bg-blue h5, section.bg-blue h6,
section.bg-blue p, section.bg-blue a, section.bg-blue p a {
	color: #fff !important;
}

.section-background.full-height {
	width: 100%;
	height: 100vh;
}

.section-background.height-75 {
	width: 100%;
	height: 75vh;
}

.section-background.height-50 {
	width: 100%;
	height: 50vh;
}

.section-background.height-33 {
	width: 100%;
	height: 33vh;
}

.section-background.height-25 {
	width: 100%;
	height: 25vh;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.50) !important;
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.70) !important;
  background-blend-mode: darken;
}

.darkened--80 {
  background-color: rgba(0, 0, 0, 0.80) !important;
  background-blend-mode: darken;
}

.darkened--90 {
	background-color: rgba(0, 0, 0, 0.90) !important;
	background-blend-mode: darken;
}



/* ---------------- REPSONSIVE // SECTION ---------------- */

@media (max-width: 750px) {
	
	

}

@media (max-width: 600px) {
	
	

}



/* ---------------- TYPO ---------------- */

.content h1, .content h2 {
	text-transform: none;
	font-size: 40px;
	color: #6f6f6f;
	line-height: 40px;
	margin-bottom: 15px;
}

.content h1 strong, .content h2 strong, .content h3 strong {
	font-family: eurostile, sans-serif;
	font-weight: 700;
}

.content h3 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 12px;
	font-weight: 300;
	color: #009ee3;
}

.content p, .content ul {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 15px;
}

.content p a, .content a {
	font-size: 16px;
	color: #009ee3;
	text-decoration: none;
}

.bg-grey .content p a, .bg-grey .content a {
	color: #fff;
}

.content p.counter-text {
	font-size: 60px;
	margin-bottom: 0px;
}

.content a.button, .content p a.button,
.content button {
	display: inline-block;
	padding: 3px 16px 5px;
	margin: -3px -6px -5px;
	color: #000;
	background: #fff;
	border-radius: 0px;
}

.content ul li {
	font-size: 15px;
	margin-bottom: 5px;
	list-style: none;
	padding-left: 17px;
}

.content ul li::before {
	display: block;
	content: ' ';
	float: left;
	width: 6px;
	height: 6px;
	margin-left: -17px;
	margin-top: 7px;
	font-weight: 700;
	border-radius: 3px;
	background: #009ee3;
}

.content.no-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content.no-padding .title {
	width: 100%;
	transform-origin: top right;
	transform: rotate(-90deg);
	position: absolute;
	right: calc(100% - 0px);
	
}

.content.no-padding .title span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: right;
	font-family: eurostile, sans-serif;
	font-size: 50px;
	line-height: 43px;
	font-weight: 700;
	color: #fff;
}

.content.no-padding .title span:nth-last-of-type(2) {
	color: #009ee3;
}

img.img-placeholder {
	display: none;
}

img.round {
	border-radius: 50%;
}

.text-pull-center {
	text-align: center;
}

.text-pull-right {
	text-align: right;
}

.no-margin {
	margin-bottom: 0px !important;
}

.contact-data i {
	display: inline-block;
	width: 20px;
}

.empty {
	display: block;
	width: 100%;
	height: 50px !important;
	margin: 0px !important;
}



/* ---------------- RESPONSIVE // TYPO ---------------- */

@media (max-width: 600px) {
	
	.content h1, .content h2 {
		font-size: 22px;
		line-height: 27px;
	}

	.content h3 {
		font-size: 18px;
		line-height: 17px;
	}
	
}

@media (max-width: 500px) {
	
	
	
}



/* ---------------- LEISTUNGSKACHELN ---------------- */

.square.leistung img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.square.leistung .square-content {
	padding: 30px;
	background: linear-gradient(90deg, rgba(111,111,111,0.92) 0%, rgba(111,111,111,0.4) 100%);
	text-align: left;
	align-items: flex-end;
	align-content: flex-end;
	transition: all 1s ease;
}

.square.leistung .square-content:hover {
	background: linear-gradient(90deg, rgba(0,159,227,0.92) 0%, rgba(0,159,227,0.4) 100%);
}

.square.leistung .square-content h3 {
	color: #fff;
}



/* ---------------- LEISTUNGSKACHELN ---------------- */

.projekt { 

}

.projekt .col {
	background: #e6e6e6;
}

.projekt .col:first-of-type {
	margin-right: 0px;
	padding: 40px;
}

.projekt .col:last-of-type {
	margin-left: 0px;
}
	
	

/* ---------------- ACCORDEON ---------------- */

.accordeon-container {
	position: relative;
}

.accordeon-header {
	position: relative;
	width: 100%;
	background: #009ee3;
	color: #fff;
	padding: 15px 30px 15px 30px;
	margin-top: 20px;
}

.accordeon-header:first-of-type {
	margin-top: 0px;
}

.accordeon-header.active-header {
	
}

.accordeon-header h3 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
}

.accordeon-header.active-header h3 {
	font-weight: 700;
}

.accordeon-header i {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	padding: 12px;
	font-size: 25px;
	text-align: center;
	color: #fff;
}

.accordeon-content {
	position: relative;
	display: none;
	width: 100%;
	padding: 25px 10px 0px 10px;
	margin-top: 0px;
	max-width: none !important;
	background: #e8e8e8;
}

.accordeon-content .flex-row:last-of-type, 
.accordeon-content .flex-row:last-of-type .col:last-of-type {
	margin-bottom: 0px !important;
}

.accordeon-content ul li {
	
}

.accordeon-content ul li::before {
	color: #fff;
}



/* ---------------- RESPONSIVE // ACCORDEON ---------------- */

@media (max-width: 600px) {

	.accordeon-header {
		padding: 15px 50px 15px 30px;
	}
	
}


/* ---------------- TABS ---------------- */

.tab-container {
	background: none;
	margin: 0 auto;
	
}

#tabcontent {
	width: 100%;
}

.tab-container .tab-content {
	/* padding: 40px 40px; */
	min-height: 200px;
	width: 100%;
	background: #e8e8e8;
}

.tab-container .tab-content > div:not(:first-child) {
	display: none;
}

.tab-container .tab-content > div h3:not(:first-child) {
	margin-top: 50px;
}

.content > ul.tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.content ul.tabs {
	display: flex;
	width: 100%;
	/* position: sticky;
	top: 110px;
	left: 0px;
	z-index: 200; */
}

.content ul.tabs  {
	list-style: none !important;
	margin-bottom: 0px;
}

.content ul.tabs li {
	float: left;
	display: flex;
	flex: 1;
	margin: 0px;
	padding: 0px;
	height: 40vh;
}

.content ul.tabs li::before {
	display: none !important;
}

.content ul.tabs li a {
	background-color: rgba(233,17,18,1.00) !important;
	background-blend-mode: multiply;
	background-size: cover !important;
	background-position: center center;
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 40px 40px 50px 40px;
}

.content ul.tabs li a.active {
	background-color: rgba(233,17,18,0.00) !important;
	background-blend-mode: multiply;
}

.content ul.tabs li a.active::after {
	position: absolute;
	bottom: -1px;
	left: calc(50% - 25px);
	content: '';
	width: 50px;
	height: 38px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #e8e8e8;
}

.content ul.tabs li a .tab-a-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.content ul.tabs li a img {
	width: auto !important;
	max-height: 60px;
	margin-bottom: 30px;
}

.content ul.tabs li a span {
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
}


/* ---------------- GALERIE ---------------- */

.galerie {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.galerie a {
	position: relative;
	display: block;
	width: calc(100% / 6 - 100px / 6);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.galerie a:nth-of-type(6), .galerie a:nth-of-type(12) {
	margin-right: 0px;
}

.galerie a::before {
	display: block;
	content: ' ';
	position: relative;
	width: 100%;
	padding-top: 100%;
	top: 0px;
	left: 0px;
}

.galerie a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.galerie a .lightbox-hover {
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(233,17,18,0.0);
	transition: all 1s ease;
	align-content: center;
	align-items: center;
}

.galerie a .lightbox-hover i {
	font-size: 0px;
	transition: all 1s ease;
	text-align: center !important;
	margin: 0 auto;
}

.galerie a:hover .lightbox-hover {
	background-color: rgba(233,17,18,0.50);
	transition: all 1s ease;
}

.galerie a:hover .lightbox-hover i {
	font-size: 30px;
}



/* ---------------- QUICKLINKS ---------------- */

.quicklinks {
	direction: block;
	position: absolute;
	bottom: 100px;
	right: 0px;
}

.quicklinks a {
	display: block !important;
	position: relative;
	float: none;
	width: auto;
	width: 50px;
	height: 36px;
	background: #a3130e;
	border-radius: 18px 0px 0px 18px;
	padding: 3px 10px 5px 20px;
	line-height: 100%;
	transition: all 0.75s ease;
	margin-bottom: 10px;
}

.quicklinks a:last-of-type {
	margin-bottom: 0px;
}

.quicklinks a i {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}



/* ---------------- FOOTER ---------------- */

footer {
	width: 100%;
	padding: 30px 0px;
	background: #009ee3;
}

.footer-inner {
	width: 100%;
	max-width: 1300px;
	padding: 0px 30px;
	margin: 0 auto;
}

footer .content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.footer-inner .legal {
	float: right;
	max-width: 900px;
	color: #fff;
}

footer .content .legal p, footer .content .legal a, footer .content .legal p a {
	color: #fff !important;
	text-align: right;
	font-size: 13px;
}

footer .content p, footer .content a, footer .content p a {
	color: #fff !important;
	font-size: 13px;
}

footer .content .legal p {
	margin-bottom: 10px;
}

footer .content .legal p:last-of-type {
	margin-bottom: 0px;
}



/* ---------------- RESPONSIVE // FOOTER ---------------- */

@media (max-width: 750px) {
	
	
	
}

@media (max-width: 600px) {
	
	
	
}