.umfrage {
  /* margin-top: 60px; */
  background: #fff;
  position: relative;
}

.testButton {
  display: none;
}

.umfrage p {
  max-width: 800px;
}

form button:hover {
  cursor: pointer;
}

#umfrageIntro p {
  max-width: 1000px;
}

#umfrageIntro ul {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 30px;
}

#umfrageIntro ul li {
  margin-bottom: 5px;
}

#umfrageFortschritt {
  margin-bottom: 20px;
  border: 4px solid #FFBD69;
  /* padding: 8px 14px; */
  display: flex;
  font-size: 18px;
}

.schwerpunkt {
  line-height: 1.5;
  display: flex;
  align-items: center;     /* vertikal zentrieren */
  justify-content: center; /* horizontal zentrieren, optional */
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 8px 0;
}

.schwerpunkt a {
  font-weight: normal;
  text-decoration: none;
}

.schwerpunkt a:hover {
  text-decoration: underline;
}

.fortschrittWrap {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  z-index: -1;
}

/* Trick, da bei ungeraden % Zalen nicht ganz gefüllt */
.schwerpunkt:last-child .fortschrittWrap {
  right: -2px;
}

.fortschrittBox {
  height: 100%;
  float: left;
}

/* als Preloader */
.schwerpunkt:first-child .fortschrittBox:first-child {
  background-image: url('../Images/balken-ecke-60.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.schwerpunkt:first-child .fortschrittBox:first-child.active {
  background-image: none;
}

.fortschrittBox.active {
  background-color: #FFBD69;
}

#umfrageLayout .fortschrittBox.active.pixelEcke {
  background-image: url('../Images/balken-ecke-60.png');
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: top right;
}

#fragenCounter, #schwerpunktFertigAnzeige {
  /* text-align: center;
  font-size: 30px;
  line-height: 40px; */

  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-left: 79px;
  margin-right: 79px;
}

#schwerpunktFertigAnzeige {
  visibility: hidden;
}

.frageText {
  margin-left: 42px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-top: 16px;

  font-size: 28px;
  line-height: 1.3;
  margin-left: 79px;
  margin-right: 79px;
}

.frageText p {
  margin-bottom: 37px;
}

.antwortLabel input {
  display: none;
}

.antwortText {
  font-size: 19px;
  margin-left: 24px;
  margin-left: 6px;
  display: flex;
}

.antwortText p:last-child {
  margin-bottom: 0;
}

.buchstabe {
  float:left;
  margin-right: 25px;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.antwortText .text {
  overflow: hidden;
}

.antwortLabel {
  cursor: pointer;
  display: block;
  padding: 8px 14px;
  background: #F5F5F5;
  /* background: #fff; */
  margin: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}

.antwortLabel:hover {
  background: #FFE5C2;
}

.antwortLabel.active {
  background: #FFBD69;
}

#umfrageWeiter, #umfrageZurueck {
  all:unset;
  cursor: pointer;
  position: absolute;
  top: 350px;
}

#umfrageWeiter {
  right: -100px;
}

#umfrageZurueck {
  left: -100px;
}

#setButtonBar {
  margin-bottom: 30px;
  float: right;
  margin-top: 100px;
  margin-right: 20px;
}

.auswertungBox {
  background: #f5f5f5;
  background-image: url('../Images/balken-ecke-60.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding: 35px;
  padding-top: 25px;
  position: relative;
}

.auswertungStufeIcon {
  display:none;
  position: absolute;
  right: -114px;
  width: 150px;
  top: -80px;
}

.auswertungStufeIcon.active {
  display:block;
}


.auswertungLinks, .auswertungRechts {
  float:left;
}

.auswertungLinks {
  width: 75%;
}

.auswertungLinks h2 {
  text-align: center;
  margin-bottom: 25px;
}

.auswertungLinks h3 {
  text-align: center;
}

.auswertungLinks h3, .auswertungLinks h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.auswertungPunkte {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.auswertungRechts {
  box-sizing: border-box;
  width: 25%;
  padding: 15px;
  padding-top: 300px;
  padding-left: 30px;
}

#newsletterAufruf {
  position: relative;
  top: 7px;
  right: -30px;
  width: 130%;
  text-align: center;
}

.auswertungSchwerpunkt, .schwerpunktAuswertungDetail {
  border-top: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 10px;
}

.schwerpunktAusklappen {
  cursor: pointer;
}

.schwerpunktAusklappen h4 {
  user-select: none;
  display: inline-block;
  font-size: 18px;
}

.auswertungBox p {
  margin-bottom: 15px;
}

#auswertungDetail h3 {
  margin-bottom: 40px;
}

#auswertungDetail h4 {
  font-size: 18px;

}

#auswertungDetail .active h4 {
  margin-bottom: 15px;
}

.detailLabel {
  float: left;
  width: 160px;
  box-sizing: border-box;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 6px;
  line-height: 1.3;

}

.detailCol {
  float: left;
  width: calc(100% - 160px);
  box-sizing: border-box;
}

.detailCol p:last-child {
  margin-bottom: 0;
}

.detailRow {
  margin-bottom: 15px;
  margin-bottom: 0;
}

.empfehlungRow {
  /* background: #faee9e;
  background: #f5f5f5; */
  padding: 10px 20px;
  margin: 0 -20px;
  margin-top: 15px;
}

.empfehlungRow p:last-of-type {
  margin-bottom: 0;
}


.detailEmpfehlung a {

}

.schwerpunktAusklappen button {
  all: unset;
  font-size: 0;
  display: inline-block;
  width: 11px;
  height: 21px;
  scale:1.3;
  background: url(/typo3conf/ext/jugend_at_bw_theme/Resources/Public/Icons/icon_pfeil_rechts.svg);
  transform: rotate(90deg);
  margin-left: 30px;
  position: relative;
}

.schwerpunktAusklappen.active button {
  transform: rotate(-90deg);
  top: -2px;
}

.auswertungText {
  margin-top: 15px;
  margin-bottom: 30px;
}

ul.empfehlungListe {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
}

ul.empfehlungListe li {
  margin-bottom: 5px;
}

.frageAuswertungDetail {
  margin-bottom: 60px;
}

#auswertungErgebnis {
  margin-bottom: 45px;
}

#setAuswertungZusammenfassung {
  position: absolute;
  top: -30px;
  left: 0;
}

#naechstesBild {
  position: absolute;
  top:-60px;
  left:0;
}

.posAbsolute {
  position: absolute;
  top:0;
  right:0;
  left:0;
}

.slide {
  transform: translateX(0%);
}

.transition {
  transition: transform 1s;
}

.fromRight {
  transform: translateX(100%);
}

.hideLeft {
  transform: translateX(-100%);
}

.show {
  transform: translateX(0%);
}

.slideWrapper {
  overflow: hidden;
  position: relative;
}

.clickEffect {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;

  pointer-events: none;

  transform: scale(0.2) translate(0, 0);
  opacity: 1;
  transition:
  transform 0.7s ease-out,
  opacity 0.3s ease-out 0.4s;
  /* opacity 1s ease-out; */
}

.clickEffect.grow {
  transform: scale(1.5) translate(50px, -50px);
  opacity: 0;
}

.loading {
  font-size: 26px;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(2.2);
  }
  45% {
    transform: scale(1);
  }
}

.pixel {
  width: 3px;
  height: 3px;
  background-color: #141414;
  display: inline-block;
  animation: pulse 3.9s infinite;
  animation-timing-function: ease;
}

.pixel1 {
  animation-delay: 0s;
}

.pixel2 {
  animation-delay: 1.3s;
}

.pixel3 {
  animation-delay: 2.6s;
}

.center {
  text-align: center;
}

.schwerpunktFertig {
  /* margin-left: 79px;
  margin-right: 79px; */
  padding-top: 16px;
}



.schwerpunktFertig .sprechblase {

  float: left;
  margin-left: 488px;

  /* float: right;
  margin-right: 50px; */

  width: 300px;

  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;

  margin-right: 262px;
  top: -64px;
  /* top: -77px; */

  --space-position: 37px;
}

.schwerpunktFertig .buttons {
  float:right;
  clear: both;

  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

.schwerpunktFertig .sprechblase, .schwerpunktFertig .buttons {
  opacity: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
}

.schwerpunktFertig .sichtbar {
  opacity: 1;
  visibility: visible;
}

.schwerpunktFertig .buttons button {
  display: block;
  width: 350px;
  margin-bottom: 10px;
  z-index: 1;
}


.sprechblase {

  /* width: 600px; */

  display: inline-block;

  font-size: 20px;


  --border-color: #9b9b9b;
  --border-width: 5px;
  --border-cell-width: calc( var(--border-width) * 2 );
  --space-position: 80px;
}

.sprechblase p:last-child {
  margin-bottom: 0;
}

.sprechblase .middle {
  width: calc(100% - calc( var(--border-cell-width) * 2 ) );
  height: var(--border-cell-width);
  background: linear-gradient( var(--border-color), var(--border-color) );
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: left top;
  float: left;
}

.sprechblase .left, .sprechblase .right {
  float: left;
  width: var(--border-cell-width);
  height: var(--border-cell-width);
  background: linear-gradient( var(--border-color), var(--border-color) );
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: right bottom;
}

.sprechblase .inner {

  background:
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) );
  background-repeat: no-repeat, no-repeat;
  background-size: var(--border-width) 100%;
  background-position: left top, right top;

  padding: 7px calc( var(--border-width) + 15px );
  padding-bottom: 12px;

}

.sprechblase .right {
  background-position: left bottom;
}

.sprechblase .bottom .left {
  background-position: right top;
}

.sprechblase .bottom .right {
  background-position: left top;
}

.sprechblase .bottom .middle {

  height: calc( var(--border-width) * 5);

  background:
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) ),
    linear-gradient( var(--border-color), var(--border-color) );
  background-repeat: no-repeat;
  background-size:
    var(--space-position) var(--border-width),
    var(--border-width) var(--border-width),
    var(--border-width) var(--border-width),
    var(--border-width) var(--border-width),
    var(--border-width) var(--border-width),
    var(--border-width) var(--border-width),
    calc( 100% - var(--space-position) - var(--border-width) ) var(--border-width);
  background-position:
    left top,
    var(--space-position) var(--border-width),
    calc( var(--space-position) - calc( var(--border-width) * 1 ) ) calc( var(--border-width) * 2 ),
    calc( var(--space-position) - calc( var(--border-width) * 2 ) ) calc( var(--border-width) * 3 ),
    calc( var(--space-position) - calc( var(--border-width) * 3 ) ) calc( var(--border-width) * 4 ),
    calc( var(--space-position) - calc( var(--border-width) * 4 ) ) calc( var(--border-width) * 5 ),
    left calc( var(--space-position) + var(--border-width) ) top;

}

#skaterGirl {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  height: 200px;
  width: auto;
}

.skaterGirlOllie {
  height: 400px;
  width: auto;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: -68px;
}

.schwerpunktIcon {
  width: 100px;
  height: auto;
  left: 245px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.setDownload {
  margin-top: 60px;
  /* text-align: center; */
  /* border-bottom: 1px solid; */
  padding-bottom: 30px;
  /* border-top: 1px solid; */
  padding-top: 30px;

  max-width: 460px;
  background: #f5f5f5;
  padding: 18px 30px;
  padding: 30px 40px;
  padding-bottom: 15px;

  box-shadow: 3px 2px 8px #141414;

}

#auswertungDetail .setDownload {
  max-width: 500px;
}

.setDownload button:first-of-type {
  margin-right: 15px;
  margin-bottom: 15px;
}

.setDownload h3, #auswertungDetail .setDownload h3 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 10px;
}

.setDownload p {
  margin-bottom: 25px;
}

.buttonArea {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: -18px;
}

.buttonArea .button {
  margin-right: 25px;
}

#newsletterAufruf a {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 2px solid #141414;
}

@media (max-width: 1200px) {

  #newsletterAufruf {
    width: 100%;
    right: 0;
  }

}

@media (max-width: 1300px) {

  #umfrageZurueck {
    left: -70px;
  }

  #umfrageWeiter {
      right: -70px;
  }

} /* max-width 1300px */

@media (max-width: 1230px) {

  #umfrageLayout {
    width: 90%;
    margin: 0 auto;
  }

} /* max-width 1230px */

@media (max-width: 1150px) {

  #umfrageZurueck {
    left: -40px;
  }

  #umfrageWeiter {
    right: -40px;
  }

} /* max-width 1150px */

@media (max-width: 1029px) {

  .schwerpunktIcon {
    display: none;
  }

  .skaterGirlOllie {
    display: none;
  }

  .skaterGirlSmile {
    /* siehe embedded css */
    position: absolute;
    left: 15%;
    bottom: -68px;
  }

  .schwerpunktFertig {
    padding-right: 34px;
    position: relative;
  }

  .schwerpunktFertig .sprechblase, .schwerpunktFertig .buttons {
    opacity: 1;
    visibility: visible;
  }

  .schwerpunktFertig .sprechblase {
    margin-left: calc(15% + 121px);
  }


} /* max-width 1029px */



@media (max-width: 900px) {

  .skaterGirlSmile {
    left: 5%;
  }

  .schwerpunktFertig .sprechblase {
    margin-left: calc(5% + 121px);
  }

  .auswertungLinks {
    width: calc(100% - 150px);
    float: none;
  }

  .auswertungRechts {
    width: 100%;
    float: none;

    padding-top: 30px;
    padding-left: 120px;
  }

  #newsletterAufruf {
    width: 400px;
    right: 0;
  }

  .frageText, #fragenCounter {
    margin: 0 39px;
  }

} /* max-width 900px */

@media (max-width: 767px) {

  .skaterGirlSmile {
    position: relative;
    z-index: 1;
    margin-top: -147px;
  }

  .schwerpunktFertig .buttons {
    float: none;
    margin-top: 30px;
    max-width: 300px;
    margin-left: calc(15% - 5px);
  }

  .schwerpunktFertig .buttons button {
    margin-bottom: 20px;
  }

  .schwerpunktFertig .sprechblase {
    margin: 0;
    margin-left: 121px;
    float: none;
    top: unset;
  }

  .auswertungLinks {
    width: 100%;
  }

  .auswertungStufeIcon, .auswertungStufeIcon.active {
    display: none;
  }

}


@media (max-width: 600px) {


  #umfrageZurueck {
    left: 100px;
    bottom: -80px;
    top: unset;
  }

  #umfrageWeiter {
    right: 100px;
    bottom: -80px;
    top: unset;
  }

  .auswertungBox {
    background-image:none;
  }

  #umfrageLayout {
    width: calc(100% + 70px);
    margin: 0 -35px;
  }

  #umfrageIntro {
    padding: 0 20px;
  }

  #umfrageFortschritt {
    display: none;
  }

  .frageText, #fragenCounter, #schwerpunktFertigAnzeige {
      margin: 0 22px;
  }

  .auswertungRechts {
    text-align: center;
    padding-left: 15px;
  }

  #newsletterAufruf {
    width: 100%;
  }

  #newsletterAufruf .sprechblase {
    display: block;
    margin: 0 auto;
    width: 240px;
    padding-left: 80px;
  }

  .schwerpunktAusklappen {
    position: relative;
  }

  .schwerpunktAusklappen h4 {
    margin-right: 78px;
  }

  .schwerpunktAusklappen button {
    margin-left: unset;
    position: absolute;
    right: 40px;
    top: 3px;
  }

  .schwerpunktAusklappen.active button {
    top: inherit;
  }

  .setDownload {
    padding: 30px 10px;
  }

  .auswertungBox {
    padding: 20px;
    padding-top: 25px;
  }

  .buttonArea {
    margin-left: -10px;
  }

} /* max-width 600px */

@media (max-width: 450px) {

  .schwerpunktFertig {
    padding: 0 20px;
  }

  .schwerpunktFertig .buttons button {
    width: unset;
  }

  .schwerpunktFertig .sprechblase {
    display: block;
    margin: 0 auto;
    --space-position: 144px;
  }

  .frageAuswertungDetail {
      margin-bottom: 40px;
  }

  .detailLabel, .detailCol {
    float: unset;
    width: 100%;
  }

  .detailLabel {
    margin-bottom: 5px;
  }

  .detailRow {
    margin-bottom: 5px;
  }

  .frageText {
      font-size: 24px;
  }

  #fragenCounter, #schwerpunktFertigAnzeige {
      font-size: 19px;
  }

  #umfrageZurueck {
    left: 60px;
  }

  #umfrageWeiter {
    right: 60px;
  }

}

@media (max-width: 360px) {

  .schwerpunktFertig .sprechblase {
    width: 100%;
  }

  .schwerpunktAusklappen h4 {
    margin-right: 50px;
  }

  .schwerpunktAusklappen button {
    right: 20px;
    top: 5px;
  }

  .auswertungRechts {
    text-align: left;
  }

  #newsletterAufruf .sprechblase {
    padding-left: 0;
  }

}
