:root {
  --hays-primary01: #0A0532; /*Midnight Blue*/
  --hays-primary02: #2173FF; /*Azure Blue*/
  --hays-primary03: #A0F2E4; /*Mint*/
  --hays-primary04: #F5F0EB; /*Parchment*/

  --hays-secundary01: #06D6A0; /*Teal*/
  --hays-secundary02: #0B7A75; /*Deep Teal*/ 
  --hays-secundary03: #F7911E; /*Orange*/
  --hays-secundary04: #E9E346; /*Yellow*/ 
  --hays-secundary05: #CFB6FF; /*Lilac*/
  --hays-secundary06: #40008F; /*Purple*/


 --hays-glow-link-hover: #0F42BE;
 --hays-glow-link-focus: #0F42BE;

 --hays-glow-btn-primary: var(--hays-primary02);
 --hays-glow-btn-primary-hover: #335291;
 --hays-btn-glow-secondary: var(--hays-primary03);
 --hays-btn-secondary-hover: #3399BA;

  --hays-disabled: rgba(239, 239, 239, 0.3);

  --text-color: #000000;
  --text-bgDark: #ffffff;

  --hays-link-on-dark: #FFFFFF;  
  --hays-link-on-dark-focus: #999;
  --hays-link-on-dark-hover: #999;
}

html, body {
  height: 100%;
}

body {
  color: var(--text-color);
  font-family: 'Saans Hays', Arial, sans-serif;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.header {
   clear: both;
}
.headerLeft {
  float: left;
}

.headerRight {
  float: right;   
}
.headerLanguageSwitch {
  margin: 15px 0 0 0;   
}


/*Content*/


.content {
  flex: 1 0 auto;
}

.layout-canvas-a, .layout-canvas-b {
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}


.layoutBGImageRight {
  max-width: 100% !important;
}


.headerWrapper1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.contentWrapper1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.layout-canvas-a > .header,
.layout-canvas-a > .section,
.layout-canvas-a > .footer,
.layout-canvas-b > .header,
.layout-canvas-b > .section,
.layout-canvas-b > .footer, {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}
.layout-canvas-a > .section,
.layout-canvas-b > .section,{
  margin: 10px 0;
}
.layout-canvas-a > .section > .columns,
.layout-canvas-b > .section > .columns{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

}
.layout-canvas-a > .section > .columns,
.layout-canvas-b > .section > .columns{
  width: 100%;
}

.layoutBGImageRight .header  {
  border-bottom: 2px solid var(--hays-primary02); 
}

.bgImageRight {
        min-height: 600px;
        background-size: cover !important;
        background-position: center center !important;
        padding-top: 40px;
        padding-bottom: 50px;
      }

.bgImageContent {
        max-width: 60%;
        min-width: 400px;
    }


ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 20px 0 0 25px;
    padding: 0px;
   }

   li {
    margin: 0;
    padding: 0px;
    font-size: 15px; 
    line-height: 150%;
   }

/* Width & Height + Margins */

.noMinWidth {
   min-width: auto !important;
}

.cbMarginTopFix14 {
    margin-top: -14px;
}

.cbMarginTopFix12 {
    margin-top: -12px;
}


/* Text Styles */

h1 {
    font-family: 'Saans Hays SemiBold',Arial,sans-serif;
    color: var(--hays-primary01);
    font-size: 29px;
    line-height: 120%;
}

h1.l2 {
    font-family: 'Saans Hays',Arial,sans-serif;
    color: var(--hays-primary01);
    font-size: 29px;
    line-height: 120%;
    font-weight:normal;
    font-style: italic;
}



h2 {
    font-weight: 400;
    font-family: 'Saans Hays',Arial,sans-serif;
    color: var(--hays-primary01);
    font-size: 25px;
    line-height: 120%;
}


h3 {
    font-weight: 300;
    font-family: 'Saans Hays',Arial,sans-serif;
    color: var(--hays-primary01);
    font-size: 20px;
    line-height: 120%;

}


p {
    font-family: 'Saans Hays',Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
}

 
 a, .aui a, p a, .aui p a {
  font-weight: 700;
  color: var(--hays-primary02);
  text-decoration: underline;
 }


 a:hover, .aui a:hover, p a:hover, .aui p a:hover {
  color: var(--hays-glow-link-hover);
 }

 a:focus, .aui a:focus, p a:focus, .aui p a:focus {
  color: var(--hays-glow-link-focus);
 }
 

 a, .aui a {
  color: var(--hays-primary02);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
 }


/*Footer*/

.footer {
  flex-shrink: 0;
  background-color: var(--hays-primary01);
  color: var(--text-bgDark);
  font-size: 12px;
}  

.cp_footer_dynamic {
  margin: 0 auto;
  max-width: 1280px;
}


/* Footer blue */

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
  


 .h-footer {
  padding-bottom: 30px;
 }
 
 .h-section-footer  {
  font-size: 12px;
  color: var(--text-bgDark);
  background-color: var(--hays-primary01);
 }
 
 .h-socialbar {
  --icon-size: 35px;
  margin-bottom: 0;
  padding: 30px 0;
 
 }

  .h-socialbar__list {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    justify-content: left !important;
    position: relative;
    padding: 0;
}
  

.noBgImage {
   width: 100%;
   max-width: 960px;
   margin: 20px auto;
   padding: 10px;
  }
  
  
  .greyBoxGrid {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

.box3Col {
    flex: 0 0 25%;
    min-width: 280px;
    min-height: 200px;
    padding: 10px 10px;
  }
  
  
.box.grey {
    background-color: var(--hays-primary04);
    color: var(--hays-primary01);
  }

 .h-h4, .aui .h-h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none !important;
  color: var(--text-bgDark);
 }
 
 .text-center {
  text-align: center !important;
 }
 
 .d-flex {
  display: flex !important;
 }
 
 .justify-content-center {
  justify-content: center !important;
 }
 
 .h-socialbar__item {
  flex: 0 0 35px;
 }
 
 .h-section-footer a, .aui .h-section-footer a, .footer a {
  color: var(--hays-link-on-dark);
  text-decoration: none;
 }

 .h-section-footer a:hover, .aui .h-section-footer a:hover, .footer a:hover {
   text-decoration: underline;  
   color: var(--hays-link-on-dark-hover);
 }

 .h-section-footer a:focus, .aui .h-section-footer a:focus, .footer a:focus {
   text-decoration: underline;  
   color: var(--hays-link-on-dark-focus);
 }

.h-socialbar__list p {
    margin: 0;
    padding: 5px 10px 0 5px;
}
  
   .h-socialbar__list a {
   text-decoration: none;  
  }
 

 
 .flex-wrap {
  flex-wrap: wrap !important;
 }
 
 .h-footer-nav__list {
  margin: 0;
  list-style: none;
  line-height: 1;
 }
 
  
 .h-footer-nav__item {
  margin: 5px 0;
  padding: 0 5px;
  border-left: 1px solid var(--hays-link-on-dark);
 }
 
 
 .h-footer-nav__item--contact {
  border-left: 0;
 }

 .h-footer-copyright {
  font-size: 12px;
  padding: 0 5px;
 }



/* Language Switch */
 ul.languageSwitch {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
 }
 
 ul.languageSwitch li {
  display: list-item;
  float: left;
  line-height: inherit;
  position: relative;
 }
 ul.languageSwitch li a {
  border-right: 2px solid var(--hays-primary01);
  padding: 0 7px;
  color: var(--hays-primary02);
  font: normal normal normal 16px/24px 'Saans Hays',Arial,sans-serif;
  text-decoration: none;
 }
 
 ul.languageSwitch li a.active {
  font-weight: bold;
 }

 ul.languageSwitch li a:hover {
  color: var(--hays-primary01);
 }

 ul.languageSwitch li a.active:hover {
  color: var(--hays-primary02);
 }
 
 ul.languageSwitch li:first-child a {
  padding-left: 20px;
 }
 
 
 ul.languageSwitch li:last-child a {
    border-right: 0;
 }
 
 

/* Form Styles*/

   .form { 
    list-style-type: none; 
    list-style-position: inside;
    margin: 0;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    }


   form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
   }

   label {
    padding: 5px 12px 0px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
   }

/* Form 2 Columns*/

    .form2col {
        width: 100%;
        min-width: 400px;
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }


/* Form Elements*/


   input[type=text],
   input[type=phone],
   input[type=password],
   select,
   input[type=email], 
   input[type=date] {
       min-width: 100%;
       padding: 12px 20px;
       margin: 6px 0px;
       display: inline-block;
       border: 1px solid var(--hays-primary04);
       border-radius: 10px;
       box-sizing: border-box;
       color: grey;
       font-family: 'Saans Hays',Arial,sans-serif;
       font-size: 14px;
   }
   input.second-color:focus,
   textarea.second-color:focus,
   select.second-color:focus {
     border: 1px solid var(--hays-primary03);
   }

   input[type=text]:read-only,
   input[type=phone]:read-only,
   input[type=email]:read-only, 
   input[type=date]:read-only {
   
     background-color: var(--hays-disabled);
   }

   input:focus,
   textarea:focus,
   select:focus {
     border: 1px solid var(--hays-primary02);
     outline-style: none;
   }
   
   a:focus {
     outline-style: solid;
     outline-offset: 2px;
     outline-width: 1px;
   }

   button:focus,
   .btn-block:focus,
   a.btn-block:focus,
   input.btn-block:focus {
     border: none !important;
     outline-style: solid !important;
     outline-offset: 2px !important;
     outline-width: 2px !important;
   }

   .datepicker {
       min-width: 364px !important;
       width: 364px;
   }

   textarea {
       min-width: 364px;
       width: 364px;
       height: 162px;
       padding: 12px 20px;
       margin: 6px 0px;
       display: inline-block;
       border: 1px solid var(--hays-primary04);
       border-radius: 10px;
       box-sizing: border-box;
       font-family: 'Saans Hays',Arial,sans-serif; 
       font-size: 14px;
   }

   .btn-block {
    min-width: 100%;
    display: block;
    padding: 10px 20px;
    margin: 25px 0px 12px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    color: var(--hays-link-on-dark);
    background-color: var(--hays-glow-btn-primary);
    font-size: 16px;
    font-weight: 700;
    transition-property: background-color;
    transition-duration: 250ms;
   }

   .btn-block.second-color {
     background-color: var(--hays-glow-btn-seconday);
   }

   a.btn-block {
     display: inline-block;
     padding: 10px 0;
   }

   .minWidth50 {
    padding: 10px 20px !important;
    min-width: 50px !important;
   }

   .btn-block:hover {
    background-color: var(--hays-glow-btn-primary-hover);
    color: #fff;
    cursor: pointer;
   }

   .btn-inline {
     min-width: 100%;
     display: inline;
     padding: 10px 20px;
     margin: 12px 0px;
     text-align: center;
     text-decoration: none;
     border: none;
     border-radius: 10px;
     color: var(--hays-link-on-dark);
     background-color: var(--hays-glow-btn-primary);
     font-size: 16px;
     font-weight: 700;
     transition-property: background-color;
     transition-duration: 250ms;
   }

   .btn-inline:hover {
     background-color: var(--hays-glow-btn-primary-hover);
     cursor: pointer;
   }

   .checkmark {
    height: 15px;
    width: 15px;
   }

  .lbcheckbox {
    display: inline !important;
  }


  .checkbox-single input[type="radio"] {
    display: none;
  }

  .checkbox-single input[type="checkbox"] {
    display: none;
  }

  .checkbox-single input[type="radio"]:checked + .checkbox-input::after {
   content: url(https://image.email.hays.com/lib/fe4615707564057c751476/m/1/checkbox_aktiv.png);
   display: inline-block;
  }

  .checkbox-single input[type="checkbox"]:checked + .checkbox-input::after {
   content: url(https://image.email.hays.com/lib/fe4615707564057c751476/m/1/checkbox_aktiv.png);
   display: inline-block;
  }

  .checkbox-single .checkbox-input::after {
    position: absolute;
    top: 66%;
    left: 51%;
    transform: translate(-50%, -50%);
  }

  .checkbox-single .checkbox-input {
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 1.75px solid #009fda;
    cursor: pointer;
    background: #ffffff;
    display: inline-block;
  }


 input[type="radio"] {
   top: 4px; 
   margin-left: 2px;
   position: relative;
   width: 17px;
   height: 17px;
   border: 1.5px solid #009fda;
   cursor: pointer;
   background: #ffffff;
   display: inline-block;
  }



  .error {
   font-size: 16px;
   line-height: 150%;
   color: #e00c42;
   font-weight: 700;
  }


/*Mobile Styles*/

/*For Background-Image right */
@media only screen and (max-width: 780px) {
   .bgImageRight {
   background: none;
  }
    .bgImageContent {
    width: 100%;
    max-width: 100%;
  }
}


/*Mobile Devices*/

@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }


