/*----------------------------------------------------------------GENERAL------------------------------------------------------------------------*/
html {
    font-size: 15px;
}

body {
    font-weight: 300;
    color: #000;
    font-family: 'Oswald', sans-serif;
    background: #fff;
    line-height: 1.4em;
    font-size: 1.1rem;
    /*background-image:url('/theme/intendit/graphics/bg.jpg');
    background-position:center top; background-size:cover; background-attachment:fixed;*/;
}

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

/* Give map a height and it's images no max-width */
.map-canvas {
    height: 50vh;
}

.map-canvas img {
    max-width: none;
}
p.Intendit {
  color:#ccc;

}

.boxwrapper figure {

    margin:0;

}

.boxwrappper imgwrapper {

position: relative;
}

.boxwrapper {
    position: relative;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.boxwrapper .boxtitle {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    font-family: LibreBaskerville;
     opacity: 0;
}

.boxwrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: rgba(0,0,0,0.0);
    
}

.boxwrapper:hover .overlay {
    background-color: rgba(0,0,0,0.6);
}

.boxwrapper .overlay span {
    text-align: center;
}

.instagram .boxwrapper .overlay span {
opacity: 0;

}

.boxwrapper .overlay i {
    opacity: 0;
    font-size: 1.5rem;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.boxwrapper:hover .overlay i, .boxwrapper:hover .overlay .boxtitle, .instagram .boxwrapper:hover .overlay span {
    opacity: 1;
}

.boxwrapper:hover .overlay img {
    -webkit-filter: none;
    filter: none;
}

/*----------------------------------- FB --------------------------------------*/
.socialmedia h2 {font-size:1.8em; padding: 0 0 20px;}
.fbPosts p {margin-bottom:7px; padding-bottom:7px; border-bottom: 1px solid #E1E1E1;}
.fbPosts .pubdatum {margin-bottom:15px; color: #000; font-weight: 200;  padding-bottom:10px; }
.fbPosts .pubdatum a {color:#000; font-weight: 200;}
.socialmediaikoner .fa.round { background:rgba(0, 0, 0, 0.3); }

a.arrow:nth-of-type(3) .fa {
    background: #B0D8D8;
}
.arrow .fa {
    background:rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: fontawesomeregular;
    font-size: 3.2em;
    height: 60px;
    left: 50%;
    margin: -40px 0 0 -40px;
    padding: 4px 0 0;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 5;
}
/*----------------------------------- Go Down / Click to begin --------------------------------------*/

.click2begin a {
    position: absolute;
    margin-top: -70vh;
    margin-left: -6vw;
    opacity: 0.8;
}

.click2begin a:hover img {
    -webkit-animation-duration: 1.5s;
    animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.click2begin a:hover {
    opacity: 0.8;
}
/*---------------------------------------------------------------DIVERSE "WRAPPERS"------------------------------------------------------------*/
.wrapper {
    min-height: 100vh;
    margin-top: 0px;
 
} /*EGEN DIV by EMMA - puttar ner sidfoten*/

.startsida .wrapper {
    min-height: 100em;
}

.sida {
    padding: 30px 0 50px;
} 

.container {
    width: 100%;
    max-width: 1100px;
    padding: 0;
}


.record {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

/*---------------------------------------------------------------BASIC ELEMENTS----------------------------------------------------------------*/
a {
    color: #0E692F;
    font-weight: 300;
    text-decoration: none;
}

a:hover {
    color: #852511;
}

.sektion p a {
    text-decoration: underline;
}


p {
    margin: 3px 0 20px;
}

strong {
    font-weight: 500;
}

iframe {
    max-width: 100%;
}

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

.bild {
    float: right;
    width: 360px;
    max-width: 40%;
    height: auto;
    margin: 0 0 30px 30px;
    overflow: hidden;
}

.box_bild, .listing_bild {
    width: 100%;
} /*säkra vyn i IE*/

.bild img, .box_bild img, .listing_bild img, .galleri_bild img {
    width: 100%;
    height: auto;
} /*säkra vyn i IE*/

.scrollup {
    opacity: 0;
}

body.scrolled .scrollup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    color: #fff;
    opacity: 0.3;
    font-size: 4em;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
}

body.scrolled .scrollup:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
}

/*listor*/
.sida ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

.sida ul li {
    margin-bottom: 3px;
}

/*.sida ul {list-style:none; padding: 0; }
.sida ul li:before {content: "\f00c"; margin:0 10px 0 0; font-family: fontawesomeregular;}*/

/*egna klasser*/
.spaltX2 {
    text-align: left !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
} /*Delar upp i 2 spalter*/
.shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.shadowborder {
    box-shadow: 0px 0px 0px 1px #e4e4e4;
}

.vcenter_item {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*readmore & buttons*/
.readmore, .button {
    background: rgba(0, 0, 0, 0.15);
    color: #404040;
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
    font-weight: 400;
    margin-top: 10px;
}

.readmore:hover, .button:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #404040;
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
}

.readmore {
    padding: 5px 20px;
    display: table;
}

.button {
    padding: 10px 0px 9px;
    display: block;
    border: none;
    height: auto;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
}

/*ikoner*/
.sida i {
    margin: 0 10px 10px 0;
    font-size: 120%;
}

.icon_round {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 140%;
    height: 40px;
    margin: 5px 12px 7px 0;
    padding: 10px 0 0;
    text-align: center;
    width: 40px;
}

.icon_border {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 1.6em;
    height: 1.8em;
    margin: 10px auto 0;
    padding: 0.4em 0 0;
    width: 1.8em;
}

.kontakt .icon_round {
    background: rgba(0, 0, 0, 0.15);
}

/*googlekarta*/
.map-canvas {
    height: 50vh;
    margin-top: 0px;
    padding-bottom:0px;
}

.map-canvas img {
    max-width: none;
}
/*-----------------ikoner-----------------------*/
.fa {
    font-size: 1.2em;
}

.fa.round {
    border-radius: 50%;
    padding: 11px 0 0;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #404040;
    color: #fff;
}

.sidfot .fa.round {
    background: rgba(0, 0, 0);
    font-size: 1.3em;
    width: 40px;
    height: 40px;
    padding: 10px 0 0;
}

.box .fa {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.toptext .fa {
}

/*---------------------------------------------------------------FONTS------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0;
    font-weight: 200;
    font-family: 'Oswald';
}

h1 {
    font-size: 2.7em;
    line-height: 1.1em;
    padding: 0px 0 20px;

}

h2 {
    font-size: 1.7em;
    line-height: 1.1em;
    padding: 0px;
}

h3 {
    font-size: 1.3em;
    line-height: 1.1em;
    padding-bottom: 10px;
}

.bildspel_titel h1 {
     font-size: 3.2em;
     color:#FFF;
     display:block;
     text-align:center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


/*----------------------------------------------------------Social media banner----------------------------------------------------------------*/ 
.socialmediabanner  {background:  rgba(0, 0, 0, 0.45); bottom: 0px; left: 0; opacity: 0; padding: 20px 0;  position: absolute;
 text-align: center;transition: opacity 0.5s ease-in 0s;width: 100%;}
.socialmediabanner a { color: #fff; display: inline-block; font-size: 1.2em; padding: 0px 12px; transition: color 0.5s ease-in 0s;}
.socialmediabanner a:hover {color:#fff; transition: color 0.5s ease-in 0s;}
body.scrolled .socialmediabanner {opacity:2; transition: opacity 0.5s ease-in 0s;}


/*----------------------Instagram-------------------------*/
.instagram {
    position: relative;
}

.instagram .logodiv h3 {
    color:#FFF;
    padding: 20px 20px 20px;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7b29b+0,d6c4af+100 */
    background: #000;
 /* Old browsers */
    background: -moz-linear-gradient(top, #000 0%, #2d2c2c 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#2d2c2c));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000 0%,#2d2c2c 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000 0%,#2d2c2c 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000 0%,#2d2c2c 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #000 0%,#2d2c2c 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#2d2c2c',GradientType=0 );
 /* IE6-9 */;
}

.instalogo {
    max-height: 30px;
    min-height:30px
    width: auto;
    opacity: 0.5;
    display: block;
    margin: 0 auto;
}

.instagram .slick-slider {
    position: relative;
    top: 0;
    z-index: 1;
    height: 280px !important;
}

.instagram .slick-track {
    z-index: 1;
    height: 300px !important;
}

.instagram .imagewrapper {
    position: relative;
    height: 300px !important;
     z-index: 1;
    
}

.instagram .imagewrapper img {
    display: block;
    
}

.instagram .imagewrapper:hover img {
}

.instagram .imagewrapper .overlay {

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0);
    transition: 0.5s ease-in 0s;
    padding: 0px;

}

.instagram .imagewrapper:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 0.5s ease-in 0s;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------BILDSPEL------------------------------------------------------------------------*/
.slick-slider {
    margin: 0 auto;
    position: relative;
}

.slick-track {
    height: 95vh;
    max-height: 65vw;
}

.slick-slide {
    background-size: cover;
    background-position: center center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}   

/*------------------------------------------------------------------STARTBANNER------------------------------------------------------------------------*/
.startsidatext {
    
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    padding: 65px 35px 0px 15px;
    -webkit-transition: background 0.5s ease-in 0s;
    transition: background 0.5s ease-in 0s;
}
.startsidatext2 {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
      padding: 35px 35px 0px 15px;
    -webkit-transition: background 0.5s ease-in 0s;
    transition: background 0.5s ease-in 0s;
}

.startsidatext h1 {
    font-size: 4.0em;
    font-weight: 200;
    text-align: center;
    color:#FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.startsidatext_textdiv {
    text-align: center;
    border: 1px #FFF;
} 

/*----------------------------------------------------ALTERNATIVE INDEX - Onepage----------------------------------------------------------------*/
.sektion {
    width: 100%;
    padding-top: 90px;
    position: relative;
}

.sektion.full {
    min-height: 100vh;
}

.sektion > .container {
        width: 92%;
}

.sektion .container .twelve:first-child {
    margin-bottom: 1em;
}

.intro_sektion {
    min-height: calc(100vh - 20px);
    background: #FFF;
}

.banner_sektion {
    text-align: center;
    min-height: 60vh;
}

.banner_sektion h1 {
    font-size: 3.0em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.0em;
    padding: 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
   
}

.sektion.kontakt_sektion {
    background: #000;
    color: #fff;
}

.sektion.kontakt_sektion a {
    text-decoration:none;
    color: #bababa;
}

 
/*the molecules
.sektion:nth-child(5):before {background-image: url("/theme/intendit/graphics/lines-r.png"); background-position: right top;background-repeat: no-repeat;
background-size: 100% auto; content: "";height: 100%; opacity: 0.4;position: absolute;right: 0; top: 0; width: 50%;z-index: 1;}
.sektion:nth-child(7):before {background-image: url("/theme/intendit/graphics/lines-l.png"); background-position: left bottom;background-repeat: no-repeat;
background-size: 100% auto; content: "";height: 100%; opacity: 0.5;position: absolute;left: 0; bottom: 0; width: 50%;z-index: 1;}
.sektion:nth-child(10):before {background-image: url("/theme/intendit/graphics/lines-r.png"); background-position: right top;background-repeat: no-repeat;
background-size: 100% auto; content: "";height: 100%; opacity: 0.6;position: absolute;center center: 0; top: 0; width: 100%;z-index: 1;}
*/
.sektion:nth-child(8) .highlight {
    color: #856B55;
}

.sektion:nth-child(9) .highlight {
    color: #D7763B;
}
/*----------------------------------------------------------Social media banner----------------------------------------------------------------*/ 

/*------------------------------------------------------------------VANLIGA BOXAR------------------------------------------------------------------------*/
.boxar {
    padding: 40px 0 60px;
    position: relative;
    box-shadow: 0px 0px 75px 50px rgba(0, 0, 0, 0.55);
}

.box i {
    color: #3F564C;
    display: block;
    font-size: 3.7em;
    margin: 0 auto 15px;
    text-align: center;
}

.box h2 {
    text-align: left;
}

.box_textdiv {
}

.box_textdiv p:last-child {
    margin-bottom: 0px;
}

/*------------------------------------------------------------------OTHER LISTING------------------------------------------------------------------------*/
.produkt, .referens, .referensprojekt, .event, .medarbetare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*---------------------------------------------------------------GALLERI -----------------------------------------------------------------------*/
.wrapper .galleri {
    padding: 40px 0 0;
    margin: 40px auto 0;
    border-top: 1px solid #d0d0d0;
}

.galleri_bild {
    box-shadow: 1px 1px 0 0 #e4e4e4;
}

.galleri_bild:nth-child(4n + 4) {
    box-shadow: 0px 1px 0 0 #e4e4e4;
}

.galleri_bild img {
    padding: 20px;
}

.thumbtitel {
    font-size: 90%;
}  

/*photoswipe*/
.pswp__caption__center {
    text-align: center;
} /*texten alignas center i popup*/
.pswp {
    margin: 0 !important;
} /*tar bort automatiska margin 0 1% som finns i flex*/
.pswp__bg {
    background: rgba(0, 0, 0, 0.9);
} /*ändrar bakgrund*/

/*magnific*/
.mfp-bg {
    background: #000;
    opacity: 0.9;
}
 
/*---------------------------LOGOGALLERI ------------------------------------------*/
.wrapper .loggagalleri {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e4e4e4;
}

.loggagalleri .logga {
    min-height: 150px;
}

.loggagalleri .logga img {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.standing {
    width: 40%;
}

.squarish {
    width: 40%;
}

.landscape {
    width: 55%;
}

.longlandscape {
    width: 70%;
}

.extralonglandscape {
    width: 100%;
}
 
/*------------------------------------------------------------------Formulär-----------------------------------------------------------------------*/
.boltforms-row label {
    font-weight: 400;
    margin-bottom: 0;
}

.boltforms-row input {
    width: 100%;
    color: #606060;
}

.boltforms-row textarea {
    width: 100%;
    color: #606060;
}

.boltforms-row button {
    display: block;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    border: none;
    border-radius: 2px;
    height: auto;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.0em;
}

/*Kontaktbanner*/
.kontaktbanner {
    background: #202020;
    padding: 50px 0;
    color: #fff;
    box-sizing: border-box;
}

.kontaktbanner h2 {
    padding: 0px 0 10px;
}

.kontaktbanner .boltforms-row {
    float: left;
    width: 33.3%;
    padding-right: 10px;
}

.kontaktbanner .boltforms-row:nth-child(n+4) {
    width: 100%;
}

offerwrapper {
    padding: 0px;
    width: 100%;
    
}
.offerform .boltforms-row {
    float: left;
    width: 100%;

}

.offerform .boltforms-row:nth-child(n+4) {
    width: 100%;
}
/*Kontaktformulär
.kontaktformular .boltforms-row {width:100%;}*/

/*----------------------------------------------------------------HEADER SPECIFIC------------------------------------------------------------------------*/
/*header {text-transform: none; width:100%; background: rgba(0, 0, 0, 0.3); position:fixed; top:0; z-index:5; -webkit-transition:0.5s ease-in 0s; transition:0.5s ease-in 0s; }
header.flex {width:100%; opacity: 0.5; position:fixed; top:0; z-index:5; -webkit-transition:0.5s ease-in 0s; transition:0.5s ease-in 0s; }*/
header {
    text-transform: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    min-height: 55px;
    position: fixed;
    top: 0px;
    z-index: 10;
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
}

body.scrolled header {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
}

body.scrolled header .logo img {
}

body.scrolled header nav {
}

/*Logotype*/
.logo {
    margin: 0;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
} /*Add width:100% för att ge egen "rad"*/
.logo img {
    max-height: 70px;
    width: auto;
}

.logo a {
    padding: 0;
    color: #404040;
    font-size: 25px;
} /*fontsize för att over-ride "extra" höjd på loggan*/
 

/*Standard meny + hovers*/
nav {
    padding: 10px 0;
    z-index: 10;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
nav ul.menu a.nav-active {
    border-bottom: 1px solid #60dc0d;
}
nav ul.menu li {
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid #0E692F;
    font-size: 1.9em;
}

nav ul.menu li:last-child {
    border: none;
}

nav ul.menu li.dropdown > a:after {
    content: " \f107";
    display: inline-block;
    font-family: fontawesomeregular;
    font-size: 1em;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

nav ul.menu li a {
    padding: 4px 5px;
    letter-spacing: 0.5pt;
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
    color: #0E692F;
    font-size: 0.8em;
}

nav ul.menu li a:hover {
    -webkit-transition: 0.5s ease-in 0s;
    transition: 0.5s ease-in 0s;
    color: #852511;
}

nav ul.menu .active a, nav ul.menu .current a {
     border-bottom: 1px solid #60dc0d;
}

/*Dropdown + hover*/
nav .menu .dropdown ul {
    border: none;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.7);
    left: 20px;
}

/*Mobile menu under 800px - fixed header*/
.mobile-menu header {
    position: fixed;
    top: 0;
    min-height: 80px;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: none;
} /*background på header bar*/


.mobile-menu .wrapper {
    margin-top: 80px;
}  /*knuffar ner innehåll bakom menyn - justera höjd*/



.mobile-menu .logo {
    text-align: left;
    padding: 20px 100px 10px 20px;
}

.mobile-menu .logo img {
    max-height: 40px;
    max-width: 100%;
    height: auto;
}

.mobile-menu .logo a {
}

#menu-icon {
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 10;
}

#menu-icon span {
    border: 2px solid #000;
    border-radius: 3px;
}

.mobile-menu nav ul.menu {
    background: rgba(255, 255, 255, 0.6);
    font-size:0.8em;
}

.mobile-menu nav ul.menu.show {
    max-height: calc(100vh - 50px);
}  /*räknar höjd - fixed header*/

.mobile-menu nav .menu .dropdown ul {
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    left: 0px;
}

.mobile-menu nav ul.menu li.dropdown > a:after {
    display: none;
}

.mobile-menu nav ul.menu li {
    border: none;

}

/*-------------------------------------------------------------------MEDIA QUICKIES--------------------------------------------------------------------*/
/*----------------------------Allt under 1300px----------------------------*/
@media (max-width: 1300px) {
     
/* Standard meny - tight it up*/ 
    nav ul.menu li {
        border: none;
        padding: 0 5px;
    }

    nav ul.menu li:last-child {
        padding-right: 15px;
    }

   
}

/*----------------------------Allt under 1100px----------------------------*/
@media (max-width: 1099px) {
/*container width*/
    .container {
        width: 95%;
    }
       
 
/*Show hide*/    
    .m-show {
        display: block;
    }

    .m-hide {
        display: none;
    }
}
/*----------------------------Allt under 800px----------------------------*/
@media (max-width: 799px) {
    .banner_sektion {
        background-attachment: scroll !important;
    }
.offerwrapper {
    padding-top: 30px!important;
    width: 100%;
    
}
.startsidatext {
        color: #000;
        background: rgba(255, 255, 255, 0.7);
        padding: 0px 35px 0px 15px;
        -webkit-transition: background 0.5s ease-in 0s;
        transition: background 0.5s ease-in 0s;
}
    h1 {
        font-size: 2.4em;
    }

    .sektion {
        padding: 40px 0px 0px 0px;
    }

    .boxar {
        box-shadow: none;
    }

  
    .banner_sektion h1 {
        font-size: 3.5em;
    }
    
/*Fontsize*/ 
    body {
        line-height: 1.25em;
        font-size: 0.97em;
    } 
    
/*Bild*/
    .bild {
        margin: 0 0 20px 20px;
    }

    .startsidatext h1 {
        font-size: 2.4em;
    }

    .socialmediabanner a {
        border-right: none;
        padding: 5px 25px;
    } 
    
/*Images*/      
    .s-six img, .xs-six img, .s-twelve img, .xs-twelve img {
        width: 100%;
        height: auto;
    }
   
/*Sidfot*/   
    .sidfot .s-twelve {
   
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 0;
        text-align: center;
    }

    .sidfot .s-twelve:last-child {
        border-bottom: none;
    }
}

/*---------------------------MEDIA XS - upp till 550-----------------------------*/
@media (max-width: 549px) {
 
    .startsidatext h1 {
        font-size: 1.8em;
    }

    .banner_sektion h1 {
        font-size: 2.30em;
    }
.intro_sektion {
    min-height: calc(70vh - 10px);
    background: #FFF;
}
    h1 {
        font-size: 2em;
    }
.bildspel_titel h1 {
    font-size: 2.3em;
    color: #FFF;
    display: block;
    padding-top:10vh;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
    .slick-track {
        height: 70vh;
        max-height: 65vw;
    }

    .slick-slide {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: block !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .startsidatext {
        margin-top: 30px;
    }
/*spalt*/    
    .spaltX2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        text-align: none;
    } 
   
/*Kontaktbanner*/   
    .kontaktbanner .boltforms-row {
        width: 100%;
        padding-right: 0px;
    }

/*gallerithumbs*/
    .galleribild {
        border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }

    .galleribild:nth-child(2n+2) {
        border-right: none;
    }

/*Show hide*/    
    .xs-show {
        display: block;
    }

    .xs-hide {
        display: none;
    }
         
/*map*/
    .map-canvas {
        width: 100%;
        max-height: 200px;
    }
    
/*table varje cell under varann med border efter varje rad 
table tr td {display: list-item; list-style: none; padding:0; }
table tr td:first-child {padding: 10px 0 0;}
table tr td:last-child {padding: 0 0 10px;}*/;
}

@media (max-width: 320px) {
/*bild*/
    .bild {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        float: none;
    }

    .bild img {
        width: 100%;
        height: auto;
    }
}
/*-------------------------------------------------------------------END MEDIA QUERYS--------------------------------------------------------------------*/
/*------------------------------------------------------Make FB widget responsive-------------------------------------------------------*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style], .twitter-timeline {
    width: 100% !important;
}
