﻿@font-face {
    font-family: QuicheSans-Bold;
    src: url('../fonts/QuicheSans-Bold.eot');
    src: url('../fonts/QuicheSans-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/QuicheSans-Bold.woff2') format('woff2'),url('../fonts/QuicheSans-Bold.woff') format('woff'),url('../fonts/QuicheSans-Bold.ttf') format('truetype'),url('../fonts/QuicheSans-Bold.svg#QuicheSans-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sohne-Buch;
    src: url('../fonts/Sohne-Buch.eot');
    src: url('../fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'),url('../fonts/Sohne-Buch.woff2') format('woff2'),url('../fonts/Sohne-Buch.woff') format('woff'),url('../fonts/Sohne-Buch.ttf') format('truetype'),url('../fonts/Sohne-Buch.svg#Sohne-Buch') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sohne-Leicht;
    src: url('../fonts/Sohne-Leicht.eot');
    src: url('../fonts/Sohne-Leicht.eot?#iefix') format('embedded-opentype'),url('../fonts/Sohne-Leicht.woff2') format('woff2'),url('../fonts/Sohne-Leicht.woff') format('woff'),url('../fonts/Sohne-Leicht.ttf') format('truetype'),url('../fonts/Sohne-Leicht.svg#Sohne-Leicht') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sohne-Halbfett;
    src: url('../fonts/Sohne-Halbfett.eot');
    src: url('../fonts/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'),url('../fonts/Sohne-Halbfett.woff2') format('woff2'),url('../fonts/Sohne-Halbfett.woff') format('woff'),url('../fonts/Sohne-Halbfett.ttf') format('truetype'),url('../fonts/Sohne-Halbfett.svg#Sohne-Halbfett') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sohne-Kraftig;
    src: url('../fonts/Sohne-Kraftig.eot');
    src: url('../fonts/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'),url('../fonts/Sohne-Kraftig.woff2') format('woff2'),url('../fonts/Sohne-Kraftig.woff') format('woff'),url('../fonts/Sohne-Kraftig.ttf') format('truetype'),url('../fonts/Sohne-Kraftig.svg#Sohne-Kraftig') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.page {
    float: left;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover !important;
}

.center {
    margin: auto;
    width: 1100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flow-root;
}

    .center.reg {
        width: 900px;
    }

.left {
    float: left;
    width: 650px;
    height: auto;
    position: relative;
}

    .left .img {
        float: left;
        width: 100%;
        height: 140px;
        background: url(../img/23nisan.svg) no-repeat top center;
        background-size: contain !important;
    }

        .left .img a {
            float: left;
            width: 100%;
            height: 100%;
        }

    .left .text {
        float: left;
        width: 100%;
        margin: 30px 0;
        text-align: center;
        color: #ffffff;
        font-family: Sohne-Buch;
        font-size: 16px;
        line-height: 20px;
    }

        .left .text strong {
            font-family: Sohne-Halbfett;
        }

    .left a.button {
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        color: #d90808;
        background: #ffffff;
        font-family: Sohne-Halbfett;
        font-size: 18px;
        line-height: 18px;
        padding: 15px 20px;
        border-radius: 15px;
        -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
    }

.right {
    float: right;
    width: 360px;
    position: relative;
    overflow: hidden;
}

    .right .slider {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

        .right .slider img {
            width: 100%;
        }

    .right a img {
        float: right;
        height: 35px;
    }

.register {
    float: left;
    width: 650px;
    height: auto;
    position: relative;
}

.center.reg .register {
    width: 450px;
}

.register .img {
    float: left;
    width: 100%;
    height: 130px;
    background: url(../img/23nisan.svg) no-repeat top left;
    background-size: contain !important;
}

    .register .img a {
        float: left;
        width: 100%;
        height: 100%;
    }

.form {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

    .form .row {
        float: left;
        width: 100%;
    }

        .form .row input {
            float: left;
            width: 400px;
            border: none;
            border-bottom: 1px solid #ffffff;
            font-family: Sohne-Leicht;
            font-size: 30px;
            line-height: 30px;
            padding: 5px;
            background: none;
            color: #ffffff;
        }

        .form .row label {
            float: left;
            width: 400px;
            margin: 30px 0;
            font-family: Sohne-Leicht;
            font-size: 18px;
            line-height: 24px;
            color: #ffffff;
            cursor: pointer;
        }

            .form .row label a {
                font-family: Sohne-Buch;
                color: #ffffff;
                text-decoration: underline;
            }

            .form .row label input {
                width: 30px;
                margin: 5px 0 0 0;
            }

        .form .row button {
            float: left;
            position: relative;
            color: #d90808;
            border: none;
            background: #ffffff;
            font-family: Sohne-Halbfett;
            font-size: 18px;
            line-height: 18px;
            padding: 15px 20px;
            border-radius: 15px;
            -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
            box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
            cursor: pointer;
        }

.stamps {
    float: left;
    width: 100%;
}

    .stamps ul {
        float: left;
        width: 100%;
        margin: 50px 0;
    }

        .stamps ul li {
            float: left;
            width: 180px;
            margin-right: 50px;
        }

            .stamps ul li:last-child {
                margin-right: 0;
            }

            .stamps ul li a {
                float: left;
                width: 100%;
            }

                .stamps ul li a .print {
                    float: left;
                    width: 100%;
                    height: 225px;
                    margin-bottom: 15px;
                    position: relative;
                }

                    .stamps ul li a .print span {
                        position: absolute;
                        bottom: 26px;
                        left: 0;
                        width: 100%;
                        color: #000000;
                        font-family: QuicheSans-Bold;
                        font-size: 16px;
                        line-height: 16px;
                        text-align: center;
                        letter-spacing: -0.5px;
                    }

                .stamps ul li a .button {
                    float: left;
                    width: 100%;
                    color: #d90808;
                    border: none;
                    background: #ffffff;
                    font-family: Sohne-Halbfett;
                    font-size: 16px;
                    line-height: 40px;
                    border-radius: 15px;
                    -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
                    box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
                    cursor: pointer;
                    text-align: center;
                }

.full {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    color: #ffffff;
    font-family: Sohne-Halbfett;
    font-size: 16px;
    line-height: 20px;
}

.message {
    float: left;
    width: 100%;
    height: 120px;
    background: url(../img/23nisan.svg) no-repeat top left;
    background-size: contain !important;
}

    .message a {
        float: left;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 1150px) {
    .page {
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }

    .center, .center.reg {
        top: 0;
        display: block;
        transform: none;
        width: 800px;
        margin: 50px auto;
    }

        .left, .register, .center.reg .register {
            width: 100%;
            margin-bottom: 50px;
        }

    .right {
        width: 600px;
        margin: 0 100px 50px 100px;
        text-align:center;
    }

        .right a img {
            float: none;
            height: 40px;
        }

    .left .img, .register .img {
        height: 150px;
        background: url(../img/23nisan.svg) no-repeat top center;
    }

    .message {
        height: 150px;
        background: url(../img/23nisan.svg) no-repeat top left;
    }

    .form .row input, .form .row label {
        width: 100%;
    }

    .stamps ul li {
        width: 140px;
        margin-right: 25px;
    }

        .stamps ul li a .print {
            height: 183px;
            margin-bottom: 5px;
        }

    .right.ipad {
        width: 800px;
        margin: 0;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 992px) {

    .center, .center.reg {
        width: 700px;
    }

    .right {
        width: 600px;
        margin: 0 50px 50px 50px;
    }

    .form .row label {
        font-size: 16px;
        line-height: 22px;
    }

    .stamps ul {
        margin: 50px 0 0 0;
    }

        .stamps ul li {
            width: 200px;
            margin-right: 50px;
            margin-bottom: 50px;
        }

            .stamps ul li.third {
                margin-right: 0;
            }

            .stamps ul li a .print {
                height: 245px;
                margin-bottom: 10px;
            }

    .right.ipad {
        width: 700px;
    }
}

@media only screen and (max-width: 768px) {

    .center, .center.reg {
        width: 300px;
    }

    .right {
        width: 300px;
        margin: 0 0 50px 0;
    }

    .left .img, .register .img {
        height: 120px;
    }

    .left a.button {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 17px;
        border-radius: 12px;
    }

    .left .text {
        margin: 20px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .form .row input {
        width: 100%;
        font-size: 24px;
        line-height: 24px;
    }

    .form .row label {
        font-size: 16px;
        line-height: 22px;
    }

    .stamps ul {
        margin: 50px 0 0 0;
    }

        .stamps ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 50px;
        }

            .stamps ul li.third {
                margin-right: 0;
            }

            .stamps ul li a .print {
                height: 360px;
                margin-bottom: 15px;
            }

                .stamps ul li a .print span {
                    bottom: 40px;
                    font-size: 20px;
                    line-height: 20px;
                }

    .message {
        height: 150px;
        background: url(../img/23nisan.svg) no-repeat top center;
    }

    .right.ipad {
        width: 100%;
        margin-top: 35px;
    }
}
