﻿html {
    
    background: url("../Pix/backgroundSample.svg"), linear-gradient(180deg, rgba(237, 135, 74, 1) 55%, rgba(247, 189, 153, 1) 100%);
   
    background-repeat: repeat;
    background-position: center;
    
    background-size: 35%;
    background-attachment: fixed;
    height: 100%;
}
    
@media (max-width: 585px) {
    html {
        background-color: #ED874A;
        background-color: #f3a87b;
        background-color: #ef935d;
        background-image: none;
    }}

/* Hintergrund iOS-Geräte*/

/*html::before {
    content: ' ';
    display: block;
    background-image: url('../Pix/backgroundSample.svg');
    background-position: center;
    background-size: 30%;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
}*/

body {
    
    margin: 0px;
    overflow-y: scroll;
    hyphens: auto;
}


*{  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}



@font-face {
    font-family: 'nunito-sans-v18-latin-regular';
    src: url('../Fonts/nunito-sans-v18-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'quicksand-v36-latin-700';
    src: url('../Fonts/quicksand-v36-latin-700.woff2') format('woff2');
}


.epresto *
{
    margin: 0px;
    padding: 0px;
    border:0px;
    background-color: transparent;
    }


.epresto.bartersite {
    width: 80%;
    max-width: 940px;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-family: nunito-sans-v18-latin-regular, Calibri, Arial;
    position: relative;
    overflow: hidden;
    color: #616161;
    top: 130px;
}

@media screen and (max-width: 510px) {

    .epresto.bartersite {
        top: 105px;
    } 

}

.epresto.bartersite main {
    min-height: 400px;
}

.epresto.bartersite button {
    font-family: nunito-sans-v18-latin-regular, Calibri, Arial;
}

.epresto.bartersite h2 {
    font-size: 1.4em;
    font-family: quicksand-v36-latin-700;
    
    margin-bottom: 0.2em;
}

.epresto.bartersite h3 {
    font-family: quicksand-v36-latin-700;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.2em;
    color: #ea5802;

    margin-top: 0.9em;
    margin-bottom: 0.2em;
}

.epresto.bartersite p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.epresto.bartersite p:last-child {
    margin-bottom: 0em;
}

.epresto.bartersite a {
    color: #999999;
}

.epresto.bartersite strong, b {
    font-weight: normal;
    font-family: quicksand-v36-latin-700;
}

.epresto.bartersite ul {
    padding-left: 1.3em;
    margin-bottom: 1.0em;
}

.epresto.bartersite section, .epresto.bartersite header {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 2px;
}


/* Nachfolgende sections und header zurücksetzen  */
.epresto.bartersite section section, .epresto.bartersite section header {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}


.epresto.bartersite header#mainHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
   
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/* Relatives Menü für mobile Devices */
@media screen and (max-width: 510px) {

    .epresto.bartersite {
        width: 100%;
    }

    .epresto.bartersite section, .epresto.bartersite header {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .epresto.bartersite section header, .epresto.bartersite section section {
        width: 100%;
    }

        .epresto.bartersite header#mainHeader {
        width: 100%;
        height: 90px;
        padding-right:2.5%;
    }    
}

.epresto.bartersite header#mainHeader .banner {
    cursor: pointer;
    text-decoration: none;
/*    margin-left: 24px;
    margin-right: 24px;*/
    width: auto;
    position: absolute;
    top: 24px;
    left: 24px;
}

@media screen and (max-width: 1400px) {
    .epresto.bartersite header#mainHeader .banner {
        position: static;
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media screen and (max-width: 700px) {
    .epresto.bartersite header#mainHeader .banner {
        
        margin-left: 8px;
        margin-right: 4px;
    }
}

header#mainHeader .title {
    /*width: 100%;*/
    width: 80%;
    max-width: 940px;
    
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
}


@media screen and (max-width: 1400px) {
    header#mainHeader .title {
        width: 100%;
        margin-left: unset;
        margin-right: 12px;
    }
}


@media screen and (max-width: 700px) {
    header#mainHeader .title {
        
    }
}

@media screen and (max-width: 510px) {
    header#mainHeader .title {
       
    }
}

header#mainHeader .title a {
    text-decoration: none;
    display: block;
}


header#mainHeader h2.headline {
    font-size: 48px;
    color: #ea5802;
    margin: 0px;
}

@media (max-width: 2000px) {
    header#mainHeader h2.headline {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    header#mainHeader h2.headline {
        font-size: 24px;
    }
}

@media (max-width: 510px) {
    header#mainHeader h2.headline {
        font-size: 18px;
    }
}

.epresto.bartersite header#mainHeader .banner .logo {
    width: 164px;
    height: 74px;
    background-image: url(../Pix/logo-positiv.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 100%;
    
}

@media screen and (max-width: 700px) {
    .epresto.bartersite header#mainHeader .banner .logo {
        width: 120px;
        height: 54px;
            
    }
}

/* Menü neu */

.epresto.bartersite header#mainHeader .menuSection {
    
    display: flex;
    justify-content: flex-end;
    width: auto;
/*    margin-left: 42px;
    margin-right: 60px;*/
    position: absolute;
    right: 28px;
}

@media screen and (max-width: 1200px) {
    .epresto.bartersite header#mainHeader .menuSection {
        position: static;
        margin-right: 18px;

    }
}

@media screen and (max-width: 700px) {
    .epresto.bartersite header#mainHeader .menuSection {
        margin-left: 12px;
        margin-right: 6px;
    }
}

.epresto.bartersite header#mainHeader .menuSection a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.epresto.bartersite header#mainHeader .butAdd {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    margin-right: 0.5em;
    background-image: url(../Pix/MenueIcons.svg);
    background-repeat: no-repeat;
    background-position: -0px center;
    background-size: 150px 50px;
    background-clip: content-box;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .epresto.bartersite header#mainHeader .butAdd {
        
    }
}

@media screen and (max-width: 850px) {
    .epresto.bartersite header#mainHeader .butAdd {

    }
}

.epresto.bartersite header#mainHeader .butAddLabel, .epresto.bartersite header#mainHeader .butEditLabel {
    margin-right: 22px;
    padding-top: 1px;
    color: #ffffff;
    cursor: pointer;
}

.epresto.bartersite header#mainHeader .butNew {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    margin-right: 0.5em;
    background-image: url(../Pix/MenueIcons.svg);
    background-repeat: no-repeat;
    background-position: -50px center;
    background-size: 150px 50px;
    background-clip: content-box;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .epresto.bartersite header#mainHeader .butNew {
        
    }
}


    @media screen and (max-width: 700px) {
        .epresto.bartersite header#mainHeader .butNew {
            display: none;
        }
    }

    .epresto.bartersite header#mainHeader .butList {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #ffffff;
        margin-right: 0.5em;
        background-image: url(../Pix/MenueIcons.svg);
        background-repeat: no-repeat;
        background-position: -100px center;
        background-size: 150px 50px;
        background-clip: content-box;
        cursor: pointer;

    }

@media screen and (max-width: 1200px) {
    .epresto.bartersite header#mainHeader .butList {
        
    }
}

    @media screen and (max-width: 700px) {
        .epresto.bartersite header#mainHeader .butList {
            display: none;
        }
    }

    header#mainHeader button#butOpenMainMenu {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #ffffff;
        background-image: url(../Pix/Icons.png?v=1);
        background-repeat: no-repeat;
        background-position: -0px center;
        background-size: 1000px 50px;
        background-clip: content-box;
        cursor: pointer;
    }


    .epresto.bartersite header#mainHeader button#butOpenMainMenu:focus {
        outline: 0px;
    }

    .epresto.bartersite header#mainHeader label[for='butOpenMainMenu'] {
        margin-left: auto;
        padding-right: 10px;
        color: #ff6b00;
        font-size: 1.0em;
        font-weight: bold;
        cursor: pointer;
    }

    @media screen and (max-width: 585px) {
        .epresto.bartersite header#mainHeader label[for='butOpenMainMenu'] {
            display: none;
        }
    }



    /* menu neu Ende */



    .epresto.bartersite nav#mainMenu {
        position: fixed;
        width: 300px;
        right: -300px;
        top: 15px;
        padding-top: 8px;
        min-height: 400px;
        background-color: #ea5802;
        border-radius: 22px;
        z-index: 100;
        transition: right 0.2s;
    }



    @media screen and (max-width: 1400px) {
        .epresto.bartersite nav#mainMenu {
            top: 11px;
        }
    }

    .epresto.bartersite nav#mainMenu.open {
        right: 28px;
        transition: right 0.2s;
    }



    @media screen and (max-width: 1400px) {
        .epresto.bartersite nav#mainMenu.open {
            right: 18px;
        }
    }

    .epresto.bartersite nav#mainMenu a#butCloseMainMenu {
        background: url(../Pix/MainMenuCloseIcon.png);
        background-position: calc(100% - 10px) center;
        background-repeat: no-repeat;
        background-size: 22px 22px;
        cursor: pointer;
    }

    .epresto.bartersite nav#mainMenu a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ffffff;
        font-size: 1em;
        color: #ffffff;
        text-decoration: none;
    }


    .epresto.bartersite header#pageHeader {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .epresto.bartersite header#pageHeader h1 {
            color: #ea5802;
            font-weight: normal;
        }

    @media screen and (max-width: 470px) {
        .epresto.bartersite header#pageHeader h1 {
            font-size: 1.5em;
        }
    }

.epresto.bartersite section.stepline {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.epresto.bartersite section.stepline div.step {
    flex: 1 1 1em;
    -webkit-flex: 1 1 1em;
    margin-right: 5px;
    padding: 8px;
    border-radius: 3px;
    background-image: url(../Pix/SteplineStepIcon.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 13px 20px;
    background-color: #999999;
    color: #ffffff;
    font-size: 0.9em;
}

.epresto.bartersite section.stepline div.step.active {
    background-color: #ea5802;
}

.epresto.bartersite section.stepline div.step:last-child {
    margin-right: 0px;
    background-image: none;
}


    @media screen and (max-width: 470px) {
        .epresto.bartersite section.stepline {
            display: block;
        }

            .epresto.bartersite section.stepline div.step {
                flex: none;
                -webkit-flex: none;
                display: block;
                margin: 0px;
                margin-bottom: 2px;
                padding: 0px 4px 0px 4px;
                border-radius: 0px;
                background-image: none;
                background-color: #999999;
                color: #ffffff;
            }

                .epresto.bartersite section.stepline div.step:first-child {
                    border-radius: 3px 3px 0px 0px;
                }

                .epresto.bartersite section.stepline div.step:last-child {
                    border-radius: 0px 0px 3px 3px;
                }

                .epresto.bartersite section.stepline div.step.active {
                    background-color: #ea5802;
                }

                .epresto.bartersite section.stepline div.step:nth-child(1):before {
                    content: "1. Schritt: ";
                }

                .epresto.bartersite section.stepline div.step:nth-child(2):before {
                    content: "2. Schritt: ";
                }

                .epresto.bartersite section.stepline div.step:nth-child(3):before {
                    content: "3. Schritt: ";
                }

                .epresto.bartersite section.stepline div.step:nth-child(4):before {
                    content: "4. Schritt: ";
                }
    }

    .epresto.bartersite section div.tiles {
        width: calc(100% + 5px); /* gleicht margin-right aus */
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-top: 8px;
        margin-bottom: 5px;
    }

        .epresto.bartersite section div.tiles button.tile {
            flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            display: block;
            background-color: #ea5802;
            min-width: 200px;
            max-width: calc(50% - 5px);
            min-height: 75px;
            margin-right: 5px;
            margin-bottom: 5px;
            border-radius: 3px;
            color: #ffffff;
            padding: 5px;
            padding-left: 50px;
            padding-right: 10px;
            background-image: url(../Pix/TileIconStandard.png);
            background-size: 50px 50px;
            background-repeat: no-repeat;
            background-position: 0px center;
            align-items: center;
            -webkit-align-items: center;
            cursor: pointer;
            text-align: left;
            font-size: 1.2em;
        }

            .epresto.bartersite section div.tiles button.tile:focus {
                outline: 0px;
            }

            .epresto.bartersite section div.tiles button.tile p {
                line-height: normal;
                margin: 0px;
            }

                .epresto.bartersite section div.tiles button.tile p:nth-child(2) {
                    font-size: 0.7em;
                    line-height: normal;
                }

    @media screen and (max-width: 585px) {
        .epresto.bartersite section div.tiles button.tile {
            max-width: 100%;
        }
    }

    .epresto.bartersite div.message {
        background-position: 21px 21px;
        background-repeat: no-repeat;
        color: #ffffff;
        min-height: 200px;
        padding: 20px;
        padding-top: 85px;
        margin-bottom: 10px;
    }

        .epresto.bartersite div.message h2 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
        }

        .epresto.bartersite div.message p {
            margin-bottom: 0em;
        }

        .epresto.bartersite div.message b {
            font-weight: bold;
        }

        .epresto.bartersite div.message.information {
            background-image: url(../Pix/MessageInformationIcon.png);
            background-color: #99c25c;
            background-size: 50px 50px;
        }

        .epresto.bartersite div.message.warning {
            background-image: url(../Pix/MessageErrorIcon.png);
            background-color: #ffc15c;
            background-size: 50px 50px;
        }

        .epresto.bartersite div.message.error {
            background-image: url(../Pix/MessageErrorIcon.png);
            background-color: #e50041;
            background-size: 50px 50px;
        }

    .epresto.bartersite footer#mainFooter {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
        background-color: transparent;
        display: flex;
        display: -webkit-flex;
        /*
justify-content: space-between;
-webkit-justify-content: space-between;
*/
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center;
    }

        .epresto.bartersite footer#mainFooter a {
            color: #ea5802;
        }

    @media screen and (max-width: 585px) {

        .epresto.bartersite footer#mainFooter a {
            /*color: #666666;*/
        }
    }

    @media screen and (max-width: 470px) {
        .epresto.bartersite footer#mainFooter {
            width: 95%;
            padding: 0px;
            margin-left: auto;
            margin-right: auto;
            font-size: 0.9em;
        }
    }

    .epresto.bartersite div.sandglass.panel {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

        .epresto.bartersite div.sandglass.panel div.sandglass.icon {
            width: 70px;
            height: 70px;
            background-image: url(../Pix/Sandglass.png);
            background-repeat: no-repeat;
            background-position: center center;
            animation: sandglassSpin 1s linear infinite;
            -webkit-animation: sandglassSpin 1s linear infinite;
        }

    @-webkit-keyframes sandglassSpin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes sandglassSpin {
        100% {
            transform: rotate(360deg);
        }
    }

.epresto.bartersite img#logoEprestoBartersite {
    width: 200px;
    height: auto;
    margin: 10px 0px 10px 0px;
}


.epresto.bartersite div.signature {
    display: flex;
    display: -webkit-flex;
    margin: 10px 0px 10px 0px;
}

.epresto.bartersite div.signature div {
    min-width: 70px;
}

.epresto.bartersite div.signature a {
    color: #999999;
    /*text-decoration: none;*/
}

.epresto.bartersite div.signature img.logo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.epresto.bartersite div.signature.last {
    margin-bottom: 2em;
}

.epresto.bartersite .logoGruenOrange{
    width:  185px;
    height: auto;
    margin-bottom: 0.8em;
}

.epresto.bartersite section.textContent {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

        .epresto.bartersite section.textContent h2 {
            margin-top: 0.8em;
        }