@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
body {
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #78614C;
  line-height: 1.45;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1,
.newsletter-overlay h2 {
  font-size: 26px;
  margin: 0 0 8px;
}

h1 + h2,
h3.karriere,
.news-single .teaser-text {
  color: #9C8B79;
  font-size: 18px;
  line-height: 105%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h1 + h2,
  h3.karriere,
  .news-single .teaser-text {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) {
  h1 + h2,
  h3.karriere,
  .news-single .teaser-text {
    font-size: 17px;
    margin: 0 0 17px;
  }
}
@media (min-width: 1200px) {
  h1 + h2,
  h3.karriere,
  .news-single .teaser-text {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

h3.karriere {
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  margin: 28px 0 8px;
}

h2,
h2.default {
  color: #78614C;
  font-size: 21px;
  margin: 30px 0 6px;
}

h3 {
  font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 12px 0 6px;
}

p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 12px;
  }
}

main ul {
  padding: 0 0 0 15px;
  list-style: none;
  position: relative;
}
main ul li:before {
  content: "–";
  display: inline-block;
  position: absolute;
  left: 1px;
}

b,
strong {
  font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.text-muted {
  color: #9C8B79 !important;
}

a {
  color: #78614C;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
}
a:hover, a.hover {
  color: #BEB2A7;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
}

.btn-alc,
.btn-primary,
.cr_form button {
  background: #78614c;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 4px 15px 5px;
  font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 12px;
  transition: background-color ease-in-out 0.2s;
}
.btn-alc:hover, .btn-alc:focus, .btn-alc:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.cr_form button:hover,
.cr_form button:focus,
.cr_form button:active {
  color: #fff;
  background: #beb2a7;
  box-shadow: none;
  transition: background-color ease-in-out 0.2s;
}
.btn-alc.btn-linkedin, .btn-alc.btn-xing, .btn-alc.btn-x,
.btn-primary.btn-linkedin,
.btn-primary.btn-xing,
.btn-primary.btn-x,
.cr_form button.btn-linkedin,
.cr_form button.btn-xing,
.cr_form button.btn-x {
  font-size: 0;
  padding: 8px;
}
.btn-alc.btn-linkedin:before, .btn-alc.btn-xing:before, .btn-alc.btn-x:before,
.btn-primary.btn-linkedin:before,
.btn-primary.btn-xing:before,
.btn-primary.btn-x:before,
.cr_form button.btn-linkedin:before,
.cr_form button.btn-xing:before,
.cr_form button.btn-x:before {
  content: "";
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-alc.btn-linkedin:before,
.btn-primary.btn-linkedin:before,
.cr_form button.btn-linkedin:before {
  background-image: url(../Images/LinkedIn.svg);
}
.btn-alc.btn-xing:before,
.btn-primary.btn-xing:before,
.cr_form button.btn-xing:before {
  background-image: url(../Images/Xing.svg);
}
.btn-alc.btn-x:before,
.btn-primary.btn-x:before,
.cr_form button.btn-x:before {
  background-image: url(../Images/X.svg);
}
.btn-alc.your-contact,
.btn-primary.your-contact,
.cr_form button.your-contact {
  margin-top: 12px;
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
@media (min-width: 768px) {
  main.home .left {
    width: 240px;
  }
}
@media (min-width: 992px) {
  main.home .left {
    width: 275px;
  }
}
@media (min-width: 1200px) {
  main.home .left {
    width: 290px;
  }
}
@media (min-width: 768px) {
  main.home .right {
    position: relative;
    margin-top: 50px;
    width: calc(100% - 240px);
  }
}
@media (min-width: 992px) {
  main.home .right {
    margin-top: 40px;
    width: calc(100% - 275px);
  }
}
@media (min-width: 1200px) {
  main.home .right {
    margin-top: 30px;
    width: calc(100% - 290px);
  }
}
@media (min-width: 768px) {
  main.default {
    min-height: 680px;
  }
}
@media (min-width: 992px) {
  main.default {
    min-height: 755px;
  }
}
@media (min-width: 1200px) {
  main.default {
    min-height: 800px;
  }
}
@media (min-width: 768px) {
  main.default .left {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  main.default .left {
    width: 365px;
  }
}
@media (min-width: 1200px) {
  main.default .left {
    width: 410px;
  }
}
@media (min-width: 992px) {
  main.default .right {
    width: 54%;
  }
}
@media (min-width: 1200px) {
  main.default .right {
    width: 56%;
  }
}
@media (min-width: 768px) {
  main.text-left-Page-images-right .left {
    width: 60%;
  }
}
@media (min-width: 768px) {
  main.text-left-Page-images-right .right {
    width: 40%;
  }
}
main .left .sidebar-content .image-page,
main .left .sidebar-images .image-page {
  margin: 0 0 60px;
  background: #78614C;
}
main .left .sidebar-content .image-page img,
main .left .sidebar-images .image-page img {
  border: 8px solid white;
  margin: 20px 0 -40px 22px;
  max-width: 190px;
}
@media (min-width: 768px) {
  main .left {
    width: 50%;
    float: left;
    position: relative;
  }
  main .left .sidebar-bg {
    background: #f8f5ea url(../Images/balken_top.svg) no-repeat;
    position: absolute;
    height: 100%;
    width: 240px;
  }
  main .left .sidebar-content,
  main .left .sidebar-images {
    position: relative;
    margin-top: 145px;
    margin-left: 35px;
    margin-bottom: 90px;
  }
  main .left .sidebar-content .image-category,
  main .left .sidebar-images .image-category {
    position: relative;
  }
  main .left .sidebar-content .image-category img,
  main .left .sidebar-images .image-category img {
    border: 10px solid white;
    max-width: 215px;
  }
  main .left .sidebar-content .image-page,
  main .left .sidebar-images .image-page {
    margin: 0;
    background: white;
    border: 10px solid white;
    position: absolute;
    top: -30px;
    left: 80px;
  }
  main .left .sidebar-content .image-page img,
  main .left .sidebar-images .image-page img {
    max-width: 150px;
    margin: 0;
    border: none;
  }
  main .left .sidebar-content {
    padding: 24px 28px;
    background: white;
  }
}
@media (min-width: 992px) {
  main .left {
    width: 50%;
  }
  main .left .sidebar-bg {
    width: 275px;
  }
  main .left .sidebar-content,
  main .left .sidebar-images {
    margin-left: 70px;
  }
  main .left .sidebar-content .image-category img,
  main .left .sidebar-images .image-category img {
    max-width: 250px;
  }
  main .left .sidebar-content .image-page,
  main .left .sidebar-images .image-page {
    left: 100px;
  }
  main .left .sidebar-content .image-page img,
  main .left .sidebar-images .image-page img {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  main .left {
    width: 50%;
  }
  main .left .sidebar-bg {
    width: 290px;
  }
  main .left .sidebar-content,
  main .left .sidebar-images {
    margin-left: 70px;
  }
  main .left .sidebar-content .image-category img,
  main .left .sidebar-images .image-category img {
    max-width: 270px;
  }
  main .left .sidebar-content .image-page,
  main .left .sidebar-images .image-page {
    left: 120px;
  }
  main .left .sidebar-content .image-page img,
  main .left .sidebar-images .image-page img {
    max-width: 196px;
  }
}
@media (min-width: 768px) {
  main .right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  main .right {
    margin-top: 60px;
  }
}

@media (min-width: 375px) {
  .col-contact {
    float: left;
    width: 50%;
  }
}
main .frame-type-menu_subpages.frame-layout-0 ul {
  padding: 0;
}
main .frame-type-menu_subpages.frame-layout-0 ul li {
  position: relative;
  left: 15px;
  margin-bottom: 6px;
}
main .frame-type-menu_subpages.frame-layout-0 ul li:before {
  content: "";
  background-image: url(../Images/ALC-List-Arrow.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
  margin-left: -15px;
  top: 8px;
}
main .frame-type-menu_subpages.frame-layout-0 ul li:first-of-type {
  display: none;
}
main .frame-type-menu_subpages.frame-layout-1 {
  /*
  @media (min-width: 768px) {
    height: 870px;
  }
  @media (min-width: 992px) {
    height: 900px;
  }
  @media (min-width: 1200px) {
    height: 1010px;
  }
  */
}
main .frame-type-menu_subpages.frame-layout-1 ul {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  main .frame-type-menu_subpages.frame-layout-1 ul {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    width: 50%;
    float: left;
  }
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(odd) img {
    border-width: 10px 5px 0 0;
    border-style: solid;
    border-color: white;
  }
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(even) img {
    border-width: 10px 0 0 5px;
    border-style: solid;
    border-color: white;
  }
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(odd) a img,
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(odd) a .overlay {
    border-width: 10px 5px 0 0;
    border-style: solid;
    border-color: white;
  }
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(even) a img,
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(even) a .overlay {
    border-width: 10px 0 0 5px;
    border-style: solid;
    border-color: white;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    position: absolute;
    width: 170px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    width: 196px;
  }
}
main .frame-type-menu_subpages.frame-layout-1 ul li:before {
  display: none;
}
main .frame-type-menu_subpages.frame-layout-1 ul li a {
  display: block;
  position: relative;
  background: #fff;
}
main .frame-type-menu_subpages.frame-layout-1 ul li a img {
  display: block;
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li a img {
    border: 10px solid white;
  }
}
main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(120, 97, 76, 0.9);
  color: white;
  text-align: center;
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 10px;
  border: 10px solid white;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay {
    opacity: 1;
  }
}
main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  line-height: 1.2;
}
main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay span strong {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay span strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay span strong {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li a .overlay span strong {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
main .frame-type-menu_subpages.frame-layout-1 ul li a:hover .overlay, main .frame-type-menu_subpages.frame-layout-1 ul li a.hover .overlay {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    top: 0px;
    left: 140px;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    top: 0px;
    left: 190px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li {
    top: 0px;
    left: 290px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(2) {
    top: 100px;
    left: 0;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(2) {
    top: 100px;
    left: 45px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(2) {
    top: 110px;
    left: 124px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(3) {
    top: 156px;
    left: 185px;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(3) {
    top: 161px;
    left: 235px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(3) {
    top: 181px;
    left: 340px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(4) {
    top: 256px;
    left: 45px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(4) {
    top: 261px;
    left: 90px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(4) {
    top: 291px;
    left: 174px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(5) {
    top: 360px;
    left: 185px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(5) {
    top: 322px;
    left: 255px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(5) {
    top: 362px;
    left: 360px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(6) {
    top: 412px;
    left: 0px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(6) {
    top: 422px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(6) {
    top: 472px;
    left: 104px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(7) {
    top: 516px;
    left: 160px;
    z-index: 6;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(7) {
    top: 483px;
    left: 195px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(7) {
    top: 543px;
    left: 290px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(8) {
    top: 568px;
    left: 25px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(8) {
    top: 583px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(8) {
    top: 653px;
    left: 129px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(9) {
    top: 671px;
    left: 185px;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(9) {
    top: 624px;
    left: 250px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(9) {
    top: 714px;
    left: 340px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(10) {
    top: 724px;
    left: 45px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(10) {
    top: 744px;
    left: 95px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul li:nth-child(10) {
    top: 834px;
    left: 170px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 li {
    position: absolute;
    width: 320px;
    left: 30px;
    top: 145px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 li {
    width: 370px;
    left: 105px;
    top: 90px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 li {
    width: 430px;
    left: 130px;
    top: 70px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 {
    min-height: 0px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 {
    min-height: 0px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-1 {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-2 {
    min-height: 0px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-2 {
    min-height: 0px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-2 {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-3 {
    min-height: 291px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-3 {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-3 {
    min-height: 340px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-4 {
    min-height: 392px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-4 {
    min-height: 401px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-4 {
    min-height: 451px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-5 {
    min-height: 495px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-5 {
    min-height: 461px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-5 {
    min-height: 521px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-6 {
    min-height: 547px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-6 {
    min-height: 562px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-6 {
    min-height: 632px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-7 {
    min-height: 651px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-7 {
    min-height: 622px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-7 {
    min-height: 703px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-8 {
    min-height: 704px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-8 {
    min-height: 723px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-8 {
    min-height: 813px;
  }
}
@media (min-width: 768px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-9 {
    min-height: 805px;
  }
}
@media (min-width: 992px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-9 {
    min-height: 755px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-menu_subpages.frame-layout-1 ul.images-9 {
    min-height: 875px;
  }
}
@media (min-width: 768px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li {
    position: absolute;
    width: 195px;
  }
}
@media (min-width: 992px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li {
    width: 290px;
  }
}
@media (min-width: 768px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-1 {
    position: absolute;
    left: 0px;
    top: 75px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-1 {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-1 {
    left: 60px;
    top: 0px;
  }
}
@media (min-width: 768px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-2 {
    left: 90px;
    top: 220px;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-2 {
    left: 122px;
    top: 190px;
  }
}
@media (min-width: 1200px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li.image-2 {
    left: 164px;
    top: 180px;
  }
}
main .frame-type-page_images.frame-layout-1 ul.images-2 li img {
  display: block;
}
@media (min-width: 768px) {
  main .frame-type-page_images.frame-layout-1 ul.images-2 li img {
    border: 10px solid white;
  }
}
main .frame-type-page_images.frame-layout-1 ul.images-2 li:before {
  display: none;
}

.frame-type-text.frame-layout-100 {
  padding-top: 6px;
}
.frame-type-text.frame-layout-100 a.collapse {
  display: block;
  margin: 0;
}
.frame-type-text.frame-layout-100 a.collapse h1,
.frame-type-text.frame-layout-100 a.collapse h2 {
  margin-top: 20px;
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.frame-type-text.frame-layout-100 a.collapse h3 {
  margin-top: 0;
  font-weight: 400;
}
.frame-type-text.frame-layout-100 div.collapse p:last-of-type,
.frame-type-text.frame-layout-100 div.collapsing p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .frame-type-text.frame-layout-100 div.collapse p:last-of-type,
  .frame-type-text.frame-layout-100 div.collapsing p:last-of-type {
    padding-bottom: 12px;
  }
}

.newsletter-overlay {
  position: fixed;
  width: 100vw;
  opacity: 1;
  transition: opacity 0.4s ease-in-out 25s, z-index 0s ease-in-out 24.5s;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(120, 97, 76, 0.4);
  font-size: 15px;
}
.newsletter-overlay .cr_form button {
  margin-bottom: 0;
}

.newsletter-overlay-hide {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out, z-index 0s ease-in-out 0.3s;
}

.newsletter-overlay-inner {
  position: absolute;
  max-width: 363px;
  background: #fff;
  padding: 30px 30px 10px;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.newsletter-overlay-close {
  content: "✕";
  font-size: 20px;
  font-weight: bold;
  top: 15px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}

.frame-type-bullets.frame-layout-0 dl {
  margin: 30px 0 6px;
}
.frame-type-bullets.frame-layout-0 dl dt {
  font-weight: 400;
  font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
}
.frame-type-bullets.frame-layout-0 dl dd {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.parallax {
  min-height: 180px;
  margin: 18px 0 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax:last-of-type {
  margin-bottom: 0;
}

.teaser-image {
  margin: 40px 0 50px;
  background: #78614C;
}
.teaser-image img {
  border: 8px solid white;
  margin: 20px 0 -40px 22px;
  max-width: 190px;
}
@media (min-width: 768px) {
  .teaser-image {
    display: none;
  }
}

.teaser {
  position: relative;
}
@media (min-width: 768px) {
  .teaser.teaser-50, .teaser.teaser-51, .teaser.teaser-52, .teaser.teaser-53, .teaser.teaser-54 {
    position: absolute;
  }
}
.teaser.teaser-50 {
  background: #78614C;
  color: white;
  text-align: center;
  padding: 24px;
  margin-bottom: 24px;
}
.teaser.teaser-50 img {
  margin: 10px 0;
}
.teaser.teaser-50 p {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .teaser.teaser-50 {
    width: 240px;
    padding: 35px 10px 25px;
    top: 225px;
    left: 30px;
    z-index: 0;
    margin: 0;
  }
  .teaser.teaser-50 img {
    padding: 0 20px;
    margin: 0 0 18px;
  }
  .teaser.teaser-50 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .teaser.teaser-50 {
    width: 300px;
    padding: 38px 30px 37px;
    top: 268px;
    left: 105px;
  }
}
@media (min-width: 1200px) {
  .teaser.teaser-50 {
    width: 370px;
    padding: 45px 35px 35px;
    top: 330px;
    left: 130px;
  }
  .teaser.teaser-50 img {
    padding: 0;
  }
  .teaser.teaser-50 p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html:lang(en) .teaser.teaser-50 img {
    margin: 18px 0 16px;
  }
  html:lang(en) .teaser.teaser-50 p {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .teaser.teaser-51 {
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .teaser.teaser-51 {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .teaser.teaser-51 {
    width: 450px;
    top: 0px;
    left: -55px;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .teaser.teaser-51 {
    width: 540px;
    top: 0px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .teaser.teaser-51 {
    width: 670px;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .teaser.teaser-52, .teaser.teaser-53, .teaser.teaser-54 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .teaser.teaser-52 {
    width: 195px;
    top: 418px;
    left: 0px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .teaser.teaser-52 {
    width: 210px;
    top: 460px;
    left: 55px;
  }
}
@media (min-width: 1200px) {
  .teaser.teaser-52 {
    width: 260px;
    top: 560px;
    left: 70px;
  }
}
@media (min-width: 768px) {
  .teaser.teaser-53 {
    width: 205px;
    top: 395px;
    left: 235px;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .teaser.teaser-53 {
    width: 230px;
    top: 411px;
    left: 390px;
  }
}
@media (min-width: 1200px) {
  .teaser.teaser-53 {
    width: 270px;
    top: 508px;
    left: 455px;
  }
}
@media (min-width: 768px) {
  .teaser.teaser-54 {
    width: 170px;
    top: 200px;
    left: 289px;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .teaser.teaser-54 {
    width: 210px;
    top: 230px;
    left: 455px;
  }
}
@media (min-width: 1200px) {
  .teaser.teaser-54 {
    width: 250px;
    top: 290px;
    left: 580px;
  }
}
.teaser a {
  display: block;
  position: relative;
  background: #fff;
}
.teaser a img {
  display: block;
}
@media (min-width: 768px) {
  .teaser a img {
    border: 10px solid white;
  }
}
.teaser a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(120, 97, 76, 0.9);
  color: white;
  text-align: center;
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 10px;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .teaser a .overlay {
    border: 10px solid white;
  }
}
.teaser a .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  line-height: 1.2;
}
.teaser a .overlay span strong {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .teaser a .overlay span strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .teaser a .overlay span strong {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .teaser a .overlay span strong {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.teaser a:hover .overlay, .teaser a.hover .overlay {
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
@media (min-width: 1200px) {
  .teaser.teaser-51 a .overlay span {
    font-size: 17px;
    width: 70%;
  }
}

.anecdote h3 {
  margin: 30px 0 5px;
  font-weight: normal;
  font-size: 18px;
}
.anecdote .anecdote-image {
  margin: 4px 0 10px 25px;
}
.anecdote .anecdote-image img {
  max-width: 100px;
  height: auto;
}
.anecdote .name {
  margin-top: -10px;
}

.animation-15y {
  margin: 0 0 30px;
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
.news .news-list-view .article {
  padding-bottom: 0;
  margin-bottom: 0;
  /*
  position: relative;
  left: 15px;
  &:before {
      content: "";
      display: inline-block;
      position: absolute;
      background-image: url(../Images/ALC-List-Arrow.svg);
      background-repeat: no-repeat;
      width: 11px;
      height: 10px;
      margin-left: -15px;
      left: 1px;
      top: 5px;
  }
  */
}
.news .news-list-view .article.office-feed h3 {
  margin-bottom: 2px;
}
.news .news-list-view .article.office-feed .teaser-text a {
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.news .news-list-view .article .teaser-text {
  margin: 0;
}
.news .news-list-view .article .teaser-text .news-list-date {
  margin-right: 10px;
}
.news .news-list-view .article .teaser-text p:last-child {
  margin-bottom: 0;
}
.news .news-single .article .webinar.news-text-wrap a {
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.news.news-single .article {
  padding-bottom: 30px;
}
.news.news-single .article p:last-child {
  margin-bottom: 0;
}
.news.news-single .article .teaser-text {
  margin: 0 0 30px;
}
.news.news-single .article .news-text-wrap {
  margin-bottom: 0;
}
.news .news-backlink-wrap {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .news .news-backlink-wrap {
    position: absolute;
    margin-top: 59px;
  }
}
.news .news-backlink-wrap a {
  font-family: "Source Sans Pro Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
/* 
##############################
#### Webinar Registration ####
##############################
*/
.tx-powermail .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tx-powermail .container-fluid form {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .tx-powermail .container-fluid .form-horizontal .control-label {
    text-align: left;
  }
}
.tx-powermail .powermail_fieldset .powermail_checkbox {
  margin-right: 0.5em;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  margin: 0;
  background: none;
  border: 0;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list > li {
  padding-left: 0;
}
.tx-powermail .powermail_fieldset .powermail-errors-list {
  margin: 0;
  background: none;
  border: 0;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li {
  background: none;
  padding-left: 0;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li:before {
  display: none;
}
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
  border-radius: 4px;
}

label .mandatory {
  margin-left: 0.25em;
}

.checkbox.powermail_field_error label,
.radio.powermail_field_error label {
  padding: 12px 15px 5px 15px;
}

.form-control:focus {
  border-color: #BEB2A7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
.cr_form {
  margin: 20px 0;
}

.cr_form label {
  display: block;
}

.cr_form .recaptcha_button {
  display: inline-block;
  cursor: pointer;
  background: #78614c;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 4px 15px 5px;
  font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 12px;
  transition: background-color ease-in-out 0.2s;
}
.cr_form .recaptcha_button:hover, .cr_form .recaptcha_button:focus, .cr_form .recaptcha_button:active {
  color: #fff;
  background: #beb2a7;
  box-shadow: none;
  transition: background-color ease-in-out 0.2s;
}

.cr_form input[type=email] {
  display: block;
  width: 302px;
  max-width: 302px;
  padding: 7px 10px;
  border: 1px solid #ccc;
}

.cr_form input[type=email]:focus {
  background: #f8f5ea;
  outline: none;
  border: 1px solid #ccc;
}

.has-error input[type=email] {
  border: 1px solid rgb(193, 27, 27);
  outline: 0;
}

.has-error:after {
  content: "Bitte geben Sie eine gültige E-Mail Adresse ein.";
  color: rgb(193, 27, 27);
  left: 0;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.has-error-en:after {
  content: "Please enter a valid mail address.";
  color: rgb(193, 27, 27);
  left: 0;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.g-recaptcha {
  margin: 1em 0;
}

body {
  height: inherit !important;
  overflow: visible !important;
}

#usercentrics-root .eUpkeJ .dWzdfH {
  height: inherit;
}

:host(.dWzdfH) {
  border: 1px solid orange;
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
header.sticky-top {
  background: white;
}

.navbar {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .navbar {
    padding: 25px 0 15px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 230px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    max-width: 255px;
    margin: 7px 10px 0;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    max-width: 270px;
    margin: 3px 10px 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    background: white;
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    top: 12px;
  }
  .navbar .navbar-toggler:focus {
    outline: none;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .navbar .navbar-toggler .navbar-toggler-icon .lines {
    width: 20px;
    height: 3px;
    background: #78614C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .navbar .navbar-toggler .navbar-toggler-icon .lines:before, .navbar .navbar-toggler .navbar-toggler-icon .lines:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #78614C;
    transition: 0.3s;
  }
  .navbar .navbar-toggler .navbar-toggler-icon .lines:before {
    top: -6px;
    left: 0;
  }
  .navbar .navbar-toggler .navbar-toggler-icon .lines:after {
    top: 6px;
    left: 0;
  }
  .navbar .navbar-toggler .navbar-toggler-icon.active .lines {
    background: rgba(255, 255, 255, 0);
  }
  .navbar .navbar-toggler .navbar-toggler-icon.active .lines:before {
    top: 0;
    transform: rotate(45deg);
  }
  .navbar .navbar-toggler .navbar-toggler-icon.active .lines:after {
    top: 0;
    transform: rotate(135deg);
  }
  .navbar .navbar-collapse .language-menu {
    margin: 2rem 0 0.5rem;
    display: block;
  }
  .navbar .navbar-collapse .language-menu li {
    line-height: 1em;
  }
  .navbar .navbar-collapse .language-menu li a {
    border-right: 1px solid #ded8d3;
    padding: 0 7px;
  }
  .navbar .navbar-collapse .language-menu li.active a {
    font-weight: bold;
  }
  .navbar .navbar-collapse .language-menu li:first-of-type a {
    padding-left: 0;
  }
  .navbar .navbar-collapse .language-menu li:last-of-type a {
    border-right: 0;
  }
  .navbar .navbar-collapse .nav-item {
    display: inline-block;
  }
  .navbar .navbar-collapse .nav-item.dropdown.active {
    font-weight: bold;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu {
    border: 0;
    padding: 0;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #78614C;
    padding: 0.5rem 1.5rem;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #beb2a7;
  }
  .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    font-weight: bold;
    background-color: transparent;
  }
  .navbar .navbar-collapse .nav-item .nav-link:focus {
    outline: none;
  }
  .navbar .navbar-collapse .meta-mobile-menu .nav-item:last-of-type .btn {
    position: relative;
    left: 36px;
  }
  .navbar .navbar-collapse .meta-mobile-menu .nav-item .btn {
    position: absolute;
    display: inline-block;
    margin-top: 15px;
    left: 0;
  }
  .navbar #logo15years {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar #navbarNav {
    margin-left: 70px;
  }
  .navbar #logo15years a {
    transition: opacity ease-in-out 0.2s;
  }
  .navbar #logo15years a.hover, .navbar #logo15years a:hover {
    opacity: 0.5;
    transition: opacity ease-in-out 0.2s;
  }
  .navbar .navbar-nav {
    position: relative;
    top: 20px;
  }
  .navbar .navbar-nav.main-menu .nav-item:first-of-type {
    display: none;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 17px;
    margin-right: 20px;
  }
  .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar .navbar-nav .nav-item a.nav-link {
    padding: 0 20px 0 0;
  }
  .navbar .navbar-nav .nav-item.active.dropdown {
    position: initial;
  }
  .navbar .navbar-nav .nav-item.active.dropdown a.nav-link {
    font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    padding: 0 10px 20px;
    margin: 7px -10px 0;
    font-size: 14px;
    color: #78614C;
    border: none;
    border-radius: 0;
    width: 615px;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item {
    display: inline;
    padding: 0 15px 0 0;
    color: #78614C;
    white-space: inherit;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item:first-of-type {
    display: none;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item.hover, .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item:focus {
    color: #BEB2A7;
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu .dropdown-item.active {
    font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: transparent;
  }
  .navbar .navbar-nav.language-menu .nav-item {
    font-size: 15px;
    line-height: 15px;
    margin-right: 0;
  }
  .navbar .navbar-nav.language-menu .nav-item:first-child {
    border-right: 1px solid #ded8d3;
  }
  .navbar .navbar-nav.language-menu .nav-item.active a {
    font-family: "Source Sans Pro SemiBold", Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  .navbar .navbar-nav.language-menu .nav-item.text-muted span {
    padding: 0 5px;
  }
  .navbar .navbar-nav.language-menu .nav-item a.nav-link {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    font-size: 19px;
    margin-right: 30px;
  }
  .navbar .navbar-nav .nav-item.active.dropdown .dropdown-menu {
    font-size: 15px;
    width: 755px;
    padding-right: 100px;
  }
  .navbar .navbar-nav.language-menu .nav-item {
    font-size: 16px;
    line-height: 16px;
  }
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../Fonts/SourceSansPro-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("../Fonts/SourceSansPro-SemiBold.ttf");
  font-display: swap;
}
footer {
  clear: both;
}
footer .footer-mobile {
  font-size: 14px;
  text-align: center;
  padding: 40px 0 20px;
}
footer .footer-mobile a.logo:hover {
  opacity: 0.5;
}
footer .footer-desktop {
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .footer-desktop {
    font-size: 15px;
  }
}
footer .footer-desktop .list-inline {
  float: right;
  margin-top: 30px;
}
footer .footer-desktop .list-inline .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
footer .footer-desktop .list-inline .list-inline-item a.btn.btn-alc {
  border-radius: 2px;
  margin-right: 0;
  padding: 2px;
  position: relative;
  top: -2px;
  margin-bottom: 0;
}
