/* intro
---------------------------------------------------------*/

.intro h2 {
    font-size:2.0rem;
}

.opentime {
    text-align:center;
    background:#F49035;
    color:white;
    padding: 1.5em;
    margin-top:2.5em;
}

.opentime p {
    font-size:2.0rem;
}

/* butiker
---------------------------------------------------------*/

.butik-box {
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
    box-shadow:0 2px 4px rgba(0,0,0,0.2);
    background: #fff;
    padding: 1.1em;
    margin-bottom:1.5em;
    color:black;
}

/* kontakt
---------------------------------------------------------*/


/* General
---------------------------------------------------------*/

.page {
    margin-top:7%;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-top:21px;
    width:100%;
}

.pagination  li {
    display: inline-block;
    padding-right: 5px;
}

.pagination  li a {
    background: #000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
}

.pagination .active a, .pagination a:hover {
    background: #18A79E;
}

.section.intro, .section.butiker {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    color:white;
}

.overlay {
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100vh;
}

.gallery-inner {
    width:100%;
    height:100vh;
}


/* header
---------------------------------------------------------*/

header {
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    right:0;
    width:100%;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    font-weight: 400;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.section, .section .overlay, .section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section.full {
    height: 100%;
    min-height: 100%;
}

.section.map,
.section.gallery {
    display: block;
}

.section.gallery .magnific {
    height: 100px;
    margin: 10px;
    background-size: cover;
    background-position: center;
}

h1,
h2,
h3 {
    text-align: center;
}

/* Default cssen: */

img {
    max-width: 100%;
    height: auto;
}

.map-canvas {
    height: 50vh;
}

.map-canvas img {
    max-width: none;
}

.fa-map-marker:before {
    font-size:3.5rem;
    color:#F49035;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style],
.twitter-timeline {
    width: 100% !important;
}

/* override stylecombined css
---------------------------------------------------------*/

.section.map {
    height:auto;
    min-height:200px;
}


.logo {
    float:none;
    padding:0;
}

header {
    background:#F4E982;
}

header a {
    color:#545347;
}

nav>ul {
    float:right;
}

nav li a {
    padding: 30px 20px; 
}

nav li a:hover {
    background:#F4E982;
    color:black;
}

@media (max-width: 400px) {}

@media (max-width: 550px) {}

@media (max-width: 750px) {.gallery-inner {
    width:100%;
    height:100vh;
    margin-top: 400px;
}
    .overlay { 
    padding-top: 127px;
}

}

@media (max-width: 1000px) {}

@media (max-width: 1200px) {}
