@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400&display=swap');

:root{
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
    --blue: #01499E;;
} /* variables*/

/* Reset */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* Header */
.header{
  background-color: var(--blue);
  box-shadow: 1px 1px 5px 0px var(--gray);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header a{
  text-decoration: none;
}
.header ul{
  list-style: none;
}

.sub-header2{
	min-height: 72vh;
	width: 100%;
	background-image: linear-gradient(rgba(4, 9, 30, 0.55),rgba(4, 9, 30, 0.4)),url(images/ofs5.avif);
	background-position: center;
	background-size: cover;
	text-align: center;
	background-color: #01499E;
}
.sub-header2 h1{
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: Nunito;
	padding-top: 25vh;
}
.sub-header3{
	min-height: 72vh;
	width: 100%;
	background-image: linear-gradient(rgba(4, 9, 30, 0.55),rgba(4, 9, 30, 0.4)),url(images/ofs8.avif);
	background-position: center;
	background-size: cover;
	text-align: center;
	background-color: #01499E;
}
.sub-header4{
	min-height: 72vh;
	width: 100%;
	background-image: linear-gradient(rgba(4, 9, 30, 0.55),rgba(4, 9, 30, 0.4)),url(images/ofs7.avif);
	background-position: center;
	background-size: cover;
	text-align: center;
	background-color: #01499E;
}

/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 70px;
    margin-left: 10px;
    opacity: 0;
}
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--blue);
    overflow: hidden;

}
.menu a{
    display: block;
    padding: 30px;
    color: var(--white);
}
.menu a:hover{
    background-color: var(--gray);
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background: var(--white);
    display: block;
    height: 3px;
    position: relative;
    width: 25px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 8px;
}
.hamb-line::after{
    top: -8px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
/* Responsiveness */
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
        color: var(--gray);

    }

    .hamb{
        display: none;
    }
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height: 92vh;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

h1{
	font-size: 36px;
	font-weight: 600;
}
h2{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
p{
	color: #777;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px;
}


@media(max-width: 768px){
	.menu a:hover{
    background-color: var(--blue);
  }

	body .header li{
	  border-bottom: 1px solid white;
  }
	body .about-us{
		width: 80%;
	}
	body .copyright{
		margin-top: auto;
		text-align: center;
		color: #aaa;
	}
	.row{
		flex-direction: column;
	}
	.row2{
		flex-direction: column;
		margin-top: 15%;
		padding-bottom: 17%;
	}
	body .rent-col{
		text-align: center;
	}
	body iframe{
		margin-left: 30px;
	}

	body .uthyrning img{
    width: 80%;
    height: auto;
	  transition: 0.5s;
	  -webkit-filter: brightness(100%);
	  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
  }
  body .uthyrning-col{
  	margin-left: 10%;
  }
  body .uthyrning-col:hover img{
	  box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.4);
	  transform: scale(1.05);
	  -webkit-filter: brightness(110%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px){
	body .uthyrning img{
    width: 100%;
    height: 250px;
	  transition: 0.5s;
	  -webkit-filter: brightness(100%);
	  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
  }
  body .uthyrning-col:hover img{
	  box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.4);
	  transform: scale(1.05);
	  -webkit-filter: brightness(110%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
}
@media only screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1280px){
	body .uthyrning img{
    width: 80%;
    height: 250px;
	  transition: 0.5s;
	  -webkit-filter: brightness(100%);
	  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
  }	
}

.about-us{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.about-col{
	flex-basis: 48%;
	padding: 30px 2px;
	text-align: center;
}
.about-us h1{
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 30px;
	color: #000000b3;
	text-transform: uppercase;
}
.about-us p{
	text-align: center;
	padding: 15px 0 25px;
}

.ctp{
	flex-basis: 48%;
	padding: 30px 2px;
	text-align: center;
}
.ctp img{
	width: 200px;
	border-radius: 50%;
	box-shadow: 0 0 20px 0px rgba(24, 165, 212, 0.6);
}
.ctp p{
	margin-top:2px;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
    line-height: 2px;
}

.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	transition: 0.2s;
}
.hero-btn:hover{
	border: 1px solid #18a5d4;
	background: #0062d1;
	box-shadow: 0 0 20px 0px rgba(15, 22, 38, 0.4);
	transition: 0.2s;
}

.blue-btn1{
	border: 1px solid #0f1626d9;
	background: #01499E;
	color: #fff;
	position: relative;
	transition: 0.2s;
}
.blue-btn2{
	margin-top: 20px;
	border: 1px solid #0f1626d9;
	background: #01499E;
	color: #fff;
	position: relative;
	transition: 0.2s;
}
.row{
	margin-top: 8%;
	display: flex;
	justify-content: space-evenly;
}
.row2{
	margin-top: 8%;
	display: flex;
	justify-content: space-evenly;
}
.services{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
.services h1{
	font-size: 32px;
	font-weight: 400;
	color: #000000b3;
}
.services-col{
	flex-basis: 31%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
.services-col h2{
	font-size: 20px;
	color: #222;
	font-weight: 500;
}
.services-col .fa{
	font-size: 60px;
	color: #01499E;
}
.about-rent{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.rent-col{
	flex-basis: 48%;
	padding: 30px 2px;
}
.rent-col h1{
	margin-left: 10px;
	font-weight: 450;
	color: #000000b3;
}
.rent-col img{
	width: 100%;
	box-shadow: 0 0 20px 0px rgba(15, 22, 38, 0.5);
	transition: 0.5s;
}
.rent-col img:hover{
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.7);
	transition: 0.5s;
}


.services-col2{
	flex-basis: 28%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.2);
}
.services-col2:hover{
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.4);;
}
.services-col2 p{
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.services-col2 h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	color: #18a5d4;
	transition: 0.5s;
}
.services-col2:hover h3{
	text-decoration: underline;
	transition: 0.5s;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}

.services-col2 img{
	width: 100%;
	transition: 0.2s;
	-webkit-filter: brightness(100%);
}

/*----Footer----*/
.footer-basic {
	margin-top: 0;
  padding:40px 0;
  background: #fff;
  color:#fff;
}
.footer-basic h3{
	text-align: center;
	color: #000000b3;
	padding-bottom: 20px;
	font-size: 15px;
}
.footer-cta h3{
	text-align: center;
	color: #000000b3;
	font-size: 25px;
}
.footer-cta p{
	text-align: center;
	padding-bottom: 20px;
}
.footer-cta li{
	margin-top: 30px;
}
.txt2 h3{
	color: #fff;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
  display: inline-table;

}

.footer-basic ul a {
  color: #0062d1;
  text-decoration:none;
  opacity:0.8;
  transition: 0.2s;
}

.footer-basic ul a:hover {
  opacity:1;
  color: #000;
  transition: 0.2s;
}

.footer-basic .social {
	color: #01499E;
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #01499E;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
  transition: 0.2s;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  font-weight: 600;
  color:#343434d9;
  margin-bottom:0;
}

/*--Om sidans footer design(Socials och copyright txt)--*/
.footer-basic .social2 {
	color: #fff;
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social2 > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #fff;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social2 > a:hover {
  opacity:0.9;
}

.footer-basic .copyright2 {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  font-weight: 600;
  color:#fff;
  margin-bottom:0;
  letter-spacing: 1px;
}

.colorc{
	width: 100%;
	background: #fff;
}
.contact-us{
	width: 80%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
.contact-us h2{
	font-size: 30px;
}
.contact-us p{
	text-align: center;
}
.contact-col{
	flex-basis: 48%;
	padding: 30px 2px;
}

.contact-col h1{
	padding-top: 0;
}
.contact-col h3{
	text-align: left;
	margin-bottom: -10px;
}

/*distance to top, left and right is zero, distance to bottom*/
.contact-col p{
	padding: 15px 0 45px;
}

.ctp2{
	flex-basis: 48%;
	padding: 30px 2px;
	text-align: center;
}
.ctp2 img{
	width: 200px;
	border-radius: 50%;
	box-shadow: 0 0 20px 0px rgba(24, 165, 212, 0.6);
}
.ctp2 p{
	margin-top:2px;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
  line-height: 1px;
}

.mail-txt h2{
	font-weight: 500;
	margin-top: 40px;
}

iframe{
	margin-left: 110px;
	width: 80%;
	margin-bottom: 40px;
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.4);
	transition: 0.5s;
}
iframe:hover{
	transform: scale(1.1);
	transition: 0.5s;
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.8);
}
input[type=text], select, textarea {
	width: 80%;
    position: relative;
    padding-bottom: 22px;
    margin-left: 8%;
    margin-bottom: 1.5%;
    font-weight: 500;
    font-size: 16px;
}

input[type=submit] {
	margin-left: 8%;
	margin-bottom: 2%;
	border: 1px solid #0f1626d9;
	background-color: #01499E;
    color: #fff;
    padding: 12px 20px;
    border-radius: 1px;
    cursor: pointer;
}

input[type=submit]:hover {
    color: #fff;
	border: 1px solid #18a5d4;
	background-color: #0062d1;
	box-shadow: 0 0 20px 0px rgba(15, 22, 38, 0.6);
}

form h3{
	text-align: left;
	margin-left: 8%;
	margin-top: 1%;
}

/*---Uthyrning---*/
.uthyrning{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
.uthyrning h1{
	font-size: 32px;
	font-weight: 450;
	color: #000000b3;
}
.uthyrning h2{
	font-size: 26px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 300;
}
.uthyrning h3{
	font-size: 20px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 300;
}
.uthyrning p{
	text-decoration: none;
}
.uthyrning h4{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.uthyrning h5{
	font-size: 18px;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: underline;
}
.uthyrning-col{
	width: 80%;
	flex-basis: 42%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10%;
	padding: 18px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
.uthyrning img{
  width: 80%;
  height: 350px;
	transition: 0.5s;
	-webkit-filter: brightness(100%);
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
}
.uthyrning-col:hover img{
	box-shadow: 0 0 20px 0px rgba(1, 73, 158, 0.4);
	transform: scale(1.1);
	-webkit-filter: brightness(110%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.sectc{
	width: 100%;
	background: #dcdcdc;
	margin-bottom: 5%;
	padding-top: 5%;
}