
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ff9d1c;

}
#contentwrap{
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -260px; 
}
#contentwrap:after {
    content: "";
    display: block;
}
section.main h2{
    position: absolute;
    margin-top:40px;
    color:#fff;
    text-transform: uppercase;
    font-size: 6.5vw;
    font-weight: 700;
}
.inner{
    max-width: 1020px;
    margin: 0 auto;
    padding-left:10px;
    padding-right: 10px;
}
#content {
    overflow: auto;
    padding-top:100px;
}

.afsnit{
    margin-bottom:3em;
}
footer, #contentwrap:after {
    height: 260px; 
    
}

#logo_img{
    width:160px;
    margin-top:10px;
}

.logo_block{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.full-with{
    width: 100%;
    
}
footer {
    
}

footer .inner{
    
    padding: 20px 10px 0px 10px;
}
.inpage-anchor{
    position: relative;
    top:-150px;
}
.relativePos{
    position:relative;
    height:100px;
}
.row{
    clear:both;
    overflow:auto;
    margin-top:20px;
    margin-bottom:20px;
}

/* STRUCTURE */

header {
    width: 100%;
    height: 100px;
    background-color: #ff9d1c;
    position:fixed;
    top: 0;
    z-index: 999;
}
.relative{
    position: relative;
}
#lang_link{
    position: absolute;
    font-size:0.8em;

right: 6px;

background-color: lightgray;

padding: 2px 0px;
text-align: center;
border-radius: 0px 0px 4px 4px;
width:39px;
}
.centerwrap{
    width:100%;
    text-align: center;
}
footer {
    clear: both;
    
}
.mobile{
    display: none;
}
.no-mobile{
    display: block;
}

/* MENU */

nav#main-menu{
    float: right;
    top:26px;
    z-index: 2000;
}
table.hours{
    width:70%
}
table.hours td{
    font-size:1.0em;
}
table{
    width: 100%;
}
tr{
    width: 100%;
    display: inline-block;
}
tr.tablerow_head{
    margin-top:1em;
}
tr.heading{
    font-weight: 600;
}
tr.tablerow_head:first-child{
    margin-top:0em;
    margin-bottom:1em;
}
td{
    display: inline-block;
    float:left;
    font-size: 0.9em;
}
table tr td:last-child{
    float: right;
}
nav#main-menu {
    padding:10px 0;
    position: relative;
}
nav#main-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:-9px;

}
nav#main-menu ul li {
    display:inline-block;
    position:relative;
    padding: 0 15px;
    line-height: 2.3em;
}
nav#main-menu ul li:last-child{
    padding-right: 0px;
    
}
nav#main-menu .dropdown{
    padding-bottom:10px;
}
table.threetable td:first-child{
    font-style: italic;
    width:20%;
}
table.threetable tr:nth-child(even) {background: #EEE}
/* PANEL MENU */
.menu-link{
    position: absolute;
    color:#fff;
    font-size: 2.5em;
    right:10px;
    top:20px;
    background-image: url('../assets/menuicon.png');
    height:100%;
    width:45px;
    background-size: 45px;
    background-repeat: no-repeat;
    
}

.panel {
    position: fixed;
    right: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    z-index: 3000;
    background-color: black;
    padding-right:20px;
    padding-top:20px;
    text-align: right;
}

.social_float{
    
}
.social_float img{
    width:20px;
    margin-right:10px;
    padding-top:7px;
}
.column {
    float:left;
    width: 32%;
    margin-right:1%;
    
}
.column:last-child{
    margin-right: 0;
    padding-left:50px;
}

.column.half {
    float:left;
    width: 49.5%;
    
}
.clear{
    clear: both;
}
.column .column.half{
    width:49%;
}
.column .column:last-child{
    margin-right: 0;
    padding-left:30px;
}
.column.twothirds{
    width:66%
}
.column.onethird{
    width:33%
}
.column.onethird.three{
    width:32.6%;
    padding-left:0
}

.map-black-white {
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
 height:400px;
 width:100%;
}
/* SLICK SLIDER */
.slick-slide img{
    width:100%;
}
.slick-arrow{
    top: 45%;
    position: absolute;
    color:#fff;
    z-index: 2000;
    background-color: rgba(100,100,100,0.5);
    cursor: pointer;
    z-index: 10;
    padding:0.5em 0.8em;
}
.slick-prev {
    left:0px;
}
.slick-next {
    right:0px;
}



/* for 600px or less */
@media screen and (max-width: 600px) {

    
    .mobile{
        display: block;
    }
    .no-mobile{
        display: none;
    }

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


    .column:not(.footercolumn) {
        float: none !important;
        width: auto !important;
        margin-bottom: 20px;
    }
    .column:last-child{
        margin-bottom: 0;
        padding-left:0;
    }
    

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


    .column.table {
        float: none !important;
        width: auto !important;
        margin-bottom: 20px;
    }
    .column:last-child{
        margin-bottom: 0;
        padding-left:0;
    }

    
}