@charset "UTF-8";
/*
Theme Name: Monti wählen
Author: Kommpass
Description: Monti wählen
Version: 0.0.1
Tags: Monti wählen
*/
/*
* Font - Raleway
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*
* Colors
*/
/*
* Colors
*/
/*
* Font - Raleway
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*
* Slick Slider
*/
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-list {
  width: 100%;
}

.slick-dots > li:only-child {
  display: none;
}

button.slick-arrow {
  position: absolute;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #00a0e2;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
button.slick-arrow.slick-prev {
  left: 0;
  top: 45%;
  background-image: url("assets/images/ico_arr_prev.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
button.slick-arrow.slick-next {
  right: 0;
  top: 45%;
  background-image: url("assets/images/ico_arr_next.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
button.slick-arrow:hover {
  border: 1px solid #ffffff;
  box-shadow: 0 15px 45px rgba(0, 160, 226, 0.2);
}
@media (max-width: 1200px) {
  button.slick-arrow.slick-prev {
    left: -10px;
    top: 45%;
  }
  button.slick-arrow.slick-next {
    right: -10px;
    top: 45%;
  }
}

ul.slick-dots {
  display: flex;
  width: 100%;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background-color: none;
  border: none;
  border-collapse: collapse;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  border: 1px solid #00a0e2;
  border-radius: 8px;
}
ul.slick-dots li button:hover {
  background-color: #00a0e2;
}
ul.slick-dots li.slick-active button {
  background-color: #00a0e2;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #00a0e2;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

p:last-of-type {
  margin: 0;
}

p {
  margin-top: 0;
}

h3 {
  display: block;
  font-size: 50px;
  line-height: 59px;
  font-weight: 800;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

ul li {
  position: relative;
  margin-bottom: 5px;
}

.text p,
.text ul {
  color: #191919;
}

.testimonials .content .text p {
  color: #fff;
}

.layout-hero-wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: right -200px center;
  background-size: cover;
}
.layout-hero-wrap .hero-left {
  position: relative;
  z-index: 20;
  width: 60%;
  padding-right: 0;
  padding-top: 30px;
  padding-left: 10%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100vh;
  color: #ffffff;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container {
  margin-bottom: 140px;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 20px;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #ffffff;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li a:hover {
  color: #00a0e2;
}
.layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li:last-child {
  border-right: none;
}
.layout-hero-wrap .hero-left h1 {
  margin: 0 0 90px;
  padding: 0;
  font-size: 80px;
  line-height: 94px;
  font-weight: 900;
}
.layout-hero-wrap .hero-left .text {
  font-size: 50px;
  line-height: 59px;
  font-size: 400;
  color: #181818;
}
.layout-hero-wrap .hero-left .text p {
  margin: 0;
}
.layout-hero-wrap .hero-right {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
  line-height: 0px;
}
.layout-hero-wrap .hero-right img {
  height: 90vh;
  width: auto;
}
@media (max-width: 1700px) {
  .layout-hero-wrap .hero-right {
    right: 1% !important;
  }
}
@media (max-width: 1600px) {
  .layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container {
    margin-bottom: 140px;
  }
  .layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container ul li a {
    font-size: 15px;
    line-height: 16px;
  }
  .layout-hero-wrap .hero-left h1 {
    font-size: 60px;
    line-height: 65px;
  }
  .layout-hero-wrap .hero-left .text {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .layout-hero-wrap .hero-left {
    width: 60%;
    padding-left: 5%;
    background-position: right center;
    background-size: auto 100vh;
  }
  .layout-hero-wrap .hero-left h1 {
    font-size: 35px;
    line-height: 41px;
  }
  .layout-hero-wrap .hero-left .text {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1100px) {
  .layout-hero-wrap .hero-left {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .layout-hero-wrap {
    flex-direction: column;
  }
  .layout-hero-wrap .hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 45%;
    order: 2;
    margin-top: auto;
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 40px;
    background-image: url("/wp-content/uploads/2024/03/blue_back_rsp.svg") !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .layout-hero-wrap .hero-left .menu-monti-wahlaen-menu-container {
    display: none;
  }
  .layout-hero-wrap .hero-left h1 {
    display: block;
    width: 310px;
    margin: 0 auto 30px;
    font-size: 35px;
    line-height: 41px;
  }
  .layout-hero-wrap .hero-left .text {
    display: block;
    width: 310px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 30px;
  }
  .layout-hero-wrap .hero-right {
    order: 1;
    right: inherit;
    top: 6rem;
    bottom: auto;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    text-align: center;
  }
  .layout-hero-wrap .hero-right img {
    margin: 0 auto;
    width: 90% !important;
    height: auto !important;
    position: absolute;
    bottom: -12rem;
    transform: scale(1.3);
    padding-top: 14rem;
  }
}
@media (max-width: 567px) {
  .layout-hero-wrap .hero-left {
    height: 20vh;
  }
  .layout-hero-wrap .hero-left h1 {
    width: 310px;
    font-size: 35px;
    line-height: 41px;
  }
  .layout-hero-wrap .hero-left .text {
    width: 310px;
    font-size: 25px;
    line-height: 30px;
  }
  .layout-hero-wrap .hero-right {
    order: 1;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
}
@media (max-height: 950px) {
  .layout-hero-wrap .hero-right img {
    height: 85vh;
    width: auto;
  }
}

.layout-text_ohne_bild p,
.layout-text_ohne_bild .seitentitel,
.layout-text_ohne_bild ul {
  color: rgb(22, 22, 22);
}

.layout-text-block-wrap {
  display: flex;
  width: 100%;
  padding: 100px 0 70px;
  align-items: center;
  justify-content: center;
}
.layout-text-block-wrap .text {
  display: block;
  max-width: 1024px;
  width: 80%;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 991px) {
  .layout-text-block-wrap {
    padding: 50px 0;
  }
  .layout-text-block-wrap .text {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 800;
  }
}

.layout-text-block-events {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  column-gap: 6rem;
  padding: 0 10% 2rem 10%;
  margin-bottom: 2rem;
}
@media (min-width: 680px) {
  .layout-text-block-events {
    flex-direction: row;
    padding: 2rem 6rem;
  }
}
.layout-text-block-events .text {
  display: block;
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  flex: 5;
}
@media (min-width: 680px) {
  .layout-text-block-events .text {
    font-size: 1.6rem;
    text-align: start;
  }
}
.layout-text-block-events .text--no-events {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
.layout-text-block-events .events {
  flex: 3;
}
.layout-text-block-events .events__list {
  display: grid;
  column-gap: 2rem;
  list-style: none;
  color: #191919;
  padding: 0;
}
@media (min-width: 680px) {
  .layout-text-block-events .events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout-text-block-events .events .event {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
}
.layout-text-block-events .events .event::marker {
  color: #00a0e2;
}
.layout-text-block-events .events .event__date {
  display: block;
  font-weight: 800;
  color: #00a0e2;
}
.layout-text-block-events .events .event__description {
  display: block;
}
.layout-text-block-events .events .event__link {
  display: block;
  color: #00a0e2;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 10px;
}
.layout-text-block-events .events .event__link::after {
  content: "→";
  color: inherit;
  padding-left: 5px;
}

.layout-text-block-multi-wrap {
  display: block;
  width: 100%;
  padding: 70px 0;
}
.layout-text-block-multi-wrap .content-wrap {
  display: flex;
  width: 80%;
  padding: 0 10%;
  flex-direction: row;
  gap: 20%;
}
.layout-text-block-multi-wrap .content-wrap .block-wrap {
  width: 50%;
}
@media (max-width: 1200px) {
  .layout-text-block-multi-wrap {
    padding: 0 0 50px;
  }
  .layout-text-block-multi-wrap .content-wrap {
    flex-direction: column;
  }
  .layout-text-block-multi-wrap .content-wrap .block-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .layout-text-block-multi-wrap .content-wrap .block-wrap .text {
    font-size: 18px;
    line-height: 25px;
  }
}

.layout-public-lecture-wrap {
  display: block;
  width: 100%;
  padding: 0;
}
.layout-public-lecture-wrap .layout-public-lecture {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  background-color: #00a0e2;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left {
  max-width: 50%;
  width: auto;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left h3 {
  display: block;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left .text {
  display: block;
  margin-right: 50px;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left .text a {
  color: #ffffff;
  text-decoration: none;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left .text a:hover {
  text-decoration: underline;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right {
  max-width: 700px;
  width: 50%;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right h4 {
  margin-top: 0;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures .date {
  width: 110px;
  border-right: 1px solid #ffffff;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures .city {
  padding-left: 10px;
  width: 150px;
  border-right: 1px solid #ffffff;
}
.layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures .location {
  padding-left: 10px;
}
@media (max-width: 1500px) {
  .layout-public-lecture-wrap .layout-public-lecture .blue-block {
    flex-direction: column;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left .text {
    margin-right: 0;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .layout-public-lecture-wrap .layout-public-lecture .blue-block {
    padding: 20px;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-left {
    width: auto;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures-wrap .lectures {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures-wrap .lectures .date {
    width: 100%;
    border-right: none;
    font-weight: 700;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures-wrap .lectures .city {
    padding-left: 0;
    width: 100%;
    border-right: none;
  }
  .layout-public-lecture-wrap .layout-public-lecture .blue-block .lay-right .lectures-wrap .lectures .location {
    padding-left: 0;
  }
}

.layout-testimonials-wrap {
  display: block;
  width: 100%;
  padding: 70px 0;
}
.layout-testimonials-wrap .layout-tesstimonials {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  background-color: #00a0e2;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content {
  display: block;
  padding: 30px 40px 40px;
  color: #ffffff;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content h4,
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content .function {
  display: block;
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content .text {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap {
  display: none;
  width: 100%;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #00a0e2;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .image {
  display: block;
  aspect-ratio: 1/1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .content {
  display: block;
  padding: 25px 30px 30px;
  color: #ffffff;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .content h4,
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .content .function {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .content .text {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap .testimonials-rsp .testimonial-rsp .content .text p {
  color: #fff;
}
.layout-testimonials-wrap button.slick-arrow.slick-prev {
  left: -50px;
}
.layout-testimonials-wrap button.slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1200px) {
  .layout-testimonials-wrap .layout-tesstimonials .testimonials {
    gap: 30px;
  }
  .layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial {
    width: calc(50% - 15px);
  }
  .layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content {
    padding: 25px 30px 30px;
  }
  .layout-testimonials-wrap .layout-tesstimonials .testimonials .testimonial .content .text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .layout-testimonials-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .layout-testimonials-wrap .layout-tesstimonials .testimonials {
    display: none;
  }
  .layout-testimonials-wrap .layout-tesstimonials .testimonials-rsp-wrap {
    display: block;
  }
}

.layout-supporter-list-wrap {
  display: block;
  width: 100%;
  padding: 0 0 70px;
}
.layout-supporter-list-wrap .layout-supporter-list {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-supporter-list-wrap .layout-supporter-list .blue-block {
  display: block;
  padding: 40px;
  background-color: #00a0e2;
  color: #ffffff;
}
.layout-supporter-list-wrap .layout-supporter-list .blue-block h4 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 5px;
}
.layout-supporter-list-wrap .layout-supporter-list .blue-block .list {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.layout-twint-wrap {
  display: block;
  width: 100%;
  padding: 70px 0 20px;
}
.layout-twint-wrap .layout-twint {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-twint-wrap .content {
  display: flex;
  gap: 5rem;
  width: 100%;
  flex-direction: row;
}
.layout-twint-wrap .content .text {
  width: calc(33.333% - 100px);
  padding-left: 0;
}
.layout-twint-wrap .content .blue-block {
  display: flex;
  width: 66.666%;
  padding: 40px;
  flex-direction: row;
  gap: 50px;
  background-color: #00a0e2;
  color: #ffffff;
}
.layout-twint-wrap .content .blue-block img {
  width: 100%;
  height: auto;
}
.layout-twint-wrap .content .blue-block .btn-yellow {
  display: block;
  padding: 20px;
  margin: 20px 0;
  background-color: #e8308a;
  border-radius: 18px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
}
.layout-twint-wrap .content .blue-block .iban-info {
  display: block;
  padding: 20px;
  margin-top: 60px;
  background-color: #ffffff;
  color: #000;
  font-weight: 800;
}
.layout-twint-wrap .content .blue-block .blue-left {
  width: 50%;
}
.layout-twint-wrap .content .blue-block .blue-right {
  width: 50%;
}
.layout-twint-wrap .content .blue-block .blue-right a {
  color: #ffffff;
  text-decoration: none;
}
.layout-twint-wrap .content .blue-block .blue-right a:hover {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .layout-twint-wrap .content .text {
    width: calc(40% - 100px);
  }
  .layout-twint-wrap .content .blue-block {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .layout-twint-wrap {
    padding: 0 0 50px;
  }
  .layout-twint-wrap .content {
    flex-direction: column;
    font-size: 18px;
    line-height: 21px;
  }
  .layout-twint-wrap .content .text {
    width: 100%;
    padding: 0 0 50px;
  }
  .layout-twint-wrap .content .blue-block {
    width: calc(100% - 80px);
  }
  .layout-twint-wrap .content .blue-block .btn-yellow {
    padding: 15px;
  }
  .layout-twint-wrap .content .blue-block .iban-info {
    margin-top: 20px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .layout-twint-wrap .content .blue-block {
    flex-direction: column;
  }
  .layout-twint-wrap .content .blue-block .blue-left,
  .layout-twint-wrap .content .blue-block .blue-right {
    width: 100%;
  }
}

.layout-supporter-wrap {
  display: block;
  width: 100%;
  padding: 0 0 70px;
}
.layout-supporter-wrap .layout-supporter {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-supporter-wrap .layout-supporter .content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.layout-supporter-wrap .layout-supporter .content .text {
  display: block;
  width: calc(33.333% - 100px);
  padding: 0 50px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block {
  display: flex;
  width: 66.666%;
  padding: 40px;
  flex-direction: column;
  background-color: #00a0e2;
  color: #ffffff;
}
.layout-supporter-wrap .layout-supporter .content .blue-block h3 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 20px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field {
  display: block;
  width: 20%;
  margin-right: 50px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field p {
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field p span {
  width: 100%;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #ffffff;
  border-collapse: collapse;
  border: 0;
  border-radius: 13px;
  font-size: 16px;
  line-height: 18px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #ffffff;
  border-collapse: collapse;
  border: 0;
  border-radius: 13px;
  font-size: 16px;
  line-height: 18px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field input[type=submit] {
  display: block;
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-collapse: collapse;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  background-color: #e8308a;
  border-radius: 18px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field .wpcf7-not-valid-tip {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #ec7d7d;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field.select {
  width: 40%;
  margin-right: 20px;
}
.layout-supporter-wrap .layout-supporter .content .blue-block .wpcf7-response-output {
  margin: 20px 0 0;
}
@media (max-width: 1500px) {
  .layout-supporter-wrap .layout-supporter .content .text {
    display: none;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .layout-supporter-wrap .layout-supporter .content .blue-block h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap {
    flex-direction: column;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field {
    display: block;
    width: calc(100% - 30px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field.select {
    width: 100%;
    margin-right: 0;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field input[type=submit] {
    width: 130px;
  }
  .layout-supporter-wrap .layout-supporter .content .blue-block .form-wrap .form-field .wpcf7-spinner {
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
  }
}

.layout-video-block-wrap {
  display: block;
  width: 100%;
  padding: 70px 0;
}
.layout-video-block-wrap .layout-video-block {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-video-block-wrap .layout-video-block .videos-wrap {
  display: flex;
  width: 991px;
  margin: 50px 0;
  justify-content: center;
  align-items: center;
}
.layout-video-block-wrap .layout-video-block .videos-wrap .videos {
  display: flex;
  width: 100%;
}
.layout-video-block-wrap .layout-video-block .videos-wrap .videos .embed-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.layout-video-block-wrap .layout-video-block .videos-wrap .videos .embed-container iframe {
  width: 800px;
  height: 450px;
}
@media (max-width: 1200px) {
  .layout-video-block-wrap .layout-video-block .videos-wrap {
    width: 650px;
    margin: 50px 0;
  }
  .layout-video-block-wrap .layout-video-block .videos-wrap .videos .embed-container iframe {
    width: 550px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .layout-video-block-wrap .layout-video-block .videos-wrap {
    width: 300px;
    margin: 50px auto;
  }
  .layout-video-block-wrap .layout-video-block .videos-wrap .videos .embed-container iframe {
    width: 300px;
    height: 400px;
  }
}

.layout-text-w-image-wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 70px 0;
}
.layout-text-w-image-wrap .layout-text-w-image {
  display: block;
  width: 80%;
  padding: 0 10%;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #00a0e2;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left {
  max-width: 60%;
  width: auto;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left h3 {
  display: block;
  margin: 0 80px 20px 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left .text {
  display: block;
  margin-right: 80px;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left .text a {
  color: #ffffff;
  text-decoration: none;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left .text a:hover {
  text-decoration: underline;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-right {
  width: 40%;
}
.layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-right .img-wrap {
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #ffffff;
}
@media (max-width: 1024px) {
  .layout-text-w-image-wrap .layout-text-w-image .blue-block {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    flex-direction: column;
    gap: 50px;
  }
  .layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left {
    max-width: 100%;
  }
  .layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left h3 {
    margin: 0 0 20px;
  }
  .layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-left .text {
    margin-right: 0;
  }
  .layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-right {
    width: 100%;
  }
  .layout-text-w-image-wrap .layout-text-w-image .blue-block .lay-right .img-wrap {
    display: block;
    width: calc(100% - 16px);
    height: 334px;
  }
}

.layout-footer-wrap {
  display: block;
  width: 100%;
  margin: 70px 0 0;
  padding: 35px 0;
  background-color: #00a0e2;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.layout-footer-wrap a {
  color: #ffffff;
  text-decoration: none;
}
.layout-footer-wrap a:hover {
  text-decoration: underline;
}
.layout-footer-wrap a:first-of-type {
  border-right: 2px solid #ffffff;
  padding-right: 7px;
}
@media (max-width: 1200px) {
  .layout-footer-wrap {
    margin: 30px 0 0;
  }
}

.layout-supporters-with-logos {
  background-color: #671c0d;
  color: #fff;
  margin-bottom: 4rem;
  padding: 4rem 10%;
}
@media (min-width: 680px) {
  .layout-supporters-with-logos {
    margin-bottom: 70px;
  }
}
.layout-supporters-with-logos__text {
  margin-bottom: 3rem;
}
.layout-supporters-with-logos__logos {
  margin-bottom: 4rem;
  column-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  align-items: center;
}
@media (min-width: 680px) {
  .layout-supporters-with-logos__logos {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
  }
}
.layout-supporters-with-logos__logo {
  width: 6rem;
  height: auto;
  object-fit: contain;
}
@media (min-width: 680px) {
  .layout-supporters-with-logos__logo {
    width: 8rem;
  }
}

.rsp-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.rsp-wrap .ham {
  position: relative;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px 0 0 20px;
  cursor: pointer;
  background-image: url("assets/images/nav_bars.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.rsp-wrap .nav-wrap {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100svh;
  background-color: #ffffff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rsp-wrap .nav-wrap .close {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("assets/images/ico_close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.rsp-wrap .nav-wrap .menu-monti-wahlaen-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rsp-wrap .nav-wrap .menu-monti-wahlaen-menu-container ul li {
  margin: 20px 0;
  padding: 0;
}
.rsp-wrap .nav-wrap .menu-monti-wahlaen-menu-container ul li a {
  color: #00a0e2;
  text-decoration: none;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.rsp-wrap .nav-wrap .menu-monti-wahlaen-menu-container ul li a:hover {
  color: #e8308a;
}
@media (max-width: 991px) {
  .rsp-wrap {
    display: block;
  }
}

/*# sourceMappingURL=mw_custom.css.map */
