/* Headline and Text */
.headline {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.headline-text {
    color: #f97d19;
    font-size: 30px;
    margin-bottom: 20px;
}

/*Flex Boxe Containers*/
.flex-background {
    background-color: #B7B7B7;
}

.flex-container {
    width: 1400px;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Price Boxes */
.price-box {
    background-color: white;
    font-size: 20px;
    width: 33.3%;
    margin: 20px;
    border-radius: 10px;
    align-self: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: white;
    border-style: solid;
    border-width: 5px;
}

.price-box-start {
    min-height: 810px;
}

.best-deal {
    border: #f97d19;
    border-style: solid;
    border-width: 5px;
}

.price-box-list {
    text-align: left;
    list-style-image: url("https://www.buhl.de/steuer-web/wp-content/uploads/sites/31/2018/06/haekchen-orange.png");
    margin-left: 13%;
    margin-top: 5%;
    color: black;
}

.price-box-link:hover {
    text-decoration: none;
}

.price-box-img {
    width: 55%;
}

.price-box-start .product-name {
    position: relative;
    top: -13px;
}

.price-box-start .product-description {
    position: relative;
    top: -13px;
}

.product-price {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: black;
}

.product-banner {
    text-align: left;
    margin-top: -12px;
    margin-left: -15px;
}

.product-name-sparbuch img {
    width: 68%;
}

.best-product {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-image {
    padding: 10px;
    position: relative;
    top: -35px;
}

.best-img {
    margin-top: 20px;
    width: 55%;
    position: relative;
    top: -17px;
}

.best-deal .product-name {
    background: #B7B7B7;
    position: relative;
    top: -11px;
}

.product-description {
    padding: 14px 0;
}

.flex-container .shadow-border {
    margin: 0 -5px;
}

.flex-container .best-deal .shadow-border {
    margin: 0 0;
}

/* Order Buttons */
.link-order {
    padding: 10px;
}

.link-order2 {
    padding: 10px;
}

.link-order .price-box-img {
    width: 90%;
}

.link-order2 .price-box-img {
    width: 90%;
}

/* Support Table */
.support-table {
    border: none;
}

.support-table td {
    border: none;
}

.support-box {
    width: 600px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.support-img {
    width: 300px;
    float: left;
    margin-top: 50px;
}

.support-text {
    width: 300px;
    float: left;
    margin-top: 50px;
}

.slideshow-container-necom {
    display: none;
}

.dot-div {
    display: none;
}

/*Responsive View */

@media only screen and (max-width: 1440px) {
    .flex-container {
        width: 1000px;
    }

    .flex-container .shadow-border {
        position: relative;
        top: -11px;
    }

    .price-box {
        font-size: 14px;
    }

    .price-box-img {
        width: 75%;
    }

    .best-product {
        width: 100%;
    }

    .best-img {
        width: 75%;
    }

    .best-deal .product-name {
        top: -2px;
    }

    .price-box-start .product-description {
        top: -22px;
    }

    .price-box-start .product-name {
        top: -25px;
    }
}

@media only screen and (max-width: 1130px) {
    .row-slider {
        display: none;
    }
    .flex-container {
        width: 950px;
        flex-wrap: wrap-reverse;
    }

    .flex-container :nth-child(2) {
        order: 3;
    }

    .price-box {
        font-size: 15px;
    }

    /* Slider */
    .slideshow-container-necom {
        display: block;
    }

    .dot-div {
        display: block;
    }

    * {
        box-sizing: border-box
    }

    /* Slideshow container */
    .slideshow-container-necom {
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .siegel-slides {
        display: none;
        margin-bottom: 70px;
        justify-content: center;
        align-items: center;
    }

    .siegel-slides > div {
        margin: 20px;
        text-align: center;
        width: 200px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* The dots/bullets/indicators */
    .dot-div {
        width: 100%;
        margin: auto;
        position: absolute;
    }

    .dot {
        cursor: pointer;
        height: 25px;
        width: 25px;
        margin: 0 15px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .dot-container {
        text-align: center;
        position: relative;
        top: -35px;

    }

    .active, .dot:hover {
        background-color: #f97d19;
    }

    /* Fading animation */
    .siegel-slides .rectangle-siegel {
        height: 120px;
    }

    .siegel-slides .horizontal-siegel {
        height: 50px;
    }
}

@media only screen and (max-width: 949px) {
    .flex-container {
        width: 780px;
        flex-wrap: wrap-reverse;
    }

    .price-box {
        font-size: 13px;
    }

    .price-box-start {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .flex-container {
        width: 400px;
    }

    .flex-container :nth-child(2) {
        order: 3;
    }

    .price-box {
        width: 100%;
        margin: 40px auto;
        font-size: 20px;
    }

    .product-image {
        height: auto;
    }

    .support-box {
        width: auto;
    }

    .support-img {
        display: none;
    }

    .support-text {
        float: none;
        margin: 50px auto;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .flex-container :nth-child(1) {
        order: 2;
    }

    .siegel-slides > div {
        margin: 5px;
    }

    .siegel-slides .rectangle-siegel {
        height: 100px;
    }

    .siegel-slides .horizontal-siegel {
        height: 50px;
    }
}

@media only screen and (max-width: 414px) {

    .flex-container {
        width: 320px;
    }

    .price-box {
        width: 100%;
        margin: 40px auto;
        font-size: 16px;
    }

    .siegel-slides .rectangle-siegel {
        height: 80px;
    }

    .siegel-slides .horizontal-siegel {
        height: 40px;
    }
}

@media only screen and (max-width: 320px) {

    .flex-container {
        width: 280px;
    }

    .price-box {
        font-size: 14px;
    }

    .support-text {
        margin-left: 15px;
    }

    .siegel-slides .rectangle-siegel {
        height: 70px;
    }

    .siegel-slides .horizontal-siegel {
        height: 30px;
    }
}
