﻿@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
# root
--------------------------------------------------------------*/
:root {
    --ck-link-hover-color: #cc3300;
    --ck-light: #fefefe;
	--ck-light-rgb: 254, 254, 254;
	--ck-red: #cc3300;
	--ck-red-rgb: 204, 51, 21;
    --ck-gray: #333333;
    --ck-gray-rgb: 51,51,51;
	--ck-blue: #283064;
	--ck-blue-light: #e4e3ed;
	--ck-green: #869B3A;
	--ck-lila: #722B67;
}

@media (min-width:480px) {}
@media (max-width:599px) {}
@media (min-width:660px) {}
@media (min-width:700px) {}
@media (min-width:782px) {}	
@media (min-width:1000px) {}
@media (min-width:1220px) {}	
@media (min-width:1240px) {} 
@media (min-width:1280px) {}
@media (min-width:1330px) {}	
@media (min-width: 1400px) {}


/*--------------------------------------------------------------
# General font-stretch: condensed;  line-height: 1.4;
--------------------------------------------------------------*/
body {overflow-x: hidden; letter-spacing: normal; font-family: "Questrial", "Helvetica Neu", Helvetica, Arial, "sans-serif"; font-weight: 400; color: var(--ck-gray);!important; background-color:rgba(var(--ck-light-rgb)); !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Questrial", "Helvetica Neu", Helvetica, Arial, "sans-serif"; font-weight: 400;}
p, a, ol, ul, dl, table, .p, .a, .ol, .ul, .dl, .table  { font-size: calc(1rem + .2vw);}
h1, .h1 { font-size: calc(1.375rem + 1.5vw); }

a, .a { color: var(--ck-link-color); text-decoration: none; }
a:hover, .a:hover { color: var(--ck-link-hover-color); }

.label { padding-top: 3px; font-size: 1.1rem;}
.border {border: 3px solid #D33538;}
.arrow { font-size: calc(1rem + .2vw); padding-right: 5px; display: inline-flex; align-items: center; vertical-align: middle; }
.red { color: var(--ck-red);}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #333;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3 .4z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.back-to-top:hover {
    background-color: #555;
}


/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.btn-gray {
    color: #fff;
    background-color: var(--ck-gray);
    border-color: var(--ck-gray);
}

.btn-gray:hover {
    color: #fff;
    background-color: var(--ck-red);
    border-color: var(--ck-red);
}

.btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--ck-red-rgb), 0.3);
}

.btn-gray:disabled, .btn-gray.disabled {
    background-color: var(--ck-gray);
    border-color: var(--ck-gray);
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active {
    background-color: var(--ck-gray);
    border-color: var(--ck-gray);
}



.btn-red {
    color: #fff;
    background-color: var(--ck-red);
    border-color: var(--ck-red);
}

.btn-red:hover {
    color: #fff;
    background-color: var(--ck-gray);
    border-color: var(--ck-gray);
}

.btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--ck-red-rgb), 0.3);
}

.btn-red:disabled, .btn-red.disabled {
    background-color: var(--ck-red);
    border-color: var(--ck-red);
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active {
    background-color: var(--ck-red);
    border-color: var(--ck-red);
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
#site-header {
 background:0 0;
 margin:0;
 position:absolute;
 left:0;
 right:0;
 top:0;
 z-index:2;
/* background-color: rgba(51,51,51,1.00)*/
}

#site-header {
  position: fixed; 
  width: 100%;
  background-color: transparent;
  transition: all .5s ease-out;
  
}

#site-header.sm-color-in {
  background-color: var(--ck-gray);
  transition: all .5s ease-out;
}
#site-header.sm-color-in .site-logo img {
  max-height: 4rem;
  transition: all .5s ease-out;
}

 .header-navigation-wrapper {
  align-items:center;
  display:flex
 }

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
}

.header-titles-wrapper {
 align-items:center;
 display:flex;
 justify-content:center;
 padding:0 0; /*padding:0 4rem;*/
 text-align:center
}

.header-img, .header-link {
  width: 50px;
  display: block;
  margin: 0 0 0 auto;
  transition: 0.5s all ease-in-out;
  display:none;
}


.section-inner {
  max-width: 120rem; 
  width: calc(100% - 4rem);
  margin: 0 auto;
}

	
.site-description,
.site-logo,
.site-title {
 margin:0
}

.site-logo a,
.site-logo img {
 display:block
}

.header-titles .site-logo .site-logo {
 margin:0
}

.logo {
height:8rem;
margin:0 auto;
width:auto
}

@media (max-width: 660px) {
  .header-img, .header-link {
    width: 35px;
  }
  #site-header .site-logo img {
    padding: 0px;
    max-height: 3rem !important;
  }
}

@media (min-width: 660px) {
  #site-header .site-logo img {
    padding: 5px;
    max-height: 4rem;
    transition: height .15s linear, width .15s linear, max-height .15s linear;
  }
}

@media (min-width: 768px) {
  #site-header .site-logo img {
    max-height: 4.6rem;
    transition: height .15s linear, width .15s linear, max-height .15s linear;
  }

  .section-inner {
    width: calc(100% - 6rem);
  }

  .header-inner {
    padding: 0.25rem 0; /*padding: 3.8rem 0;*/
  }
}


@media (min-width: 992px) {
  #site-header .site-logo img {
    max-height: 6rem;
    transition: height .15s linear, width .15s linear, max-height .15s linear;
  }

  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
  }

  .header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem 0 0 -2.4rem;
  }

  .header-titles .site-description,
  .header-titles .site-logo,
  .header-titles .site-title {
    margin: 1rem 0 0 2.4rem;
  }
}

@media (max-width: 1000px) { 
  #site-header {
    position: relative; 
    background-color: var(--ck-gray);
  }
  
  #site-header {
    z-index: 2;
  }
}


.navbar {
  font-family: "Roboto", "Helvetica Neu", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
 /* z-index: 1000;*/
}

.nav-item { color:var(--ck-light);}
.nav-item.active{ color: rgba(0,78,150,0.50)!important; }
.navi-small {font-size: calc(1rem + .2vw);}

.navbar-toggler {
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

body.offcanvas-open {
    overflow: visible !important;
}

.offcanvas {
    background-color: #333;
    color: white;
}
 /*---------Navigation Ende ------------------------*/

/*--------------------------------------------------------------
conJumbo
--------------------------------------------------------------*/
.conJumbo { 
    position: relative; 
    height: 100vh; 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    text-align: center; 
    overflow: hidden; 
}

.jumbo-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
}

.jumbo-inner {
  display: block;
  margin: 0 auto;
  width: fit-content; 
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

.jumbo-header_one {
  animation: fadeUp 1s ease-out forwards;
  color:  rgba(var(--ck-light-rgb));
  margin: 0 10% 25% 10%;
  text-align: right;
  display: inline-block;
  font-size: calc(.75rem + 1.8vw);
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}


.jumbo-header_bigger {
    animation: fadeUp 1s ease-out forwards;
    font-size: calc(.85rem + 2.5vw); 
    text-transform: uppercase;  
    font-weight: 400; 
    line-height: 1.4; 
}


.jumbo-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.0);}
.jumbo-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; }

@media (max-width: 767px) {
  .jumbo-txt { justify-content: center !important; padding: 2rem 1rem; }
  .jumbo-header_one {  margin: 0 5% 8% 5%; font-size: 1.1rem; padding: 0.5rem; }
}

@media (max-width: 991.98px) {
  .jumbo-header_one {  margin: 0 10% 15% 10%; font-size: 1.3rem; padding: 0.5rem; }
}

@media (min-width: 2026px) {
.conJumbo { justify-content: center; }  
.jumbo-header_one { text-align: center; position: relative; right: auto; font-size: 3rem; padding: 1rem; }
.jumbo-header_bigger { font-size: 3rem;}
}

/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/

.header {
    position: relative;
    height: 300px; /* Größe des Headers anpassen */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.background-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



/*--------------------------------------------------------------
    One Page Scroll
--------------------------------------------------------------*/
#News, #Raumordnung, #Wasser, #Hochbau, #Karriere, #Anfahrt {background-color:rgba(var(--ck-light-rgb)) !important;}   


@media (max-width: 768px) {
#News, #Raumordnung, #Wasser, #Hochbau {scroll-margin-top: -20px;}
}

@media (min-width:769px) {
#News, #Raumordnung, #Wasser, #Hochbau, #Karriere, #Anfahrt {scroll-margin-top: 80px;}    
}

.onepage .row {
    align-items: stretch;
}

.onepage .pic {
    display: flex;
    align-items: stretch;
}

/*.onepage .pic picture,
.onepage .pic img {
    object-fit: cover;
    height: 100%;
    width: auto;
}*/

.onepage .pic picture,
.onepage .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


@media (min-width: 992px) {
.onepage .pic picture,
.onepage .pic img {
    height: 100%;
    width: auto;
}
}
/*--------------------------------------------------------------
    content
--------------------------------------------------------------*/
 /* Text unter Hero */

.background-color {
    background-color:rgba(var(--ck-light-rgb));
}


.content {
    padding: 50px 20px;
    background-color:rgba(var(--ck-light-rgb))
}

.image-txtbox {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .image-txtbox {
    padding-top: 0;
    padding-bottom: 0;
  }
}


.fullwidth-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.link-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  margin-right: 0.3em;
  font-size: 80%;
  position: relative;
}



/* Gemeinsame Listengrundformate */
.leistung,
.karriere {
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.sonstiges {
  margin-bottom: 0.85rem;
  padding-left: 1em;
  list-style: none;
}


.karriere {
  margin-top: 4px;
}

/* Gemeinsame Listenelemente */
.leistung li,
.karriere li,
.sonstiges li {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 1px;
}

/* Listensymbole anpassen */
.leistung li::before,
.karriere li::before,
.sonstiges li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

.leistung li::before {
  top: 5px;
  right: 2px;
  content: "\f0da";
  font-size: 70%;
}

.karriere li::before {
  top: 2px;
  content: "\f105";
  font-size: 80%;
}

.sonstiges li::before {
  top: 12px;
  content: "\f111";
  font-size: 20%;
}

@media (max-width:768px) {
.leistung {
  margin-bottom: 0;
}
}

/*--------------------------------------------------------------
    Boxen / border: 3px solid #D33538;
--------------------------------------------------------------*/
.side-by-side-section {
  display: flex;
  width: 100vw;
  min-height: 300px;
}

.side-by-side-section.reverse {
  flex-direction: row-reverse;
}

.image-box {
  flex: 3;
  max-width: 60vw;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-box {
  flex: 2;
  max-width: 40vw;
  padding: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.inner-card {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  width: 100%;
}

@media (min-width: 992px) {
  .image-box { flex: 3; max-width: 53vw; }
  .text-box { flex: 2; max-width: 47vw; display: flex; flex-direction: column; justify-content: center; }
  .side-by-side-section.reverse .text-box { align-items: flex-end; }
  .side-by-side-section.reverse .inner-card { text-align: right; }
}

@media (max-width: 991.98px) {
  .side-by-side-section, .side-by-side-section.reverse { flex-direction: column; }
  .image-box, .text-box { max-width: 100%; }
  .image-box img { width: 100%; height: auto; }
  .text-box { padding: 40px 20px 100px; display: flex; justify-content: center; }
  .inner-card { padding: 20px; max-width: 85%; margin: 0 auto; }
}

@media (max-width: 576px) {
  .inner-card { max-width: 100%; margin: 0 auto; }
}

/*--------------------------------------------------------------
    job-card
--------------------------------------------------------------*/
.karriere-card {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}



.job-card {
    background-color: #fff;
    margin: 100px 100px;
    padding: 20px 40px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.job-card-small { font-size: 16px }

.job-card h2 {
    margin: 10px 10px;
}

.job-card h4 {
    margin: 15px 15px;
}

.job-card .btn {
   margin: 15px 15px;
}

@media (max-width: 992px) {
.job-card {
    margin: 50px 0;
}

    
}

/*--------------------------------------------------------------
# Formular  
---------------------------------------------------------------*/
.mform { font-size: 1.2rem; }
.mform a { font-size: inherit;}
.powermail_legend {display: none}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 136, 139, 0.25);
}


.form-check {
display: block;
min-height: 1.5rem;
padding-left: 0.75rem;
padding-top: 0.5rem;
margin-bottom: 0.125rem;
}

.form-check-input:checked {
  background-color: #343a40;
  border-color: #343a40;
}

.form-check-input:focus {
  border-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(133, 136, 139, 0.25);
}

.form-check-label {
padding-left: 0.5rem;
padding-top: 1rem;
}

.form-check-inline {
  margin-left: 1em;
}

.form-select {
  font-size: 1.2rem;
}

.form-select:focus {
  border-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(133, 136, 139, 0.25);
}

.powermail-errors-list { color: var(--ck-red);  list-style: none; padding-left: 0;}

/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/
.footer {
    color: var(--ck-light); 
    background-color:rgba(var(--ck-gray-rgb)); !important;
    margin-top: 2rem;
    padding: 30px 0;
    text-align: center;
}

.footer-logo {
  width: 80%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}



.footer-nav, .social-nav {
  font-family: "Roboto Condensed", "Helvetica Neu", Helvetica, Arial, "sans-serif"; font-weight: 500; text-transform: uppercase; line-height: 1.2; 
  list-style: none;
  padding: 0;
  display: flex; /* Standardmäßig nebeneinander */
  justify-content: center;  
  gap: 20px;
}

.footer-nav li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;  /* Platz für den Pfeil */
}

.footer-nav a {
    color: var(--ck-light); 
    text-decoration: none;
    font-size: 20px;
}

.footer-nav a:hover {
color: var(--ck-link-hover-color);
}

@media (max-width: 599px) {
  .footer-nav {
    flex-direction: column; /* Liste untereinander anordnen */
    align-items: center; 
  }
}


.social-nav li {
    display: flex;
    align-items: center;
}

.social-nav li img {
    width: 35px; /* Größe der Icons */
    height: 35px;
    margin-right: 10px; /* Abstand zwischen Logo und Text */
}


.social-nav a:hover {
text-decoration: underline;
}

.footer-address {
font-family: "Questrial", "Helvetica Neu", Helvetica, Arial, "sans-serif"; font-weight: 400;
font-size: calc(1rem + .2vw);
}

.copy {
    color: var(--ck-gray); 
    padding: 0.5rem 0rem;
    text-align: center;
}

