/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2023 | 15:14:20 */
body{
	color: rgb(28, 27, 29);
}
.entry-content,
:where(body .is-layout-constrained) > * {
	margin-block-start: 0!important;
}

h1, h2, h3, h4, h5{
	font-weight:600;
	line-height:1.2em;
	margin-bottom:1.25em;
}

p{
	font-weight: 300;
	line-height:1.4em;
}

.column-block{
	display:flex;
	flex-direction:row;
	justify-self:space-around;
	justify-content:space-around;
	padding: 2em 3em;
	align-items: center;
  	justify-content: center;
	align-self:center;
}

#sticky-header{
	box-shadow: 0 4px 8px 8px rgba(28, 27, 29, 0.1);
    top: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.hidden{
	display:none;
}

#huvudsakliga-verksamhetsomraden h3{
	font-weight: 500;
	color:rgba(28, 27, 29, 0.5);
	font-size: 16px;
}

#huvudsakliga-verksamhetsomraden p{
	font-weight: 300;
	color:rgba(28, 27, 29, 0.85);
	font-size: 20px;
}

#om{
	display:flex;
}

#om-text p, #om-text a{
	line-height:1.75em;
	font-weight:300;
}

#om-text li{
	line-height:1.75em;
	font-weight:300;
}

strong, #form form label{
	font-weight:600;
}

#form form, .wpcf7.js {
	width:100%;
}

#form form input,  
#form form textarea{
	border-radius: 8px;
    padding: 1em;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    margin: 0.5em 0 1em;
    border: 1px solid #aaa;
}

#form form input[type="submit"]
{
	width: 100%;
	border:0;
	background-color: #6DA1AB;
	color:white;
	padding:0.5em;
	font-size:1.4em;
	transition: all 0.5s;
}

#form form input[type="submit"]:hover
{
	background-color: #5F8991;
}

@media screen and (min-width:1600px)
{
	.admin-bar #sticky-header{
		top:30px;
	}
	.column-block{
		width: 1480px!important;
	}
}
@media screen and (min-width:1200px) and (max-width:1499px)
{
	.admin-bar #sticky-header{
		top:30px;
	}
	.column-block{
		width: 1120px!important;
	}
}
@media screen and (min-width:992px) and (max-width:1199px)
{
	.admin-bar #sticky-header{
		top:30px;
	}
	.column-block{
		width: 880px!important;
	}
}
@media screen and (min-width:768px) and (max-width:991px)
{
	.admin-bar #sticky-header{
		top:30px;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.has-4-cols{
		display:flex;
		flex-basis: 50%!important;
		flex-direction:column;
	}

	.has-4-cols > *{
		padding: 1em 0;
	}
	.column-block{
		width: 640px!important;
	}
}
@media screen and (max-width:767px)
{
	.admin-bar #sticky-header{
		top:46px;
	}
	.has-4-cols > *{
		padding: 0.75em 0;
	}
	#header img{
		height:100px;
		width: auto;
	}
	#sticky-header img{
		height:90px;
		width: auto;
	}
	#header-text,
	#sticky-header-text{
		width:160px;
	}
	.column-block{
		width: auto;
	}
}