@charset "UTF-8";
html {
  scroll-behavior: smooth;
  /* to smoothly scroll down when link to a certain section is pressed */
}

body {
  /* general font, background color, font color */
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  background-color: #E7E6E6;
  color: black;
}

.logo {
  height: 100px;
  margin-top: 10px;
}

.top {
  text-align: center;
  /* Text in die mitte gerückt */
  margin-bottom: 0px;
}

.mobile-nav-toggle {
  display: none;
}

.navbar {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.link-navbar {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: 300;
  color: black;
  text-decoration: none;
  margin-left: 16px;
  font-weight: 600;
  padding-left: 50;
  font-size: x-large;
}

a.link-navbar-ar {
  font-family: 'Cairo', sans-serif;
  color: black;
  text-decoration: none;
  margin-left: 16px;
  font-weight: 600;
  padding-left: 50;
  font-size: large;
  font-weight: 400;
}

a.link-navbar-he {
  font-family: 'Rubik', sans-serif;
  color: black;
  text-decoration: none;
  margin-left: 16px;
  font-weight: 600;
  padding-left: 50;
  font-size: large;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
}

#welcome-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#welcome {
  position: relative;
  width: 700px;
  margin-bottom: 10px;
}

.welcome-headline {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: bold;
  font-size: xx-large;
}

.welcome-headline-ar {
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  font-size: xx-large;
}

.welcome-headline-he {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: x-large;
}

.vl {
  border-left: 2px solid black;
  height: 120px;
  margin-bottom: 120px;
}

.vl-ar {
  border-right: 2px solid black;
  height: 150px;
  margin-bottom: 160px;
}

.vl-he {
  border-right: 2px solid black;
  height: 150px;
  margin-bottom: 160px;
}

.welcome-text {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  margin-left: 24px;
  color: black;
  font-size: x-large;
  font-weight: 600;
}

.welcome-text-ar {
  font-family: 'Cairo', sans-serif;
  margin-right: 24px;
  color: black;
  font-size: large;
}

.welcome-text-he {
  font-family: 'Rubik', sans-serif;
  margin-right: 24px;
  color: black;
  font-size: 1.4rem;
  font-weight: 300;
}

.welcome-text-he .hr {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

#about-me {
  margin-bottom: 10px;
  height: auto;
}

.about-me-headline {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: bold;
  font-size: xx-large;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.text-about-me {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  padding-left: 50px;
  padding-bottom: 30px;
  font-size: x-large;
  font-weight: 600;
}

.about-me-headline-ar {
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  font-size: xx-large;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.about-me-headline-he {
  font-family: 'Rubik', sans-serif;
  font-size: xx-large;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.text-about-me-ar {
  font-family: 'Cairo', sans-serif;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 30px;
  font-size: large;
}

.text-about-me-he {
  font-family: 'Rubik', sans-serif;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 300;
}

.back-to-top {
  z-index: 99999;
  position: fixed;
  right: 70px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: xx-large;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  color: #9E03BF;
}

.back-to-top.active {
  bottom: 60px;
  pointer-events: auto;
  opacity: 1;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mySlides1, .mySlides2 {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin-top: 2rem;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 29px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 350ms ease-out;
  transition: -webkit-transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.89);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* size of slide */
.slide-img1, .slide-img2, .slide-img3 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  /* to maintain the aspect ratio of the original image while filling the element's entire content box. */
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
  margin-bottom: 24px;
  /* distance to the bottom */
  margin-top: 8px;
}

.slide-img2 {
  -o-object-position: 70% 30%;
     object-position: 70% 30%;
}

.Headline-slide {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  position: absolute;
  top: 75%;
  left: 16px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.89);
}

.Headline-slide-ar {
  font-family: 'Cairo', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  position: absolute;
  bottom: 10%;
  right: 16px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.89);
}

.sub-Headline-slide {
  display: none;
}

.sub-Headline-slide-ar {
  display: none;
}

@media only screen and (min-width: 600px) {
  .Headline-slide {
    position: absolute;
    left: 16px;
    top: 60%;
  }
  .Headline-slide-ar {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
  }
  .sub-Headline-slide {
    display: block;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    position: absolute;
    top: 70%;
    left: 16px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.89);
  }
  .sub-Headline-slide-ar {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    position: absolute;
    top: 65%;
    right: 16px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.89);
  }
}

.link-language {
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -8px;
  position: absolute;
  top: 7.5%;
  left: 6%;
  opacity: 1;
  color: black;
  font-weight: 4rem;
}

@media only screen and (max-width: 600px) {
  section {
    top: 5%;
  }
}

section > * {
  margin: 0 8px;
}

.divider {
  width: 2px;
  margin: 6px 0;
  background: black;
  z-index: -10;
}

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: black;
  font-weight: 600;
}

.container {
  position: relative;
  /* This is important */
}

.image-cont {
  position: relative;
  text-align: center;
  color: #E7E6E6;
  margin: 2rem 5% 2rem 5%;
}

.Image-Article1, .Image-Article2, .Image-Article3 {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.HeadlineA1, .HeadlineA2, .HeadlineA3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.Headline-ar {
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  font-size: xx-large;
}

.Headline-he {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.HeadlineA1, .HeadlineA2, .HeadlineA3, .Headline-ar, .Headline-he {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  /* This positions the text vertically in the center of the image */
  left: 50%;
  /* This positions the text horizontally in the center of the image */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* This centers the text both vertically and horizontally */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.99);
}

.sub-HeadlineA1, .sub-HeadlineA2, .sub-HeadlineA3, .sub-Headline-ar, .sub-Headline-he {
  position: absolute;
  margin-bottom: -1rem;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.99);
}

.sub-HeadlineA1, .sub-HeadlineA2, .sub-HeadlineA3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.sub-Headline-ar {
  font-family: 'Cairo', sans-serif;
  font-size: large;
  margin-top: 1rem;
}

.sub-Headline-he {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}

.sub-HeadlineA1 {
  top: 65%;
}

@media only screen and (max-width: 780px) {
  .sub-HeadlineA1, .sub-HeadlineA2, .sub-HeadlineA3, .sub-Headline-ar, .sub-Headline-he {
    opacity: 0;
  }
}

.Main-Immage, .Main-Immage2, .Main-Immage3 {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  /* to maintain the aspect ratio of the original image while filling the element's entire content box. */
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
  margin-bottom: 16px;
  /* distance to the bottom */
  margin-top: 8px;
}

.Main-Immage2 {
  left: 50%;
}

.Headline1 {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-size: 2rem;
  font-weight: bolder;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.Headline1-ar {
  font-family: 'Cairo', sans-serif;
  font-weight: bold;
  font-size: xx-large;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.Headline1-he {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.sub-Headline1 {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sub-Headline1-ar {
  font-family: 'Cairo', sans-serif;
  font-size: large;
}

.sub-Headline1-he {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}

.date {
  margin-top: 3px;
  margin-bottom: 5px;
}

.main-text {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  color: black;
  font-size: x-large;
  font-weight: 600;
  margin: 0 0.3rem 0 0;
}

.main-text-ar {
  font-family: 'Cairo', sans-serif;
  font-size: large;
}

.main-text-he {
  font-family: 'Rubik', sans-serif;
  font-size: large;
}

.facebook {
  margin: 100px 10px 10px 10px;
  color: #4267B2;
  font-size: 2rem;
}

.twitter {
  color: #1DA1F2;
  font-size: 2rem;
}

.whats-App {
  color: #25D366;
  font-size: 2rem;
}

@media only screen and (min-width: 600px) {
  .cont-article1 {
    margin: 3rem 20% 1rem 20%;
  }
  .Headline1 {
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-size: 3rem;
    font-weight: 700;
  }
  .Headline1-ar {
    font-family: 'Cairo', sans-serif;
    font-size: large;
  }
  .sub-Headline1 {
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-size: 1.8rem;
  }
  .main-text {
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    color: black;
    font-size: 1.8rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background-color: #E7E6E6;
  }
  #form, textarea, input {
    width: 260px;
  }
  #submit {
    width: 292px;
  }
  .logo {
    height: 80px;
    margin-top: 16px;
  }
  .top {
    text-align: center;
    /* logo nach links gerückt */
    margin-bottom: 0px;
  }
  #welcome {
    margin-top: 2rem;
    margin-bottom: -4rem;
  }
  .vl {
    height: 15rem;
    margin-left: 10px;
    margin-top: 1rem;
  }
  .vl-ar {
    height: 15rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .vl-he {
    height: 15rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .text-about-me {
    padding-left: 10px;
  }
  .about-me-headline {
    padding-left: 0px;
    padding-bottom: 5px;
  }
  .text-about-me-ar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-me-headline-ar {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 5px;
  }
  .text-about-me-he {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-me-headline-he {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 5px;
  }
  .welcome-headline-ar {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: xx-large;
  }
  .welcome-headline-he {
    margin-right: 1rem;
  }
  .navbar[data-visible="true"] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    background: url("burger_icon.png");
    background-size: contain;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    border: 0;
    width: 30px;
    z-index: 9999;
    top: 3rem;
    right: 2rem;
  }
  .mobile-nav-toggle[aria-expanded="true"] {
    background: url("cancel_icon.png");
    background-size: contain;
  }
  .navbar {
    z-index: 999;
    margin-top: 20px;
    margin-bottom: 0px;
    position: fixed;
    inset: 0 0 0 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8rem 2rem;
    padding-right: 5rem;
    background: #E7E6E6;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 350ms ease-out;
    transition: -webkit-transform 350ms ease-out;
    transition: transform 350ms ease-out;
    transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  }
  .back-to-top.active {
    bottom: 20px;
    right: 40px;
    pointer-events: auto;
    opacity: 1;
    text-decoration: none;
  }
}

.impressum {
  text-align: center;
}

.legal-content {
  position: absolute;
  padding: 20px;
  margin-right: 100px;
}

.legal-content-index {
  position: absolute;
  bottom: -2000px;
  padding: 20px;
  margin-right: 100px;
}

@media only screen and (min-width: 600px) {
  .legal-content-index {
    position: absolute;
    bottom: -150%;
    padding: 20px;
    margin-right: 100px;
  }
}

.legal-content-newsletter {
  position: absolute;
  bottom: -50%;
  padding: 20px;
  margin-right: 100px;
}

.legal-text {
  margin-right: 5px;
}

.comercial {
  background-color: #E7E6E6;
  position: absolute;
  padding: 30px;
  bottom: -26.5%;
  height: 25;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .comercial {
    background-color: #E7E6E6;
    position: absolute;
    padding: 30px;
    bottom: -34.3%;
    height: 25;
    width: 100%;
  }
}

@media only screen and (min-width: 785px) {
  .comercial {
    background-color: #E7E6E6;
    position: absolute;
    padding: 30px;
    bottom: -63%;
    height: 25;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */