@font-face {
    font-family: 'kontrapunkt_bob_light';
    src: url('fonts/KontrapunktBob/kontrapunkt_bob_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kontrapunkt_bob_regular';
    src: url('fonts/KontrapunktBob/kontrapunkt_bob_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kontrapunkt_bob_bold';
    src: url('fonts/KontrapunktBob/kontrapunkt_bob_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

div,
input,
select,
*
{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box; 
}

body {
	position: relative;
	width: 810px;
    min-height: 800px;
	background-image: url(../gfx/tacyklen_baggrund.jpg?v=0.01);
	background-repeat: no-repeat;
    background-position: top center;
	overflow: hidden;
    font-family: 'kontrapunkt_bob_regular';
	color: #FFF;
    margin: 0;
}

    a {
        color: #FFF;
        text-decoration: none;
    }

    iframe {
        overflow: hidden;
    }

    header {
        padding-top: 90px;   
    }

    h1 {
        font-family: 'kontrapunkt_bob_light';
        font-size: 58px;
        font-weight: normal;
        text-transform: uppercase;
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    section {

    }

        article {

        }
            #copyLinkText {
                display: none;
            }

            #page {
                position: relative;
                width: 40   0px;
                margin: 0 auto;
                text-align: center;
            }

            input {
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                border: 2px solid #3bb54a;
                padding: 5px 15px;
                text-align: center;
            }

            #overlay {
                display: none;
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(0, 82, 3, 0.75);
                z-index: 1;
            }

                #video {
                    display: none;
                    position: absolute;
                    top: 200px;
                    left: 50%;
                    margin-left: -355px;
                    width: 710px;
                    height: 403px;
                    background-color: #FFF;
                    z-index: 2;
                    padding: 5px 3px;
                    overflow: hidden;
                }

                    #video footer {
                        display: none;
                        position: absolute;
                        padding-top: 20px;
                        height: 196px;
                        width: 100%;
                        bottom: 0;
                        color: #3bb54a;
                        text-align: center;
                        background-color: #FFF;
                    }

                        #video footer p {
                            width: 440px;
                            margin: 0px auto 10px;
                            font-size: 19px; 
                            font-family: 'kontrapunkt_bob_light';
                            font-weight: normal;
                        }

                        #video footer h2 {
                            width: 440px;
                            margin: 0px auto 10px;
                            font-size: 19px;
                            font-family: 'kontrapunkt_bob_bold';
                            font-weight: normal;  
                        }

                            #share_tekst,
                            #start_tekst {
                                display: none;
                            }

                                #start_tekst a.btn {
                                    width: auto;
                                    padding: 10px 25px;
                                }

                        .social_btn {
                            position: relative;
                            display: inline-block;
                            width: 38px;
                            height: 38px;
                            margin: 0px 2px;
                            cursor: pointer;
                        }
    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    a {
        font-family: 'kontrapunkt_bob_bold';
        font-size: 16px;
        font-weight: normal;
    }

    .btn {
        position: relative;
        display: inline-block;
        width: 100px;
        padding: 10px 0px;
        margin: 0px 5px;
        text-align: center;
        background-color: #3bb54a;
        cursor: pointer;
    }

    footer {
        position: absolute;
        bottom: 0px;
        right: 0px
    }

    #tale_boble {
        position: absolute;
        display: none;
        top: 280px;
        right: 65px;
        background-image: url(../gfx/tacyklen_boble.png);
        background-repeat: no-repeat;
        width: 249px;
        height: 196px;
    }

        #tale_boble article {
            margin-top: 45px;
            padding: 0px 30px;
            color: #3bb54a;
            border: 0px solid blue;
        }

            #tale_boble article p {
                font-size: 12px; 
                font-family: 'kontrapunkt_bob_light';
                font-weight: normal;
                text-align: center;
            }

            #tale_boble article h2 {
                font-size: 14px;
                font-family: 'kontrapunkt_bob_bold';
                font-weight: normal;   
                padding: 0px 20px;
            }
    #mobile_text {
        display: none;
    }


@media screen and (max-width: 768px) {
    body {
        width: 100%;       
        height: 100%;
    }

    #choose_btn {
        display: none;
    }

    #mobile_text {
        display: block;
    }
}