


.c-logo-header img {
    max-width: 100%;
    height: auto;
    width: 480px;
    display: block;
}

.text-inverse {
  color: white;
}


body {
  overflow-x: hidden;
}


.c-rsce_centered_wrap_start.bg-dark-grey {
  width: 100vw;         /* nimmt volle Breite des Viewports */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-rsce_centered_wrap_start.bg-dark-grey .content-text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mod_rocksolid_slider img {
  width: 100%;
}

.c-content--footer {
  color: #fff;
}

.c-section--footer {
  background: var(--theme-color1);
}

footer a {
  color: white;
  text-decoration: none;
}


/* Slider - von Simonbauer übernommen */

.slider-container{
  padding:0;
  overflow:hidden}
  
.slider{
  height:600px;
  position:relative
}

@media screen and (max-width: 992px){
  .slider{
    height:400px;
    margin-top:120px
  }
}

@media screen and (max-width: 480px){
  .slider{
    height:400px;
    margin-top:180px
    }
}

@media screen and (max-width: 320px){
  .slider{
    height:300px
    }
}

.rundelinkeecke img, svg {
    vertical-align: middle;
    border-top-left-radius: 40px;
}



