/*CSS by Ben Mathis Seibel 2023*/
@charset "UTF-8";

@font-face {
  font-family: "Sofia Sans Condensed";
  src: url(font-praxis-seibel/SofiaSansCondensed-Light.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: Transparent;
  box-sizing: border-box;

  font-family: "Sofia Sans Condensed", sans-serif;
  background-color: white;
}

body {
  width: 1500px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: none;

  background-color: whitesmoke;
}

a {
  text-decoration: none;
}

header {
  width: auto;
  height: 23vh;
}

.logo-header {
  width: 30%;
  display: block;
  margin: 0 auto;
  padding-top: 5vh;

  background-color: whitesmoke;
}

/* .......... Popup ..........

.popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
  font-size: 25px;
  z-index: 1;
  overflow: auto;
  text-align: center;

  color: whitesmoke;
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.4);
}

.popup-text {
  display: block;
  width: 500px;
  height: 500px;
  margin: 20vh auto;
  background-color: #0e8bc9;
}

.popup p {
  display: inline-block;
  padding: 40px 20px 20px 20px;
}

.mask-icon {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.popup-text p a {
  display: block;
  text-align: center;

  text-decoration: none;
  color: whitesmoke;
}

.popup-text p a:hover {
  color: rgba(245, 245, 245, 0.582);
} */

/*......... motto .........*/

.motto {
  display: block;
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 25px;
  letter-spacing: 10px;

  color: #0e8bc9;
}

.motto::before {
  width: 85%;
  height: 5px;
  margin-bottom: 10px;
  display: block;

  background-color: #0e8bc991;
  content: " ";
}

.motto::after {
  width: 86%;
  height: 5px;
  margin-top: 10px;
  display: block;
  float: right;

  background-color: #0e8bc991;
  content: " ";
}

/*.......... map ..........*/

.map {
  display: inline-block;
  width: 600px;
  margin: 5vh 0 0 5vw;
}

/*.......... textbox1 ..........*/

.textbox1 {
  display: inline-flex;
  width: 500px;
  height: 350px;
  margin: 5vh 5vw 0 5vw;
  padding: 0;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
}

.textbox1 a {
  color: #000;
}

.textbox1 span2 {
  color: #0e8bc9;
  font-size: 28px;
}

.textbox1 p {
  height: 20px;
}

.direct-contact {
  display: inline-block;
}

.opening-hours {
  display: inline-block;
  margin-left: 150px;
}

/*.......... more-information-/stand-in-button-button ..........*/

.stand-in-button,
.more-information-button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 30px 0 0 0px;
  padding: 0;
  font-size: 20px;

  text-align: center;
  border: none;
  border-radius: 10px;
  background-color: #0e8bc9;
  color: whitesmoke;
  font-family: "Sofia Sans Condensed", sans-serif;
  cursor: pointer;
}

.vacation {
  display: inline;
  color: whitesmoke;
}

.more-information-button {
  margin-top: 45px;
}

.stand-in-button:hover,
.more-information-button:hover {
  background-color: #0e8bc9c2;
}

/*......... modal3 ..........*/

.modal3 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.4);
}

.modal-content3 {
  background-color: #fefefe;
  width: 500px;
  height: 600px;
  margin: 8% auto;
  padding: 30px;
  font-size: 23px;

  text-align: center;
  line-height: 33px;
}

.modal-content3 a {
  color: #0e8bc9;
}

.close3 {
  color: #0e8bc9;
  float: right;
  font-size: 80px;
  font-weight: bold;
}

.close3:hover,
.close3:focus {
  color: #0e8bc99f;
  text-decoration: none;
  cursor: pointer;
}

.modal-content3 h1 {
  margin-bottom: 70px;
}

.divider1 {
  height: 3px;
  width: 100px;
  margin: 20px auto;

  background-color: #0e8bc9;
}

/*......... instagram ..........*/

.instagram {
  display: block;
  width: 300px;
  margin: 8vh auto 0 auto;
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;

  background-color: #0e8bc9;
  color: whitesmoke;
  text-align: center;
}

.instagram a {
  color: whitesmoke;
  text-decoration: underline;
}

.instagram a:hover {
  color: rgb(212, 212, 212);
}

/*.......... h1 (contact) ..........*/

h1 {
  margin-top: 8vh;
  text-align: center;
  font-weight: lighter;
  font-size: 50px;

  color: #0e8bc9;
}

/*.......... textbox2 (icons)..........*/

.textbox2 {
  display: block;
  margin-top: 7vh;
  text-align: center;
}

.phone-icon,
.phone-callback-icon,
.mail-icon {
  width: 100px;
  margin: 0 100px;
}

/*.......... textbox2-1 (text to icons)..........*/

.textbox2-1 {
  display: block;
  margin-top: 0.25vh;
  text-align: center;
  font-size: 20px;
}

.textbox2-1 a {
  text-decoration: none;
  color: #000;
}

.textbox2-1-span1 {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.textbox2-1-span2 {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-right: 100px;
  margin-left: 100px;
}
.textbox2-1-span3 {
  width: 200px;
  vertical-align: top;
  display: inline-block;
}

/*.......... modal ..........*/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.4);
}

/*.......... .......... modal to flex .......... ..........*/

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background-color: #fefefe;
  width: 1500px;
  margin: 8% auto;
  padding: 20px;
}

.close {
  color: #0e8bc9;
  float: right;
  font-size: 80px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #0e8bc99f;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h1 {
  margin-bottom: 30px;
  margin-top: 10px;
}

input {
  margin-top: 10px;
  padding: 5px 10px;
  width: 400px;
  font-size: 20px;

  font-family: "Sofia Sans Condensed", sans-serif;
}

.mail-input {
  margin-bottom: 20px;
}

.occasion {
  margin-top: 20px;
  font-size: 20px;
}

textarea {
  margin-top: 10px;
  padding: 5px 10px;
  width: 400px;
  height: 250px;
  font-size: 20px;

  font-family: "Sofia Sans Condensed", sans-serif;
}

.send-button {
  margin: 0 0 50px 0;
  padding: 15px 40px;
  font-size: 20px;

  border: none;
  font-family: "Sofia Sans Condensed", sans-serif;
  background-color: #0e8bc9;
  color: whitesmoke;
  cursor: pointer;
}

.send-button:hover {
  background-color: #0e8bc9c2;
}

/*......... modal2 ..........*/

.modal2 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.4);
}

.modal-content2 {
  background-color: #fefefe;
  width: 1500px;
  margin: 8% auto;
  padding: 20px;
}

.close2 {
  color: #0e8bc9;
  float: right;
  font-size: 80px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #0e8bc99f;
  text-decoration: none;
  cursor: pointer;
}

.modal-content2 h1 {
  margin-bottom: 30px;
}

/*.......... captcha ..........*/ /*.......... CAPTCHA ..........*/

.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding-top: 10px;
}

/*.......... floating ..........*/

.floatingContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
}

/*.......... floating ..........*/

.floating {
  width: 170px;
}

/*.......... fixedPhone ...........*/

.fixedContact {
  display: block;
  padding: 10px 30px;
  position: fixed;
  bottom: 10px;
  font-size: 20px;
  border-radius: 8px;

  z-index: 1;

  text-align: center;
  color: whitesmoke;
  background-color: #0e8bc9a1;
}

.fixedContact:hover {
  background-color: #0e8bc9c2;
}

.fixedContact a {
  color: whitesmoke;
}

/*.......... fixedIg..........*/

.fixedIg {
  display: block;
  padding: 7px;
  position: fixed;
  margin-left: 130px;
  bottom: 10px;
  border-radius: 8px;

  z-index: 1;

  text-align: center;
  color: whitesmoke;
  background-color: #0e8bc9a1;
}

.ig-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}

.fixedIG:hover {
  background-color: #0e8bc9c2;
}

/*.......... meeting ..........*/

.meeting {
  display: grid;
  height: 450px;
  margin: 150px 2vw 2vw 2vw;
  grid-column: 2;
  column-gap: 5vw;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;

  background-color: #0e8bc9d8;
}

.meeting h1 {
  font-size: 50px;
  margin-top: 60px;
  color: whitesmoke;
}

.meeting ul {
  padding-left: 20px;
}

.meeting1 {
  grid-column-start: 1;
  grid-column-end: 1;
  margin-left: 100px;
}

.meeting2 {
  grid-column-start: 2;
  grid-column-end: 2;
  margin-right: 100px;
}

.meeting1-1,
.meeting2-1 {
  display: inline-grid;
  height: auto;
  width: 530px;
  margin-top: 50px;
  padding: 30px;
  border-radius: 20px;
  font-size: 20px;
  text-align: left;

  color: #0e8bc9;
  background-color: whitesmoke;
}

.more_information {
  display: block;
  margin-top: 30px;
  margin-right: -760px;
  text-align: center;

  color: whitesmoke;
  text-decoration: underline;
}

/*.......... about us ..........*/

.about {
  height: auto;
  font-size: 18px;
}

.about span {
  font-size: 18px;
}

.about h1 {
  margin: 100px 0 50px 0;
}

.about h2 {
  color: #0e8bc9;
}

.person1 {
  display: block;
  width: 100%;
  height: 300px;

  text-align: center;
}

.about_photo_1 {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-bottom: 50px;

  z-index: 0;
}

.employee {
  display: block;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

.person2 {
  display: inline-flex;
}

.employee_span {
  display: block;
  width: 250px;
}

/*.......... services ..........*/

.services {
  height: 1662px;

  background-color: #0e8bc9;
  color: whitesmoke;
}

.services h1 {
  padding-top: 100px;

  color: whitesmoke;
}

.services img {
  max-height: 350px;
  display: inline-block;
}

.left {
  float: left;
  margin: 20px 20px 20px 0;
}

.right {
  float: right;
  margin: 20px 0 20px 20px;
}

.slide-left,
.slide-right {
  opacity: 0;
  transition: all 0.5s;
}

.slide-left {
  margin: 80px 0 0 50px;

  transform: translate(-30%) scale(0.9);
}

.slide-right {
  margin: 80px 50px 0 0;

  transform: translate(-30%) scale(0.9);
}

.active {
  transform: translate(0%) scale(1);
  opacity: 1;
}

.services span {
  display: inline-block;
  width: 700px;
  margin: 80px 50px 0 50px;
  font-size: 20px;
}

.services_one {
  display: block;
  height: 500px;
}

.services_two {
  display: block;
  height: 500px;
  margin: 0;

  background-color: whitesmoke;
  color: #0e8bc9;
}

.services h2 {
  margin-bottom: 20px;
}

.services_two span ul,
.services_one span ul {
  line-height: 35px;
}

.services_two span ul li,
.services_one span ul li {
  margin-left: 20px;
}

/*.......... downloads ..........*/

.downloads_text {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}

.downloads h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.downloads_downloads {
  display: block;
  text-align: center;
}

.downloads {
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 50px 50px 0 50px;
  padding: 20px;

  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: #0e8bc9;
}

.downloads:hover {
  background-color: #0e8bc934;
}

.downloads a {
  color: #0e8bc9;
  font-size: 18px;
}

.downloads img {
  width: 80px;
}

/*.......... footer ..........*/

footer {
  height: 150px;
  margin: 0;
  padding: 0;
  background-color: #0e8bc9;
  color: whitesmoke;
}

.footer_div {
  display: block;
  margin-top: 100px;
  text-align: center;
}

.imprint {
  padding-top: 50px;
}

.imprint a {
  margin-top: 50px;
  color: whitesmoke;
  font-size: 20px;
  text-decoration: underline;
}

/*.......... media only screen max-height: 1000px ..........*/

@media only screen and (max-height: 1000px) {
  /*.......... logo ..........*/

  .logo-header {
    width: 25%;
  }

  /*.......... h1 (contact) ..........*/

  h1 {
    font-size: 40px;
  }

  /*.......... textbox2 (icons) ..........*/

  .phone-icon,
  .phone-callback-icon,
  .mail-icon {
    width: 70px;
  }

  /*.......... textbox2-1 (text to icons)..........*/

  .textbox2-1-span1 {
    width: 180px;
  }
  .textbox2-1-span2 {
    width: 180px;
    margin-right: 90px;
    margin-left: 90px;
  }
  .textbox2-1-span3 {
    width: 180px;
  }

  /*.......... meeting ..........*/

  .meeting {
    height: 500px;
    margin-top: 100px;
  }

  .meeting h1 {
    font-size: 40px;
  }

  .meeting1-1,
  .meeting2-1 {
    width: 500px;
  }

  /*.......... about us ..........*/

  .about h1 {
    margin: 100px 0 50px 0;
    font-size: 40px;
  }

  .person {
    height: 150px;
  }

  .human2,
  .human1 {
    width: 180px;
    height: 180px;
  }

  .textToRight,
  .textToLeft {
    margin: 60px 0 0 50px;
  }
}

/*.......... media only screen max-width: 1550px ..........*/

@media only screen and (max-width: 1550px) {
  body {
    width: 100%;
  }

  .logo-header {
    width: 400px;
  }

  /*.......... modal ..........*/
  .modal-content3,
  .modal-content2,
  .modal-content {
    width: 60vw;
    margin: 8% auto;
    padding: 4vw;
  }

  .modal-content2 h1,
  .modal-content3 h1 {
    margin-top: 2vh;
  }

  .close3,
  .close2,
  .close {
    font-size: 50px;
    float: none;
  }

  .modal-content h1 {
    margin-bottom: 1vh;
    margin-top: 2vh;
    font-size: 30px;
  }

  input {
    margin-top: 2vh;
    padding: 1vh 2vh;
    width: 40vw;
    font-size: 18px;
  }

  .mail-input {
    margin-bottom: 2vh;
  }

  .occasion {
    margin-top: 2vh;
    font-size: 18px;
  }

  textarea {
    margin-top: 1vh;
    padding: 1vh 2vw;
    width: 40vw;
    height: 20vh;
    font-size: 18px;
  }

  .send-button {
    margin: 3vh 0 3vh 0;
    padding: 2vh 4vw;
    font-size: 18px;
  }

  /*.......... meeting ..........*/

  .meeting {
    column-gap: 5vw;
    height: 480px;
  }

  .meeting1 {
    margin-left: 5vw;
  }

  .meeting2 {
    margin-right: 5vw;
  }

  .meeting1-1,
  .meeting2-1 {
    width: 35vw;
  }

  .more_information {
    margin-right: -50vw;
    margin-top: 0;
  }

  /*.......... about us ..........*/

  .person {
    height: 180px;
  }

  .human2,
  .human1 {
    width: 180px;
    height: 180px;
  }

  .textToRight,
  .textToLeft {
    margin: 60px 0 0 50px;
  }

  /*.......... services ..........*/

  .services {
    height: 1620px;
  }

  .services h1 {
    padding-top: 100px;
  }

  .services img {
    max-height: 300px;
  }

  .slide-left {
    margin: 80px 80px 0 100px;
  }

  .slide-right {
    margin: 80px 100px 0 50px;
  }

  .services span {
    width: 500px;
    margin: 80px 50px 0 0;
    font-size: 18px;
  }

  .services_one {
    display: block;
    height: 500px;
  }

  .services_two {
    display: block;
    height: 500px;
    margin: 0;
  }

  .services_span_two {
    float: right;
    margin: 80px 0 0 0;
    padding: 0;
  }
}

/*.......... media only screen max-width: 1300px ..........*/

@media only screen and (max-width: 1300px) {
  /*.......... map ..........*/

  .map {
    display: block;
    margin: 5vh auto 0 auto;
  }

  /*.......... textbox1 ..........*/

  .textbox1 {
    display: flex;
    margin: 5vh auto 0 auto;
  }

  /*.......... instagram ..........*/

  .instagram {
    width: 60vw;
    padding: 15px;
  }

  /*.......... textbox2 (icons) ..........*/

  .textbox2 {
    margin-top: 4vh;
  }

  .phone-icon,
  .phone-callback-icon,
  .mail-icon {
    width: 9vw;
    margin: 0 8vw;
  }

  /*.......... textbox2-1 (text to icons) ..........*/

  .textbox2-1 {
    font-size: 1.6vw;
  }

  .textbox2-1-span1 {
    width: 20vw;
  }

  .textbox2-1-span2 {
    width: 9vw;
    margin-right: 10.5vw;
    margin-left: 10.5vw;
  }

  .textbox2-1-span3 {
    width: 20vw;
  }

  /*.......... meeting ..........*/

  .meeting {
    column-gap: 5vw;
    height: 500px;
  }

  .meeting h1 {
    font-size: 39px;
  }

  .meeting1-1,
  .meeting2-1 {
    width: 40vw;
    font-size: 18px;
  }

  .more_information {
    margin-right: -50vw;
  }

  /*.......... about us ..........*/

  .human2,
  .human1 {
    margin: 0 0 0 10vw;
  }

  .human2 {
    margin: 0 10vw 0 5vw;
  }

  .textToRight,
  .textToLeft {
    width: 30vw;
    margin-left: 5vw;
  }

  /*.......... services ..........*/

  .services {
    height: auto;
  }

  .services img {
    max-height: 250px;
  }

  .slide-left,
  .slide-right {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .services span {
    width: 33vw;
    height: auto;
  }

  .services_one {
    display: block;
    height: 500px;
  }

  .services_two span,
  .services_one span {
    width: 400px;
  }

  .services_two {
    display: block;
    height: 500px;
    margin: 0;
  }

  .services_one ul,
  .services_two ul {
    line-height: 10px;
  }

  .services_span_two {
    float: right;
    margin: 80px 0 0 0;
    padding: 0;
  }
}

/*.......... media only screen max-width: 1024px ..........*/

@media only screen and (max-width: 1024px) {
  /*.......... services ..........*/

  .services img {
    max-height: 220px;
  }

  .slide-left {
    margin: 80px 5vw 0 5vw;
  }

  .slide-right {
    margin: 80px 5vw 0 5vw;
  }

  .services span {
    width: 35vw;
    margin: 80px 0 0 0;
  }

  .services_one,
  .services_two {
    height: 440px;
  }

  #special {
    height: 600px;
  }

  .services_span_two {
    float: right;
    margin: 80px 0 0 0;
    padding: 0;
  }
}

/*.......... media only screen max-width: 880px ..........*/

@media only screen and (max-width: 880px) {
  .meeting {
    height: 530px;
  }
}

/*.......... media only screen max-width: 780px ..........*/

@media only screen and (max-width: 780px) {
  /*.......... services ..........*/

  .services {
    display: block;
  }

  .services h1 {
    font-size: 40px;
    padding-top: 6vh;
  }

  .services img {
    display: block;
    max-width: 80vw;
    margin: 0 auto;
  }

  .slide-left {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }

  .slide-right {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }

  .services span {
    display: block;
    margin: 50px auto 0 auto;
    width: 80vw;
  }

  #special {
    height: 650px;
  }

  .services_one {
    display: block;
    height: 600px;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .services_two {
    display: block;
    height: 600px;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .services_span_two {
    display: block;
    float: none;
    margin: 50px auto 0 auto;
    width: 80vw;
  }
}

/*.......... media only screen max-width: 700px ..........*/

@media only screen and (max-width: 700px) {
  /* .......... Popup ..........

  .popup {
    font-size: 19px;
  }

  .popup-text {
    width: 300px;
    height: 300px;
  }

  .popup p {
    padding: 20px 10px 5px 10px;
  } */

  /*.......... header ..........*/

  header {
    height: 20vh;
  }

  /*.......... logo ..........*/

  .logo-header {
    width: 75vw;
  }

  /*.......... motto ..........*/

  .motto {
    margin-top: 4vh;
    font-size: 14px;
    letter-spacing: 5px;
  }

  .motto::before,
  .motto::after {
    height: 3px;
  }

  /*.......... map ..........*/

  .map {
    width: 80vw;
  }

  /*......... textbox1 ..........*/

  .textbox1 {
    width: 60vw;
    height: 35vh;
    margin: 5vh 5vw 0 10vw;
    padding: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
  }

  .textbox1 span2 {
    font-size: 20px;
  }

  .textbox1 p {
    height: 14px;
  }

  .direct-contact {
    display: inline-block;
  }

  .opening-hours {
    display: inline-block;
    margin-left: 30vw;
  }

  /*.......... more-information-/stand-in-button-button ..........*/

  .textbox1 {
    height: 360px;
  }

  .stand-in-button,
  .more-information-button {
    width: 28vw;
    margin: 4vw 0 0 0;
    padding: 5px;
    font-size: 16px;
  }

  .more-information-button {
    margin-top: 32px;
  }

  /*.......... instagram ..........*/

  .instagram {
    font-size: 16px;
    margin: 3vh auto 0 auto;
  }

  /*.......... Konatktieren Sie uns ..........*/

  .contact-us-h1 {
    margin: 10vh 0 0 0;
  }

  /*.......... textbox2 (icons) ..........*/

  .textbox2 {
    margin-top: 4vh;
  }

  .phone-icon,
  .phone-callback-icon,
  .mail-icon {
    width: 12vw;
    margin: 0 8vw;
  }

  /*.......... textbox2-1 (text to icons) ..........*/

  .textbox2-1 {
    font-size: 13px;
  }

  .textbox2-1-span1 {
    width: 20vw;
  }
  .textbox2-1-span2 {
    width: 20vw;
    margin-right: 8vw;
    margin-left: 8vw;
  }
  .textbox2-1-span3 {
    width: 20vw;
  }

  /*.......... captcha ..........*/

  .g-recaptcha {
    scale: 70%;
  }

  /*.......... floating ..........*/

  .floating {
    width: 105px;
  }

  /*.......... fixed-phone ..........*/

  .fixedContact {
    padding: 1.5vw 3.5vw;
    font-size: 13px;

    background-color: #0e8bc9a1;
  }

  /*.......... fixedIg ..........*/

  .fixedIg {
    padding: 1vw;
    margin-left: 80px;
  }

  .ig-icon {
    width: 20px;
    height: 20px;
  }

  /*.......... modals ..........*/

  .modal-content3,
  .modal-content2,
  .modal-content {
    width: 80vw;
    margin: 8% auto;
    padding: 4vw;
  }

  .close3,
  .close2,
  .close {
    font-size: 50px;
    float: none;
  }

  .modal-content3 {
    height: 250px; /*..... 550p.....*/
    font-size: 18px;
    line-height: 30px;
  }

  /*..... just if no vaca .....*/

  .modal-content3 {
    padding-top: 50px;
  }

  /*..... .....*/

  /*.......... .......... .......... modal content auf 600px für ruekruf .......... .......... */

  .modal-content2 {
    height: 600px;
  }

  .modal-content h1 {
    margin-bottom: 1vh;
    margin-top: 2vh;
    font-size: 30px;
  }

  input {
    margin-top: 2vh;
    padding: 1vw 2vw;
    width: 60vw;
    font-size: 18px;
  }

  .mail-input {
    margin-bottom: 2vh;
  }

  .occasion {
    margin-top: 2vh;
    font-size: 18px;
  }

  textarea {
    margin-top: 1vh;
    padding: 1vw 2vw;
    width: 60vw;
    height: 50vw;
    font-size: 18px;
  }

  .send-button {
    margin: 3vh 0 3vh 0;
    padding: 3vw 6vw;
    font-size: 18px;
  }

  /*.......... meeting ..........*/

  .meeting {
    margin-top: 10vh;
    column-gap: 1px;
    height: 500px;
    border-radius: 20px;
  }

  .meeting h1 {
    font-size: 30px;
    margin-top: 5vh;
  }

  .meeting1 {
    margin-left: 1vw;
  }

  .meeting2 {
    margin-right: 1vw;
  }

  .meeting1-1,
  .meeting2-1 {
    height: auto;
    width: 45vw;
    margin-top: 4vh;
    padding: 3vw;
    font-size: 16px;
  }

  .more_information {
    margin-top: 5px;
    font-size: 16px;
    margin-right: -46vw;
  }

  /*.......... about us ..........*/

  .about h1 {
    margin: 60px 0 40px 0;
  }

  .about h2 {
    font-size: 18px;
  }

  .about span {
    font-size: 16px;
  }

  .person1 {
    height: 200px;
  }

  .about_photo_1 {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }

  .employee {
    margin-top: 50px;
  }

  .employee_span {
    margin-top: 20px;
  }

  /*.......... services ..........*/

  .services img {
    max-width: 75vw;
  }

  .services span {
    margin: 4vh auto 0 auto;
    width: 75vw;
  }

  #special {
    height: auto;
  }

  .services_one {
    height: auto;
  }

  .services_two {
    height: auto;
  }

  .services_span_two {
    display: block;
    float: none;
    margin: 4vh auto 0 auto;
    width: 75vw;
  }

  .services {
    font-size: 16px;
  }

  .services h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .services_two span ul,
  .services_one span ul {
    line-height: 30px;
  }

  /*.......... downloads ..........*/

  .downloads_text {
    margin: 30px 20px 0 20px;
    font-size: 16px;
  }

  .downloads h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .downloads {
    display: inline-flex;
    width: 150px;
    height: 180px;
    margin: 20px 10px 0 10px;
    padding: 10px;

    border-style: solid;
    border-width: 3px;
    border-radius: 10px;
    border-color: #0e8bc9;
  }

  .downloads:hover {
    background-color: #0e8bc934;
  }

  .downloads a {
    font-size: 14px;
  }

  .downloads img {
    width: 40px;
  }

  /*.......... footer ..........*/

  footer {
    height: 100px;
  }

  .footer_div {
    margin-top: 60px;
  }

  .imprint {
    padding-top: 30px;
  }

  .imprint a {
    font-size: 16px;
  }
}
