html {
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1024px;
  font: 19px 'Roboto', Arial, Helvetica, sans-serif;
  line-height: normal;
}

.img-beratung {
  max-height: 105px;
  width: auto;
}

.img-logo {
  max-width: 456px;
}

.img-siegel {
  max-width: 200px;
}

.img-logo, .img-siegel {
  width: 100%;
  height: auto;
}

.intro {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  order: 1;
  margin:10px 0;
}

.starting-img {
  order: 2;
  position: relative;
}

.starting-text {
  text-align: center;
  font-size:19px;
  margin: 0 8px;
}

.site-name {
  background-color: rgb(119,123,126);
  text-align: center;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.mobile-v {
  display: block !important;
}

.desktop-v {
  display: none !important;
}

.image-wrapper {
  width: 360px;
  height: 360px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.image-wrapper img {
  position: absolute;
  bottom: 0;
}

.content-container {
  background: #dde1e4;
  height: auto;
  position: relative;
  padding:10px;
}

.content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#start-btn {
  padding: 20px 30px;
  background-color: #FFAF42;
  border: 3px solid #fff;
  border-radius: 8px;
  font-size: 40px;
  cursor: pointer;
}

#start-btn:hover {
  transition: 0.2s;
  transform: scale(1.1);
}

.hide {
  display: none;
}

.s2 {
  transition: 2s;
}

.box-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 1s;
  pointer-events: none;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  background-color: #fff;
  height: 60px;
  margin: 10px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
/* .box:hover .box-effect{
  background-color: #333;
} */

.slide {
  width: 100%;
  text-align: center;
}

.slide h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 40px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.more-info {
  display: flex;
  flex-wrap: wrap;
}

.interessante-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #d3d1d1;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 10px;
  margin: 10px;
  background-color: #fafafa;
}

.link:not(:last-child) {
  border-bottom: 1px solid #d3d1d1;
}

.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
}

.bulletpoint, .ratingimg {
  width: auto;
  margin-right: 10px;
}

.link-text {
  font-size: 12px;
}

.kundenmeinungen {
  border: 1px solid #d3d1d1;
  width: 100%;
  margin: 10px;
  background-color: #fafafa;
}

.rating-heading {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #d3d1d1;
}

.rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}

.rating-text {
  padding: 10px 0;
  color: #003a63;
  font-size: 12px;
  font-style: italic;
}

.rating-name {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
}
.input-container{
  position: relative;
}

.w-input, .s-input {
    max-width: 260px;
    width:100%;
    /* height: 40px; */
    border-radius: 8px;
    border: 3px solid #fff;
    /* padding: 30px 40px 5px 40px; */
    padding: 7px 20px;
    margin-bottom: 30px;
    font-size: 19px;
    text-align: center;
    outline: none;
    color: #333;
    box-sizing: border-box;
}
.s-input{

}
.b-input {
    margin: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.moving-label {
    position: absolute;
    transition: all 0.25s ease;
    top: 10px;
    color: rgb(119,123,126);;
    text-align: center;
    left: 0;
    right: 0;
}
.w-input:focus~.moving-label, .w-input:valid~.moving-label {
    display: block;
    color: rgb(119, 123, 126);
    top: -25px;
}
/* .w-input {
  padding: 20px 20px 5px 20px;
} */
.btn{
  background-color: #f8b231;
      width: 120px;
      font-weight: 600;
      border: 1px solid #fff;
      font-size: 19px;
      border-radius: 8px;
      color: #000;
      padding: 20px;
      cursor: pointer;
}
.form-row{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-container{
  margin:0 10px;
}
.invalidInput, .invalid {
    border-color: #FB3F49;
}
.ssl-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color:  #95c11e;
    margin-top: 10px;
}
.footerdaten {
    padding-left: 15px;
    padding-right: 15px;
    color: #003a63 !important;
}
.box-effect {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
}
.extra-info{
  text-align: center;
  font-size: 19px;
  padding:0 10px;
  /* line-height: 25px; */
}

.img-attr{
  width:100%;
  height:auto;
}
.back-btn{
  position: absolute;
  bottom:0;
  left:0;
  transform: scale(-1, 1);
  cursor:pointer;
  outline:none;
  border: none;
  background-color: inherit;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
;
      cursor: pointer;
}
.forward-btn{
  position: absolute;
  bottom:0;
  right:0;
  cursor:pointer;
}



.box-holder > * {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  pointer-events: auto;
  transition: 200ms opacity, 200ms transform;
}

.box-holder:hover > *{
  opacity: 0.6;
}

.box-holder:hover > *:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 335px) {
.content-container{
  /* height:500px; */
}
}
