/* cmsms stylesheet: SC-Custom modified: Sonntag, 2. Juli 2023 18:05:07 */
/* Education Styles Overrides */
html {
  font-size: 16px;
}
.vorteile li {
  margin-bottom: 1rem;
}
.g-bg-main {
  background-color: #005e9d !important;
}
.g-bg-main-dark {
  background-color: #353534 !important;
}
.g-bg-main-light {
  background-color: #e8f0f5 !important;
}
.g-bg-primary {
  background-color: #DA0075 !important;
}
.g-brd-primary--hover:hover,
.g-brd-primary--active.active {
  border-color: #DA0075 !important;
}
.g-bg-primary--hover:hover {
  background-color: #DA0075 !important;
}
.u-block-hover:hover .g-color-primary--hover,
.g-color-primary--hover:hover {
  color: #DA0075 !important;
}
.topbar a,
.topbar a:visited {
  color: #fff;
}
.active {
  border-bottom: 1px solid;
}
.navbar-brand {
  padding: 1em;
  margin: -0.5em 0;
}
.u-header a {
  font-size: 0.92857rem;
}
.a {
  display: block;
  font-size: 1rem;
  font-family: inherit;
}
.a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* FONTS */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6,
body,
p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.g-font-secondary {
  font-family: inherit;
}
.datenschutzhinweis * {
  font-size: 85%;
}
/* unter dieser Linie ist alles alt */
/* Allgemein */
p {
  font-size: 1.14286rem;
}
/* Tabs */
.nav-item .active {
  color: #004561 !important;
}
.tab-pane li {
  color: #6f7274;
  line-height: 1.6;
  margin-bottom: 4px;
}
.upper {
  text-transform: uppercase;
}
.maincolor {
  color: #00a2e0;
}
.br {
  display: block;
}
/* Navi */
.nav-link .icon-arrow-left,
.hs-has-sub-menu > a::after {
  display: none;
}
.hover-no-underline:hover {
  text-decoration: none;
}
/* Footer */
footer a,
footer p {
  color: inherit;
}
footer a:hover {
  color: #fff;
}
.brdlftprim {
  border-left: 8px solid #004561;
}
/**
 * Interactive image comparison - with CSS resize
 */
.image-slider {
  position: relative;
  display: inline-block;
}
.image-slider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 100%;
  overflow: hidden;
  resize: horizontal;
}
.image-slider > div:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  padding: 5px;
  background: linear-gradient(-45deg, #ffffff 50%, transparent 0);
  background-clip: content-box;
  cursor: ew-resize;
  -webkit-filter: drop-shadow(0 0 2px #000000);
  filter: drop-shadow(0 0 2px #000000);
}
.image-slider img {
  display: block;
  user-select: none;
}
/* Sonstiges */
.min-190 {
  min-height: 190px;
}
@media only screen and (max-width: 767px) {
  #steinteppichreferenzen .col-md-3.g-mb-30--md,
  #steinteppichreferenzen .col-md-6.col-sm-6.g-mb-70--md {
    margin-bottom: 25px;
  }
  #steinteppichreferenzen .col-md-6.col-sm-6.g-mb-70--md:nth-child(even) {
    margin-bottom: 50px;
  }
}
