body{
    padding:0;
    margin:0;
}
.top-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 50px;
}
@media screen and (max-width: 767px){
    .top-block{
        display:block;
        padding: 50px 20px 40px;
        height: auto;
    }
}
.top-logo{
    width:16.5%;
}
@media screen and (max-width: 1500px){
.top-logo{
    width:31.3%;
}
}
@media screen and (max-width: 767px){
.top-logo{
    width:85%;
        margin:auto;
    }
    
}
.top-bg{
    background-color: transparent;
  background-image: linear-gradient(180deg, #1C5491 40%, #CF3424 100%);
}
.name-1{
  font-family: "Trim", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #CFDEF6;
}
@media screen and (max-width: 767px){
    .name-1{
    font-size: 30px;
    line-height: 1em;
    }
}
.name-2{
    font-family: "Trim", Sans-serif;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 991px){
    .name-2{
    font-size: 30px;
    line-height: 1em;
    }
}
.name-3{
    font-family: "Trim", Sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}
@media screen and (max-width: 991px){
    .name-3{
        font-size: 30px;
        line-height: 36px; 
    }
}
.color-blue{
    color: #1C5491;
}
.color-lightblue{
    color: #CFDEF6;
}
.top-logo img{
    width:100%;
    height: auto;
}
@media screen and (max-width: 1500px){
    .top-logo img{
    width:100%;
    }
}
@media screen and (max-width: 767px){
    .top-logo img{
        width:100%;
        height:auto;
    }
}
.accordion-block-head{
    background-color: transparent;
    background-image: linear-gradient(180deg, #1C5491 40%, #CF3424 100%);
    padding:40px 48px;
    color:#ffffff;
}
@media screen and (max-width: 991px){
    .accordion-block-head{
        padding:25px 15px;
    }
}
.text-1{
    font-family: "Trim", Sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.num{
    font-family: "Trim", Sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
}
.flex-container-radio{
    display: flex;
    justify-content: start;
    gap: 15px;
   
}
@media screen and (max-width: 460px){
    .flex-container-radio{
        justify-content:space-between;
        gap: 0;
        padding-top:60px; 
    }
}
.flex-container-radio input[type="radio"] {
    display: none;
}

.button-label{
    font-size: 20px;
*/    width:180px;
    height: 36px;
    color: #1C5491;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
}
@media screen and (max-width: 991px){
    .button-label{
        width:auto;
        padding: 0 30px;
    }
}
@media screen and (max-width: 460px){
    .button-label{
        padding: 0 25px;
    }
}
.flex-container-radio input[type="radio"]:checked+label.button-label {
    background: #D2312B;
    color:#ffffff;
}

.card-header{
    font-family: "Trim", Sans-serif;
    width: 100%;
    height: 60px;
    border: 1px solid #1C5491;
    color: #1C5491;
    font-size: 23px;
    padding: 0 ;
    border-radius: 0;
    background-color: #ffffff;
}
.card-header:first-child{
    border-radius: 0;
}
.card{
    border: none;
    margin-bottom:5px;
}
.card-body{
    font-family: "Trim", Sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #1C5491;
}
.button-card{
width:100%;
background: url(/assets/images/arr-accordion.svg)  transparent 99% center no-repeat;
background-size: 12px;
color: #1C5491;
border: none;
text-align: left;
height: 60px;
padding: 4px 15px;
}
.button-card:hover{
    color: #1C5491;
}
.button-card:not(.collapsed) {
        background-image: url(/assets/images/arr-accordion-open.svg);

  }

.block-button-n-b{
   display: block;
   position:relative;
    padding-top: 15px;
}
.button-1:first-child{
    position:relative;
    float: left;
    margin-right: 8px;
}
.button-1:nth-child(2){
    position:relative;
    float: right;
    margin-left: 8px;
}
.button-1{
    display: block;
    font-family: "Trim", Sans-serif;
    font-size: 20px;
    width:180px;
    height: 36px;
    color: #ffffff;
    text-align: center;
    background: #D2312B; 
    border: none;
    text-decoration: none;
    padding:2px 0 0 0;
}

@media screen and (max-width: 460px){
    .button-1{
        width:calc(50% - 8px);
    }
}

.button-1:hover{
    color: #ffffff;
    text-decoration: none;
}

.not-active{
    background: #8C99A0;
}

.q, .r, .v, .fst-only{
  display: none;    
}

.button-1{
    cursor: pointer;
}

.accordion-block .button-label{
    padding: 8px 20px;
}

.wpblck{
    margin-top: 50px;
    margin-bottom: -65px;
    padding: 20px 48px;

}

.wptxt{
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    font-family: "Trim", Sans-serif;
}

.button-label {
  font-size: 20px;
  width: 180px;
  height: 36px;
  color: #1C5491;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Trim", Sans-serif;
}


.top-bg {
  background-color: transparent;
  background-image: linear-gradient(160deg, #1C5491 40%, #CF3424 100%);
}

.accordion-block-head {
  background-color: transparent;
  background-image: linear-gradient(160deg, #1C5491 40%, #CF3424 100%);
  padding: 40px 48px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .accordion-block-head {
    padding: 25px 15px;
  }
}

.button-label {
 width: auto;   
}

.fst-only{
    
    font-size: 18px;
    font-family: "Trim", Sans-serif;
    font-weight: bold;
    color: #1c5491;

}
.btn-help{
    padding: 50px 5px 15px 5px;
    font-size: 20px;  
}

.unsere-meinung{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding:10px 0 0;
    font-size: 18px;
  font-family: "Trim", Sans-serif;
  font-weight: bold;
  line-height: 25px;
  color: #1c5491;
}
.unsere-meinung div:first-child{
    flex-grow: 1;
}
.antwort-ja, .antwort-nein{
    position: relative;
    margin-right:0 ;
    flex-shrink: 0;
    margin-left: 40px;
    width: 26px;
    height: 26px;
    border: solid 3px #E2E2E2;
}
@media screen and (max-width: 991px){
    .antwort-ja, .antwort-nein{
        margin-left: 15px;
    } 
}
.antwort-ja::after{
    content: "";
  position: absolute;
  right: 0;
  top: -2px;
  background: url(/assets/images/check-ja.png) no-repeat center transparent;
  background-size: 25px;
  width: 27px;
  height: 27px;
}
.antwort-nein::after{
    content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background: url(/assets/images/check-nein.png) no-repeat center transparent;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
.name-4{
    font-family: "Trim", Sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  padding-top: 20px;
}
.divider-1{
    border-bottom:solid 2px #1C5491;
    margin: 45px 0 20px;
}
.programme-links{
    padding-bottom:40px;
    padding-top: 10px;
}
.programme-links a{
    font-size: 18px;
  font-family: "Trim", Sans-serif;
  font-weight: bold;
  line-height: 25px;
  display:inline-block;
  padding-right:15px;
}
.button-card:hover, .button-card:focus-visible, .button-card:focus{
  color: #1C5491;
  background-color: transparent;
}
.card-header{
    padding:0 !important;
}
.text-normal{
    color: #1C5491;
  font-family: "Trim", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}