/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Template:       wp-bootstrap-starter
 Version:        6.7.7
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

.popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }
    .popup {
	    margin: 15px;
      background-color: #3D60A7;
      color: white;
      padding: 2rem;
      max-width: 400px;
      border-radius: 8px;
      position: relative;
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }
    .popup h2 {
      margin-top: 0;
    }
    .close-btn {
      position: absolute;
      top: 10px; right: 10px;
      background: none;
      border: none;
      font-size: 20px;
      color: white;
      cursor: pointer;
    }
    
    .white {
	    color: white;
    }


@font-face {
    font-family: 'KH Giga';
    src: url('fonts/KHGiga-Regular.woff2') format('woff2'),
         url('fonts/KHGiga-Regular.woff') format('woff'),
         url('fonts/KHGiga-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'La-luxes';
    src: url('fonts/la-luxes-script.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KH Giga';
    src: url('fonts/KHGiga-Medium.woff2') format('woff2'),
         url('fonts/KHGiga-Medium.woff') format('woff'),
         url('fonts/KHGiga-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

.form-control {
	font-size: 16px !important;
}

a {
	font-size: 16px;
	color: #000 !important;
}

.hands {
opacity: 0.5;
    margin-top: 90px;
}

p {font-size: 16px;
}
    
.margin-15 {
	margin-bottom: 15px;
}



.margin-40 {
	margin-bottom: 40px;
}

.h1-white {
    color: white; /* Ändrar bara färgen */
}

.h3-white {
    color: white; /* Ändrar bara färgen */
    font-size: 1.4rem !important;
}

.h1, h1 {
	  font-family: 'La-luxes', serif;
    font-weight: 500;
    font-size: 32px:
}

.h2, h2 {
	   font-family: 'KH Giga', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.h3, h3 {
	font-size: 20px;
	   font-family: 'helvetica';
    font-weight: 400;
}

.h4, h4 {
	font-size: 18px;
	   font-family: 'KH Giga', sans-serif;
    font-weight: 400;
}

#content.site-content {
	background: white !important;
}

.btn-primary {
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
    color: #000 !important;
    background-color: #F3E7D7 !important;
    border-color: #F3E7D7 !important;
}

.box-card {
	text-align: center;
    border-radius: 9px;
    background: #EBEBEB !important;
    margin-bottom: 20px !important;
    margin-top: 10px;
    border-top: none;
    padding: 20px 15px !important;
    border: 0px !important;	
}

.box-link {
	font-size: 2rem;
	   font-family: 'KH Giga', sans-serif;
    font-weight: 400;
    color: #000 !important;
}

.collage {
    position: relative;
    width: 100%;
    max-width: 1000px; /* Justera efter behov */
    margin: 0 auto;
    height: 350px; /* Ger en fast höjd för kollaget */
}

.image {
    position: absolute;
    object-fit: cover;
}

.image-top-left {
    top: 10%;
    left: 0;
        width: 75%;
    z-index: 2;
}

.image-top-right {
    right: 0;
    width: 50%;
    top: 0;
    z-index: 3;
}

.image-bottom {
   width: 75%;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.collage-2 {

    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 600px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.image-top-left-2 {
    top: 0;
    left: 0;
        width: 75%;
    z-index: 2;
}

.image-top-right-2 {
      right: 0;
    width: 70%;
    top: 30%;
    z-index: 3;
}

.image-bottom-2 {
   width: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
}


body:not(.theme-preset-active) footer#colophon {
	margin-top: 20px;
	border-top: 1px solid grey;
	padding-top: 10px;
	background: white !important;
}

header#masthead {
	padding: 15px 0px 15px 0px;
	background: white !important;
}

.navbar-brand > a {
	font-size: 24px;
	   font-family: 'KH Giga', sans-serif;
    font-weight: 400;
	color: #000 !important;
}

.bg-blue {
	padding-top: 40px;
	width: 100%;
	background: #3D60A7;
	margin-bottom: 40px;
}

.bg-grey {
	position: relative;
	padding-top: 40px;
	width: 100%;
	background: #EBEBEB;
	min-height: 400px;
}

.content-wrapper {
	margin-top: 20px;
	margin-bottom: 50px;
}

.content-row {
	display: flex;
}

.content-left.white {
    color: white !important; 
    }

.content-right.white {
    color: white ; 
    }

.content-left {
	  font-family: 'KH Giga', sans-serif;
    font-weight: 400;
	width: 30%;
	font-size: 1.4rem;
}

.content-right {
	width: 70%;
	font-size: 1.4rem;
}

.content-card-middle {
	margin-bottom: 40px;
}

.center {
	text-align: center;
}

.agnes {
	width: 60%;
	margin: auto;
}

.agnes-wrapper {
	margin-top: 30px;
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.content-card-center {
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.cta-osa-wrapper {
	padding-top: 40px;
	padding-bottom: 20px;
	height: 100%;
	display: flex;
    justify-content: center;
}
	   
.cta-osa-card {
	    font-weight: 900;
    font-family: 'KH Giga', sans-serif;
	font-size: 1.4rem;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    width: 50%;
    background: #F7DF9C;
    transform: rotate(-0.03turn);
}

.bg-yellow {
	margin-bottom: 40px;
	margin-top: 20px;
	background: #F3E7D7;
	padding: 20px;
}

.wp-image-toast {
	top: 110px;
	right: 0;
    width: 50%;
    position: absolute;
}

.collage-3 {

  margin-top: 40px;
    /* position: fixed; */
    width: 100%;
    max-width: 1000px;
    /* margin: 0 auto; */
    height: 300px;
}


.image-top-left-3 {
    top: 90px;
    right: 0;
    width: 34%;
    z-index: 2;
}

.image-top-right-3 {
       left: 0;
    width: 30%;
    top: 16%;
    z-index: 3;
}

.image-bottom-3 {
         width: 50%;
    /* bottom: 0; */
    left: 25%;
    z-index: 1;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #000 !important;
	font-weight: 400;
    font-size: 18px;
    padding: 20px 0 20px 0 20px;
}

.btn-secondary {
		padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
    color: #000000 !important;
    background-color: #EBEBEB !important;
    border-color: #000 !important;
}

@media screen and (min-width: 992px) { 
	.collage {
		height: 900px !important;
	}
	
	.collage-2 {
		height: 990px !important;
	}
	
	.container {
		max-width: 900px !important;
	}
	
	.image-top-left-2 {
		width: 55% !important;
	}
	
	.image-bottom-2 {
		bottom: 0;
		width: 75% !important;
	}
	
	#masthead nav {
		    display: flex;
    flex-direction: column;
	}
	
	.image-bottom-3 {
		    width: 38% !important;
		left: 30% !important;
	}
	
	.collage-3 {
		height: 500px !important;
	}
	
	.wp-image-toast {
    top: 20px !important;
 
    width: 30% !important;
	}
	form {
		width: 50% !important;
	}
	
	.wpcf7 {
		margin-top: 20px !important;
		display: flex !important;
		justify-content: center !important;
	}
	
	}
