@font-face {
  font-family: 'Barlow Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../../Fonts/Barlow-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Barlow Semi Bold';
  font-weight: normal;
  src: url("../../Fonts/Barlow-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Barlow Medium';
  font-style: normal;
  font-weight: normal;
  src: url("../../Fonts/Barlow-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Vollkorn Semi Bold';
  font-weight: normal;
  src: url("../../Fonts/Vollkorn-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Vollkorn Semi Bold Italic';
  font-weight: normal;
  src: url("../../Fonts/Vollkorn-SemiBoldItalic.woff") format("woff"); }

a {
  color: #12462A;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-family: "Barlow Regular";
  border-bottom: 1px solid transparent; }
  a:hover {
    color: #12462A !important;
    border-bottom: 1px solid #12462A; }

h1, h2 {
  font-size: 3.1vw;
  line-height: 1.2; }
  @media screen and (max-width: 992px) {
    h1, h2 {
      font-size: 51px; } }
  @media screen and (max-width: 767.9px) {
    h1, h2 {
      font-size: 41px; } }
  @media screen and (max-width: 575.9px) {
    h1, h2 {
      font-size: 35px; } }

h3 {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2; }
  h3 em {
    font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 575.9px) {
    h3 {
      font-size: 25px; } }

h4 em {
  font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 575.9px) {
  h4 {
    font-size: 23px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
  color: #12462A;
  /*    text-align: center;*/ }

h2 {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: black; }
  h2 em {
    font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif; }

@media screen and (min-width: 1550px) {
  h1 {
    font-size: 3.1vw; } }

@media screen and (max-width: 991.9px) {
  h1 {
    font-size: 4vw; } }

@media screen and (max-width: 767.9px) {
  h1 {
    font-size: 7vw; } }

@media screen and (max-width: 575.9px) {
  h1 {
    font-size: 9vw; } }

p, div, a {
  line-height: 1.4;
  font-size: 18px; }

footer a:hover {
  border-bottom: 1px solid #CEB57C; }

dic, span, p, a {
  color: #12462A; }

.vollkorn-italic {
  font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-left: 7vw;
  padding-right: 7vw;
  line-height: 1.2; }

hr.ce-div {
  border-top: 0px; }

nav {
  background-color: white; }
  nav .nav-item {
    padding: 20px 15px !important;
    padding-bottom: 14px !important; }
    @media screen and (max-width: 1199.9px) {
      nav .nav-item {
        padding-left: 7px !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important; } }
  nav .nav-link {
    font-size: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #12462A;
    font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
    font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid transparent; }
    nav .nav-link:hover {
      color: #AF0000;
      border-bottom: 1px solid #AF0000 !important; }
    nav .nav-link.active {
      border-bottom: 1px solid #AF0000; }
      nav .nav-link.active:hover {
        border-bottom: 1px solid #AF0000; }
    nav .nav-link.active {
      color: #AF0000 !important; }

@media screen and (max-width: 1199.9px) {
  .navbar {
    padding-top: 17px;
    padding-bottom: 17px; } }

.navbar-toggler #nav-icon {
  width: 47px;
  height: 10px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  cursor: pointer; }

@media screen and (max-width: 991.9px) {
  .navbar-toggler #nav-icon {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    cursor: pointer; } }

.navbar-toggler #nav-icon span:nth-child(1) {
  top: 0px; }

.navbar-toggler.collapsed #nav-icon span {
  background: #12462A; }

.navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.navbar-toggler #nav-icon span:nth-child(2) {
  top: 6px; }

.navbar-toggler {
  border: none; }

body.modal-open .navbar-toggler #nav-icon span:nth-child(1) {
  transform: rotate(45deg); }

body.modal-open .navbar-toggler #nav-icon span:nth-child(1) {
  left: 0px;
  top: 5px; }

body.modal-open .navbar-toggler #nav-icon span:nth-child(2) {
  transform: rotate(-45deg); }

body.modal-open .navbar-toggler #nav-icon span:nth-child(2) {
  left: 0px;
  top: 5px; }

.navbar-toggler #nav-icon span {
  background: #12462A; }

.navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none; }
  .navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none; }

@media screen and (max-width: 1199.9px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 25px; } }

@media screen and (max-width: 1199.9px) {
  .navbar-collapse {
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0px;
    background-color: white; } }

@media screen and (max-width: 1199.9px) {
  .nav-item .nav-link {
    display: inline-block !important;
    padding-bottom: 0px; } }

@media screen and (max-width: 1199.9px) {
  .nav-item:first-of-type {
    padding-top: 0px; } }

.lang-item-man {
  font-size: 18px; }

@media screen and (max-width: 1199.9px) {
  .navbar-nav {
    padding-bottom: 40px; } }

.frame-space-before-extra-small {
  margin-top: 2.5vw; }

.frame-space-after-extra-small {
  margin-bottom: 2.5vw; }

.frame-space-before-small {
  padding-top: 3.3vw;
  margin-top: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-before-small {
      padding-top: 7vw; } }

.frame-space-after-small {
  padding-bottom: 3vw;
  margin-bottom: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-after-small {
      padding-bottom: 7vw; } }

.frame-space-before-medium {
  padding-top: 4.5vw;
  margin-top: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-before-medium {
      padding-top: 9.5vw; } }

.frame-space-before-4 {
  padding-top: 4vw;
  margin-top: 0px; }

.frame-space-after-medium {
  padding-bottom: 4.5vw;
  margin-bottom: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-after-medium {
      padding-bottom: 9.5vw; } }

.frame-space-before-large {
  padding-top: 6vw;
  margin-top: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-before-large {
      padding-top: 11vw; } }

.frame-space-after-large {
  padding-bottom: 6vw;
  margin-bottom: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-after-large {
      padding-bottom: 11vw; } }

.frame-space-before-extra-large {
  padding-top: 8vw;
  margin-top: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-before-extra-large {
      padding-top: 14vw; } }

.frame-space-after-extra-large {
  padding-bottom: 8vw;
  margin-bottom: 0px; }
  @media screen and (max-width: 575.9px) {
    .frame-space-after-extra-large {
      padding-bottom: 14vw; } }

/*.mobile-padding-bottom-md-50 {
  @media screen and (max-width:$md)  {
    padding-bottom: 50px;
  }
}*/
.pb-80 {
  padding-bottom: 80px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-43 {
  padding-bottom: 43px; }

.pt-70 {
  padding-top: 70px; }

.pt-15 {
  padding-top: 15px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-160 {
  padding-bottom: 160px;
  padding-bottom: 120px; }

@media screen and (min-width: 767.9px) {
  .pl-20 {
    padding-left: 20px; } }

.pl-35 {
  padding-left: 35px; }

.pl-35-responsive {
  padding-left: 35px; }
  @media screen and (min-width: 767.9px) and (max-width: 991.9px) {
    .pl-35-responsive {
      padding-left: 20px; } }

.pt-35 {
  padding-top: 35px; }
  @media screen and (max-width: 991.9px) {
    .pt-35 {
      padding-top: 30px; } }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pb-55 {
  padding-bottom: 35px; }

.pb-60 {
  padding-bottom: 60px; }

.padding-right-2-vw {
  padding-right: 2vw; }
  @media screen and (max-width: 991.9px) {
    .padding-right-2-vw {
      padding-right: 1vw; } }
  @media screen and (max-width: 767.9px) {
    .padding-right-2-vw {
      padding-right: 0px; } }

.padding-left-2-vw {
  padding-left: 2vw; }
  @media screen and (max-width: 991.9px) {
    .padding-left-2-vw {
      padding-left: 1vw; } }
  @media screen and (max-width: 767.9px) {
    .padding-left-2-vw {
      padding-left: 0px; } }

.padding-top-120 {
  padding-top: 8vw; }
  @media screen and (max-width: 767.9px) {
    .padding-top-120 {
      padding-left: 10vw; } }
  @media screen and (max-width: 767.9px) {
    .padding-top-120 {
      padding-left: unset; } }

.second-col {
  padding-right: calc((100% - 1305px) / 2) !important; }
  @media screen and (min-width: 1400px) {
    .second-col {
      padding-right: calc((100% - 1130px) / 4) !important; } }
  @media screen and (max-width: 1399.9px) {
    .second-col {
      padding-right: calc((100% - 1130px) / 2) !important; } }
  @media screen and (max-width: 1199.9px) {
    .second-col {
      padding-right: calc((100% - 950px) / 2) !important; } }
  @media screen and (max-width: 991.9px) {
    .second-col {
      padding-right: calc((100% - 720px) / 2) !important; } }
  @media screen and (max-width: 767.9px) {
    .second-col {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

.pb-23 {
  padding-bottom: 23px; }

@media screen and (max-width: 767.9px) {
  .pb-m-23 {
    padding-bottom: 0px; } }

.pt-23 {
  padding-top: 23px; }

@media screen and (max-width: 767.9px) {
  .pt-m-23 {
    padding-top: 15px; } }

body {
  color: black;
  font-weight: normal;
  background: white; }

body, html {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow Regular", Arial, Helvetica, serif; }

p strong {
  font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }

footer {
  padding-bottom: 15px;
  background-color: #4D4D4D;
  background-color: #12462A; }
  footer div, footer span, footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer a {
    color: white;
    font-size: 18px;
    font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }
  footer ul {
    padding-left: 0px;
    list-style-type: none; }
  footer a {
    transition: all 0.3s ease-in-out;
    color: white !important; }
    footer a:hover {
      color: white !important;
      transition: all 0.3s ease-in-out;
      border-bottom-color: white;
      color: white; }
  footer .font-16 div, footer .font-16 span, footer .font-16 p, footer .font-16 a {
    font-size: 16px; }

.logo-home {
  width: 260px;
  margin-top: 65px;
  margin-bottom: 90px; }
  @media screen and (max-width: 767.9px) {
    .logo-home {
      width: 200px; } }

.logo-home-footer {
  width: 260px;
  margin-top: 57px;
  margin-bottom: 92px; }
  @media screen and (max-width: 767.9px) {
    .logo-home-footer {
      width: 200px; } }

.page-1,
.parent-page-1 {
  background-color: #E8E7EA; }

.page-2, .page-5,
.parent-page-2, .parent-page-5 {
  background-color: #F9F2E1; }

.page-6,
.parent-page-6, .page-26, .parent-page-29, .page-29 {
  background-color: #E7EBE5; }

.page-20 {
  background-color: #F7F4E1; }

.page-4 {
  background-color: #E8E4DE; }

.parent-page-4 {
  background-color: #E8E4DE; }

.page-3,
.parent-page-3 {
  background-color: #E8E4DE; }

.page-31 {
  background-color: #E7EBE5; }

.no-link {
  border-bottom: none; }
  .no-link:hover {
    border-bottom: none;
    border-bottom: none; }

body {
  min-height: 100vh;
  margin: 0; }

header {
  min-height: 50px; }

footer {
  min-height: 50px; }

body {
  display: flex;
  flex-direction: column; }

article {
  flex: 1; }

.image-home {
  height: 100vh;
  width: 100vw;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 575.9px) {
    .image-home {
      height: 60vh;
      min-height: 500px; } }
  .image-home .logo-suisse-home {
    width: 47px;
    height: 79px; }

.image-home-subpage {
  height: 60vh;
  width: 100vw;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .image-home-subpage .logo-suisse-home {
    width: 47px;
    height: 79px; }

.logo-white-home {
  width: 60vw;
  height: auto; }
  @media screen and (max-width: 767.9px) {
    .logo-white-home {
      width: 85vw; } }

@media screen and (max-width: 575.9px) {
  .margin-mobile-6 {
    margin-bottom: 45px !important; } }

@media screen and (max-width: 767.9px) {
  .carrots-logo img {
    width: 318px; } }

.image-home-subpage > .d-flex > .navbar-brand > .logo-white-home-wrapper {
  display: none; }

.suisse-logo-home-wrapper {
  position: absolute;
  right: 26px;
  bottom: 34px;
  z-index: 99; }

p.fett {
  font-size: 28px;
  font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }

.frame-quote-padding {
  margin-left: 7.2vw;
  margin-right: 7.2vw;
  position: relative;
  padding-left: 145px;
  margin-top: 15px; }

.green-line {
  height: 13px;
  margin-top: 34px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #12462A; }

.beautiful-quote {
  margin-bottom: 0px;
  text-transform: uppercase; }
  .beautiful-quote:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    background-color: #12462A;
    height: 1px;
    display: block;
    width: 133px; }

.carrots-logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.dark-hover-image .give-me-dark-force {
  position: relative; }
  .dark-hover-image .give-me-dark-force:before {
    background: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out; }

.dark-hover-image:hover .give-me-dark-force:before {
  opacity: 1; }

.dark-hover-image:hover .products-headline span:after {
  right: -35px; }

.dark-hover {
  position: relative; }
  .dark-hover:before {
    background: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .dark-hover:hover:before {
    opacity: 1; }

.frame-background-green {
  background-color: #E7EBE5; }

.frame-background-pink {
  background-color: #EFE6E1; }

.frame-layout-4 .padding-products-bottom {
  padding-bottom: 160px;
  padding-bottom: 4.5vw; }

[data-mailto-token] {
  position: relative;
  color: #12462A; }
  [data-mailto-token]:after {
    content: '';
    position: absolute;
    background: url("../../Images/arrow.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    top: 8px;
    transition: all 0.3s ease-in-out; }
  [data-mailto-token]:hover {
    color: #12462A;
    border-bottom: none; }
    [data-mailto-token]:hover:after {
      right: -35px; }

.newsletter-link {
  position: relative; }
  .newsletter-link a:after {
    content: '';
    position: absolute;
    background: url("../../Images/arrow-white.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    top: 8px;
    transition: all 0.3s ease-in-out; }
  .newsletter-link a:hover {
    border-bottom: none; }
    .newsletter-link a:hover:after {
      right: -35px; }

.frame-font-red [data-mailto-token]:after {
  background: url("../../Images/arrow-red.svg"); }

footer [data-mailto-token] {
  position: relative;
  color: #12462A; }
  footer [data-mailto-token]:after {
    content: '';
    position: absolute;
    background: url("../../Images/arrow-white.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    top: 8px;
    transition: all 0.3s ease-in-out; }
  footer [data-mailto-token]:hover {
    color: #12462A; }
    footer [data-mailto-token]:hover:after {
      right: -35px; }

footer .newsletter-link a {
  position: relative;
  color: #12462A; }
  footer .newsletter-link a:after {
    content: '';
    position: absolute;
    background: url("../../Images/arrow-white.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    top: 8px;
    transition: all 0.3s ease-in-out; }
  footer .newsletter-link a:hover {
    color: #12462A; }
    footer .newsletter-link a:hover:after {
      right: -35px; }

.products-headline {
  color: #12462A !important;
  text-align: left;
  margin-top: 15px; }
  @media screen and (max-width: 575.9px) {
    .products-headline {
      padding-right: 30px !important; } }
  .products-headline span {
    position: relative; }
    .products-headline span:after {
      content: '';
      position: absolute;
      background: url("../../Images/arrow.svg");
      width: 20px;
      height: 9px;
      display: block;
      background-position: right;
      background-repeat: no-repeat;
      background-size: 20px 9px;
      right: -30px;
      top: 14px;
      transition: all 0.3s ease-in-out; }
      @media screen and (max-width: 575.9px) {
        .products-headline span:after {
          top: 11px; } }

a.products-headline span:after {
  top: 8px; }
  @media screen and (max-width: 575.9px) {
    a.products-headline span:after {
      top: 8px; } }

.frame-small-paddings {
  padding-left: 7vw;
  padding-right: 7vw; }

.frame-background-beige {
  background: #E8E4DE; }

.frame-background-yellow {
  background: #F7F4E1; }
  .frame-background-yellow h1, .frame-background-yellow h2, .frame-background-yellow h3, .frame-background-yellow h4, .frame-background-yellow h5 {
    color: #12462A; }

h1, h2, h3, h4, h5 {
  color: #12462A; }

@media screen and (max-width: 767.9px) {
  .mobile-margin-bottom-3 {
    margin-bottom: 40px; } }

/* Set the size of the div element that contains the map */
#map {
  height: 650px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

.vollkorn {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif; }
  .vollkorn em {
    font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif !important; }
  .vollkorn a {
    font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif; }

.frame-font-red .vollkorn {
  color: #AF0000; }
  .frame-font-red .vollkorn a {
    color: #AF0000; }
    .frame-font-red .vollkorn a:hover {
      color: #AF0000;
      border-bottom: 1px solid #AF0000; }

.frame-font-20 div, .frame-font-20 span, .frame-font-20 a, .frame-font-20 p, .frame-font-20 article {
  font-size: 20px;
  font-family: "Barlow Regular", Arial, Helvetica, serif; }

.frame-font-20 .vollkorn {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif; }

.frame-font-20 .font-28,
.font-28 {
  font-size: 28px;
  line-height: 1; }
  .frame-font-20 .font-28 a, .frame-font-20 .font-28 p, .frame-font-20 .font-28 h1, .frame-font-20 .font-28 h2, .frame-font-20 .font-28 h3, .frame-font-20 .font-28 h4, .frame-font-20 .font-28 span, .frame-font-20 .font-28 div,
  .font-28 a,
  .font-28 p,
  .font-28 h1,
  .font-28 h2,
  .font-28 h3,
  .font-28 h4,
  .font-28 span,
  .font-28 div {
    font-size: 28px; }

.mask-element div {
  color: #12462A; }

.p-00 p {
  margin-bottom: 0px; }

.frame-font-red a, .frame-font-red p, .frame-font-red h1, .frame-font-red h2, .frame-font-red h3, .frame-font-red h4, .frame-font-red span, .frame-font-red div {
  color: #AF0000 !important; }

.frame-violett-beige {
  background: #F0EEEA; }

.beautiful-pdf, .beautiful-pdf a {
  font-size: 20px;
  font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }

.touch-me-and-you-will-see .arrow:hover .link-berno:after {
  top: 10px; }

.touch-me-and-you-will-see .arrow.collapsed .link-berno:after {
  transform: rotate(90deg); }

.touch-me-and-you-will-see .arrow .link-berno:after {
  transform: rotate(270deg); }

.link-berno {
  position: relative;
  display: inline-block; }
  .link-berno:after {
    position: absolute;
    content: '';
    background: url("../../Images/arrow.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -38px;
    transform: rotate(90deg);
    top: 10px;
    transition: all 0.3s ease-in-out; }
  .link-berno:hover:after {
    top: 15px; }
  .link-berno.collapsed:after {
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg); }

.link-berno-ok {
  position: relative;
  display: inline-block;
  border-bottom: none !important; }
  .link-berno-ok:after {
    position: absolute;
    content: '';
    background: url("../../Images/arrow.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    transform: rotate(0deg);
    top: 10px;
    transition: all 0.3s ease-in-out; }
  .link-berno-ok:focus {
    border-bottom: none !important; }
  .link-berno-ok:hover {
    border-bottom: none !important; }
    .link-berno-ok:hover:after {
      right: -35px; }

.beautiful-pdf {
  padding-left: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #12462A;
  margin-bottom: 15px;
  position: relative; }
  .beautiful-pdf a:after {
    position: absolute;
    content: '';
    background: url("../../Images/arrow.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: 8px;
    transform: rotate(90deg);
    top: 10px;
    transition: all 0.3s ease-in-out; }
  .beautiful-pdf:hover:after {
    top: 15px; }
  .beautiful-pdf:hover a {
    text-decoration: none !important;
    border-bottom: none !important; }
  .beautiful-pdf a {
    text-decoration: none;
    border-bottom: none; }

@media screen and (max-width: 767.9px) {
  .certficate .beautiful-pdf {
    padding-right: 10px; } }

.no-link:hover {
  border-bottom: none !important;
  text-decoration: none !important; }

.frame-font-20 .vollkorn {
  line-height: 1.2; }

.vollkorn {
  line-height: 1.2; }
  .vollkorn em {
    font-family: "Vollkorn Semi Bold Italic", Arial, Helvetica, sans-serif; }

.line-1-2 {
  line-height: 1.2; }
  .line-1-2 p {
    line-height: 1.2; }

.red-font {
  color: #AF0000; }
  .red-font p, .red-font a, .red-font div, .red-font span {
    color: #AF0000; }

.barlow-medium {
  font-family: "Barlow Medium", Arial, Helvetica, sans-serif; }
  .barlow-medium p, .barlow-medium a, .barlow-medium div, .barlow-medium span {
    font-family: "Barlow Medium", Arial, Helvetica, sans-serif; }

.font-60 {
  font-size: 60px; }
  .font-60 div, .font-60 span, .font-60 p, .font-60 a, .font-60 h1, .font-60 h2, .font-60 h3, .font-60 h4, .font-60 h5 {
    font-size: 60px; }
  @media screen and (max-width: 767.9px) {
    .font-60 {
      font-size: 40px; }
      .font-60 div, .font-60 span, .font-60 p, .font-60 a, .font-60 h1, .font-60 h2, .font-60 h3, .font-60 h4, .font-60 h5 {
        font-size: 40px; } }

/*.line-holder {
  @media screen and (max-width: $md){
    display: none;
  }
}*/
.line-height-01 {
  line-height: 1; }

.line-height-07 {
  line-height: .7; }
  .line-height-07 div, .line-height-07 span, .line-height-07 p, .line-height-07 a, .line-height-07 h1, .line-height-07 h2, .line-height-07 h3, .line-height-07 h4, .line-height-07 h5 {
    line-height: .7; }

@media screen and (max-width: 767.9px) {
  .pe-mobile-0 {
    padding-right: 0px; } }

.year-man .line-holder:after {
  width: 100%;
  right: 10px;
  content: '';
  position: absolute;
  right: 10px;
  left: 15px;
  top: 21px;
  background-color: #12462A;
  height: 2px;
  display: block;
  width: 88%; }
  @media screen and (max-width: 767.9px) {
    .year-man .line-holder:after {
      top: 12px; } }

.berno-accordion {
  padding-top: 3vw; }

.frame-layout-8 {
  margin-top: 15px; }
  .frame-layout-8 div, .frame-layout-8 span, .frame-layout-8 p, .frame-layout-8 h1, .frame-layout-8 h2, .frame-layout-8 h3, .frame-layout-8 h4, .frame-layout-8 h5, .frame-layout-8 h6 {
    font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }
  .frame-layout-8 a {
    font-family: "Barlow Regular", Arial, Helvetica, serif;
    font-size: 20px; }
  .frame-layout-8 h3 {
    margin-bottom: 0px; }

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

footer:hover [data-mailto-token] {
  border-bottom: none; }

#navbar-filter ul {
  list-style-type: none;
  padding-left: 0px; }

.scroll.active {
  color: #AF0000; }

.all-fixed-classes {
  left: 0px;
  right: 0px;
  width: 100%; }

.menu-filter {
  background: #F9F2E1;
  padding-top: 1.1vw;
  padding-bottom: 1.25vw; }

.wrapper-filter-menu {
  height: 65px; }

.font-red {
  color: #AF0000; }

@media screen and (max-width: 767.9px) {
  .wrapper-filter-menu {
    display: none; } }

.languages {
  display: flex;
  list-style-type: none;
  position: absolute;
  left: 0px;
  padding-top: 12px;
  /*@media screen and (min-width: $xl){
    top: 37%;
  }*/ }
  @media screen and (min-width: 1199.9px) {
    .languages {
      padding-top: 0px; } }

.pl-35 {
  padding-left: 22px !important; }

.lang-item {
  padding-right: 15px; }
  .lang-item.active a {
    font-family: "Barlow Semi Bold", Arial, Helvetica, sans-serif; }

.z-index-99 {
  z-index: 99999; }

.z-index-9 {
  z-index: 9; }

.dropdown-menu {
  width: 20px;
  min-width: 44px; }

.nobutton {
  border: none;
  background-color: transparent; }

.dropdown-menu.show {
  border: none;
  left: -10px; }

@media screen and (max-width: 1199.9px) {
  .navbar-toggler {
    align-self: end;
    align-items: end; } }

@media screen and (max-width: 1199.9px) {
  .languages {
    top: -4px; } }

@media screen and (max-width: 767.9px) {
  .p-mobile-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media screen and (max-width: 767.9px) {
  .p-mobile-0-img img {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media screen and (max-width: 575.9px) {
  .p-mobile-4 {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 767.9px) {
  .p-mobile-4-tb {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media screen and (max-width: 575.9px) {
  .menu-footer ul {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; } }

@media screen and (max-width: 575.9px) {
  .menu-footer li {
    padding-bottom: 15px; } }

@media screen and (max-width: 575.9px) {
  .impressum {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px; } }

@media screen and (max-width: 575.9px) {
  .mb-mobile-0 {
    margin-bottom: 0px; } }

@media screen and (max-width: 575.9px) {
  .pb-mobile-4 {
    padding-bottom: 4vw; } }

@media screen and (max-width: 575.9px) {
  .pe-notmobile-0 {
    margin-bottom: 4vw; } }

@media screen and (min-width: 575.9px) {
  .pe-notmobile-0 {
    padding-block-end: 0px; } }

@media screen and (max-width: 767.9px) {
  .font-mobile-18 div, .font-mobile-18 a, .font-mobile-18 span, .font-mobile-18 h1, .font-mobile-18 h2, .font-mobile-18 p, .font-mobile-18 h3, .font-mobile-18 h4, .font-mobile-18 h5 {
    font-size: 18px; } }

.pr-20px {
  padding-right: 27px; }

.image-home-change-me {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.logo-on-your-face {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 99; }

#mc_embed_signup .button {
  font-size: 18px !important;
  background: transparent !important;
  padding: 0px !important;
  color: #12462A !important;
  border-radius: 0px !important;
  margin-right: 0px !important; }

#mc_embed_signup .send {
  width: max-content;
  width: fit-content;
  position: relative !important; }
  #mc_embed_signup .send:before {
    content: "" !important;
    position: absolute !important;
    width: 100%;
    height: 1px;
    background: #12462A;
    top: 26px; }
  #mc_embed_signup .send:after {
    content: "" !important;
    position: absolute !important;
    background: url("../../Images/arrow.svg") !important;
    width: 20px !important;
    height: 9px !important;
    display: block !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: 20px 9px !important;
    right: -30px !important;
    top: 11px !important;
    transition: all 0.3s ease-in-out !important; }
  #mc_embed_signup .send:hover {
    border-bottom: none !important; }
    #mc_embed_signup .send:hover:after {
      right: -35px !important; }

#mc_embed_signup ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #12462A !important;
  opacity: 1;
  /* Firefox */ }

#mc_embed_signup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #12462A !important; }

#mc_embed_signup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #12462A !important; }

.img-100 img {
  width: 100%;
  height: auto;
  height: auto; }

.news-list-view .header h3 {
  position: relative;
  display: inline-block; }
  .news-list-view .header h3:after {
    content: '';
    position: absolute;
    background: url("../../Images/arrow.svg");
    width: 20px;
    height: 9px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 9px;
    right: -30px;
    top: 10px;
    transition: all 0.3s ease-in-out; }

.news-list-view .topnews .header h3:after {
  background: url("../../Images/arrow-red.svg"); }

.news-list-view .article {
  margin-bottom: 30px; }
  .news-list-view .article:hover h3:after {
    right: -35px; }

.topnews h3 {
  color: #AF0000; }
  .topnews h3:hover {
    color: #AF0000 !important; }

.topnews p {
  color: #AF0000; }

.image-embed-item {
  width: 100%;
  height: auto; }

.news-img-wrap img {
  width: 100% !important;
  height: auto !important; }

.image-mb-3 img {
  margin-bottom: 30px; }

.news-backlink-wrap {
  margin-top: 30px; }
  .news-backlink-wrap a {
    position: relative; }
    .news-backlink-wrap a:after {
      content: "" !important;
      position: absolute !important;
      background: url("../../Images/arrow.svg") !important;
      width: 20px !important;
      height: 9px !important;
      display: block !important;
      background-position: right !important;
      background-repeat: no-repeat !important;
      background-size: 20px 9px !important;
      right: -30px !important;
      top: 8px !important;
      transition: all 0.3s ease-in-out !important; }
    .news-backlink-wrap a:hover {
      border-bottom: none !important; }
      .news-backlink-wrap a:hover:after {
        right: -35px !important; }

@media screen and (max-width: 767.9px) {
  .news .article .news-img-wrap {
    margin-right: 0px !important; } }

.frame-type-text ul, li, a {
  color: #12462A; }

.button-shop {
  transform: rotate(-13deg);
  transition: all 0.3s ease-in-out;
  top: 50px;
  right: 15%; }
  .button-shop img {
    width: 130px;
    height: 130px; }
  .button-shop:hover {
    transform: rotate(-5deg); }
  @media screen and (max-width: 991.9px) {
    .button-shop {
      right: 0px; } }
  @media screen and (max-width: 991.9px) {
    .button-shop img {
      width: 120px;
      height: 120px; } }
  @media screen and (max-width: 575.9px) {
    .button-shop {
      top: 16px;
      right: 16px; }
      .button-shop img {
        width: 90px;
        height: 90px; } }

.navbar {
  z-index: 99; }

.lang-item a {
  transition: all 0.3s ease-in-out;
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
  color: #12462A; }

.lang-item.active a {
  font-family: "Vollkorn Semi Bold", Arial, Helvetica, sans-serif;
  color: #AF0000; }

.lang-item a:hover {
  color: #AF0000 !important; }

.languages {
  z-index: 99; }

::selection {
  background: #12462A;
  color: #ffb3b3; }

footer .lang-item.active a {
  border-bottom: 1px solid white; }

footer .lang-item a:hover {
  color: white !important; }

footer .lang-item:hover a {
  color: white !important; }

.newsletter-link a[id] {
  display: none; }

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