* {
  box-sizing: border-box;  
}
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
    font-size: 8px;
    color: #fefefe;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    background-color: #000000;
}

html.skrollr-mobile, html.skrollr-mobile body {
    font-size: 7px;
    line-height: 1.5em;
}

h1 {
    font-size: 3em;
    font-size: 3rem;
    font-weight: normal;
    margin: 0.5em 0 1em 0;
}

p {
     margin: 1em 0 1em 0;
     font-size: 2em;
     font-size: 2rem;
     line-height: 1.2em;
}

b, strong {
    font-weight: 600;
}

a {
    color: #6dffeb;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

#loader {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    text-align: center;
}

.clearer {
    clear:both;
}

.text1 {
    display: inline-block;  
    text-align: left;
}

.text2 {
    text-align: left;
}

.text2.skrollable-before,
.text2.skrollable-after {
    display: none;
}

.bottom {
    position:absolute;
    bottom:40px;
    text-align: center;
    width: 100%;
    padding: 40px 0;
    z-index: 60;
}

.skrollr-mobile .text2pos,
 .text2pos { 
    position: absolute;
    right: 0;
    top:66.666%;
    bottom: auto;
    width: 100%;
    padding: 15px;
    z-index: 100;
}

.skrollr-mobile .anmeldeform {
    display: none;
}

.skrollr-mobile .bottom {
    padding: 80px 0;
}

.ghostbutton,
.ghostbutton:visited {
    font-size: 2rem;
    text-decoration: none;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    border-style: solid;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    background-color: transparent;
    font-weight: normal;
}


.ghostbutton:hover,
.ghostbutton:focus {
    border-color: #6dffeb;
    color: #6dffeb;
    text-decoration: none;
}

section {
    display: block;
    position: relative;
}

input[type="text"] {
    border: medium none;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

select {
    border: medium none;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

label {
    font-size: 2rem;
}

button {
    cursor: pointer;
}


.textSlide {
    width: 100%;
    height: 300px; 
    background-color: #000000; 
    display: table;
}

.textSlide .text {
    text-align: center;
    font-size: 2em;
    font-size: 2rem;
    display: table-cell;
    vertical-align: middle;
}



.bgimagecontainer  {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.skrollr-mobile .bgimagecontainer {
    background-attachment: scroll;
}

.skrollr-desktop .bgimagecontainer {
    background-attachment: fixed;
}

#bg0 {
    background-image: url(../images/sky.jpg);
    position: absolute;
    left: 0;
    text-align:  center;
}

#bg0_1 {
    background-image: url(../images/walking.jpg);
    position: absolute;
    left: 100%;
    background-size: 130%;
    background-position: top left;
    background-repeat: repeat;
}

.skrollr-mobile #bg0_1 {
    background-size: 130% !important;
    background-position: top left !important;
}

#jumping {
    position: absolute;;
    top:0px;
    left: 50%;
}

.textcontainer {
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);

    padding: 15px 15px;
}

.rings {
    vertical-align: middle; 
    width:43px;
}

.year {
    display:inline-block;
    line-height: 0.8em;
    text-align: center;
    font-weight: 600;
}

@media(max-width:409px) {
    #jumping {
        width: 300px;
        margin-left: -150px;        
    }
    
    .text1 {
        margin-top: 225px;
    }
    
    .year {
        font-size: 110px
    }
}

@media(min-width:410px) {
    #jumping {
        width: 400px;
        margin-left: -200px;        
    }
    
    .text1 {
        margin-top: 300px;
    }
    
    .year {
        font-size: 170px
    }
}

@media(min-width:510px) {
    #jumping {
        width: 500px;
        margin-left: -250px;        
    }
    
    .text1 {
        margin-top: 350px;
        max-width: 90%;
        
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    
    .text2 {       
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    
    .col-50.right {
        margin-top: 30px;
    }
    
    .ghostbutton,
    .ghostbutton:visited {
        padding: 15px 25px;
    }
    
    .year {
        font-size: 240px
    }
    
}

@media(min-width:810px) {
    #jumping {
        width: 600px;
        margin-left: -300px;
    }
    
    .text1 {
        margin-top: 420px;
        max-width: 80%;
    }
    
    #bg0_1 {
        background-size: cover !important;
        background-position: center center;
    }
    
    .col-50 {
        width: 50%;
        margin-left: -15px;
        padding: 0 15px;
        float:left;
    }
    
    .textcontainer {
        background-color: #000000;
        background-color: rgba(0,0,0,0.5);

        padding: 15px 30px!important;
    }
    
    .rings {
        vertical-align: middle; 
        width:43px;
    }
    
    .text2pos {

        position: fixed;
        right: 0;
        top:auto;
        bottom: 0;
        width: 35%;
        padding: 15px;
        z-index: 100;
    }
    
    .anmeldeform {
        display: initial;
    }
    
    .year {
        font-size: 400px
    }
}


@media(min-width:920px) {
    
    .text1 {
        max-width: 80%;
    }
    
    .text2pos {
        width: 32%;
    }
    
    .year {
        font-size: 450px
    }
}

@media(min-width:1300px) {
    html, html body {
        font-size: 10px;
        line-height: 1.5em;
    }
    
    #jumping {
        width: 800px;
        margin-left: -400px;
    }
    
    .text1 {
        margin-top: 550px;
        max-width: 70%;
    }
    
    .text2pos {
        width: 28%;
    }
    
    .year {
        font-size: 600px
    }
}

@media(min-width:1500px) {
    
    .text1 {
        max-width: 50%;
    }
    
    .year {
        font-size: 740px
    }
}



#bg2011 {
    background-image: url(../images/2011.jpg);
}

#bg2008 {
    background-image: url(../images/2008.jpg);
}

#bg2007 {
    background-image: url(../images/2007.jpg);
}

#bg2006 {
    background-image: url(../images/2006.jpg);
}

#bg2005 {
    background-image: url(../images/2005.jpg);
}

#bg2004 {
    background-image: url(../images/2004.jpg);
}


#bg2003 {
    background-image: url(../images/2003.jpg);
}

#bg2002 {
    background-image: url(../images/2002.jpg);
}

#bg2001 {
    background-image: url(../images/2001.jpg);
}

#bg2000 {
    background-image: url(../images/2000.jpg);
}

#bg1999 {
    background-image: url(../images/1999.jpg);
}

#bg1998 {
    background-image: url(../images/1998.jpg);
}