html {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

.logo-head {
  width: 50%;
}

.beratung {
  padding: 10px;
  margin: 0 auto;
}

.kontakt-head {}

.pfeil-div {
  display: none;
}

.classbulletpoint1, .classbulletpointlast {
  /* padding:0 0 11px 8px; */
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.classbulletpoint1 {
  border-bottom: 1px solid #d3d1d1;
}

.bulletpoint1 {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.site-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px;
  font-size: 12px;
}

.kontakt-head {}

.blue-div {
  color: #fff;
}
.slide h3{
  color:rgb(16,98,136);
}
picture:focus,img:focus, .item:focus{
outline:none;
}
.blue-box-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.arrow-div {
  transform: rotate(90deg);
  width: 70px;
  align-self: center;
}

.blue-box {
  box-shadow: 1px 1px 5px 0 black;
  margin: 10px 20px;
  padding: 10px;
}

.green-div {
  padding: 40px 0 45px 0;
  background-color: rgb(110, 172, 0);
  position: relative;
}

#start-btn {
  background-color: #5e389b;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: transform 0.25s;
  box-shadow: 3px 3px 8px 2px black;
}

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

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

.footer {
  margin: 20px 0;
  text-align: center;
}

.footer a {
  margin-right: 10px;
}

.extra-info {
  text-align: center;
  font-size: 14px;
}

.extra-info ul {
  text-align: left;
}

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

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

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

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

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

.kundenmeinungen {
  border: 1px solid #d3d1d1;
  min-width: 280px;
  width: 100%;
}

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

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

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

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

.item {
  display: none;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.ui-effects-placeholder {
  display: none !important;
  height: 0px !important;
}

element.style {}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img {
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  height: auto;
  background-image: linear-gradient(white, #DEDEDE);
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#progress-bar {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  height: 10px;
  width: 90%;
}

.slide {
  width: 100%;
  height:100%;
  position: absolute;
}

.slide-wrapper {
  margin: 0;
  position: relative;
      height:350px;
}

.white-box-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.remove-br {
  display: none;
}

.white-box {
  display: flex;
  display: -webkit-flex;
  background-color: white;
  box-shadow: 1px 1px 5px 0 silver;
  margin: 5px 0px;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  text-align: center;
  align-items: center;
  -webkit-align-items: center;
  line-height: 1.6;
  font-weight: 400;
  padding: 5px;
  border: none;
  color: #413f3a;
  width: 100%;
  height: 4em;
  font-size: 14px;
  box-sizing: border-box;
}

.white-box:hover {
  outline: 5px solid rgb(16,98,136);;
  cursor: pointer;
}

progress::-webkit-progress-value {
  background: silver;
}

progress::-webkit-progress-bar {
  background-color: #e9ecef;
  width: 100%;
}

progress::-moz-progress-bar {
  background: silver;
}

progress {
  background-color: #e9ecef;
  color: silver;
  -webkit-transition: width 5s ease;
  -moz-transition: width 5s ease;
  -o-transition: width 5s ease;
  transition: width 5s ease;
}
.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: #333;
  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-container div, #v-logo-container div img, #v-logo-container div picture {
  width: inherit;
}
.text-center{
  text-align: center;
}
.grid-container{
  display: grid;
  grid-template-rows:50px 50px 50px;
  grid-template-columns:33% 33% 33%;
  grid-gap:10px;
}
.clabel{
  color: #4F5354;
position: absolute;
cursor: pointer;
top: 2px;
left: 5px;
font-size: 1em;
transition: all 0.125s ease;
}

.form input[type="text"]:focus~label, .form input[type="text"]:valid~label, .form input[type="number"]:focus~label, .form input[type="number"]:valid~label {
    top: -21px;
    transition: all 0.125s ease;
}
.form input[type="text"], select{
  width: 250px;
  margin: 0px;
  padding: 2px 5px;
  height: 30px;
  font-size: 1em;
  border: none;
    cursor: pointer;
    box-shadow: 2px 2px 6px 0px grey;
    outline: none;
    box-sizing: border-box;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row{
      width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.remove-col{
  display:none;
}
.anredeDiv{
  justify-content:center;
  align-items:center;
      margin-bottom: 10px;
}
.btn{
    background: #EC7B17;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 40px;
    text-decoration: none;
    border: 3px solid rgb(16,98,136);
    /* border-radius: 10px; */
    /* box-shadow: 4px 4px 4px 0 grey;*/
}
.invalid {
  border: 2px solid!important;
  border-color: red!important;
  border-radius: 5px;
}
.spacer{
  height:0px;
  margin:0;
}
.bnd-text, .bnd-select-div{
  margin-bottom: 10px;
}
