
/* 
	GRÜN: #3BB062
	GRAU: #2f2f2f
	ROT: #f01414
*/	




html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
}

html {
	font-size: 16px;
}

hr {
	color: #f01414;
	width: 100%;
	height: 1px;
}


#wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}




section div p:last-child {
	margin-bottom: 0;
}


.rotate, .rotate180 {
  	-moz-transform: rotate(-179.9deg);
	-o-transform: rotate(-179.9deg);
	-webkit-transform: rotate(-179.9deg);
	-ms-transform: rotate(-179.9deg) !important;
	transform: rotate(-179.9deg);
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	zoom: 1;
	z-index: 1;
}

.rotate90 {
	-moz-transform: rotate(-89.9deg);
  	-o-transform: rotate(-89.9deg);
  	-webkit-transform: rotate(-89.9deg);
  	-ms-transform: rotate(-89.9deg) !important;
  	transform: rotate(-89.9deg);
  	background-color: transparent;
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  	zoom: 1;
  	z-index: 1;
}

.rotate270 {
	-moz-transform: rotate(89.9deg);
  	-o-transform: rotate(89.9deg);
  	-webkit-transform: rotate(89.9deg);
  	-ms-transform: rotate(89.9deg) !important;
  	transform: rotate(89.9deg);
  	background-color: transparent;
  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  	zoom: 1;
  	z-index: 1;
}

@media (min-width: 992px) {
	.o1 { order: 1; }
	.o2 { order: 2; }
}

img {
	max-width: 100%;
	height: auto;
}


a {
	/* text-decoration: none; */
	/* color: #3BB062; */
	/* color: #f01414; */
	text-transform: uppercase;
	overflow-wrap: break-word;
}

.pc a:hover,
a:focus {
	color: #f01414;
}


.container.main {
	flex-direction: column;
}

.m-center {
	margin-right: auto !important;
	margin-left: auto !important;
}



@media screen and (min-width: 922px) {
	.text-right {
		text-align: right !important;
	}
}


.wysiwyg-h2 {
	padding: 0 .6em;
	margin-left: -.6em;
	margin-bottom: .75em;
}

.wysiwyg-h2 + h3 {
	margin-top: 0;
}

p.text-right span.green.big {
	padding: 0 .6em;
	margin-right: -.6em;
}

p.text-left span.green.big {
	padding: 0 .6em;
	margin-left: -.6em;
}

p.text-center span.green.big {
	padding: 0 .6em;
	margin-left: -.6em;
	margin-right: -.6em;
}

@media screen and (max-width: 991px) {
	p.text-right span.green.big,
	p.text-left span.green.big {
		padding: 0 .3em;
		margin-right: 0;
		margin-left: -.3em;
	}
}


.title-heading p {
	font-size: 16px;
}


.nav-menu > li > a {
    height: 95px;
    padding: 37px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

.nav-brand {
    width: 185px;
    height: auto;
    display: inline-block;
    line-height: 95px;
}

.team-hover {
	color: #fff;
}

.sticky-header:not(.header-submenu).is-sticky +  #main {
	margin-top: 150px;
}

.top-bar ul.top-social-icons li a, .footer ul.top-social-icons li a {
	font-size: 20px;
}

.home-small-list-tab-user i {
	font-size: 16px;
}

.cbp-meldungen {
	margin-bottom: 50px;
}

.cbp-meldungen .cbp-item-wrapper {
	position: static;
	padding: 5px;
	flex-grow: 1;
	display: flex;
}

.cbp-meldungen .cbp-item {
	position: static;
	margin-right: 0;
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 15px;
}

.cbp-meldungen .row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cbp-meldungen .cbp-wrapper-outer {
	overflow: inherit;
}


.title-bg {
	text-transform: none;
}

@media screen and (max-width: 750px) {
	.kopfslide img {
		max-width: 320px !important;
	}
}


.bildtextblock ol, .texte ol,
.bildtextblock ul, .texte ul {
	list-style: inherit;
}

.cbp-1-title-bg {
	/* background-color: #fff;
	padding: 15px;
	text-align: center; */
	height: 7em;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, 
.cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, 
.cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
	white-space: inherit;
};

/* ********************************************* BOOTSTRAP ANPASSUNGEN ******************************************************* */



@media (min-width: 992px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}




/*

.col-xs-5th, .col-sm-5th, .col-5th {
	width: 20%;
	flex: 0 0 auto;
}

@media (min-width: 768px) {
	.col-md-5th {
		width: 20%;
		flex: 0 0 auto;
	}
}

@media (min-width: 992px) {
	.col-lg-5th {
	  	width: 20%;
	  	flex: 0 0 auto;
	}
}

@media (min-width: 1200px) {
	.col-xl-5th {
		width: 20%;
		flex: 0 0 auto;
	}
}



@media (max-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 100% !important;
	}
}

.container {
	padding-right: 10px;
	padding-left: 10px;
}

.row > * {
	padding-right: 5px;
	padding-left: 5px;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

@media (min-width: 768px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row > * {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.row {
		margin-right: -5px;
		margin-left: -5px;
	}
}

@media (min-width: 920px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}	
	.row > * {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
}


@media (min-width: 1200px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.row > * {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}	
	
}

*/


/* ************************************* CYBERPORT ****************************************** */

.cbp-l-caption-buttonRight, .cbp-l-caption-buttonLeft {
	font: 400 16px/50px "Open Sans", sans-serif!important;
}

.cbp-l-filters-button .cbp-filter-item {
	font: 400 16px/38px "Open Sans", sans-serif;
}

.cbp-l-project-subtitle {
    font: 400 18px/24px "Open Sans", sans-serif;
}

.cbp-l-grid-projects-desc {
    font: 400 16px/20px "Open Sans", sans-serif;
}

.cbp-l-project-desc-text,
.cbp-popup-singlePage-counter {
    font: 400 16px/20px "Open Sans", sans-serif;
}

.cbp-l-project-desc {
    float: none;
    width: 100%;
	max-width: 1024px;
}

.cbp-l-grid-projects-title {
    font: 700 18px/24px "Open Sans", sans-serif;
}


/* ************************************** SWIPER ************************************** */


.tp-mask-wrap img {
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

/*
.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 20px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 20px;
}

.pc .swiper-partner img {
	display: block;
	margin: 0 auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	opacity: 0.3;
	transition: all 0.3s;
}

.pc .swiper-partner .swiper-slide:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	opacity: 1;
} 

.slider .swiper {
	position: relative;
	overflow: hidden;
	width: 100%;

} 

.slider .swiper.hasPagination {
	padding-bottom: 50px;
}

.slider .swiper .button {
	color: #fff;
}

.slider .swiper .titel {
	padding: 10px;
	padding-top: 30px;
	text-align: center;
	color: #00293D;
}

.slider .swiper .swiper-pagination-bullet {
	background-color: #00293D;
}


.slider .swiper .swiper-pagination {
	width: 100%;

}

.slider .swiper .swiper-pagination-bullet {
  	width: 15px;
  	height: 15px;
  	display: inline-block;
  	border-radius: 50%;
  	opacity: .2;
  	margin: 0 5px;
}

.slider .swiper .swiper-pagination-bullet-active {
	opacity: 1;
}

.slider .swiper a {
	text-decoration: none;
}
*/



/* ************************************* FORMULARE *************************************** */

/*
form label {
	display: block;
	margin-bottom: .5rem;
}

form input, 
form textarea, 
form textarea.form-control, 
form input.form-control,
form .form-control:focus {    
	width: 100%;     
	background-color: #575757;     
	color: #ffffff;     
	outline: none;     
	border: none;     
	padding: 5px; 
	border-radius: 0; 
	border: none; 
	box-shadow: none; 
} 

.alert, .btn-primary { 
	box-shadow: none; 
	border: none; 
	border-radius: 0;
}


form input[type="checkbox"] {
	width: auto;
	margin-right: 0.4em;
}

form .form-group {
	width: 100%;
	max-width: 500px;
	margin-bottom: 1.5rem;
}

form .form-check-group {
	text-align: left;
}

form .btn-primary {
	background-color: #3BB062;
	color: #fff;
	border-radius: 0;
	border: 1px solid #3BB062;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	font-size: 1.5em;
}

.pc form .btn-primary:hover,
form .btn-primary:focus {
	color: #3BB062;
	background-color: #fff;
}

form .hinweis p:last-child {
	margin-bottom: 0;
}
*/



/* ********************************** CONSENT-MANAGER ************************************ */

#consent_manager-wrapper {
	color: #2f2f2f;
}

.consent_manager-module__placeholder-text-background {
	width: 100%;
	text-align: center;
	justify-content: center;
	height: 300px;
	background-color: #fff;
	color: #1F472C;
	display: flex;
	flex-direction: column;
}

/* ************************************* STÖRER ************************************ */

#stoerer {
	position: fixed;
	display: flex;
	left: 0;
	top: 150px;
	border-radius: 0 10px 10px 0;
	/* transition: all .5s ease; */
}

#stoerer p {
	margin: 0;
	line-height: 1.2;
}

#stoerer .sicon {
	cursor: pointer;
}

#stoerer .sicon .close {
	position: absolute;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	overflow: hidden;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

/* ********************************** ZWISCHENBLOCK ************************************ */

.zwischenblock {
	min-height: 12em;
}

.zwischenblock.no-min-height {
	min-height: 0;
}

.zwischenblock-titel p {
	margin-bottom: 0;
	padding: 0 .5em;
}


/* ********************************** MITARBEITER ************************************ */

.mfoto {
	width: 100%;
	height: auto;
	background-color: #585858;
	color: #fff;
	font-size: 5em;
	font-weight: 200;
}

.bild-text .mitarbeiter figure {
	margin: 0;
}

.bild-text .mitarbeiter figcaption {
	font-size: .85em;
}

/* ********************************** STICKY-MENÜ ************************************ */

/*
#nav-sticky {
	position: fixed;
	top: 30%;
	right: 0;
	background-color: #000;
}

#nav-sticky	img {
	display: block;
	opacity: 1;
	transition: opacity .5s ease;
}

.pc #nav-sticky .sm-btn:hover	img {
	opacity: .6;
}

#nav-sticky .sm-btn {
	padding: 13px;
	display: block;
}
*/

/* *************************** BILD-TEXT-BLOCK, DOPPELTEXT, DOPPELTEXT ZAHL ******************************* */

/*
.hasGallery {
	position: relative;
}

.hasGallery .gallery-icon {
	position: absolute;
	width: 20px;
	height: auto;
	right: 10px;
	bottom: 10px;
}

.hasGallery .gallery-icon svg {
	width: 100%;
	height: auto;
	fill: #fff;
}

@media screen and (min-width: 1024px) {
	.fancybox-wrap .text {
		min-height: 550px;
	}
}


.content.bild-text .row .text-content {
	padding: 20px;
}

.content.bild-text .row .mitarbeiter {
	padding: 0 20px;
}

.content.bild-text .row .img h2 {
	overflow-wrap: break-word;
}

.content.bild-text .row .text,
.content.bild-text .row .img {
	flex-direction: column;
}

.content.bild-text .row .img img {
	width: 100%;
	height: auto;
}

.content.doppeltext-zahl .row .text-zahl {
	padding-left: 15rem;
}



.doppeltext-zahl .text p:last-child,
.doppeltext-zahl .text-zahl p:last-child {
	margin-bottom: 0;
}

.fancybox-wrap .content.bild-text .row .img,
.fancybox-wrap .content.doppeltext .row .textI,
.fancybox-wrap .content.doppeltext-zahl .row .text {
	order: 1;
}



.fancybox-wrap .content.bild-text .row .text,
.fancybox-wrap .content.doppeltext .row .row .textII,
.fancybox-wrap .fancybox-wrap .content.doppeltext-zahl .row .text {
	order: 3;
}

@media (max-width: 991px) {


	.content.doppeltext-zahl .row .text-zahl {
		padding-left: 12.5rem;
		order: 1 !important;
	}

	.content.doppeltext-zahl .row .text {
		order: 2 !important;
	}

	.o1, .o2 { order: inherit; }

	.bild-text .img { order: 2; }
	.bild-text .text { order: 1; }

	.bild-text .img {
		min-height: 15em;
	}
}



.content.bild-text .row .text .buttons-extra {
	background-color: #2F2F2F;
}

@media screen and (min-width: 992px) {
	.content.doppeltext .row .o1.textII,
	.content.doppeltext .row .o1.textI {
		text-align: right;
	}

	.content.doppeltext .row .o1.textII ul,
	.content.doppeltext .row .o1.textI ul {
		direction: rtl;
	}

}

.content.doppeltext .row .textII,
.content.doppeltext .row .textI {
	text-align: left;
}
*/


/* ************************************* HEADER, FOOTER ************************************ */


#footer {
	
	background-color: #f01414;
	color: #fff;
}

.footer_nav ul li a {
	position: relative;
}

.footer_nav ul li a::after {
	content: '|';
	position: absolute;
	right: -2px;
}

.footer_nav ul li:last-child a::after {
	content: none;
} */

#footer .nav-link {
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.pc #footer .nav-link:hover,
#footer .nav-link:focus,
#footer .nav-link.active {
	background-color: #fff;
}

.pc #footer .nav-link:hover a,
#footer .nav-link.active {
	color: #f01414;
}

.pc .footer_nav .nav-link:hover::after,
#footer .nav-link.active::after,
#footer .nav-link:focus::after {
	color: #fff;
}



/* ************************************* SLIDER *********************************** */

/*
.sliderbox {
	position: relative;
}

.sliderbox .slidewrap .content {
	display: flex;
	align-items: stretch !important;
	flex-direction: column;
}


.slidewrap nav.slide-nav {
	position: absolute;
	top: 0;
	z-index: 1100;
	height: 100%;
}

.slidewrap nav.slide-nav svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 10px;
}

.fancybox-content .content {
	background-color: #2f2f2f;
}

.slidewrap nav.slide-nav .arrow-left,
.slidewrap nav.slide-nav .arrow-right {

	cursor: pointer;
	height: 100%;
	width: 50px;
	
}

.slidewrap nav.slide-nav.left,
.slidewrap nav.slide-nav.right {
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, .1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
    padding: 2rem 0;
}

.slidewrap nav.slide-nav.right,
.fancy-navigation nav.slide-nav_sm.right {
	transform: rotate(180deg);
}



.slidewrap nav.slide-nav.left,
.slidewrap nav.slide-nav svg,
.slidewrap nav.slide-nav_sm.left {
	left: 0;
}

.slidewrap nav.slide-nav.right,
.slidewrap nav.slide-nav_sm.right {
	right: 0;
}

.fancy-navigation {
	display: block;
	width: 100%;
	position: relative;
	top: -30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: -10px;
}

.fancy-navigation svg {
	height: 25px;
	width: auto;
}

.fancy-navigation nav.slide-nav_sm {
	padding: 0;
}

.slidewrap nav.slide-nav_sm.right {
	position: absolute;
	top: 0;
}

@media screen and (max-width: 922px) {
	.mobile .slidewrap nav.slide-nav {
		display: none;
	}

	.pc .fancybox-wrap .fancy-navigation {
		display: none;
	}
}

*/
/* ************************************ FANCYBOX *********************************** */

.fancybox-caption {
	background-color: #1f472c9a;
}


/*
.fancybox-wrap {
	width: 96%;
	max-width: 920px;
}
*/

.fancybox-bg {
	background: #fff;
}

.fancybox-close-small {
	z-index: 3000;
	padding: 20px;
    width: 80px;
    height: 80px;
	/* background-color: #2f2f2f;
	border-radius: 50%; */
}


.fancybox-content {
	padding: 0;
	background-color: transparent;
	max-width: 1296px;
	width: 100%;
}


.fancybox-is-open .fancybox-bg {
    /* opacity: 0.87; */
}



button.fancybox-button.fancybox-close-small svg path,
.slide-nav svg line,
.slide-nav svg path,
.slide-nav_sm svg line,
.slide-nav_sm svg path {
    fill: #3BB062;
	stroke: #3BB062;
}

.fancy-navigation {
	display: none;
}

@media screen and (max-width: 992px) {
	.mobile .fancybox-wrap .fancy-navigation {
		display: block;
	}

	.fancybox-wrap .justify-content-center {
		justify-content: start !important;
	}
	
}

/* ************************************* IPHONE ************************************* */

/* 
   Remove telephone style on iphones 
   https://stackoverflow.com/questions/3736807/how-do-i-remove-the-blue-styling-of-telephone-numbers-on-iphone-ios
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1em !important;
	font-family: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
}

/*
#footer a[href^=tel] {
	color: #fff !important;
}
*/

/* ********************** FOCUS OUTLINE ********************* */

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) img:focus,
body:not(.user-is-tabbing) a img {
	outline: none;
}

/* ********************** Galerien und Lightbox ********************* */

	.cbp-popup-next, .cbp-popup-prev, .cbp-popup-singlePage-counter, .cbp-popup-lightbox-counter {
		display: none !important;
	}

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

	.title-bg {
		font-size: 69px;
	}

}