body {
  font-family:'carnas-thin', Arial, Helvetica, sans-serif;
  color: #002554;
  background: #80B7D6;
}

#background-img {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 528px;
  height: 598px;
  background-image: url(../images/kalff_women_banner_B-kopie.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.test-page .header-wrapper {
  background: #80B7D6;
}
.test-page .menu-section li {
  color: #002554;
  list-style: none;
  float: left;
  padding-top: 17px;
  padding-bottom: 17px;
  font: normal 13px 'carnas-bold', Arial, Helvetica, sans-serif;
  line-height: 1.1;
  position: relative;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}
.test-container {
  padding-left: 36px;
}
.container2 {
  background: #fff;
  width: 720px;
  padding: 30px;
  border-radius: 15px;
}



.group_0,
.group_6 {  
  font: normal 16px 'carnas-regular', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #002554;
  margin: 0 0 10px;
}
.ui-button {
  padding: 12px 10px;
  display: inline-block;
  color: #888;
  border: 1px solid #888;
  border-radius: 5px;
  text-align: center;
  font: normal 18px 'carnas-bold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin-left: 3px;
  letter-spacing: 0.04em;
  background: #fff;
  text-transform: uppercase;
}
.ui-button:hover,
.ui-button:focus {
  background: #fff;
}


.error {
  border-radius: 6px;
  border:#FF0000 3px solid;
}
.ui-widget {
  font-size:75% !important;
}

.bold {
  font-weight: 800;
}

.slidecontainer {
  width: 100%;
  margin: 40px 0 50px; 
}
@media only screen and (max-width: 992px) {
  .slidecontainer {
    margin: 100px 0 100px; 
  }
  .slidercontainer-long {
    margin: 110px 0 90px;
  }
}
@media only screen and (max-width: 480px) {
  .slidecontainer {
    margin: 100px 0 100px; 
  }
  .slidercontainer-long {
    margin: 120px 0 90px;
  }
  #solform #location{   
    font-size: 16px;
    padding: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .slidecontainer {
    margin: 90px 0 90px; 
  }
  .slidercontainer-long {
    margin: 140px 0 90px;
  }
}

.group_1,
.group_2,
.group_3,
.group_4,
.group_5 {
  font: normal 13px 'carnas-regular', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .group_1,
  .group_2,
  .group_3,
  .group_4,
  .group_5 {
    font: normal 11px 'carnas-regular', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 24px;
  }
}

.left {
  float: left;
  width: 45%;
  text-align: left;
  color: #002554;
}
.right {
  float: right;
  width: 45%;
  text-align: right;
  color: #a9ca4f;
}


.blue {
  position: relative;
  bottom: 41px;
  left: 2px;
  color: #a9ca4f;
}
.green {
  position: relative;
  right: 4px; 
}
.eleven-columns {
  padding: 0;
  margin: 8px 0 0 0;
  width: 108%;
}
.eleven-columns li {
  width: calc(100% / 11);
  float: left;
  list-style: none;
  color: #80b7d6;
  display: inline;
  float: left;
  cursor: pointer;
  font-size: 12px !important;
  text-align: left;
}
.slidecontainer input {
  width: 100%;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    /*margin-bottom: 12px;*/
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: #80b7d6;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #80b7d6;
    cursor: pointer;
}

.emsg, .emsgln, .emsgtl, .emsgem, .emsgfu, .emsggen{
    color: red;
    font-size: 10px;
}
.hidden {
     visibility:hidden;
}

@media only screen and (max-width: 990px) {
  .container2 {
    width: 95%;
  }
  .test-page .menu-section {
    width: auto !important;
  }
  .test-page .menu-section li {
    letter-spacing: 0px !important;
  }
  .ui-widget {
    font-size: 175% !important;
  }
  .group_1, .group_2, .group_3, .group_4, .group_5 {
    font-size: 24px;
  }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    border-radius: 50%; 
    background: #80b7d6;
    cursor: pointer;
  }
  .slider::-moz-range-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #80b7d6;
    cursor: pointer;
  }
  .eleven-columns li {
    font-size: 16px !important;
  }
  #solform {
    width: 100%;
  }
  #solform tr td {
    font-size: 34px;
    /*line-height: 44px;*/  
    line-height: 1; 
    height:110px; 
  }
  #solform tr td input {
    width: 100%;
    height: 34px;
    border:1px solid #999;
  }
  .group_7 #solform select{   
    font-size: 28px;
    padding: 5px;    
  }
  .geslacht-small{
    padding-top:0;    
  }
  .right-table-small{
   /*margin-top:20px; */   
  }
  #solform tr td input.gender {
    width: 40%;
    height: 34px;    
  }
  #solform tr {
   margin:15px auto;    
   height:100px;
  }
  .emsg, .emsgln, .emsgtl, .emsgem, .emsgfu, .emsggen {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .container2 {
    width: 90%;
  }
  
}
