body {
  font-family: RotisSansSerif-Itali;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #b3b3b3;
}

@media (min-width: 992px) {
  body {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  body {
    width: 1170px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

a:visited {
  color: unset;
}

.disable {
  display: none;
}

.ti {
  font-style: italic;
}

header {
  height: 40px;
  background-color: #5f5f5f;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  header {
    height: 55px;
    padding: 20px 60px;
  }
}

header .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

header .nav-header div {
  margin: auto;
}

@media (min-width: 992px) {
  header .nav-header div {
    margin: 0;
  }
}

header .nav-header .logo img {
  height: 25px;
}

@media (min-width: 768px) {
  header .nav-header .logo img {
    height: 45px;
  }
}

@media (min-width: 992px) {
  header .nav-header .language-container {
    margin-top: -10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

header .nav-header .language-container .language-switcher {
  display: none;
}

@media (min-width: 768px) {
  header .nav-header .language-container .language-switcher {
    display: block;
    float: right;
    color: #e7e7e7;
    padding: 0;
    margin-top: 16px;
  }
  header .nav-header .language-container .language-switcher a.active {
    color: #e41075 !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  header .nav-header .language-container .language-switcher a:hover {
    color: #b3b3b3;
  }
}

header .nav-header .language-container .language-select {
  display: block;
}

@media (min-width: 768px) {
  header .nav-header .language-container .language-select {
    display: none;
  }
}

@media (min-width: 992px) {
  header .nav-header .mobile-nav {
    display: none;
  }
}

header nav.navigation {
  margin-top: 15px;
  margin-right: -20px;
  margin-bottom: 0;
  margin-left: -20px;
  background-color: #b3b3b3;
  position: relative;
  z-index: 9999;
  font-size: 1.3em;
}

@media (min-width: 768px) {
  header nav.navigation {
    font-size: 1.7em;
  }
}

@media (min-width: 992px) {
  header nav.navigation {
    font-size: 1em;
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    color: #e7e7e7;
    background-color: unset;
  }
}

@media (min-width: 1200px) {
  header nav.navigation {
    font-size: 1.1em;
  }
}

header nav.navigation .active {
  color: #e41075 !important;
}

header nav.navigation .nav-spacer {
  display: none;
}

@media (min-width: 992px) {
  header nav.navigation .nav-spacer {
    display: block;
    margin-left: 3px;
    margin-right: 3px;
  }
}

header nav.navigation .navbar-collapse {
  padding: 2px;
}

header nav.navigation .navbar-collapse.collapse {
  display: none;
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse.collapse {
    display: block;
  }
}

header nav.navigation .navbar-collapse.in {
  display: block;
}

header nav.navigation .navbar-collapse ul {
  list-style: none;
  margin: 0;
}

header nav.navigation .navbar-collapse ul li a:hover {
  color: #b3b3b3;
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

header nav.navigation .navbar-collapse .nav li {
  height: 45px;
  display: block;
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse .nav li {
    height: unset;
  }
}

header nav.navigation .navbar-collapse .nav li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #e7e7e7;
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse .nav li a {
    display: unset;
    padding: 0;
  }
}

header nav.navigation .navbar-collapse .nav .dropdown {
  display: none;
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse .nav .dropdown {
    visibility: hidden;
    opacity: 0;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 0.1);
    color: #e7e7e7;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    position: absolute;
    background: rgba(95, 95, 95, 0.54);
  }
}

@media (min-width: 992px) {
  header nav.navigation .navbar-collapse .nav li.has_children:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
}

header .header-buttons {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
}

@media (min-width: 768px) {
  header .header-buttons {
    top: 95px;
    left: auto;
    margin-left: -60px;
  }
}

header .header-buttons #mail-btn {
  cursor: pointer;
}

header .header-buttons #phone-btn, header .header-buttons #mail-btn, header .header-buttons #search-btn {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e7e7e7;
}

@media (min-width: 768px) {
  header .header-buttons #phone-btn, header .header-buttons #mail-btn, header .header-buttons #search-btn {
    width: 60px;
    height: 60px;
  }
}

header .header-buttons #phone-btn .hb-hover, header .header-buttons #mail-btn .hb-hover, header .header-buttons #search-btn .hb-hover {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 80px;
  padding: 20px;
  background: #e7e7e7;
}

@media (min-width: 768px) {
  header .header-buttons #phone-btn .hb-hover, header .header-buttons #mail-btn .hb-hover, header .header-buttons #search-btn .hb-hover {
    display: unset;
  }
}

header .header-buttons #phone-btn .search-hover, header .header-buttons #mail-btn .search-hover, header .header-buttons #search-btn .search-hover {
  top: 61px;
  width: 250px;
}

header .header-buttons #phone-btn .search-hover form div, header .header-buttons #mail-btn .search-hover form div, header .header-buttons #search-btn .search-hover form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-buttons #phone-btn .phone-hover, header .header-buttons #mail-btn .phone-hover, header .header-buttons #search-btn .phone-hover {
  top: 0;
  width: 450px;
}

header .header-buttons #phone-btn .phone-hover .txt-h3, header .header-buttons #mail-btn .phone-hover .txt-h3, header .header-buttons #search-btn .phone-hover .txt-h3 {
  margin: 10px 0;
}

header .header-buttons #phone-btn .phone-hover p, header .header-buttons #mail-btn .phone-hover p, header .header-buttons #search-btn .phone-hover p {
  margin: 5px 0;
}

header .header-buttons #phone-btn .active, header .header-buttons #mail-btn .active, header .header-buttons #search-btn .active {
  visibility: visible;
  opacity: 1;
}

header .header-buttons .active {
  padding-left: 5px;
}

@media (min-width: 768px) {
  header .header-buttons .active {
    padding-left: 20px;
  }
}

header .header-buttons img {
  height: 100%;
}

#nav-ham {
  width: 40px;
  height: 29px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-ham span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e7e7e7;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-ham span:nth-child(1) {
  top: 2px;
}

#nav-ham span:nth-child(2) {
  top: 11px;
}

#nav-ham span:nth-child(3) {
  top: 20px;
}

#nav-ham.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-ham.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-ham.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.bg-white {
  background-color: white;
  color: #5f5f5f;
}

.bg-pink {
  background-color: #e3006e;
  color: white;
}

.bg-dark-grey {
  background-color: rgba(95, 95, 95, 0.54);
  color: white;
}

.bg-light-grey {
  background-color: #e7e7e7;
  color: #5f5f5f;
}

.bg-light-grey .sb-title {
  color: #5f5f5f;
}

.bo-pink {
  border: 2px solid #e3006e;
}

.txt-h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.txt-b {
  font-weight: bold;
  display: contents;
}

.txt-pink {
  color: #e3006e !important;
  display: contents;
}

.txt-white {
  color: #ffffff !important;
  display: contents;
}

.vw-w {
  width: 100%;
}

@media (min-width: 768px) {
  .vw-w {
    padding-right: 50px;
  }
}

.vw-w.space-b {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .vw-w.space-b {
    margin-bottom: unset;
  }
}

.transparent {
  opacity: 0.9;
}

.space-block {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .space-block {
    margin-bottom: 15px;
  }
}

.txt-sila-img {
  height: 9px;
}

@media (min-width: 768px) {
  .txt-sila-img {
    height: 17px;
  }
}

.only-mobile {
  display: block;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

.not-mobile {
  display: none;
}

@media (min-width: 768px) {
  .not-mobile {
    display: block;
  }
}

.bull {
  margin-right: 3px;
  margin-top: 2px;
  font-size: 9px;
}

@media (min-width: 768px) {
  .bull {
    margin-right: 5px;
    margin-top: 6px;
  }
}

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.w-f {
  width: 100%;
}

.mg-y-sm {
  margin: 15px 0;
}

.mg-t-null {
  margin-top: 0;
}

.mg-l-xs {
  margin-left: 3px;
}

.mg-b {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mg-b {
    margin-bottom: 50px;
  }
}

.m-b {
  margin-bottom: 15px;
}

.mg-t-xs {
  margin-top: 5px;
}

.mg-t-sm {
  margin-top: 15px;
}

.mg-t-nm {
  margin-top: 40px;
}

.ws-nw {
  white-space: nowrap;
}

.s-hr {
  border-bottom: 2px solid #e3006e;
  margin: 0 -5px;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .s-hr {
    margin: 0 -60px;
    padding: 0 60px;
  }
}

.s-hr.pink {
  border-bottom: 2px solid #e3006e;
}

.s-hr.white {
  border-bottom: 2px solid #ffffff;
}

.sila-bar-menu {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .sila-bar-menu {
    padding: 0 60px;
  }
}

.sila-bar-menu .sbm-row {
  border-bottom: 2px solid #e3006e;
  margin: 0 -5px;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .sila-bar-menu .sbm-row {
    margin: 0 -60px;
    padding: 0 60px;
  }
}

.sila-bar-menu .sbm-row:last-child {
  border: none;
}

.sila-bar-menu .sbm-row.sbm-txt {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .sila-bar-menu .sbm-row.sbm-txt {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sila-bar-menu .sbm-row a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .sila-bar-menu .sbm-row a {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sila-bar-menu .sbm-row a img {
  height: 10px;
  margin-right: 3px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .sila-bar-menu .sbm-row a img {
    height: 25px;
    margin-right: 5px;
    margin-top: 6px;
  }
}

.sila-bar-menu .sbm-row a .img-adornment {
  vertical-align: middle;
  height: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .sila-bar-menu .sbm-row a .img-adornment {
    height: 50px;
  }
}

.bg-i-sila {
  background-image: url("../assets/images/01_home_sila-fond.png");
  background-position: center;
  background-size: 515px;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .bg-i-sila {
    background-size: 610px;
  }
}

@media (min-width: 768px) {
  .bg-i-sila {
    background-size: 1135px;
    min-height: 275px;
  }
}

.bg-i-belag {
  background-image: url("../assets/images/01_home_claim-fond.png");
  background-position: center;
  background-size: 345px;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .bg-i-belag {
    background-size: 410px;
  }
}

@media (min-width: 768px) {
  .bg-i-belag {
    background-size: 1190px;
  }
}

.smallLink {
  cursor: pointer;
}

.txt-as-sb-title {
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .txt-as-sb-title {
    font-size: 40px;
  }
}

.download {
  background: url("../assets/images/icons/file.png") no-repeat 0 0;
  background-size: 22px;
  padding-left: 18px;
  background-position: -4px;
}

@media (min-width: 768px) {
  .download {
    background-size: 42px;
    padding-left: 34px;
    background-position: -10px;
  }
}

.video {
  background: url("../assets/images/icons/video.png") no-repeat 0 0;
  background-size: 22px;
  padding-left: 18px;
  background-position: -4px;
}

@media (min-width: 768px) {
  .video {
    background-size: 42px;
    padding-left: 34px;
    background-position: -10px;
  }
}

footer a {
  color: #e7e7e7;
}

footer .top-footer {
  padding: 5px;
  font-size: 13px;
}

@media (min-width: 768px) {
  footer .top-footer {
    padding: 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
  }
}

footer .top-footer .foot-spacer {
  display: none;
}

@media (min-width: 768px) {
  footer .top-footer .foot-spacer {
    display: block;
    margin-left: 7px;
    margin-right: 7px;
  }
}

footer .top-footer div:nth-child(1) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  footer .top-footer div:nth-child(1) {
    margin: unset;
  }
}

footer .bottom-footer {
  background-color: #5f5f5f;
  padding: 5px;
  color: #e7e7e7;
  font-size: 14px;
  font-family: RotisSansSerif-Bold;
}

@media (min-width: 768px) {
  footer .bottom-footer {
    font-size: 1em;
    padding: 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .bottom-footer div:nth-child(1), footer .bottom-footer div:nth-child(2) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  footer .bottom-footer div:nth-child(1), footer .bottom-footer div:nth-child(2) {
    margin: unset;
  }
}

footer .bottom-footer img {
  height: 30px;
}

@media (min-width: 768px) {
  footer .bottom-footer img {
    height: 42px;
  }
}

footer .bottom-footer .foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .bottom-footer .foot-menu div {
  margin-top: 10px;
}

.slider {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  .slider {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .slider {
    height: 560px;
  }
}

.slider .page-title {
  position: relative;
  width: 100%;
  overflow: -webkit-paged-x;
  overflow: -moz-hidden-unscrollable;
  top: -180px;
  z-index: 9;
  opacity: 0.9;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slider .page-title {
    top: -380px;
  }
}

.slider .page-title .pinkerBalken {
  height: 10px;
  width: 40%;
  position: relative;
  margin-left: -10px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

@media (min-width: 768px) {
  .slider .page-title .pinkerBalken {
    height: 15px;
  }
}

.slider .page-title .hellerBalken {
  position: relative;
  padding: 15px;
  right: -70px;
  /* Skew */
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

@media (min-width: 768px) {
  .slider .page-title .hellerBalken {
    right: -200px;
    padding: 30px;
  }
}

.slider .page-title .hellerBalken .balken-title {
  /* Inverse Skew */
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #1a1a1a !important;
  width: 230px;
}

@media (min-width: 768px) {
  .slider .page-title .hellerBalken .balken-title {
    padding-left: 90px;
    width: 680px;
  }
}

.slider .page-title .hellerBalken .balken-title h1, .slider .page-title .hellerBalken .balken-title span {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .slider .page-title .hellerBalken .balken-title h1, .slider .page-title .hellerBalken .balken-title span {
    font-size: 45px;
  }
}

.slider .page-title .hellerBalken .balken-title h1 img, .slider .page-title .hellerBalken .balken-title span img {
  height: 14px;
}

@media (min-width: 768px) {
  .slider .page-title .hellerBalken .balken-title h1 img, .slider .page-title .hellerBalken .balken-title span img {
    height: 35px;
    margin-right: 3px;
  }
}

.slider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slides li, .slider .slides > input[type="radio"] {
  display: none !important;
}

.slider .slides > input[type="radio"]:checked + li {
  display: block !important;
}

.slider .slides li {
  height: 100%;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.slider .slides li .slide-content {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider .slides li .slide-content .slide-title {
  top: 120px !important;
}

@media (min-width: 768px) {
  .slider .slides li .slide-content .slide-title {
    top: 180px !important;
  }
}

.slider .prev-btn, .slider .next-btn {
  display: none;
  position: absolute;
  top: 450px;
  height: 50px;
  width: 50px;
  background: #e7e7e7;
  z-index: 50;
  cursor: pointer;
}

@media (min-width: 768px) {
  .slider .prev-btn, .slider .next-btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .slider .prev-btn, .slider .next-btn {
    top: 550px;
  }
}

.slider .prev-btn img, .slider .next-btn img {
  height: 100%;
}

.slider .prev-btn {
  left: 0;
}

@media (min-width: 768px) {
  .slider .prev-btn {
    left: auto;
  }
}

.slider .next-btn {
  right: 0;
}

@media (min-width: 992px) {
  .slider .next-btn {
    right: unset;
    left: auto;
    margin-left: 920px;
  }
}

@media (min-width: 1200px) {
  .slider .next-btn {
    margin-left: 1120px;
  }
}

.carousel {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .carousel {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .carousel {
    height: 560px;
  }
}

.carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel .carousel-inner .item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.carousel .carousel-inner .item.active {
  display: block;
}

.carousel .carousel-inner .item img.ci-bg {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel .carousel-caption {
  position: relative;
  width: 100%;
  overflow: -webkit-paged-x;
  overflow: -moz-hidden-unscrollable;
  top: -180px;
  z-index: 9;
  opacity: 0.9;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carousel .carousel-caption {
    top: -380px;
  }
}

.carousel .carousel-caption .pink-bar {
  height: 10px;
  width: 40%;
  position: relative;
  margin-left: -10px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

@media (min-width: 768px) {
  .carousel .carousel-caption .pink-bar {
    height: 15px;
  }
}

.carousel .carousel-caption .white-bar {
  position: relative;
  padding: 15px;
  right: -70px;
  /* Skew */
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

@media (min-width: 768px) {
  .carousel .carousel-caption .white-bar {
    right: -200px;
    padding: 30px;
  }
}

.carousel .carousel-caption .white-bar .bar-caption {
  /* Inverse Skew */
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #1a1a1a !important;
  width: 230px;
}

@media (min-width: 768px) {
  .carousel .carousel-caption .white-bar .bar-caption {
    padding-left: 90px;
    width: 680px;
  }
}

.carousel .carousel-caption .white-bar .bar-caption h1, .carousel .carousel-caption .white-bar .bar-caption span {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .carousel .carousel-caption .white-bar .bar-caption h1, .carousel .carousel-caption .white-bar .bar-caption span {
    font-size: 45px;
  }
}

.carousel .carousel-caption .white-bar .bar-caption h1 img, .carousel .carousel-caption .white-bar .bar-caption span img {
  height: 14px;
}

@media (min-width: 768px) {
  .carousel .carousel-caption .white-bar .bar-caption h1 img, .carousel .carousel-caption .white-bar .bar-caption span img {
    height: 35px;
    margin-right: 3px;
  }
}

.carousel .carousel-control {
  display: none;
  position: absolute;
  top: 450px;
  height: 50px;
  width: 50px;
  background: #e7e7e7;
  z-index: 50;
}

@media (min-width: 768px) {
  .carousel .carousel-control {
    display: block;
  }
}

@media (min-width: 992px) {
  .carousel .carousel-control {
    top: 455px;
  }
}

.carousel .carousel-control img {
  height: 100%;
}

.carousel .carousel-control.left {
  left: 0;
}

@media (min-width: 768px) {
  .carousel .carousel-control.left {
    left: auto;
  }
}

.carousel .carousel-control.right {
  right: 0;
}

@media (min-width: 992px) {
  .carousel .carousel-control.right {
    right: unset;
    left: auto;
    margin-left: 920px;
  }
}

@media (min-width: 1200px) {
  .carousel .carousel-control.right {
    margin-left: 1120px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role='button'] {
  cursor: pointer;
}

.home-content .bg-i-dark-floor {
  background-image: url("../assets/images/01_sila-der-belag.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-content .bg-i-dark-floor .bg-i-belag-big {
  height: 110px;
  background-image: url("../assets/images/01_home_claim-fond.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .home-content .bg-i-dark-floor .bg-i-belag-big {
    height: 300px;
  }
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .btn-row {
    margin-top: 30px;
    font-size: 34px;
  }
}

.btn-row .btn {
  padding: 3px 20px;
  margin-right: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-row .btn {
    padding: 5px 30px;
    margin-right: 50px;
  }
}

.btn-row .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 2px 4px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-row .btn-flex {
    margin-right: 50px;
    padding: 2px 15px;
    margin-bottom: 53px;
  }
}

.btn-row .btn-flex img {
  height: 9px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .btn-row .btn-flex img {
    height: 25px;
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  .company-vis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company-vis .firstCol {
  font-size: 13px;
}

@media (min-width: 768px) {
  .company-vis .firstCol {
    width: 30%;
    font-size: 23px;
  }
}

.company-vis .firstCol p {
  text-align: right;
}

@media (min-width: 768px) {
  .company-vis .firstCol p {
    margin-top: 133%;
    margin-left: 28%;
    margin-right: 40px;
  }
}

.company-vis .secCol img {
  height: 235px;
}

@media (min-width: 768px) {
  .company-vis .secCol img {
    height: 550px;
  }
}

.company-content .cert_mark {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 13px;
  height: 40px;
  color: #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .company-content .cert_mark {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 23px;
  }
}

.company-content .cert_mark img {
  padding-left: 10px;
  height: 15px;
}

@media (min-width: 768px) {
  .company-content .cert_mark img {
    padding-left: 20px;
    height: 35px;
  }
}

.jobs-content .sila-jobs-menu {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .jobs-content .sila-jobs-menu {
    padding: 0 60px;
  }
}

.jobs-content .sila-jobs-menu .job-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  margin: 0 -60px;
  padding: 0 60px;
  border-bottom: 2px solid #e3006e;
}

.jobs-content .sila-jobs-menu .job-row:last-child {
  border: none;
}

.jobs-content .sila-jobs-menu .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jobs-content .sila-jobs-menu .second {
  width: 10%;
  margin-right: -60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jobs-content .sila-jobs-menu .second a {
  text-align: center;
}

.jobs-content .sila-jobs-menu a {
  display: block;
}

.jobs-content .sila-jobs-menu a img {
  vertical-align: middle;
  height: 50px;
  margin: 0;
}

.kontakt-content .kontaktformular form div {
  padding: 5px;
}

.kontakt-content .kontaktformular form div .oneSize {
  width: 90%;
}

@media (min-width: 768px) {
  .kontakt-content .kontaktformular form div .oneSize {
    width: 100%;
  }
}

.kontakt-content .contactperson .cp {
  font-size: 13px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .kontakt-content .contactperson .cp {
    font-size: 23px;
    margin-top: 30px;
  }
}

.kontakt-content .contactperson .cp .resultContact {
  display: none;
}

.kontakt-content .contactperson .cp .resultContact .rc-desc {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .kontakt-content .contactperson .cp .resultContact .rc-desc {
    margin-bottom: 10px;
  }
}

.kontakt-content .contactperson .cp .errorResultContact {
  display: none;
}

.kontakt-content .direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kontakt-content .direction .direction-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kontakt-content .direction .direction-img img {
  height: 100px;
}

@media (min-width: 768px) {
  .kontakt-content .direction .direction-img img {
    height: 150px;
  }
}

.kontakt-content .direction .direction-txt {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  font-size: 13px;
}

@media (min-width: 768px) {
  .kontakt-content .direction .direction-txt {
    font-size: 23px;
  }
}

.floor-content .tech {
  margin: 0 -60px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.floor-content .tech-table {
  margin-left: -60px;
  margin-right: -60px;
}

.floor-content table {
  width: 100%;
  font-size: 23px;
  border-spacing: unset !important;
  font-family: RotisSansSerif;
}

.floor-content table th, .floor-content table td {
  border-bottom: 2px solid #e3006e;
  margin: unset !important;
}

.floor-content table th {
  font-family: RotisSansSerif-Bold;
  text-align: start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.floor-content table td {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.floor-content table td.tb-bg-grey {
  background-color: #e0e0e0;
}

.floor-content .table-legend {
  padding: 20px 60px 0 60px;
  font-size: 13px;
}

.sila-block {
  padding: 15px 5px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .sila-block {
    font-size: 50px;
    padding: 60px 60px;
  }
}

.sila-block div img {
  height: 17px;
}

@media (min-width: 768px) {
  .sila-block div img {
    height: 37px;
  }
}

.sila-block-smb {
  padding: 10px 5px;
}

.sila-block-smb.title-only {
  padding: 10px 5px 0 5px;
}

.sila-block-smb.title-only .sb-title {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sila-block-smb {
    padding: 40px 60px;
  }
  .sila-block-smb.title-only {
    padding: 40px 60px 0 60px;
  }
}

.sila-block-smb .sb-title {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-title {
    padding-bottom: 30px;
  }
}

.sila-block-smb .sb-title h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-title h2 {
    font-size: 40px;
  }
}

.sila-block-smb .sb-title h2 img {
  height: 12px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-title h2 img {
    height: 30px;
    margin-top: 7px;
  }
}

.sila-block-smb .sb-categroy {
  font-size: 13px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-categroy {
    padding-bottom: 20px;
    font-size: 23px;
  }
}

.sila-block-smb .sb-content {
  font-size: 13px;
}

.sila-block-smb .sb-content + .sb-categroy {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-content + .sb-categroy {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .sila-block-smb .sb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: unset;
    font-size: 23px;
  }
}

.sila-block-smb .sb-content.only-text {
  display: block;
}

.sila-block-smb .sb-content .big-txt {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-content .big-txt {
    font-size: 23px !important;
  }
}

.sila-block-smb .sb-content .floor-colors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18% 18% 18% 18%;
      grid-template-columns: 18% 18% 18% 18%;
  grid-column-gap: 27px;
  grid-row-gap: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-content .floor-colors {
    -ms-grid-columns: 18% 18% 18% 18% 18%;
        grid-template-columns: 18% 18% 18% 18% 18%;
  }
}

.sila-block-smb .sb-content .floor-colors div {
  width: 100%;
  font-family: RotisSansSerif;
  font-size: 10px !important;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-content .floor-colors div {
    font-size: 18px !important;
  }
}

.sila-block-smb .sb-content .floor-colors div img {
  width: 100%;
}

.sila-block-smb .sb-content .floor-colors div .sub-desc {
  opacity: 0.5;
}

.sila-block-smb .floor-colors-legend {
  font-size: 10px !important;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .sila-block-smb .floor-colors-legend {
    font-size: 18px !important;
    margin-top: 20px;
  }
}

.sila-block-smb .sb-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sila-block-smb .sb-video iframe {
  border: none;
  height: 168px;
  width: 300px;
}

@media (min-width: 768px) {
  .sila-block-smb .sb-video iframe {
    height: 337px;
    width: 600px;
  }
}

@media (min-width: 768px) {
  .sila-block-smb .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .sila-block-smb .downloads .rm {
    margin-right: 100px;
  }
}

.sila-block-smb .downloads a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sila-block-smb .downloads a div {
  padding-top: 7px;
}

.sila-block-smb .downloads img {
  height: 30px;
}

@media (min-width: 768px) {
  .sila-block-smb .downloads img {
    height: 42px;
  }
}

.go-to {
  color: white;
  border-radius: 4px;
  padding: 8px;
}

.go-to.pink {
  background-color: #e3006e;
}

.go-to.grey {
  background-color: #5f5f5f;
}

.go-to.light-grey {
  background-color: rgba(95, 95, 95, 0.54);
}

.lp-banner {
  background-color: #e3006e;
  color: white;
  font-size: 24px;
  padding: 16px;
}

.d-f-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.disturber {
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .disturber {
    padding: 40px 60px;
  }
}

.disturber .title {
  font-size: 16px;
  font-weight: normal;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .disturber .title {
    font-size: 40px;
    padding-right: 20px;
  }
}

.disturber .sub-title {
  font-size: 13px;
}

@media (min-width: 768px) {
  .disturber .sub-title {
    font-size: 23px;
  }
}

.btn-wrapper {
  position: relative;
}

.btn-wrapper button {
  cursor: pointer;
  font-family: RotisSansSerif-Itali;
  font-size: 10px;
  text-align: center;
  background: #ff7400 !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #fff !important;
  padding: 6px !important;
}

@media (min-width: 768px) {
  .btn-wrapper button {
    font-size: 16px;
    padding: 20px !important;
  }
}

.btn-wrapper button span {
  display: block;
  width: 120px;
}

.super-headline-wrapper {
  position: relative;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 768px) {
  .super-headline-wrapper {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.super-headline-wrapper .super-headline {
  position: relative;
  padding: 15px;
  right: -70px;
  /* Skew */
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

@media (min-width: 768px) {
  .super-headline-wrapper .super-headline {
    right: -200px;
    padding: 30px;
  }
}

.super-headline-wrapper .super-headline .bar-caption {
  /* Inverse Skew */
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #1a1a1a !important;
  width: 230px;
}

@media (min-width: 768px) {
  .super-headline-wrapper .super-headline .bar-caption {
    padding-left: 90px;
    width: 680px;
  }
}

.super-headline-wrapper .super-headline .bar-caption h2, .super-headline-wrapper .super-headline .bar-caption span {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .super-headline-wrapper .super-headline .bar-caption h2, .super-headline-wrapper .super-headline .bar-caption span {
    font-size: 40px;
  }
}

.step-boxes-wrapper {
  padding: 0px 5px;
}

@media (min-width: 768px) {
  .step-boxes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 40px;
  }
}

.step-boxes-wrapper .step-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

.step-boxes-wrapper .step-box:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .step-boxes-wrapper .step-box {
    padding-bottom: 0;
    font-size: 23px;
    padding: 20px;
    margin: 0 20px 0 20px;
  }
}

.step-boxes-wrapper .step-box .desc {
  font-size: 12px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .step-boxes-wrapper .step-box .desc {
    font-size: 20px;
    margin: 20px 0;
  }
}

.step-boxes-wrapper .step-box .btn-wrapper {
  margin-top: auto;
}

.img-w-caption {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .img-w-caption {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .img-w-caption {
    height: 560px;
  }
}

.img-w-caption img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-w-caption .iw-caption {
  position: relative;
  width: 100%;
  overflow: -webkit-paged-x;
  overflow: -moz-hidden-unscrollable;
  top: -180px;
  z-index: 9;
  opacity: 0.9;
  overflow: hidden;
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption {
    top: -380px;
  }
}

.img-w-caption .iw-caption .pink-bar {
  height: 10px;
  width: 40%;
  position: relative;
  margin-left: -10px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption .pink-bar {
    height: 15px;
  }
}

.img-w-caption .iw-caption .white-bar {
  position: relative;
  padding: 15px;
  right: -70px;
  /* Skew */
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption .white-bar {
    right: -200px;
    padding: 30px;
  }
}

.img-w-caption .iw-caption .white-bar .bar-caption {
  /* Inverse Skew */
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #1a1a1a !important;
  width: 230px;
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption .white-bar .bar-caption {
    padding-left: 90px;
    width: 680px;
  }
}

.img-w-caption .iw-caption .white-bar .bar-caption h2, .img-w-caption .iw-caption .white-bar .bar-caption span {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption .white-bar .bar-caption h2, .img-w-caption .iw-caption .white-bar .bar-caption span {
    font-size: 40px;
  }
}

.img-w-caption .iw-caption .white-bar .bar-caption h2 img, .img-w-caption .iw-caption .white-bar .bar-caption span img {
  height: 14px;
}

@media (min-width: 768px) {
  .img-w-caption .iw-caption .white-bar .bar-caption h2 img, .img-w-caption .iw-caption .white-bar .bar-caption span img {
    height: 35px;
    margin-right: 3px;
  }
}
/*# sourceMappingURL=theme.css.map */