body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #2a414d;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

a {
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.mycontain {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.mycontain.footer {
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.mycontain.impressumcontain {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #d4d4d4;
}

.mycontain.datenschutz {
  position: relative;
  background-color: #d4d4d4;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: flex;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #2a414d;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.small-p {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #2a414d;
}

.colorbox.brandmaincolor {
  background-color: #39c;
}

.colorbox.brand2ndcolor {
  background-color: #c93;
}

.colorbox.darkgreycolor {
  background-color: #9b9b9b;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  border-radius: 0px;
  background-color: #2a414d;
  transition: all 350ms ease;
}

.cta-button:hover {
  background-color: #39c;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #39c;
  background-color: transparent;
  color: #39c;
}

.cta-button.ghost-button:hover {
  border-color: #39c;
  background-color: #39c;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #39c;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #39c;
}

.cta-button.inverse-button:hover {
  background-color: #39c;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.invese-link:hover {
  color: #c93;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.hero {
  height: 700vh;
  background-color: #25bcca;
  color: #fff;
}

.success {
  background-color: #318570;
}

.kontakt-wrapper {
  position: relative;
  z-index: 250;
  display: flex;
  margin-bottom: 0px;
  padding: 15px 200px 15px 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1;
  background-color: #d4d4d4;
  color: #fff;
}

.contact-paragraph-2 {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
}

.wrapper-location {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
}

.location {
  display: none;
  margin-bottom: 40px;
  color: #000;
  line-height: 2;
  font-weight: 200;
}

.location.adresse {
  display: flex;
}

.location.header {
  display: flex;
  margin-bottom: 10px;
  color: #2a414d;
  font-weight: 700;
}

.location.kontaktdaten {
  display: flex;
}

.location.kontaktdaten.email {
  flex-direction: column;
}

.error {
  padding: 20px;
  background-color: #f85151;
}

.empty-text {
  color: #fff;
  line-height: 1.2;
}

.logo-contact {
  margin-bottom: 20px;
}

.contact-us {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-icon-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.textarea-contact {
  height: auto;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.right-button {
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  border-radius: 0px;
  background-color: #2a414d;
  background-image: url('../images/next-1.svg');
  background-position: 86% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.right-button:hover {
  background-color: #39c;
  transform: translate(3px, 0px);
  color: #fff;
}

.hero-content-wrapper {
  display: flex;
  max-width: 1100px;
  margin-top: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-color: transparent;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 1px;
  border-color: #8b6d4b #8b6d4b #fff;
  background-color: transparent;
  color: #000;
}

.text-field-contact:focus {
  color: #fff;
}

.heading-contact {
  color: #2a414d;
  font-size: 65px;
  line-height: 1;
}

.wrapper-social-icon {
  display: none;
  margin-top: 20px;
  padding-right: 10px;
}

.form-contact-us {
  margin-top: 0px;
  align-self: flex-start;
  color: #000;
}

.form-contact {
  flex: 1;
}

.heroimagesection {
  width: 100%;
  height: 400px;
  background-image: url('../images/webseite_stollaroundworks_header_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  padding-right: 0px;
  padding-left: 0px;
}

.angebot-wrapper {
  position: relative;
  display: none;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20%;
  padding-right: 0px;
  padding-left: 0px;
  flex: 1;
}

.angebot-grid {
  display: -ms-grid;
  display: grid;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.angebot-heading {
  margin-bottom: 20px;
  color: #000;
  font-size: 5vw;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.angebot-heading._01 {
  color: #2a414d;
}

.angebot-heading._02 {
  color: #2a414d;
}

.angebot-heading._03 {
  color: #2a414d;
}

.angebot-heading._04 {
  color: #2a414d;
}

.angebot-heading._05 {
  color: #2a414d;
}

.angebot-heading._06 {
  color: #2a414d;
}

.section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
  background-color: #9b9b9b;
}

.link {
  color: #39c;
}

.footersection {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
  background-color: #2a414d;
}

.logoimagemobile {
  display: none;
}

.emaillinkmobile {
  display: none;
}

.impressumsection {
  padding-top: 107px;
  padding-bottom: 107px;
}

.body-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.zuruckhome {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #d4d4d4;
  box-shadow: -11px 11px 20px -10px rgba(0, 0, 0, 0.26);
}

.hero-bg-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  background-image: url('../images/20230228_stollaroundworks_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-brand {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 600;
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 230px;
  margin-top: 0px;
  margin-right: 15px;
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
}

.angebot-item-wrapper {
  display: flex;
  height: 130px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  background-color: #d4d4d4;
}

.hero-section {
  padding-top: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.logo-circle-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: flex;
  overflow: hidden;
  height: 60px;
  margin-top: 30px;
  justify-content: center;
}

.logo-circle-wrapper.unten {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 45px;
  z-index: 300;
  height: 60px;
  margin-top: 0px;
}

.image-2 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.logo-circle {
  position: relative;
  bottom: 27px;
  width: 220px;
  height: 220px;
  margin-bottom: 0px;
  background-image: url('../images/stoll_around_works_logo-01-white-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-circle.unten {
  bottom: 122px;
  width: 220px;
  height: 220px;
}

.logo-no-circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 220px;
  height: 220px;
  background-image: url('../images/stoll_around_works_logo-01-white-02.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.impressum-contain {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.image-3 {
  width: 60px;
}

.zurueck-home {
  margin-left: 40px;
  flex: 0 auto;
}

.paragraph {
  line-height: 1.5;
}

.jumbo-heading {
  margin-bottom: 0px;
  color: #2a414d;
  font-size: 90px;
}

.hero-titel-03 {
  white-space: nowrap;
}

.hero-slider-wrapper {
  position: relative;
  width: 50%;
  height: 36%;
  max-width: 1000px;
}

.slider {
  position: relative;
  width: 100%;
}

.slider-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.img.active {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: block;
  opacity: 1;
}

.arrow {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.arrow.next {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: -50px;
  z-index: 500;
  display: flex;
  width: 10%;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #2a414d;
  transform: translate(-50%, 0px);
  transform-origin: 50% 50%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.arrow.next {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -10px;
  z-index: 500;
  display: flex;
  width: 8%;
  height: 55px;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/icon_arrow_down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0px);
  transform-origin: 50% 50%;
  color: #000;
  text-align: center;
}

.hero-body-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.body-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: space-around;
}

.wrapper {
  position: relative;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 36%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.section-2 {
  padding-top: 643px;
}

.body-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/20230228_stollaroundworks_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slogan-slide {
  display: block;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.hero-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 10%;
  text-align: center;
}

.white {
  color: #fff;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
}

.navbar-saw {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px none #fff;
  background-color: transparent;
}

.navbar-underline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 2px;
  padding-bottom: 0px;
  align-self: flex-end;
  background-color: #fff;
}

.navbar-underline.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 10%;
}

.brand {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 130px;
  height: 130px;
  margin-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.brand__image {
  width: 150px;
}

.nav-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #2a414d;
}

.nav-link.w--current {
  color: #2a414d;
}

.brand__img {
  position: relative;
  display: flex;
  flex: 1;
  background-image: url('../images/stoll_around_works_logo__nur-schrift.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-arrow {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 46px;
  background-image: url('../images/stoll_around_works_logo__nr-pfeil.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.logo-arrow.top {
  display: flex;
  height: 53px;
  justify-content: center;
  align-items: flex-start;
  background-image: none;
}

.logo-arrow.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: center;
  align-items: flex-end;
  background-image: none;
}

.logo-arrow__image {
  width: 130px;
  height: 130px;
  flex: 1;
  background-image: url('../images/stoll_around_works_logo__nr-pfeil.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-arrow__image.bottom {
  flex: 0 0 auto;
  background-position: 50% 50%;
}

.titel-section {
  width: 100%;
  min-height: 100vh;
  padding-top: 260px;
  padding-bottom: 60px;
}

.titel-content-wrapper {
  position: relative;
}

.seit-1987 {
  color: #fff;
}

.seit-saw {
  color: #fff;
}

.titel-content-wrapper__text-wrapper {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-right: 424px;
  padding-left: 100px;
}

.lbenslauf-richtext {
  position: relative;
  padding-left: 15px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.text-wrapper__bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  width: 900px;
  height: 100%;
  background-color: #d4d4d4;
}

.ueber-mich__image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 407px;
  height: 542px;
  background-image: url('../images/stoll_around_works_at_work_7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ueber-mich__image.selbst {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -150px;
  background-image: url('../images/stoll_around_works_at_work_3.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ueber-mich__image.mobile {
  display: none;
}

.heading-ueber-mich {
  font-size: 36px;
  line-height: 1.4;
}

.quotes-section {
  position: relative;
  z-index: 999;
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: #fff;
}

.quotes-wrapper__quote {
  color: #2a414d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.quotes-wrapper__quote.nr-2 {
  text-align: center;
}

.quote-sign {
  display: flex;
  justify-content: center;
  font-size: 60px;
  line-height: 0.7;
}

.quote-sign.right {
  justify-content: center;
}

.quotes-wrapper__divider {
  display: block;
  width: 50%;
  height: 3px;
  margin: 60px auto;
  padding-right: 0px;
  justify-content: center;
  background-color: rgba(42, 65, 77, 0.25);
}

.skills-section {
  position: relative;
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: #fff;
}

.skill-content-wrapper__heading {
  margin-bottom: 15px;
  color: #2a414d;
  font-weight: 700;
}

.skill-wrapper__skill {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-end;
}

.skill__underline {
  width: 86px;
  height: 1px;
  margin-right: 30px;
  margin-bottom: 9px;
  margin-left: 8px;
  padding-bottom: 0px;
  background-color: #2a414d;
}

.bold {
  font-weight: 700;
}

.ich-attribut {
  min-width: 100px;
}

.section-selbststaendigkeit {
  position: relative;
  padding-top: 108px;
  padding-bottom: 200px;
  background-color: #d4d4d4;
}

.selbst-content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.selbst-rich-text {
  position: relative;
  padding-top: 15px;
  padding-right: 126px;
  padding-left: 439px;
  text-align: left;
}

.selbst__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 900px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.brand-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  justify-content: space-between;
}

.swiper-container {
  overflow: hidden;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
}

.div-link {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.h1-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  margin: 200px 0px 0px 60px;
  color: #2a414d;
  font-size: 60px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.image-desktop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: none;
}

.image-smartphone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: none;
}

.zusatz-info-rich-text-block {
  position: relative;
  left: auto;
  top: 50%;
  right: 4em;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.zusatzinfo-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: flex;
  width: auto;
  margin-right: 60px;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: flex-end;
}

.zusatzinfo-text {
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
}

.zusatinfo-detail-text {
  color: #fff;
  text-align: right;
}

.referenz-rezession-wrapper {
  position: static;
}

.ref-projekte-wrapper {
  margin-bottom: 108px;
}

.section-ref-rez {
  position: relative;
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: #fff;
}

.footer {
  position: relative;
  background-color: #d4d4d4;
}

.footer-wrapper {
  display: flex;
  padding-top: 108px;
  padding-bottom: 108px;
  flex-direction: column;
  justify-content: space-between;
}

.footer-wrapper__footer-infos-wrapper {
  display: flex;
  margin-top: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-brand-wrapper__image {
  width: 130px;
  height: 130px;
  background-image: url('../images/stoll_around_works_logo.png');
  background-position: 50% 50%;
  background-size: contain;
}

.footer-brand-wrapper__address {
  padding-left: 10px;
  border-left: 1px none #2a414d;
  color: #2a414d;
  font-weight: 700;
}

.footer-wrapper__footer-link-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link-grid__footer-link-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-link-wrapper__footer-link-heading {
  color: #2a414d;
  font-weight: 700;
}

.infos-links-wrapper {
  display: flex;
  padding-top: 31px;
  padding-bottom: 31px;
  align-items: center;
}

.infos-links-wrapper__line {
  height: 3px;
  margin-right: 15px;
  flex: 1;
  background-color: #2a414d;
}

.infos-links-wrapper__links {
  margin-right: 20px;
  margin-left: 20px;
}

.section-kontakt {
  padding-top: 107px;
  padding-bottom: 107px;
}

.section-gallery {
  position: fixed;
  left: 0%;
  top: 220px;
  right: 0%;
  bottom: auto;
  padding-top: 108px;
  padding-bottom: 108px;
}

.gallery-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.gallery-wrapper__image {
  overflow: hidden;
  width: auto;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.slogan_text_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.slogan_text_wrapper__slogan_text {
  z-index: 20;
  color: #2a414d;
  font-weight: 700;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  font-size: 40px;
}

.slogan-text {
  color: #2a414d;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.left-arrow {
  display: none;
}

.right-arrow {
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.slide-content {
  width: 100%;
  height: 100%;
}

.slider-3 {
  width: 100%;
  height: 600px;
  background-color: transparent;
}

.slider-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.vertical-slider {
  display: flex;
  width: 100vh;
  height: 100vw;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transform: rotate(90deg);
}

.slider-content-wrapper {
  display: flex;
  width: 100%;
  height: 1%;
  justify-content: center;
  align-items: center;
}

.slider-content-1 {
  position: relative;
  display: flex;
  height: 100vh;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}

.slogan-text-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.hero-section {
  width: 100vw;
  height: 100vh;
  justify-content: center;
}

.slide-1 {
  height: 100vh;
  min-width: 100vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.heading-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}

.slider-wrapper {
  position: relative;
  z-index: 120;
}

.slider-content {
  display: flex;
  height: 100vh;
  min-width: 100vw;
  padding-right: 60px;
  padding-left: 60px;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}

.collection-item {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .kontakt-wrapper {
    width: auto;
    max-width: none;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
  }

  .wrapper-location {
    margin-top: 60px;
  }

  .contact-us {
    height: auto;
    padding: 24px 30px 150px;
  }

  .right-button {
    display: inline-block;
    width: auto;
    max-width: none;
  }

  .hero-content-wrapper {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-contact {
    font-size: 65px;
  }

  .heroimagesection {
    height: 300px;
  }

  .angebot-wrapper {
    margin-top: 30%;
    margin-bottom: 5%;
    flex-direction: column;
  }

  .angebot-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .zuruckhome {
    top: 20px;
    right: 20px;
  }

  .hero-section {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .jumbo-heading {
    font-size: 60px;
  }

  .body-wrapper {
    position: relative;
    height: 100vh;
  }

  .wrapper {
    width: 80%;
    height: 25%;
  }

  .hero-heading {
    font-size: 40px;
  }

  .navbar-saw {
    height: 150px;
    background-color: #d4d4d4;
  }

  .navbar-underline {
    display: none;
  }

  .nav-link {
    color: #2a414d;
  }

  .nav-link:hover {
    color: #c93;
  }

  .brand__img {
    background-image: url('../images/stoll_around_works_logo__nur-schrift_dunkel.svg');
  }

  .logo-arrow__image {
    background-image: url('../images/stoll_around_works_logo__nr-pfeil_dunkel.svg');
  }

  .titel-section {
    height: auto;
  }

  .titel-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .titel-content-wrapper__titel-heading-wrapper {
    margin-left: 15px;
  }

  .titel-content-wrapper__text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lbenslauf-richtext {
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -moz-column-count: auto;
         column-count: auto;
  }

  .text-wrapper__bg {
    width: 100%;
  }

  .ueber-mich__image {
    left: auto;
    top: 200px;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .ueber-mich__image.selbst {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -100%;
    display: none;
  }

  .ueber-mich__image.selbst.mobile {
    position: static;
    display: flex;
    margin-right: 15px;
    margin-bottom: 15px;
    align-self: flex-end;
  }

  .ueber-mich__image.mobile {
    position: static;
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .quotes-wrapper__quote {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 28px;
  }

  .skill-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .skill-wrapper__skill {
    align-items: center;
  }

  .skill__underline {
    width: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    flex: 0 0 auto;
  }

  .bold {
    margin-left: 20px;
  }

  .ich-attribut {
    min-width: 82px;
    margin-right: 20px;
  }

  .selbst-content-wrapper {
    flex-direction: column;
  }

  .selbst-rich-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .selbst__bg {
    width: 100%;
  }

  .h1-title {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    text-align: center;
  }

  .zusatzinfo-text {
    font-size: 30px;
  }

  .referenz-rezession-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .menu-button {
    color: #2a414d;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    border-bottom: 3px solid #d4d4d4;
    background-color: #fff;
  }

  .section-kontakt {
    padding-top: 261px;
  }

  .gallery-wrapper {
    display: none;
    flex-wrap: wrap;
  }

  .slogan-text {
    width: 90vw;
    font-size: 40px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .vertical-slider {
    width: 90vh;
    height: 90vw;
  }

  .hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper {
    width: 90vw;
  }

  .slider-content {
    height: 90vh;
    min-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .mycontain.impressumcontain {
    padding-right: 30px;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .heading-contact {
    font-size: 45px;
  }

  .angebot-wrapper {
    margin-top: 40%;
    flex-direction: column;
  }

  .angebot-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .angebot-heading {
    margin-right: 11px;
    margin-left: 11px;
    font-size: 22px;
    line-height: 32px;
  }

  .zuruckhome {
    top: 5px;
  }

  .jumbo-heading {
    font-size: 40px;
  }

  .slider-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
  }

  .body-wrapper {
    height: 100vh;
  }

  .hero-heading {
    margin-bottom: 0%;
  }

  .brand {
    padding-left: 0px;
  }

  .logo-arrow.top {
    height: 55px;
  }

  .logo-arrow.bottom {
    height: 55px;
  }

  .h1-title {
    font-size: 36px;
  }

  .image-desktop {
    display: none;
  }

  .image-smartphone {
    display: block;
  }

  .zusatzinfo-wrapper {
    margin-right: 30px;
  }

  .gallery-wrapper__image {
    height: auto;
  }

  .slogan-text {
    width: 90vw;
  }

  .vertical-slider {
    width: 90vh;
    height: 90vw;
  }

  .hero-section {
    position: relative;
  }

  .slider-wrapper {
    width: 90vw;
    height: 90vh;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-content {
    height: 90vh;
    min-width: 90vw;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 20px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .mycontain.footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .mycontain.impressumcontain {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mycontain.datenschutz {
    padding-right: 10px;
    padding-left: 10px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .kontakt-wrapper {
    padding-top: 15px;
    padding-right: 30px;
    justify-content: flex-end;
  }

  .contact-paragraph-2 {
    display: none;
  }

  .wrapper-location {
    width: 90%;
    margin-top: 40px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .location.kontaktdaten {
    display: none;
  }

  .contact-us {
    position: relative;
    overflow: visible;
    padding: 0px 15px 149px;
    justify-content: flex-start;
  }

  .right-button {
    display: inline-block;
  }

  .hero-content-wrapper {
    position: relative;
    width: 100%;
    margin-top: -160px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
  }

  .heading-contact {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .form-contact-us {
    width: 100%;
  }

  .form-contact {
    width: 100%;
    margin-top: 40px;
  }

  .logoimage {
    display: none;
  }

  .angebot-wrapper {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .angebot-grid {
    margin-bottom: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 34px;
  }

  .angebot-heading {
    margin: 0px 0px 5px;
    text-align: center;
  }

  .angebot-heading._01 {
    line-height: 1.2;
  }

  .angebot-heading._02 {
    line-height: 1.2;
  }

  .angebot-heading._03 {
    line-height: 1.2;
  }

  .angebot-heading._04 {
    line-height: 1.2;
  }

  .angebot-heading._05 {
    line-height: 1;
  }

  .angebot-heading._06 {
    line-height: 1.2;
    text-align: left;
  }

  .footersection {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .logoimagemobile {
    display: block;
  }

  .emaillinkmobile {
    display: flex;
    width: 80px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    line-height: 20px;
  }

  .zuruckhome {
    right: 0px;
    padding: 8px;
  }

  .hero-brand {
    width: 60px;
    height: 60px;
  }

  .hero-section {
    min-height: auto;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo-circle-wrapper {
    height: 13px;
    margin-top: 10px;
  }

  .logo-circle-wrapper.unten {
    bottom: 15px;
    width: 60px;
    height: 11px;
  }

  .logo-circle {
    bottom: 10px;
    width: 60px;
    height: 60px;
  }

  .logo-circle.unten {
    bottom: 34px;
    width: 60px;
    height: 60px;
  }

  .logo-no-circle {
    width: 60px;
    height: 60px;
  }

  .image-3 {
    width: 45px;
  }

  .jumbo-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .slider-2 {
    position: relative;
    bottom: 0px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 0px;
    clear: none;
  }

  .body-wrapper {
    height: 100vh;
    padding-top: 0px;
  }

  .wrapper {
    height: 27%;
  }

  .hero-heading {
    margin-bottom: 90px;
    font-size: 30px;
  }

  .navbar-saw {
    height: 110px;
    justify-content: flex-end;
  }

  .brand {
    width: 90px;
    height: 90px;
  }

  .logo-arrow.top {
    height: 37px;
  }

  .logo-arrow.bottom {
    height: 37px;
  }

  .logo-arrow__image {
    width: 90px;
    height: 90px;
    flex: 0 0 auto;
  }

  .titel-section {
    padding-top: 200px;
  }

  .titel-content-wrapper__titel-heading-wrapper {
    margin-right: 15px;
  }

  .seit-saw {
    color: #2a414d;
  }

  .seit-2020 {
    color: #fff;
  }

  .ueber-mich__image.selbst.mobile {
    -ms-grid-row-align: center;
        align-self: center;
  }

  .ueber-mich__image.mobile {
    width: 200px;
    height: 200px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .heading-ueber-mich {
    margin-bottom: 15px;
    font-size: 32px;
    text-align: center;
  }

  .quotes-wrapper__quote {
    font-size: 23px;
  }

  .skill-content-wrapper__heading {
    font-size: 23px;
    text-align: center;
  }

  .skill-wrapper__skill {
    flex-direction: column;
    align-items: center;
  }

  .skill__underline {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .bold {
    margin-left: 0px;
    text-align: center;
  }

  .ich-attribut {
    min-width: auto;
    margin-right: 0px;
  }

  .section-selbststaendigkeit {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  .selbst__bg {
    display: none;
  }

  .h1-title {
    font-size: 30px;
  }

  .image-smartphone {
    height: 100vh;
  }

  .zusatzinfo-wrapper {
    margin-bottom: 100px;
  }

  .footer-wrapper__footer-infos-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-brand-wrapper__address {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .section-kontakt {
    padding-top: 220px;
  }

  .gallery-wrapper__image {
    height: auto;
  }

  .slogan-text {
    font-size: 26px;
  }

  .vertical-slider {
    width: 70vh;
  }

  .hero-section {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper {
    height: 70vh;
    margin-top: 0px;
  }

  .slider-content {
    height: 75vh;
  }
}

#w-node-cfd832ef-74e2-6808-abaf-2a5b039d43af-e3fe692b {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1cea8894-8166-2e10-f4c3-9c7608d53bff-e3fe692b {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed7df652-a3dc-f1ee-92e1-887491f90978-355e239f {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed7df652-a3dc-f1ee-92e1-887491f9097f-355e239f {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}