/*
Theme Name: Silero 2020
Author: Rodolfo AB
Description: Website - theme
Version: 1.0
*/

@font-face {
    font-family: Neue Medium;
    src: url('assets/fonts/Neue_Haas_Medium.woff');
}

@font-face {
    font-family: Neue Light;
    src: url('assets/fonts/Neue_Haas_Light.woff');
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

* {
    font-family: 'Neue Light', Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    margin-top: 0px;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: unset;
    letter-spacing: 1.2px;
}

body h1 {
    font-size: 40px;
    line-height: 46px;
}

body h2 {
    font-size: 40px;
    line-height: 44px;
    margin-top: -8px;
    margin-bottom: 10px;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a.link,
.front-footer a {
    text-decoration: none;
    color: inherit;
    letter-spacing: 1.2px;
    font-size: 12px;
    line-height: 18px;
}

a.link:hover {
    color: inherit;
    text-decoration: none;
}

p,
a,
span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Neue Light', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

span {
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 1.2px;
}

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

.white {
    color: #fff;
}

.black {
    color: #222;
}

.bold,
b,
strong {
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    letter-spacing: 1.2px;
}

/************ NAV ***********/

.nav-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #222;
    opacity: 0;
}

.nav-container {
    width: 100%;
    height: 60px;
    position: relative;
    top: 0;
    z-index: 2000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: none;
}

.page-template .nav-container {
    position: fixed;
}

.nav-wrap {
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#logo {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#logo a {
	display: block;
    height: 23px;
}

#logo a svg {
	height: 23px;
}

.home #logo a svg .cls-1,
.page-template-minsida #logo a svg .cls-1 {
	fill: #222;
}

.home .cls-W,
.page-template-minsida .cls-W {
    fill: #222;
}

.cls-logo {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.black .cls-logo,
.page-template-kontakt .burger .cls-W {
    fill: #222;
}

.fp-viewing-2 .cls-logo,
.fp-viewing-4 .cls-logo,
.fp-viewing-2 .burger .cls-W,
.fp-viewing-4 .burger .cls-W {
    fill: #222;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-desk {
    display: block;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
}

.menu-desk ul.menu {
    padding: 0;
    margin: 15px 0;
}

.menu-desk .menu li {
    display: inline-block;
}

/*.menu-desk .menu li:last-of-type {
    float: right;
    margin-right: -15px;
}*/

.menu-desk .menu li:last-of-type:after {
    content: '';
    clear: both;
}

.menu-desk .menu li a,
.menu-desk-last,
.menu-desk-last a {
    display: block;
    padding: 10px 0px 1px;
    margin: 0 12px 0 0;
    color: #fff !important;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-desk .menu li:last-of-type a {
    margin-right: 0px;
}

.menu-desk .menu li a:hover,
.menu-desk-last a:hover {
    border-bottom: 1px solid #fff;
}

.menu-desk-last {
    position: relative;
    float: right;
    margin: 15px 0;
    padding: 0;
    color: #fff !important;
}

.menu-desk-last a {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 10px 0 0;
    color: #fff !important;
}

.menu-desk-last a:last-child {
    margin: 0;
}

.menu-mob-last {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 185px;
    transform: translateX(-50%);
}

.menu-mob-last a {
    display: block !important;
    margin-bottom: 12px;
    color: #fff !important;
}

.menu-desk .menu-primary-container {
    position: relative;
    overflow: hidden;
}

.current-menu-item a {
    border-bottom: 1px solid #fff;
}

.black .menu-desk .menu li a,
.home .menu-desk .menu li a,
.page-template-minsida .menu-desk .menu li a,
.black .menu-desk-last,
.black .menu-desk-last a,
.home .menu-desk-last,
.home .menu-desk-last a,
.page-template-minsida .menu-desk-last,
.page-template-minsida .menu-desk-last a {
    color: #222 !important;
}

.black .menu-desk .menu li a:hover,
.black .current-menu-item a,
.home .menu-desk .menu li a:hover,
.home .current-menu-item a,
.page-template-minsida .current-menu-item a,
.page-template-minsida .menu-desk .menu li a:hover,
.black .menu-desk-last a:hover,
.home .menu-desk-last a:hover,
.page-template-minsida .menu-desk-last a:hover {
    border-bottom: 1px solid #222;
}

.burger {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    top: 30px;
    width: 30px;
    height: 30px;
    z-index: 2223;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.no-scroll {
    overflow: hidden;
}

html.show-menu .burger {
    background: none;
	visibility: visible;
 	opacity: 1;
    top: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

html.show-menu .burger .cls-W {
    fill: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-mob {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
    width: 320px;
	background: #222;
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	        -moz-transform: translateX(350px);
	          -o-transform: translateX(350px);
	     transform: translateX(350px);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 980;
	list-style-type: none;
}

html.show-menu .menu-mob {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	  -o-transform: translateX(0px);
	     transform: translateX(0px);
}

html.show-menu .menu-desk {
    opacity: 0;
    visibility: hidden;
}

.menu-mob .menu-primary-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#menu-primary-1 {
    margin: 0;
    padding: 0;
    width: 185px;
    height: auto;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mob-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px #222;
       -moz-box-shadow: 0px 0px 5px #222;
            box-shadow: 0px 0px 5px #222;
}

.mob-wrap .menu-item {
    margin-bottom: 24px;
}

.menu-mob .menu li a,
.menu-mob-last a {
    display: inline;
    padding: 0px;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

/********** NAV **********/

.wrap {
    position: relative;
    width: 100%;
}

#dot-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#dot-nav ul {
    margin: 0;
    padding: 0;
}

#dot-nav ul li {
    display: block;
    width: 14px;
    height: 15px;
    margin: 10px 10px 15px;
    position: relative;
    text-align: center;
}

#dot-nav ul li svg {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    transition: all .7s ease-in;
	-moz-transition: all .7s ease-in;
	-o-transition: all .7s ease-in;
	-webkit-transition: all .7s ease-in;
}

body.fp-viewing-2 #dot-nav ul li svg .cls-OP,
body.fp-viewing-4 #dot-nav ul li svg .cls-OP,
body.fp-viewing-2 #dot-nav ul li span,
body.fp-viewing-4 #dot-nav ul li span {
	fill: #222 !important;
    color: #222;
}

#dot-nav ul li svg .cls-hide {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    opacity: 1;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

#dot-nav ul li.active svg .cls-hide {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    opacity: 1;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

#dot-nav ul li span {
    position: absolute;
    top: 1px;
    left: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    width: 100px;
    text-transform: uppercase;
    transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
    opacity: 0;
    color: #fff;
}

#dot-nav ul li:nth-child(4) span {
    top: -5px;
}

#dot-nav ul li.active span {
    opacity: 1;
}

.section {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
	overflow: hidden;
}

.vivero-splash {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%;
}

.vd-image {
    margin-bottom: 20px;
}

#VD svg {
    width: 12px;
    height: 12px;
    position: absolute;
    left: -15px;
    margin-top: 5px;
}

#VD span  {
    position: relative;
}

#VD span svg:nth-child(1) {
    height: auto;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 6px;
}

#VD p:first-of-type {
    margin-top: -5px;
}

#VD svg:nth-child(1) {
    width: 20px;
    height: auto;
    left: -15px;
    margin-top: -9px;
}

.section4 .content {
    background-color: #222;
}

.section5 .content {
    background-color: #E8D252;
}

.section5 .vivero-splash {
    display: none;
}

.btn {
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    display: inline-block;
    background: #E8D252;
    color: #222;
    cursor: pointer;
    margin-top: 40px;
}

.btn a {
    color: inherit;
    padding: 4px 38px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fp-viewing-4 .btn a,
.fp-viewing-4 .btn a:hover {
    color: #E8D252;
}

.btn a:hover {
    color: inherit;
}

.section5 .btn {
    background: #222;
    color: #fff;
}

.fp-viewing-3 #dot-nav li svg line {
    stroke: #fff;
}

/* .content {
    background-color: #E3E3E3;
} */

.home .content .text-block {
    max-width: 600px;
}

.text-block p {
    margin: 0px;
}

.text-block .bold,
.text-block b,
.text-block strong {
    margin-bottom: 5px;
}

.section2 .text-block p {
    margin: 12px 0px 12px;
}

.front-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 15px;
}

.front-footer p {
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
}

.hero {
    width: 100%;
    height: 50%;
    height: 50vh;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero h2 {
    position: absolute;
    bottom: 100px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    margin-top: 0px;
    letter-spacing: 0px;
}

.text-wrap {
    clear: both;
}

.page-template-standardmall {
    background-color: #E3E3E3;
}

.page-template-standardmall .hero {
    background-position: bottom right;
}

.standard-headline {
    margin-top: 40px;
    margin-bottom: 10px;
    z-index: 122;
    position: relative;
}

.standard-headline2 {
    padding-top: 40px;
}

.textarea {
    padding-top: 0px;
    z-index: 122;
}

.short-info {
    margin-top: 20px;
    margin-bottom: 0px;
    z-index: 122;
}

.short-info-mobile {
    display: none;
}

.short-info-mobile .short {
    padding-left: initial;
}

.home .short-info {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.short {
    text-transform: uppercase;
    position: relative;
}

.home .short {
    padding-left: 0px;
}

.short p {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.8px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.short svg {
    width: 15px;
    height: 15px;
}

.arrow-down {
    position: absolute;
    bottom: 110px;
    right: 120px;
    width: 146px;
    height: auto;
}

.home .arrow-down {
    margin-top: 120px;
    position: initial;
    width: 120px;
    margin-bottom: -120px;
}

.hero-btn {
    background-color: #222222;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-top: 40px;
}

.hero-btn a {
    color: #E8D252;
    text-transform: uppercase;
    font-family: 'Neue Medium', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 12px;
    padding: 10px 30px;
    display: inline-block;
}

.hero-btn a:hover {
    color: #E8D252;
    pointer: cursor;
}

.fastighet-hero {
    background-image: url('./assets/Hyra-Web-2.jpg');
    background-position: bottom right;
}

.fastighet-intro {
    margin-top: 0px;
    margin-bottom: 20px;
}

.fastighet-intro a,
.textarea a {
    color: inherit;
    text-decoration: underline !important;
}

.fastighet-intro a:hover,
.textarea a:hover {
    color: inherit;
}

.posts-wrap {
    display: inline-block;
}

.post-wrap {
    padding-top: 20px;
}

.post-wrap {
    background-color: #222;
    color: #fff;
}

.post-wrap:nth-child(odd) #Group_12 line {
    stroke: #fff;
}

.post-wrap .short-info {
    margin-top: 20px;
    margin-bottom: 0px;
}

#kontaktpage {
    background-color: #E3E3E3;
}

.kontakt-hero {
    width: 50%;
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url('./assets/kontakt.jpg');
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('./assets/kontakt.jpg');
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('./assets/kontakt.jpg');
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('./assets/kontakt.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('./assets/kontakt.jpg');
}

.kontakt-wrap {
    position: absolute;
    bottom: 120px;
    left: 50%;
}

.kontaktpersoner a,
.kontaktpersoner a:hover {
    color: #222;
}

footer {
    padding-top: 200px;
    padding-bottom: 0px;
    background-color: #E3E3E3;
}

.archive,
.page-template-archive footer,
.page-template-hyrr footer,
.page-template-faq footer {
    background-color: #222;
    color: #fff;
}

.page-template-archive footer,
.page-template-hyr footer,
.page-template-faq footer {
    padding-top: 42px;
}

.map {
    box-sizing: border-box;
    background-color: #fff;
}

.map iframe {
    display: block;
}

.map .agreement-map .ng-isolate-scope {
    min-height: 500px;
}

.home footer,
.page-template-parkeringar footer {
    display: none;
}

.home footer,
.page-template-kontakt footer {
    display: none;
}

.footer2 {
    display: none;
}

footer svg {
    width: 100%;
    height: auto;
}

.error404 {
    background-color: #E3E3E3;
}

.error-wrap {
    margin: 0px auto 0px;
    padding: 200px 20px 120px;
    text-align: center;
}

.error404 .error-wrap h2 p a {
    color: inherit;
    text-decoration: underline !important;
}

.page-template-minsida {
    background-color: #E3E3E3;
}

.page-template-minsida .wrap {
    height: auto;
    height: 100%;
}

#minsida {

}

#minsida .loginn iframe {
    padding: 60px 15px 45px 15px;
    position: fixed;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page-template-minsida footer {
    background-color: #E3E3E3;
    color: #222;
    position: fixed;
    bottom: 0;
    padding: 0;
    z-index: 199;
}

.location-item {
    position: relative;
    padding: 5% 15px;
}

.location-item h4 {
    margin: 0 0 1em;
    text-transform: uppercase;
}

.location-item .short {
    margin-bottom: 1em;
}

.location-item:after {
    display: block;
    position: absolute;
    top: 3%;
    right: calc(8.33333333% + 15px);
    left: calc(8.33333333% + 15px);
    height: 1px;
    background-color: rgba(51, 51, 51, 0.2);
    content: "";
}

.location-item:first-child:after {
    display: none;
}

.location-items {
    position: relative;
    clear: both;
    background-color: #e8d252;
}

.location-left,
.location-right {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.location-left {
    padding: 0 1% 0 8.33333333%;
}

.location-right {
    padding: 2% 8.33333333% 0 1%;
}

.parkeringar-intro {
    font-weight: 600;
}

.parkeringar-intro:after {
    display: block;
    position: relative;
    clear: both;
    content: "";
}

.parkeringar-intro a {
    color: inherit !important;
    text-decoration: underline !important;
}

@media only screen and (max-width : 1950px) {
    .menu-desk.col-md-6.col-md-offset-6 {
        width: 75%;
        margin-left: 25%;
    }
}

@media only screen and (min-width : 1500px) {
    p, a, span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .menu-desk.col-md-6.col-md-offset-6 {
        width: 85%;
        margin-left: 15%;
    }
}

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

    .menu-desk {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }

    .burger {
        display: block;
    }
}


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

    .hero h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .arrow-down {
        width: 96px;
        right: 100px;
    }

    .kontaktperson1 {
        margin-bottom: 40px;
    }

    .front-footer {
        left: initial;
        right: 0;
        width: auto;
    }
}


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

    body h2 {
        font-size: 32px;
        line-height: 42px;
        margin-top: -8px;
    }

    .text-block {
        margin-bottom: 20px;
        z-index: 1111;
        margin-top: 60px;
    }

    .section2 .text-block {
        margin-top: 0px;
    }

    .text-block h2 {
        margin-bottom: 20px;
    }

    /* .short-info {
        display: none;
    } */

    .page-template-archive-php .short-info,
    .page-template-standardmall .short-info {
        display: block;
    }

    .home .short-info-mobile {
        display: block;
        padding-left: 15px;
        margin-top: 10px;
    }

    .image-block {
        max-height: 350px;
        overflow: hidden;
    }

    .btn {
        margin-top: 20px;
    }

    .archive .posts-wrap .post-wrap {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-wrap .desktop-img {
        display: none;
    }

    .post-wrap .mobile-img {
        display: block;
        padding: 0px;
        margin-bottom: 40px;
    }

    .post-wrap .nopadd {
        padding: 0px;
        margin-bottom: 40px;
    }

    footer {
        padding-top: 120px;
    }

    .page-template-standardmall footer {
        padding-top: 80px;
    }

    .standard-headline2 {
        padding-top: 0px;
    }

    .location-item:after {
        right: 15px;
        left: 15px;
    }

    .location-left {
        padding: 0;
    }

    .location-right {
        padding: 2% 0 0 0;
    }

}


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

    .hero h2 {
        font-size: 50px;
        line-height: 60px;
    }

    body h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .arrow-down {
        display: none;
    }

    .home .arrow-down {
        margin-bottom: 0px;
        display: block;
        width: 100px;
    }

    .home .content .image-block {
        padding-right: 15px;
    }

    .btn {
        margin-top: 10px;
    }

    .textarea {
        padding-top: 20px;
    }

    .page-template-standardmall .textarea {
        padding-top: 0px;
    }

    .kontakt-hero {
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('./assets/kontakt.jpg');
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/kontakt.jpg');
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/kontakt.jpg');
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/kontakt.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./assets/kontakt.jpg');
    }

    .kontakt-wrap {
        bottom: 0px;
        left: 15px;
        width: 100%;
    }

    .kontakt-wrap h2,
    .kontakt-wrap p,
    .kontakt-wrap a,
    .kontakt-wrap a:hover {
        color: #fff;
    }

    .kontaktperson1 {
        margin-bottom: 100px;
    }

    .page-template-kontakt .cls-logo,
    .page-template-kontakt .burger .cls-W {
        fill: #fff;
    }

    .mobile-hide {
        display: none;
    }

    .footer2 {
        display: block;
    }

    .footer1 {
        display: none;
    }

    #park-map {
        height: 700px;
    }

    #minsida .loginn iframe {
        padding: 60px 15px 40px 15px;
    }

    .location-item:after {
        top: 0;
    }

    .location-left,
    .loaction-right {
        display: block;
        width: 100%;
    }

}


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

    p, a, span {
        font-size: 14px;
        line-height: 18px;
    }

    #VD svg:nth-child(1) {
        margin-top: -13px;
    }

    #VD span svg:nth-child(1) {
        top: 3px;
        left: 4px;
    }

    .bold,
    b,
    strong {
        letter-spacing: 1px;
    }

    .post-wrap .mobile-img {
        margin-bottom: 20px;
    }

    .post-wrap .nopadd {
        margin-bottom: 20px;
    }

    .post-wrap .short-info {
        margin-top: 20px;
    }

    .short p {
        font-size: 10px;
        line-height: 12px;
    }

    body h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .text-block {
        margin-top: 40px;
    }

    .vivero-splash {
        top: initial;
        position: absolute;
        right: -15px;
        bottom: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        width: 100%;
    }

    .vivero-splash img {
        width: 150%;
    }

    .home .short-info-mobile {
        margin-top: 5px;
    }

    .short p {
        margin-top: 0px;
    }

    .hero h2 {
        font-size: 40px;
        line-height: 50px;
    }

    body h2 {
        font-size: 26px;
        line-height: 28px;
        margin-top: -8px;
    }

    .home .arrow-down {
        margin-top: 80px;
        width: 80px;
    }

    .text-block h2 {
        margin-bottom: 10px;
    }

    .home .content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .fastighet-intro {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .archive .posts-wrap .post-wrap {
        padding-bottom: 0px;
    }

    .post-wrap h2 {
        margin-top: 20px;
    }

    .short-info {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .short svg {
        width: 10px;
        height: 10px;
    }

    .front-footer {
        right: 0;
        left: 0;
        text-align: center;
    }

    .front-footer p:first-of-type {
        display: none;
    }

    .front-footer p:nth-child(2) {
        position: absolute;
        left: 15px;
    }

    .front-footer p:nth-child(4) {
        display: none;
    }

    .front-footer p:nth-child(5) {
        position: absolute;
        right: 0px;
    }

    footer {
        padding-top: 80px;
    }

    .page-template-standardmall footer {
        padding-top: 80px;
    }

    .front-footer p {
        font-size: 10px;
        line-height: 16px;
    }

    a.link {
        font-size: 10px;
        line-height: 16px;
    }

    .menu-mob .menu li a,
    .menu-mob-last a {
        line-height: 16px;
        font-size: 14px;
    }

    #park-map {
        height: 600px;
    }

    #minsida .loginn iframe {
        padding: 60px 15px 40px 15px;
    }

}


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

    .nav-container {
        height: 40px;
    }

    .nav-wrap {
        height: 40px;
    }

    #logo {
        top: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #logo a svg {
        height: 20px;
    }

    .menu-desk {
        height: 40px;
    }

    .menu-mob {
        width: 280px;
    }

    .burger {
        right: 15px;
        top: 25px;
        width: 20px;
        height: 20px;
    }

    .home .arrow-down {
        margin-top: 40px;
        width: 60px;
    }

    .image-block {
        max-height: 130px;
    }

    .front-footer p {
        padding-right: 10px;
    }

    .text-block {
        margin-bottom: 20px;
    }

    #park-map {
        height: 500px;
    }

    #minsida .loginn iframe {
        padding: 50px 15px 40px 15px;
    }

}

@media screen and (max-width: 450px) and (max-height: 670px) {

    .home .short-info-mobile {
        display: none;
    }

    body h1 {
        font-size: 34px;
        line-height: 36px;
    }

    p, a, span {
        font-size: 12px;
        line-height: 14px;
    }

    .hero h2 {
        font-size: 36px;
        line-height: 46px;
    }

    body h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .section2 .text-block p {
        margin: 8px 0px 8px;
    }

    .section2 .text-block {
        margin-bottom: -40px;
    }

}

p .bt-button {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 0 15px;
    color: #fff !important;
    background-color: #222;
    font-size: 14px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
}

p .bt-button:hover {
    text-decoration: underline !important;
}

.bt-content {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 15px;
}

.bt-content h2 {
    position: relative;
    margin: 30px 0 15px;
}

.bt-content h2:first-child {
    margin-top: 0;
}

.bt-content h2 .hnr {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bt-content h3 {
    margin: 30px 0 15px;
}

.bt-content table {
    border: 1px solid currentColor;
    border-collapse: collapse;
}

.bt-content td {
    padding: 5px 10px;
    border: 1px solid currentColor;
    text-align: left;
}

.bt-content th {
    padding: 5px 10px;
    border: 1px solid currentColor;
}

.bt-nav-backdrop {
    position: relative;
    height: 60px;
    background-color: #222;
}
