@charset "UTF-8";
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/
@font-face {
  font-family: "SegoeUI";
  src: url("fonts/5307704/8221c6d0-bd86-4117-b4c4-2381e7f1d50f.woff2") format("woff2"), url("fonts/5307704/1a31e55a-e9a9-436e-a818-056f5d2785ff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'SegoeUI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

#PI {
  font-family: 'SegoeUI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #28777E;
  font-size: 24px;
}

h1 {
  color: #28777E;
  font-size: 60px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  font-weight: bold;
}

@media (max-width: 850px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-size: 22px;
}

@media (max-width: 850px) {
  p {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  p {
    font-size: 18px;
  }
}

.mouse-over {
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
}

/*
.head {
position: -webkit-sticky;
position: sticky;
top: 0;
}

*/
.wrap-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .wrap-all {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1250px) {
  .header .wrap-all {
    padding: 0px 5%;
  }
}

.menu-wrapper {
  margin: 0 auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  height: 65px;
}

.logo-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 80px;
}

@media (max-width: 1250px) {
  .logo-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 450px) {
  .logo-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100px;
  }
  .logo-box .title {
    margin-left: unset;
  }
  .logo-box .logo {
    height: 65px;
    width: 65px;
  }
}

.logo {
  height: 100%;
  width: 65px;
  background-image: url("../img/Logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.title {
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.title p {
  font-size: 38px;
  color: #37A8B1;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

@media (max-width: 850px) {
  .title p {
    font-size: 34px;
  }
}

@media (max-width: 450px) {
  .title p {
    font-size: 30px;
  }
}

.title p span {
  color: #3D3D3D;
}

.menu-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1250px) {
  .menu-line {
    display: none;
  }
}

#menu-list {
  min-width: 555px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

#menu-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

#menu-list li a {
  color: black;
  font-size: 24px;
  padding: 5px 20px;
}

#sticky-contact {
  position: fixed;
  background-color: #3d3d3d;
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  color: white;
  z-index: 99;
}

#sticky-contact-wrapper {
  width: 115px;
}

#menu-list #sticky-contact {
  color: white;
}

#menu-list #sticky-contact:hover {
  text-decoration: none;
}

#mobile-menu-button {
  display: none;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 14vh;
  cursor: pointer;
}

@media (max-width: 1250px) {
  #mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#mobile-menu-button p {
  background-color: #018a94;
  color: white;
  padding: 15px 40px;
  max-width: 100px;
  border-radius: 35px;
}

#menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  padding: 0;
  width: 100vw;
  height: auto;
  bottom: 0;
  position: fixed;
  background-color: white;
  -webkit-box-shadow: -3px 3px 15px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -3px 3px 15px 10px rgba(0, 0, 0, 0.2);
}

#menu-box .logo {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
  margin-top: 80px;
}

#menu-box #close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-left: unset;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 40px;
  -webkit-box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#menu-box #close p {
  font-size: 20px;
}

#menu-box #box-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu-box #box-menu li {
  list-style: unset;
  list-style: none;
  text-align: center;
  padding: 12px 0px;
}

#menu-box #box-menu a {
  color: black;
}

.welcome {
  display: block;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.welcome-background {
  width: 100%;
  height: 100%;
  background-image: url("../img/starter_bg_5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 650px) {
  .welcome-background {
    background-image: url("../img/starter_bg_mobile.jpg");
  }
}

@media (max-width: 1500px) {
  #banner {
    height: 100%;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

#banner p {
  font-size: 32px;
}

@media (max-width: 1250px) {
  #banner p {
    font-size: 26px;
  }
}

@media (max-width: 850px) {
  #banner p {
    font-size: 24px;
  }
}

@media (max-width: 650px) {
  #banner p {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  #banner p {
    font-size: 18px;
  }
}

#banner-title {
  z-index: 2;
  position: absolute;
  text-align: center;
  right: 160px;
  bottom: 100px;
  color: white;
  background-color: #3d3d3d;
  padding: 50px;
  max-width: 60vw;
}

@media (max-width: 1500px) {
  #banner-title {
    margin-bottom: unset;
    position: unset;
    right: unset;
    bottom: unset;
    padding: 40px;
    -webkit-box-shadow: 10px -10px rgba(55, 169, 177, 0.5);
            box-shadow: 10px -10px rgba(55, 169, 177, 0.5);
  }
}

@media (max-width: 850px) {
  #banner-title {
    margin-bottom: unset;
    position: unset;
    right: unset;
    bottom: unset;
    padding: 40px;
    -webkit-box-shadow: 10px -10px rgba(55, 169, 177, 0.5);
            box-shadow: 10px -10px rgba(55, 169, 177, 0.5);
  }
}

@media (max-width: 650px) {
  #banner-title {
    padding: 30px;
  }
}

#banner-title span {
  font-weight: bold;
  color: #37A8B1;
}

#banner-bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  text-align: center;
  right: 160px;
  bottom: 100px;
  color: white;
  background-color: rgba(55, 169, 177, 0.7);
  padding: 50px;
}

@media (max-width: 1500px) {
  #banner-bg {
    display: none;
  }
}

#banner-bg p {
  font-weight: bold;
}

#banner-title :hover {
  z-index: 1;
}

#banner-title:hover + #banner-bg {
  font-weight: bold;
  z-index: 2;
  background-color: #37a9b1;
}

#banner-bg:hover {
  font-weight: bold;
  z-index: 2;
  font-weight: bold;
  background-color: #37a9b1;
}

#banner-bg:hover + #banner-title {
  z-index: 1;
}

.portfolio {
  padding-bottom: 20vh;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio .heading-wrapper {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
}

@media (max-width: 850px) {
  .portfolio .heading-wrapper {
    height: 90vh;
  }
}

.heading-top {
  width: 100%;
  max-width: 1000px;
  min-height: 600px;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-top h1 {
  font-size: 60px;
  margin-bottom: 0px;
}

@media (max-width: 850px) {
  .heading-top h1 {
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .heading-top h1 {
    font-size: 40px;
  }
}

.heading-top h2 {
  font-size: 30px;
  font-weight: lighter;
  padding-top: 0px;
}

@media (max-width: 850px) {
  .heading-top h2 {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .heading-top h2 {
    font-size: 21px;
  }
}

.heading-wrapper h1 {
  text-align: center;
}

.heading-wrapper p {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
}

.portfolio-item {
  margin: 0 auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (max-width: 850px) {
  .portfolio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .portfolio-item .portfolio-text {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .portfolio-item .portfolio-desktop-text {
    display: none;
  }
  .portfolio-item .portfolio-mobile-text {
    display: block;
  }
  .portfolio-item a {
    font-size: 20px;
    margin-top: 15px;
  }
}

.portfolio-text {
  max-width: 900px;
}

.portfolio-text h3 {
  display: none;
}

.portfolio-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio-text h2 {
  padding-top: 0px;
}

.portfolio-text li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 20px;
  max-width: 210px;
  margin: 10px 10px;
  height: auto;
  padding: 20px;
  list-style-position: inside;
  text-align: center;
  background-color: rgba(209, 209, 209, 0.61);
}

.portfolio-text p {
  margin-bottom: 10px;
}

.portfolio-text li:nth-child(even) {
  background-color: rgba(55, 169, 177, 0.171);
}

@media (max-width: 1250px) {
  .portfolio-text {
    width: 80%;
    margin-bottom: 80px;
  }
  .portfolio-text ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio-text li {
    max-width: unset;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .portfolio-text p {
    font-size: 18px;
  }
}

.portfolio-mobile-text {
  display: none;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -50px;
}

.right {
  text-align: right;
}

@media (max-width: 850px) {
  .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.left {
  text-align: left;
}

@media (max-width: 850px) {
  .left {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.portfolio-columns-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

#leistungen .portfolio-item {
  margin-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1250px) {
  #leistungen .portfolio-image-wrapper {
    display: none;
  }
  #leistungen h2 {
    text-align: center;
  }
  #leistungen p {
    text-align: center;
  }
}

.grid-item {
  width: 100%;
  padding: 10px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-item img {
  height: 40px;
  width: auto;
}

.right .portfolio-image-wrapper {
  margin-left: 40px;
}

@media (max-width: 850px) {
  .right .portfolio-image-wrapper {
    margin-left: unset;
    margin: 0 auto;
    text-align: center;
  }
}

.left .portfolio-image-wrapper {
  margin-right: 40px;
}

@media (max-width: 850px) {
  .left .portfolio-image-wrapper {
    margin-left: unset;
    margin: 0 auto;
    text-align: center;
  }
}

.portfolio-bg {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

@media (max-width: 650px) {
  .portfolio-bg {
    width: 250px;
    height: 250px;
  }
}

#portfolio-image-1 {
  background-image: url("../img/beratung_bg3-3.jpg");
}

#portfolio-image-2 {
  background-image: url("../img/vertrieb_bg1.jpg");
}

#portfolio-image-3 {
  background-image: url("../img/bewertung_bg2-3.jpg");
}

.image-overlay-right {
  overflow: hidden;
  position: relative;
  bottom: 70px;
  left: 200px;
  width: 200px;
  height: 180px;
  z-index: 3;
  background-color: rgba(55, 169, 177, 0.5);
}

@media (max-width: 650px) {
  .image-overlay-right {
    bottom: 80px;
    left: 29vw;
    width: 180px;
    height: 150px;
  }
}

.image-overlay-left {
  overflow: hidden;
  position: relative;
  bottom: 100px;
  right: 100px;
  width: 180px;
  height: 210px;
  z-index: 3;
  background-color: rgba(55, 169, 177, 0.5);
}

@media (max-width: 650px) {
  .image-overlay-left {
    bottom: 80px;
    right: 80px;
    width: 150px;
    height: 140px;
  }
}

/*About-Us Section*/
.about-us .item-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40% 30%;
      grid-template-columns: 30% 40% 30%;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  height: 700px;
  width: 100%;
}

.about-us .item-wrapper .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-position: inside;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .item-wrapper .grid-item h2 {
  width: 100%;
  margin-bottom: -10px;
  margin-bottom: 5px;
}

.about-us .item-wrapper ul {
  padding-left: 0px;
  width: 100%;
}

.about-us .item-wrapper ul li {
  font-size: 18px;
  list-style: none;
  padding-bottom: 6px;
}

.about-us .item-wrapper ul li:nth-child(even) {
  color: #018a94;
}

@media (max-width: 1250px) {
  .about-us .item-wrapper {
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -webkit-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
    height: auto;
  }
  .about-us .item-wrapper h2 {
    padding-top: 0px;
  }
}

@media (max-width: 650px) {
  .about-us .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#about-item_1 {
  text-align: right;
  /* //Custom Bullets
        li::after {
            color: rgba(55, 169, 177, 0.50);
            font-weight: bold;
            list-style-type: square;
            display: inline-block;
            width: 1em;
            margin-right: -1em;
            padding-left: 1em;
            content: '❐ ';
        }
        */
}

#about-item_1 h2 {
  text-align: right;
}

@media (max-width: 1250px) {
  #about-item_1 {
    padding-top: 0%;
  }
}

@media (max-width: 650px) {
  #about-item_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  #about-item_1 h2 {
    text-align: center;
  }
  #about-item_1 li {
    text-align: center;
  }
}

#about-item_3 {
  text-align: left;
  padding-top: 15%;
  /* //Custom Bullets
        li:before {
            color: rgba(55, 169, 177, 0.50);
            font-weight: bold;
            list-style-type: square;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            padding-right: 1em;
            content: '❐ ';
        }
        */
}

#about-item_3 h2 {
  text-align: left;
}

@media (max-width: 1250px) {
  #about-item_3 {
    padding-top: 0%;
    padding-left: 30px;
  }
}

@media (max-width: 650px) {
  #about-item_3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  #about-item_3 h2 {
    text-align: center;
  }
  #about-item_3 li {
    text-align: center;
  }
}

#about-item_4 {
  text-align: right;
  /* //Custom Bullets
        li::after {
            color: rgba(55, 169, 177, 0.50);
            font-weight: bold;
            list-style-type: square;
            display: inline-block;
            width: 1em;
            margin-right: -1em;
            padding-left: 1em;
            content: '❐ ';
        }
        */
}

#about-item_4 h2 {
  text-align: right;
}

@media (max-width: 1250px) {
  #about-item_4 {
    padding-top: 0px;
  }
}

@media (max-width: 650px) {
  #about-item_4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 20px;
  }
  #about-item_4 h2 {
    text-align: center;
  }
  #about-item_4 li {
    text-align: center;
  }
}

#about-item_5 {
  text-align: left;
  padding-top: 15%;
  /* //Custom Bullets
        li:before {
            color: rgba(55, 169, 177, 0.50);
            font-weight: bold;
            list-style-type: square;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            padding-right: 1em;
            content: '❐ ';
        }
        */
}

#about-item_5 h2 {
  text-align: left;
}

@media (max-width: 1250px) {
  #about-item_5 {
    padding-left: 30px;
    padding-top: 0px;
  }
}

@media (max-width: 650px) {
  #about-item_5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-left: 0px;
  }
  #about-item_5 h2 {
    text-align: center;
  }
  #about-item_5 li {
    text-align: center;
  }
}

#about-item_2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
      grid-row-end: span 2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1250px) {
  #about-item_2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
        grid-column-end: span 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
    margin-bottom: 80px;
  }
}

@media (max-width: 650px) {
  #about-item_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#about-item_2 #profile-image {
  margin-right: 5%;
  height: 30vw;
  width: 20vw;
}

@media (max-width: 1250px) {
  #about-item_2 #profile-image {
    border: black 2px solid;
    height: 375;
    width: 250px;
  }
}

#about-item_2 #profile-image img {
  width: auto;
  height: 30vw;
  padding-top: 10%;
  padding-left: 10%;
}

@media (max-width: 1250px) {
  #about-item_2 #profile-image img {
    width: auto;
    height: 375px;
  }
}

@media (max-width: 1700px) {
  #about-item_2 #profile-image .image-overlay-right {
    min-width: unset;
    height: 16vw;
    width: 12vw;
    left: 60%;
    bottom: 13vw;
  }
}

@media (max-width: 1250px) {
  #about-item_2 #profile-image .image-overlay-right {
    width: 150px;
    height: 200px;
    bottom: 162px;
    left: 150px;
  }
}

.profile-wrapper {
  margin-top: 80px;
  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;
}

@media (max-width: 1250px) {
  .profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-wrapper #profile-description {
    margin-top: 100px;
  }
  .profile-wrapper #profile-description p {
    width: auto;
  }
}

#profile-image {
  margin-right: 270px;
  border: black 2px solid;
  height: 500px;
  width: 300px;
}

#profile-image img {
  padding-left: 8%;
  padding-top: 6%;
  width: 120%;
  height: auto;
}

#profile-image .image-overlay-right {
  position: relative;
  bottom: 50%;
  left: 60%;
  min-width: 60%;
  height: 60%;
  z-index: 3;
  background-color: rgba(55, 169, 177, 0.5);
}

@media (max-width: 1250px) {
  #profile-image {
    margin-right: 25%;
    height: 480px;
    border: unset;
  }
  #profile-image img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  #profile-image .image-overlay-right {
    left: 50%;
  }
}

#home #profile-image .image-overlay-right {
  left: 80%;
}

@media (max-width: 1250px) {
  #home #profile-image .image-overlay-right {
    left: 60%;
  }
}

@media (max-width: 1250px) {
  #profile-description {
    margin-top: 100px;
  }
}

#profile-description p {
  text-align: justify;
  border-bottom: #b6b6b6 0.5px solid;
  border-top: #b6b6b6 0.5px solid;
  width: 400px;
  padding: 30px 0px;
}

#profile-description .link-container {
  margin-top: 20px;
  width: inherit;
  text-align: center;
}

#contact {
  padding: unset;
}

.contact-form {
  margin-top: 25vh;
  margin-bottom: 25vh;
}

form {
  padding: 80px;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-shadow: -3px 3px 21px 2px rgba(0, 0, 0, 0.2);
          box-shadow: -3px 3px 21px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  z-index: 10;
  background-color: #f3f3f3;
}

@media (max-width: 1100px) {
  form {
    padding: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* 
    form::before {
        display: block;
        content: "";
        width: 300px;
        height: 400px;
        border: 2px solid;
        margin-left: -10%;
        margin-top: 10%;
        z-index: 1;
        position: absolute;
    }
    */
.contact-form .image-overlay-right {
  overflow: hidden;
  padding: 40px;
  position: relative;
  bottom: 800px;
  left: 550px;
  width: 300px;
  height: 300px;
  z-index: 0;
  background-color: rgba(55, 169, 177, 0.55);
}

@media (max-width: 1800px) {
  .contact-form .image-overlay-right {
    display: none;
  }
}

form div {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  height: 30px;
  background-color: #f3f3f3;
}

@media (max-width: 1100px) {
  form div {
    width: 100%;
    font-size: 18px;
  }
}

form input {
  padding: 5px 12px 5px 15px;
  width: 100%;
  border: none;
  border-bottom: #b6b6b6 0.5px solid;
  background-color: none;
  font-size: 22px;
  background-color: #f3f3f3;
}

@media (max-width: 1100px) {
  form input {
    font-size: 18px;
  }
}

form input::after {
  font-size: 18px;
}

#betreff {
  width: 100%;
}

textarea {
  width: 100%;
  font-size: 22px;
  padding: 12px;
  border: none;
  border-bottom: #b6b6b6 0.5px solid;
  background-color: #f3f3f3;
}

#anfrage {
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: #37a9b1 0.5px solid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  height: auto;
}

#checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
}

@media (max-width: 850px) {
  #checkbox a {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  #checkbox a {
    font-size: 18px;
  }
}

#checkbox p {
  margin-bottom: 10px;
  padding-right: 50px;
}

@media (max-width: 1100px) {
  #checkbox p {
    text-align: center;
    padding-right: 0px;
  }
}

#checkbox-wrapper {
  position: absolute;
  margin-top: 3px;
  margin-left: 20px;
}

#dsgvo-checkbox {
  height: 25px;
  width: 25px;
}

#submit-button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  min-width: 0px;
  max-width: 200px;
  text-align: center;
  width: auto;
  color: white;
  font-size: 24px;
  padding: 14px 50px;
  background-color: #3D3D3D;
  -webkit-box-shadow: 10px -10px rgba(55, 169, 177, 0.7);
          box-shadow: 10px -10px rgba(55, 169, 177, 0.7);
  border-bottom: none;
}

@media (max-width: 650px) {
  #submit-button {
    font-size: 20px;
  }
}

#submit-button:hover {
  cursor: pointer;
}

input:focus {
  background-color: #ebf8ff;
}

textarea:focus {
  background-color: #ebf8ff;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  position: absolute;
  font-size: 10px;
  color: #3D3D3D;
  margin-top: -17px;
}

textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label {
  position: absolute;
  font-size: 10px;
  color: #3D3D3D;
  margin-top: -17px;
}

.floating-label {
  position: absolute;
  padding-left: 12px;
  pointer-events: none;
}

input:active {
  border-bottom: #078b4e 0.5px solid;
}

footer {
  height: 200px;
  width: 100%;
  background-image: url("../img/Footer BG.svg");
  background-size: cover;
  bottom: 0px;
}

footer .menu-wrapper {
  padding-top: 50px;
}

.title-wrapper {
  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;
  height: 100vh;
  width: 100vw;
}

#login-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100vw;
  background-image: url("../img/login-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#login-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 600px;
  padding: 40px 80px;
  background-color: #f3f3f3;
  border: 2px solid black 10px;
  border-radius: 20px;
}

#login-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}

#login-container #login-logo p {
  font-size: 30px;
}

#login-container form h2 {
  font-size: 20px;
  color: black;
  font-weight: normal;
  text-align: center;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

#login-container #not-valid-info p {
  font-size: 15px;
}

#login-container form input #password {
  margin-top: 10px;
  font-size: 20px;
  display: inline-block;
  height: 28px;
}

#label {
  margin-right: 30px;
}

#password {
  width: 40%;
  margin-left: 15px;
}

#password-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 50px;
}

#submit-wrapper {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#not-valid-info {
  margin-top: 15px;
  width: 100%;
  color: red;
  text-align: center;
  font-size: 15px;
  visibility: hidden;
  height: 20px;
}

#warning {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  color: red;
  text-align: center;
  font-size: 15px;
  visibility: hidden;
  height: 20px;
}
/*# sourceMappingURL=main.css.map */