.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 1280px) {
  .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

div[class^=col-] {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 1280px) {
  div[class^=col-] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
div[class^=col-].center-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 380px) {
  .col-s-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-s-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-s-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 0 0 41.66666%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 0 0 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 0 0 41.66666%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 0 0 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
}
@media (min-width: 1280px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 0 0 16.66666%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header.main {
  min-height: 58px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  color: #333;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  header.main {
    padding: 1rem 0;
  }
}
header.main .container {
  display: flex;
  align-items: center;
  max-width: none;
  width: 100%;
}
header.main .container a.logo {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.main .container a.logo img {
  height: auto;
  max-width: 120px;
  display: block;
}
header.main .container a.logo img.small {
  max-height: 30px;
}
@media (min-width: 768px) {
  header.main .container a.logo img.small {
    max-height: 40px;
  }
}
@media (min-width: 768px) {
  header.main .container a.logo img {
    max-width: 150px;
  }
}
header.main .container .navbar-toggler {
  background: transparent;
  border: none;
  outline: none !important;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  margin-left: auto;
}
@media (min-width: 768px) {
  header.main .container .navbar-toggler {
    display: none;
  }
}
header.main .container .navbar-toggler span {
  position: relative;
  display: block;
  width: 24px;
  height: 23px;
  background-image: none;
}
header.main .container .navbar-toggler span:before, header.main .container .navbar-toggler span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1f2430;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
  transition-delay: 0;
}
header.main .container .navbar-toggler span:after {
  top: auto;
  left: 0;
  right: 0;
  bottom: 4px;
  transition: all 0.25s ease-in;
  transition-delay: 0;
}
body.open header.main .container .navbar-toggler span:after {
  transform: translateY(-6px) rotate(135deg);
}
body.open header.main .container .navbar-toggler span:before {
  transform: translateY(6px) rotate(225deg);
}
@media (max-width: 767px) {
  header.main .container nav.main {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 998;
    top: 695px;
    left: 0;
    top: 55px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.15s ease-in-out;
  }
  header.main .container nav.main ul {
    flex-direction: column;
    padding: 2rem 0;
    width: 100%;
  }
  header.main .container nav.main ul li {
    width: 100%;
  }
  header.main .container nav.main ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2rem;
    padding: 1rem 1rem !important;
    text-transform: none !important;
  }
  body.open header.main .container nav.main {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  header.main .container nav.main {
    display: flex;
    margin: auto 0 auto auto;
  }
}
@media (min-width: 992px) {
  header.main .container nav.main {
    margin: auto;
  }
}
@media (min-width: 1280px) {
  header.main .container nav.main {
    margin: auto auto auto 3rem;
  }
}
header.main .container nav.main ul,
header.main .container nav.secondary ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.main .container nav.main ul li,
header.main .container nav.secondary ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.main .container nav.main ul li a,
header.main .container nav.secondary ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #333;
  transition: all 0.15s ease-in-out;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  header.main .container nav.main ul li a,
header.main .container nav.secondary ul li a {
    padding: 1rem 1.5rem;
  }
}
header.main .container nav.main ul li a:hover,
header.main .container nav.secondary ul li a:hover {
  color: #fd5c4c;
}
header.main .container nav.main ul li a.tel,
header.main .container nav.secondary ul li a.tel {
  padding: 1rem 0.5rem;
  color: #fd5c4c;
}
header.main .container nav.secondary {
  display: none;
}
@media (min-width: 992px) {
  header.main .container nav.secondary {
    display: flex;
  }
}
header.main .container nav.secondary .li-tel .text {
  display: none;
}
@media (min-width: 1600px) {
  header.main .container nav.secondary .li-tel .text {
    display: block;
  }
}
header.main .container nav.secondary .btn {
  border: 2px solid #fd5c4c;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #fd5c4c;
  font-weight: 600;
}
header.main .container nav.secondary .btn:hover {
  background: #fd5c4c;
  color: #fff;
}

.emotion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fbf5f3;
  margin-top: 58px;
  padding: 3rem 0;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .emotion {
    padding: 5rem 0 0;
    margin-top: 69px;
  }
}
@media (min-width: 992px) {
  .emotion {
    text-align: left;
    padding: 0;
    margin-top: 79px;
  }
}
.emotion.emotion-intro {
  margin-top: 0;
  background: #fff;
}
.emotion .container {
  max-width: 1140px;
}
@media (min-width: 1600px) {
  .emotion .container {
    width: 1440px;
    max-width: none;
  }
}
.emotion .container .row {
  align-items: center;
  justify-content: center;
}
.emotion .container .img-screen {
  width: calc(100% + 4rem);
  height: auto;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 992px) {
  .emotion .container .img-screen {
    width: 800px;
    transform: translate(0%, 5%);
    padding: 5rem 0;
  }
}
@media (min-width: 1600px) {
  .emotion .container .img-screen {
    width: 1200px;
    transform: translate(0%, 5%);
    padding: 5rem 0;
  }
}
.emotion .container .img-macbook {
  width: calc(100% + 4rem);
  height: auto;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .emotion .container .img-macbook {
    margin: 0rem 0 -3rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .emotion .container .img-macbook {
    margin: 2.5rem 0 -3rem;
    width: 800px;
    transform: translate(0%, 5%);
  }
}
@media (min-width: 1600px) {
  .emotion .container .img-macbook {
    width: 1100px;
    transform: translate(0%, 5%);
  }
}
.emotion .container .text-box {
  max-width: 34rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .emotion .container .text-box {
    max-width: 40rem;
  }
}
.emotion .container .text-box h6 {
  color: #fd5c4c;
  font-size: 1.5rem;
}
@media (min-width: 1600px) {
  .emotion .container .text-box h6 {
    margin-top: -3rem;
  }
}
.emotion .container .text-box h2 {
  margin: 1rem auto 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #222;
}
.emotion .container .text-box h2 span {
  font-weight: 300;
}
@media (min-width: 768px) {
  .emotion .container .text-box h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .emotion .container .text-box h2 {
    font-size: 2.25rem;
  }
}
.emotion .container .text-box p {
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.emotion .container .text-box p b {
  color: #333;
}

.badges {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}
.badges .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .badges .logos {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .badges .logos {
    justify-content: flex-start;
  }
}
.badges .logos img {
  max-height: 82px;
  margin: 0.25rem;
  align-self: center;
  max-width: 180px;
}
@media (min-width: 768px) {
  .badges .logos img {
    margin: 0 1.5rem 0 0;
    max-width: none;
  }
}
.badges .logos img.badge-bing {
  max-height: 72px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .badges .logos img.badge-bing {
    max-height: 72px;
  }
}

.content {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .content {
    padding: 8rem 0;
  }
}
.content#intro {
  padding-bottom: 0;
  background-image: url("https://demo.winlocal-online-schaltzentrale.de/img/placeholder/card-deco.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
.content#intro .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .content#intro:after {
    content: "";
    width: 100%;
    height: 25vh;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  }
}
.content#intro p {
  max-width: 35rem;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .content#intro p {
    max-width: 38rem;
    margin: 0;
  }
}
.content h6 {
  color: #fd5c4c;
  font-size: 1.25rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .content h6 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content p.font-large {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}
.content h2 {
  margin: 0.5rem 0 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #222;
}
.content h2.font-small {
  font-size: 1.75rem;
}
.content h2 span {
  font-weight: 300;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .content h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .content h2 {
    font-size: 3rem;
  }
  .content h2.font-small {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #features .row-boxes,
.features .row-boxes {
    margin: 2rem 0;
  }
}
#features .box,
.features .box {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  padding: 2rem;
  display: flex;
  border-radius: 0.25rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  #features .box,
.features .box {
    margin-bottom: 0rem;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  #features .box,
.features .box {
    padding: 2.7rem;
  }
}
#features .box h3,
.features .box h3 {
  color: #111;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#features .box p,
.features .box p {
  margin: 0 0 1rem;
}
#features .box .btn,
.features .box .btn {
  display: inline-flex;
  margin-top: 1rem;
  border: 2px solid #eee;
  padding: 0.75rem 1.5rem;
}
#features .box .btn:hover,
.features .box .btn:hover {
  border: 2px solid #fd5c4c;
}
@media (min-width: 992px) {
  #features .box .icon,
.features .box .icon {
    display: flex;
  }
}
#features .box .icon svg,
.features .box .icon svg {
  color: #fd5c4c;
  transform: scale(2);
  margin: 0.75rem;
}
#features .box .icon img.icon,
.features .box .icon img.icon {
  max-height: 2.75rem;
  width: 3rem;
  max-width: none;
  display: block;
}
#features .box .icon img.icon.wider,
.features .box .icon img.icon.wider {
  max-height: none;
  max-width: 3.75rem;
}

.feature-list {
  padding: 0;
}
.feature-list img {
  display: block;
  margin: 0 auto;
}

.customers-wrapper .swiper-button-prev,
.customers-wrapper .swiper-button-next {
  color: #333;
}
.customers-wrapper .swiper-button-prev {
  left: 0;
  outline: 0 none;
}
.customers-wrapper .swiper-button-next {
  right: 0;
  outline: 0 none;
}
.customers-wrapper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  outline: 0 none;
  background: #888888;
}
.customers-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 3px solid #fd5c4c;
}
.customers-wrapper .item {
  padding: 2rem 10%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .customers-wrapper .item {
    padding: 5rem 10%;
    flex-direction: row;
    text-align: left;
  }
}
.customers-wrapper .item .image img {
  border-radius: 100%;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 150px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .customers-wrapper .item .image img {
    width: 218px;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
.customers-wrapper .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customers-wrapper .item .text cite {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6em;
  font-style: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .customers-wrapper .item .text cite {
    font-size: 1.3rem;
  }
}
.customers-wrapper .item .text p b {
  color: #333;
  font-size: 1.25rem;
}

.content-ceo {
  background-color: #f1f5f9;
}
.content-ceo .row-ceo {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .content-ceo .row-ceo {
    text-align: left;
    flex-direction: row;
  }
}
.content-ceo .person {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .content-ceo .person {
    margin-bottom: 0rem;
    margin-right: 3rem;
  }
}
.content-ceo .person img.avatar {
  width: 100%;
  width: 250px;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}
.content-ceo .person .logo {
  max-width: 120px;
  margin: 1rem 0;
}
.content-ceo .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.content-ceo .text cite {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6em;
  font-style: normal;
}
@media (min-width: 768px) {
  .content-ceo .text cite {
    font-size: 1.3rem;
  }
}
.content-ceo .text .position {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content-ceo .text .signature {
  margin: 2rem 0;
  font-size: 2rem;
  color: #2d4dc3;
  font-family: "Nothing You Could Do", cursive;
}

#kontakt .row {
  display: flex;
  flex-direction: row-reverse;
}
#kontakt form *,
#kontakt .form * {
  font: inherit;
  font-size: 0.9rem;
}
#kontakt form input[type=text],
#kontakt form input[type=email],
#kontakt form input[type=tel],
#kontakt form textarea,
#kontakt .form input[type=text],
#kontakt .form input[type=email],
#kontakt .form input[type=tel],
#kontakt .form textarea {
  background: #f2f2f2;
  padding: 1rem 1.5rem;
  border: 2px solid #ddd;
  border-radius: 0.25rem;
  width: 100%;
}
#kontakt form .row-datenschutz,
#kontakt .form .row-datenschutz {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#kontakt form .row-datenschutz a,
#kontakt .form .row-datenschutz a {
  color: currentColor;
}
#kontakt form .row-datenschutz input,
#kontakt .form .row-datenschutz input {
  margin: 0 1rem;
}
@media (min-width: 768px) {
  #kontakt form .row-datenschutz input,
#kontakt .form .row-datenschutz input {
    margin: 0 1rem 0 0.5rem;
  }
}
#kontakt form button,
#kontakt .form button {
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
  background-image: linear-gradient(to right, #fe506c 0%, #fc6a2a 100%);
  color: #fff;
  border: 0 none;
  outline: 0 none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  #kontakt form button,
#kontakt .form button {
    width: auto;
  }
}
#kontakt form button:hover,
#kontakt .form button:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.25rem);
}
#kontakt form button .icon,
#kontakt .form button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
#kontakt form .row-custom,
#kontakt .form .row-custom {
  margin-bottom: 0.75rem;
}
#kontakt form .row-custom .info,
#kontakt .form .row-custom .info {
  position: absolute;
  right: 2rem;
  color: red;
  top: 1rem;
}
#kontakt form .row-custom .col-50,
#kontakt .form .row-custom .col-50 {
  margin-bottom: 0.75rem;
  position: relative;
}
#kontakt form .row-custom .col-100,
#kontakt .form .row-custom .col-100 {
  margin-bottom: 0.75rem;
  position: relative;
}
@media (min-width: 30rem) {
  #kontakt form .row-custom,
#kontakt .form .row-custom {
    display: flex;
    margin: 0 -1rem 1.5rem;
  }
  #kontakt form .row-custom .col-50,
#kontakt .form .row-custom .col-50 {
    flex: 0 0 50%;
    padding: 0 1rem;
  }
  #kontakt form .row-custom .col-100,
#kontakt .form .row-custom .col-100 {
    flex: 0 0 100%;
    padding: 0 1rem;
  }
}

.content.location {
  padding: 0;
}
.content.location .container {
  max-width: none;
  padding: 0;
  width: 100%;
}
.content.location .row-custom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .content.location .row-custom {
    flex-direction: row;
  }
}
.content.location .row-custom .col-custom {
  padding: 12rem 2rem 4rem;
  background-size: cover;
  background-position: center 25%;
  position: relative;
}
@media (min-width: 992px) {
  .content.location .row-custom .col-custom {
    padding: 20rem 6rem 6rem;
  }
}
.content.location .row-custom .col-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out;
}
.content.location .row-custom .col-custom:hover:before {
  opacity: 0.5;
}
.content.location .row-custom .col-custom .box {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
}
.content.location .row-custom .col-custom .box .icon {
  margin-right: 2rem;
}
.content.location .row-custom .col-custom .box .icon svg {
  transform: translateY(0.5rem) scale(2);
}
.content.location .row-custom .col-custom .box h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.content.location .row-custom .col-custom .box p {
  font-size: 1.1rem;
  line-height: 1.8em;
}

.image-holder {
  position: relative;
  display: flex;
  margin: 8rem 0rem 2rem;
}
@media (min-width: 768px) {
  .image-holder {
    margin: 5rem 8rem 2rem;
  }
}
@media (min-width: 992px) {
  .image-holder {
    margin: 0rem 0rem 2rem;
  }
}
.image-holder img {
  width: 100%;
  align-self: center;
}
.image-holder .holder-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #fe506c;
  background-image: linear-gradient(to right, #fe506c 0%, #fc6a2a 100%);
  transform: translate(2rem, -2rem);
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .image-holder .holder-bg {
    transform: translate(-2rem, 2rem);
  }
}

.mail-success .form {
  display: none;
}
.mail-success .message {
  display: block;
  padding: 5rem 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #000;
}
@media (min-width: 60rem) {
  .mail-success .message {
    font-size: 2.5rem;
  }
}

footer.main {
  background: #2d323d;
  color: #98a2aa;
  padding: 5rem 0;
  line-height: 2em;
}
footer.main h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
footer.main .row {
  display: flex;
  justify-content: space-between;
}
footer.main .row .col {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  footer.main .row .col {
    margin-bottom: 0rem;
  }
}
footer.main .row .col .wl-logo {
  margin-top: 1rem;
}
footer.main .row .col li {
  list-style: none;
}
footer.main .row .col nav {
  margin-bottom: 1rem;
}
footer.main .row .col nav ul li {
  padding: 0.3rem 0;
}
footer.main .row .col nav ul li a {
  text-decoration: none;
  color: #98a2aa;
  transition: all 0.15s ease-in-out;
}
footer.main .row .col nav ul li a:hover {
  color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body,
html {
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1600px) {
  body,
html {
    font-size: 15px;
  }
}

html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font: 1rem/1.6em "Poppins", sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #656775;
  overflow-y: scroll;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: center;
}
.btn.primary {
  background-image: linear-gradient(to right, #fe506c 0%, #fc6a2a 100%);
  color: #fff;
}
.btn.primary:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.25rem);
}
.btn.border {
  border: 2px solid #fd5c4c;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  color: #fd5c4c;
  font-weight: 600;
}
.btn.border:hover {
  background: #fd5c4c;
  color: #fff;
}
.btn .icon {
  margin-left: 0.5rem;
  display: flex;
}

.btn-wrapper {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .btn-wrapper {
    align-items: flex-start;
    margin: 3rem 0;
  }
}
@media (min-width: 992px) {
  .btn-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.btn-wrapper .btn.demo {
  display: flex;
  color: #333;
  transition: all 0.15s ease-in-out;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .btn-wrapper .btn.demo {
    margin-top: 0;
  }
}
.btn-wrapper .btn.demo:hover {
  color: #fd5c4c;
}
.btn-wrapper .btn.demo .icon {
  color: #fd5c4c;
}

.page {
  min-height: 100vh;
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
    max-width: none;
  }
}
.container.small {
  max-width: 1200px;
}
.container.wide {
  max-width: 1800px;
  padding: 0;
}
@media (min-width: 1800px) {
  .container.wide {
    width: 1800px;
    max-width: none;
  }
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.img-r {
  width: auto;
  max-width: 100%;
  display: block;
}
.img-r.center {
  margin-left: auto;
  margin-right: auto;
}
.img-r.mobile-screens {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .img-r.mobile-screens {
    margin-top: 0rem;
  }
}

.img-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .img-desktop {
    display: block !important;
  }
}

.img-mobile {
  display: block !important;
}
@media (min-width: 768px) {
  .img-mobile {
    display: none !important;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-1 {
  margin-left: 1rem;
}

/*# sourceMappingURL=styles.css.map */
