﻿@keyframes example 
{
    0%   {left:0px;top: 100px; transform: rotate(0deg);}
    25%  {left:25%; top:100px;transform: rotate(180deg);}
    50%  {left:50%; top:100px;transform: rotate(360deg);}
    75% {
        left: 75%;
        top: 100px;
        transform: rotate(540deg);
    }
    100% {
        left: 100%;
        top: 100px;
        transform: rotate(720deg);
    }
}

div.gurke {
    width: 480px;
    height: 640px;
    position: relative;
    animation-name: example;
    animation-duration: 5s;
    transform-origin: 50% 50%;
    animation-timing-function: linear;
}

#Footer {
    display: none;
}

.cookiepolicybar {
    z-index: 10000;
    bottom: 0px;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #999999;
    color: #fff;
    font-size: 0.875rem;
}

    .cookiepolicybar .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0;
    }

        .cookiepolicybar .row .cpbtxt a {
            text-decoration: underline;
            color: #fff;
            font-size: 0.875rem;
        }

        .cookiepolicybar .row .cpbbtn {
            text-align: right;
            margin-top: 1rem;
        }

.second-line {
    font-size: 2.3rem;
}

#Content .wrapper div.login, div.registrierungsantrag {
    max-width: none;
    min-width: auto;
}

.bevel-process-benefits {
    background: #ebedf2;
    position: relative;
    margin: 0rem 0 -5rem 0;
    transform: skewY(-3deg);
    height: 10rem;
}

.bg-benefits {
    transform: skewY(0deg); /*Muss insgesamt raus */
    background: #ebedf2;
    padding: 0rem 0 10rem;
    position: relative;
}

.content-benefits {
    transform: skewY(0deg); /*Muss insgesamt raus */
}

.bevel-benefits-products {
    background: #dfe1e8;
    position: relative;
    margin: -5rem 0 -5rem 0;
    height: 10rem;
    transform: skewY(3deg);
}

.bg-products {
    margin-top: 0rem;
    transform: skewY(0deg); /*Muss insgesamt raus */
    background: #dfe1e8;
    padding: 0rem 0 20rem 0;
    position: relative;
}

.content-products {
    /*background: url(/Librarys/global/sxppro/registrierungsantrag/screen-konf.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 20rem;
    transform: skewY(0deg); /*Muss insgesamt raus */
}

.content-aboutus p {
    text-align: left;
}



.offers {
    padding-bottom: 40px;
}

.offer {
    border-right: 1px solid #ddd;
}

    .offer:last-child {
        border: none;
    }

.priceinfo {
    color: #999;
    font-size: .75rem;
    font-weight: 300;
    text-align: right;
}

.process {
    margin: 5rem 0;
}

.process-steps {
    margin: 0;
}

    .process-steps img {
        width: auto;
        height: 110px;
    }

.content-process p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.time-line {
    font-size: .875rem;
    font-weight: 600;
    color: #bec2cf;
    align-self: center;
    margin-top: 3rem;
}

    .time-line.line {
        height: .125rem;
        border-radius: .125rem;
        background: #bec2cf;
    }

    .time-line img {
        width: 2rem;
        height: auto;
    }

.infotext {
    margin-bottom: 3rem;
}

    .infotext p {
        margin-bottom: 1.6875rem;
        color: #333;
        font-size: 1.25rem;
        line-height: 1.875rem
    }

.title-underline {
    margin: 0 auto 4rem auto;
}

.products ul li a {
    color: #999;
    display: block;
}

    .products ul li a span.sxp_overnight-label {
        color: #ff5800;
    }

    .products ul li a:hover, .products ul li a:hover span.sxp_overnight-label, .shop-link a:hover {
        color: #e54f00;
    }

.btn-primary {
    line-height: 2.25rem;
    padding: .375rem 2rem;
    font-size: 1.25rem;
}

.offer-title, .offer-specs {
    text-align: left;
}

h3 {
    font-size: 1.25rem;
}

.flip-card {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    background-color: #f6f6fa;
    padding: 2rem;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .headline {
    font-size: 1.2rem;
    color: #36383e;
    font-weight: 600;
    line-height: 1.875rem;
    margin: 0 0 2rem 0;
}

.flip-card img {
    top: 50%;
    margin-top: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.flip-card-back .infotext {
    margin: 0;
    font-size: .875rem;
    line-height: 1.3125rem;
    text-align: left;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.flip-card-back {
    transform: rotateY(180deg);
}


.main nav .nav-link a {
    display: block;
    color: #ff5800;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.25rem;
}

    .main nav .nav-link a:hover {
        color: #e54f00;
    }

.nav-btn {
    display: none;
}

.sticky .nav-btn, .sticky .nav-logo {
    display: block !important;
}

.sticky .nav-link a {
    color: #fff !important;
    font-size: 1rem !important;
}

    .sticky .nav-link a:hover {
        color: #A0A4B1 !important;
    }

.main nav.sticky .row > ul:first-child {
    flex-direction: row;
}

.contact {
    z-index: 100;
    height: 85px;
    width: 85px;
    background-color: #44464D;
    color: #fff;
    transform: skewY(-3deg);
    position: fixed;
    top: 300px;
    right: 0;
    transition: .2s linear;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

    .contact.open {
        height: 240px;
        width: 300px;
    }

    .contact .text {
        transform: skewY(3deg);
        margin: 0.75rem 0rem;
    }

    .contact .icon {
        margin: 1rem;
        transform: skewY(3deg);
    }

        .contact .icon img {
            width: 3.5rem;
            height: 3.5rem;
        }

    .contact .text .title {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5rem;
        color: #A0A4B1;
        margin-bottom: 1.75rem;
    }

    .contact .text .phone {
        font-family: 'SansaPro';
        font-weight: 700;
        font-size: 1.3rem;
        margin-bottom: 0.3rem;
        margin-top: 0rem;
    }

    .contact .text .email {
        margin-top: .5rem;
        margin-bottom: 1.75rem;
    }

        .contact .text .email a {
            color: #fff;
            font-size: 1rem;
            font-weight: 600;
            -webkit-transition: .1s ease-in-out;
            transition: .1s ease-in-out;
        }

            .contact .text .email a:hover {
                color: #A0A4B1;
            }

    .contact .text .service-times {
        font-size: .875rem;
        margin: 0;
        font-weight: 600;
        color: #A0A4B1;
    }

@media (max-width: 575.98px) {
    .contact {
        top: 460px;
        height: 65px;
        width: 65px;
    }

        .contact .icon {
            margin: .8rem 1.5rem .8rem .8rem;
        }

            .contact .icon img {
                width: 2.5rem;
                height: 2.5rem;
            }

        .contact.open {
            top: 300px;
        }

    .bg-process {
        margin-top: -40rem;
        padding: 45rem 0 5rem 0;
    }

    .pro-logo {
        margin: 0 auto;
        display: block;
    }

    .offer {
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .cookiepolicybar .row .cpbbtn {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    header h1 {
        margin-bottom: 2rem;
    }

    .first-line {
        font-size: 3vw;
        padding: .5rem 1rem .5rem 3.3rem;
    }

    .second-line {
        font-size: 5.1vw;
        padding: .8rem 1rem .5rem 1rem;
        margin: -1.5rem 0 0 2.3rem;
        display: block;
    }

    .main nav .row > ul:first-child {
        flex-direction: column;
    }

    .nav-link {
        margin-bottom: 1rem !important;
    }

    .time-line {
        margin-top: 0;
    }

        .time-line.line {
            height: 3rem;
            width: .125rem;
            margin: 2rem auto;
            padding: 0;
        }

    .content-process p {
        margin-bottom: 3rem;
    }

    .products {
        text-align: center;
    }

        .products ul {
            margin-top: 0;
            margin-bottom: 4rem;
        }

        .products .row div:last-child ul {
            margin-bottom: 0;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .bg-process {
        margin-top: -25rem;
        padding: 30rem 0 5rem 0;
    }

    .flip-card .headline {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .process-steps {
        margin-bottom: 0.125rem;
    }

    .sticky .nav-link {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header h1 {
        margin-bottom: 3rem;
    }

    .second-line {
        padding: 1rem 1rem .5rem .8rem;
        display: inline-block;
    }

    .process-steps .row div:nth-child(12) {
        display: none;
    }

    .time-line {
        margin-bottom: 3rem;
    }

    .process {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .products {
        margin-bottom: 2rem;
    }

        .products ul {
            margin-bottom: 4rem;
        }
}

@media (min-width: 576px) and (max-width: 991.98px) {

    .offer:last-child {
        display: none;
    }

    .offer:nth-child(2) {
        border: none;
    }
}



header, .main, footer {
    min-width: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .sticky .nav-link {
        display: none;
    }
}

.flags {
    width: 20%;
}