@charset "utf-8";
/* CSS Document */
* {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition: 1s;
}

/*------------Farben-----------*/
:root{
  --logorot: rgb(170,5,5);
  --beige: #bfaf9b;
  --textschwarz: rgba(0,0,0,.8);  
  --hellbeige: #e9e3da;   list-style-type:lower-alph
}
@font-face {
    font-family: 'SourceSansPro Regular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff' ) format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceSansPro SemiBold';
    src: url('../fonts/SourceSansPro-Semibold.eot');
    src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Semibold.woff') format('woff'),
        url('../fonts/SourceSansPro-Semibold.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold.svg') format('svg');
    font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceSerifPro Regular';
    src: url('../fonts/SourceSerifPro-Regular.eot');
    src: url('../fonts/SourceSerifPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSerifPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Regular.woff') format('woff'),
        url('../fonts/SourceSerifPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSerifPro-Regular.svg#SourceSerifPro-Regular.svg') format('svg');
    font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceSerifPro SemiBold';
    src: url('../fonts/SourceSerifPro-SemiBold.eot');
    src: url('../fonts/SourceSerifPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSerifPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-SemiBold.woff') format('woff'),
        url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype'),
        url('../fonts/SourceSerifPro-SemiBold.svg#SourceSerifPro-SemiBold.svg') format('svg');
    font-weight: normal;
  font-style: normal;
    font-display: swap;
}



html {
  scroll-behavior: smooth;
}
#c654,#c674,#c690, #c702,#c439,#c443, #c450,#c444, #c446, #c455,#c511, #c512, #c516, #c616, #c613, #c731, #c719 {
  scroll-margin-top: 180px;
}



body {
  font-family:'SourceSansPro Regular';
  color:var(--textschwarz);
}
a, a:hover{
  color:var(--textschwarz);
}
img{
  width: 100%;
  height: auto;
}
ul.navbar-nav{ 
  font-family:'SourceSansPro Regular';
  
}
.navbar-static-top {
  margin-bottom: 19px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--textschwarz);
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--beige);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--beige);
}

/*----mobile Navigation-----*/
.navbar-light .navbar-toggler {
  border-color:transparent;
  color: transparent;
}
.hamburg { 
   display: block;
   background: var(--logorot); width: 65px; height: 40px; 
   position: relative; 
   margin-left: auto; margin-right: auto;
   border-radius: 4px; 
   transition: border-radius .5s;
}

.line { 
   position: absolute; 
   left:10px;
   height: 2px; width: 45px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 10px; }
.line:nth-child(2) { top: 19px; }
.line:nth-child(3) { top: 28px; }

.hamburg.checked .line:nth-child(1){
   transform: translateY(10px) rotate(-45deg);
}

.hamburg.checked .line:nth-child(2){
   opacity:0;
}

.hamburg.checked .line:nth-child(3){
   transform: translateY(-9px) rotate(45deg);
}
button, button:focus {
    outline: none;    
}

/*-----Ende mobile Navigation----*/


.btn.btn-danger{
  background-color:var(--logorot);
  border-radius: 0.15rem;
}
.col-md-6.btn.btn-danger{
  width: 28rem;
  height: 70px;
  padding: 15px;
  margin-left: 6.5rem;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}
.btn.btn-danger a{
  color:#fff;
  font-family: 'SourceSansPro SemiBold';
  }
.btn.btn-danger:hover{
  background-color:var(--hellbeige);
  color:var(--logorot);
}
.btn.btn-danger a:hover, .btn.btn-danger:hover a{
  color:var(--logorot);
}
header{
    border-top: 25px solid var(--logorot);   
  margin-top: 100px;
}
header h4{
  font-size: 1.0rem;
  text-transform: uppercase;
  color:var(--hellbeige);
}
header p{
   font-size: 1.0rem;
}
header .btn.btn-danger{
  margin-left:0;
  text-transform: uppercase;  
  letter-spacing: 1px;
  font-size: 1.1rem;
  padding: 5px 45px;
  margin-top: 0;
}
header .bg-red{
  height: 50px;
  background-color: var(--logorot);
}
header .bg-red p{
  margin-bottom:0;
  text-align: center;
  padding-top: 0.75rem;
  color:#fff;
  letter-spacing: 3px;
}
.carousel-caption{
  text-align: left;
  bottom:0;
  left: 7%;
}
.carousel-caption h1 {   
    font-size: 2rem;
  }

header .carousel-indicators{
  display: none;
}
#content_breit{
  padding-top: 5rem;
}
h1, h2, h3{
   font-family: 'SourceSerifPro SemiBold';
}
h1{
   font-size: 2.0rem;
  margin-bottom: 2rem;
}
h6{
  color: var(--beige);
  font-size: 1rem;
  text-transform: uppercase;
}
.col-md-4 h3 {
  font-family: 'SourceSerifPro SemiBold';
  border: 1px solid var(--logorot);
  padding: 20px;
 box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  text-transform:none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.col-md-4 h3:hover{
  box-shadow:none;
  background-color: var(--logorot);
   color:#fff;
}

.col-md-4 h3 a{
  color:var(--textschwarz);
}
.col-md-4 h3:hover a, .col-md-4 h3 a:hover{
  color:#fff;
}
footer.bg-dark{
  background-color:var(--logorot) !important;
  color:#fff;
  margin-top: 3rem;
} 
footer .navbar-nav{
  padding-top: 1rem;
  flex-direction: row;
  justify-content: center;
}
footer .navbar-nav .nav-link {
  margin-left: 2rem;
  text-transform: uppercase;
  color: #fff;
}
footer a{
  color:#fff;
}
footer h2{
  color:var(--beige);
  font-size:1rem;
  text-transform:uppercase;
  font-family: 'SourceSansPro SemiBold';
}
footer figure{
  padding: 15px;
}
footer figure.image img.image-embed-item {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3); /* Horizontaler Versatz, vertikaler Versatz, Unschärfe-Radius, Schattenfarbe und Transparenz */
}
footer #c380 figure.image img.image-embed-item, footer #c381 figure.image img.image-embed-item{
    box-shadow:none;
}
footer #c380 figure {
  padding: 20px 15px 0 0;
}
footer #c381 figure {
  padding-left:0;
  padding-top: 50px;
}
footer #c381 figure img.image-embed-item{
  width: 100px !important;
  height: auto;
}

footer h3, footer .col-md-4 h3{
  font-family:'SourceSerifPro Regular'; 
  font-size:1rem;
  box-shadow: none;
  padding:0;
  display: block;
  height: auto;
}
footer p{
  font-family:'SourceSansPro SemiBold';
  font-size:1rem;
}
 .scroll-to-top {
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:flex;
  background:var(--logorot);
  width:40px;
  height: 40px;
  z-index: 9999;
  outline: 0;
   align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.scroll-to-top span{
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 0 15px 26.0px 15px;
  border-color: transparent transparent #ffffff transparent;
}
.scroll-to-top:hover {
  color: #fff;
  border: 1px solid var(--logorot);
  background: #fff;
}
.scroll-to-top:hover span {
  border-color: transparent transparent var(--logorot) transparent;
}

.copyright {
  background-color:var(--hellbeige);
  font-family: 'SourceSansPro SemiBold';
}
.copyright a{
  color:var(--textschwarz);
}
.copyright a:hover{
  color:var(--beige);
}
.copyright .col-md-4{
  text-align:right;
}
/*-----------------social icons fixed on left side---------*/
  .social-icons{
    position: fixed;
  top: 600px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  }
.social-icons  .icon{
  padding: 10px;
  }
  .facebook, .linkedin{
    background-color:var(--logorot);
  }
  .instagram{
    background-color:var(--beige);
  }
   /*-----------------End social icons fixed on left side---------*/
/* ------------Button Job-Suche Header Startseite-----------------------*/
.verstaerkung{
  background-color: var(--hellbeige);
  border-radius: 50%;
  width: 220px;
  position: absolute;
  top: 200px;
  height: 220px;
  padding: 58px 30px 28px;
  text-align: center;
  right: 10%;
  z-index: 200;
}
header .verstaerkung h4{
  font-family: 'SourceSansPro SemiBold';
 /* border-bottom: 3px dotted;*/
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 0;
  color:var(--textschwarz);
}
.verstaerkung p{
  font-weight: bold;
}
header .verstaerkung a:hover, header .verstaerkung a h4:hover, header .verstaerkung a p:hover{
  color:var(--logorot);
  text-decoration: none;
}
.row.content-center{
display: flex;
}
.row.content-center .col-md-8{
  display: flex;
  justify-content: center !important;
}
.content_rot .col-md-4 h3{
  box-shadow: none;
  border: none;
  padding:0;
  height: auto;
}
.content_rot .col-md-4{
  background-color: var(--logorot);
  padding: 40px;
  color: #fff;
  margin: 2rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}
.content_rot .col-md-4:hover{
 background-color: #fff;
  border: 1px solid var(--logorot);
  color: var(--logorot);
}
.content_rot .col-md-4:hover h3{
/*  border: none;
  background-color:#fff;*/
  color:var(--logorot);
}
.content_rot .col-md-4 h3:hover{
  background-color: transparent;
  color: var(--logorot);
  border: none;
}
.row.content_rot{
  margin-bottom:0;
}
.row.content_rot h3 a{
  color:#fff;
}
.row.content_rot h3 a:hover, .content_rot .col-md-4:hover a{
  color:var(--logorot);
}
.row.content_center{
display: flex;
}
.row.content-center .col-md-8{
  display: flex;
  justify-content: center !important;
}

/*----------------Parallax Bilder sind in der parallax-js definiert und können hier raus.----------*/
.parallax.engagement, .parallax.zusammenarbeit, .parallax.gemeinsam{
/* background-image: url("/fileadmin/Media/Bilder/Parallax/Parallax_engagement.jpg");*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:500px;
  margin: 0 0 5rem 0;
  display: flex;
  align-items: center;
}

.parallax.zusammenarbeit{
 /* background-image: url("/fileadmin/Media/Bilder/Parallax/Parallax_zusammenarbeit.jpg");*/
}
.parallax.gemeinsam{
   margin-top: 3rem;
 /* background-image: url("/fileadmin/Media/Bilder/Parallax/Parallax_digital.jpg");*/
}
.parallax h2{
  color:#fff;
  font-family:'SourceSerifPro Regular'; 
}
.col-md-6 ul{
  padding-left: 15px;
 font-family:'SourceSansPro Regular'; 
}

/*Mandantschaft - Bramnchenbeispiele*/
#c428 ul, #c429 ul {
   font-family:'SourceSerifPro SemiBold';
} 
ul{
    font-family:'SourceSerifPro SemiBold';
}
.col-md-6 figure.image img.image-embed-item {
    box-shadow:5px 5px 12px rgba(0, 0, 0, 0.3); /* Horizontaler Versatz, vertikaler Versatz, Unschärfe-Radius, Schattenfarbe und Transparenz */
}
.col-md-6 figure{
  padding:0 20px 20px;
}
.row.content{
  margin-top: 2rem;
}
#ueber_uns .row.content{
  margin-top: 1rem;
}
#ueber_uns .content ul li{
 font-family:'SourceSerifPro SemiBold';
}
#ueber_uns h4{
  margin-top: 2rem;
}

#c680{
  margin-left:86px;
}
#c408{
  margin-left:-1rem;
}
.bg-beige{
  background-color:var(--hellbeige);
  padding: 3rem 0;
  margin-top: 5rem;
}
.bg-beige h5{
  font-size:1.4rem;
  font-family:'SourceSerifPro SemiBold';
}
.button-rot.arbeitsweise, .button-rot.chronik{
  display: flex;
  justify-content: start;
}

.button-rot.arbeitsweise .btn.btn-danger, .button-rot.chronik .btn.btn-danger{
 justify-content: center;
  width: 25rem;
  margin-left:1rem;
}
.button-rot.arbeitsweise .btn.btn-danger{
  margin-left: 5rem;
}

.button-rot button.btn.btn-danger, .button-rot .btn.btn-danger{
  width: 16rem;
 /* height: 40px;*/
  padding: 10px 20px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  margin:3rem 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-rot button.btn.btn-danger div{
  display: flex;
}
.button-rot button.btn.btn-danger p{
  margin-bottom:0;
}

.button-rot button.btn.btn-danger:hover, .button-rot .btn.btn-danger:hover{
  background-color:var(--hellbeige);
  color:var(--logorot);
}
.button-rot button.btn.btn-danger h4, .button-rot button.btn.btn-danger h4 a, .button-rot .btn.btn-danger h4 a{
  color:#fff;
   font-family: 'SourceSansPro SemiBold';
  margin-bottom:0;
  font-size: 1.1rem;
}
.button-rot button.btn.btn-danger:hover a, .button-rot button.btn.btn-danger h4:hover a, .button-rot button.btn.btn-danger h4 a:hover, .button-rot .btn.btn-danger h4 a:hover,  .button-rot .btn.btn-danger:hover h4 a {
  color:var(--logorot);
}
.col-md-6 .button-rot{
  justify-content:start;
}
.col-md-6:first-child .button-rot{
  justify-content:center;
}
.col-md-6 button.btn.btn-danger{  
  width: 28rem;
  /*height: 70px;*/
  padding: 15px;
  margin-left: 1rem;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}
.col-md-6 button.btn.btn-danger h3{
  display: flex;
  align-content:center;
}
.col-md-6 .btn.btn-danger h3, .col-md-6 .btn.btn-danger h3 a{
  font-family: 'SourceSerifPro SemiBold';
  text-transform: none;
  margin-bottom:0;
}
.col-md-6 button.btn.btn-danger h3 a:hover, .col-md-6 button.btn.btn-danger:hover h3 a{
   color:var(--logorot);
}


  
/*--------------------header Unterseiten-------------------*/
header.business-header{
  position: relative;
  border-bottom: 20px solid var(--logorot);
}
header.business-header h1{
  position: absolute;
  top: 37%;
  left: 20%;
  color: #fff;   
  transform: translate(-50%, -50%);
  width: 50%;
  font-size: 2.5rem;
}

/*-------------------------Leistungen----------------*/
#leistungen ul{
  padding-left: 20px;
  }
#leistungen h6, #karriere h6, #ueber_uns h6{
  margin-bottom: 1.0rem;
    margin-top: 3rem;
}
#leistungen #content_breit{
  padding-top: 4rem;
}
hr{
  border-top: 3px solid var(--hellbeige);
  margin-top: 2rem;
  margin-bottom: 2rem;
  opacity:1;
}
/*--------------------------Timeline-------------*/



.timeline {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    list-style: none;
    margin: 3rem 0 5rem;
}

.timeline-event {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    width: 50%;
    height: 80px; /* Ensure equal spacing between events */
}

.timeline-date {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--hellbeige);
    color: var(--textschwarz);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.border-rot{
  border: 1px solid var(--logorot);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-content {
    background-color: white;
    padding: 10px 20px;    
    max-width: 500px;
    word-break: break-word;
    line-height: 120%;
}
.timeline-content p, .timeline-date p{
  margin-bottom:0;
}

.timeline-title {
    color: #d9534f;
    font-weight: bold;
}

.left {
    left: 0;
    justify-content: flex-end;
    padding-right: 35px;
}

.right {
    left: 50%;
    justify-content: flex-start;
    padding-left: 27px;
}

.left .timeline-date {
    right: -30px;
}

.right .timeline-date {
    left: -30px;
}

.left .timeline-content {
    text-align: right;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 15px;
    height: calc(100% - 85px); /*stellt sicher, dass die Linie mit dem letzten Button endet*/
    background: var(--beige);
    transform: translateX(-50%);
    top: 60px; /* Stellt sicher, dass die Linie erst beim ersten Button anfängt*/
}
/*------------------Seite Karriere-------*/
#karriere #content_breit{
  padding-top:0;
}
#karriere .job-teaser .col-md-9, #karriere .job-teaser .col-md-3{
  display: flex;
  align-items: center;
}
#karriere .job-teaser .col-md-3{
  justify-content: end;
}
#c511 h3{
  padding-top: 5rem;
}
#karriere h2{
  margin-bottom: 0;
  }
#karriere footer{
  margin-top:0;
}
#karriere h5 a, #job-detail h5 a{
  color:var(--logorot);
}
.job-teaser{
    border: 1px solid var(--logorot);
    padding: 20px 5px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 20px;
}
#karriere .job-teaser .titel-job h3{
  margin-bottom:0;
  padding-top:0;
}
.job-link{
  display: flex;
    text-align: right;
    justify-content: end;
}
.job-link p{
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.job-link p a{
  color:#000;
}
.job-link p a:hover{
  color:var(--logorot);
  
}
#job-detail .bg-beige, #karriere .bg-beige {
  margin-top:0;
}
#job-detail #content_breit{
  padding-top:0;
}
#job-detail #content_breit ul, #mandantschaft #content_breit ul {
  padding-left: 20px;
  font-family: 'SourceSansPro Regular';
  margin-bottom: 3rem;
}
 #mandantschaft #content_breit ul {
   margin-bottom: 2rem;
}
#job-detail #content_breit ul li, #mandantschaft #content_breit ul li{
  margin-bottom: 0.5rem;
}
#job-detail h2{
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
#job-detail h5{
   font-family: 'SourceSerifPro SemiBold';
  font-size: 1.4rem;
}
#job-detail h3{
  margin-bottom: 1.5rem;
}
#job-detail h6{
  margin-bottom: 1rem;
}
#job-detail footer.bg-dark {
  margin-top:0;
}
/*--------Seite Mandantschaft--------------------*/
#mandantschaft #content_breit h3{
  font-size: 1.5rem;
  margin-bottom:1rem;
}
/*--------Seite Kontakt----*/
.kontaktdaten div.address, .kontaktdaten div.telephone, .kontaktdaten div.email {
  background-color: var(--logorot);
  color:#fff;
  width: 100%;
  padding: 30px 30px 0;
  margin-bottom: 2rem;
  height: 180px;
}
.kontaktdaten div img{
  width: 70px;
  margin-top: 20px;
  margin-right: 25px;
}
.kontaktdaten div.address p{
  font-family: 'SourceSerifPro SemiBold';
  font-size: 1.2rem;
}
.kontaktdaten div a{
  color:#fff;
}
.kontaktdaten div.telephone h3{
  margin-top: 33px;
}
.kontaktdaten div.email h3{
  margin-top: 33px;  
}

/*-----------------Kontaktformular--------------*/
label{
  font-family:'SourceSerifPro SemiBold';
  font-size: 1.3rem;
}
.form-control {
  height: calc(2.5em + .75rem + 2px);
  border: 1px solid var(--logorot);
  border-radius: 0;
}
textarea.form-control {
  border: 1px solid var(--logorot);
  border-radius: 0;
}

button.btn-primary{
  background-color: var(--logorot);
  border-color: var(--logorot);
  padding: .675rem 7.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 2rem;
  font-family: 'SourceSerifPro SemiBold';
}
/*----------Impressum----------*/
#legal h3 {
  font-size: 1.4rem;
  margin-top: 3rem;
}
#legal table td {
  padding-right: 60px;
}
#legal #c563 p{
  margin-bottom:0;
}
#legal #content_breit ul{
    font-family: 'SourceSansPro Regular';
    line-height: 180%;
    padding-left: 30px;
    margin-top: 2rem;
}
#legal #content_breit ol{
  list-style-type:lower-alpha;
  padding-left: 15px;
}
#legal #content_breit ol li{
  margin-bottom: 1rem;
}
#legal #content_breit ol ul{
  margin-top:0;
  margin-bottom:1rem;
  list-style-type:disc;
}
#legal #content_breit ol ul li{
  margin-bottom:0;
}
@media(min-width:768px) and (max-width: 991px){
  .parallax.engagement, .parallax.zusammenarbeit, .parallax.gemeinsam{
  height:350px;
  }
   .navbar-brand img {
    width: 250px;
  }
  .verstaerkung{
    top: 59px;
    right: 3%;
  }
  .carousel-caption {
    width: 61%;
    bottom: 7px;
}
  header.business-header h1{
    top: 33%;
  }
  header.business-header h1, .carousel-caption h1 {   
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  header .btn.btn-danger {
    margin-top:0;
  }
  header .verstaerkung h4 {
    padding-top: 19px;
  font-size: 1.2rem;
  }
  .content_rot .col-md-4 h3, .bg-beige .col-md-4 h3 {
    font-size: 1.3rem;
  }
  .kontaktdaten div.address, .kontaktdaten div.telephone, .kontaktdaten div.email {
    padding: 20px;
    height: 200px;
    display: flex; 
   align-items: center;
}
    footer .col-md-8 img {
    width: 500px;
  }
}
@media(min-width: 992px){
 .col-md-6 .btn.btn-danger {
  margin-left: 6.5rem;
  }
  /*--headerslider Text Startseite---------------------*/
  .carousel-caption{   
    text-align: left;
    padding-bottom: 5px;
  } 
  .carousel-caption h1{
    font-family:'SourceSerifPro SemiBold';
    margin-bottom:0;
   
  }
  header p{
    font-size: 1.2rem;
  }
  header h4{
    font-size:1.2rem;
    color:var(--hellbeige);
  }
  header .verstaerkung h4 {
    font-size: 1.5rem;
  }
  /*-----------------social icons fixed on left side---------*/
  .social-icons{
    position: fixed;
  top: 600px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  }
.social-icons  .icon{
  padding: 10px;
  }
  .facebook, .linkedin{
    background-color:var(--logorot);
  }
  .instagram{
    background-color:var(--beige);
  }
  .parallax h2 {
    font-size: 1.9rem;
    font-family: 'SourceSerifPro SemiBold';
    color:#fff;
    width: 60%;
  }
   /*-----------------End social icons fixed on left side---------*/
  footer .col-md-8 img{
    width: 600px;
  }
}
@media (min-width: 992px)and (max-width:1200px){
  
  .navbar-brand img{
    width: 250px;
  }
  .verstaerkung{
    right: 3%;
    top: 119px;
  }
   .carousel-caption {
    bottom: 20px;  
     left: 10%;
     width: 60%;
  }
   .carousel-caption h1, header.business-header h1 {   
    font-size: 2.0rem;
  }
  header.business-header h1 {
  /*bottom: 85px; 
  right: 27%;*/
}
   .parallax.engagement, .parallax.zusammenarbeit, .parallax.gemeinsam{
  height:360px;
  }
  
  
}
@media (min-width: 1201px){
  .navbar-brand img{
    width: 300px;
  }
  .carousel-caption{
    bottom: 40px;
    text-align: left;
    width: 50%;
  } 
  .carousel-caption h1{    
    font-size: 2.5rem;
  }
  header.business-header h1 { 
  font-size: 2.5rem;
}
  .verstaerkung{
    top: 150px;
  }
}
  @media (min-width: 1301px){
    .carousel-caption{
    bottom: 92px;
    text-align: left;
    width: 50%;
  } 
    
 
  
}
@media (min-width: 1501px){
  
   .carousel-caption{
    bottom: 92px;
    text-align: left;
    width: 52%;
  } 
  
  .carousel-caption h1, header.business-header h1 {
  font-size: 3rem;
  }
  
}
@media(max-width: 767px){
  header img {
    object-fit: cover;
    height: 320px;
  }
  
  header.business-header h1, .carousel-caption h1 {  
 /* bottom: 35px;
   right: 20%;*/
  font-size: 1.5rem;
     margin-bottom: 0.5rem;
}
  
  header .btn.btn-danger {
    margin-top:1rem;
  }
  #c404 {
  margin-left: 0;
}
   .parallax.engagement, .parallax.zusammenarbeit, .parallax.gemeinsam{
  height:312px;
   /*  background-size: 100vh;*/
     background-attachment: scroll;
  }
   .navbar-brand img {
    width: 220px;
  }
  .carousel-caption {
  width: 60%;
}
  header .caption h4{
    font-size: 0.9rem;
  }
  .caption p{
    margin-bottom: 0.5rem;
  }
  .verstaerkung{
    width: 200px;
    height: 200px;
    top: 60px;
    right: 3%;
  }
  
  .job-teaser .titel-job h3 {
    font-size: 1.5rem;
}
  .kontaktdaten div.address, .kontaktdaten div.telephone, .kontaktdaten div.email {
    padding: 30px;
  }
  .kontaktdaten div.address p {
    font-size: 1.0rem;
}
  .button-rot.arbeitsweise .btn.btn-danger, .button-rot.chronik .btn.btn-danger { 
   margin: 1rem 0;
}
  footer  .d-lg-none img {
    width: 380px;
  }
}
@media(max-width:575px){
   .navbar-brand img{
    width: 230px;
  }
  .scroll-to-top{
    display: none !important;
  }
  .content_rot .col-md-4 {
    width: 80%;
  }
  footer .navbar-nav {
    display: none;
  
}
  .verstaerkung p{
    font-size: 0.8rem;
  }
  .verstaerkung{
    width: 155px; 
    top: 115px;
    height: 155px;
    padding: 17px 18px;  
    right: 3%;
}
 

    
  header .bg-red {
  height: 50px;
  }
  header .bg-red p{
    letter-spacing: 2px;
    font-size: 0.8em;
  }
  .social-icons {
  z-index: 2000;
    bottom: 80px;
    top:auto;
    right:0;
  }
  header {
  margin-top: 87px;
}
  header img{
   object-fit: cover;
  height: 320px;
}
 header.business-header h1  {
  position: absolute;
/*  bottom: 20%;
  left: 6%;*/
  color: #fff;
 /* right: 6%; */
   width: 80%;
}
   header.business-header h1,  .carousel-caption h1{ 
      font-size: 1.5rem;    
  }
  
   header .caption h4 {
    font-size: 0.8rem;
  }
  header.business-header img{
    height: 280px;
  }
 /* header .btn.btn-danger {
    display: none;
  }*/
  header .verstaerkung h4 {
    padding-top: 20px;    
  }
  .carousel-caption {
    padding-bottom:0;
    bottom: 16px;
    width: 75%;
  }
  .row{
    margin-right:0;
    margin-left:0;
  }
  #content_breit {
  padding-top: 2rem;
}
  .row.content {
  margin-top: 1rem;
}
  .button-rot button.btn.btn-danger {
    margin: 1rem 0;
  }
  footer.bg-dark {
    margin-top: 1rem;
  padding-top: 2rem;
}
  .copyright .col-md-8, .copyright .col-md-4{
    text-align: center;
  }
  .copyright .col-md-4{
    margin-bottom: 9px;
  padding-top: 6px;
  }
  h3{
    font-size: 1.3rem;
  } 
  .parallax h2{
    font-size: 1.5rem;
  }
  h6{
    font-size: 0.9rem;
  }
  .bg-beige{
    margin-top: 2rem;
}
 .bg-beige .col-md-4{
  margin-bottom: 1rem;
  }
 .parallax.engagement, .parallax.zusammenarbeit, .parallax.gemeinsam {
    margin-bottom: 2rem;
  }
  #c385, #c399, #c411, #c426, #c439, #c443, #c450, #c455, #c511, #c512, #c516 {
  scroll-margin-top: 400px;
}
  #c445{
  scroll-margin-top: 100px;
}
  #karriere .job-teaser{
    padding: 10px 5px;
    height: 135px;
  }
  #karriere .job-teaser .col-md-9, #karriere .job-teaser .col-md-3{
    padding:0;
  }
  #karriere .job-teaser .col-md-3 {
  justify-content: left;
}
  #job-detail  footer.bg-dark{
    margin-top:0;
  }
  .job-link p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color:var(--logorot);
    margin-top: 1rem;
}
  .job-teaser .titel-job h3 {
    font-size: 1.0rem;
  }
  .timeline{
    margin: 3rem 0 2rem;
  }
  .timeline::before {
  height: calc(100% - 102px);
  }
  .timeline-event {
    height: 120px;
  }
  .timeline-content {
    padding: 10px 10px;
    font-size: 0.9rem;
  }
  
  .col-md-6.order-sm-1, .col-md-6.order-sm-2{
    padding-left:0;padding-right:0;
  }
footer  .d-lg-none img{
    width: 380px;
  }
  footer #c381 figure img.image-embed-item{
    width: 60px !important;
  }
  
  
}
@media(max-width:450px){
footer  .d-lg-none img{
    width: 350px;
  }
   .navbar-brand img {
    width: 200px;
  }
  .carousel-caption{
    bottom: 20px;
    left: 6%;
  }
  .carousel-caption h1,  header.business-header h1 {
    font-size: 1.3rem;
  }
  header.business-header h1 {
   left: 10%;
  }
    .verstaerkung {
    width: 125px;   
    height: 125px;
    padding: 17px 18px;
    right: 2%;
      top:148px;
  }
 .verstaerkung h4 {
  font-size: 0.8rem;
  }
  .verstaerkung p {
    font-size: 0.6rem;
  }
  .content_rot .col-md-4 {
    height: 140px;
  }
   .kontaktdaten div.address, .kontaktdaten div.telephone, .kontaktdaten div.email {
    padding: 20px;
     display: flex;
     align-items:center;
  }
  .kontaktdaten div.email h3, .kontaktdaten div.address h3 {
  margin-top: 20px;
}
  .kontaktdaten div.address img{
    margin-top: 50px;
  }
  .kontaktdaten div img {
  width: 40px;
  margin-top: 35px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  }
  
  
}

@media(max-width:360px){
   .carousel-caption {    
    left: 5%;
     width: 54%;
  }
   .carousel-caption h1, header.business-header h1 {
    font-size: 1.2rem;
  }
 footer  .d-lg-none img{
    width: 320px;
  }
   .navbar-brand img {
    width: 190px;
  }
 
}
@media(max-width:320px){
footer  .d-lg-none img{
    width: 280px;
  }
   .navbar-brand img {
    width: 180px;
  }
  
}
