@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
:root{
  --main: rgb(35, 41, 51);
  --highlight: #00ffff;
  --kontrast: aqua;
  --kontrast2: rgb(1, 132, 132);
  --navleiste-hover-background: rgba(255, 255, 255, 0.36);
  --navleiste-hover-border: rgba(19, 46, 58, 0);
  --border: rgba(255, 255, 255, 0.1);
  --border-button: rgba(255, 255, 255, 0.518);
  --border-button-hover: rgb(204, 204, 204);
  --border-button-hover-light: whitesmoke;
  --text-shadow-weiß: rgba(139, 139, 139, 0.316);
  --anthra: #262626;
  --kontakt: #3d3d3d;
  --kontakt-light: rgb(126, 126, 126);
  --highlight: #ad1f24;
    --highlighttrans: #3b0000;
    --anthra: #262626;
    --schrift: #2393BF;
    --schriftkontrast: #2d0202;
    --anthratrans: #262626c0;
}




/* Überschrift */
.titel1{
  top: 50%;
}
/* Ende Überschrift */


/* Anschrift */
.anordnung{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 15vh;
}
.kontakt{
    width: 40%;
    height: available;
    display: flex;
    flex-direction: column;
    background-color: whitesmoke;
    padding-left: 2vw;
}
.kontakt p{
    margin-top: 2vh;
    line-height: 2em;
}
.anschrift{
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.kontaktmöglichkeiten{
    margin-bottom: 5vh;
}
/* Ende Anschrift */


/* Google Maps Karte */
.karte2kasten{
    width: 100%;
    height: 74vh;
    padding-top: 2vh;
    background-color: var(--anthra);
}
.karte2{
    display: flex;
    padding: 1em 2em 1em 2em;
    margin: 0 auto;
    width: 100%;
    height: 70vh;
    background-color: var(--anthra);
    margin-bottom: 10vh;
}
#map{
  width: 90%;
}
/* Ende Google Maps Karte */

/* Schriftkopf */
.schriftkopf1{
  display: flex;
  width: 80%;
  margin-left: 10%;
  margin-top: 20vh;
  text-align: right;
  letter-spacing: 0.2em;
  line-height: 4em;
  padding-bottom: 1em;
}
.schriftkopf1 h2{
  font-size: 3em;
  font-weight: 1000;
  width: 100%;
  color: rgb(209, 209, 209);
}
.schriftkopf2{
  display: none;
  width: 96%;
  margin-left: 2%;
  text-align: right;
  letter-spacing: 0.2em;
  line-height: 4em;
  padding-bottom: 1em;
}
.schriftkopf2 h2{
  font-size: 3em;
  font-weight: 1000;
  width: 100%;
  color: rgb(209, 209, 209);
}
/* Ende Schriftkopf */

/* Kontaktformular */
  .kontaktformular{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    background-color: var(--anthra);
    font-family: "Quicksand";
    color: whitesmoke;
  }
  form{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em;
    height: fit-content;
  }
  .reihe{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding-top: 1.5em;
  }
  .half{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    font-size: 1em;
  }
  .str{
    width: 69%;
  }
  .nr{
    width: 29%;
  }
  .ort{
    width: 69%;
  }
  .plz{
    width: 29%;
  }
  form label{
    font-size: 0.8em;
  }
  form input{
    font-size: 0.8em;
  }
  form select{
    background-color: var(--anthra);
  }
  .myborders{
    font-size: 0.8em;
    padding: 0.5em;
    margin-top: 0.5em;
    border-radius: 0.5em;
    border-width: 0;
    background-color: var(--kontakt);
    color: whitesmoke;
    width: 100%;
  }
  .message{
    width: 100%;
    margin-top: 1.5em;
  }
  textarea{
    font-family: "Quicksand";
  }
  .zustimmung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 96%;
    margin-left: 2%;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }
  .zustimmung h3{
    font-size: 1em;
    color: var(--kontakt-light);
    padding-bottom: 2vh;
  }
  .zustimmung a{
    color: var(--kontakt-light);
  }

  .block{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    }
  .label{
    font-size: 0.8em;
    color: var(--kontakt-light);
    width: calc(100% - 3em);
    margin-left: 1em;
    padding-top: 0;
    height: fit-content;
  }
  .block .round {
    position: relative;
  }
  .block .round label {
    background-color: var(--kontakt-light);
    border: 0.06em solid #ccc;
    border-radius: 1.5em;
    cursor: pointer;
    height: 1.5em;
    width: 2em;
    display: flex;
    margin-top: 0.5em;
  }
  .block .round label:after {
    border: 0.1em solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    content: "";
    height: 0.5em;
    opacity: 0;
    transform: rotate(-45deg);
    width: 0.8em;
    top: 0.3em;
    left: 0.6em;
    margin-top: 0.5em;
  }
  .block .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .block .round input[type="checkbox"]:checked + label {
    background-color: var(--highlight);
    border-color: #ccc;
  }
  .block .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  .round{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
  }


  .but button:hover{
    cursor: pointer;
  }
  .but{
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  }
  .buttonz{
  width: 40%;
  }
  #re{
  margin-left: 1vw;
  }
  #sub{
  margin-right: 1vw;
  }
  .but button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em;
  background-color: var(--kontakt);
  color: whitesmoke;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0.5em;
  border-color: var(--anthra);
  border-width: 0em;
  box-shadow: none;
  font-family: "Quicksand";
  font-size: 0.9em;
  }
  /* Ende Kontaktformular */


  /* Dateiupload */
.anhang{
  width: 100%;
  margin-top: 1.5em;
  color: whitesmoke;
  font-size: 0.8em;
}
.containa{
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  min-height: 14vh;
  margin-top: 1vh;
  border-radius: 0.5em;
  background-color: var(--kontakt);
}
.drop-section{
  width: 100%;
  height: available;
  background-color: transparent;
  position: relative;
  padding: 1vh;
  margin: 0 auto;
}
.drop-section i{
  cursor: pointer;
  color: var(--kontakt-light);
  font-size: 10vh;
}
.drop-section div.col:first-child{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
  transform: scale(1);
  width: 100%;
  margin: auto;
}
.drop-section div.col:last-child{
  font-size: 0.8em;
  color: whitesmoke;
  position: absolute;
  top: 0vw;
  bottom: 0vw;
  left: 0vw;
  right: 0vw;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transition-duration: 0.5s;
  background-color: yellow;
}
/* we will use "drag-over-effect" class in js */
.drop-section .cloud-icon{
  margin-top: 1vh;
  margin-bottom: 1vh;
}
.drop-section span,
.drop-section button{
  display: flex;
  margin: auto;
  color: var(--kontakt-light);
  margin-bottom: 0.5vh;
}
.drop-section input{
  display: none;
}
.list-section{
  display: none;
  text-align: left;
  padding: 1vh;
  width: 100%;
}
.list{
  width: 100%;
}
.list-section .list-title{
  font-size: 0.7em;
  color: whitesmoke;
}
.list-section li{
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 1vh 0vh;
  padding: 2vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-radius: 0.5em;
  transition-duration: 0.1s;
  color: whitesmoke;
  background-color: var(--anthra);
}
.list-section li .col:nth-child(1){
  width: 5%;
  text-align: right;
}
.list-section li .col:nth-child(2){
  width: 90%;
  text-align: left;
  font-size: 0.7em;
  color: var(--kontakt-light);
  padding: 1vh 1.5vh;
}
.list-section li .col:nth-child(3){
  width: 5%;
}
.list-section li .col:nth-child(2) div.name{
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-section li .col .file-name span{
  color: whitesmoke;
  float: right;
}
.list-section li .file-progress{
  width: 90%;
  height: 1vh;
  margin-top: 1vh;
  border-radius: 0.5vh;
  background-color: whitesmoke;
}
.list-section li .file-progress span{
  display: flex;
  width: 0%;
  height: 100%;
  border-radius: 0.5vh;
  background-image: linear-gradient(120deg, #6b99fd, #9385ff);
  transition-duration: 0.4s;
}
.list-section li .col .file-size{
  font-size: 0.7em;
  margin-top: 0.5vh;
  color: var(--kontakt-light);
}
.list-section li .col i{
  fill: var(--kontakt-light);
  background-color: var(--anthra);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.icon{
  width: 3vh;
  height: 3vh;
  align-items: left;
  justify-content: left;
  position: relative;
  left: 50%;
  top: 50%;
  position: absolute;
  left: 5%;
  transform: translate(-50%, -50%);
}
#haken{
  right: 6%;
}
.fa-trash-can{
  color: var(--kontakt-light);
}
.fa-trash-can:hover{
  cursor: pointer;
  color: rgb(255, 61, 61);
}
.fa-check{
  color: rgb(26, 197, 26);
}
#kreuz{
  right: 0;
}
#ico{
  position: absolute;
  right: "";
}
.list-section li .col svg.tick{
  fill: whitesmoke;
  background-color: transparent;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete i.cros{
  display: none;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog i.tick{
  display: none;
}
/* Ende Datenupload */


 /* Button Lädt */
 #wiebutton{
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1vh;
  background-color: transparent;
  color: whitesmoke;
  font-weight: bolder;
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-right: 1vw;
  border-radius: 0.5em;
  border-width: 0em;
  box-shadow: none;
}
:root{
  --offset: 187;
  --duration: 1.4s;
  }
  
  .spinner {
    animation: rotator var(--duration) linear infinite;
  }
  
  @keyframes rotator {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(270deg); }
  }
  
  .path {
    stroke-dasharray: var(--offset);
    stroke-dashoffset: 0;
    transform-origin: center;
    animation:
      dash var(--duration) ease-in-out infinite, 
      colors 5.6s ease-in-out infinite;
  }
  
  @keyframes colors {
      0% { stroke: #4285F4; }
      25% { stroke: #DE3E35; }
      50% { stroke: #F7C223; }
      75% { stroke: #1B9A59; }
    100% { stroke: #4285F4; }
  }
  
  @keyframes dash {
   0% { stroke-dashoffset: var(--offset); }
   50% {
     stroke-dashoffset: 46.75;
     transform:rotate(135deg);
   }
   100% {
     stroke-dashoffset: var(--offset);
     transform:rotate(450deg);
   }
  }

/* Ende Button Lädt */





@media (max-width: 1200px) and (min-width:993px) and (orientation: landscape){
              /* Anschrift */
              .anordnung{
                width: 90%;
                margin-left: 5%;
                }
                /* Ende Anschrift */
                .schriftkopf1{
                  width: 90%;
                  margin-left: 5%;
                  padding-bottom: 1.5em;
                  padding-top: 1em;
                }
}
    
@media (max-width: 1200px) and (min-width:601px) and (orientation: portrait) {      


          /* Überschrift */
          .titel1{
            top: 50%;
          }
          /*Überschrift*/

          /* Schriftkopf */
          .schriftkopf1{
              display: none;
          }
          .schriftkopf2{
              display: flex;
          }
          /* Ende Schriftkopf */
       

          /* Anschrift */
          .anordnung{
          width: 90%;
          margin-left: 5%;
          padding-top: 5vh;
          padding-bottom: 0vh;
          flex-direction: column;
          justify-content: space-between;
          margin-top: 20vh;
          }
          .kontakt{
          width: 100%;
          margin: 0 auto;
          text-align: center;
          margin-bottom: 10vh;
          padding-bottom: 5vh;
          padding-left: 0;
          }
          .kontakt h1{
          font-size: 1.9em;
          }
          .kontakt p{
          margin-top: 1vh;
          line-height: 2em;
          }
          .anschrift{
          margin-top: 4vh;
          margin-bottom: 4vh;
          }
          .kontaktmöglichkeiten{
          margin-bottom: 4vh;
          }
          /* Ende Anschrift */
       
          /* Kontaktformular */
         .kontaktformular{
          width: 100%;
          margin-left: 0%;
          border-radius: 0.2em;
          }
          form{
            border-radius: 0.2em;
          }
          .reihe{
            padding-top: 1em;
          }
          .buttonz{
            width: 48%;
          }
          .but button{
            font-size: 0.8em;
          }
          .list-section li .col:nth-child(1){
            width: 10%;
          }
          .list-section li .col:nth-child(2){
            width: 80%;
          }
          .list-section li .col:nth-child(3){
            width: 10%;
          }
          #kreuz{
            right: 2%;
          }
          .icon{
            left: 9%;
          }
          #haken{
            right: 8%;
          }
          /* Ende Kontaktformular */

          /* Google Maps Karte */
          .karte2kasten{
              width: 100%;
              height: 84vh;
              padding-top: 2vh;
          }
          .karte2{
              width: 95%;
              margin-left: 2.5%;
              height: 80vh;
          }
          #map{
            width: 95%;
            margin-left: 2.5%;
          }
          /* Ende Google Maps Karte */  
}

@media (max-width: 992px) and (orientation: landscape){


            /* Überschrift */
            .titel1{
              top: 50%;
            }
            /*Überschrift*/

            /* Schriftkopf */
            .schriftkopf1{
                display: none;
            }
            .schriftkopf2{
                display: flex;
            }
            /* Ende Schriftkopf */
         

            /* Anschrift */
            .anordnung{
            width: 90%;
            margin-left: 5%;
            padding-top: 10vh;
            padding-bottom: 0vh;
            flex-direction: column;
            justify-content: space-between;
            margin-top: 20vh;
            }
            .kontakt{
            width: 100%;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 10vh;
            padding-bottom: 5vh;
            padding-left: 0;
            }
            .kontakt h1{
            font-size: 1.9em;
            }
            .kontakt p{
            margin-top: 1vh;
            line-height: 2em;
            }
            .anschrift{
            margin-top: 4vh;
            margin-bottom: 4vh;
            }
            .kontaktmöglichkeiten{
            margin-bottom: 4vh;
            }
            /* Ende Anschrift */
         
            /* Kontaktformular */
           .kontaktformular{
            width: 100%;
            margin-left: 0%;
            border-radius: 0.2em;
            }
            form{
              border-radius: 0.2em;
            }
            .reihe{
              padding-top: 1em;
            }
            .buttonz{
              width: 48%;
            }
            .but button{
              font-size: 0.8em;
            }
            .list-section li .col:nth-child(1){
              width: 10%;
            }
            .list-section li .col:nth-child(2){
              width: 80%;
            }
            .list-section li .col:nth-child(3){
              width: 10%;
            }
            #kreuz{
              right: 2%;
            }
            .icon{
              left: 9%;
            }
             #haken{
              right: 8%;
            }
            /* Ende Kontaktformular */
 
            /* Google Maps Karte */
            .karte2kasten{
                width: 90%;
                margin-top: 20vh;
                margin-left: 5%;
                height: 122vh;
                padding-top: 6vh;
                border-radius: 0.2em;
            }
            .karte2{
                width: 95%;
                margin-left: 2.5%;
                height: 110vh;
            }
            #map{
              width: 95%;
              margin-left: 2.5%;
            }
            /* Ende Google Maps Karte */
}
    
@media (max-width: 600px) and (orientation: portrait){        

            /* Header*/
            header{
                height: 80vh;
            }
            /* Ende Header*/



            /* Überschrift */
            .titel1{
              top: 50%;
            }

            /* Schriftkopf */
            .schriftkopf1{
                display: none;
            }
            .schriftkopf2{
                display: flex;
            }
            /* Ende Schriftkopf */
         

            /* Anschrift */
            .anordnung{
            width: 100%;
            padding-top: 5vh;
            padding-bottom: 0vh;
            flex-direction: column;
            justify-content: space-between;
            margin-top: 10vh;
            }
            .kontakt{
            width: 100%;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 10vh;
            padding-bottom: 5vh;
            padding-left: 0;
            }
            .kontakt h1{
            font-size: 1.9em;
            }
            .kontakt p{
            margin-top: 1vh;
            line-height: 2em;
            }
            .anschrift{
            margin-top: 4vh;
            margin-bottom: 4vh;
            }
            .kontaktmöglichkeiten{
            margin-bottom: 4vh;
            }
            /* Ende Anschrift */
         
            /* Kontaktformular */
           .kontaktformular{
            width: 100%;
            margin-left: 0%;
            border-radius: 0em;
            }
            form{
              border-radius: 0.2em;
            }
            .reihe{
              padding-top: 1em;
            }
            .buttonz{
              width: 48%;
            }
            .but button{
              font-size: 0.8em;
            }
            .list-section li .col:nth-child(1){
              width: 10%;
            }
            .list-section li .col:nth-child(2){
              width: 80%;
            }
            .list-section li .col:nth-child(3){
              width: 10%;
            }
            #kreuz{
              right: 2%;
            }
            .icon{
              left: 9%;
            }
            #haken{
              right: 8%;
            }
            /* Ende Kontaktformular */
 
            /* Google Maps Karte */
            .karte2kasten{
                width: 100%;
                height: 74vh;
                padding-top: 2vh;
            }
            .karte2{
                width: 95%;
                margin-left: 2.5%;
                height: 70vh;
            }
            #map{
              width: 95%;
              margin-left: 2.5%;
            }
            /* Ende Google Maps Karte */
}