:root {
	interpolate-size: allow-keywords;
}
.Aufklappinhalt details:target {
  open-state: open;
}

.dw_Versatz {
  position: absolute;
  top: -100px;
}


.Aufklappinhalt details {
  transition: height 0.5s ease;
  overflow: hidden;
}

.Aufklappinhalt details[open] {
	height: auto; /** ging früher nicht, erst mit interpolate-size: allow-keywords; **/
  overflow: hidden;
	/** height: 270px;  **/           
}

.Aufklappinhalt ::details-content {
  opacity: 0;
  transition: height 0.5s ease;
}
.Aufklappinhalt details[open]::details-content {
    opacity: 1;
	height: auto;    
  transition: height 0.5s ease;  
}

.Aufklappinhalt summary::-webkit-details-marker {
    display: none
}

.Aufklappinhalt summary:after {
    background: #da291c;
    border-color: #da291c;
    border-radius: 15px;
    content: "";
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: -2px 10px 0 0;
    padding: 0 0 0 0;
    text-align: center;
    width: 0px;
}

.Aufklappinhalt details[open] summary:after {
    content: "";
}

.Aufklappinhalt summary {
	list-style: none;
    outline: none;
  cursor: pointer;
  position: relative;
  right: 0px;
  top: -0px;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-color: #de2222;
  border-width: 2px 0px 0px 0px;
  background-color: #fff;
  opacity: 1.0;
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.0);
  color: #de2222;
  font-size:  calc(20px + 3.5vw);
  font-weight: 300;
  text-transform: uppercase;
  background-image: none;
  z-index: 1000;
  min-height: calc(26px + 3.5vw);
  line-height: calc(26px + 3.5vw);
  max-width:50em;
  text-align: left;
}
.Aufklappinhalt details[open] summary {
  background: #de2222;
  color: #ffffff;
}
.Aufklappinhalt summary:hover {
  color: #000;
  background-color: #de2222;
}
.Aufklappinhalt summary:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: #000000;
/*  border-radius: 5px;               
  outline: 1px solid #fff;
  outline-offset: -4px; */
}
.Aufklappinhalt img {
  width: 100%;
  height: auto;
  position: relative;
}
.Aufklappinhalt h1 {
  text-align: left;
  font-size: calc(20px + 1.6vw);
  line-height: calc(25px + 1.8vw);
}
.Aufklappinhalt .Spalte_1 {
  width: 50%;
  height: auto;
  position: relative;
  float:left;
  padding-right: calc(10px + 0.2vw);
}
.Aufklappinhalt .Spalte_2 {
  width: 50%;
  height: auto;
  position: relative;
  float:left;
  padding-left: calc(10px + 0.2vw);
}
.Aufklappinhalt .Image_1 img, .Aufklappinhalt .Image_8 img {
  height: auto;
  min-height: unset;
}
.Aufklappinhalt .Bilder_center figure {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}
.Aufklappinhalt .Bilder_left figure {
  margin-right: auto;
  padding-bottom: 2em;
}
.Aufklappinhalt .Bilder_right figure {
  margin-left: auto;
  padding-bottom: 2em;
}
.Aufklappinhalt .Bilder_90 figure {
  width: 90%;
}
.Aufklappinhalt .Bilder_80 figure {
  width: 80%;
}
.Aufklappinhalt .Bilder_70 figure {
  width: 70%;
}
.Aufklappinhalt .Bilder_60 figure {
  width: 60%;
}
.Aufklappinhalt .Bilder_50 figure {
  width: 50%;
}
.Aufklappinhalt .Bilder_40 figure {
  width: 40%;
}
.Aufklappinhalt .Bilder_30 figure {
  width: 30%;
}
.Aufklappinhalt .Bilder_20 figure {
  width: 20%;
}
/*-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 786px) {
  .Aufklappinhalt .Spalte_1 {
    width: 100%;
    float:none;
    padding-right: 0px;
  }
  .Aufklappinhalt .Spalte_2 {
    width: 100%;
    float:none;
    padding-left: 0px;
  }
}