html {
	scroll-behavior: smooth;
}
.body-x {
	padding-bottom:0px;
	background:#fff0f5;
}
.back-nav {
	background:#512b58;
	border-bottom:5px solid #f57b51; 
}

.back-client {
	background:#2b90d7;
}
.text-white {
	color:white;
}

a:hover {
    text-decoration: none;
}
.text-white {
	color:#ffac41;
}
.linktop a,a:visited {
	color:#fff0f5;
}
.linktop a:hover {
	color:#f3c623;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    max-height: 980px !important;
}
.testi {
	background:#522d5b;
	border-top:8px solid #f57b51;
	color:#ffffff;
	text-align:center;
	font-size:20px;
	min-height:300px;
}
.produkList {
	padding:8px;
}
.footer {
	background:#333;
	color:#fffff;
}
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }