﻿.inhalt{ padding-bottom:50px }

.inhalt-image.standard > div {   
    float: right;
    width: 600px;
    height: 600px;
    position:relative;
    background-size:cover;
}


.inhalt-image.standard > div > div {   
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-top: 250px solid white;
    border-right: 600px solid transparent;
    
    border-left: 20px solid transparent;
}
.inhalt-image.standard > div > div > div {   
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 350px solid white;
    border-right: 100px solid transparent;
}

.inhalt-standard { max-width:760px;float:left }

.inhalt h3 p { margin:5px 0px 0px 0px;font-family:'Avenir Next LT W05 Regular'; }

.inhalt h3 { margin:20px 0px 10px 0px; }
.inhalt h2 { margin:20px 0px 10px 0px; }

.absatz1 {     box-shadow: 0px 0px 8px #cccccc;float: left;
    width: 330px;
    height: 100px; padding:10px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px; }
.absatz1:hover { background-color:#dddddd }

.absatz1 strong {  display:block;margin-bottom:5px }

.inhalt-center { background-color:#A40C16;color:white;padding-left:200px;padding-top:30px;padding-bottom:30px;margin-bottom:50px }

.inhalt-center p.absatz4 { display:inline-block;width:450px;padding-left:180px;position:relative }
.inhalt-center p.absatz4 strong {     position: absolute; left: 0px;font-weight: normal; font-size: 19px; line-height: 22px;  width: 180px; }


.inhalt-text a { color:#A40C16 }

.inhalt-gallery { max-width:1100px;margin:0px auto 30px auto }
.slider-for h3 {width:100%;height:0px;position:relative;padding-top:66%;background-size:contain;background-position:center;background-repeat:no-repeat}
.slider-nav div {padding:10px}
.slider-nav h3 {width:100%;position:relative;padding-top:66%;background-size:contain;background-position:center;background-repeat:no-repeat}
.slider-nav button { background:url('/grafik/pfeil.svg') no-repeat center; }




@media screen and (max-width:860px) {
  .inhalt-center { padding-left:20px; }
  .absatz1 { float:none;width:unset;height:unset }
  .inhalt-standard { float:none }
}



@media screen and (max-width:560px) {
  .inhalt-center p.absatz4 strong { position:unset;display:block;margin-bottom:6px }
  .inhalt-center p.absatz4 { padding-left:0px;margin-bottom:20px;width:100% }
}