@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
	  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {margin: 0; 
font-family: 'Poppins', sans-serif;
}
h2{margin-top: 0px;}

.margin {margin-top:40px;}

.superheader {     height: 55vh;
 width: 100%;
	  background-color: #181818;
background-size: cover;   
	    align-content: center;
 	background-position: left;
background-image: url("images/bak/headerbildb2.jpg");}



.container {
	max-width: 1080px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}


.menu a {color: white; text-decoration: none; transition: 1s;}
.menu a:hover {color:#e43725; text-decoration: none;}

.footerlink a {color: white; text-decoration: none; transition: 1s;}
.footerlink a:hover {color:#343943; text-decoration: none;}

.menu {display: flex; flex-direction: column;
    align-items: center;    row-gap: 10px;}



.menuleft { margin-top: 10px; }

.menuright { color: white; font-size: 14px;display: flex;     align-items: center;      column-gap: 20px;}

.centerbox {    /* padding: 90px 20px; */
    transition: 1s;
    /* align-content: center; */
    position: absolute;
 top: 30%;
    transform: translate(-50%, -30%); 
    left: 50%;
	min-width: 300px;
	padding-left: 30px;
    padding-right: 30px;
	
}

.hederitems  {
 display: inline-flex;
    justify-content: center;

}
.smaltitle {    margin-bottom: -5px;
}

.headeritemleft {float: left; width: 48%;margin-top:;min-width: 280px;}
.headeritemright {display: block;}

.styledlinks {color: #dd351e; font-weight: bold; cursor: pointer;    display: flow-root; width: fit-content; height: fit-content; transition: 1s;font-family: 'Poppins', sans-serif; }
.styledlinks:hover {filter:brightness(200%);}

.right-arrow {background-image: url("images/logo/right-arrow.png");height: 16px; width: 16px;margin-top: 2px;  background-size: cover; float: left;margin-left: 10px; transition: 1s;}

.styledlinks:hover .right-arrow { margin-left: 20px; } 

.item--1 {grid-column: span 1;grid-row: 0;}

.topgrid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    display: grid;
	grid-gap: 20px;
	    text-align: center;
	    row-gap: 40px;
}
@media (max-width: 570px) {
.container {    padding-left: 1.5rem; padding-right: 1.5rem;}
.headeritemright {display: none;}
.headeritemleft {width:100%;}
	.topgrid {grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}
	


.smaltitle {    margin-bottom: -15px;
}	
	
	
	
	
	
}
.desktoppadding {padding: 100px 0px;}
@media (max-width: 716px) {
.item--1 { grid-column: span 1;grid-row: 1; }
	.desktoppadding {padding: 0px 0px;}
}


.icongrid {}
.textgrid {    
    font-size: 14px; 
}

.largebox {border-radius: 20px; background-color: aliceblue; min-height:100px; padding:20px;}


.upsbox { border-radius: 20px; background-color: aliceblue; min-height:100px; padding:20px;    position: relative; overflow: hidden; 
}
.boxshadow { box-shadow: 2px 3px 15px 0px #00000026;}


.upsboxbot { height: 10px; 
    width: 108%;
    left: -14px;
    background-color: #dc3724;
    bottom: 0px;
    position: absolute;}

.sidebyside {    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
	display: grid; grid-gap: 20px;     line-height: 1.4;align-items: center;    position: relative;}

.bluebox1 { border-radius: 20px; color: #1d2934; background-color: white; padding: 20px;font-size: 14px;}


.intresseanmalanknapp {    font-weight: bold;
    font-size: 12px;
    background-color: lightgrey;
    border-radius: 20px;
    padding: 5px 14px; transition: 1s; width: fit-content;    float: left;}

.intressepris {font-weight:bold; font-size: 12px; float: right;padding: 5px 14px;}

.intresseanmalanknapp:hover {background-color: #dc3724;}

@media (max-width: 400px) {
.sidebyside {  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  }

}



.sidebysidetitle {font-size:40px; font-weight: bold;letter-spacing: -.03em;color: #1d2934;margin-bottom: 10px; font-family: 'Poppins', sans-serif;}
.sidebysideright {text-align: center;}

.backdrop {background-color: #1d2934; padding: 20px 10px; color: white;    border-radius: 40px 40px 0px 0px;
    margin-top: -73px;}

.sidebysideleft {color:#1d2934;}

.imageinsidebyside	{ height: 100%; min-height: 200px;     
    position: relative;    background-size: contain;
    background-repeat: no-repeat;    background-position: center;
}


.waveotherside{position: absolute; bottom: 0px;}






.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.purplecontentbarlefttext {}

.myButton2 { 
    box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 50%);
    background-color:#dc3723;
    border-radius: 45px;
    border: 2px solid #dc3723;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    padding: 10px 30px;
    text-decoration: none;
    transition: 0.5s;
	font-family: 'Poppins', sans-serif;

}

.myButton2:hover {
    filter: brightness(200%);
    border-radius: 15px;
    
    padding: 10px 50px;
}


.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-right: 1.5rem;
}

	




.fcf-form-group { margin-top: 10px;}
.fcf-label {font-size: 12px;}

.footer{ padding-bottom: 40px; color: white;}


