.contact_form_wedding{
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact_form_wedding_bg{
    background-color: white;
}

.card-bottom > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-bottom > ul > li{
    color: black;
    font-size: 15px;
    border-bottom: 1px solid;
    -webkit-border-image: -webkit-linear-gradient(
            left,
            rgba(255,255,255,1) 1%,
            rgba(211,211,211,1) 50%,
            rgba(255,255,255,1) 100%
    ) 0 0 100% 0/0 0 1px 0;
    -o-border-image: -webkit-linear-gradient(
            left,
            rgba(255,255,255,1) 1%,
            rgba(211,211,211,1) 50%,
            rgba(255,255,255,1) 100%
    ) 0 0 100% 0/0 0 1px 0;
    -moz-border-image: -webkit-linear-gradient(
            left,
            rgba(255,255,255,1) 1%,
            rgba(211,211,211,1) 50%,
            rgba(255,255,255,1) 100%
    ) 0 0 100% 0/0 0 1px 0;
    padding: 10px;
}

.card-bottom > ul > li:last-child{
    border-bottom: none;
    -webkit-border-image: none;
    padding-bottom: 10px;
}

.padding{
    padding-top: 30px;
}

.card_padding{
    padding-top: 15px;
    padding-bottom: 15px;
}

.card_style{
    font-size: 20px;
    font-style: normal;
}

.card_price{
    background-color: #d6ae44 !important;
    border-color: #d6ae44 !important;
    color: #ffffff !important;
    border-radius: 0;

    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0.4rem 0rem;
    white-space: normal;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {

    .media-container-row{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .card{
        min-width: 80%;
    }
}

/** Anpassung Header links **/

@media (max-width: 1024px) {
    .navbar-nav{
        min-width: 700px;
    }
}

/** Anpassung Header Logo **/

@media (max-width: 390px){
    #navbar-logo{
      max-width: 250px;
      max-height: 50px;
    }
}

/** Anpassung Logo **/
#header1-2l{
    max-height: 500px;
}

.logopadding{
    padding-top: 50px;
}

@media (max-width: 1198px){
    .logopadding{
        padding-top: 10px;
    }
}

@media (max-width: 991px){
    .logopadding{
        font-size: 70px;
    }
}

@media (max-width: 777px){
    .logopadding{
        font-size: 50px;
    }

    #header1-2l{
        max-height: 400px;
    }
}

@media (max-width: 768px){
    .logopadding{
        font-size: 40px;
        margin-top: -20px;
    }

    .logopadding_sub{
        padding-top: 20px;
        margin-top: -50px;
        line-height: 40px;
    }
}

@media (max-width: 680px){
    .logopadding_sub{
        padding-top: 50px;
        margin-top: -50px;
        line-height: 40px;
    }
}

@media (max-width: 462px){
    .logopadding{
        font-size: 40px;
        margin-top: -40px;
    }
}

/** Footer **/

@media (max-width: 1024px){
    #footer1-g > .container{
        text-align: center;
    }

    .cid-qJm5nZlROp .footer-lower .social-list{
        justify-content: center;
        -webkit-justify-content: center;
    }
}

/** Rabatt **/

@media (max-width: 1199px) and (min-width: 1025px)  {
    .bla{
        align-content: right;
        font-size: 70px;
    }
}

.card-text{
    margin-top: -10px;
}

/** Carousel **/

#testimonials-slider1-3m{
        height: 600px;
}

@media (max-width: 444px){
    #testimonials-slider1-3m{
        height: 680px;
    }
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/