.container-fluid{
padding:0;
}

.trustpilot-widget{
    width:100%
}:root{
    --white:255, 255, 255;
    --black:0, 0, 0;
    --footerColor:34, 43, 76;
    
     --light:249, 249, 249;
    
     /*light grey #ecf0f4;*/
     --light_grey:236, 240, 244;
    
     --dark:34, 43, 76;
    /*DF red #f44a4a;*/
     --df_red:244, 74, 74;


    /*#8fbb71*/
     --df_green:143, 187, 113;

     --blue:51, 122, 183;
    /*#657fb2*/
     --df_lightblue:101, 127, 178;

     --otherapplication:255, 255, 204;

     --corner_radius:0.5rem;
     
     font-synthesis: none;
     text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     --accepted:#dfffdd;
     --btnred:#f44a4a;
     --btndarkred:#a72323;
     --btnblue:#337ab7;

     --step--4: clamp(0.49rem, calc(0.39rem + 0.50vw), 0.66rem);
     --step--3: clamp(0.59rem, calc(0.49rem + 0.50vw), 0.76rem);
     --step--2: clamp(0.69rem, calc(0.59rem + 0.52vw), 0.96rem);
     --step--1: clamp(0.83rem, calc(0.69rem + 0.72vw), 1.20rem);
     --step-0: clamp(1.00rem, calc(0.80rem + 0.98vw), 1.50rem);
     --step-1: clamp(1.20rem, calc(0.94rem + 1.32vw), 1.88rem);
     --step-2: clamp(1.44rem, calc(1.09rem + 1.76vw), 2.34rem);
     --step-3: clamp(1.73rem, calc(1.26rem + 2.35vw), 2.93rem);
     --step-4: clamp(2.07rem, calc(1.45rem + 3.10vw), 3.66rem);
     --step-5: clamp(2.49rem, calc(1.67rem + 4.08vw), 4.58rem);
}
* {
    margin: 0;
    padding: 0;
}

*:after,
*:before {
  box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    text-wrap: pretty;
    color:black;
    overscroll-behavior: none;
}

body { background-color: #FFFFFF!important; font-family: 'Raleway', sans-serif; 
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	
}

h2,h3,h4,h5,h6 {
    color:black;
}


.light_grey_background{
background: rgba(var(--light_grey),1);
}

.white_bg{
    background: #fff;
    }

.dark_background{
    background: rgba(var(  --dark),1);
    color: #FFFFFF;
}

img{
    max-width: 100%;
    height: auto;
}

.btn-red{
    background: rgba(var(--df_red),1);
    color: rgba(var(--white),1);
    border-radius:var(--corner_radius)
}

.btn-red:hover{
    background: rgba(var(  --df_lightblue),1);
    color: rgba(var(--white),1);
  
} 
main{
    min-height: 100%;
}

.cookies tr:nth-child(odd) {
background: rgba(var(  --light),1);
}
.cookies th {
    background: rgba(var(  --dark),1);
    color:white
}

.radius{
border-radius: var( --corner_radius);
}

#darhheader{
    background: rgba(var(  --dark),1);
    color:white;
}

.no_scroll{
    overflow: hidden;
}

.f-gsb {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.ctabtn{
	display: flex;
	flex-direction: column;
align-self: center;

	text-decoration: none;
	color: white !important;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #f44a4a;
border-radius: 1rem;
cursor: pointer;
font-size:1.2rem;
font-weight: bolder;
transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.ctabtn:hover{
	background-color: #d42e2e;
}
#loaderwrap {
  font-size: var(--step--1)
}
.loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 2s ease-in-out infinite;
  filter: drop-shadow(0 0 0.4rem #657fb2);
  -webkit-filter: drop-shadow(0 0 0.4rem #657fb2);
  -webkit-animation: pulsOut 2s ease-in-out infinite;
}

.loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 0.5rem #ffffff;
  animation-name: pulsIn
}

.loader:after {
  width: calc(100% - 3rem);
  padding-bottom: calc(100% - 3rem);
  box-shadow: 0 0 #657fb2
}

@keyframes pulsIn {
  0% {
    box-shadow: inset 0 0 0 1rem #657fb2;
    opacity: 1
  }

  50%,
  to {
    box-shadow: inset 0 0 #657fb2;
    opacity: 0
  }
}

@keyframes pulsOut {

  0%,
  50% {
    box-shadow: 0 0 #657fb2;
    opacity: 0
  }

  to {
    box-shadow: 0 0 0 1rem #657fb2;
    opacity: 1
  }
}

#dashmodal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    justify-content: center;
    align-items: center;
    border: none;
}
dialog:focus {
    outline: none;
    border: none;
}
dialog[open]{
    outline: none;
    border: none;
}

dialog #dashmodal .xclose p {
    font-size: var(--step--2);
    margin-left: 1rem;
    margin-right: 1rem
}

dialog #dashmodal .xclose span {
    font-size: var(--step-0);
    margin: 0;
    padding: 0;
}


#dashmodal::-webkit-scrollbar {

    background-color: transparent;
    width: 0px;
}

#dashmodal {
    scrollbar-width: thin;
    scrollbar-color: #333
}

#dashmodal::-webkit-scrollbar-track {
    scrollbar-width: 0px;
    background-color: transparent
}

#dashmodal::-webkit-scrollbar-thumb {

    background: rgba(199, 199, 199, 0.5);
    border: none;
    border-radius: var(--corner_radius);
    -webkit-border-radius: var(--corner_radius);
    -moz-border-radius: var(--corner_radius);
    -ms-border-radius: var(--corner_radius);
    -o-border-radius: var(--corner_radius);
}


#dashmodal .xclose {
    position: relative;
    cursor: pointer;
    font-weight: bolder;
    font-size: clamp(1rem, -0.875rem + 5vw, 1.5rem);
    padding-top: 1rem;
    background-color: rgba(var(--dark), 1);

    -webkit-border-top-left-radius: var(--corner_radius);
    -webkit-border-top-right-radius: var(--corner_radius);
    -moz-border-radius-topleft: var(--corner_radius);
    -moz-border-radius-topright: var(--corner_radius);
    border-top-left-radius: var(--corner_radius);
    border-top-right-radius: var(--corner_radius);
}

#dashmodal .xclose p {
    font-size: var(--step--2);
    margin-left: 1rem;
    margin-right: 1rem;
    color: white;
}


.dashmodalcontend {
    background-color: white;
    border-radius: var(--corner_radius);
    -webkit-border-radius: var(--corner_radius);
    -moz-border-radius: var(--corner_radius);
    -ms-border-radius: var(--corner_radius);
    -o-border-radius: var(--corner_radius);
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    object-fit: fill;
    overflow: auto;
    overflow-x: hidden;
}

.dashmodalcontend a{
    font-size: var(--step--1);
    line-height:var(--step-1);
    color: #333;
    width:100%
}

.dashmodalcontend a:hover{
    background-color: rgba(var(--dark), 0.2);
}.auth_menu_btn { 
  color:rgba(var(--dark),1); cursor: pointer; 
  background-color:rgba(var(--light_grey),0.5);; 
  border-radius: var(--corner_radius); 
  -webkit-border-radius: var(--corner_radius); 
  -moz-border-radius: var(--corner_radius); 
  -ms-border-radius: var(--corner_radius); 
  -o-border-radius: var(--corner_radius);
}

.auth_menu_btn:hover{
  background-color:rgba(var(--light_grey),1);; 
}


.auth_menu_btn a{
  color :rgba(var(--dark),1);
  cursor: pointer;

  }

.fade-in-dashoffer {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


#offers-all{
  padding: 1rem;
 

 
  overflow: auto; 
}
.offersAllcontent{ 
  background-color: white; 
  border-radius: var(--corner_radius); 
  -webkit-border-radius: var(--corner_radius);
   -moz-border-radius: var(--corner_radius); 
   -ms-border-radius: var(--corner_radius); 
   -o-border-radius: var(--corner_radius);

   -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

#offers-all::-webkit-scrollbar {
  
  background-color: transparent;
  width: 0px;
}
#offers-all {
  scrollbar-width: thin;
  scrollbar-color: #333
}
#offers-all::-webkit-scrollbar-track {
  scrollbar-width: 0px;
  background-color: transparent
}
#offers-all::-webkit-scrollbar-thumb {
  
  background:rgba(199, 199, 199, 0.5);  
  border: none;
  border-radius: var(--corner_radius);
  -webkit-border-radius: var(--corner_radius);
  -moz-border-radius: var(--corner_radius);
  -ms-border-radius: var(--corner_radius);
  -o-border-radius: var(--corner_radius);
}


#offers-all .xclose {
  position: relative;
  cursor: pointer;
  font-weight: bolder;
  font-size: clamp(1rem , -0.875rem + 5vw , 1.5rem );
  padding-top: 2rem;
  background-color:rgba(var(--dark),1);

  -webkit-border-top-left-radius:var(--corner_radius);
  -webkit-border-top-right-radius: var(--corner_radius);
  -moz-border-radius-topleft: var(--corner_radius);
  -moz-border-radius-topright: var(--corner_radius);
  border-top-left-radius: var(--corner_radius);
  border-top-right-radius: var(--corner_radius);
}
#offers-all .xclose p{
  color: white;
}
#offers-all .closex{
color: white;
font-size: 2rem !important;
}

.closex{
  font-size: 1.2rem;
}

.alloffer{
  background-color: white;

  margin:0.5rem;


}


#other-application{
  background-color: rgba(var(--otherapplication),1);
  border-radius:var(--corner_radius) ;
  -webkit-border-radius:var(--corner_radius) ;
  -moz-border-radius:var(--corner_radius) ;
  -ms-border-radius:var(--corner_radius) ;
  -o-border-radius:var(--corner_radius) ;
}


    
.showThebadOffers{
      cursor: pointer;
    }
   
  .accepted{
    background-color:var(--accepted);
  }

.loanpickedtext{
  z-index: 20000;
  display: flex;
  position: relative;
}

.dash-infoforuser{
  background-color: rgba(var(--blue),0.3);
  color:black;
  font-weight: normal;
  padding:0.2rem;
  border-radius: var(--corner_radius);
  box-shadow: 0 0.2rem 0.3rem rgba(var(--dark),.09)!important;
}

.dash-infoforuser  p{
  margin-bottom: 0;
}

.loanpickedtext::after{
  content: 'Du har valgt dette lån';
  z-index: 1;
  -webkit-border-top-left-radius: 1.5rem;
  -webkit-border-bottom-left-radius: 1.5rem;
  -moz-border-radius-topleft: 1.5rem;
  -moz-border-radius-bottomleft: 1.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background: white;
  padding:0.1rem;
  padding-left:2rem;
  padding-right: 1.5rem;
  margin-right: -1.5rem;
  position: absolute;
  color:black;
  font-weight: normal;  
  
}

.bankinglogo{
  height: auto;
  position: relative;
}


.divul p {
  margin-bottom:0;
}
.divul  p::before{
  content:'';
  background-image:url('../img/list-element-bullet.png');
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width:0.7rem;
  height: 0.7rem;
  margin-left: -1.2rem;
  margin-right: 0.3rem;
  margin-top: 0.18rem;
  position: absolute;
}
#offers-all .divul p::before {
  content: '';
  background-image: url('../img/list-element-bullet.png');
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -1.2rem;
  margin-right: 0.3rem;
  margin-top: 0.15rem;
  position: absolute;
}


.noseeribbon{
  margin-left: -1.5rem;
  -webkit-border-top-right-radius: 1.5rem;
  -webkit-border-bottom-right-radius: 1.5rem;
  -moz-border-radius-topright: 1.5rem;
  -moz-border-radius-bottomright: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background: rgba(0,0,0,0);
  font-size: var(--step--3);
  color: rgb(var(--light));
  font-weight: bold;
  align-self: flex-start;
}
.ribbon{
    margin-left: -1.5rem;
    -webkit-border-top-right-radius: 0.8rem;
    -webkit-border-bottom-right-radius: 0.8rem;
    -moz-border-radius-topright: 0.8rem;
    -moz-border-radius-bottomright: 0.8rem;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 16%,#4096ee 100%);
    font-size: var(--step--3);
    color: rgb(var(--light));
    font-weight: bold;
    align-self: flex-start;
}
.ribbon p{
margin: 0;
padding-left: 1rem;
padding-right: 1rem;
text-shadow: 0.08rem 0.08rem 0.2rem rgba(var(--black),0.7);
}

.dashboard-co p{
  margin-bottom: 0rem;
}

.dashboard-co svg{
  max-width: 1.5rem;
}

.dashbutton{
  min-width:120px;
  max-height:51px
}
.button {
  border: 0px solid transparent;
  color:white;
  text-align: center;
  cursor: pointer;
  border-radius: var(--corner_radius);
  -webkit-border-radius: var(--corner_radius);
  -moz-border-radius: var(--corner_radius);
  -ms-border-radius: var(--corner_radius);
  -o-border-radius: var(--corner_radius);
  font-weight: bolder;
}
.btnred{
  background-color: var(--btnred);
  margin-left: 0.5rem;
}
.btnblue{
  background-color: var(--btnblue);
  margin-right: 0.5rem;;
}

.btnwhite{
  color: rgba(var(--black),1);
}

.moreinfo{
  padding: 0.5rem;
    background: rgba(var(--light_grey),0.5);
    border-radius: var(--radius);
}

.moreinfowrap{
  max-height: 0rem;
  overflow: hidden;
  transition: max-height 0.25s ease;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
}
.showInfo{
  max-height: 170rem;
  transition: max-height 0.25s ease-in;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  -ms-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
}




.moreinfo ul{
  display: inline;
  flex-direction: column;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0rem;
  padding-left: 0rem;
}

.moreinfo ul li{
  word-break: normal;
  white-space: normal;
  word-break: break-all;
}

.moreinfo ol li ul li{
  margin-top: 0.2rem;
}



.dashboard-infocard-bottom p span{
  width: fit-content;
}


.teststuff{
width:100%;
max-width: 28rem;
}

.sortingbtn{
  cursor: pointer;
  border-left: 1px rgba(var(--black),0.1) solid;
  border-right: 1px rgba(var(--black),0.1) solid;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sortingbtn p{
  margin-bottom: 0;
  user-select: none;
}
#filters {
  border-radius: var(--corner_radius);
  -webkit-border-radius: var(--corner_radius);
  -moz-border-radius: var(--corner_radius);
  -ms-border-radius: var(--corner_radius);
  -o-border-radius: var(--corner_radius);
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.arrow_asc{
color: rgba(var(--dark),1);
font-size: 0.8rem;
font-weight: bolder;
}

.arrow_dec{
  color: rgba(var(--dark),1);
  font-size: 0.8rem;
  font-weight: bolder;
  }

  .read_more_btn{
   cursor: pointer;
   display: inline;
   border-radius: var(--corner_radius);
  -webkit-border-radius: var(--corner_radius);
  -moz-border-radius: var(--corner_radius);
  -ms-border-radius: var(--corner_radius);
  -o-border-radius: var(--corner_radius);
}
  
  .read_more_btn:hover{
      background-color:rgba(var(--light_grey),1);
  }
  .buttondisable{
    pointer-events: none;
    background-color: rgba(128, 128, 128, 0.604)!important;
  }
/*

.dashoffer li img{
    width: 1rem;
    height: auto;
}
.accepted{background:green}

.watingoffer{background: white;}


.fade-in-dashoffer {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.dashlogo{
    max-height: 3rem;
    margin-top:1rem;
    margin-bottom:0.5rem
}
.dash-infoforuser{
  background-color: rgb(var(--df_lightblue));
  color:white;
  padding:0.5rem;
  border-radius: var(--corner_radius);
}
.dashboard-infocard p{
    text-align: left;
    color:var(--text_dark);
    }

    .dashboard-co p{
      margin-bottom: 0rem;
    }
    .dashboard-co svg{
      max-width: 2rem;
    }

    
    .dashboard-infocard ul{
    margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }
    .dashoffer ul li{
        list-style-type: none;
        font-size: var(--step--2);
    }
    .dashboard-infocard-bottom p{
      text-align: left;
      color:var(--text_dark);
      font-size: var(--step--3);
      font-weight: bolder;
     
    }

    
    .dashboard-infocard-bottom span{
    text-align: left;
    color:#6B6B6B;
    font-weight: normal;
    margin-right: 0.3rem;
    }
 
    
    .dashboard-infocard p span{
    text-align: left;
    color:#6B6B6B;
    font-size: var(--step--3);
    font-weight: bold;
    }
    
    .dashboard-infocard-greybox{
    padding: 0.5rem;
    border-radius: 10rem;
    background-color:#E8EBEE;
    font-size: var(--step--3);
    }
    .dashboard-infocard-orangebox{
      padding: 0.5rem;
      margin-left: -2rem;
      margin-top: -1.5rem;
      border-radius: 0.5rem;  
      background:rgb(var(--df_lightblue));
      font-size: var(--step--3);
      color: rgb(var(--light));
      font-weight: bold;
      align-self: flex-start;
    }

    .moreinfowrap{
      max-height: 0rem;
      overflow: hidden;
      -moz-transition:max-height 0.5s ease;
      -ms-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      -webkit-transition:max-height 0.5s ease;
      transition: max-height 0.5s ease;
    }
    .showInfo{
      max-height: 80rem;
      -moz-transition:max-height 0.5s ease;
      -ms-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      -webkit-transition:max-height 0.5s ease;
      transition: max-height 0.5s ease;
    }
    .info_dash_p{
      color:black;
      -moz-transition:color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition:color 0.5s ease;
      -webkit-transition:color 0.5s ease;
      transition: color 0.5s ease;
      
      -webkit-user-select: none;
       -ms-user-select: none; 
      user-select: none; 
      cursor: pointer;
    }
    .info_dash_p:hover{
      color: rgb(var(--df_lightblue));
      -moz-transition:color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition:color 0.5s ease;
      -webkit-transition:color 0.5s ease;
      transition: color 0.5s ease;
    }
    .info_dash::before{
      content:'ⓘ';
      font-size: inherit;
      font-weight: bolder;
      margin-right: 0.5rem;
    }

    .auth_menu_btn{
      border-radius: var(--corner_radius);
      background-color: rgb(var(--light_grey));
      cursor: pointer;
    }
    .auth_menu_btn a{
      color: black;
    }
    
    .auth_menu_btn a:hover{
      color: rgb(var(--df_lightblue));
    }

    .auth_menu_btn a:hover .auth_menu_btn {
      color: rgb(var(--df_lightblue));
    }
    

    .read_more_btn{
      text-decoration: underline;
    }

  
   
    .dashboard-loan-bar{
          -webkit-border-top-left-radius: 8px;
          -webkit-border-top-right-radius: 8px;
          -moz-border-radius-topleft: 8px;
          -moz-border-radius-topright: 8px;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
        }
        .dashboard-sorting::before {
         content: url('../assets/arrow-up.svg');
         position: absolute;
         top:25%;
         left: 105%;
         width: 0.5rem;
         height: 0.5rem;
    
        }
        .dashboard-sorting::after {
         content: url('../assets/arrow-down.svg');
         position: absolute;
         top:55%;
         left: 105%;
         width: 0.5rem;
         height: 0.5rem;
        }

        .noloantext p{
          text-wrap: wrap;
        }
        *//*top navigation*/

nav {
    position: -webkit-sticky;
    position: sticky;
    top:0;
    z-index: 20000;
    background:white;
    color: rgb(var(--dark));
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39);
}


nav img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

nav svg {
    height: 2rem;
    width: auto;
    shape-rendering: auto;
}

nav a {
    text-decoration: none;
    color: rgb(var(--dark));
}

nav a:hover {
    color: black;
    text-decoration: none;
}


.hamburger-lines {
    display: block;
    height: 2.8rem;
    width: 2.5rem;
    top: 1rem;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content:  space-evenly;
    cursor: pointer;
    padding: 0.5rem;

}


.hamburger-lines .line {
    display: block;
    height: 0.17rem;
    width: 100%;
    border-radius: 0.5rem;
    background: rgb(var(--dark));
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

nav h3{
    color: rgb(var(--dark));
    font-size: clamp(1.3rem, -0.875rem + 3vw, 2rem);
}.sidenav{
    position: fixed;
    top:0;
    right:0;
    overflow: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    background: #fff;
    z-index: 12000;
    height: 100%;
    scrollbar-width:none;
    box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39) inset;
    -webkit-box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39) inset;
    -moz-box-shadow: -1px 4px 23px 0px rgba(0,0,0,0.39) inset;

}


.sidenav::-webkit-scrollbar {
    display: none;
  }


.sidenavopen{
    width:100%;
    max-width: 26.563rem;
    transition: width 0.95s ease-out;
    -webkit-transition: width 0.95s ease-out;
    -moz-transition: width 0.95s ease-out;
    -ms-transition: width 0.95s ease-out;
    -o-transition: width 0.95s ease-out;
}

.sidenavclose{
    width:0%;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}



.sidenavwrap{
    right:0;
    width: 26.563rem;

    height:100%;
    padding-top:4.9rem;

    position: relative;


}






.sidenav a{
    position: relative;
    z-index: 1;
    margin-left: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color:rgba(var(--dark),1)
}


.sidenav a::before{
    content: ' ';
    height:1rem;
    background:rgba(var(--dark),1);
    width:1rem;
    margin-top: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    display: inline-flex;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-left: -1.5rem;
    opacity: 0;
    width:1.5rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.sidenav a:hover{
    color:white!important;
    display: block;
    opacity: 1;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
}


.sidenav a:hover::before{
    width:calc(100% + 1.5rem);
    opacity: 1;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
}

header{
    min-height: 65vh;
    background-image: url("../img/frontpage_top_background.jpg");
    color:#fff;

    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    font-weight: 700;
}
.bullitwrap img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.bullitwrap p{
    font-weight: 300;
    margin-bottom: 0.5rem;
    color:white;
    font-size: clamp(1rem, -0.875rem + 5vw, 2.5rem);
}

/*Sambla shortform*/
:root {
    /*Black#000000rgb(0,0,0)*/
    --Black: 0, 0, 0;
    /*White #FFFFFF rgb(255,255,255)*/
    --White: 255, 255, 255;
    /*dfblue #293f63 rgb(41, 63, 99);*/
    --dfblue: 41, 63, 99;
    /*697fb5 rgb(105, 127, 181);*/
    --dflightblue: 105, 127, 181;
    /*off-white #f8f5f2 rgb(248, 245, 242)*/
    --off-white: 248, 245, 242;
    /*nummailsucces #53733f  rgb(83, 115, 63)  */
    --nummailsucces: 83, 115, 63;
    /*nummailpassive #2b3845 rgb(43,56,69)*/
    --nummailpassive: 43, 56, 69;
    /*#f9e39c rgb(249, 227, 156);*/
    --tooltip-bg: 105, 127, 181;

    --disabled:41, 63, 99;
    /*base settings*/
    --radius: 0.5rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;

}


.shortformwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    align-items: center;
font-size: unset;
}

.formwrap:has(iframe){
    border-radius: 1rem;
    padding: 0rem;
    background: white;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.shortform-form{
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 1rem;
    background-color: rgba( var(--White),1);  
    color: #222;        
    padding: 0.5rem;
    overflow: hidden;
    font-size: unset;
}



input,
output,
label,
select,
button,
text,
password,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: content-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    white-space: normal;
    background: transparent;
    line-height: 1;
    /* Browsers have different default form fonts */
    font-size: 1rem;
    width: 100%;
   
    height: 100%;
    font-feature-settings: "lnum";
}

/*Remove blue outline on focus*/
textarea,
password,
input:focus {
    outline: 0;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  background-color: transparent!important;
    -webkit-box-shadow: 0 0 0 3rem rgba(var(--off-white), 0) inset !important;

}

input:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
    color: #000000!important;
    -webkit-text-fill-color: #000000; /* 1. sets text fill to current `color` for safari */
    opacity: 1!important; /* 2. correct opacity on iOS */
 
}

input:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
    color: #000000!important;
    -webkit-text-fill-color: #000000; /* 1. sets text fill to current `color` for safari */
    opacity: 1!important; /* 2. correct opacity on iOS */
 
}

input:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
    color: #000000!important;
    -webkit-text-fill-color: #000000; /* 1. sets text fill to current `color` for safari */
    opacity: 1!important; /* 2. correct opacity on iOS */
 
}

input:disabled::-ms-input-placeholder, textarea:disabled::-ms-input-placeholder {
    color: #000000!important;
    -webkit-text-fill-color: #000000; /* 1. sets text fill to current `color` for safari */
    opacity: 1!important; /* 2. correct opacity on iOS */
 
}

input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder {
    color: #000000!important;
    -webkit-text-fill-color: #000000; /* 1. sets text fill to current `color` for safari */
    opacity: 1!important; /* 2. correct opacity on iOS */
 
}
/*Custom range input*/

input[type="range"] {
    position: relative;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  
    width: 100%;
    height: 0.4rem;
    background: rgba(var(--dflightblue), 1);
    border-radius: var(--radius);
    background-image: linear-gradient(0.25turn, rgba(var(--Black), 1), rgba(var(--dflightblue), 1));
    background-size: 70% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    margin-top: 0.3rem;
  }
  
  /* Input Thumb */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 3rem;
    width: 3rem;
    border: rgba(var(--White), 0.5) 0.1rem solid;
    border-radius: 50%;
    background: rgba(var(--dfblue), 1);
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    height: 3rem;
    width: 3rem;
    border: rgba(var(--White), 0.5) 0.1rem solid;
    border-radius: 50%;
    background: rgba(var(--dfblue), 1);
    cursor: pointer;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  input[type="range"]::-ms-thumb {
    appearance: none;
    -webkit-appearance: none;
    height: 3rem;
    width: 43rem;
    border: rgba(var(--White), 0.5) 0.1rem solid;
    border-radius: 50%;
    background: rgba(var(--dfblue), 1);
    cursor: pointer;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  
  
  input[type="range"]::-webkit-slider-thumb:hover {
      cursor: -webkit-grab;
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  
  }
  
  input[type="range"]::-moz-range-thumb:hover {
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  }
  
  input[type="range"]::-ms-thumb:hover {
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  }
  
  
  
  /* Input Track */
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  
  input[type=range]::-moz-range-track {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  
  input[type="range"]::-ms-track {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }



/* remove spinner */

input[type="password"],
input[type="tel"],
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
}
input[type="password"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*settings*/
input[type="tel"]:not(#amountValue),
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"] ,
textarea  {
    background: transparent;
    background-color: rgba(var(--dflightblue), 0.2);
    text-indent: 1rem;
    height: 4rem;
  
}

/*
.has-error:has(input[type="tel"]),
.has-error:has(input[type="email"]){
    background: transparent;
    background-color: rgba(var(--dflightblue), 0);
  
}
*/

.outputval,#amountValue,#yearvalue{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    color:rgba(var(--dfblue), 1);

    }
    
.mp-wrap{
    display: block;
    position: relative;
    z-index: 100;
    height: 4rem;
    padding: 0rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(var(--dark-teal),1);
}
#email{
    display: flex;
    position: absolute;
    z-index: 4;
    top:0rem
}


.mailnumerror{
    display: flex;
    position: absolute;
    z-index: 2;
    justify-content: center;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #c3584d;
    padding: 0.4rem;
    top:4rem
}


.hideerror{
    outline: none;
}

.has-error{
    outline: 2px solid #c3584d;
    border: none;
    overflow: hidden;
    height: 6rem;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.has-succes{
    outline: 2px solid rgba(0, 133, 57,1);
    border: none;
    overflow: hidden;
}




.check{
    display: block;
    position: absolute;
    top:calc( 25% );
    left: calc( 100% - 2rem);
    z-index: 1000;
    max-width: 1.4rem!important;
    max-height: 1.4rem!important;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.fullbr{
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -ms-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -o-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.topbr{
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    -webkit-border-radius: 0.5rem 0.5rem 0rem 0rem;
    -moz-border-radius: 0.5rem 0.5rem 0rem 0rem;
    -ms-border-radius: 0.5rem 0.5rem 0rem 0rem;
    -o-border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.bottombr{
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    -webkit-border-radius: 0rem 0rem 0.5rem 0.5rem;
    -moz-border-radius: 0rem 0rem 0.5rem 0.5rem;
    -ms-border-radius: 0rem 0rem 0.5rem 0.5rem;
    -o-border-radius: 0rem 0rem 0.5rem 0.5rem;
}

/*colors for input checkmark**/
.inputpassive{
color:rgba(136, 136, 136,0.5);
}
  
.inputsucces{
  color: rgba(0, 133, 57,1);
}  

#SDLbtn{
    display: flex;
    justify-content: center;
    align-self: center;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    padding:1rem 0rem 1rem 0rem;
    color: white;
    background: rgba(var(--dfblue),1);
    font-weight: bolder;
    filter: drop-shadow(0rem 0.3rem 0.25rem rgba(0,0,0,.4));
    -webkit-filter: drop-shadow(0rem 0.3rem 0.25rem rgba(0,0,0,.4));
    cursor: pointer;
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}
.disabled{
    background: rgba(var(--disabled),.5)!important;
    filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0))!important;
    -webkit-filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0))!important;
}


.splitshadow{
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 1rem;
    transform: scaleX(2) translateY(-1rem);
    margin-top: 2rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-color: transparent;
    z-index: 0;


 }  
 .inputwrap{
    width: 100%;

  }


/* Media consent */
    input[type="checkbox"]{
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none; 
    }

  .consentwrap{
    display: flex;
    position: relative;
    align-self: center;
    border:none;
    border-radius: 1rem;
    padding-left: 0;
    margin-top: 0rem;
    margin-bottom: 0.2rem;;
    color: rgba(0,0,0,1);
    width: 100%;

}

.consent {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
    height: 1.5rem;
    width:  calc(100%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 padding: 0.5rem;
  }
  
  .consentwrap span{
  font-size: 0.8rem;
  pointer-events: none;
  display: block;
  position: relative;
  margin-left: 0.5rem;
  }
  /* Hide the browser's default checkbox */
  .consent input {
    display: block;
    position: relative;

    height: 1.8rem;
    width:  1.8rem;
    border-radius: 0.3rem;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
    background-color:#333;
    padding: 0.7rem;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    display: block;
    position: absolute;
   
    height: 1.8rem;
    width:  1.8rem;
    background-color: rgba(var(--off-white),1);
    border: 1px solid #e7dfd8;;
    border-radius: 0.3rem;
    z-index: 10;
 
  }
  
  /* On mouse-over, add a grey background color */
  .consent:hover input ~ .checkmark {
    background-color: #e7dfd8;
  
  }
  
  /* When the checkbox is checked, add a blue background */
  .consent input:checked ~ .checkmark {
    background-color: #008539;
  }
  .consentwrap:has(input:checked:checked ) {
    border-color: green;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .consent input:checked ~ .checkmark:after {
    display: flex;
    align-self: center;
    border: solid white;
    border-width: 0 0.25em 0.25rem 0;
    transition: all .5s;  
    opacity: 1;
    scale: 1;
  }
  
  /* Style the checkmark/indicator */
  .consent .checkmark:after {
    display: flex;
    align-self: center;
    top:0.2rem;
    left: 0.6rem;
    width: 0.5rem;
    height: 1rem;
    transform: rotate(45deg);
    transition: opacity .5s;  
    opacity: 0;
    scale: 0;
  }
  .mailnumlable{
display: flex;
position: relative;
width: 100%;

  }
  .mailnumlable span{
    pointer-events:unset;
    
    ;
  }

  /*info*/
  .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 0%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 0rem;
    width: 2rem;
    height: 100%;
    background-image: url('../img//info.svg');
    background-repeat: no-repeat;
    background-position:100% 50%;
    background-size: 1.2rem 1.2rem;
    cursor: pointer;
    z-index: 10000;
    color:#fff;
    }
    
    .hiddeninfo{
      display: inline-block;
      /*justify-content: center;
      align-items: center;
      align-content: center;
      align-self: flex-end;*/
      position: relative;
      z-index: 1;
      padding:0.85em;
      margin-right: 1.5rem;
      background-color: rgba(var(--tooltip-bg),1);
      margin-top: -3rem;
      z-index: 900;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 1rem;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      -ms-border-radius: 1rem;
      -o-border-radius: 1rem;
}
    .hiddeninfo:after
    {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent rgba(var(--tooltip-bg),1);
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -7px;
    right: -7px;
    top: 70%;
    }
    
    .hideinfo{
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 320px;
    position: absolute;
    right: 0;
    }
    
    .viewinfo{
      display: block;
      opacity: 1;
      transition: opacity 0.3s ease;
      visibility: visible;
    }
    /*
    #expectedamount {
      color is set in shortform.js
    }
    */
.axa-icon-container p{
    font-size: var(--step--3);
}
.axa-icon-container img {
    width: 100%;
    max-width: 6.9rem;
    margin-bottom: 0.5rem
}
#axa-container button p{
    padding: 1rem;
    margin-block-end:0;
    pointer-events: none;
}

#axa-logo-container img{
    height: 100%;
    max-height: 2.8rem;
    aspect-ratio: 1 / 1;
}


#axa-container input[type="range"] {
    background: var(--btnred);
    background-image: linear-gradient(0.25turn, var(--btndarkred), var(--btnred));
}


.axa-slider-container{
     background: rgba(var(--light_grey),0.5); 
     border-radius: var(--corner_radius);
      -webkit-border-radius: var(--corner_radius); 
      -moz-border-radius: var(--corner_radius); 
      -ms-border-radius: var(--corner_radius); 
      -o-border-radius: var(--corner_radius);
      text-wrap: pretty;
}

#axa-container input[type="range"]::-webkit-slider-thumb {

    border: rgba(var(--White), 0.5) 0.1rem solid;

    background: var(--btnred);
   
  }
  
  #axa-container input[type="range"]::-moz-range-thumb {

    border: rgba(var(--White), 0.5) 0.1rem solid;
    
    background: var(--btnred);
  }
  
  #axa-container input[type="range"]::-ms-thumb {

    border: rgba(var(--White), 0.5) 0.1rem solid;
    background: var(--btnred);
  }
  
  
  
  input[type="range"]::-webkit-slider-thumb:hover {
      cursor: -webkit-grab;
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  
  }
  
  input[type="range"]::-moz-range-thumb:hover {
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  }
  
  input[type="range"]::-ms-thumb:hover {
      cursor: grab;
    background: rgba(var(--dfblue), 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: rgba(var(--White), 1) 0.05rem solid;
  }




#axa-container input[type="checkbox"] {
    -moz-appearance:checkbox;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    width: unset; 
    height: unset;
    margin: 1rem;
}
#axa-extra-feedback-yes p{

text-wrap: pretty!important;

}
#axa-checkboxes form {
    background-color: rgba(var(--light_grey),0.2);
    padding: 1rem;
    border-radius: var( --corner_radius);
    -webkit-border-radius:var( --corner_radius);
    -moz-border-radius:var( --corner_radius);
    -ms-border-radius:var( --corner_radius);
    -o-border-radius:var( --corner_radius);
}

#axa-checkboxes form[data-position="odd"] {
    background-color: rgba(var(--light_grey),1);
  }


#axa-checkboxes form p{
    margin-block-start:0;
    margin-block-end: 0;
}
.axa_feedback{
    padding: 1rem;

}

  

  .radio {
    margin: 0.5rem;
    max-width: 5rem;
  }
  .radio input[type=radio] {
    position: relative;
    opacity: 1;
    display: none;
    
  }
  .radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type=radio]:checked + .radio-label:before {
    background-color: rgba(var(--df_red),1);
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color:rgba(var(--df_red),1);
  }

  .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
  }




.medialogos img{
    object-fit: contain;
}
/*Fluid flex grid*/
.fluid-row {
    display: grid!important;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(33%, auto));
 
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(33%, auto));
    justify-content: center;
    align-content: center;
    align-items: center;
    
  }
  .fluid-flex{
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
  .dense{
    grid-template-columns: repeat(auto-fill, minmax(16%, auto));
  }
  
  .partnersdiv{
    max-height:calc(4rem + 1vw );
    overflow: hidden;
    transition: max-height 500ms ease-out;
    -webkit-transition: max-height 500ms ease-out;
    -moz-transition: max-height 500ms ease-out;
    -ms-transition: max-height 500ms ease-out;
    -o-transition: max-height 500ms ease-out;
}

  .partnersdiv-open{
    max-height: 999px;
    transition: max-height 500ms ease-in;
    -webkit-transition: max-height 500ms ease-in;
    -moz-transition: max-height 500ms ease-in;
    -ms-transition: max-height 500ms ease-in;
    -o-transition: max-height 500ms ease-in;
}

 .bankimg {
    cursor:default!important;
    height: auto;
    max-width: calc(7rem + 4vw );
    margin: 0px auto;

}

.bank {
    cursor:default!important;
    scale: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.bank:hover {
    filter:grayscale(1);
    -webkit-filter:grayscale(1);
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.img-container{
  max-width: 180px;
  height: auto;
}

.pwrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 1px solid black;
  border-radius: var(--corner_radius);
}
.flexbreak{
  flex-basis: 100%;
  height: 0;
}.slidewrap{
  position: relative;
    width: 100%;
  display: grid;
  place-items: center;
}
.slider {
  max-width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  transition: all 0.5s;
  padding:0.5rem;
}



.slidebtn {
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding: 8px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: rgb(var(--dark));
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: rgb(0 0 0 / 19%) 0px 0.2rem 0.2rem, rgb(0 0 0 / 23%) 0px 0.3rem 0.3rem;
}
.slidebtn:active {
  transform: scale(1.1);
}
.slidebtn-prev {
  top: 45%;
  left: 1%;
}

.slidebtn-next {
  top: 45%;
  right: 1%;
}
.slidebtn svg{
  height: 0.9rem;
}


.tl-card {
    background-color: rgb(var(--light));
    border-radius: 1rem;
    padding: 0.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 19%) 0px 0.5rem 0.5rem, rgb(0 0 0 / 23%) 0px 0.6rem 0.6rem;
}

.tl-card p {
   
    color:black;
    text-align: center;
}

.tl-card hr {
    color: rgb(var(--dark));
    margin: 0;
    width: 100%;
    opacity: 100%;
}

.tl-txt {
    font-size: 0.63rem;
    white-space: pre;
}
.tl-txt-bold{
  font-size: 0.8rem;
}
.scroll-arrow {

    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    font-size: 2rem;
    transition: 0.2s;
}

.scroll-arrow:hover {
    transition: 0.2s;
    opacity: 1;
}

.slidewrap ul {
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    display: flex;

    align-items: center;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem;

    border-left: 3px solid rgb(var(--dark));
    border-right: 3px solid rgb(var(--dark));
    margin-block-start: 0em !important;

}

.slidewrap  ul::-webkit-scrollbar {
    display: none;
}

.slidewrap ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    scroll-snap-align: center;
}.mainarticles h1,
h2,
h3 {
    font-weight: normal;
    text-wrap: stable;
}

.mainarticles {
    background-color: rgba(var(--white), 1);
    border-radius: var(--corner_radius);
    -webkit-border-radius: var(--corner_radius);
    -moz-border-radius: var(--corner_radius);
    -ms-border-radius: var(--corner_radius);
    -o-border-radius: var(--corner_radius);
}

.mainarticles img {
    border-radius: var(--corner_radius);
    -webkit-border-radius: var(--corner_radius);
    -moz-border-radius: var(--corner_radius);
    -ms-border-radius: var(--corner_radius);
    -o-border-radius: var(--corner_radius);

}

.thumbnail {
    display: flex;
    padding: 0;
    margin-bottom: 0.5rem;
    border: 1px solid #ddd;
    border-radius: var(--corner_radius);
    transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--white), 1);
}

.thumbnailimg:hover {
    transition: all 5s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
}



.thumbnail>.thumbimg {
    height: 166px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    -webkit-border-radius: var(--corner_radius);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: var(--corner_radius);
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: var(--corner_radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.label-default {
    background-color: #777;
}

.label {

    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-left: 1rem;

}

.lablewrap:first-child {
    margin-left: 0rem;
}

.thumbnail a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}

.thumbnail .caption {
    padding: 0px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #333;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 5rem;
    flex-direction: column;
}

.caption>h5 {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    font-size: clamp(0.8rem, 2.5vw, 0.5rem);
    text-transform: lowercase;
    overflow-wrap: break-word;
}

.caption>h5::first-letter {
    text-transform: uppercase;
}


.caption>p {
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    font-size: clamp(0.9rem, 2.5vw, 0.5rem);
    text-transform: lowercase;
    overflow-wrap: break-word;
}

.caption>p::first-letter {
    text-transform: uppercase;
}
.ossbox{
    background:#fff;
    
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top:1rem;
    padding-bottom:0rem;
    margin-bottom:1rem;
    border-radius: var(--corner_radius);
    height: auto;
    min-height: 4.2rem;
        overflow: hidden;


    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 15px, rgb(0 0 0 / 15%) 0px 3px 3px;
    width:100%
   }


   .heading{
        font-family: 'Raleway', sans-serif; 
        display: flex;
        flex-grow: 1;
        font-weight: 400;
        -webkit-margin-before: 0em;
                margin-block-start: 0em;
        -webkit-margin-after: 1em;
                margin-block-end: 1em;
        margin-top: 0;
        font-weight:bold;
        color:#333;
    }


   .ossbox > span{
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
   }
   .ossbox > span p{
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    margin-bottom:0.5rem;
    margin-top:0.5rem;
   }
   
   .ossbox > p{
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    -webkit-margin-after:1em;
            margin-block-end:1em;
   }
.answer{
    max-height: 0rem;

    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    -moz-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    -ms-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    -o-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    overflow: hidden;
   }


.answerOpen {

    max-height: 999px;
    transition: all 0.9s ease-in;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -ms-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
}


.arrow {
    transform: translate(1rem, -4rem);
    -webkit-transform: translate(1rem, -4rem);
    -moz-transform: translate(1rem, -4rem);
    -ms-transform: translate(1rem, -4rem);
    -o-transform: translate(1rem, -4rem);
    width: 1.2rem;
    height: 1.2rem;
}

.arrow::after {
    content: "";
    display: inline-block;
    min-height: 12px;
    min-width: 12px;
    max-height: 12px;
    max-width: 12px;
    box-sizing: border-box;
    border-right: 3px solid rgb(var(--dark));
    border-bottom: 3px solid rgb(var(--dark));

}

.closeArrow {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    transform-origin: center center;
}
.openArrow {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.1, 0.3) .1s;
}/*Footer*/
footer {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    background: rgb(var(--footerColor));
    padding: 0px 1em 4em;
    padding-top: 0px;
    padding-right: 1em;
    padding-bottom: 4em;
    padding-left: 1em;
    color: rgb(var(--light));
    align-items: center;
}

footer a {
    text-decoration: none;
    color: rgb(var(--light));
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

footer a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: rgb(var(--samblared));
            text-decoration-color: rgb(var(--samblared));
    -moz-text-decoration-color: rgb(var(--samblared));
    color: rgb(var(--light));
}


.c-svg-icon--sm {
    font-size: .875em;
}

.c-svg-icon {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    width: 1em;
}

.coi-consent-banner__why-cookies ul li a{
    color:black;
}

#links,#errorBox {
    padding: 2rem;
    background: rgba(var(--dark),1);
    border-radius:var( --corner_radius)

}

#errorBox > h1{
    font-size: clamp(4rem, -0.875rem + 7vw, 100rem);
}

#links,#errorBox h3{
    font-size: clamp(1rem, -0.875rem + 3vw, 2rem);
}


#links,#errorBox {
display: flex;
color:white;
}


#errorBox > h1{
    display: flex;
    color:white;
    }

    #links > a,.h3link{
        display: flex;
        color:white;
        }


#links,#errorBox h3{
text-align: center;
}

#errorBox img{
    width: clamp(15rem, -0.875rem + 5vw, 20rem);
    height: auto;
}

#fzf main{
    position: relative;
     min-height:100%
}
.cinput{
border-radius: var( --corner_radius);
}

.cformlable {
    justify-content: flex-start;
    margin-top: 1rem;;
    margin-bottom: 0.5rem;
}

.cinputtxt{
    padding: 1rem;
    height: unset;
    text-indent: 0;
    width:calc(100% - 2rem);
}

.disabled{
    pointer-events: none !important;
    background:#999;
}

.contact-list{
    display: block;
  margin-block-start: 1em !important;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  text-align: left;
  border: none;
  scroll-behavior: unset;
  scroll-snap-type: unset;
  text-align: unset;
  overflow-x: unset;
  overflow-y: unset;
  white-space: unset;
  -webkit-overflow-scrolling: unset;
  padding: 0;
  border: none;
  background: rgba(105, 127, 181,0.2);
  padding: 1rem;
  padding-left: 1rem;
  border-radius: 1rem;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
    }

    .contact-list li{
        list-style: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  scroll-snap-align: center;
}.twocoll{
    column-count: 2;
}

.twocoll h2 {
    column-span: all;
  }#tandlaege_hero{
    /*background-image: url("/img/smile-header-area-bg.png"); background-position: top right; background-repeat: no-repeat; */
    background-color: rgb(var(--dark));
    color:white;
}

.btn-warning{
color:white!important;
font-weight: bold;
}#dromme_header{
background: rgb(var(--dark));
color:white
}

dialog{
    position: fixed;
    --hide: 1;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border: none !important;
    width:calc(100% - 1rem);
    max-width: 66rem;
    opacity: 0;
    transition:opacity 0.5s; ;
    -webkit-transition:opacity 0.5s; ;
    -moz-transition:opacity 0.5s; ;
    -ms-transition:opacity 0.5s; ;
    -o-transition:opacity 0.5s; ;
}
dialog[open] {
    --hide: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 500;
    opacity: 1;
}

dialog::-webkit-backdrop {
    background: rgba(34, 43, 76,.5);
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }

dialog::backdrop {
    background: rgba(34, 43, 76,.5);
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }
  #modal_content_wrap{
    width:100%;
    height: 100%;
  }

  #modal_content_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    top: 50%;
    left: 50%;
    width:calc(100% - 1rem);
    max-width: 50rem;
    background: white;
    border-radius: var(--corner_radius);
    height: 100%;
    max-height: 460px;
    overflow: hidden;
   
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


  .modal_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*width:calc(100% - 1rem);*/
  }
  .xclose{
    cursor: pointer;
    font-weight: bolder;
    font-size: clamp(1rem ,  -0.875rem + 5vw , 1.5rem );
    line-height: 1;
  }

  .modeal_headertxt{
    font-size: clamp(0.8rem ,  -0.875rem + 5vw , 1.2rem );
    margin-bottom: 0rem;
    text-wrap: balance;
  }

#formslide{
    position: absolute;
    height: 100%;
    width:100%;
    top:0;
    left: 0;
    padding: 1rem;;
}

.form-group{
  display: flex;
  flex-direction: column;
}

.slidetop{
  top:calc(-100% + 2rem)!important;
  transition: top 0.7s;
  -webkit-transition: top 0.7s;
  -moz-transition: top 0.7s;
  -ms-transition: top 0.7s;
  -o-transition: top 0.7s;
}

.slidebottom{
  transition: top 0.7s;
  -webkit-transition: top 0.7s;
  -moz-transition: top 0.7s;
  -ms-transition: top 0.7s;
  -o-transition: top 0.7s;
    top:0%!important
}@media (min-width:300px) {
    
    nav img {
        max-width: 90%;
        height: auto;
        border-style: none;
    }

    h1 {
      text-align: center;
        font-size: clamp(1.4rem, -0.875rem + 6vw, 4rem);
    }
    .dynamic-headline{
      font-weight: bold;
    }

   .dynamic-headline, .bullitwrap p {
        font-size: clamp(1rem, -0.875rem + 5vw, 2.5rem);
    }

    .formwrap {
        position: relative;
        width: 100%;
        padding: 0rem;
    }
    .slider{
    width: 75%;
    }
    .slide {
      width: 13.2rem;
    }
    .slidebtn{
      top: 75%;
    }
    .disclaimer{
      font-size: clamp(0.8rem, -0.875rem + 5vw, 1rem);
    }
    
    
    
    .thumbnail{
    width:7.7rem
    }

    .fluid-row {
        grid-template-columns: repeat(auto-fill, minmax(49%, auto)) !important;
    }

    .ossboxopen .heading {
        white-space: normal;
        text-overflow: inherit;
    }

    .twocoll{
        column-count: 1;
    }

    #tandlaege_hero{
        background-image: none 
    }
    .tandlaege_content img{
        max-width: 100%;
    }

    .pwrap{
        max-width: 100%;
        min-width: 100%;
    }
    .partner_description{
        width:100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    ::placeholder { 
        font-size: clamp(0.75rem, -0.875rem + 5vw, 1rem);
      }
      
      :-ms-input-placeholder { 
        font-size: clamp(0.75rem, -0.875rem + 5vw, 1rem);
      }
    
      ::-ms-input-placeholder { 
        font-size: clamp(0.75rem, -0.875rem + 5vw, 1rem);
      }

      .bankinglogo{
        object-fit: contain;
        max-width: 6rem;
      }


    


      .dashboard-infocard p{
        text-align: center;
        width:50%;
        font-size: var(--step--1);
      }
      .dashboard-infocard p span{
        text-align: left;
        font-size: var(--step--2);
        }
        .divul p{
            text-align: left;
            font-size: var(--step--2)
          }
          .dash-infoforuser p{
            font-size: var(--step--1);
        }

       .bottombold{
        font-weight: normal;
        }
        .dashboard-infocard-bottom span:not(.bottombold) {
            font-weight: bolder;
          }
    
      .dashboard-infocard-bottom p{
        font-size: var(--step--2);
      }
      .dashboard-infocard-bottom  span{
        text-align: center;
        font-size: var(--step--2);
      }
    
      .dashboard-infocard-bottom p:not(:first-child) {
        padding-left: 0rem;
      }
      .dashboard-infocard-button{
        margin-bottom: 1rem;
      }

      .dashboard-co{
        font-size: var(--step--2);
      }
      .button{
        font-size: var(--step--2);
      }

      .rightsidetext{
        width: 100%;
        text-align: center;
      }
      
      #other-application{
        width: 100%;
       }


       .ribbon{
        margin-right: -1.5rem;
        -webkit-border-top-left-radius: 1.5rem;
        -webkit-border-bottom-left-radius: 1.5rem;
        -moz-border-radius-topleft: 1.5rem;
        -moz-border-radius-bottomleft: 1.5rem;

        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
       
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
       

        background: linear-gradient(to bottom, #7abcff 0%,#60abf8 16%,#4096ee 100%);
        font-size: var(--step--3);
        color: rgb(var(--light));
        font-weight: bold;
        align-self: flex-start;
      }
      .ribbon p{
      margin: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      text-shadow: 0.08rem 0.08rem 0.2rem rgba(var(--black),0.7);
      }


      /*affiliate add*/
      .actext{
        width: 100%;
       
       }
      .acadd{
        width: 100%;
       }
      .acadddescription{
        width: 100%;
      }

      .axa-icon-container p{
        font-size: var(--step--4);
    
      }

      .axa-icon-container > p{
        margin-block-start:0;
        margin-block-end: 2rem;
    
      }
 
      .axa-icon-container>div{
        max-width: 3rem;
    }
    .axa-coverage{
      font-size: var(--step-3);
      font-weight: bolder;
    }
}



@media (min-width:375px) {
  .slide {
    width: 21.9rem;
  }

    .slide {
      width: 16rem;
    }
}





@media (min-width:390px) {
  .thumbnail{
  width:10.3rem
  }

  .slide {
    width: 17.3em;
  }

}

@media (min-width:410px) {
  .slide {
    width: 18.3rem;
  }
}

@media (min-width:420px) {
  .thumbnail{
   width:11rem
  }
}


@media (min-width:430px) {
  .slide {
    width: 19rem;
  }
}


@media (min-width:576px) {
    


    .dynamic-headline, .bullitwrap p {
        font-size: clamp(1.2rem, -0.875rem + 5vw, 2.5rem);
    }


    .ossbox .heading {
        overflow: hidden;
    }

}







@media (min-width:768px) {

    h1 {
        font-size: clamp(2.5rem, -0.875rem + 6vw, 5rem);

    }

    .formwrap {
        width: 100%;
        padding-top: 1rem;
    }
    
    .thumbnail{
       width:13rem
    }
    .slider{
      width:88%
    }
    .slide {
      width: 19.2rem;
    }
  

    .slidebtn{
      top: 65%;
    }

    .disclaimer{
      font-size: clamp(0.8rem, -0.875rem + 5vw, 1rem);
    }
    .twocoll{
        column-count: 2;
    }
/*
    #tandlaege_hero{
        background-image: url("./img/smile-header-area-bg.png"); background-position: top right; background-repeat: no-repeat; max-height: 377px; 
    }*/
    .pwrap{
        max-width: 45%;
        min-width: 45%;
    }
    .divul p{
        font-size: var(--step--4);
        margin-left: 1.5rem;;
      
      }
      .dash-infoforuser p{
        font-size: var(--step--2);
    }
    .dashboard-loan-bar{
        margin-top: 2rem;
    
      }
      .dashboard-loan-bar p{
        font-size: var(--step--3);
        color: var(--section_lightgrey);
        padding-top: 1rem;
        position: relative;
      }
      .dashboard-co{
        font-size: var(--step--3);
      }
      .button{
        font-size: var(--step--2);
      }
      .blogomedium{
        width:100%;
      }
      .dashboard-infocard-bottom p:not(:first-child) {
        padding-left: 0rem;
      }
      .bottombold{
        font-weight: bolder;
      }
      .dashboard-infocard-bottom span:not(.bottombold) {
        font-weight: normal;
      }
      .divul p{
        font-size: var(--step--2);
      }
      .ribbon{
        margin-right: -1.5rem;
        -webkit-border-top-right-radius: 1.5rem;
        -webkit-border-bottom-right-radius: 1.5rem;
        -moz-border-radius-topright: 1.5rem;
        -moz-border-radius-bottomright: 1.5rem;

        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
       
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
       

        background: linear-gradient(to bottom, #7abcff 0%,#60abf8 16%,#4096ee 100%);
        font-size: var(--step--3);
        color: rgb(var(--light));
        font-weight: bold;
        align-self: flex-start;
      }

      .axa-icon-container>div{
        max-width: 6rem;
    }
}

@media (min-width:992px) {
    .blogomedium{
        width:auto;
      }
    .formwrap {
        width: 100%;

    }

    .fluid-row {
        grid-template-columns: repeat(auto-fill, minmax(33%, auto)) !important;
    }

    .ossboxopen .heading {
        white-space: normal;
        text-overflow: inherit;
    }

    .tandlaege_content img{
        max-width: 35%;
    }

    .partner_description{
        width:50%;
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .dashboard-loan-bar{
        margin-top: 2rem;
    
      }
      .dashboard-loan-bar p{
        font-size: var(--step--3);
        color: var(--section_lightgrey);
        padding-top: 1rem;
        position: relative;
      }
          .divul p{
      font-size: var(--step--2);
        }
      .dashboard-infocard p{
      text-align: left;
      width:unset;
      }
      .dashboard-infocard-button{
      margin-top: -0.5rem;
      }

      .dashboard-infocard-bottom {
        font-size: var(--step--2);
      }

      .dashboard-infocard-bottom p{
        text-align: center;
        color:var(--text_dark);
        font-size: var(--step--3);
      }
    
      .dashboard-infocard-bottom p span{
        text-align: center;
        color:var(--text_dark);
        font-size: var(--step--3);
      }
}


@media (min-width: 1024px) {
    h1 {
      text-align: left;
        font-size: clamp(3rem, -0.875rem + 5vw, 5rem);
    }
    .dynamic-headline,  .bullitwrap p {
        font-size: clamp(1.2rem, -0.875rem + 5vw, 1.4rem);
    }
    .thumbnail{
      width:14rem
   }
 
   .disclaimer{
    font-size: clamp(0.8rem, -0.875rem + 5vw, 0.5rem);
  }

    .divul p{
        font-size: var(--step--2);
      }

      .rightsidetext{
        width: 100%;
        max-width: 1024px;
     
      }
     
         #other-application{
            width: 100%;
            max-width: 1024px;
        }
           /*affiliate add*/
           .actext{
            width: 100%;
            max-width: 1024px;
           }
           .acadd{
            width: 100%;
            max-width: 1024px;
           }
          .acadddescription{
            width: 100%;
          }

          #filters{
            width:100%;
            max-width:1024px;
          }

          .dashoffer {
            width:100%;
            max-width:1024px;
            }

            .axa-icon-container>div{
              max-width: 7rem;
          }
          .axa-icon-container p{
            font-size: var(--step--3);
          }

          .slider{
            width:95%
          }
          .slide {
            width: 18.5rem;
          }
}

@media (min-width: 1200px) {

    h1 {
        font-size: clamp(1.95rem, -0.875rem + 5vw, 3.5rem);

    }
    .dynamic-headline,  .bullitwrap p {
        font-size: clamp(1.2rem, -0.875rem + 5vw, 2rem);
    }
    .thumbnail{
      width:15rem
   }

    .formwrap {
        width: 80%;

    }



        .dashboard-infocard p{
            font-size: var(--step--1);
        }

        .dashboard-infocard p span{
            text-align: left;
            font-size: var(--step--2);
            }
    
            .divul p{
                font-size: var(--step--3);
            }

            .dash-infoforuser p{
                font-size: var(--step--2);
            }

          .dashboard-infocard-bottom p{
            text-align: center;
            color:var(--text_dark);
            font-size: var(--step--2);
          }
        
          .dashboard-infocard-bottom p span{
            text-align: center;
            color:var(--text_dark);
            font-size: var(--step--3);
          }

        /*all loans dialog*/
        #offers-all .xclose p{
          font-size: var(--step--2);
          margin-left:1rem;
          margin-right:1rem
        }

        #offers-all .xclose span{
          font-size: var(--step-0);
         margin: 0;
         padding: 0;
        }

        #offers-all .dashboard-infocard p span{
            font-size: var(--step--2);
        }
        #offers-all .dashboard-infocard p{
            font-size: var(--step--2);
        }
        #offers-all .divul p{
            font-size: var(--step--4);
        }


        #offers-all .dashboard-infocard-bottom p .bottombold{
            text-align: center;
            color:var(--text_dark);
            font-size: var(--step--4);
            margin-block-start: 0em;
            margin-block-end: 0em;
          }
        
          #offers-all .dashboard-infocard-bottom p span{
            text-align: center;
            color:var(--text_dark);
            font-size: var(--step--3);
   
            margin-block-start: 0em;
             margin-block-end: 0em;
          }

          .axa-icon-container p{
            font-size: var(--step--1);
          }

          .axa-coverage{
            font-size: var(--step-2);
            font-weight: bolder;
          }

          .slide {
            width: 19.2rem;
          }
}

