@font-face {
	font-family:'Recoleta';
    -webkit-font-smoothing: antialiased;
	src:url('../fonts/Recoleta.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
	src:url('../Fonts-h/Helvetica-Bold-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Bold';
	src:url('../Fonts-h/Helvetica-Bold.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Light';
    -webkit-font-smoothing: antialiased;
	src:url('../Fonts-h/Helvetica-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Oblique';
    -webkit-font-smoothing: antialiased;
	src:url('../Fonts-h/Helvetica-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Roman';
    -webkit-font-smoothing: antialiased;
	src:url('../Fonts-h/Helvetica-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
  overflow-x: hidden;
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
    body {
        overflow: unset !important;
    }
}

@media(min-width: 1200px) {
    body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.head {
    margin-bottom: 3rem;
}
.head {
    width: 100%;
}

p a {
    color: #ffffff;
    text-decoration: underline;
}

p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

img.img-responsive {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
  .header .head {
    margin-top: 20px;
  }
}

.header .head img {
  max-width: 100%;
  transition: .3s;
height: auto !important;
}

.header .head .header-image img:hover {
    @media screen and (min-width: 768px) {
        transform: rotate(-3deg);
    }
}

.header .head .header-logo {
  text-align: right;
}

@media screen and (max-width: 767px) {
    .header .head .header-logo {
        position: relative;
        right: -30px;
        top: 0;
    }
}

.header .head .header-logo img {
  z-index: 999;
  position: relative;
}

/***********************************/
/***********************************/
/* Anpassungen für 2025 */
.before-footer-text-content h4, 
.before-footer-text-content p,
.before-footer-text-content a,
.question-block--content h2,
.question-block--content p{
  color: #591002 !important;
}


input, button, select, optgroup, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: white;
}

.font-bordeaux {
color: #FFFFFF !important;
}


.question-block--right h3{
color: #FFFFFF !important;
}


.font-bordeaux h2,
.font-bordeaux p,
.font-bordeaux .font-red-new-bold-title {
color: #FFFFFF !important;
}

@media(min-width: 1200px) {

.question-block .question-block--inner .question-blocks .question-block--left .question-block--content p {
font-size: 1.2em !important;
line-height: 1.2 !important;
}
}
.more-page .question-block .queston-block--day {
    right: 20px;
}


@media screen and (max-width: 767px) {
  .before-footer .spenden .before-footer-right img {
    transform: scale(1.3);
    right: -60px;
    position: relative;
    top: 20px;
  }
  .question-block .question-block--inner .question-blocks .question-block--left::after {
    /*width: 340% !important;*/
  }
}

.queston-block--day .image img {
    width: 80%;
}


/* Ende Anpassungen */
/***********************************/
/***********************************/

@media screen and (max-width: 767px) {
    .header .head .header-logo img {
        transform: scale(0.8);
    }
}

.header .head .header-logo img:hover {
    @media screen and (min-width: 768px) {
        transform: rotate(5deg) scale(1.1);
    }
}

.days-inner {
  padding: 0 120px;
}

@media screen and (max-width: 767px) {
  .days-inner {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .days-inner > .row {
    margin-right: -120px;
  }
}

@media screen and (min-width: 768px) {
  .days-inner > .row:nth-child(2n) {
    margin-left: -120px;
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .days-inner .row .mt-lg-4 .col-6:nth-child(3n) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .days-inner .row .mt-lg-4 .col-6:nth-child(3n) .days_calned {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
}

.days-inner > .row .mt-lg-4 .col-md-2:nth-child(2n) a span {
    bottom: unset;
    left: unset;
    top: 0;
    right: 40px;
}

.days-inner > .row .mt-lg-4 .col-md-2:nth-child(2n) .days_calned:after {
    transform: rotate(20deg);

}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"] + label:hover:before {
  background-image: url("../image/general/checkbox-checked.svg");
    background-size: contain;
}

input[type="radio"] + label:before {
    content: '';
  background-image: url("../image/general/checkbox-unchecked.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 250ms ease;
    margin-right: 15px;
    top: 0;
    position: absolute;
    left: 0;
}

input[type="radio"]:checked + label:before {
  background-image: url("../image/general/checkbox-checked.svg");
  background-size: contain;
}

input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #E00013;
    border-color: #FFFFFF;
}

input[type="radio"]:disabled + label:before {
    box-shadow: inset 0 0 0 4px white;
    border-color: white;
    background: white;
}

input[type="radio"] + label:empty:before {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.gift-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .gift-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gift-box .gift-item {
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-box .gift-item:after {
    content: "";
    background-color: rgba(224, 0, 19, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}

.gift-box .gift-item:hover:after {
    opacity: 1;
}

.gift-box .gift-item img {
    object-fit: cover;
    width: 100%;
}

.gift-box .gift-item .gift-item--info {
    position: absolute;
    text-align: center;
    width: 100%;
    max-height: 100%;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #ffffff;
    opacity: 0;
    line-height: 18px;
    transition: 0.2s;
}

.gift-box .gift-item:hover .gift-item--info {
    opacity: 1;
}

.green {

    font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    color: #00AA98;
    text-transform: uppercase;
}

* {
    font-synthesis: none;
}

.dark-red {
    font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
    color: #6B0000;
    font-size: 40px;
    text-transform: uppercase;
}

.red {

    font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
    color: #E10014;
    font-size: 40px;
    text-transform: uppercase;

}

.wasser-kl {
    font-family: 'Helvetica-Roman';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background-color: #E00013;
    padding: 10px 40px;
    width: 92%;
}

.wasser-kl:hover {

	font-weight: Bold;
	font-size: 16px;
}


.wasser-link a {

	font-family: 'Helvetica-Oblique';
    -webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #ffffff;
}

.wasser-link a:hover {

	text-decoration: none;
}

.back-left {
    background-image: url(../image/head-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: end;
	padding: 20px 50px;
    background-position: center;
}



.slider {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
}

img.img-responsive {
	max-width: 100%;
	height: 100%;
	width: 100%;

}

.red-section-kalender {
    background: #E00013;
    height: 400px;
    margin-top: -25px;
}

.menu {
	margin-top: 10px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
  .menu {
    text-align: center;
  }
}

.menu li {

	display: inline-block;
    padding: 11px 30px 6px;
	font-size: 0;
}

@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
    padding: 20px 0;
  }

  .menu li {
    padding: 0;
  }

  .menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.menu li a, .menu li span {
  font-family: 'Helvetica-Roman';
    -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

.menu li a:hover {

	color: #E00013;
	text-decoration: none;
	-webkit-text-fill-color: #E00013;;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E00013;
}

.menu li span:hover {

	color: #E00013;
	text-decoration: none;
	-webkit-text-fill-color: #E00013;;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E00013;
}


.red-preis {
  font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
  color: #E10014;
  font-size: 22px;
  text-transform: uppercase;
}


p.wasser-kl a {
  color: #000000;
  text-decoration: none;
}

p.wasser-kl.text-right a .wasser-link {
  font-family: 'Helvetica-Oblique';
    -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #ffffff;
}


/*red section */

.language_picker.active_popup a {
  margin-right: 5px;
}

.language_picker {
  position: absolute;
  /* bottom: -5rem;
  /* transform: translate3d(0, -50%, 0); */
  /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);   */
  transform: translate3d(0, 0%, 0);
  margin-top: -4rem;
  background: none;
  border-radius: 100px;
  width: auto;
  padding: 11px;
  margin-left: -17px;
  background-color: #ffffff;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.language_picker.active_popup {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
  
}

.language_picker:after {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background: #ffffff;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: calc(50% - 10px);
  
}

.inner {
  padding: 30px 0;
  background: #fff;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .before-footer {
    position: relative;
  }
}

.before-footer .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .before-footer .spenden {
    height: 220px;
    margin-top: 70px;
  }
}

.before-footer .spenden img {
  width: 100%;
  transition: 0.3s;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .before-footer .spenden .before-footer-right img {
    transform: scale(1.3);
    right: -60px;
    position: relative;
  }
}

.before-footer .before-footer-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.before-footer .before-footer-left img {
    width: 80%;
    height: auto;
    object-fit: contain;
    margin-top: -30px;
}

.before-footer .before-footer-left img:hover {
    @media screen and (min-width: 768px) {
        transform: rotate(-1deg) scale(1.02);
    }
}

@media screen and (max-width: 767px) {
  .before-footer .before-footer-left {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .before-footer .before-footer-left img {
    left: -20px;
    position: relative;
    transform: scale(1);
  }
}

.before-footer .before-footer-right .before-footer-text:hover img {
    @media screen and (min-width: 768px) {
        transform: rotate(-2deg) scale(1.01);
    }
}

.before-footer .before-footer-text {
  position: relative;
}

.before-footer .before-footer-text .before-footer-text-content {
  position: absolute;
  top: 50px;
  width: 40%;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .before-footer .before-footer-text .before-footer-text-content {
    width: 50%;
  }
}

.before-footer .before-footer-text .before-footer-text-content h4 {
  text-align: left !important;
  letter-spacing: 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 22px;
    font-family: 'Helvetica-Bold';
    -webkit-font-smoothing: antialiased;
}

.before-footer .before-footer-text .before-footer-text-content p {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
}

.before-footer .before-footer-text .before-footer-text-content a {
  color: #ffffff;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .before-footer .before-footer-right {
    margin-bottom: 320px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .before-footer .geschenk-mit-laborutensilien {
    position: absolute;
    right: 180px;
    bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page .before-footer .geschenk-mit-laborutensilien {
    display: none;
  }
}

@media screen and (max-width: 767px) {
    .before-footer .geschenk-mit-laborutensilien {
        display: none;
    }
}

body.sub-page--tuer .before-footer .geschenk-mit-laborutensilien {
  text-align: right;
}

.before-footer .geschenk-mit-laborutensilien img {
    transition: 0.3s;
    transform: rotate(10deg) scale(.8);
}

body.sub-page--tuer .before-footer .geschenk-mit-laborutensilien img {
  width: 50%;
}

@media screen and (max-width: 1199px) {
    .before-footer .geschenk-mit-laborutensilien {
        position: absolute;
        bottom: -120px;
        right: -150px;
    }
    .before-footer .geschenk-mit-laborutensilien img {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 991px) {
    .before-footer .geschenk-mit-laborutensilien {
        bottom: -65px;
        right: -150px;
    }
}

@media screen and (max-width: 767px) {
  .before-footer .geschenk-mit-laborutensilien {
    bottom: 200px;
    right: -110px;
  }
}

.language-flags {
  padding: 70px 0 130px;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .language-flags {
    gap: 22px;
    flex-direction: column;
    text-align: center;
  }
}

.language-flags a,
.language-flags span,
.language-flags img {
  max-width: 100%;
  height: auto;
}

.language-flags img {
  transition: 0.3s;
}

.language-flags a span img:hover {
    @media screen and (min-width: 768px) {
        transform: rotate(6deg);
    }
}

.language-flags a:nth-child(2n) span img:hover {
    @media screen and (min-width: 768px) {
        transform: rotate(-6deg);
    }
}

.footer {
  background-color: #002021;
  background-color: #591002;
}

.footer a {
  color: #FFFFFF;
}

.footer .container .row {
    position: relative;
}

footer#main-footer {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}

:root {
    --main-bg-color: #fff;
    --font-family: 'Montserrat', sans-serif;
    --weight-bold : bold;
    --weight-medium : 500;
    --margin-xxs: 0.5rem;
    --margin-xs: 1rem;
    --margin-s: 1.5rem;
    --margin-l: 2rem;
    --margin-xl: 3rem;
    --margin-xxl: 4rem;
    --margin-xxxl: 5rem;
    --pading-xxs: 0.5rem;
    --pading-xs: 1rem;
    --pading-s: 1.5rem;
    --pading-l: 2rem;
    --pading-xl: 3rem;
    --pading-xxl: 4rem;
    --marginlg: 6rem;
  
     --red :#E00013;
    --white : #ffffff;
    --s_red : #6A0000;
    --green : #21AA98;
  
     --first-title :50px;
     --second-title: 40px;
  }

  body {
    background-color: var(--white);
    background-image: url("../image/general/hintergund_2025.png");
    background-size: cover;
    background-position: center;
  }
  

  .block-calend {
    background: var(--red);
    position: relative;
    min-height: 380px;
    padding: 31px 0px;
	margin-top: -17px;
  }
  
  .block-calend ul li a:hover {
    color: var(--green);
    text-decoration: none;
  }

  .block-calend ul li a {
    color: #000;
    text-decoration: auto;
	font-family: 'Helvetica-Light';
      -webkit-font-smoothing: antialiased;
  }

  .block-calend ul li a.day-active {
    color: var(--red);
    font-family: 'Helvetica-Bold';
      -webkit-font-smoothing: antialiased;
  }

  .block-calend ul li a.day-active:hover {
    color: var(--green);
    text-decoration: none;
  }

  .active-day-overlay {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 4rem;
    margin-top: 1rem;
    font-size: 70px;
  }

  .number-calend ul li {
    font-size: 50px;
    display: inline-block;
    position: absolute;
  }
  .number-calend {
    position: relative;
  } 
  .number-calend ul li:nth-child(1) {
    left: 10rem;
  }
  .number-calend ul li:nth-child(2) {
    left: 23rem;
  }
  .number-calend ul li:nth-child(3) {
    left: 33rem;
  }
  .number-calend ul li:nth-child(4) {
    right: 32rem;
  }
  .number-calend ul li:nth-child(5) {
    right: 20rem;
  }
  .number-calend ul li:nth-child(6) {
    right: 10rem;
  }



  .number-calend2 ul li {
    font-size: 50px;
    display: inline-block;
    position: absolute;
  }
  .number-calend2 {
    position: relative;
  } 
  .number-calend2 ul li:nth-child(1) {
    left: 17rem;
    top: 5rem;
  }
  .number-calend2 ul li:nth-child(2) {
    left: 27rem;
    top: 5rem;
  }
  .number-calend2 ul li:nth-child(3) {
    left: 33rem;
    top: 10rem;
  }
  .number-calend2 ul li:nth-child(4) {
    right: 26rem;
    top: 5rem;
  }
  .number-calend2 ul li:nth-child(5) {
    right: 14rem;
    top: 5rem;
  }
  .number-calend2 ul li:nth-child(6) {
    right: 3rem;
    top: 5rem;
  }



  .number-calend3 ul li {
    font-size: 50px;
    display: inline-block;
    position: absolute;
  }
  .number-calend3 {
    position: relative;
  } 
  .number-calend3 ul li:nth-child(1) {
    left: 10rem;
    top: 10rem;
  }
  .number-calend3 ul li:nth-child(2) {
    left: 23rem;
    top: 10rem;
  }
  .number-calend3 ul li:nth-child(3) {
    left: 40rem;
    top: 5rem;
  }
  .number-calend3 ul li:nth-child(4) {
    right: 32rem;
    top: 10rem;
  }
  .number-calend3 ul li:nth-child(5) {
    right: 20rem;
    top: 10rem;
  }
  .number-calend3 ul li:nth-child(6) {
    right: 10rem;
    top: 10rem;
  }



  .number-calend4 ul li {
    font-size: 50px;
    display: inline-block;
    position: absolute;
  }
  .number-calend4 {
    position: relative;
  } 
  .number-calend4 ul li:nth-child(1) {
    left: 17rem;
    top: 15rem;
  }
  .number-calend4 ul li:nth-child(2) {
    left: 27rem;
    top: 15rem;
  }
  .number-calend4 ul li:nth-child(3) {
    left: 40rem;
    top: 15rem;
  }
  .number-calend4 ul li:nth-child(4) {
    right: 26rem;
    top: 15rem;
  }
  .number-calend4 ul li:nth-child(5) {
    right: 14rem;
    top: 15rem;
  }
  .number-calend4 ul li:nth-child(6) {
    right: 3rem;
    top: 15rem;
  }


  @media screen and (min-width: 768px) and (max-width: 991px) {
    .number-calend ul li:nth-child(1) {
      left: 3rem;
    }
    .number-calend ul li:nth-child(2) {
      left: 10rem;
    }
    .number-calend ul li:nth-child(3) {
      left: 16rem;
    }
    .number-calend ul li:nth-child(4) {
      right: 18rem;
    }
    .number-calend ul li:nth-child(5) {
      right: 10rem;
    }
    .number-calend ul li:nth-child(6) {
      right: 3rem;
    }
    
    
    .number-calend2 ul li:nth-child(1) {
      left: 7rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(2) {
      left: 13rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(3) {
      left: 21rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(4) {
      right: 14rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(5) {
      right: 6rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(6) {
      right: 0rem;
      top: 5rem;
    }
    .number-calend3 ul li:nth-child(1) {
      left: 3rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(2) {
      left: 9rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(3) {
      left: 16rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(4) {
      right: 17rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(5) {
      right: 10rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(6) {
      right: 2rem;
      top: 10rem;
    }

    .number-calend4 ul li:nth-child(1) {
      left: 6rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(2) {
      left: 14rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(3) {
      left: 21rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(4) {
      right: 13rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(5) {
      right: 7rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(6) {
      right: 0rem;
      top: 15rem;
    }
  }


  @media screen and (min-width: 992px) and (max-width: 1100px) {
    .number-calend ul li:nth-child(1) {
      left: 6rem;
    }
    .number-calend ul li:nth-child(2) {
      left: 15rem;
    }
    .number-calend ul li:nth-child(3) {
      left: 24rem;
    }
    .number-calend ul li:nth-child(4) {
      right: 24rem;
    }
    .number-calend ul li:nth-child(5) {
      right: 14rem;
    }
    .number-calend ul li:nth-child(6) {
      right: 6rem;
    }
    
    
    .number-calend2 ul li:nth-child(1) {
      left: 11rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(2) {
      left: 21rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(3) {
      left: 28rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(4) {
      right: 20rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(5) {
      right: 9rem;
      top: 5rem;
    }
    .number-calend2 ul li:nth-child(6) {
      right: 0rem;
      top: 5rem;
    }


    .number-calend3 ul li:nth-child(1) {
      left: 6rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(2) {
      left: 15rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(3) {
      left: 24rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(4) {
      right: 24rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(5) {
      right: 14rem;
      top: 10rem;
    }
    .number-calend3 ul li:nth-child(6) {
      right: 4rem;
      top: 10rem;
    }

    .number-calend4 ul li:nth-child(1) {
      left: 10rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(2) {
      left: 21rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(3) {
      left: 29rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(4) {
      right: 18rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(5) {
      right: 9rem;
      top: 15rem;
    }
    .number-calend4 ul li:nth-child(6) {
      right: 0rem;
      top: 15rem;
    }
  }







/* New Style */



@media screen and (max-width: 767px) {

  .footer ul {
    padding: 0;
}
  .number-calend ul li:nth-child(2) {
    position: absolute !important;
    left: 18rem !important;
}
.number-calend ul li:nth-child(3) {
  position: absolute !important;
  top: 4rem !important;
  left: 7rem !important;
}
.number-calend ul li:nth-child(4) {
left: 17rem !important;
top: 4rem !important;
}

.number-calend ul li:nth-child(5) {
left: -7rem !important;
top: 8rem !important;
}
.number-calend ul li:nth-child(6) {
left: 10rem !important;
top: 8rem !important;
}
.number-calend2 ul li:nth-child(1) {
position: absolute !important;
left: 5rem !important;
top: 8rem !important;
}
.number-calend2 ul li:nth-child(2) {
  left: 21rem !important;
  top: 8rem !important;
}
.number-calend2 ul li:nth-child(3) {
  left: -5rem !important;
  top: 15rem !important;
}
.number-calend2 ul li:nth-child(4) {
  left: 10rem !important;
  top: 15rem !important;
}
.number-calend2 ul li:nth-child(5) {
  left: -6rem !important;
  top: 20rem !important;
}
.number-calend2 ul li:nth-child(6) {
  left: 6rem !important;
  top: 20rem !important;
}
.number-calend3 ul li:nth-child(1) {
  left: 0rem !important;
  top: 20rem !important;
}
.number-calend3 ul li:nth-child(2) {

  left: 12rem !important;
  top: 20rem !important;

}
.number-calend3 ul li:nth-child(3) {
  top: 24rem !important;
}
.number-calend3 ul li:nth-child(4) {
  top: 24rem !important;
  left: 11rem !important;
}
.number-calend3 ul li:nth-child(5) {
top: 28rem !important;
left: -11rem !important;
}
.number-calend3 ul li:nth-child(6) {
top: 28rem !important;
}
.number-calend4 ul li:nth-child(1) {
  left: 0rem !important;
  top: 30rem !important;
}
.number-calend4 ul li:nth-child(2) {
  left: 15rem !important;
  top: 30rem !important;
}
.number-calend4 ul li:nth-child(3) {
  left: -10rem !important;
  top: 34rem !important;
}
.number-calend4 ul li:nth-child(4) {
  top: 35rem !important;
  left: 3rem !important;
}
.number-calend4 ul li:nth-child(5) {
  top: 38rem !important;
  left: -8rem !important;
}

.number-calend4 ul li:nth-child(6) {
  top: 38rem !important;
}
  .block-calend {
    min-height: 900px !important;
}

  .number-calend2 ul li {
  font-size: 50px;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: inline-block;
  position: relative !important;
  right: 0 !important;
  }
  .number-calend3 ul li {
    top: 0 !important;
    bottom: 0 !important;
    font-size: 50px;
    left: 0 !important;
    display: inline-block;
    position: relative !important;
    right: 0 !important;
  }
  .number-calend4 ul li {
    top: 0 !important;
    bottom: 0 !important;
    font-size: 50px;
    left: 0 !important;
    display: inline-block;
    position: relative !important;
    right: 0 !important;
  }
  .number-calend ul li {
    top: 0 !important;
    bottom: 0 !important;
    font-size: 50px;
    left: 0 !important;
    display: inline-block;
    position: relative !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 467px) { 

  .block-calend {
    min-height: 1070px !important;
}
  .number-calend ul li:nth-child(2) {
    position: absolute !important;
    left: 17rem !important;
}
.number-calend ul li:nth-child(3) {
  position: absolute !important;
  top: 5rem !important;
  left: 6rem !important;
}
  .number-calend4 ul li:nth-child(6) {
    top: 12rem !important;
}
.number-calend4 ul li:nth-child(5) {
  top: 9rem !important;
  left: -8rem !important;
}
.number-calend ul li:nth-child(4) {
left: 12rem !important;
top: 5rem !important;
}
.number-calend ul li:nth-child(5) {
left: -4rem !important;
top: 10rem !important;
}
.number-calend ul li:nth-child(6) {
left: 4rem !important;
top: 10rem !important;
}
.number-calend2 ul li:nth-child(1) {
position: absolute !important;
left: 5rem !important;
top: 10rem !important;
}
.number-calend2 ul li:nth-child(2) {
left: 11rem !important;
top: 10rem !important;
}
.number-calend2 ul li:nth-child(3) {
left: 0rem !important;
top: 15rem !important;
}
.number-calend2 ul li:nth-child(4) {
left: 9rem !important;
top: 15rem !important;
}
.number-calend2 ul li:nth-child(5) {
top: 20rem !important;
left: -3rem !important;
}

.number-calend2 ul li:nth-child(6) {
left: 1rem !important;
top: 20rem !important;
}
.number-calend3 ul li:nth-child(2) {
left: 6rem !important;
top: 10rem !important;
}
.number-calend3 ul li:nth-child(1) {
left: 0rem !important;
top: 20rem !important;
}
.number-calend3 ul li:nth-child(2) {
left: 10rem !important;
top: 20rem !important;
}
.number-calend3 ul li:nth-child(3) {
top: 26rem !important;
}
.number-calend3 ul li:nth-child(4) {
top: 26rem !important;
left: 5rem !important;
}
.number-calend3 ul li:nth-child(5) {
top: 32rem !important;
left: -7rem !important;
}
.number-calend3 ul li:nth-child(6) {
top: 32rem !important;
}
.number-calend4 ul li:nth-child(1) {
left: 3rem !important;
top: 32rem !important;
}
.number-calend4 ul li:nth-child(2) {
left: 8rem !important;
top: 32rem !important;
}
.number-calend4 ul li:nth-child(3) {
left: -5rem !important;
top: 39rem !important;
}
.number-calend4 ul li:nth-child(4) {
top: 39rem !important;
left: 3rem !important;
}
.number-calend4 ul li:nth-child(5) {
top: 45rem !important;
left: -13rem !important;
}
.number-calend4 ul li:nth-child(6) {
top: 45rem !important;
left: 0rem !important;
}

}




@media screen and (min-width: 2150px) {  
.red-section-kalender {
  margin-top: -33px;
}
}


@media screen and (max-width: 991px) and (min-width: 768px){
.block-calend {
  height: 338px !important;
}
.back-left {
  padding: 15px 15px !important;
}
.green {
  font-size: 27px !important;
}
.dark-red {
  font-size: 27px !important;
}
.red {
  font-size: 27px !important;
}
}

@media screen and (max-width: 890px) and (min-width: 765px)  { 
.block-calend {
  height: 380px !important;
}
}

@media screen and (max-width: 767px) {    

.green {
  font-size: 25px !important;
}
.dark-red {
  font-size: 25px !important;
}
.red {
  font-size: 25px !important;
}
.back-left {
  text-align: left !important;
  padding: 10px 20px !important;
}

.big-screen {

  display: none !important;
}

.small-screen {

  display: block !important;
}

}



@media screen and (max-width: 650px) {


.green {
  font-size: 19px !important;
}
.dark-red {
  font-size: 19px !important;
}
.red {
  font-size: 19px !important;
}

.wasser-kl {

  font-size: 13px;
}

}





@media (min-width: 1500px) {
.container-2 {
  max-width: 1320px;
  margin: 0 auto;
}
}



@media (max-width: 1499px) {
  .container-2 {
    max-width: 1270px;
    margin: 0 auto;
  }
  }

@media (max-width: 767px) {
  .container-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}


  /*NEW CSS */


@media screen and (max-width: 767px) and (min-width: 468px){ 

.number-calend ul li:nth-child(2) {
  position: absolute !important;
  left: 18rem !important;
}
.number-calend ul li:nth-child(3) {
position: absolute !important;
top: 4rem !important;
left: 7rem !important;
}
.number-calend ul li:nth-child(4) {
left: 17rem !important;
top: 4rem !important;
}

.number-calend ul li:nth-child(5) {
left: -7rem !important;
top: 8rem !important;
}
.number-calend ul li:nth-child(6) {
left: 10rem !important;
top: 8rem !important;
}
.number-calend2 ul li:nth-child(1) {
position: absolute !important;
left: 5rem !important;
top: 8rem !important;
}
.number-calend2 ul li:nth-child(2) {
left: 21rem !important;
top: 8rem !important;
}
.number-calend2 ul li:nth-child(3) {
left: -5rem !important;
top: 15rem !important;
}
.number-calend2 ul li:nth-child(4) {
left: 10rem !important;
top: 15rem !important;
}
.number-calend2 ul li:nth-child(5) {
left: -6rem !important;
top: 20rem !important;
}
.number-calend2 ul li:nth-child(6) {
left: 6rem !important;
top: 20rem !important;
}
.number-calend3 ul li:nth-child(1) {
left: 0rem !important;
top: 20rem !important;
}
.number-calend3 ul li:nth-child(2) {

left: 12rem !important;
top: 20rem !important;

}
.number-calend3 ul li:nth-child(3) {
top: 24rem !important;
}
.number-calend3 ul li:nth-child(4) {
top: 24rem !important;
left: 11rem !important;
}
.number-calend3 ul li:nth-child(5) {
top: 28rem !important;
left: -11rem !important;
}
.number-calend3 ul li:nth-child(6) {
top: 28rem !important;
}
.number-calend4 ul li:nth-child(1) {
left: 0rem !important;
top: 30rem !important;
}
.number-calend4 ul li:nth-child(2) {
left: 15rem !important;
top: 30rem !important;
}
.number-calend4 ul li:nth-child(3) {
left: -10rem !important;
top: 34rem !important;
}
.number-calend4 ul li:nth-child(4) {
top: 35rem !important;
left: 3rem !important;
}
.number-calend4 ul li:nth-child(5) {
top: 38rem !important;
left: -8rem !important;
}

.number-calend4 ul li:nth-child(6) {
top: 38rem !important;
}
}






/* end newy style*/



 



  @media screen and (max-width: 767px) {
    .number-calend2 ul li {
      font-size: 50px;
      display: inline-block;
      position: relative;
    }
    .number-calend3 ul li {
      font-size: 50px;
      display: inline-block;
      position: relative;
    }
    .number-calend4 ul li {
      font-size: 50px;
      display: inline-block;
      position: relative;
    }
    .number-calend ul li {
      font-size: 50px;
      display: inline-block;
      position: relative;
    }
  }



@media screen and (min-width: 2150px) {  
	.red-section-kalender {
		margin-top: -33px;
	}
  }


@media screen and (max-width: 991px) and (min-width: 768px){
	.back-left {
		padding: 15px 15px !important;
	}
	.green {
		font-size: 27px !important;
	}
	.dark-red {
		font-size: 27px !important;
	}
	.red {
		font-size: 27px !important;
	}
}

@media screen and (max-width: 767px) {    
 
	.green {
		font-size: 25px !important;
	}
	.dark-red {
		font-size: 25px !important;
	}
	.red {
		font-size: 25px !important;
	}
	.back-left {
		text-align: left !important;
		padding: 10px 20px !important;
	}

	.big-screen {

		display: none !important;
	}

	.small-screen {

		display: block !important;
	}

}



@media screen and (max-width: 650px) {    


	.green {
		font-size: 19px !important;
	}
	.dark-red {
		font-size: 19px !important;
	}
	.red {
		font-size: 19px !important;
	}

	.wasser-kl {

		font-size: 13px;
	}

}


@media (min-width: 1500px) {
	.container-2 {
		max-width: 1320px;
		margin: 0 auto;
	}
  }



  @media (max-width: 1499px) {
    .container-2 {
      max-width: 1270px;
      margin: 0 auto;
    }
    }



.overlay-container-geschenke{
	max-width: 1600px;
}

@media screen and (max-width: 769px){
	.overlay-content{
		border-radius: 0;
	}

	.main{
		height: auto;
		padding-bottom: 2vw;
	}

	.overlay-container-geschenke{
		width: 90%;
	}
}

.container-icon{
	max-width: 960px;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%
}

.overlay-container-infotext .overlay-content .row.question, .overlay-container-question .overlay-content .row.question, .overlay-container-not-active .overlay-content .row.question{
	min-height: 1vw;
}

.roth_carlchen {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 998;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .roth_carlchen {
        display: none;
    }
}

.overlay-container-anleitung .overlay-content p,
.overlay-container-x .overlay-content p {
	font-size: 1em;
}

@media screen and (max-width:767px) {
  .text-anleitung,
  .text-popup,
  .text-language {
    /*padding: 0 50px;*/
    padding: 0 0px;
  }
}

.overlay-content object{
	position: absolute;
}

.overlay-container-anleitung .font-red-new-bold-title,
.overlay-container .font-red-new-bold-title {
  margin: 40px 0;
  display: block;
}

.text-popup .merry-x-mas--image {
  position: absolute;
  right: 0;
  top: -20px;
  left: calc(50% - 50px);
}

.text-popup .geschenke--image {
    position: absolute;
    top: -50px;
    right: 160px;
}

@media screen and (max-width:767px) {
  .text-anleitung .merry-x-mas--image,
  .text-popup .merry-x-mas--image {
    position: unset;
  }

  .text-anleitung .merry-x-mas--image img,
  .text-popup .merry-x-mas--image img {
    width: 70%;
    margin-left: -20px;
    height: auto;
  }

  .text-surprise {
      padding-top: 160px;
  }

  .text-surprise .geschenke--image {
      right: unset;
  }

  .overlay-container-anleitung .modal-content,
  .overlay-container-language .modal-content {
    overflow-x: clip;
  }
}

.text-anleitung .font-red-new-bold-title,
.text-popup .font-red-new-bold-title {
  /*max-width: 60%;*/
}

@media screen and (max-width: 767px) {
  .text-anleitung .font-red-new-bold-title,
  .text-popup .font-red-new-bold-title {
    max-width: 100%;
  }
}

.follow-us {
  padding-bottom: 100px;
}

.follow-us .follow-us--title {
  color: #E00013;
  font-size: 20px;
  line-height: 22px;
  margin-top: 54px;
    text-align: left;
}

.follow-us .follow-us--content {
  display: flex;
  gap: 7px;
  margin-top: 20px;
}

.follow-us .follow-us--content a {
    transition: 0.3s;
}

.follow-us .follow-us--content a:hover {
    transform: rotate(6deg);
}



.text-anleitung p a,
.text-popup p a {
    color: #591002;
}

@media screen and (min-width:769px) {
	.overlay-content {
		top:12.5%;
	}
}

@media screen and (min-width: 1440px){
	.overlay-container-infotext .overlay-content, .overlay-container-question .overlay-content, .overlay-container-not-active .overlay-content, .container-icon{
		max-width: 1200px;
	}
}

.text.question {
	min-height:300px;
	padding: 1rem ;
}

.text .question-door {
	font-size:2rem;
	padding-top:50px;
}

.question-number {
	font-family: 'Roboto-Bold-webfont',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
	font-weight: 600;
	color: #fff;
	width: calc(16.6667% + 1.5rem);
	height:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.overlay-container-infotext .question-number, .overlay-container-question .question-number{
	position: absolute;
}

.question-number .number{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	font-size: 2rem;
	text-align: center;
}

/* .question-number.question2, .question-number.question3, .question-number.question4, .question-number.question9, .question-number.question23{
	background: transparent url(../image/Pfad\ 109.png) no-repeat 50% 100%/175px auto;
	left: 34px;
    bottom: 4rem;
} */

/* .question-number.question22, .question-number.question16, .question-number.question17, .question-number.question21, .question-number.question5{
	background: transparent url(../image/Pfad\ 109.png) no-repeat 50% 100%/175px auto;
	left: 4px;
    bottom: 97px;
} */

/* .question-number.question13, .question-number.question12, .question-number.question8, .question-number.question7, .question-number.question11{
	background: transparent url(../image/Pfad\ 109.png) no-repeat 50% 100%/60px auto;
} */



/* .question-number.question24, .question-number.question19, .question-number.question1, .question-number.question15, .question-number.question14{
	background: transparent url(../image/Pfad\ 109.png) no-repeat 50% 100%/150px auto;
	left: 11px;
    bottom: 42px;
}

.question-number.question10 .number, .question-number.question6 .number, .question-number.question20 .number, .question-number.question10 .number, .question-number.question18 .number{
	bottom: 100px;
} */



.container-geschenke .overlay-subtitle{
	position: relative;
	z-index: 2;
	margin: auto;
	font-size: 1em;
	padding: 0;
	color: #fff;
}

.container-geschenke .question-number{
	z-index: 5;
	margin: 50px auto 15px;
	font-size: 1.2rem;
	right: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #e30613;
	color: #fff;
	border-radius: 50%;
}

.questiontext {
	font-size: 1em;
	margin-top: 20px !important;
}

@media screen and (min-width: 992px){
	.question-number.anleitung{
		background-size: 100px auto;
		width: 100px;
		height: 120px;
		margin-top: 60px;
		bottom: 0;
		top: initial;
	}
	.text.question {
		padding: 0 3rem !important;
	}
}

@media screen and (min-width: 1200px){
	.question-number.anleitung{
		background-size:120px auto;
		width: 120px;
		height: 150px;
	}
}


.close:hover, .close:focus {
	opacity: 1;
}

.close:hover {
  transform: rotate(10deg);
}

.header-element{
	z-index: 1001;
	left: 0;
	right: 0;
}

@media screen and (max-width: 969px){

	img.overlay-bild {
		margin-left: 5rem !important;
		margin-top: 5rem !important;
	}
}

@media screen and (max-width: 1050px){

	.intro {
		margin-left: 7rem !important;
		margin-top: 5rem !important;
	}
}


@media screen and (max-width: 768px){

	.overlay-bild.intro {
		width: 50% !important;
	}

	.next-day-t-pg {
		padding: 50px;
	}
}


@media screen and (max-width: 1229px){

	.overlay-bild.intro_2 {
		margin-left: 4rem;
	}
}

@media screen and (max-width: 533px){

	.overlay-bild.intro_2 {
		width: 20%;
	}
}


@media screen and (max-width: 768px){

img.overlay-bild {
    margin-left: 2rem !important;
    margin-top: 1rem !important;
    width: 14%;
}

}

img.overlay-bild {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 8rem;
    margin-top: 8rem;
}

.text .question-door {
	position:absolute;
	bottom:5%;
	right:5%;
}

.before-footer {
    width: 100%;
    padding-bottom: 68px;
}

.main-footer {
  z-index: 998;
  position: relative;
}

@media screen and (min-width: 768px) {
    .main-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .main-footer .footer .container .row {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
.content .overlay + .main-footer-x {
bottom: 0;
position: fixed;
width: 100%;
}
body {
  background-color: #591002;
}
  
#main-footer + .content {
  height: auto;
  height: 100vh;
  overflow: auto;
  position: fixed;
}
  
#main-footer + .content .overlay,
  #main-footer + .content .overlay-content {
  position: relative;
}

  
}

.container-footer{
	margin: auto;
	overflow: hidden;
	position: absolute;
	z-index: 102;
	background: transparent url(../imgage/general/footer-element.svg) no-repeat 50% 100%/100% auto;
	background: transparent url(../img/footer-element.svg) no-repeat 50% 100%/100% auto;
}

@media screen and (min-width: 992px){
	.overlay-container-geschenke .close{
		right: 40px;
		top: 40px;
	}
}

@media screen and (min-width: 1200px){
	.overlay-container-geschenke .close{
		right: calc(41.6667% - 375px);
		top: 15px;
	}
}


.font-green {

	color: #00AA98;
}

.roth-footer {
    position: absolute;
    margin-top: -15rem;
    margin-left: -11rem;
}

@media screen and (max-width: 1699px){
	.roth-footer {
		position: absolute;
		margin-top: -11rem;
		margin-left: -3rem;
	}
}

@media screen and (max-width: 1399px){
	.roth-footer {
		position: absolute;
		margin-top: -5rem;
		margin-left: 10rem;
	}

	img.gruppe26 {
		max-width: 65%;
	}

	.small-screen {
		font-size: 1rem !important;
	}
	
}

@media screen and (max-width: 1199px){
	.roth-footer {
		margin-left: 6rem;
	}
	
}

@media screen and (max-width: 991px){
	.roth-footer {
		margin-left: -2rem;
	}
	
}


.f_roth__text {
	position: relative;
    max-width: 297px;
    text-align: left;
    margin-top: 1rem;
    margin-left: -3rem;
}


.red-preis {
  font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
  color: #E10014;
  font-size: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px){
	.f_roth__text {
		
		display: none;
	}

}

@media screen and (max-width: 575px){
  .active-day-overlay {
    margin-top: -1rem !important;
}
	
}


@media screen and (max-width: 479px){

	.close {

		background: none !important;
	}

	.close-popup {
		width: 100%;
	}
}
/*responsive*/
.visible_tab {
	display: none;
}

.img-21 img {
  margin-top: 30px;
}

@media screen and (max-width: 990px) and (min-width: 768px) {
  .img-16 {
	  margin-top: 0 !important;
  }
  .blck-1 {
	  margin-top: 0 !important;
  }
  .invisble {
	  display: none;
  }
  .image-10 {
	  margin-top: 0 !important;
  }
  .blck-10 {
	  margin-top: 0 !important;
  }
  .blck-4 {
	  margin-top: 0 !important;
  }
  .blck-18 {
	  margin-top: 0 !important;
  }
  .blck-8 {
	  margin-top: 0 !important;
  }
  .blck-22 {
	  margin-top: 0 !important;
  }
  .blck-14 {
	  margin-top: 0 !important;
  }
  .image-1 {
	  margin-top: 0 !important;
  }
	 .blck-7 {
	  margin-top: 0px !important;
  }
  .image-22 {
	  margin-left: 0 !important;
  }
  .img-21 img {
	  margin-top: 0px;
  }
  
  .visible_tab {
	  display: block !important;
  }
  .invisible_tab {
	  display: none;
  }
  .img-15 img {
	  margin-top: 0px !important;
	  margin-left: 0px !important;
  }
  .img-19 img {
	  margin-top: 0px !important;
  }
  .img-24 img {
	  margin-top: 0px !important;
	  margin-left: 0px !important;
  }
  .img-13 img {
	  margin-top: 14px !important;
  }
  .img-6 img {
	  margin-top: 0px !important;
  }
  .img-7 img {
	  margin-top: 0px !important;
	  margin-left: 0px !important;
  }
  .img-20 img {
	  margin-right: 0px !important;
  }
  .image-10 img {
	  margin-top: 0px !important;
  }
}





/*schnee */

 @media not all and (min-resolution:.001dpcm) { 
    .snow4 {
         
		height: unset !important;
        
    }
} 

   .snow1 {
    background:url(../image/snow.png);
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    animation: animateOne 20s infinite linear;
    filter: blur(1.6px);
	z-index: -1;

}
.snow2 {
    background:url(../image/snow.png);
    background-repeat: repeat;
    width: 100%;
    height: 120vh;
    position: absolute;
    top: 100%;
    left: 0;
    animation: animateTwo 20s infinite linear;
    background-size: 800px;
    filter: blur(1px);
	display: none;
}

.snow3 {
    background:url(../image/snow.png);
    background-repeat: repeat;
    width: 100%;
	height: 120vh;
    position: absolute;
    /* top: 0; */
    left: 0;
    animation: animateThree 10s infinite linear;
    background-size: 800px;
    filter: blur(2px);
	display: none;
	z-index: -1;

}

.snow-large-screen {
	height: 570px;
}

@media screen and (max-width: 766px) {

	.snow2 {
		display: block;
	}
	
}

/* @media screen and (max-width: 1298px) and (min-width: 992px) {

	.snow3 {
		display: block;
	}
	
} */

@media screen and (max-width: 1699px) {

	.snow-medium-screen {
		height: 512px !important;
	}
	
}

.snow4 {
    background:url(../image/snow.png);
    background-repeat: repeat;
    width: 100%;
   	height: 200px;
    position: absolute;
    left: 0;
    animation: animatefour 20s infinite linear;
    background-size: 800px;
    filter: blur(1px);
	z-index: -1;

}


@keyframes animateOne {
    
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100px 650px;
    }
}

@keyframes animateTwo {
    
    0% {
        background-position: 0px -100px;
    }

    100% {
        background-position: 0px 650px;
    }
}

@keyframes animateThree {
    
    0% {
        background-position: 0px 100px;
    }

    100% {
        background-position: 300px 650px;
    }
} 
@keyframes animatefour {
    
    0% {
        background-position: 0px 100px;
    }

    100% {
        background-position: 300px 650px;
    }
}  
  


@keyframes rotate { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@keyframes rotate-2 { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}


  .anim {
    animation: spin 4s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  @keyframes spin {
    0% {
        transform: rotateY(0turn);
    }
   
    100% {
        transform: rotateY(3turn);
      }
  }

  .anim-rotate {

	animation: rotate 10s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-2 {

	animation: rotate 11s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-3 {

	animation: rotate 7s cubic-bezier(.64, .19, .25, .86) infinite; 
  }

  .anim-rotate-4 {

	animation: rotate 9s cubic-bezier(.84, .13, .40, .96) infinite; 
  }
  .anim-rotate-5 {

	animation: rotate 12s cubic-bezier(.94, .22, .35, .76) infinite; 
  }

  .anim-rotate-6 {

	animation: rotate 8s cubic-bezier(.64, .19, .25, .86) infinite; 
  }
  
  .anim-rotate-7 {

	animation: rotate 10s cubic-bezier(.64, .19, .25, .86) infinite; 
  }

  .anim-rotate-8 {

	animation: rotate 13s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-9 {

	animation: rotate 12s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-10 {

	animation: rotate 9s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-11 {

	animation: rotate 8s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  
  .anim-rotate-12 {

	animation: rotate 11s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse {

	animation: rotate-2 23s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-2 {

	animation: rotate-2 10s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-reverse-3 {

	animation: rotate-2 22s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-4 {

	animation: rotate-2 20s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-reverse-5 {

	animation: rotate-2 60s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-6 {

	animation: rotate-2 40s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-reverse-7 {

	animation: rotate-2 10s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-8 {

	animation: rotate-2 22s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-reverse-9 {

	animation: rotate-2 15s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-10 {

	animation: rotate-2 15s cubic-bezier(.74, .10, .30, .96) infinite; 
  }

  .anim-rotate-reverse-11 {

	animation: rotate-2 20s cubic-bezier(.84, .13, .40, .96) infinite; 
  }

  .anim-rotate-reverse-12 {

	animation: rotate-2 10s cubic-bezier(.74, .10, .30, .96) infinite; 
  }


  .img-2  {
    animation-delay: 2s;
  }

  .img-3  {
    animation-delay: 2s;
  }

  .invisible_tab {
	animation-delay: 4s;
  }

  .img-4  {
    animation-delay: 9s;
  }

  .img-5  {
    animation-delay: 2s;
  }
  .img-6  {
    animation-delay: 4s;
  }

  .img-7  {
    animation-delay: 5s;
  }

  .img-8  {
    animation-delay: 2s;
  }

  .image-10  {
    animation-delay: 5s;
  }
  .img-11  {
    animation-delay: 3s;
  }

  .img-13  {
    animation-delay: 2s;
  }

  .img-14 {
    animation-delay: 2s;
  }
  .img-15  {
    animation-delay: 5s;
  }

  .img-16 {
    animation-delay: 9s;
  }

  .img-17 {
    animation-delay: 8s;
  }

  .img-18 {
    animation-delay: 9s;
  }


  .img-19 {
    animation-delay: 8s;
  }
  .img-20 {
    animation-delay: 3s;
  }

  .img-21  {
    animation-delay: 2s;
  }

  .image-23  {
    animation-delay: 3s;
  }


  .surprise_kalender_image {
	  max-width: 78%;  
  }


  
@media screen and (max-width: 575px) {

	.surprise-title {
		margin-top: 2rem;
	}

	.surprise_kalender_image {
		max-width: 40%;
		
	}

	.surprise_kalender_image.center {
		margin-top: 1rem;
		
	}
	.surprise_kalender_image.last {
		margin-top: 2rem;
	
	}
}


.surprise-details {

	margin-top: 1rem;
}


 .container.overlay-content.modal-content {
	z-index: 9999999999;
} 


.green-foots {
    position: relative;
    float: right;
    margin-top: -14rem;
    right: -13rem;
}

@media screen and (max-width: 1699px) {

	.green-foots {
	
		margin-top: -15rem;
		right: -6rem;
	}

	
}

@media screen and (max-width: 1399px) {

	.green-foots {
		position: relative;
    	float: right;
    	margin-top: -9rem;
    	right: 8rem;
	}

	.green-foots svg {
		width: 150px;
		height: 111px;
	}
	
}

@media screen and (max-width: 1199px) {

	.green-foots {
		position: relative;
    	float: right;
		margin-top: -9rem;
		right: 4rem;
	}

}
@media screen and (max-width: 990px) {

	.green-foots {
		right: -4rem;
	}

}

/* #upper g, #lower g {
    opacity: 0;
    animation: fadeIn, fadeOut;
    animation-duration: 9s, 9s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  @keyframes fadeIn {
    10% {opacity: 1};
    100% {opacity: 1};
  }
  @keyframes fadeOut {
    25% {opacity: 0};
    100% {opacity: 0};
  } */

  #upper g, #lower g {

    opacity: 0;
	animation: fadeIn 9s forwards infinite;
  }

  @keyframes fadeIn {
    10% {opacity: 1};
    25% {opacity: 0};
    100% {opacity: 1};
    100% {opacity: 0};
  }
  
   #upper g:first-child {
    animation-delay: 0.5s, 3.5s;
  }

  #upper g:nth-child(2) {
    animation-delay: 1.5s, 4.5s;
  }

  #upper g:nth-child(3) {
    animation-delay: 2.5s, 5.5s;
  }
  #upper g:nth-child(4) {
    animation-delay: 3.5s, 6.5s;
  }

  #upper g:nth-child(5) {
    animation-delay: 4.5s, 7.5s;
  }
  #upper g:nth-child(6) {
    animation-delay: 5.5s, 8.5s;
  }

  #upper g:nth-child(7) {
    animation-delay: 6.5s, 9.5s;
  }
  #upper g:nth-child(8) {
    animation-delay: 7.5s, 10.5s;
  }

  #upper g:nth-child(9) {
    animation-delay: 9s, 11.5s;
}

  #lower g:first-child {
    animation-delay: 9.5s, 12s;  
  }
 
  #lower g:nth-child(2) {
    animation-delay: 10s, 13s;
  }

  #lower g:nth-child(3) {
    animation-delay: 11s, 14s;  
  }
 
  #lower g:nth-child(4) {
    animation-delay: 12s, 15s;
  }

  #lower g:nth-child(5) {
    animation-delay: 13s, 16s;  
  }


  #lower g:nth-child(6) {
    animation-delay: 14s;
  }
 
  #lower g:nth-child(7) {
    animation-delay: 15s;
  }

  #lower g:nth-child(8) {
    animation-delay: 16s;
  } 



  /*New css*/


.min-height-overlay {

	min-height: 60vh !important;
    padding-bottom: 10rem;
}

.font-dark-new-bold-title {
  font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
  color: #5C348A;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .font-dark-new-bold-title {
    font-size: 20px;
    line-height: 18px;
  }
}

.font-red-new-bold-title {
  font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
  color: #E00013;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .font-red-new-bold-title {
    font-size: 20px;
    line-height: 18px;
  }
}

.font-green-bold-title {

	font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
	color: #00AA98;
	text-transform: uppercase;

}

.font-bordeaux-title {

	color: #FFFFFF;
	font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 2.3rem !important;

}

.font-red-title {
	color: #FFFFFF;
	font-family: 'Helvetica-Bold-Oblique';
    -webkit-font-smoothing: antialiased;
	font-size: 2.4rem;
	text-transform: uppercase;

}

.text-overlay-bordeaux {
	color: #FFFFFF;
	font-size: 19px;

}





.pfad-r-bild.geschenke-pfad {

	top: 28rem;

}

.geschebke-pfad-110 {

	margin-top: -1rem !important;
}

img.pfad-dr-bild.pfad-frueh {
    right: 6rem;
    top: 14rem;
}

img.pfad-green-right {
    position: absolute;
    right: 65px;
    top: 6rem;
}

img.pfad-green-right.current-day {
    top: 5rem;
    right: -2rem;
}


img.pfad-green-right.spaet-day {

	right: -3rem;
    top: 1rem;

}

img.pfad-green-right.surprise-overlay {

	top: 4rem;
	right: -5rem;

}

.cuurent-day-bordeaux {


	top: 26rem !important;
}

.current-day-rightpfad {


	top: 14rem !important;
}

img.pfad-r-bild.frueh-pfad {
    top: 30rem !important;
}

img.pfad-green-right.pfad-green-freuh {
    right: 62px !important;
}

.overlay .d-inline-block {
  display: block;
}

.question-block {
  position: relative;
}
.question-block .question-block--inner {

}

.question-block .question-block--inner .question-blocks--day {

}

.question-block .question-block--inner .question-blocks {
  position: relative;
}

.question-block.correct .question-block--inner .queston-block--day .image, .question-block.incorrect .question-block--inner .queston-block--day .image {
    margin-top: 50px;
}

.question-block.correct .question-block--inner .queston-block--day .image img {
    width: 120%;
    transform: rotate(20deg);
    height: auto !important;
}

.question-block.correct .follow-us, .question-block.incorrect .follow-us {
    @media screen and (max-width: 767px) {
        margin: 0 50px;
    }
}

.question-block .question-block--inner .question-blocks .question-block--left:after {
  content: "";
  background: url("../image/general/ROTH-Adv_2025_Sprechblase_2.svg");
  background-size: 100% 100%;
  background-size: 95% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}

.question-block .question-block--inner .question-blocks .question-block--left {
    width: 70%;
    padding: 120px 100px 120px 70px;
    z-index: 1;
    position: relative;
    min-height: 430px;
}

@media screen and (max-width: 767px) {
    .question-block .question-block--inner .question-blocks .question-block--left {
        padding: 110px 30px 110px 70px;
        min-height: 250px;
    }
}

@media screen and (max-width: 767px) {
  .question-block .question-block--inner .question-blocks .question-block--left:after {
    /*width: 200%;*/
  }
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 480px) {
    .question-block .question-block--inner .question-blocks .question-block--left.question:after {
        width: 150%;
        left: 0;
    }
}

.question-block .question-block--inner .question-blocks .question-block--left:hover:after {
    @media screen and (min-width: 768px) {
        transform: rotate(3deg);
    }
}

@media screen and (max-width: 767px) {
    .question-block .question-block--inner .question-blocks .question-block--left {
        padding-left: 70px !important;
        background-size: unset;
        overflow-x: clip;
        width: calc(100% + ((100vw - 100%) / 2) + 21px) !important;
        left: unset;
    }
}
@media screen and (max-width: 575px) {
    .question-block .question-block--inner .question-blocks .question-block--left {
        width: calc(100% + ((100vw - 100%) / 2)) !important;
    }
}
@media screen and (max-width: 767px) {
    .question-block .question-block--inner .question-blocks .question-block--left.question {
        left: unset;
    }
}

.question-block .question-block--inner .question-blocks .question-block--left .question-block--content {
  max-width: 80%;
  max-width: 90%;
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 480px) {
  .question-block .question-block--inner .question-blocks .question-block--left .question-block--content {
    max-width: 100%;
  }
}

.question-block .question-block--inner .question-blocks .question-block--left .question-block--content h2 {
  color: #ffffff;
  text-align: left !important;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .question-block .question-block--inner .question-blocks .question-block--left .question-block--content h2 {
    font-size: 20px;
    line-height: 18px;
  }
}

.question-block .question-block--inner .question-blocks .question-block--left .question-block--content p {
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
}

.question-block .question-block--inner .question-blocks .question-block--right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  min-height: 400px;
}

@media screen and (max-width: 767px) {
  .question-block .question-block--inner .question-blocks .question-block--right {
    position: unset;
    width: 100%;
    min-height: unset;
    transform: unset;
      margin-top: 50px;
  }
}

.question-block .question-block--inner .question-blocks .question-block--right img {
  width: 100%;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .question-block--right img {
    position: relative;
    max-width: calc(100% + 40px);
    left: -50px;
    height: auto;
  }
}

.answer-form {
  display: flex;
  gap: 55px;
  padding: 0 50px;
  margin-top: 20px;
}
.answer-form > div:not(.answer-choices--left, .answer-choices--right) {
  display: none;
}

@media screen and (max-width: 767px) {
  .answer-form {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
    margin-bottom: 50px;
  }
}

.answer-choices--left {
  flex: 1 1;
}

.answer-choices--right {
  flex: 1 1;
}

.queston-block--day {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -160px !important;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-block.early .queston-block--day {
    left: unset;
    right: -50px;
}

.more-page .question-block .queston-block--day {
    left: unset;
    right: 50px;
    margin-top: 40px;
}

b, strong {
    font-weight: bold;
    font-family: 'Helvetica-Bold';
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .queston-block--day {
    left: calc(50% - 50px);
    top: -110px;
  }
}

.early .queston-block--day {
  top: 0;
}

@media screen and (max-width: 767px) {
  .early .queston-block--day {
    left: 0 !important;
    top: -80px !important;
      right: unset !important;
    transform: unset;
  }
    .early .question-block--left {
        margin-top: 40px;
    }
}

.queston-block--day .image {
  transition: 0.3s;
}

.queston-block--day .image img {
    width: 80%;
    height: auto !important;
}

.queston-block--day:hover .image {
    @media screen and (min-width: 768px) {
        transform: rotate(3deg);
    }
}

@media screen and (max-width: 767px) {
  .queston-block--day .image img {
    transform: scale(0.7);
  }
}

.queston-block--day .day {
    font-family: 'Helvetica-Roman';
    -webkit-font-smoothing: antialiased;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #21AA98;
  font-size: 40px;
  color: #ffffff;
  margin-top: -40px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .queston-block--day .day {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 24px;
  }
}

.question-block--right .red-oblique {
  transform: rotate(-4deg);
}

@media screen and (max-width: 767px) {
  .question-block--right .red-oblique {
    margin-bottom: 10px;
    margin-left: -100px;
  }
}

@media screen and (max-width: 1900px) { 

	img.pfad-r-bild.frueh-pfad {
		top: 24rem !important;
	}

	img.pfad-green-right.pfad-green-freuh {
		top: 5rem !important;
		right: 80px !important;
		margin-right: -3rem;
	}

	img#display-none {
		top: 26rem !important;
	}

	img.pfad-dr-bild.spaet-pfad-bild {
		top: 7rem;
	}

	img.pfad-green-right.spaet-day {
		top: -2rem;
	}

	.cuurent-day-bordeaux {


		top: 30rem !important;
	}
	
}

@media screen and (max-width: 2500px) {   

	img.pfad-r-bild.frueh-pfad {
		top: 26rem !important;
	}

	img.pfad-green-right.pfad-green-freuh {
		right: 23px !important;
	}

	img.pfad-green-right.spaet-day {

		top: -1rem;
	}

}



 @media screen and (min-width: 2300px) {  


  .cuurent-day-bordeaux.big-screen-pfad{
    top: 31rem !important;
  }

  img.pfad-green-right.current-day {
    top: 8rem;
    right: -2rem;
  }

  .current-day-rightpfad {
    top: 20rem !important;
  }

  .d-inline-block.questiontext.mb-4.text-center.mx-auto.mt-lg-5.pb-3.position-relative {
    margin-top: 48px !important;
  }
  

} 


@media screen and (max-width: 1900px) {   

	img.pfad-green-right.pfad-green-freuh {
		right: 74px !important;
	}

}

@media screen and (min-width: 1900px) {  


	.cuurent-day-bordeaux {
		top: 27rem !important;
	}	


}

@media screen and (max-width: 1339px) { 

  .active-day-overlay {
    margin-left: 2rem;
    margin-top: 2rem;
    font-size: 70px;
  }
}

@media screen and (max-width: 1539px) {

	img.pfad-r-bild {

		display: none;
	}

	img.pfad-green-right {

		display: none !important;
	}


}	



/** new css 2022 **/

.mt-lg-4 {
  margin-top: 20px;
}
.days_calned {
  min-height: 110px;
    position: relative;
}

.days_calned:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../image/geschenk.png");
  background-image: url("../image/general/ROTH-Adv_2025_Geschenk.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    z-index:-1;
}

.days_calned:hover:after {
    @media screen and (min-width: 768px) {
        transform: rotate(6deg) !important;
    }
}
.days_calned a {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.days_calned a:hover {
    @media screen and (min-width: 768px) {
        text-decoration: none;
    }
}
.days_calned a span {
  font-family: 'Helvetica-Bold';
    -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: var(--red);
  background-color: var(--white);
  border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 40px;
}

.days_calned a:hover span {
    @media screen and (min-width: 768px) {
        background-color: var(--red);
        color: var(--white);
    }
}

.days_calned a.day-active span {
    color: var(--white);
    background-color: #5C348A;
  font-family: 'Helvetica-Bold';
    -webkit-font-smoothing: antialiased;
}

.days_calned a.day-active:hover span {
    @media screen and (min-width: 768px) {
        color: var(--white);
        font-family: 'Helvetica-Bold';
        -webkit-font-smoothing: antialiased;
    }
}

section.roth_calend {
  margin-top: 10px;
  margin-bottom: 20px;
    min-height: 40vh;
}
@media screen and (max-width: 991px) and (min-width: 768px){ 
 
  section.roth_calend {
    padding: 10px 30px; 
  }
}


@media screen and (max-width: 1150px) and (min-width: 767px){

  section.roth_calend {
    margin-top: 147px;
    margin-bottom: 237px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1149px){

  section.roth_calend {
    margin-top: 112px;
    margin-bottom: 95px;
  }
}




@media screen and (max-width: 767px) {     

.center_days {
  text-align: center !important;
}
.right-days {
  text-align: end;
}
.days_calned {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-lg-4{
  margin-top: 0px !important;
}


}


@media screen and (max-width: 500px) {   

  .font-bordeaux-title {

    font-size: 1.7rem !important;
  }

 }

 @media screen and (min-width: 769px) {
  .text.text-anleitung  {
    padding: 0 1.9rem;
  }
}


.overlay-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 998;
}
.overlay-footer .row {
  position:relative;
}

.question-block--left .queston-block--day {
  width: 100%;
}
.question-block--left .image {
    width: 40%;
}
.question-block--left:not(.question) .image {
    width: 80%;
}
.queston-block--day .image img {
  max-height: 250px;
}
 @media screen and (max-width: 500px) {
   .question-block--left .image {
         /* width: 70%;*/
   }
 }