body {
    background-image: url(/lib/graphic/blackorchid.png);
    font-family: verdana;
    color: white;
}

a {
    color: #12ab33;
    text-decoration: underline;
}
p {
    margin-bottom: 1.5rem !important;
}


    a:hover {
        color: #34cd55;
        text-decoration: none;
    }

h2 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.streamer {
    display: none;
    width: 100%;
    min-height: 50px;
}

    .streamer.top {
        height: 90px;
        background: #121212;
    }

    #youtubeLogo {
        margin-left: 10px;
        margin-top: 15px;
    }

.logo-wrap {
    float: left;
}

.logo {
    height: 120px;
}


#magic-line-top {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    width: 100px;
    height: 2px;
    background: #12ab33;
}

#magic-line-bottom {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100px;
    height: 2px;
    background: #12ab33;
}


.slider {
    max-width: 960px;
    margin: auto;
    background: grey;
    margin: 20px auto;
}

.container {
    max-width: 960px;
    padding: 0;
}

.container-wrap {
    padding: 10px 40px;
    background: #2d2d2d;
}

.content {
    min-height: 200px;
    max-width: 960px;
    margin: auto;
    margin-top: 20px;
    padding: 10px 0 10px 0;
    clear: both;
}

.clear {
    clear: both;
}


p {
    font-size: 14px;
}

.footer {
    clear: both;
    margin: auto;
    max-width: 960px;
    height: 50px;
    margin-top: 20px;
    color: #12ab33;
    font-size: 14px;
}

    .footer p {
        float: right;
    }



/*FORSIDE*/

/*
    KONTAKT
    */

.left {
    float: left;
    width: 480px;
}

.right {
    float: right;
    width: 480px;
}


textarea {
    box-sizing: border-box;
    width: 480px;
    max-width: 480px;
    min-height: 100px;
}

label {
    min-width: 60px;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}

input, textarea {
    padding: 5px 7px;
    background: #1c1c1c;
    border: none;
    color: white;
    font-family: verdana;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border: solid transparent 1px;
}

    input:hover, textarea:hover {
        border-color: white;
    }

    input:focus, textarea:focus {
        background: #121212;
        border-color: white;
    }

:focus {
    outline: none;
}

.btn {
    float: right;
    background: #136d26;
    color: white;
    font-family: tahoma;
    cursor: pointer;
    margin-top: 20px;
    width: 100px;
    font-size: 17px;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    border: solid transparent 1px;
}

    .btn:hover {
        background: #12ab33;
        color: white;
        border-color: transparent;
    }

    .btn:active {
        border: solid white 1px;
    }


/* VALIDERING 
        
        */

.controls.error input, .controls.error textarea {
    border-color: red;
}

.controls.error label {
    color: red;
}


label.error {
    background: url(../graphic/error.png) center left no-repeat;
    display: inline-block;
    padding-left: 25px;
    height: 17px;
    margin-top: 2px;
    font-size: 12px;
    color: red;
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../graphic/valid.png) center left no-repeat;
    display: inline-block;
    margin-top: 2px;
    line-height: 20px;
    color: white;
}

.noscriptError {
    background: url(../graphic/error.png) center left no-repeat;
    display: inline-block;
    padding-left: 25px;
    height: 17px;
    margin-top: 2px;
    font-size: 12px;
    color: red;
}


img.profil {
    float: right;
    width: 300px;
}


.kon-lbl {
    color: #12ab33;
}
/*NEWS*/
.news {
    float: right;
    padding-left: 30px;
    width: 470px;
    height: 500px;
}

    .news a {
        text-decoration: none;
    }

.newnews {
    font-size: 20px;
    margin-bottom: -25px;
}

.seeAll {
    margin-top: 20px;
}



.nyhed {
    margin-bottom: 15px;
}

    .nyhed h1 {
        display: inline;
        margin-right: 20px;
        font-size: 18px;
    }

    .nyhed span {
        font-size: 12px;
        color: #ababab;
        font-style: italic;
        margin-top: 0;
        vertical-align: bottom;
    }


.info {
    width: 400px;
    float: left;
    margin-bottom: 20px;
    border-right: solid 3px white;
    padding-right: 40px;
}

    .info img {
        margin-top: 35px;
        border: solid #12ab33 5px;
        margin-left: 50px;
    }




/*.news div h1 {
    margin-bottom: 10px;
    font-size: 15px;
}*/

.newsletter {
    float: right;
}


/*ARCHIVE*/

.archive {
    padding-top: 40px;
}

.newsbox {
    border-bottom: 2px solid #12ab33;
    padding-bottom: 30px;
    padding-top: 10px;
    max-width: 960px;
    margin: 0px auto;
    padding: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 10px 10px 63px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 63px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 63px 0px rgba(0,0,0,0.75);
}




    .newsbox h1 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .newsbox span.timeStamp {
        color: #ababab;
        font-style: italic;
        font-size: 11px;
    }

    .newsbox p[style], .newsbox span[style], .newsbox p[style] span[style], .newsbox p {
        margin-top: 10px;
        font-size: 15px !important;
        line-height: 23px !important;
    }


/*MUSIC*/


#m-left {
    width: 500px;
    float: left;
}

    #m-left .text {
        width: 400px;
        margin-bottom: 70px;
    }

#m-right {
    float: left;
    width: 460px;
}

.media-content {
    float: right;
    width: 400px;
}

#music {
    background: #232323;
    padding: 10px;
    margin-top: 20px;
    width: 400px;
}

#video {
    margin-top: 25px;
}

    #video span {
        font-size: 10px;
    }



.media-content span { /*video tag*/
    font-size: 10px;
}

.streamer ul {
    max-width: 960px;
    margin: 0 auto;
}

    .streamer ul li {
        float: right;
        height: 50px;
        margin: 0;
    }

/* NODER OG TEKSTER */



.node-left {
    width: 520px;
    float: left;
}

.node-right {
    float: left;
    width: 440px;
    height: 400px;
}

.node {
    font-size: 18px;
    margin-bottom: 40px;
}

.cover {
    height: 125px;
    width: 125px;
}



table.songs {
    margin: 40px 0;
}

    table.songs tr {
        height: 25px;
        line-height: 25px;
    }

        table.songs tr:hover {
            background: #3c3c3c;
        }


    table.songs td.title {
        padding-left: 10px;
    }

    table.songs td.links {
        padding-left: 40px;
    }

        table.songs td.links a {
            margin-right: 10px;
        }

        td {
            /* // miligram overwrite */
            border-bottom: 0rem solid #e1e1e1;
    padding: 0;
        }


#galleryList {
    min-height: 150px;
}


#galleryList li {
    float: left;
    padding: 10px;
}

    #galleryList li a {
        display: block;
        height: 150px;
        width: 220px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

ul {
    list-style: none;
}


/* // NAV */

.navigation {
    width: 100%;
    z-index: 3;
  }
  
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }

  
  
  .navigation li a {
    display: block;
    /* padding: 10px 30px; */
    text-decoration: none;
  }
  
  .navigation li a:hover,
  .navigation .menu-btn:hover {
    background-color: #f4f4f4;
  }
  
  .navigation .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
    padding-right: 0px;
  }
  
  /* menu */
  
  .navigation .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .navigation .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .navigation .menu-icon .navicon {
    background: #12ab33;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .navigation .menu-icon .navicon:before,
  .navigation .menu-icon .navicon:after {
    background: #12ab33;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .navigation .menu-icon .navicon:before {
    top: 5px;
  }
  
  .navigation .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .navigation .menu-btn {
    display: none;
  }
  
  .navigation .menu-btn:checked ~ .menu {
    max-height: 2040px;
  }
  
  .navigation .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .navigation .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .navigation .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {

    .slider-wrapper {
        height: 300px;
    }

    .container-wrap {
        padding: 10px 0px;
    }

    .logo {
        margin-top: -70px;
    }
    .streamer {
        display: block;
    }
    .navigation  {
      position:static;
      max-width: 960px;
    }
    .navigation ul:hover {
        overflow: visible;
    }
    .navigation li {
      float: left;
    }
    .navigation li a {
        /* padding: 0px 30px;    */
    }
    .navigation .menu {
      clear: none;
      max-height: none;
    }
    .navigation .menu-icon {
      display: none;
    }

    .navigation li a:hover,
    .navigation .menu-btn:hover {
      background-color: transparent;
    }


    nav {
        max-width: 960px;
        margin: 0 auto;
    }
    
    .nav-wrap {
        background: #2d2d2d;
        height: 50px;
    }
    
    nav ul {
        position: relative;
    }
    
        nav ul li {
            float: left;
        }
    
            nav ul li a {
                height: 50px;
                display: block;
                padding: 0 20px;
                line-height: 50px;
                color: #dcdcdc;
                text-decoration: none;
                font-size: 16px;
                border: solid transparent 2px;
                -moz-transition: all linear 0.2s;
                -o-transition: all linear 0.2s;
                -webkit-transition: all linear 0.2s;
                transition: all linear 0.2s;
            }
    
            nav ul li ul {
                height: 0px;
                position: absolute;
                top: 44px;
                margin-left: 0px;
                background: #2d2d2d;
                width: 135px;
                z-index: 90;
                overflow: hidden;
                border: solid 3px transparent;
                -moz-transition: height linear 0.2s;
                -o-transition: height linear 0.2s;
                -webkit-transition: height linear 0.2s;
                -ms-transition: height linear 0.2s;
                transition: height linear 0.2s;
            }
    
            nav ul li:hover ul {
                height: 181px;
                border: solid 2px #12ab33;
                border-top: none;
                overflow: unset;
            }
    
                nav ul li:hover ul li {
                    float: none;
                }
    
            nav ul li ul li a:hover {
                color: white;
                background: #222 !important;
            }
            #magic-line-bottom, #magic-line-top {
                display: list-item;
            }
    

  }
  