h1 {
	/* display: none; */
}

.services {
	border-left: 1px solid #ffffff52;
}

.services p {
	margin-bottom: 0;
}

.logo {
	width: 100%;
	max-width: 550px;
}

.linkedinIcon {
	position: relative;
	top: 3px;
}

.menu .nextSlide {
	top: 0px;
}

.company-info {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fade .content {
	background: rgb(83 128 151 / 88%);
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.medarbetare {
	font-size: 1.2em;
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 2px;
	-ms-grid-columns: (230px) [auto-fit];
	grid-template-columns: repeat(auto-fit, 230px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px 20px;
}

.medarbetare img {
	object-fit: cover;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	border: 1px solid rgb(199, 199, 199);
}

.medarbetare .person-name {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.3em;
}
.medarbetare .person-name span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	opacity: 0.7;
}

.medarbetare > div {
	font-size: 0.9em;
}

.medarbetare > div > a {
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
}
.medarbetare > div > a:hover {
	text-decoration: underline;
}

[data-name="kontakt"] a:visited {
	color: white;
}

.fade .content.bginvert {
	background-color: rgba(62, 94, 107, 0.95);
	color: white;
}
.openings{
	cursor:pointer;
	margin-bottom:10px !important;
}
.info-wrapper.hidden{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow:hidden;
}
.info-wrapper{
	max-height:5000px;
	transition: max-height 0.15s ease-out;
}

.info{
	background: rgba(83, 128, 151, 0.6);
    color: #fff;
	
    padding: 20px;
    border-radius: 10px;
    border: 1px solid;

}
.info > p{
	font-size:20px !important;
	margin-top:20px;
}
.info ul{
	margin-left:20px;
}
.info li{
	list-style: disc;
	font-size:20px !important;
	    opacity: 0.8;
		font-size: 1.385;
}

[data-name="elkraft"] li p {
	margin-bottom: 30px;
}

.show-mobile {
	display: none;
}
@media only screen and (max-width: 1040px) {
	nav {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.show-mobile {
		display: block;
	}

	.hide-mobile {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.medarbetare {
		justify-content: center !important;
	}
}
