html {
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1024px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  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%;
  order: 1;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  font-size: 0;
  align-items: center;
  background: #052340;
  border-bottom: 1px solid lightsteelblue;
}

.tuev-siegel {
  width: 170px;
  height: auto;
}

.starting-img {
  order: 2;
  position: relative;
  justify-content: center;
  display: flex;
}

.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; */
  background: #052340;
  height: auto;
  position: relative;
  padding: 10px;
  color: #fff;
}

.content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-family: 'Nunito', sans-serif;
}

.start-btn {
  padding: 10px 40px;
  background-color: #699f27;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  z-index: 100;
}

.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;
  /* color:#000; */
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

/* .box:hover .box-effect{
  background-color: #333;
} */
.text-ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}

.text-ul li img {
  position: absolute;
  top: 8px;
  left: 0;
}

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

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

.slick-slide img {
  width: 375px;
  height: auto;
  margin: 0 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 20px;
  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 20px;
  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: center;
  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; */
  width: 90px;
}

/* 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: #fff;
  top: -25px;
}

/* .w-input {
  padding: 20px 20px 5px 20px;
} */
.btn {
  background-color: #699f27;
  width: 120px;
  font-weight: 600;
  border: 1px solid #699f27;
  font-size: 19px;
  border-radius: 8px;
  color: #000;
  padding: 10px 30px;
  cursor: pointer;
  color: #fff;
}

.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 20px;
  /* 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;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.sk-fading-circle {
  margin: 10px;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}
.v-logo{
  width:250px;
  height:auto;
}
.v-logo img{
  width:250px;
  height:auto;
}
.s10 h2{
  font-size: 19px;
}
@media screen and (max-width: 335px) {
  .content-container {
    /* height:500px; */
  }
}
