/* Göteborg Dykeriteknik AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* Hero New */
@import url("https://use.typekit.net/vsd4zig.css");

/* Kepler Serif */
@import url("https://use.typekit.net/jsp0qpm.css");
/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

@media only screen and (hover:none) {
	*, 
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

html { 
    font-size: 62.5%; 
}

.section-block-wrapper::after {
	display: table;
	clear: both;
	content: '';
}

body {
    background-color: #fff;
    background-position: right center !important;
    overflow-x: hidden !important;
	background-attachment: fixed !important;
  font-family: "Roboto Condensed", sans-serif;
}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}
.p-2{
	padding: 2rem;
}

/* Video background */
.fullscreen-bg-video {
   	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 14rem 4rem;
}

@media only screen and (max-width:696px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 10rem 2rem;
	}
}

/* ==========================================================================
Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.isMobile .parallax  {
	background-attachment: scroll !important;
	max-width: 100% !important;
	background-size: cover !important;
}

.parallax .section-block { height: 70vh; }


@media only screen and (max-width:1466px) {
		.parallax .section-block { height: 70vh; }
}



/* ==========================================================================
Split Wrapper
========================================================================== */


.split-reverse {
	flex-direction: row-reverse;
}


.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 10rem 9rem;
    text-align: left;
}

.split-image {
    width: 50%;
    position: relative;
	overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
}


.split-wrapper.box-shadow {
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.split-wrapper.box-shadow .split-image { box-shadow: none; }

.split-content.content-white { background: #fff;}

.split-content.content-black { background: #000;}
.split-content.content-black h2 { color:#e73137; }
.split-content.content-black p { color:#fff; }

.split-content { display: flex; }
.split-content .split-text { align-self: center; }

.split-content.overlap {
	margin-left: -20%;
	background-color: rgba(255,255,255, 1);
}


@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
    
    .split-image-product img {
		object-fit:contain !important;
	}
}


@media only screen and (max-width:1080px) {
	
	.section-block .split-image {
		width: 100%;
		order: 1;
		max-height: 40rem;
	}
	
	.section-block .split-content {
		width: 100%;
		padding: 7rem 3rem;
		order: 0;
		
	}
}

@media only screen and (max-width:696px) {
	.section-block .split-content {
		width: 100%;
		padding: 5rem 0rem;
		order: 0;
	}
}

@media only screen and (max-width:696px) {
	.split-wrapper.box-shadow {
		box-shadow: none;
	}
	
	.section-block .split-image {
		max-height: 30rem;
	}
}



/* kod för section-split */
.section-split .section-block .normaltext-type { max-width: none; }
.section-split .section-block .section-block-wrapper { max-width: 160rem; }

@media only screen and (max-width: 1370px) {
	.section-split .split-content {
		padding: 7rem 2rem 7rem 5rem;
	}
}

@media only screen and (max-width:1080px) {	
	.section-split .split-content {
		padding: 7rem 3rem;
	}
}

@media only screen and (max-width:696px) {
	.section-split .split-content {
		padding: 5rem 0rem;
	}
}


/* ==========================================================================
    Buttons
========================================================================== */
.btn-muliple .btn{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 2rem;
}
.btn {
	font-family: inherit;
	max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.5rem 4rem;
    border-radius:3rem;
    text-align: center;
    font-size: 1.3rem;
   letter-spacing: 0.2em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    	text-transform: uppercase;
	font-weight: 400;
}


.btn {
	background: transparent;
	border: 2px solid #fff;
	color:#fff;
}


.btn:hover {
	background:#fff;
	border: 2px solid #fff;
	color:#333;
}


.btn-yellow {
	background: #f3b521;
	border: 2px solid #f3b521;
	color:#333;
}

.btn-primary {
	background: transparent;
	border: 2px solid #09326B;
	color:#09326B;
}

.btn-primary:hover {
	background: #09326B;
	border: 2px solid #09326B;
	color:#fff;
}

.btn-primary-filled {
	background: #09326B;
	border: 2px solid #09326B;
	color:#09326B;
}

.btn-primary-filled:hover {
	background: #ff4500;
	border: 2px solid #ff4500;
	color:#fff;
}

.btn-filled-white {
	background: white;
	border: 2px solid white;
	color: #000;
}

.btn-outlined-white {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-filled-black {
	background: #000;
	border: 2px solid #000;
	color: white;
}

.btn-outlined-black {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-filled-white:hover {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-filled-black:hover {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-outlined-white:hover {
	background: white !important;
	border: 2px solid white;
	color: #000;
}

.btn-outlined-black:hover {
	background: #000 !important;
	border: 2px solid #000;
	color: white;
}


.btn-wrapper {
	margin-top: 3rem;
}

.btn-center {
    width: 30rem;
}

.button {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
}

.button,
.button::before,
.button::after {
	transition: all .3s ease;
} 

.button:hover {
	text-decoration: none;
}

.button-circle {
  position: relative;
  margin: auto;
  padding: 1.2rem 3rem;
  transition: all 0.2s ease;
  color:#fff;
}

.button-circle::before {
  content: '';
  position: absolute;
  top: -.5rem;
  left: 0;
  display: block;
  border-radius: 3rem;
  background: #006e7b;
  opacity: .5;
  width: 6rem;
  height: 6rem;
  transition: all 0.3s ease;
}


.button-circle.black {
	color:#000;
}

.button-circle.black::before { opacity: .2; }

.button-span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: all .3s ease;
}

/*.button-span::after,
.btn::after {
	content: '\2192';
	margin-left: .5em;
	transition: all .3s ease;
}*/

.button:hover .button-span::after {
	margin-left: 1em;
	transition: all .3s ease;
}

.button-circle:hover {
	color:#fff;
}

.button-circle:hover::before {
  width: 100%;
  background: #006e7b;
  opacity: 1;
}

.button-circle:active {
  transform: scale(0.96);
}


/* länk med pil */
.arrow-link {
	padding-top: 1rem;
	font-size: 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1;
}

.arrow-link::after {
	content: ' \f30b';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f30b';
	opacity: 1;
	margin-left: 10px;
}


/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a , li {
	line-height: 1.9;
	font-size: 1.7rem;
	color: #585E62;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

.EditMode a {
	font-size: 16px;
}

/* p { padding: 0 0 0.5em 0; } */

a:hover {
	text-decoration: underline;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	color:#09326B;
	text-transform: normal;
	text-transform: none;
}

.handwritten {
	font-family: tornac, 'Parisienne', sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2, h3, .subheading {
	font-size: 4.3rem;
	padding-bottom: 3rem;
	font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.heading { 
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-bottom: 2rem;
	font-weight: 600;
	color:#444;
	line-height: 1.4;
	font-family: inherit;
}


@media only screen and (max-width:1466px) {
	h2, h3, .subheading {
		font-size: 4.4rem;
	}
	
	.heading {
		font-size: 1.7rem !important;
	}
}

@media only screen and (max-width:1300px) {
	h2, h3, .subheading {
		font-size: 4rem !important;
	}
	
	.heading {
		font-size: 1.7rem !important;
	}

}

@media only screen and (max-width:696px) {
	p, a , li {
		line-height: 1.6;
		font-size: 1.6rem !important;
	}
	
	h2, h3, .subheading {
    	font-size: 3.2rem !important;
	}
	
	.heading {
		font-size: 1.9rem !important;
	}

}



strong {
	color: #09326B;
}

.bold {
	font-weight: 700;
}
.text-center{
	text-align: center;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}
/* stora "ABC"-blocket */
.normaltext-type {
    max-width: 110rem;
    margin: 0 auto;
    text-align: center;
}

.text-block-center{
	margin: auto;
	max-width: 75rem;
}



@media only screen and (max-width: 580px) {
    .list-pills li {
        width: 100%;
        padding: 1rem;
        font-size: 1.4rem;
    }
}


/* ==========================================================================
Färger
========================================================================== */
.LayoutPage .bg-primary {
	background: linear-gradient(90deg, rgba(9,50,107,1) 0%, rgba(21,67,130,1) 50%, rgba(9,50,107,1) 100%);
}

.color-primary {
	color: #09326B !important;
}
.text-white{
	color: white;
}
.color-orange {
	color: #ff4500 !important;
}

.SubPage .bg-primary .section-block li:before,
.LayoutPage .bg-primary * {
	color: #fff;
}
.bg-white{
	background-color: white;
}


.LayoutPage .bg-secondary {
	background-color: #9EC4B2 !important;
}

.color-secondary {
	color: #9EC4B2 !important;
}
/* ==========================================================================
Grafiska element
========================================================================== */
.br-1{
	border-radius: 1rem;
}

/* ==========================================================================
Header / Navigation
========================================================================== */
/*
header {
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
*/

header {
    background-color: transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: none;
    height: 10rem;
}

header .container {
    max-width: none;
    padding: 0 3rem;
}

header.scrolled {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 8rem;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.logo { 
	padding: 1rem; 
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.logo img {
	 width: 25rem;
	  max-width: 100%;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;

}

nav.mainmenu ul.TemplateMenu  {
	margin-right: -6rem;
}
header .header-logo{
	max-height: 10rem;
	max-width: 10rem;
	background-color: white;
	padding: 1rem;
	border-radius: 50%;
		margin: 0.5rem;
}
/*nav.mainmenu ul.TemplateMenu .logo-middle {
	background: transparent url('/assets/images/gda-logo.png') no-repeat center center;
	background-size: auto 10rem;
	margin: 1rem;
    width: 20rem;
    height: auto;
    min-height: 13rem;
    text-decoration: none !important;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

nav.mainmenu ul.TemplateMenu .logo-middle {
	background-size: auto 8rem;
	min-height: 8rem;
}

nav.mainmenu ul.TemplateMenu .logo-middle:before { display: none;}*/
nav.mainmenu {
    text-align: right;
}

nav.mainmenu ul {
    text-align: right;
}

nav.mainmenu ul.TemplateMenu>li {
    line-height: normal;
    height: auto;
}

nav.mainmenu ul.TemplateMenu>li:first-child {
    display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
    display: inline-block !important;
}

nav.mainmenu a {
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.55rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.5rem;
    letter-spacing: 1px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 8rem;
    margin-bottom: -1px;
}

header.scrolled nav.mainmenu a,
.EditMode header nav.mainmenu a {
    color: #111;
}

header nav.mainmenu a {
    display: inline-block;
}

/*nav.mainmenu ul.TemplateMenu > li {
    line-height: normal;
    height: auto;
}

nav.mainmenu ul.TemplateMenu > li:nth-child(1) {
	order: 3;
	height: auto;
	line-height: normal;
	display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu > li:nth-child(1) {
	display: block;
}


nav.mainmenu ul.TemplateMenu > li:nth-child(2) { order: 0; }
nav.mainmenu ul.TemplateMenu > li:nth-child(3) { order: 2; }
nav.mainmenu ul.TemplateMenu > li:nth-child(4) {order: 3;}
nav.mainmenu ul.TemplateMenu > li:nth-child(5) {order: 4; }
nav.mainmenu ul.TemplateMenu > li:nth-child(6) {order: 2; }
nav.mainmenu ul.TemplateMenu > li:nth-child(7) {order: 7; }
nav.mainmenu ul.TemplateMenu > li:nth-child(8) {order: 8; }
nav.mainmenu ul.TemplateMenu > li:nth-child(9) { order: 9; }


nav.mainmenu {
	text-align: center;	
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 300;
	font-size: 1.3rem;
	color: #000;
	text-transform: uppercase;
	padding: 0 4rem;
	letter-spacing: 0.2em;
	line-height: 10rem;
	    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	
}*/


/* hamburgemenyn */
header .mobile-menu span{
	height: 2px;
	width: 100%;
	background: #09326B;
	border-radius: 2px;
	margin-bottom: 1rem;
	display: none;
}

header .close-menu {
	display: none;
}
/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 2rem;
    list-style: none;
}

.header-cta-wrapper li {
    margin: 0 .5rem;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

.mobile-menu .header-cta-wrapper {
    margin: 0;
}


@media only screen and (max-width: 980px) {
 header {
    background-color: white;
}
nav.mainmenu ul.TemplateMenu{
	text-align: center;
}
}





@media only screen and (max-width: 580px) {
    /* CTA */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

header .close-menu:before, 
header .close-menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 3px;
	background-color: #09326B;
}

header .close-menu:before {
  	transform: rotate(45deg);
}

header .close-menu:after {
  	transform: rotate(-45deg);
}


nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: orangered !important;
}  

nav.mainmenu a:hover:before,
nav.mainmenu li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav.mainmenu a:before {
    background-color: orangered;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 2.1rem;
    width: 50%;
    left: 25%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}  


nav.mainmenu .expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

/* Header > CTA Btn  */ 
header .cta-btn {
	position: absolute;
	top: 2.8rem;
	right: 2rem;
	opacity: 1;
	    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.btn-nav {
	font-family: inherit;
	padding: 1.3rem 3rem !important;
	width: auto;
	font-size: 1.3rem !important;
	text-transform: uppercase;
	font-weight: 400;
	background: #000;
	border: 2px solid #000;
	color:#fff !important;
	border-radius: .6rem;
	line-height: 1 !important;
		    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    letter-spacing: .1em;
   
}

.btn-nav:hover {
	background: #aabb9c;
	border-color: #aabb9c;
	color: #fff !important;
	 text-decoration: none;
}

nav.mainmenu .boka-item:hover a,
nav.mainmenu .boka-item.active a {
 	border: 2px solid #1aade5 !important;
	background-color: transparent;
	color: #1aade5 !important;
}

nav.mainmenu .boka-item.active a:before,
nav.mainmenu .boka-item:hover a:before {
	display: none;
}

@media only screen and (max-width: 980px) {
	header {
		height: 7.2rem;	
	}
	
	nav.mainmenu ul.TemplateMenu {
		display: inline-block;
	}
	
	.logo-middle {
		display: none !important;
	}
	
	nav.mainmenu ul.TemplateMenu > li:nth-child(1) {
		display: block;
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		background-color: #fff !important;
	}
	
	nav.mainmenu .Padding {
		padding-left: 0;
		margin-top: 72px;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: auto;
		width: 100%;
	}
	
	nav.mainmenu li a {
		font-size:1.7rem;
		border-bottom: none;
		margin: 0px 0px;
		color: #333 !important;
		padding-left: 10px;
	}
	
	nav.mainmenu li:hover a, 
	nav.mainmenu li.active a {
		color: #222 !important;
	}  
	
	nav.mainmenu li:hover, 
	nav.mainmenu li.active {
    	background-color: transparent;
	}
	
	nav.mainmenu a:before {
		display: none;
	}  
	
	.openmenu,
	.closemenu  {
	    background-image: none;
	}
	
	header .mobile-menu span,
	header .close-menu {
		display: block; 
	}
	
	header .header-logo {
		display: block;
	}

	
}


@media only screen and (max-width: 696px) {
	
	nav.mainmenu {
		width: 100%;
	}
}

/* ==========================================================================
Top-section
========================================================================== */

.EditMode .page-title-wrap .split-wrapper {
	margin-top: 10rem;
}

.top-section {
	background: rgba(0, 0, 0, 0.576);
	overflow: hidden;
	position: relative;
	min-height: 100vh;
}

.page-title-wrap {
	background-color: transparent;
    top: 55%;
    left: 50%;
    width: 100%;
    max-width: none;
    text-align: left;
    padding: 2rem;
    z-index: 3;
}

.page-title-wrap h1,
.page-title-wrap h2 {
	  font-family: "Roboto", sans-serif;
	text-shadow: none;
	line-height: 1;
}


.page-title-wrap .usp-1 {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-bottom: 1rem;
	font-weight: 600;
	line-height: 1;
	display: block;
}

.page-title-wrap .usp-2 {
	font-size: 5.5rem;
	color: #fff;
	line-height: 1.1;
	font-weight: 400;
}


.page-title-wrap p {
	color:#fff;
	font-weight: 300;
	line-height: 1.8;
	padding-top: 3rem;
	text-align: center;
}


.page-title-wrap .split-wrapper { margin-top: 10rem;}

.page-title-wrap .split-content { display: flex; }

.page-title-wrap .split-content .split-text { align-self: center;}

.page-title-wrap .split-image {
	box-shadow: none;
	height: 80vh;
	padding:3rem;
}

@media only screen and (max-width: 1466px) {
	.page-title-wrap .usp-2 {
		font-size: 4.5rem;
	}

	.page-title-wrap h1, .page-title-wrap h2 {
		line-height: 0.5;
	}

	.top-section {
		height: 100vh;
	}
}

@media only screen and (max-width: 1300px) {
	.top-section .split-content {
	    padding: 0 6rem 0 6rem;
	}
}

@media only screen and (max-width: 1200px) {
	.top-section .split-content {
	    padding: 0 4rem 0 3rem;
	}
}

@media only screen and (max-width: 1080px) {
	.page-title-wrap .usp-2 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 1000px) {
	.top-section .split-content {
		width: 100%;
		padding: 0 4rem 5rem 4rem;
	}
	
	.top-section .split-image {
		width: 100%;
		height: 40rem;
	}
}

@media only screen and (max-width: 696px) {
	.top-section .split-content {
		width: 100%;
		padding: 0 0rem 3rem 0rem;
	}
	
	.top-section .split-image {
		width: 100%;
		height: 20rem !important;
		display: none;
	}
	
	.page-title-wrap .usp-2 {
		font-size: 3.2rem;
	}
	
	.page-title-wrap p {
		padding-top: 2rem;
	}
}



/* ==========================================================================
Startsida
========================================================================== */
.LayoutPage .section-split .section-block  {
	padding: 2rem;
}

.LayoutPage .section-split .section-block .section-block-wrapper {
	max-width: none;
} 
   
   
/* Om oss
========================================================================== */

@media only screen and (max-width: 1370px) {
	.about .split-content {
		padding: 7rem 2rem 7rem 5rem;
	}
}

@media only screen and (max-width:1080px) {	
	.about .split-content {
		padding: 7rem 3rem;
	}
}

@media only screen and (max-width:696px) {
	.about .split-content {
		padding: 5rem 0rem;
	}
}

/* Processen
========================================================================== */
.LayoutPage .areas .section-block-wrapper { max-width: 180rem !important; }

.LayoutPage .areas .section-block {
/* 	padding: 2rem; */ 
	background: #f8f8f8;
}

.products-wrapper {
    display: flex;
	margin: auto;
	flex-wrap:wrap;
	/*justify-content: space-between;*/
}

.product-card {
	width:24%;
	margin: 0.5%;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1rem 1rem rgba(0,0,0, .1);
}

.product-card:hover {
	text-decoration: none;
}


.product-card .image-wrap {
	position: relative;
	height:40rem;
}

.product-card:first-of-type img {
	object-position: center 60%;
}

.product-card img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
	border-radius: 1rem;
}

.product-card img {
	position: absolute!important;
}

@supports (object-fit: cover) {
    .product-card img {
        position: absolute;
        transform: none;
        top: auto;
        left: auto;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

.product-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.product-contetn {
    min-height: 150px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    width: 100%;
}

.product-footer {
    margin-top: 1rem;
    width: 100%;
}

.heading {
    margin-top: 0;
    margin-bottom: 1rem;
}

.product-card:hover .product-text {
	background: rgba(0, 0, 0, 0.9);
	    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.product-card .product-text * { color:#fff; }

.product-card .product-text .heading {
    padding-bottom: .7rem;
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
}

.product-card .product-text p {
	font-size: 1.6rem;
	text-align: center;
}

@media only screen and (max-width:1300px) {
	.product-card {
		width: 49%;
	}
}
@media screen and (max-width: 1000px) {
		.product-card {
		width: 100%;
	}
}

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

	.products-wrapper {
		margin: 0 -1rem;
	}
	
	.product-card {
		margin: 0 1rem 2rem 1rem;
	}
}

@media screen and (max-width: 700px) {
	
	.products-wrapper {
		margin: 0;
		flex-wrap: wrap;
	}
	
	.product-card {
		width: 100%;
		margin: 0 0 5rem;
	}
	
	.product-text {
    	padding: 3rem 2rem !important;
    }
}


/* Startsida: Marknadsforingsbyra
========================================================================== */

.LayoutPage .section-wrapper.sustainability {
	background: url('/assets/images/goteborgsdykteknik-dykare-korall.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.LayoutPage .section-wrapper.sustainability .section-block { 
	background: rgba(0, 0, 0, 0.2); 
	padding:20rem 3rem; 
}


.sustainability .normaltext-type *:not(.btn) { 
	color:#fff; 
	text-align:center; 
}

.sustainability .normaltext-type {
	max-width: 80rem;
	margin:0 auto;
}

.LayoutPage .sustainability .section-block-wrapper {
	max-width: 130rem;
}

@media only screen and (max-width: 800px) {
	.LayoutPage .section-wrapper.sustainability .section-block { 
		padding: 15rem 3rem; 
	}
}

@media only screen and (max-width: 696px) {
	.LayoutPage .section-wrapper.sustainability .section-block { 
		padding: 12rem 3rem; 
	}
}


/* ==========================================================================
Undersidor generellt
========================================================================== */

/* Visa inte top-section */
.SubPage .top-section {
	display: none;
}


.SubPage .section-block .section-block-wrapper {
	max-width: 140rem;
}

/* Undersida: "stor" topsektion fÃ¶r "huvudundersidorna"
========================================================================== */
.SubPage .subpage-topsection {
	background-color: transparent;
}

.SubPage .subpage-topsection .section-block-wrapper {
	max-width: 140rem !important;
}

.SubPage .subpage-topsection .section-block {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 3rem !important;
}

.SubPage .subpage-topsection .block-object {
	height: 40rem;
	display: flex;
    justify-content: center;
}

.SubPage .subpage-topsection h1 {
	color: #fff;
	padding-bottom: 0;
	font-size: 6rem;
	align-self: center;
	text-align: center !important;
}

@media only screen and (max-width:1024px) {
	.SubPage .subpage-topsection .block-object {
    	height: 30rem;
	}
}

@media only screen and (max-width:1020px) {
	.SubPage .subpage-topsection .block-object {
    	height: 40rem;
	}
}

@media only screen and (max-width: 980px) {
	.SubPage .subpage-topsection {
		margin-top: 7.2rem;
		background-color: transparent;
	}
}

@media only screen and (max-width:768px) {
	.SubPage .subpage-topsection h1 {
		font-size: 5rem;
	}
	
	.SubPage .subpage-topsection .block-object {
    	height: 30rem;
	}
}

@media only screen and (max-width:500px) {
	.SubPage .subpage-topsection h1 {
		font-size: 4rem !important;
	}
	
	.SubPage .subpage-topsection .block-object {
    	height: 25rem;
	}
}


/* Undersida: "liten" topsektion får "tjänsterna"
========================================================================== */
.EditMode .subpage-small-topsection {
	margin-top: 20rem;
}

.SubPage .subpage-small-topsection {
	background-color: transparent;
}

.SubPage .subpage-small-topsection .section-block-wrapper {
	max-width: 140rem !important;
}

.SubPage .subpage-small-topsection .section-block {
	background: linear-gradient(90deg, rgba(9,50,107,1) 0%, rgba(21,67,130,1) 50%, rgba(9,50,107,1) 100%);
	height: 100%;
	padding: 3rem !important;
}

.SubPage .subpage-small-topsection .block-object {
	height: 30rem;
	display: flex;
    justify-content: center;
}

.SubPage .subpage-small-topsection h1 {
	color: #fff;
	padding-bottom: 0;
	font-size: 5rem;
	align-self: center;
}

@media only screen and (max-width: 980px) {
	.SubPage .subpage-small-topsection {
		margin-top: 7.2rem;
		background-color: transparent;
	}
}

@media only screen and (max-width: 696px) {
	.SubPage .subpage-small-topsection .block-object {
		height: 15rem;
	}

}

/* Undersida: sektion med lÃ¶ptext i 2 kolumner
========================================================================== */
.LayoutPage .sub-text .section-block .section-block-wrapper {
	max-width: 150rem;
}

.sub-text .col-1 {
	padding-right: 3% !important;
}

.sub-text .col-2 {
	padding-left: 3% !important;
}

.sub-text .small-heading {
	padding-top: 2rem;
	font-size: 2.5rem;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.02em;
}

.sub-text .col-0 .heading-type {
	padding-bottom: 3rem;
	text-align: left;
}

.sub-text .col-0 .heading-type .subheading {
	text-align: left;
}

.sub-text .col-0 .heading-type p {
	max-width: 100rem;
	text-align: center;
	margin: 0 auto;
}


/* gÃ¶r alla lÃ¤nkar i lÃ¶ptext udnerstrukna */
.SubPage .split-text p a,
.sub-text p a {
	text-decoration: underline;
}

/* om en kolumn bÃ¶rjar med en rubrik ska man ta bort paddingen */
.no-padding {
	padding-top: 0 !important;
}


/* lista i lÃ¶ptext */
.SubPage .section-block li:before {
	content: "\f111";
	color: #09326B;
	font-weight: bold;
    display: inline-block;
    width: 1.9em;
    margin-left: -1.2em;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2rem;
}

.SubPage .section-block ul {
	list-style: none;
}

.SubPage .section-block li {
	padding-bottom: 10px;
}

@media only screen and (max-width:980px) {
	.sub-text .col-1,
	.sub-text .col-2 {
		padding: 0 !important;
		width: 100% !important;
	}
	
	.sub-text .col-0 .heading-type h2 {
		font-size: 4rem;
		
		text-align: left !important;
	}
	
	.sub-text .col-0 .heading-type {
		padding-bottom: 0rem;
	}
	
	.sub-text .col-0 .heading-type p {
		max-width: none;
		text-align: left;
		margin: 0;
	}
	
	.no-padding {
		padding-top: 2rem;
	}
}

/* ==========================================================================
Undersida: om oss
========================================================================== */

@media only screen and (max-width:980px) {
	.miljopolicy .section-block .col-1 ul {
		margin-bottom: 0 !important;
	}
	
	.miljopolicy .section-block .col-2 ul {
		margin-top: 0 !important;
	}
}



/* ==========================================================================
Undersida: referenser
========================================================================== */
.LayoutPage .section-references .section-block {
	padding-left: 0;
}

.LayoutPage .section-references .section-block-wrapper {
	max-width: none;
}


.LayoutPage .section-references .split-content {
	padding: 5rem;
}

.section-references .split-content p,
.section-references .split-content li {
	font-size: 1.5rem;
}

.section-references .split-content ul {
	margin-top: 0;
}
.section-references .split-content .text-label{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.9rem;
}
.info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;

  margin-top: 2.5rem;
  padding: 2rem;

  background: linear-gradient(
    135deg,
    #f4f8fb 0%,
    #eef4f8 100%
  );

  border-left: 4px solid #0a3d62; /* marin accent */
  border-radius: 6px;
}

.info h3 {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0a3d62;
}

.info ul {
  padding-left: 1.2rem;
}

.info li {
  margin-bottom: 0.4rem;
  position: relative;
}

.info li::marker {
  color: #0a3d62;
}

.info-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a3d62;
}


@media only screen and (max-width:1180px) {
	.LayoutPage .section-references .split-wrapper {
		display: block;	
	}
	
	.LayoutPage .section-references .split-image {
		width: 100%;
		height: 40rem;
	}
	
	.LayoutPage .section-references .split-content {
		padding: 5rem;
		width: 100%;
	}
}

@media (max-width: 768px) {
  .info {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width:696px) {
	
	.LayoutPage .section-references .split-content {
		padding: 5rem 0 5rem 2rem;
	}
}


/* ==========================================================================
Undersida: kontakt
========================================================================== */

/* Kontaktformulär
========================================================================== */

.contact-info {
	padding-top: 15rem;
}

.LayoutPage .contact-info .col-0 {
	padding: 7rem 15rem 0 0;
}


/* Contact form  */

.contact-form .section-block .Contact .ContactForm div {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .section-block .Contact .ContactForm div.ContactFormMessage p,
.contact-form .section-block .Contact .ContactForm .ContactFormEmail p,
.contact-form .section-block .Contact .ContactForm .ContactFormField p,
.contact-form .section-block .Contact .ContactForm .ContactFormName p {
	display: none;
}


   
.contact-form .section-block .Contact .ContactForm input.text, 
.contact-form .section-block .Contact .ContactForm textarea.textmessage {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9 !important;
    padding: 22.5px 20px !important;
    border-radius: 7px;
    font-weight: 400;
    color: #000;
}

.contact-form .section-block .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.contact-form .section-block .Contact .ContactForm textarea.textmessage {
    height: 22rem;
    padding: 2rem 0px;
}

.contact-form .Contact .ContactForm input.ContactSubmit {
	border-radius: 30px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #fff;
	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 15px;
    max-width: 320px;
    width: 100% !important;
    margin: 0 auto;
    display: block !important;
    color: #fff;
}

.contact-form .Contact .ContactForm input.ContactSubmit:hover {
	border-radius: 35px;
	box-shadow: none;
	background-color: #fff;
	border: 2px solid #fff;
	color: #09326B !important;
	font-size: 13px;
	 
}

.LayoutPage .layout-2 .form-part textarea.textmessage, .LayoutPage .layout-2 .form-part input.text, .LayoutPage .layout-5 .col-1 .form-part textarea.textmessage, .LayoutPage .layout-5 .col-1 .form-part input.text, .LayoutPage .layout-6 .col-0 .form-part textarea.textmessage, .LayoutPage .layout-6 .col-0 .form-part input.text {
    width: 100%;
}

.contact-form ::placeholder {
	font-family: 'Roboto', sans-serif;
	color: #494949 !important;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1215px) {
	.LayoutPage .contact-info .col-0 {
	    padding: 7rem 7rem 0 0;
	}
}

@media only screen and (max-width: 1060px) {
	.LayoutPage .contact-info .col-0 {
	    padding: 7rem 5rem 0 0;
	}
}

@media only screen and (max-width: 1015px) {
	.LayoutPage .contact-info .col-0 {
	    padding: 0 !important;
	    width: 100%;
	    margin-bottom: 5rem;	
	}
	
	.LayoutPage .contact-info .col-1 {
		padding: 0 !important;
	    width: 100%;
	    max-width: 60rem;
	}
}


@media only screen and (max-width:696px) {
	.contact-info {
	    padding-top: 5rem;
	}
}


/* Karta
========================================================================== */

.find-us {
	font-size: 0;
}

@media only screen and (max-width: 1300px) {
	.find-us iframe {
		height: 50rem;
	}
}

@media only screen and (max-width: 1100px) {
	.find-us iframe {
		height: 40rem;
	}
}




/* ==========================================================================
Footer
========================================================================== */

.footer {
	background-color: #fff;
	box-sizing: border-box;
	padding: 0;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .container .fab {
	margin: 0;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.6em;
    padding-bottom: 0.5rem;
    color: #585E62;
    text-decoration: none !important;
    letter-spacing: 0.012em;
}

.footer h4 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    color: #09326B;
    font-weight: 600;
    padding-top: 0;
    letter-spacing: 0;
    text-transform: none;
}

.footer a {
	display: inline-block;
	color: inherit;
}

.footer a:hover {
    color: #ff4500;
    text-decoration: underline !important;
    cursor: pointer;
}

.footer .footer-top {
    max-width: 160rem;
    padding: 7rem 4rem;
   	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}


/* Contacts icon */
.contacts-icons-wrapper {
	padding-left: 3rem;
}


.contacts-icon::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
    font-size: inherit;
    vertical-align: middle;
    color: #ffffff;
    width: 2em;
    margin-left: -2em;
    text-align: left;
}

.contacts-icon.adress::before { content: '\f3c5'; }
.contacts-icon.phone::before { content: '\f879'; }
.contacts-icon.old-phone::before { content: '\f8d3'; }
.contacts-icon.mobile::before { content: '\f3cd'; }
.contacts-icon.mail::before { content: '\f0e0'; }

/* Social Icons */
.footer .social-media {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-left: 1rem;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
    height: 4rem;
    margin-right: 1rem;
	border-radius: 2rem;	
	background-color: transparent;
	border: 1px solid #cfcfcf;
	color: #cfcfcf; 
	    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.footer .social:hover {
	background-color: transparent;
	border-color: #09326B;
	color: #09326B;
	text-decoration: none !important;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: .5rem;
}

.social-facebook::before { content: '\f39e'; }
.social-linkedin::before { content: '\f0e1'; }
.social-instagram::before { content: '\f16d'; }
.social-youtube::before { content: '\f167'; }

.footer-col-top * {
	text-align: left !important;
}

.footer-col-top:first-child {
	width: 15% !important;
	align-self: center;
	text-align: left;
}

.footer img {
	width: 15rem;
	height: auto;
}

.footer .footer-col-top {
	width: 25%;
}

.footer .footer-col-top:nth-child(2) {
	width: 25%;
	padding-right: 2rem;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	background-color:  #000;
	text-align: center;
	width: 100%;
	padding: 2.5rem 0 2rem 0;
}

.footer-col-bottom * {
    text-align: center !important;
    color: #fff;
}

.footer-col-bottom p {
    color: inherit;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: .1rem;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1200px) {
	.footer-col-top:first-child,
	.footer-col-top {
		width: 50% !important;
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 950px) {
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100% !important;
		max-width: 50rem;
		margin: 0 auto 3rem;
		
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h3 {
		padding-bottom: 10px;
	}
	
	.footer .social-media {
		text-align: center;
		justify-content: center;
	}
	
}

@media only screen and (max-width: 696px) {
	.footer img {
	    width: 12rem;
	}
	.webbess-stamp img {
		width: 3rem;
		margin-left: 1rem;
		filter: invert();
	}
}


