@charset "UTF-8";
/*SCSS*/
/* Weißer Hintergrund + Weiße Schriftfarbe für Teaser*/
/* Schrift */
/* Rot */
/* Hellgrau Overlay */
/* Hellgrau Hintergrund */
.position-relative {
  position: relative !important;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mb {
  margin-bottom: 15px !important;
}

.my {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.color-brand {
  color: #ae0036;
}

b, strong {
  font-weight: 300;
  text-transform: uppercase;
}

.text-small {
  font-size: 0.75em;
}

.text-left {
  text-align: left !important;
}
.text-left p {
  text-align: left !important;
}

h1 {
  font-size: 45px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

.h1, span.h1 {
  font-size: 40px;
  text-align: center;
}

p {
  text-align: center;
}

.center-line, span.center-line {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background: #ae0036;
  margin: 25px auto 30px;
}

body {
  background: url(../img/cream_pixels-1.png) repeat;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #868686;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  #body {
    position: relative;
    float: left;
    width: 100%;
  }
}

a {
  color: #868686;
}

a:hover, a:active, a:focus {
  color: #ae0036;
  text-decoration: none;
}

.cover {
  top: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ae0036;
}

.headerimage {
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 !important;
  width: 100% !important;
  max-height: 100% !important;
  background: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headerimage .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

span.logo {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 38%;
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 15px;
  margin-left: 10%;
}
@media (max-width: 768px) {
  span.logo {
    position: relative;
  }
}
span.logo img {
  height: 65px;
}
@media (max-width: 768px) {
  span.logo img {
    height: 50px;
  }
}

span.sprachauswahl {
  position: absolute;
  z-index: 9;
  top: 35px;
  left: 0;
}
@media (max-width: 768px) {
  span.sprachauswahl {
    top: 25px;
    left: 20px;
  }
}

a.en {
  padding-right: 10px;
}

.col-md-4 img, .col-md-12 img {
  width: 100%;
}
@media (max-width: 415px) {
  .col-md-4 img, .col-md-12 img {
    height: 100%;
  }
}

.img-responsive.m-center {
  width: auto;
  margin: 0 auto;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

nav.mainmenu {
  position: absolute;
  z-index: 9;
}
@media (max-width: 768px) {
  nav.mainmenu {
    width: 95%;
  }
}

ul.nav.navbar-nav {
  float: right;
  margin-top: 20px;
  margin-right: 55px;
}

.overlay-teaser {
  background: rgba(208, 208, 208, 0.4);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
}

span.text-header, span.text-header-en {
  /*font-family: 'Noto Sans SC Sliced', sans-serif;*/
  top: 42%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1200px) {
  span.text-header, span.text-header-en {
    top: 40%;
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  span.text-header, span.text-header-en {
    font-size: 30px;
  }
}

span.text-nav, span.text-nav-en {
  /*font-family: 'Noto Sans SC Sliced', sans-serif;*/
  -ms-transform: translateX(-50%);
  top: 38%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  text-shadow: 0 0 8px #999;
}
@media (max-width: 1200px) {
  span.text-nav, span.text-nav-en {
    top: 30%;
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  span.text-nav, span.text-nav-en {
    font-size: 30px;
  }
}

span.text-nav-en, span.text-header-en h1, span.text-header-en span.h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

span.text-header-en h1, span.text-header-en span.h1, span.text-header h1, span.text-header span.h1 {
  text-shadow: 0 0 8px #333;
}

span.arrow {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 55px;
  font-size: 35px;
  color: #ae0036;
}
@media (max-width: 767px) {
  span.arrow {
    bottom: 0px;
  }
}

section {
  margin-top: 50px;
}

section#about-us {
  margin-top: 50px;
}

div#body {
  background-color: #fff;
  overflow-x: hidden;
}

.col-md-4.col-sm-6.col-xs-12, .col-md-8.col-sm-6.col-xs-12 {
  padding-right: 25px;
  padding-left: 25px;
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .col-md-4.col-sm-6.col-xs-12, .col-md-8.col-sm-6.col-xs-12 {
    background-color: #f4f4f4;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col-md-4.col-sm-6.col-xs-12.philosophy, .col-md-8.col-sm-6.col-xs-12.philosophy {
  float: right;
}

.col-sm-4 {
  padding-right: 25px;
  padding-left: 25px;
  overflow: hidden;
}
.col-sm-4.products {
  float: right;
}
@media (max-width: 767px) {
  .col-sm-4.nav {
    height: 114px;
    margin-top: 10px;
  }
}

span.inhalt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  span.inhalt {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1600px) {
  section#products span.inhalt {
    height: 100%;
  }
}
.col-md-12.nav {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .col-md-12.nav {
    margin-top: 0;
  }
}

footer {
  background-color: #f4f4f4;
  padding-bottom: 45px;
  border-top: 2px solid #dbdbdb;
  margin-top: 50px;
}

section.footer.hidden-lg, section.footer.visible-lg {
  margin-top: 25px;
}

section.footer.hidden-lg {
  text-align: center;
  margin-bottom: -25px;
  padding: 0 15px;
  line-height: 1.5;
}

.footer-2 {
  margin-top: 15px;
}

.pull-left {
  margin-left: 30px;
}

.pull-right {
  margin-right: 30px;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}

.bg-text {
  background-color: #eee;
  padding-left: 0;
  padding-right: 0;
  /* overflow-y: auto; */
  max-height: 606px;
  overflow: hidden;
  position: relative;
  height: 606px;
}

.col-md-8.inhalt {
  padding-right: 25px;
  padding-left: 25px;
  min-height: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .col-md-8.inhalt {
    padding-right: 30px;
    padding-left: 30px;
  }
}

section#philosophy {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}

@media (min-width: 769px) {
  .col-md-8.inhalt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow-y: scroll;
    margin-left: 2%;
  }
}
@media (max-width: 1200px) {
  .col-md-8.inhalt {
    height: 79%;
  }
}

.col-md-6.col-xs-12.about {
  background: #f4f4f4;
  padding-bottom: 50px;
  padding-top: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .col-md-6.col-xs-12.about {
    margin-top: 55px;
  }
}

@media (min-width: 769px) {
  .col-sm-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

img.img-responsive.visible-xs {
  width: 100%;
}

.col-md-4.col-xs-12 {
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .col-md-4.col-xs-12.space-xs {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #f4f4f4;
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.col-md-4.col-xs-12.philosophy {
  float: right;
}
@media (max-width: 767px) {
  .col-md-4.col-xs-12.philosophy {
    margin-top: 50px;
  }
}

span.sprachauswahl a:focus {
  color: #ae0036;
}

.col-md-4.col-xs-12.product {
  padding-left: 10px;
  padding-right: 10px;
}

.col-sm-6.product {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .col-xs-6 {
    width: 100%;
  }
  .col-md-8.col-sm-6.col-xs-6 img, .col-sm-6.col-xs-6.philosophy img, .col-sm-6.col-xs-6 img, .col-sm-4.col-xs-4.nav {
    width: 100%;
  }
  .col-md-8.col-sm-6.col-xs-6, .col-sm-6.col-xs-6.philosophy {
    margin-bottom: 50px;
  }
  .col-md-4.col-sm-6.col-xs-6 img, .col-sm-6.col-xs-6.product img, .col-sm-6.col-xs-6.long-text img {
    display: none;
  }
  .col-sm-6.col-xs-6.product.quality img, .col-sm-6.col-xs-6.family img {
    display: block !important;
  }
  .col-md-4.col-sm-6.col-xs-6.about {
    padding-bottom: 50px;
    padding-top: 30px;
    min-height: 340px;
  }
  .long-text {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .col-sm-6.product {
    margin-top: 0px;
  }
  span.inhalt {
    background: #f4f4f4;
  }
  .col-sm-6.col-xs-6.long-text {
    background: #f4f4f4;
    margin-bottom: 0;
    text-align: center;
  }
  .col-sm-6.col-xs-6.long-text span.inhalt {
    background: transparent;
    position: relative;
  }
  .col-sm-6.col-xs-6.long-text p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-6.col-xs-6.long-text {
    margin-top: 50px;
  }
  .col-sm-4.col-xs-4.nav.about {
    width: calc(33.3333% - 58px);
    margin-right: 50px;
  }
  .col-sm-4.col-xs-4.nav {
    width: calc(33.3333% - 22px);
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  span.slogan {
    display: block;
  }
}
@media (max-width: 465px) {
  span.slogan {
    display: block;
  }
}
span.slogan.cn {
  display: block;
}

.col-sm-4.col-xs-4.nav.about {
  background: url(../../images/animonda-nav-about-us.jpg);
  height: 33.3333vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .col-sm-4.col-xs-4.nav.about {
    height: 15.3333vh;
  }
}

.col-sm-4.col-xs-4.nav.philosophy {
  background: url(../../images/animonda-nav-philosophy.jpg);
  height: 33.3333vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .col-sm-4.col-xs-4.nav.philosophy {
    height: 15.3333vh;
  }
}

.col-sm-4.col-xs-4.nav.products {
  background: url(../../images/animonda-nav-products.jpg);
  height: 33.3333vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .col-sm-4.col-xs-4.nav.products {
    height: 15.3333vh;
  }
}

.headerimage > .col-md-12 {
  height: 66.6666vh;
  overflow: hidden;
  background: url(../../images/abb-header-animonda.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .headerimage > .col-md-12 {
    height: 50vh;
  }
}

.cover {
  top: 0;
  height: 100vh;
  overflow: hidden;
}

a.cc-link {
  display: none;
}

a.cc-btn.cc-dismiss {
  background-color: #fff;
  border: 1px solid #ae0036;
  border-radius: 0;
  min-width: 100px !important;
  color: #868686;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}

a.cc-btn.cc-dismiss:hover {
  background-color: #f4f4f4;
}

.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override-1655203071 {
  color: #868686;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 2px solid #ae0036;
}

a.cc-btn.cc-dismiss:focus {
  outline: none;
}

h2, .h2 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.absschnitt {
  margin-bottom: 25px;
}

.container.nav.imprint {
  width: 100% !important;
}

nav.mainmenu.imprint {
  border-bottom: 2px solid #ae0036;
}

nav.mainmenu.imprint {
  width: 100%;
}

.col-md-12.imprint {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .col-md-12.imprint {
    margin-top: 140px;
  }
}

.col-md-12.imprint h1 {
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .col-md-12.imprint h1 {
    font-size: 40px;
  }
}

.col-md-12.sprachauswahl img {
  width: auto;
}

.col-md-12.sprachauswahl span.sprachauswahl {
  left: 20px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .col-md-12.sprachauswahl span.sprachauswahl {
    margin-top: 16px;
  }
}

.col-md-12.statement {
  margin-top: 150px;
  margin-bottom: 850px;
}
@media (max-width: 768px) {
  .col-md-12.statement {
    margin-top: 140px;
  }
}

.col-md-12.statement-cn {
  margin-top: 150px;
  margin-bottom: 875px;
}
@media (max-width: 768px) {
  .col-md-12.statement-cn {
    margin-top: 140px;
  }
}

section.warranty .digit .inhalt {
  width: 100%;
}
section.warranty .digit .inhalt img {
  max-width: 150px;
  margin: 10px auto;
}
section.warranty .digit .inhalt img.product {
  margin: 0 auto;
}
section.warranty .digit .inhalt .digits-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
section.warranty .digit .inhalt .digits-container input {
  width: 50px;
  height: 70px;
  margin: 0 5px;
  color: white;
  font-size: 40px;
  border: 0;
  border-radius: 0;
  background-color: #ad0036;
  text-align: center;
}
@media (max-width: 1399.98px) {
  section.warranty .digit .inhalt .digits-container input {
    width: 40px;
    height: 60px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  section.warranty .digit .inhalt .digits-container input {
    font-size: 26px;
    width: 50px;
    height: 70px;
  }
}
section.warranty .digit .inhalt .digits-container input:focus {
  border-radius: 0;
  border-color: #fff;
}
section.warranty .digit .inhalt.products {
  top: calc(50% - 50px);
}
@media (max-width: 1599.98px) {
  section.warranty .digit .inhalt.products {
    top: 0 !important;
    transform: translate(0);
  }
}
@media (max-width: 767.98px) {
  section.warranty .digit .inhalt.products {
    width: 100%;
  }
}
section.warranty .digit .inhalt.products .product {
  max-width: 45%;
}
section.warranty .digit .inhalt.products .brand {
  display: block;
  color: #ad0036;
  font-size: 25px;
}
section.warranty .digit .inhalt.products .flavour, section.warranty .digit .inhalt.products .output--not-found {
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 5px;
  display: block;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  section.warranty .digit .inhalt.products .flavour, section.warranty .digit .inhalt.products .output--not-found {
    font-size: 22px;
  }
}
section.warranty .digit .inhalt.products .flavour a, section.warranty .digit .inhalt.products .output--not-found a {
  color: #ad0036;
}
section.warranty .digit .inhalt.products table {
  margin: auto;
  text-align: left;
  font-size: 20px;
}
section.warranty .digit .inhalt.products table tbody tr td {
  padding: 2px 5px;
}
section.warranty .digit .inhalt.products table tbody tr td:nth-of-type(2n) {
  color: #ad0036;
}
section.warranty .digit .inhalt.products button {
  width: calc(100% + 35px);
  margin-left: -15px;
  margin-bottom: -10px;
}
section.warranty .digit .inhalt small {
  display: block;
  margin-top: 30px;
}
section.warranty .digit .inhalt small a {
  color: #ad0036;
  font-weight: 900;
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
section.warranty .digit button {
  background-color: #ad0036;
  border-radius: 0;
  border: none;
  height: 50px;
  color: white;
  margin-top: 30px;
  max-width: 100px;
  width: 100%;
}
section.warranty .digit button:focus {
  outline: 0;
}
section.warranty .digit button.product {
  width: 100%;
  margin: 0;
  margin-top: -50px;
  max-width: 100%;
}
section.warranty .digit a:hover {
  color: #868686;
}
@media (max-width: 1399.98px) {
  section.warranty .digit img.bg {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  section.warranty .digit img.bg {
    height: auto;
  }
}
@media (max-width: 1299.98px) {
  section.warranty .digit .product--output img.bg {
    height: 500px;
  }
}
section.warranty .col-md-8.warranty--placeholder img {
  float: right;
}
section.warranty .product--not-found .inhalt {
  padding-left: 0;
  top: 50% !important;
}
@media (max-width: 1199.98px) {
  section.warranty .product--not-found img {
    height: 510px;
  }
}
@media (max-width: 767.98px) {
  section.warranty .product--not-found img {
    height: auto;
  }
}

section.carny .col-md-4.col-sm-6.col-xs-12 {
  min-height: 100%;
}
@media (max-width: 991.98px) {
  section.carny .col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 30px;
  }
}
section.carny a, section.carny span {
  position: relative;
}
section.carny a button, section.carny span button {
  background-color: #ad0036;
  border-radius: 0;
  border: none;
  height: 50px;
  color: white;
  min-width: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.carny a button:focus, section.carny span button:focus {
  outline: none;
}
section.carny a.half, section.carny span.half {
  width: 45%;
  position: absolute;
}
@media (max-width: 1199px) {
  section.carny a.half, section.carny span.half {
    width: 30%;
  }
}
section.carny a.half.right, section.carny span.half.right {
  right: 0;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  section.carny a.half.right, section.carny span.half.right {
    right: 10px;
  }
}

@media (max-width: 991.98px) {
  section#carny {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  section#carny .text-center.py-3 {
    padding: 30px;
  }
}
section#products .product img {
  width: auto;
}
@media (max-width: 767.98px) {
  section#products .product img {
    margin: auto;
  }
}
section#products .product img.m-center {
  margin: 0 auto;
}
section#products .product img.logo {
  max-width: 150px;
  margin-bottom: 15px;
}
section#products .product.carny {
  background-color: #fcf9f2;
  background: linear-gradient(45deg, #fcf9f2 0%, #faf3e5 100%);
  border-radius: 50px;
  padding: 30px;
  text-align: center;
  margin: 25px 0;
}
@media (max-width: 767.98px) {
  section#products .product.carny {
    margin: 15px;
  }
}
section#products .product.carny .h3 {
  margin-top: 15px;
  display: block;
}
@media (max-width: 767.98px) {
  section#products .product.carny .text-left {
    text-align: center !important;
  }
  section#products .product.carny .text-left p {
    text-align: center !important;
  }
}

/* Modal */
.modal .modal-dialog {
  width: fit-content;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 20px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header button {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button span {
  font-size: 30px;
  color: #ad0036;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal-body .container .h1 {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .container img {
    margin-bottom: 30px;
  }
}

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