@charset "utf-8";

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: normal;
  font-weight: normal;
  src: url('../webfonts/NolanNext-Regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: italic;
  font-weight: normal;
  src: url('../webfonts/NolanNext-Italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: normal;
  font-weight: bold;
  src: url('../webfonts/NolanNext-Bold.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: italic;
  font-weight: bold;
  src: url('../webfonts/NolanNext-BoldItalic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/NolanNext-Light.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Nolan Next';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/NolanNext-LightItalic.woff2') format('woff2'); 
}

html {
	margin: 0px;
}

:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	font-family: "Nolan Next",sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	background-color: white;
	color: black;
}	  

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: "Montserrat",sans-serif;
}		

ul, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

sup {
	font-size:60%;
	vertical-align:top;
	position: relative;
	top: -3px;
}

p {
	margin-top: 0px;
}

iframe { 
	max-width: 100%;
}


/*** HEADER ***/

.header {
	height: 130px;
	position: relative;
	background-color: white;
	transition: height 0.20s; 
}

.header.fixed {
	position: fixed;
	height: 58px;
	width: 100%;
	z-index: 999;
}

.header .logo {
	position: absolute;
	left: 50px;
	bottom: 20px;
	transition: bottom 0.2s;
}

.header .logo img { transition: width 0.2s, height 0.2s; }

.header.fixed .logo { bottom: 0px; }
.header.fixed .logo img { width: 92px; height: auto; }


.header .mainmenu {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.header.fixed .mainmenu { bottom: 16px; }

.header .mainmenu .menu-entry {
	display: inline;
	font-weight: 300;
	font-size: 19px;
	line-height: 15px;
	margin-left: 25px;
}

.header .mainmenu .menu-entry a {
	text-decoration: none;
}

.header .mainmenu .menu-entry:hover {
	color: #798FA5;
}

.header .mainmenu .menu-entry.sel {
	font-weight: bold;
}

.mobile-icons {
	display: none;
}

.mobile-menuicon {
	position: absolute;
	right: 15px;
	top: 16px;
}

#menu-hide { display: none; }

.mobile-menucontainer { display: none; }

.mobile-menu {
	display: none;
	color: black;
	background-color: white;
}

.mobile-menu a {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: black;
	padding: 10px 10px 7px 10px;
	border-top: 1px solid #e1e8ee;
}

.mobile-menu .sel a { 
	font-weight: bold;
}

/*** MAIN ***/

.main.fixed-header {
	padding-top: 100px;
}

/*** FOOTER ***/

.footer {
	position: relative;
	background-color: #1D1D1B;
	background-color: #3e4954;
	color: white;
	font-size: 12px;
	line-height 18px;
	padding: 40px 50px;
}

.footer .adresse {
	padding-right: 150px;
}

.footer p:last-child {
	margin-bottom: 0px;
}

.footer .footermenu {
	position: absolute;
	right: 50px;
	top: 40px;
	text-align: right;
}

.footer .footermenu a {
	text-decoration: none;
}

.footer .footermenu a:hover {
	text-decoration: underline;
}

.footer .siegel {
	position: absolute;
	right: 280px;
	top: 27px;
}	

/*** IMAGEBAR ***/

.imagebar {
	font-size: 0;
	line-height: 0;
}

.imagebar img {
	filter: brightness(98%);
}

.imagebar video {
	width: 100%;
	-webkit-appearance: none;
	background-color: black;
}

/*** VIDEO OVERLAY ***/
.video-overlay {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}

.video-overlay .inner {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.video-overlay .video-container {
	max-width: 95%;
	position: relative;
}

.video-overlay .video-close {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 3px 6px 3px 8px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
}

.video-overlay .video-close:hover {
	background-color: rgba(255,255,255,8);
	color: black;
}

/*** TEXTCONTENT ***/

.greybg { background-color: #798FA5; color: white; }
.lightbg { background-color: #e1e8ee; }

.textcontent {
	padding: 30px 25px;
	position: relative;
	text-align: center;
}

.textcontent .inner {
	max-width: 750px;
	margin: auto;
}

.textcontent h1 {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
}

.textcontent h1.with-margin {
	margin-bottom: 15px;
}

.textcontent h1 p {
	margin: 0px;
}

.textcontent h2 {
	font-weight: normal;
	/* text-transform: uppercase; */
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 27px;
	letter-spacing: 0.5px;
}

.textcontent h2.big {
	font-weight: 300;
	font-size: 22px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	letter-spacing: 0px;
}

.textcontent p:last-child {
	margin-bottom: 0px;
}

.textcontent .video {
	margin-top: 10px;
}

.textcontent .inner.align-left p {
	text-align: left;
}

.textcontent table {
	margin: auto;
}

.textcontent table td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.mainheadline {
	padding-top: 36px;
	padding-bottom: 30px;
	background-color: #C3004A;
	background: linear-gradient(270deg, rgba(195,0,74,1) 25%, rgba(175,124,138,1) 50%, rgba(121,143,165,1) 75%);
	color: white;
}

.mainheadline h1 {
	font-weight: 300;
	font-size: 32px;
	line-height: 30px;
	max-width: 740px;
	margin: auto;
}

.mainheadline h1.small {
	font-size: 28px;
	line-height: 28px;
}

.mainheadline .inner {
	max-width: none;
}

/*** PROJEKTE ***/

.projekte {
	font-size: 0;
	line-height: 0;
	max-width: 1340px;
	margin: auto;
	margin-top: -15px;
}

.projekt-entry {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 280px;
	margin: 25px;
}

.projekt-entry .overlay {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	padding: 10px;
	background-color: rgba(121,143,165,0.92);
	transition: opacity 0.2s;
}

.projekt-entry .overlay:hover  { opacity: 1; }

.projekt-entry .overlay .name {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	color: white;	
}

.projekt-details h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.facts {
	display: table;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

.facts_element {
	display: table-row;
}

.facts_caption {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	font-weight: bold;
	padding-bottom: 3px;
}

.facts_value {
	display: table-cell;
	padding-bottom: 3px;
}

/*** PARTNER ***/

.partner {
	text-align: left;
	font-size: 0;
	line-height: 0;
	max-width: 1120px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.partner-entry {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
	font-size: 15px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*** NEWS ***/

.news {
	font-size: 0;
	line-height: 0;
	text-align: center;
	max-width: 1320px;
	margin: auto;	
	margin-top: -10px;
}

.news-entry {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 610px;
	min-height: 145px;
	margin: 15px 25px;
	padding: 20px 25px 20px 145px;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	background-color: #798FA5; 
	color: white;
}

.news-entry h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

.news-entry p:last-child {
	margin-bottom: 0px;
}

.news-entry img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 115px;
	height: 115px;
}

.textcontent .datum {
	text-align: left;
	font-size: 12px;
	margin-bottom: 12px;
}

.textcontent h3 {
	text-align: left;
}

.textcontent ul {
	padding-left: 16px;
	margin-bottom: 15px;
}

.textcontent ul li {
	list-style-type: disc;
}

.textcontent li {
	text-align: left;
	margin-bottom: 5px;
}

/*** TEAM ***/

.team {
	font-size: 0;
	line-height: 0;
	max-width: 1100px;
	margin: auto;
	margin-top: -15px;
	text-align: left;
}

.team-entry {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	min-height: 160px;
	margin: 15px 25px;
	padding: 15px 25px 0px 130px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}

.team-entry h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.team-entry .subheadline {
	position: relative;
	top: -10px;
}

.team-entry p:last-child {
	margin-bottom: 0px;
}

.team-entry img {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 110px;
	height: 145px;
}

/*** JOBS ***/

.stellenangebot {
	margin-top: 15px;
	text-align: left;
}

.stellenangebot a {
	text-decoration: none;
}

.stellenangebot .bezeichnung {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.stellenangebot a:hover .bezeichnung {
	text-decoration: underline;
}


/*** KONTAKT ***/

.kontaktform {
   text-align: left;
   max-width: 560px;
   margin: auto;
   padding-top: 30px;
}

.kontaktform .row {
    clear: both;
    margin: 0 0 8px 0;
    padding: 0;
}

.kontaktform .row.centered {
	text-align: center;
}

.kontaktform .row.smalltext {
	font-size: 12px;
}

.kontaktform label {
    width: 150px;
    display: block;
    float: left;
    padding: 3px 0;
 }

.kontaktform .field {
    border: 1px solid #A9AAAB;
    padding: 4px 3px;
    width: 400px;
}

.kontaktform textarea.field {
    min-height: 100px;
}

.kontaktform .buttons {
	padding-top: 10px;
}

.form-error {
	font-weight: bold;
	margin-bottom: 20px;
} 

.legal {
	text-align: left;
}

.legal h1 {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

/**** GOOGLE MAPS ****/
.anfahrtsplan {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.google-map {
	width: 100%;
	height: 100%;
}

.google-map-link {
	position: absolute;
	left: 42px;
	bottom: 36px;
}

.google-map-link a {
	display: block;
	background-color: #bc290a;
	text-decoration: none;
	border-radius: 5px;
	padding: 7px 15px 7px 15px;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.gm-style .gm-style-iw h2 {
	margin-bottom: 8px;
	text-transform: none;
	font-weight: bold;
}

.gm-style .gm-style-iw p {
	margin-bottom: 8px;
}

@media only screen and (max-width: 1385px) {		
	.projekt-entry { width: 250px; height: 250px; margin: 22px; }
	.news { max-width: 1176px; }
	.news-entry { width: 544px; margin: 15px 22px; }
}

@media only screen and (max-width: 1240px) {	
	.projekt-entry { width: 220px; height: 220px; margin: 18px; }
	.news { max-width: 1024px; }
	.news-entry { width: 476px; margin: 12px 18px; padding: 15px 25px 20px 135px; min-height: 135px; }
	.news-entry img { width: 105px; height: 105px; }
}

@media only screen and (max-width: 1200px) {
	.partner-entry { width: calc(33% - 10px); }
}

@media only screen and (max-width: 1164px) {
	.team { text-align: center; }
}

@media only screen and (max-width: 1090px) {	
	.projekte { max-width: 530px; margin-left: auto; margin-right: auto; }
	.footer { padding: 30px; }
	.footer .footermenu { right: 30px; top: 30px; } 
	.footer .siegel { right: 235px; top: 17px; }		
	.news { max-width: 520px; text-align: center; }
}

@media only screen and (max-width: 920px) {
	.header { height: 58px; }
	.header.fixed { position: relative; }
	.header .logo { left: 15px; bottom: 0px; }
	.header .logo img { width: 85px; height: auto; }
	.header .mainmenu { display: none; }
	.mobile-icons {	display: block; }
	.mobile-menucontainer { display: block; }
	.main.fixed-header { padding-top: 0px; }
	.projekt-entry { margin: 15px; }
	.partner-entry { width: calc(50% - 10px); }
	.news { margin-left: -15px; margin-right: -15px; max-width: none; }
	.news-entry { width: auto; max-width: 476px; margin: 10px; }
	.footer { padding: 25px 15px; font-size: 10px; line-height: 16px; }
	.footer .adresse { padding-right: 0px; }
	.footer .footermenu { display: none; } 
	.footer .siegel { right: 15px; top: 4px; }		
}

@media only screen and (max-width: 690px) {
	.kontaktform { width: 460px; }
	.kontaktform .field { width: 300px; }
}

@media only screen and (max-width: 675px) {
	.textcontent video { width: 100%; height: auto; }
}

@media only screen and (max-width: 630px) {
	.footer .siegel { position: relative; right: auto; top: 0px; margin-top: 20px; text-align: center; }		
}

@media only screen and (max-width: 600px) {
	.team-entry { margin: 15px 0px; width: 100%; }
}

@media only screen and (max-width: 580px) {
	.kontaktform { width: auto; }
	.kontaktform .row { font-size: 12px; line-height: 16px; margin-bottom: 4px; }
	.kontaktform label { float: none; }
	.kontaktform .field { width: 100%; box-sizing: border-box; }
}

@media only screen and (max-width: 530px) {
	.facts { width: auto; }	
	.facts_caption { display: block; width: auto; margin: 0px;}
	.facts_value { display: block; width: auto; margin-bottom: 6px; }
}

@media only screen and (max-width: 480px) {
	.textcontent { padding: 25px 15px; }
	.mainheadline h1 { font-size: 26px; line-height: 25px; }
	.mainheadline h1.small { font-size: 22px; line-height: 22px; }
	.projekte { margin-left: -15px; margin-right: -15px; }
	.projekt-entry { margin: 13px; }
	.partner-entry { width: 100%; margin-left: 0px; margin-right: 0px; }
	.news-entry { padding: 10px 15px 10px 110px; margin-bottom: 0px; min-height: 110px; }
	.news-entry h2 { margin-bottom: 5px; }
	.news-entry img { left: 10px; top: 10px; width: 90px; height: 90px; }
}
