﻿html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  height: 100%;
  margin: 0;
  padding: 0;
}

main {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Ensure that the height of the element includes the  box border, not just the content */
  border: 0;
  /* Leave some space for the header and footer to  overlay. */
  border-top: 12vh solid white;
  border-bottom: 77px solid white;
}

.fs-7{
  font-size: small;
}

.sticky{
position: sticky;
top: 0 ;

}

header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
}

.navigation {
  background-color: #fff;
  padding-right: 3%;
}

.logo {
  max-height: 10vh;
  max-width: 75vw;
}

.supertext {
  padding-top: 3%;
  padding-left: 6%;
  padding-right: 20%;
  text-align: left;
}

.supertext p {
  text-align: justify;
}

.supertext h2 {
  padding-bottom: 1%;
  text-transform: uppercase;
}

.font-weight-bold {
  font-weight: bold !important;
}

.supertext h3 {
  padding-top: 1%;
}

.auf {
  padding-top: 2%;
}

.lip {
  list-style-type: "... ";
}


.lip2 {
  list-style-type: ". ";
}

.contactImage {
  width: 30px;
  height: 30px;
}

.card{
  float:left;
  max-width: 22vw;
}

.content {
  width: 100%;
  height: 100%;
  float: right;
  display: flex;
  overflow: auto;
  overflow-x: hidden;
}

footer {
  font-size: small;
}

.cardimg
{
  max-width: 8vw;
  margin-left: 7vw;
}
.cardimgkl
{
  max-width: 6vw;
  margin-left: 7vw;
}
.cardimgkl2
{
  max-width: 4vw;
  margin-left: 8vw;
}

.imgL {
  width: 100%;
  height: 100%;
  min-width: 25vw;
  background-size: cover;
  background-attachment: scroll;
}

.imgM {
  visibility: hidden;
  width: 0px;
}

.cta {
  min-width: 500px;
  max-width: 46.5vw;
}

.ctaM {
  visibility: hidden;
  height: 0px;
  width: 0px;
  min-width: 0px;
}

.beratung {
  margin-top: 5vh;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #76769e;
}


@media (orientation: landscape) {}

@media (orientation: portrait) {
  .beratung {
    margin-top: 25vh;
  }

  .imgL {
    visibility: hidden;
    width: 0px;
    min-width: 0px;
  }
  
  .imgM {
    visibility: visible;
    width: 100%;
    height: 50vh;
  }

  .ctaM {
    visibility: visible;
    min-width: 350px;
  }

  .cta {
    visibility: hidden;
    height: 0px;
    width: 0px;
    min-width: 0px;
  }

  ul {
    margin-left: 0px;
    padding-left: 0px;
  }

  .lip {
    margin-left: 5vw;
  }

  h2 {
    margin-top: 5vh;
  }

  .supertext {
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  .supertext p {
    text-align: left;
  }

  .navigation {
    background-color: #fff;
    padding-right: 6%;
  }

  .cardimg
{
  max-width: 16vw;
  margin-left: 0vw;
}
.cardimgkl
{
  max-width: 14vw;
  margin-left: 0vw;
}
.cardimgkl2
{
  max-width: 12vw;
  margin-left: 0vw;
}
}


.impressum {
  text-align: left;
  margin-left: 4em;
  margin-top: 1em;
}

.impressum h5 {
  text-align: left;
  margin-left: 4em;
  margin-top: 1em;
  font-weight: bold;
}

.pimg {
  width: 20vh;
  margin-top: -5%;
}

@media (max-width: 1200px) {
  .card{
    max-width: 100vw;
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  footer {
    font-size: xx-small;
  }
}

@media (orientation: portrait) and (max-width: 320px) {
  .footright {
    visibility: hidden;
  }
}
/* Spamschutz: Honeypot-Feld optisch entfernen (bleibt im DOM fuer Bots) */
.hp-field{position:absolute !important;left:-5000px !important;top:auto;width:1px;height:1px;overflow:hidden;}
