﻿body {
    font-family: FFScalaSansWebRegular, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

#form1 {
    background: #fff;
}

/*.button {
    display: inline-block;
    text-decoration: none;

    border: none;
    outline: none;
}

    .button:hover {

        background-color: #014a94;
    }*/

.postlist {
    display: block;
    text-align: left;
    max-width: 400px;
    margin: auto;
    list-style-image: url('../images/dot.png');
}

    .postlist li {
        margin-bottom: 6px;
    }

.ajax_fileupload_cancelbutton {
    display: none !important;
}

.ajax__fileupload_progressBar {
    display: none !important;
}

.has-border {
    border: 1px solid #8BD3F6;
}

.has-error {
    border-color: red;
    border-style: solid;
    border-width: 5px;
}

.error {
    border-color: red;
    border-style: solid;
    border-width: 5px;
}

.error-name {
    color: red;
}



#post,
#step1,
#step2,
#step3,
#step4,
#finish,
.step2,
.step3,
.desktop,
#desktop,
.error-name,
#SendButton1,
#finish,
#loader,
#changewunschname,
#SendButtonChanged {
    display: none;
}

h1,
h2,
h3 {
    margin: 0;
}

h1 {
    font-size: 2.25rem;
    color: #0F2D69;
    display: inline-block;
    margin-bottom: 10px;
}



h3 {
    font-size: 1.125rem;
    color: #0F2D69;
}

div#preloaded-images {
    position: absolute;
    overflow: hidden;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
}

.wrapper {
    text-align: center;
    margin: 0 auto;
}

#header {
    height: 50px;
    background: url('../images/menu-bg.png');
}

    #header .wrapper {
        text-align: left;
        position: relative;
    }

    #header div {
        padding: 7px;
        position: absolute;
        clear: both;
    }

        #header div a {
            color: #fff;
            font-size: 1.125rem;
            text-decoration: none;
        }

            #header div a:hover {
                text-decoration: underline;
            }

        #header div:nth-child(1) {
            left: 20px;
        }

        #header div:nth-child(2) {
            right: 20px;
        }

#teaser {
    /* in Jquery (window).load  */
    /*background-image: url('../images/teaser-bg.png');*/
    background-position: center center;
    /*border-bottom: 1px solid #84D0F5;*/
}

    #teaser img {
        width: 100%;
        display: block;
    }

    #teaser .wrapper {
        /*height: 464px;*/
        text-align: center;
        margin: 0 auto;
        width: 100%;
        background-position: center center;
        position: relative;
    }

        #teaser .wrapper div.text {
            position: absolute;
            font-size: 0.8125rem;
            line-height: 1.25rem;
            /*letter-spacing:0.125rem;*/
            color: #0f2d69;
            text-align: left;
            top: 234px;
            left: 342px;
            /*p{letter-spacing:0.125rem;}*/
        }

            #teaser .wrapper div.text span {
                margin-top: 24px;
                font-size: 1.5rem;
                color: #111F69;
            }

                #teaser .wrapper div.text span span {
                    display: inline-block;
                    padding: 10px;
                    background: #111F69;
                    border-radius: 5px;
                    color: #fff;
                }

#mobile {
    position: relative;
}

    #mobile .wrapper {
        padding: 6% 2%;
        color: #0f2d69;
    }

        #mobile .wrapper a {
            color: #656565;
        }

        #mobile .wrapper .counter {
            margin-top: 24px;
            font-size: 1.5rem;
            color: #111F69;
        }

            #mobile .wrapper .counter span {
                display: inline-block;
                padding: 10px;
                background: #111F69;
                border-radius: 5px;
                color: #fff;
            }

        #mobile .wrapper .symbols {
            margin: 0;
            padding: 0;
        }

            #mobile .wrapper .symbols li {
                font-size: 1.125rem;
                display: inline-block;
                width: 240px;
                height: 200px;
                min-height: 200px;
                overflow: auto;
                margin: 10px;
                color: #014a94;
            }

        #mobile .wrapper .button {
            display: inline-block;
            text-decoration: none;
            background-color: #014a94;
            color: #fff;
            font-size: 1.5rem;
            padding: 20px 0;
            width: 281px;
            border: none;
            outline: none;
        }

            #mobile .wrapper .button:hover {
                background-color: #102d69;
            }

        #mobile .wrapper .buttons {
            margin: 0 0 -80px 0;
            padding: 0;
        }

            #mobile .wrapper .buttons li {
                display: inline-block;
                overflow: auto;
                margin: 10px;
                color: #0F2D69;
            }

#desktop {
    border-bottom: 1px solid #84d0f5;
    background-color: #e9f6fe;
    position: relative;
    /*height: 100%;*/
    text-align: center;
}

    #desktop h1 {
        display: block;
        margin: 40px 0 0 0;
    }

    #desktop a {
        text-decoration: underline;
        margin-bottom: 60px;
        display: inline-block;
        color: #656565;
        font-size: 0.875rem;
    }

        #desktop a:hover {
            text-decoration: none;
        }

    #desktop .text {
        color: #0F2D69;
        font-size: 0.875rem;
        padding-bottom: 130px;
    }

        #desktop .text span {
            font-size: 1.125rem;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
        }

    #desktop .wrapper {
        position: relative;
        font-size: 18px;
        color: #0F2D69;
        /*.button {
            display: inline-block;
            text-decoration: none;
  
            background-color: #102d69;
            color: #fff;
            font-size: 1.5rem;
            padding: 12px 20px;
  
            outline: none;

            &:hover {
                text-decoration: underline;
                background-color: #102d69;
            }
        }*/
    }

        #desktop .wrapper a {
            margin: 0;
        }

        #desktop .wrapper .symbols {
            margin: 0;
            padding: 0;
        }

            #desktop .wrapper .symbols li {
                font-size: 1.125rem;
                display: inline-block;
                width: 240px;
                height: 200px;
                min-height: 200px;
                overflow: auto;
                margin: 10px;
                color: #0F2D69;
            }

/*.button {
    display: inline-block;
    text-decoration: none;

    background-color: #014a94;
    color: #fff;
    font-size: 38px;
    padding: 20px 0;
    width: 281px;
    border: none;
    outline: none;
}

button:hover {
    background-color: #014a94;
}*/

        #desktop .wrapper .buttons {
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -320px;
            width: 640px;
        }

            #desktop .wrapper .buttons li {
                display: inline-block;
                width: 300px;
                /*margin: 10px;*/
                color: #0F2D69;
            }

#formular {
    background-color: #e9f6fe;
}

    #formular input[type='checkbox'] {
        margin-left: -14px;
    }

    #formular label {
        margin-left: 18px;
        display: block;
    }

    #formular .wrapper {
        position: relative;
        font-size: 18px;
        color: #0F2D69;
    }

        #formular .wrapper #step1,
        #formular .wrapper #step2,
        #formular .wrapper #step3,
        #formular .wrapper #post {
            padding: 6% 0;
        }

        #formular .wrapper .text1 {
            font-size: 1.5rem;
        }

        #formular .wrapper .text2 {
            font-size: 1.125rem;
        }

        #formular .wrapper .text3 {
            font-size: 0.875rem;
        }

        #formular .wrapper #wunschname {
            margin-bottom: 30px;
        }

        #packamount {
            text-align: center;
            margin: 10px 0 40px 0;
            padding: 6px;
            width: 60px;
            height: 60px;
            font-size: 24px;
        }

        #formular .wrapper .name {
            margin: 10px 0 40px 0;
            padding: 6px;
            width: 413px;
            font-size: 24px;
        }

        #formular .wrapper .input_wrap span {
            font-size: 1.5rem;
        }

        #formular .wrapper .input_wrap input {
            width: 100%;
        }

        #formular .wrapper .uebersicht .form-group div {
            margin: 4px 0;
        }

#footer {
    height: 100px;
    background: #fff;
}

    #footer .white {
        background: #fff;
        height: 30px;
        margin: 12px 0 0 0;
        /*border-bottom:1px solid;*/
        text-align: center;
        color: #999;
        font-weight: bold;
        font-size: 1rem;
    }

@media (max-width: 959px) {
    /*#desktop {
        display: none !important;
    }*/
}

@media (min-width: 960px) {
    #mobile {
        display: none !important;
    }

    #desktop {
        display: block;
    }

    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }

    .wrapper {
        width: 960px;
    }

    #teaser {
        background-position: center center;
        /*border-bottom: 1px solid #84D0F5;*/
    }

        #teaser img {
            display: none;
        }

        #teaser .wrapper {
            height: 464px;
            text-align: center;
            margin: 0 auto;
            width: 960px;
            background-image: url('../images/teaser_960px.jpg');
        }

            #teaser .wrapper div.text {
                position: absolute;
                font-size: 0.8125rem;
                line-height: 1.25rem;
                /*letter-spacing:0.125rem;*/
                color: #0f2d69;
                text-align: left;
                top: 234px;
                left: 342px;
                /*p{letter-spacing:0.125rem;}*/
            }

                #teaser .wrapper div.text span {
                    margin-top: 24px;
                    font-size: 1.5rem;
                    color: #111F69;
                }

                    #teaser .wrapper div.text span span {
                        /*height:30px;*/
                        /*width:120px;*/
                        display: inline-block;
                        padding: 10px;
                        background: #111F69;
                        border-radius: 5px;
                        color: #fff;
                    }

    #formular .wrapper #AjaxFileUpload11 {
        width: 413px;
    }

    #formular .wrapper .button {
        width: 413px;
    }

    #formular .wrapper .input_wrap span {
        font-size: 1.5rem;
    }

    #formular .wrapper .input_wrap input {
        width: 413px;
    }
}

@media (min-width: 1280px) {
 

    #teaser .wrapper {
        height: 588px;
        background-image: url('../images/teaser_1216px.jpg');
        width: 1216px;
    }

        #teaser .wrapper div.text {
            position: absolute;
            font-size: 1em;
            line-height: 1.5rem;
            /*letter-spacing:0.125rem;*/
            /*color: #656565;
                text-align: left;*/
            top: 288px;
            left: 470px;
            /*p{letter-spacing:0.125rem;}*/
        }

            #teaser .wrapper div.text span {
                margin-top: 34px;
                font-size: 1.5rem;
                color: #111F69;
            }

                #teaser .wrapper div.text span span {
                    /*height:30px;*/
                    /*width:120px;*/
                    display: inline-block;
                    padding: 10px;
                    background: #111F69;
                    border-radius: 5px;
                    color: #fff;
                }
}

@media screen and (min-width: 1440px) {
 

    #teaser .wrapper {
        height: 696px;
        background-image: url('../images/teaser_1440px.jpg');
        width: 1440px;
    }

        #teaser .wrapper div.text {
            font-size: 1.125rem;
            position: absolute;
            line-height: 1.725rem;
            /*letter-spacing:0.125rem;*/
            text-align: left;
            top: 356px;
            left: 560px;
            /*p{letter-spacing:0.125rem;}*/
        }

            #teaser .wrapper div.text span {
                margin-top: 50px;
                font-size: 1.875rem;
                color: #111F69;
            }

                #teaser .wrapper div.text span span {
                    /*height:30px;*/
                    /*width:120px;*/
                    display: inline-block;
                    padding: 10px;
                    background: #111F69;
                    border-radius: 5px;
                    color: #fff;
                }
}body {
}
