@font-face {
  font-family: 'din-2014';
  src: url('../fonts/DIN2014-Light.woff2'), url('../fonts/DIN2014-Light.woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'din-2014';
  src: url('../fonts/DIN2014-Regular.woff2'), url('../fonts/DIN2014-Regular.woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'din-2014';
  src: url('../fonts/DIN2014-Bold.woff2'), url('../fonts/DIN2014-Bold.woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* Variables */
/* Global */
::selection {
  background: #E81546;
  color: white;
}
::-moz-selection {
  background: #041B33;
  color: white;
}
* {
  font-family: 'din-2014', sans-serif !important;
}
body,
html {
  overflow-x: hidden;
  max-width: 100%;
}
h1 {
  font-weight: 400 !important;
  text-transform: uppercase;
}
h2 {
  font-weight: 700 !important;
  text-transform: uppercase;
}
h3 {
  font-weight: 400 !important;
  text-transform: uppercase;
}
h4 {
  font-weight: 700 !important;
  text-transform: uppercase;
}
h5 {
  font-weight: 400 !important;
  text-transform: uppercase;
}
h6 {
  font-weight: 700 !important;
  text-transform: uppercase;
}
p,
i {
  font-weight: 300;
  color: #041B33 !important;
  font-size: 1.0625rem !important;
}
a {
  color: #041B33;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.bold {
  font-weight: 700 !important;
}
italic.span {
  font-style: italic;
}
.primary {
  color: #041B33 !important;
}
.primary > * {
  color: #041B33 !important;
}
.secondary {
  color: #E81546 !important;
}
.secondary > * {
  color: #E81546 !important;
}
.white {
  color: white !important;
}
.bg-primary {
  background-color: #041B33 !important;
}
.bg-secondary {
  background-color: #E81546 !important;
}
.bg-white {
  background-color: white !important;
}
.border-primary {
  border: 2px solid #041B33 !important;
}
.border-secondary {
  border: 2px solid #E81546 !important;
}
.border-white {
  border: 2px solid white !important;
}
.bg-gradient {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
/*
.img-clip {
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
}
*/
/* Topbar */
.topbar-padding {
  padding-left:10px;
  padding-right: 10px;
}
.topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 24px;
  position: absolute;
  z-index: 1001;
  width: 100%;
  /* right: 0; */
  top: 0;
}
.topbar a {
  font-size: 14px;
  text-decoration: none !important;
}
.topbar a:hover {
  color: #E81546;
}
@media (max-width: 767px) {
  
}
/* Navbar */
nav {
  margin-top: 44px;
  padding: 0px 35px;
  z-index: 1000;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 120px;
}
nav * {
  z-index: 1000;
  color: white !important;
}
nav::before {
  content: '';
  background-color: #041B33;
  width: 150%;
  height: 310px;
  position: absolute;
  top: -180px;
  left: -50px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  overflow: hidden !important;
  z-index: 10;
}
nav::after {
  content: '';
  background-color: #E81546;
  width: 150%;
  height: 350px;
  position: absolute;
  top: -215px;
  left: -50px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  overflow: hidden !important;
  z-index: 9;
}
.navbar-nav > li > a {
  font-size: 0.925rem;
  -webkit-transition: border-top-width ease-in-out 0.1s !important;
  -moz-transition: border-top-width ease-in-out 0.1s !important;
  -o-transition: border-top-width ease-in-out 0.1s !important;
  transition: border-top-width ease-in-out 0.1s !important;
  border-top: 0px solid #E81546;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover {
  border-top-width: 3px !important;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav li li a {
  text-align: center;
}
.nav-logo {
  width: 450px;
}
.uk-sticky-fixed::before {
  transform: rotate(0deg);
  top: -200px;
}
.uk-sticky-fixed::after {
  transform: rotate(0deg);
  top: -235px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.uk-sticky-fixed {
  padding: 10px;
}

.navbar-toggle-icon {
  width: 20px;
}
.nav-sub {
  position: absolute;
  background-color: #E81546;
  padding: 10px 10px 20px 10px !important;
  width: auto;
  opacity: 0;
  height: auto;
  z-index: 101;
}
.nav-sub a {
  padding: 10px 0;
  text-transform: uppercase !important;
  font-size: 0.825rem !important;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.nav-sub a:hover {
  color: #041B33 !important;
}
.nav-sub li {
  position: relative;
}
.uk-nav > li.uk-parent.uk-open > a {
  border-bottom-width: 10px !important;
}
nav .uk-open ul {
  opacity: 1;
}
.canvas-link {
  color: white !important;
  font-size: 1.3rem !important;
  padding: 10px 0 !important;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.canvas-link:hover {
  color: #E81546 !important;
}
.canvas-sub-link {
  color: white !important;
  font-size: 1rem !important;
  padding: 10px 0 !important;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.canvas-sub-link:hover {
  color: #E81546 !important;
}
.offcanvas-bar {
  padding: 80px 20px 40px 20px !important;
}
.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.3) !important;
}
@media (max-width: 959px) {
  nav {
    padding: 10px;
  }
  .nav-logo {
    width: 300px;
    max-width: 450px;
  }
  nav:before {
    top: -200px;
  }
  nav:after {
    top: -235px;
  }
  .breadcrumb-holder {
	  margin-top: calc(150px + 2vw) !important;
  }
  .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
		min-height: 80px;
	}
  .slide-title {
    width: 570px;
  }
}
@media (min-width: 1600px) {
  .navbar-nav > li > a {
  	padding-left: 40px;
  	padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .nav-logo {
    width: calc(200px);
    max-width: 450px;
  }
  .slide-title {
    width: calc(100vw - 60px);
  }
}
@media (max-width: 499px) {
  .nav-logo {
    width: calc(200px);
    max-width: 450px;
  }
}
@media (min-width: 1600px) {
  .navbar-nav > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Slider */
.btn {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 15px;
  padding: 20px 40px;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none !important;
  z-index: 2;
  margin-top: 7px;
}
.btn span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  z-index: 2;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: skew(15deg);
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  right: -5px;
  bottom: -4px;
  z-index: -2;
  transform: skew(15deg);
  background-color: #E81546;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-space {
  margin-top: 120px;
}
.btn:hover span {
  margin-left: 0;
  padding-right: 30px;
  color: #041B33 !important;
}
.btn:hover::before {
  right: 30px;
}
.btn:hover::after {
  right: -5px;
  left: 35px;
}
.btn-slider:hover::before {
  right: 30px !important;
  left: -30px !important;
}
.btn-slider:hover::after {
  right: -5px !important;
  left: 5px !important;
}
.btn-slider:hover span {
  margin-left: -30px !important;
  padding-right: 0 !important;
}
.slider-button-holder {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 5;
}
.slider-button-holder div {
  margin-bottom: 12px;
}
.btn-slider {
  padding: 13px 15px !important;
  width: 150px;
  float: none !important;
  margin-right: 0 !important;
}
.btn-slider span {
  font-size: 14px;
}
.slider-dot-nav {
  margin-top: -50px !important;
}
header {
  position: relative;
  margin-top: 400px !important;
  margin-bottom: 100px;
}
header div ul {
  margin-bottom: 100px !important;
}
header .uk-dotnav a {
  border: 1px solid #041B33 !important;
}
header .uk-dotnav a:hover {
  background-color: #041B33 !important;
}
header .uk-dotnav .uk-active a {
  background-color: #041B33 !important;
}
.slide-col-left {
  padding-right: 100px;
  padding-top: 50px;
}
.slide-col-left > p {
  font-size: 1.2rem !important;
}
.drop-shadow {
  -webkit-filter: drop-shadow(10px 70px 20px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(10px 70px 20px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=70, Color='#ccc')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=70, Color='#ccc')";
}
.slide-marker {
  padding: 15px !important;
  opacity: 0.9;
  background-color: #E81546 !important;
  border: 2px solid #041B33 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slide-marker svg {
  color: #041B33 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slide-marker svg rect:first-child {
  width: 2px !important;
  height: 14px !important;
  y: 3;
}
.slide-marker svg rect:nth-child(2) {
  height: 2px !important;
  width: 14px !important;
  x: 3;
}
.slide-marker:hover {
  background-color: #ccc !important;
  border-color: white !important;
}
.slide-marker:hover svg {
  transform: rotate(45deg);
  color: white !important;
}
.uk-tooltip {
  padding: 0 !important;
  font-size: 1rem;
  background-color: transparent !important;
  color: #E81546 !important;
  font-style: italic;
}
.uk-tooltip > * {
  width: 190px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 10px;
  padding: 1rem !important;
  border: 1px solid #041B33;
}
.uk-slider-nav > .uk-active > .btn span {
  margin-left: -30px;
  color: #041B33 !important;
}
.uk-slider-nav > .uk-active > .btn::before {
  left: -30px;
  right: 30px;
}
.uk-slider-nav > .uk-active > .btn::after {
  right: -5px;
}
.slide-title-top {
  display: none;
  margin-bottom: 0;
}
.uk-slider-items p {
  font-weight: 400 !important;
}
@media (max-width: 1199px) {
  .slide-col-left {
    padding-right: 0;
  }
  .slide-col-left h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  header {
    margin-top: 160px !important;
  }
  header div ul {
    margin-bottom: 120px !important;
  }
  .btn {
    padding: 10px 20px;
  }
}
@media (max-width: 639px) {
  img.slider-hp {
    width: 80% !important;
  }
  .slide-marker {
    padding: 10px !important;
  }
  .uk-slider-nav {
    display: none !important;
  }
  .slide-title-top {
    display: block;
  }
  .slide-title {
    margin: 0 0 20px 0;
  }
}
.uk-dotnav {
  display: flex !important;
}
@media (min-width: 640px) {
  .uk-dotnav {
    display: none !important;
  }
}
.slide-title {
  font-size: 3rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
/* Section Intro */
section {
  padding: 100px 0;
  position: relative;
}
.section-primary {
  color: white !important;
  background-color: #041B33 !important;
  padding-bottom: calc(50px + 5vw) !important;
}
.section-primary *:not(a) {
  color: white !important;
}
.section-primary a > span {
  color: #041B33 !important;
}
.section-primary::before {
  content: '';
  position: absolute;
  transform: translateY(-100%);
  right: 0;
  left: 0;
  top: 1px;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-top-width: calc(5.16666667vw);
  border-right: 1px solid #041B33;
  border-right-width: calc(100vw);
}
.section-primary::after {
  content: '';
  position: absolute;
  transform: translateY(100%);
  right: 0;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 0;
  border-bottom: 2px solid transparent;
  border-bottom-width: calc(5.16666667vw);
  border-left: 1px solid #041B33;
  border-left-width: calc(100vw);
  z-index: -1;
}
.headline-intro > * {
  font-size: 2rem;
}
/* Section Teaser */
.section-white {
  color: #041B33 !important;
  padding-top: calc(100px + 6vw);
  padding-bottom: calc(100px + 6vw);
}
.section-white * {
  color: #041B33 !important;
}
.teaser-headline > * {
  font-size: 1.8rem;
  margin-top: 30px;
}
.z-100 {
  z-index: 100;
}
.z-variable:nth-child(1) {
  z-index: 5 !important;
}
.z-variable:nth-child(3) {
  z-index: 4 !important;
}
.z-variable:nth-child(5) {
  z-index: 3 !important;
}
.z-variable:nth-child(7) {
  z-index: 2 !important;
}
/* Section Gallery */
section.gallery {
  padding-top: 0 !important;
}
.gallery-small {
  position: absolute;
  transform: translateY(0%);
  bottom: 0;
  width: 100%;
}
@media (max-width: 959px) {
  section.gallery .gallery-small {
    position: relative;
    width: auto;
  }
}
/* Footer */
footer {
  padding: 100px 0 50px 0;
  position: relative;
  color: white !important;
  background-color: #041B33 !important;
}
footer * {
  color: white !important;
}
footer a > span {
  color: #041B33 !important;
}
footer h4 {
  font-size: 1.15rem !important;
  text-transform: none;
}
footer::before {
  content: '';
  position: absolute;
  transform: translateY(-100%);
  right: 0;
  left: 0;
  top: 1px;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-top-width: calc(5.16666667vw);
  border-right: 1px solid #041B33;
  border-right-width: calc(100vw);
}
.text-small {
  font-size: 0.95rem !important;
}
.small-margin {
  margin: 0.3rem !important;
}
.padding-extrasmall {
  padding: 0.5rem;
}
.legal-link {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.legal-link:hover {
  text-decoration: none !important;
  color: white !important;
}
.footer-article {
  border-left: 1px solid #E81546;
  margin-top: 25px;
}
.article-date {
  text-align: right !important;
}
@media (max-width: 1199px) {
  .footer-col-margin {
    margin-bottom: 40px !important;
  }
  .footer-reverse-margin {
    margin-left: 0 !important;
  }
  .footer-reverse-margin * {
    margin-left: 0 !important;
  }
  .footer-reverse-margin article {
    border: none !important;
  }
  .article-date {
    text-align: left !important;
  }
}
@media (max-width: 959px) {
  .display-footer-mobile {
/*     display: none !important; */
  }
}
@media (min-width: 641px) {
  .hr-mobile {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .legal-text {
    font-size: 0.8rem !important;
    text-align: left !important;
  }
  .legal-row {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .legal-link {
    font-size: 0.8rem !important;
  }
  .hr-mobile {
    z-index: 10;
    display: block !important;
    margin: 60px 0px 0px 40px !important;
    width: 100% !important;
    border-top: 1px solid #ddd !important;
  }
}
/* News */
.section-article {
  margin-top: calc(20px + 6vw) !important;
  margin-bottom: calc(230px + 6vw) !important;
}
.margin-top-20 {
  margin-top: 30px !important;
}
@media (max-width: 1199px) {
  .section-article {
    margin-top: calc(15vw) !important;
    margin-bottom: calc(230px + 6vw) !important;
  }
}
/* Breadcrumb */
.breadcrumb-holder {
  padding: 20px 50px;
  transform: rotate(-3deg);
  top: 285px;
  z-index: 100;
  margin-top: calc(170px + 2vw);
}
.breadcrumb-holder a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  border-bottom: 1px solid #E81546;
}
.breadcrumb-holder span {
  text-transform: uppercase;
}
.breadcrumb-holder a:hover {
  color: #041B33 !important;
  border-color: #041B33 !important;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 10px !important;
  content: '>';
}
@media (max-width: 959px) {
  .breadcrumb-holder {
/*     display: none; */
  }
}
/* Unterseiten */
header.page, .header-news-margin {
  margin-top: 100px !important;
  margin-bottom: 0 !important;
    padding-top: 0 !important;
}
@media (max-width: 959px) {
  header.page, .header-news-margin {
    margin-top: 80px !important;
    margin-bottom: calc(11vw) !important;
  }
}
.article-detail {
  margin-top: calc(3vw + 3vh + 250px) !important;
  margin-bottom: 250px !important;
}
@media (max-width: 959px) {
  .article-detail {
     margin-top: calc(3vw + 3vh + 150px) !important;
     margin-bottom: 150px !important;
  }
}
.big {
  font-size: 1.2rem !important;
}
.big > p {
  font-size: 1.2rem !important;
}
.section-intro {
  padding: 40px 0 150px 0 !important;
  margin-bottom: calc(5vw) !important;
}
.section-grey {
  color: #041B33 !important;
  background-color: #f1f1f1 !important;
}
.section-grey *:not(a) {
  color: #041B33 !important;
}
.section-grey::before {
  border-right-color: #f1f1f1 !important;
}
.section-grey::after {
  border-left-color: #f1f1f1 !important;
}
.bg-grey {
  background-color: #f1f1f1 !important;
}
.img-animation {
  position: relative;
}
.img-animation > div {
  position: absolute;
  background-color: #E81546;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 15px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  border: 2px solid #041B33 !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important;
}
.img-animation span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.img-animation span:hover {
  color: #041B33 !important;
}
.img-animation::after {
  content: '';
  position: absolute;
  background-color: #E81546;
  width: 100%;
  height: 0;
  opacity: 0.3;
  -webkit-transition: height 0.5s !important;
  -moz-transition: height 0.5s !important;
  -o-transition: height 0.5s !important;
  transition: height 0.5s !important;
}
.img-animation:hover::after {
  height: 100%;
}
.img-animation:hover > div {
  visibility: visible;
  opacity: 1;
}
.img-icon svg rect:nth-child(1) {
  width: 2px;
  height: 18px;
  color: #041B33 !important;
}
.img-icon svg rect:nth-child(2) {
  height: 2px;
  width: 18px;
  color: #041B33 !important;
}
.uk-accordion-title {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}
.totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #041B33;
  padding: 20px 16px !important;
  border: 1px solid #E81546;
  color: white !important;
  z-index: 1000;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.totop:hover {
  background-color: #E81546;
  border-color: #041B33;
  color: white !important;
}
.anchor-link-li a:hover {
  text-decoration: none !important;
  color: #E81546 !important;
}
.img-text-fix-z:nth-child(1) a > div {
  z-index: 19;
}
.img-text-fix-z:nth-child(2) a > div {
  z-index: 17;
}
.img-text-fix-z:nth-child(3) a > div {
  z-index: 15;
}
.section-image-bottom {
  padding-bottom: 200px !important;
}
#myBtn {
  display: none;
}
.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.uk-lightbox-toolbar {
  background-color: transparent !important;
}
.uk-lightbox-button {
  background-color: transparent !important;
}
.rating span * {
  color: #E81546 !important;
}
.rating > div {
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.rated polygon {
  fill: #E81546 !important;
}
.border-50 {
  border-radius: 50%;
}
.border-testimonial {
  border: 3px solid #041B33;
}
.no-margin-child-1:first-child {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .visible-l {
    display: block !important;
  }
}
.z-fix-child-3:nth-child(1) {
  z-index: 20;
}
.z-fix-child-3:nth-child(2) {
  z-index: 19;
}
.z-fix-child-3:nth-child(3) {
  z-index: 18;
}
.text-to-be-expanded {
  opacity: 0.5;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.text-to-be-expanded:hover {
  opacity: 1;
  text-decoration: none;
}
.display-block {
  display: block !important;
}
.display-none-second > p:nth-child(3) {
  display: none;
}
.display-none {
  display: none !important;
}
.slide {
  margin: 0 35px;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  max-width: calc(100% - (15px * 2)) !important;
  margin: 15px !important;
  overflow: visible !important;
  padding: 5px 10px !important;
  height: 24px !important;
  width: 14px !important;
}
.following-center > * {
  text-align: center !important;
}
.section-without-after:after {
  display: none !important;
}
.section-legal {
  padding-top: 50px !important;
}
.ytp-large-play-button-bg {
  fill: #E81546 !important;
}
.news-link {
  transition: 0.2s;
}
.news-link:hover {
  color: #E81546;
  text-decoration: none;
}
ul.faqlist {
  list-style-type: none;
}
button.cta-right {
  position: fixed;
  z-index: 999;
  width: auto;
  height: 50px;
  right: 0px;
  top: 50%;
  transition: all 0.2s ease-in-out;
}
button.cta-right:hover {
  cursor: pointer;
}
button.cta-right:before,
button.cta-right:after {
  content: '';
  background: #E81546;
  transform: skew(15deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -17px;
  z-index: -1;
}
button.cta-right,
button.uk-modal-close {
  background-color: #E81546;
  border: none;
  color: white;
  padding: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.modal-close:hover {
  cursor: pointer;
}
.nav-active {
  border-top: solid 3px #E81546!important;
}
.nav-active-mob:before {
  content:'>';
  color: #E81546 !important;
  padding-right: 5px;
}

@media (max-width: 767px) {
  button.cta-right {
    padding: 5px;
    font-size: 0.9em;
    top: 210px;
  }
}
a div.spinner {
	display: none;
}
a.transform-active div.spinner {
	display: block;
}
a.transform-active span{
	display: none;
}

.footer-links {
	line-height: 2rem;
}
/*
img.sw {
  transition: filter .3s ease-in-out;
  -webkit-transition: filter .3s ease-in-out;
  -moz-transition: filter .3s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
img.sw:hover {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
*/
img.sw {
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
    transition: transform .3s ease;
}
img.sw:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.clippy img:hover {
	-webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
section:last-child {
	padding-bottom: 170px !important;
}
.uk-lightbox button, .uk-lightbox {
	background-color: black;
}
/* form */
section.tab {
  padding-top: 0px;
  padding-bottom:  0px !important;
  padding-right: 30px;
}
form#kontakt-form {
  margin-bottom: 30px;
}
input, textarea {
  padding: 10px;
  width: 100%;
}
div.input {
  margin-bottom: 10px
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    border: 1px solid #E81546;
}
div#fields-optIn1-field {
  padding-top: 10px;
  padding-bottom: 10px;;
}
div.submit > button {
  background-color: #E81546;
  padding: 15px;
  color: white;
  font-size: 14px;
  border: 0px solid antiquewhite
}
div.submit > button:hover {
  background-color: white;
  padding: 15px;
  color: #E81546;
  font-size: 14px;
  border: 1px solid #E81546
}
.uk-sticky-below nav {
	margin-top: 0px;
}
.nav-following > nav {
	margin-top: 0 !important;
}
.nav-following > .topbar {
	display: none !important;
}
@media (max-width: 767px) {
  .slide-title {
    font-size: 2em !important;
    margin-bottom: 0 !important;
  }
  .margin-remove-title {
	  margin-bottom: 0 !important;
  }
  .slider-button-holder {
	  top: 50px !important;
  }
  .slide-col-left > p {
	  font-size: 1em !important;
  }
  .breadcrumb-holder {
	  padding: 20px !important;
  }
}
#popup {
	z-index: 10000000;
}
.sub-nav-active:before {
    content: '>';
    color: #fff !important;
    padding-right: 5px;
}
.slide-title-top-next {
	opacity: 0.5;
}
.img-clip-holder {
	position: relative;
	z-index: 100000;
}
.img-clip-holder > div {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 100000;
}
.img-clip-new {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: -1
}
.btn-form {
	border: none !important;
	background-color: #E81546;
	color: #fff !important;
	font-size: 17px !important;
	text-transform: uppercase !important;
	padding: 3px 6px !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.btn-form:hover {
	background-color: #041B33 !important;
	cursor: pointer !important;
}
polygon {
	top: 0;
}
.uk-modal-dialog a {
	color: #E81546 !important;
}
.img-center-in-div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cta-vertical {
	transform: rotate(-90deg) !important;
	right: -25px !important;
}
.cta-vertical:after {
	right: -17px !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.cta-vertical:hover:after {
	background-color: #041B33 !important;
}
.section-introsection h2 {
	font-weight: 400 !important;
}
@media (min-width: 1000px) {
	.backup-mobile {
		display: none;
	}
}
@media (max-width: 999px) {
	.backup-desktop {
		display: none;
	}
}
.ff-form-success {
	background-color: rgba(0,255,0,0.3);
	padding: 20px;
}
.ff-form-success p {
	color: green !important;
	margin-bottom: 0 !important;
}
.cc-window.cc-floating {
    max-width: 28em !important;
}
.link-colored p a, .link-colored h1 a, .link-colored h2 a, .link-colored h3 a, .link-colored h4 a, .link-colored h5 a, .link-colored h6 a, header p a {
	color: #E81546 !important;
  font-weight: 400 !important;
}
.header-slider > .uk-position-relative * {
  position: relative;
}
.popup-title * {
  font-size: 24px !important;
  font-weight: 700;
}

