.grid-item__title_klein{font-size:16px;}



.links>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.unstyled-button {
    margin-bottom: 0px !important;
}


.unstyled-button a {
     text-decoration: underline !important;
   color: #fff !important;
   background-color: transparent !important;
   border-color: unset !important;
       background-image: unset !important;
    border: unset !important;
        padding-left: 0px !important;
        font-size: 18px !important;
}

.ginput_container_consent span {
    display: none   !important;
}

#gform_18_validation_container {
    display: none;
}

.gfield_validation_message {
    background: unset !important;
    border: unset !important; 
padding: unset !important;

}

.newsletter-container .vc_column_container .vc_column-inner{
    max-width: 866px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.newsletter-title {
  color: #0F2337;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.12px;
  line-height: 54px;
  text-align: center;
    
}

.newsletter-description {
  color: #0F2337;
  font-size: 18px;
  letter-spacing: 0.06px;
  line-height: 20px;
  text-align: center;
    
}

#input_18_5 {
        height: 63px;
    border-radius: 31px;
    background-color: #EDEDED;
    border: unset;
    border-bottom: unset;
    padding-left: 23px;
}

.newsletter-button {
    height: 47px;
    width: 231px;
    border: unset;
    border-radius: 23px;
    background-color: #008CF0;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.04px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto; 
}

#field_18_8 .ginput_container_consent{
    display: flex;
    justify-content: center;
    align-content: center;
}

.gfield_consent_label {
    color: #0F2337;
    padding-left: 9px;
    align-self: center;
}

.gfield_consent_label a {
    color: #008CF0;
    font-weight: bold;
}

#input_18_8_1 {
  height: 25px !important;
  width: 25px !important;
  border: 1px solid #979797 !important;
  border-radius: 1px !important;
  background-color: #FFFFFF !important;
}

.ginput_container_consent input:checked {
 background-color: #008CF0 !important;
}


.gfield_label {
  color: #0F2337;
  font-size: 18px !important;
  font-weight: bold;
}

.gfield_required {
  color: #0F2337 !important;
  font-size: 18px !important;
  letter-spacing: 0.06px !important;
}

.gfield_required_custom {
    font-style: normal !important;
}

#gform_fields_18 {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    grid-row-gap: unset !important;
}

#field_18_5 {
    width: 100%;
    max-width: 802px;
    align-self: center; 
}

#field_18_5 .gfield_label {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-left: 21px;
    padding-right: 27px;
}

#field_18_9 {
    width: 100%;
    position: relative;
    justify-content: flex-end;
    display: flex;
    bottom: 55px;
    right: 25px;
    pointer-events: none;
}



#validation_message_18_5 {
    position: absolute;
}


.newsletter-container .emailLabel{
    color: #0F2337;
    width: 95%;
    margin:0 auto;
}

@media (max-width:767px){
    .newsletter-container {
     padding-bottom: 100px;
    }
}

.newsletter-container #form{
    padding-bottom: 100px;
    margin-top: 15px;
}

.newsletter-container #form_title{
    display:none;
}

.newsletter-container #form_body{
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    grid-row-gap: unset !important;
}

.newsletter-container #row-0 {
        height: 63px;
    border-radius: 31px;
    /*background-color: #EDEDED;*/
    border: unset;
    border-bottom: unset;
    padding-left: 23px;
    color: #0F2337;
    width: 100%;
    display: flex;
    align-items: center;
}

.newsletter-container #row-0 .field_col{
    width:100%;
}

.newsletter-container #label_form_EMAIL{
    display:none;
}

.newsletter-container #form_EMAIL{
    height: 63px;
    border-radius: 31px;
    background-color: #EDEDED;
    border: unset;
    border-bottom: unset;
    color: #0F2337;
    width: 100%;
    outline:none;
    font-size: 18px;
    padding-left: 26px;
}


.newsletter-container input {
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease;
}
.newsletter-container .label {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.newsletter-container .mandatory-error input {
    border: 1px solid darkred !important;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

.newsletter-container .label.mandatory-error {
    color: darkred !important;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.newsletter-container #submit_div {
    width: 100%;
    position: relative;
    justify-content: flex-end;
    display: flex;
    bottom: 55px;
    right: 8px;
    pointer-events: none;
}

.newsletter-container #submit_div input {
    height: 47px;
    width: 231px;
    border: unset;
    border-radius: 23px;
    background-color: #008CF0;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.04px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto; 
}

.newsletter-container #row-1{
    position: absolute;
    margin-top: 100px;
    width: 100%;
}

.newsletter-container #row-1 .field_col{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.newsletter-container #label_form_DATENSCHUTZ{
    color: #0F2337;
    text-align: left;
}

.newsletter-container #label_form_DATENSCHUTZ a{
    color: #008CF0;
    font-weight: bold;
}

.newsletter-container #form_DATENSCHUTZ{
        height: 25px !important;
    width: 25px !important;
    border: 1px solid #979797;
    border-radius: 1px !important;
    background-color: #FFFFFF !important;
}
 


/*
@media (min-width: 992px){
 .links>.wpb_column>.vc_column-inner>.wpb_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
}
}

@media (min-width: 576px){
.links>.wpb_column>.vc_column-inner>.wpb_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
}
}*/