html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

/*IMAGES*/
.image-container {
    width: 100%;
    height: 100%;
    background-image: url("../images/logo_gutschein_800px.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 62.5%;
}

img {
    margin: 0 auto;
}

.img-gutschein {
    width:100%;
    height:100%;
    max-width: 557px;
    max-height: 343px;
}


.img-wunder{
    width:100%;
    height:100%;
    max-width: 435px;
    max-height: 343px;
}

/*TEXT*/
h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 22px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

p {
    font-size: 16px;
    color: darkslategrey;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


.paypal-btn {
    font-size: 16px;
    margin: 0 auto;
}

.gutschein {
    /*border: 1px solid red;*/
}

.wunder {
    /*border: 1px solid blue;*/
}



/* CAROUSEL Styles*/

.carousel-item {
    /*width: 435px !important;*/
    /*height: 343px !important;*/
}
.carousel {
    width:435px;
    height:343px;
}
/**/

select {
    margin-bottom: 20px;
}


/*FOOTER*/
footer {
    position: absolute;
    bottom: 0;
}

.footer {
    font-size: 12px;
    background-color: lightgray;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 40px; !* Set the fixed height of the footer here *!*/
    line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer a {
    color: black;
    text-decoration: underline;
}

.footer > div {
    background-color: #f5f5f5;
}

.small-text {
    font-size: 10px;
}

#sticky-footer {
    flex-shrink: none;
}

#page-content {
    flex: 1 0 auto; /* 2 */
    width: 100%;
}

/* BREAKPOINTS */
@media (max-width: 576px) {

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .image-container {
        margin-top: 30px;
        margin-bottom: 30px;
        background: url('../images/logo_gutschein_372px.png') no-repeat;
        padding-bottom: 90%;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .image

    .text-col {
        margin-top: 0px;
        padding: 0 20px 0 20px;
    }

    .footer {
        height: 40px;
        line-height: 40px;
    }
}


@media (min-width: 767px) {
    .image-container {
        margin-top: 30px;
        background: url('../images/logo_gutschein_676px.png') no-repeat;
        padding-bottom: 50%;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-col {
        margin-top: 0px;
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 991.98px) {
    .image-container {
        margin-top: 30px;
        margin-bottom: 30px;
        background: url('../images/logo_gutschein_676px.png') no-repeat;
        padding-bottom: 35%;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-col {
        margin-top: 0px;
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 1199.98px) {
    .image-container {
        margin-top: 30px;
        background: url('../images/logo_gutschein_800px.png') no-repeat;
        padding-bottom: 25%;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-col {
        margin-top: 0px;
        padding: 0 20px 0 20px;
    }
}
