/*
Theme Name: Simple Solution Customer Starter Theme
Author: Simple Solution
Author URI: https://simplesolution.dk
Description: Starter Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ss-base-theme
*/

body, h2, h3, h4, h5, h6, p, ul, li, nav, header, footer, content, container, a{
	font-family: "Helvetica", Sans-serif;
}

h1, .section-title, .title-type {
    color: #a6afab;
}

.swiper.mySwiper{
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}
.swiper.mySwiper .swiper-slide {
    background-size: cover;
}
.sidebar-menu-wrap ul li {
    list-style: none;
    color: white;
    margin-bottom: 10px;
}
.sidebar-menu-wrap ul li a {
    color: white;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
}
.sidebar-box{
    background: #939a96;
}
.page .page-content-box {
    margin: 0;
    margin-bottom: 50px;
    margin-top: -1vh;

}
.content-inside {
    width: 32%;
    flex: 0 0 40%;
    padding: 30px;
    box-sizing: border-box;
    background: white;
}

.content-inside h1{
    font-size: 33.6px;
    line-height: 35px;
    font-family:"letter-gothic-std";
}
footer.site-footer {
    background-color: #939a96;
}
.content-inside a{
	color:#000;
}
.content-inside a:hover {
    color: #901C1B;
}
.sidebar-box a:hover {
    color: #000;
}
footer#colophon h3 {
    color: white;
}
footer#colophon figure.wp-block-image.size-full {
    margin: 0;
}
div#footer-widget-3 p {
	margin: 0;
	color:white;
}
div#footer-widget-1 p {
    margin: 0;
	color:white;
}
div#footer-widget-2 div#block-28 {
    max-width: 233px;
}
div#footer-widget-2 #block-15 img {
    max-width: 67px;
}
div#block-15 .wp-block-columns {
    justify-content: flex-start;
    align-items: center;
}
div#block-15 .wp-block-columns .wp-block-column {
    max-width: 130px;
    align-items: center;
}
footer .footer-bottom-wrap {
    display: none;
    border-top: 1px solid #fff;
    margin: 0;
}
footer a {
    color: #fff;
}
footer .copyright {
    color: #fff;
}
ul#menu-sub li {
    display: inline-block;
    margin-right: 10px;
}
ul#menu-sub li a {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-family: 'Poppins';
    font-weight: 400;
}
ul#menu-sub li a:hover {
    color: #847c34;
}
.menu-sub-container {
    float: right;
	padding:10px;
}
.page-content.mellemrum{
	width: 31%;
}
.page-content.mellemrum .content-inside {
    width: 86%;
    flex: 0 0 100%;
    padding: 30px;
    box-sizing: border-box;
    background: white;
}
.heading-fold {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 138px;*/
    position: relative;
    box-shadow: 1px 1px 5px #a5a4a4;
}
.image-fold {
    transition: all .3s;
    opacity: 1;
}
.text-fold {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
}
.heading-fold:hover .image-fold {
    opacity: 0;
}
.heading-fold:hover .wp-block-group.text-fold {
	opacity: 1;
}
figure.wp-block-image.size-full.image-fold {
    width: 100%;
    height: 100%;
    margin: 0;
}
.wp-block-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-box {
    padding: 20px 0px;
}
.col-6 {
    top: 24px;
}
.col-6, img {
    margin-left: 5px;
    margin-right: -10px;
}
em {
    font-style: italic;
}
@media screen and (min-width: 769px){
	.sidebar-menu-wrap {
    	width: 16%;    
		height: auto;    
		flex: 0 0 14%;
	}
	
	.page .page-content-box {
		display:flex;
	}
	
	.page-content{
		width: calc(66.66666% - 15px);
	}

	.page-content .content-inside{
		width: 40%;
	}	
}
@media screen and (max-width: 768px){
	.sidebar-menu-wrap {
		width: 100%;    
		height: auto; 
	}
	.page-content, .page-content .content-inside, .page-content.mellemrum, .page-content.mellemrum .content-inside{
		width:100%;
	}
}
@media screen and (max-width: 425px){
	.heading-fold:nth-child(2n+1) {
		margin-bottom: 30px;
	}
	
}