@charset "UTF-8";
.my.col-xs-10, .my.col-md-10 {
  width: 82.6%; }

.my.col-sm-1, .my.col-xs-1, .my.col-md-1 {
  width: 8.7%; }

.my.col-sm-2, .my.col-xs-2, .my.col-md-2 {
  width: 17.4%; }

.my.col-md-offset-1 {
  margin-left: 8.7%; }

@media (min-width: 768px) {
  .my.col-sm-offset-1 {
    margin-left: 8.7%; }
  .my.col-sm-10 {
    width: 82.6%; }
  .my.col-sm-offset-10, .my.col-md-offset-10 {
    margin-left: 82.6%; }
  .col-sm-offset-1 {
    margin-left: 7.5%; } }

@media (max-width: 991px) {
  .my.col-md-10, .my.col-md-1, .my.col-md-2 {
    width: 100%;
    float: left; }
  .my.col-md-offset-1, .my.col-md-offset-10 {
    margin-left: 0; } }

.container {
  max-width: 1000px;
  clear: left; }
  @media (max-width: 768px) {
    .container {
      max-width: 480px; } }
  @media (max-width: 500px) {
    .container {
      max-width: 320px; } }

.clear {
  clear: both; }

body {
  font-family: "Roboto", sans-serif;
  background: #f3ede8 url(../img/background.jpg) 0 41px no-repeat;
  background: url(../img/background.jpg) 0 41px no-repeat, linear-gradient(to bottom, #ffffff 365px, #f3ede8 365px, #ffffff);
  background-size: 100% 378px;
  background-size: 100% 378px, 100%;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    body {
      background: url(../img/background.jpg) 0 41px no-repeat, linear-gradient(to bottom, #ffffff 294px, #f3ede8 294px, #ffffff);
      background-size: 100% 294px;
      background-size: 100% 294px, 100%; } }
  @media (max-width: 768px) {
    body {
      background: #f3ede8 url(../img/background.jpg) 0 0 no-repeat;
      background: url(../img/background.jpg) 0 0 no-repeat, linear-gradient(to bottom, #ffffff 154px, #f3ede8 154px, #ffffff);
      background-size: 100% 154px;
      background-size: 100% 154px, 100%; } }
  @media (max-width: 500px) {
    body {
      background: url(../img/background.jpg) 0 0 no-repeat, linear-gradient(to bottom, #ffffff 117px, #f3ede8 117px, #ffffff);
      background-size: 100% 117px;
      background-size: 100% 117px, 100%; } }

img {
  max-width: 100%; }

.top_nav_container {
  background: white; }

.top_nav, .main_nav {
  padding: 0; }
  @media (max-width: 768px) {
    .top_nav, .main_nav {
      display: none; } }
  .top_nav ul, .main_nav ul {
    padding: 0;
    list-style: none;
    margin: 7px 0; }
  .top_nav li, .main_nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px; }
  .top_nav a, .main_nav a {
    color: #767b7b;
    font-weight: 300; }
  .top_nav li li, .main_nav li li {
    display: block;
    padding: 0; }
  .top_nav ul ul, .main_nav ul ul {
    display: none;
    padding-top: 5px; }
  .top_nav li.active > a, .main_nav li.active > a {
    font-weight: bold;
    color: #646160; }
  .top_nav li.active ul, .main_nav li.active ul {
    display: block;
    position: absolute; }
  .top_nav > ul > li.active.parent:after, .main_nav > ul > li.active.parent:after {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    left: -2000px;
    top: 34px;
    right: 0;
    position: absolute;
    height: 75px;
    z-index: -1; }

.top_nav li:not(:last-child) {
  border-right: 1px solid #767b7b; }

.site_search {
  margin-left: 10px;
  vertical-align: middle; }

@media (max-width: 768px) {
  .company_logo_container {
    float: right; } }

.main_nav {
  border-top: 15px solid #a6425b;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 0; }
  .main_nav:after {
    left: -100%;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5); }

.main_nav + div {
  padding-left: 0; }

.main_nav_container:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 15px;
  background: #a6425b; }
  @media (max-width: 768px) {
    .main_nav_container:before {
      width: 70%; } }

.teaser {
  margin-bottom: 30px;
  margin-top: 17px;
  position: relative; }
/*  .teaser:before, .teaser:after {
    position: absolute;
    width: 1000px;
    content: "";
    background: white;
    border-top: 1px solid #a6425b;
    height: 5px;
    top: 160px; }
    @media (max-width: 991px) {
      .teaser:before, .teaser:after {
        top: 121px; } }
    @media (max-width: 768px) {
      .teaser:before, .teaser:after {
        top: 76px; } }
    @media (max-width: 500px) {
      .teaser:before, .teaser:after {
        top: 49px; } }
  .teaser:after {
    right: calc(8.7% - 987px);
    z-index: -1; }
  .teaser:before {
    left: -985px; }*/

.font_logo h1 {
  display: none; }

.teaser_content {
  padding: 0;
  height: 328px;
  border: 4px solid white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .teaser_content {
      height: 244px; } }
  @media (max-width: 768px) {
    .teaser_content {
      height: 153px; } }
  @media (max-width: 500px) {
    .teaser_content {
      height: 99px; } }
  .teaser_content img {
    height: 100%; }

.font_logo {
  padding: 0; }
  .font_logo img {
    display: block;
    width: 85.5%; }

.col-xs-5th {
  width: 20%;
  float: left; }

.content h1 {
  color: #925c3c;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 33px; }
  @media (max-width: 768px) {
    .content h1 {
      font-size: 22px; } }
  .content h1.entry-title {
    font-size: 38px;
    line-height: 50px;
    margin-top: 60px !important; }
    @media (max-width: 768px) {
      .content h1.entry-title {
        font-size: 26px;
        line-height: 28px; } }

.content h4 {
  color: #925c3c;
  margin-top: 30px; }

.content p {
  color: #9f6d50;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0; }
  
  p.small-xs {
  font-size: 12px;
  }
  
  .content ul {
  color: #9f6d50;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0; }

.content figure {
  margin-top: 20px; }
  .content figure img {
    padding: 4px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; }

.content .bold {
  font-weight: 500; }

.content .actual.bold {
  font-weight: 700; }

.content .emph {
  margin-bottom: 15px; }

.content .break {
  -webkit-break-before: always;
     -moz-break-before: always;
          break-before: always;
  -webkit-column-break-before: always;
  -moz-column-break-before: column; }

.content a {
  font-style: italic;
  text-decoration: underline;
  color: #925c3c; }

.teaser .content {
  background: rgba(255, 255, 255, 0.3); }
  .teaser .content h1 {
    margin-top: 110px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .teaser .content h1 {
        margin-top: 80px; } }

.brand_subtitle {
  color: #9f6d50;
  font-style: italic;
  font-size: 17px;
  margin-top: -10px;
  margin-bottom: 40px; }

.back_link {
  margin-top: 20px; }

figure.brand_logo {
  text-align: center; }
  figure.brand_logo img {
    background: none;
    box-shadow: none;
    max-height: 60px; }

.content_block {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-top: 30px; }

.hyphenate {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.brands {
  margin-top: 50px; }
  .brands a {
    background: rgba(100, 100, 100, 0.1);
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px; }
  .brands a:hover {
    background: #fff; }
  .brands > div {
    padding-bottom: 30px; }

.pictures img {
  margin-bottom: 30px; }

.contact_subline {
  margin-top: 30px;
  font-size: 18px !important; }

.sitemap {
  list-style: none;
  padding: 0;
  font-size: 16px; }
  .sitemap ul {
    list-style: none;
    padding: 10px 20px; }
  .sitemap li:before {
    content: "•";
    color: #a6425b;
    margin-right: 10px; }
  .sitemap li {
    margin-bottom: 2px; }
  .sitemap a {
    font-style: normal;
    text-decoration: none; }
  .sitemap a:hover {
    text-decoration: underline; }

#page-presse .teaser_content {
  background: rgba(255, 255, 255, 0.8); }

#page-unternehmensgeschichte .teaser_content img, #page-presse .teaser_content img, #page-leistungen .teaser_content img {
  mix-blend-mode: darken; }

.form p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  clear: both;
  margin-bottom: 8px;
  overflow: auto; }

.form label {
  display: block;
  float: left;
  padding: 8px 0 0;
  width: 30%;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400; }

.form input[type=text], .form textarea {
  border: none;
  margin: 0;
  padding: 3px 5px;
  float: left;
  width: 70%;
  background: #ecebe6; }
  .form input[type=text].error, .form textarea.error {
    background: #ffcccc; }

.form textarea {
  height: 150px; }

.form .above {
  margin-top: 50px;
  overflow: visible;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: none; }
  .form .above label {
    position: relative;
    top: -30px; }

.form input[type=submit] {
  border: none;
  background: none;
  font-weight: bold;
  text-decoration: underline; }

.entry {
  height: 328px;
  border: 4px solid white;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px; }
  @media (max-width: 992px) {
    .entry {
      height: 244px; } }
  @media (max-width: 768px) {
    .entry {
      height: 153px; } }
  @media (max-width: 500px) {
    .entry {
      height: 99px; } }
  .entry div {
    position: relative;
    height: 100%; }
  .entry a, .entry span {
    display: block;
    width: 100%;
    height: 50%;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.7s background;
    border-right: 1px solid white; }
    @media (max-width: 768px) {
      .entry a, .entry span {
        font-size: 11px; } }
    @media (max-width: 500px) {
      .entry a, .entry span {
        font-size: 7px;
        letter-spacing: 0; } }
    .entry a:first-child, .entry span:first-child {
      border-bottom: 1px solid white; }
  .entry a:hover {
    background: rgba(255, 255, 255, 0.8) !important; }
  .entry img {
    mix-blend-mode: darken;
    position: absolute;
    z-index: -1; }

#clock a {
  text-align: right;
  padding-top: 75%;
  padding-right: 10px; }

#clock span, #clock a {
  background-size: cover; }

#clock img {
  left: 0;
  top: 0;
  height: 100%; }

#jewlery a {
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border: none;
  border-bottom: 1px solid white;
  border-left: 1px solid white; }

#jewlery img {
  left: 0;
  top: 0;
  max-width: 200%; }

#gears {
  overflow: hidden; }
  #gears a {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding-top: 75%; }
  #gears img {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.65; }

#diamond img {
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: 0.7; }

.homepage_link {
  float: left;
  padding-left: 4%;
  font-size: 70%;
  font-style: italic; }
  .homepage_link a {
    color: #a6425b; }

.certificates {
  text-align: right;
  padding: 0 4% 20px 0;
  clear: both; }
  .certificates a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px 10px 0 10px;
    border: 1px solid #b8927a;
    color: #b8927a;
    font-size: 12px;
    padding: 4px;
    line-height: 100%;
    height: 55px;
    background: url(../img/glass.png) right bottom no-repeat;
    background-size: 50%; }

#page-index .teaser .content, #page-leistungen .teaser .content, #page-unternehmensgeschichte .teaser .content {
  background: none; }

#page-leistungen .teaser .content h1, #page-unternehmensgeschichte .teaser .content h1 {
  margin-top: 20px; }

.navbar-toggle {
  float: left;
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: 1px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6); }

.offcanvas-toggle .icon-bar {
  float: left;
  clear: left;
  margin-right: 4px; }

.navbar-offcanvas {
  position: fixed; }
  @media (min-width: 768px) {
    .navbar-offcanvas {
      display: none; } }
  .navbar-offcanvas ul {
    list-style: none;
    padding: 0; }
  .navbar-offcanvas ul ul {
    display: none; }
  .navbar-offcanvas li > a {
    display: block;
    border-bottom: 1px solid #a6425b;
    padding: 10px;
    color: #444; }
  .navbar-offcanvas li.active > a {
    font-weight: bold;
    color: #a6425b; }
  .navbar-offcanvas li.active ul {
    display: block; }
  .navbar-offcanvas li li {
    padding-left: 20px; }


.slider .pager {
    position: absolute;
    bottom: -50px;
    left: 10px;
    z-index: 20000;
}

.slider .pager span {
    color: white;
    cursor: pointer;
    opacity: 0.5;
    font-size: 80px;
    display: inline-block;
    margin-right: -3px;
}

.slider .pager span.cycle-pager-active {
  color: #26484a;
}


/*.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.embla__slide {
  flex: 0 0 100%;
}*/
.glide__track,
.glide__slides {
    height: 100%;
}


ul.brands {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
ul.brands a {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    transition: background-color 100ms;
}
ul.brands li {
    padding-bottom: 30px;
}
ul.brands img {
    max-height: 100%;
    opacity: 0.8;
}