/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-05-2016, 10:33:08
    Author     : marie-cathrinesorensen
*/

/* BASIC */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
    color: black;
    font-weight: 300;
}

a:link, a:visited, a:active {
    color: #d80000;
    text-decoration: underline;
}

a:hover {
    color: #ededed;
    text-decoration: underline;
}

header {
    width: 100%;
    display:inline-block;
}

.right {
    float: right;
    text-align: right;
}

.left {
    float: left;
    text-align: left;
}

b {
    font-weight: 400;
}

/* OVERSKRIFTER */

.title {
    border-bottom:1px solid #eee;
    padding:12px 0 10px;
}

h1 {
    color: #cecece;
    font-size: 16px;
    font-weight: 400;
    text-align:left;
}

h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    text-align:center;
    transform:scale(1,1.2); /* W3C */
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
}

h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    transform:scale(1,1.2); /* W3C */
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
    display:inline-block;
}

/* MENU - forside */

.navbar {
    width: 100%; 
    background-color: black;
    z-index: 9999;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    overflow: auto;
    height: 100px;
    margin-bottom: -100px;
    display:block;
}

.navbar ul {
    list-style: none;
    display: block;
    padding: 0;
}

.navbar ul li {
    display: inline;
    padding: 0px 20px;
    vertical-align:middle;
    line-height: 60px;
}

.navbar a:link, .navbar a:visited, .navbar a:active {
    color: white;
    text-decoration: none;
}

.navbar a:hover {
    color: #d80000;
    font-weight: 400;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.navbar-background {
    display:none;
}

/* MENU - sider */

.navbar-page {
    width: 100%; 
    background-color: black;
    z-index: 9999;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 100px;
    margin-top:-18px;
    position: fixed;
}

.navbar-page ul {
    list-style: none;
    display: block;
    padding: 0;
}

.navbar-page ul li {
    display: inline;
    padding: 0px 0px 0px 20px;
    vertical-align:middle;
    line-height: 60px;
}

.navbar-page a:link, .navbar-page a:visited, .navbar-page a:active {
    color: white;
    text-decoration: none;
}

.navbar-page a:hover {
    color: #d80000;
}

.navbar-wrapper {
    width: 900px;
    margin: 0 auto;
}

.navbar-logo {
    padding-top:13px;
}

.navbar-active a {
    color: #d80000 !important;
}

.hamburger {
    display: none;
}
            
.cross {
    display: none;
}

.menu {
    display: none;
}

/* FOOTER */

footer {
    background-color: white;
    color: black;
    overflow: auto;
    padding: 50px 0;
    border-top:1px solid #eee;
}

footer p {
    text-align: center;
}

/* SEKTIONER */

.body-div {
    margin-top:70px;
}

.section {
    overflow: auto;
}

.content {
    width: 900px;
    margin: 0 auto;
    clear: both;
}

.morkgraa {
    background-color: #222222;
    color: white;
    padding: 50px 0;
    -webkit-font-smoothing: antialiased;
}

.lysgraa {
    background: url('img/greybg.png');
    background-position: center; 
    background-size: cover;
    padding: 50px 0;
}

.hvid {
    background-color: white;
    padding: 50px 0;
}

/* KOLONNER */

.col-2 {
    width: 50%;
    float: left;
    display:inline-block;
}

.col-3 {
    width: 33.33%;
    float: left;
    text-align: center;
}

/* FORSIDE */

.header {
    height: calc(100vh - 100px);
    display: inline-block;
    width: 100%;
}

.parallax-window {
    min-height: 100%;
    background: transparent;
}

.logo {
    color: white;
    font-size: 2.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: calc(100vh - 100px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;;
}

.logo:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo img {
    vertical-align: middle;
    display: inline-block;
}

.statistik {
    background: url('img/forside/statistik.gif');
    height:400px;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    margin-top: -6px;
    padding:150px 0 50px;
}

.statistik-col {
    width: 16.66%;
    float: left;
    color: white;
    padding: 85px 0;
}

.statistik-tal {
    font-size:110px;
    text-align: right;
    letter-spacing: -8px;
    transform:scale(1,1.2); /* W3C */
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
    font-weight: 400;
}

.statistik-tekst {
    padding: 50px 0px 20px 20px;
    color: #cecece;
}

.statistik-tal:hover {
    animation: shake 2.1s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg) scale(1,1.2);}
    10% { transform: translate(-1px, -2px) rotate(-1deg) scale(1,1.2); }
    20% { transform: translate(-3px, 0px) rotate(1deg) scale(1,1.2); }
    30% { transform: translate(3px, 2px) rotate(0deg) scale(1,1.2); }
    40% { transform: translate(1px, -1px) rotate(1deg) scale(1,1.2); }
    50% { transform: translate(-1px, 2px) rotate(-1deg) scale(1,1.2); }
    60% { transform: translate(-3px, 1px) rotate(0deg) scale(1,1.2); }
    70% { transform: translate(3px, 1px) rotate(-1deg) scale(1,1.2); }
    80% { transform: translate(-1px, -1px) rotate(1deg) scale(1,1.2); }
    90% { transform: translate(1px, 2px) rotate(0deg) scale(1,1.2); }
    100% { transform: translate(1px, -2px) rotate(-1deg) scale(1,1.2); }
}

.kontakt {
    background-color: #d80000;
    padding: 35px 0;
    font-size: 18px;
    font-weight: 400;
    color:white;
}

.kontakt a {
    color:white;
    text-decoration: none;
}

.kontakt-right {
    text-align:right;
}

.kontakt-img {
    vertical-align:middle;
    height: 40px;
    margin-right:20px;
}

.traening {
    background-color: black;
    color: white;
}

.traening-for-born {
    background: url('img/forside/born.jpg');
    height:250px;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
}

.traening-for-voksen {
    background: url('img/forside/voksen.jpg');
    height:250px;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
}

.sponsors {
    padding:0 60px;
    display: inline-block;
    margin:0 auto;
}

/* KLUBBEN */

.traener {
    width: 150px;
    margin: 50px auto 0;
    border-radius: 100px;
    display: block;
    border: 5px solid white;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
    -moz-box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
    box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
}

.tilhor {
    padding:0 80px;
    display: inline-block;
    margin:0 auto;
}

/* HOLD */

.program-container {
    position: relative;
    width: 50%;
    display: inline-block;
    height: 200px;
    float:left;
}

.program-image {
    width: 50%;
    float: left;
    height:100%;
    object-fit: cover;
}

.program-text {
    float: left;
    width:50%;
    background-color: black;
    color:white;
    height:100%;
    padding:20px;
}

.program-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(216, 0, 0, 0.5);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    line-height: 190px;
    font-size:0px;
    color:white;
}

.program-overlay2 {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    background: rgba(216, 0, 0, 0.5);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    line-height: 190px;
    font-size:0px;
    color:white;
}

.program-alder {
    transition: .5s ease;
    display: inline;
    padding: 0 7px 2px;
}

.program-container:hover .program-overlay {
    width: 50%;
    background: rgba(216, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    line-height: 190px;
    font-size:80px;
    color:white;
}

.program-container:hover .program-overlay2 {
    width: 50%;
    background: rgba(216, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    line-height: 190px;
    font-size:80px;
    color:white;
}

.program-container:hover .program-alder {
    background: rgba(216, 0, 0, 1);
}

.program-navn {
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.program-beskrivelse {
    padding: 18px 7px 7px 7px;
    font-size:14px;
    line-height: 170%;
    color:#cecece;
}

/* HOLD - sider */

.born1 {
    width: 100%;
    background: url('img/hold/born1.jpg');
    background-size: cover;
    height:300px;
    padding:80px 0;
}

.born2 {
    width: 100%;
    background: url('img/hold/born2.jpg');
    background-size: cover;
    height:300px;
    padding:80px 0;
}

.junior {
    width: 100%;
    background: url('img/hold/junior.jpg');
    background-size: cover;
    height:300px;
    padding:80px 0;
}

.voksen {
    width: 100%;
    background: url('img/hold/voksen.jpg');
    background-size: cover;
    height:300px;
    padding:80px 0;
}

.kamp {
    width: 100%;
    background: url('img/hold/kamp.jpg');
    background-size: cover;
    height:300px;
    padding:80px 0;
}

.hold-info {
    float:left;
}

.hold-titel {
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    background: black;
    color: white;
    display:inline-block;
    margin-left:-20px;
}

.hold-alder {
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-decoration: underline;
    margin-top:20px;
    margin-left:-20px;
}

.hold-tid {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border: 5px solid red;
    float:right;
    padding-top:32px;
    font-weight: 700;
}

.hold-minutter {
  font-size:16px;
  font-weight: 700;
}

.hold-traenere {
    width: 100px;
    border-radius: 100px;
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
    -moz-box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
    box-shadow: 0px 0px 10px -2px rgba(34,34,34,1);
    vertical-align:middle;
    margin-right:20px;
}

.traener-navn {
    font-weight:400;
    text-transform:uppercase;
    font-size: 15px;
    display: inline;
}

/* MEDLEMMER */

.medlem-v {
    padding-right: 15px;
}

.medlem-h {
    padding-left: 15px;
}

#pensum-pil {
    text-align:center;
    margin-top:30px;
}
            
#pensum {
    display: none;
    margin-top:50px;
}

.pil-ned {
    width: 26px;
    height: 26px;
    padding: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px white;
    box-shadow: 1px 1px white;
    margin: 0 auto;
    cursor: pointer;
}

.baelt {
    height:100px;
}

.baelt img {
    width:350px;
    height:73px;
    margin:19px auto;
    display: block;
}

.baelt-navn {
    height:100px;
    line-height: 100px;
}

#medlem {
    padding-bottom: 10px;
}

#udoever {
    padding-bottom: 10px;
}

.aarets-img {
    height: 150px;
    width: 300px;
    margin: auto;
    display: block;
}
            
.slide {
    width:50%;
    float: left;       
}

.slide2 {
    width:50%;
}
            
#medlem-liste {
    display: none;
    padding-top: 40px;
    width:100%;
    overflow: hidden;
    text-align:center;
}

#udoever-liste {
    display: none;
    padding-top: 40px;
    width:100%;
    overflow: hidden;
    text-align:center;
}

/* RESPONSIVE */

@media screen and (max-width: 899px) {

    body {
        font-size: 15px;
    }

    h4 {
        font-size: 16px;
    }

    .content {
        width: 600px;
    }

    .navbar-wrapper {
        width: 600px;
    }

    .logo {
        display:none;
    }

    .hold-traenere-mobil {
        display:block;
        width:100%;
        margin: 10px 0;
    }

    /* forside */

    .traening-for-born {
        height:180px;
        padding: 30px;
    }

    .traening-for-voksen {
        height:180px;
        padding: 30px;
    }

    .statistik-tal {
        font-size:90px;
        letter-spacing: -5px;
    }

    .statistik-tekst {
        padding: 60px 0px 20px 20px;
        color: #cecece;
    }

    .kontakt {
        font-size: 15px;
    }

    .kontakt-img {
        height: 30px;
        margin-right:15px;
    }

    .sponsors {
        padding:0 40px;
        height:50px;
    }

    /* klubben */

    .tilhor {
        padding:0px 60px;
        height: 100px;
    }

    .col-3 {
        width: 50%;
    }

    /* hold */

    .program-container {
        width: 100%;
        display: block;
        float:none;
    }

    /* medlem */

    .baelt-navn > h3 {
        font-size: 12px;
    }

}

@media screen and (max-width: 599px) {

    body {
        font-size: 15px;
    }

    .title {
        padding:12px 20px 10px;
    }

    h4 {
        font-size: 16px;
    }

    .content {
        width: 100%;
    }

    .morkgraa, .lysgraa, .hvid {
        padding: 50px 20px;
    }

    .col-2 {
        width: 100%;
        float: none;
        display: block;
    }

    /* navigation */ 

    .navbar {
        display:none;
    }

    .navbar-background {
        width: 100%; 
        background-color: black;
        z-index: 99999;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        height: 100px;
        position: fixed;
        display: block;
    }

    .navbar-logo {
        padding-top:13px;
        padding-left:20px;
    }

    .right {
        display:none;
    }
            
    .hamburger, .cross {
        background:none;
        position:fixed;
        top:25px;
        right:0px;
        color:#fff;
        border:0;
        font-size:40px;
        font-weight:bold;
        cursor:pointer;
        outline:none;
        z-index:9999;
        display: block;
    }
      
    .menu {
        margin-top: 77px;
        z-index:100; 
        font-weight:400;
        width:100%; 
        background:black;  
        position:fixed; 
        text-align:center;
    }

    .menu ul {
        margin: 0; 
        padding: 0; 
        list-style-type: none; 
        list-style-image: none;
    }

    .menu li {
        display: block;   
        padding: 15px 0; 
        border-top: 1px solid white;
        color:black;
    }

    .menu li:hover {
        display: block;    
        background:white; 
        padding:15px 0 15px 0; 
        color: black;
    }

    .menu a { 
        text-decoration:none;  
        margin: 0px; 
        color: white;
    }

    .menu a:hover {
        color: black; 
        text-decoration:none;
    }

    /* forside */

    .header {
        height: 100vh;
    }

    .traening-for-born {
        width: 100%;
        height:250px;
    }

    .traening-for-voksen {
        width: 100%;
        height:250px;
    }

    .statistik {
        display:none;
    }

    .kontakt {
        font-size: 15px;
        text-align:center;
        margin-top:-6px;
    }

    .kontakt-img {
        height: 30px;
        margin-right:15px;
    }

    .kontakt-right  {
        text-align: center;
        margin-top:20px;
    }

    .sponsors {
        height:90px;
        padding: 20px 0;
        display:block;
    }

    /* klubben */

    .tilhor {
        padding:20px 60px;
        height: 140px;
        display: block;
    }

    /* hold */

    .program-container {
        width: 100%;
        display: block;
        float:none;
    }

    .program-navn {
        font-size: 14px;
    }

    .program-beskrivelse {
        font-size:12px;
        line-height:150%;
    }

    .hold-info {
        float:left;
        margin-left:20px;
    }

    .hold-tid {
        float:right;
        margin-right:20px;
        width: 80px;
        height: 80px;
        padding-top:17px;
    }

    /* medlem */

    .baelt-navn > h3 {
        text-align: center;
        font-size: 15px;
    }

    .aarets-img {
        height: 88px;
        width: 175px;
    }

    .medlem-v {
        padding-right: 0;
    }

    .medlem-h {
        padding-left: 0;
    }

}