/**
  * rlebnisreich styles
  * (c) 2015 3unikat - Christoph Winkler
  * using compass, susy grid and breakpoint
  */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 4, ../sass/navigation.scss */
.navigation-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  /* line 4, ../sass/navigation.scss */
  .navigation-main {
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/navigation.scss */
  .navigation-main {
    padding-top: 3.5em;
    position: fixed;
    background-color: #333333;
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
  }
}
/* line 25, ../sass/navigation.scss */
.navigation-main.mobile-visible {
  display: block;
}
/* line 28, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"] {
  float: left;
  position: relative;
}
/* line 31, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"] > a, .navigation-main .menu > [class*="item-"] > span {
  display: block;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-shadow: 0 0 10px #000;
  padding: .25em 0;
}
/* line 40, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"].active span, .navigation-main .menu > [class*="item-"].active a {
  color: #C81B2C;
}
@media only screen and (max-width: 767px) {
  /* line 40, ../sass/navigation.scss */
  .navigation-main .menu > [class*="item-"].active span, .navigation-main .menu > [class*="item-"].active a {
    color: #000000;
  }
}
/* line 47, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"].active > a, .navigation-main .menu > [class*="item-"].current > a {
  color: #C81B2C;
  border-bottom: 2px solid #C81B2C;
}
/* line 52, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"]:hover > a {
  color: #C81B2C;
  text-decoration: none;
}
/* line 57, ../sass/navigation.scss */
.navigation-main .menu .item-101 {
  display: none !important;
}
/* line 60, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"] {
  padding: .8em .5em;
  display: inline-block;
}
/* line 63, ../sass/navigation.scss */
.navigation-main .menu > [class*="item-"] a {
  position: relative;
  display: inline-block;
}
/* line 69, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child {
  display: none;
  position: absolute;
  margin-top: 1em;
  line-height: 1.3rem;
  z-index: 2;
  width: 190px;
  background-color: #575656;
  border-radius: 10px;
  border: solid 2px #d6d6d6;
}
/* line 79, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child:before {
  left: 1em;
  margin-top: -1em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #d6d6d6;
  border-width: .5em;
}
/* line 91, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"] {
  float: none;
  border-bottom: solid 1px #646363;
  min-width: 135px;
}
/* line 95, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"].current > a {
  font-weight: 700;
  color: #ffffff;
  background-color: #C81B2C;
}
/* line 100, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"]:last-of-type {
  border-bottom: none;
}
/* line 102, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"]:last-of-type a,
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"]:last-of-type span {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 109, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"]:first-of-type a,
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"]:first-of-type span {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 115, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"] a,
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"] span {
  display: block;
  padding: .5em 1em;
  font-size: .9rem;
  color: #ffffff;
}
/* line 122, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"] span {
  color: rgba(255, 255, 255, 0.5);
}
/* line 125, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] > .nav-child [class*="item-"] a:hover {
  background-color: #646363;
  text-decoration: none;
}
/* line 131, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"]:hover > .nav-child, .navigation-main.web-version .menu > [class*="item-"].hover > .nav-child {
  display: block;
  -moz-animation: fadeInUp .2s ease-in;
  -webkit-animation: fadeInUp .2s ease-in;
  animation: fadeInUp .2s ease-in;
}
/* line 138, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child {
  display: none;
  position: absolute;
  line-height: 1.3rem;
  width: auto;
  min-width: 250px;
  top: 0;
  left: 100%;
  background-color: #575656;
  border-radius: 3px;
}
/* line 148, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child [class*="item-"] {
  float: none;
}
/* line 150, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child [class*="item-"] a,
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child [class*="item-"] span {
  display: block;
  padding: .4em .85em;
  font-size: .8rem;
  color: #ffffff;
}
/* line 157, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child [class*="item-"] span {
  color: rgba(255, 255, 255, 0.5);
}
/* line 160, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper > .nav-child [class*="item-"] a:hover {
  background-color: #646363;
  text-decoration: none;
}
/* line 166, ../sass/navigation.scss */
.navigation-main.web-version .menu > [class*="item-"] .nav-child > .deeper:hover > .nav-child {
  display: block;
  -moz-animation: fadeRightLeft .2s ease-in;
  -webkit-animation: fadeRightLeft .2s ease-in;
  animation: fadeRightLeft .2s ease-in;
}

@media only screen and (max-width: 767px) {
  /* line 176, ../sass/navigation.scss */
  .navigation-main.mobile-visible {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    border-top: none;
  }
  /* line 182, ../sass/navigation.scss */
  .navigation-main.mobile-visible ul.nav.menu {
    width: 100%;
    height: auto;
    margin: 0;
    font-weight: 400;
  }
  /* line 188, ../sass/navigation.scss */
  .navigation-main.mobile-visible .menu > [class*="item-"],
  .navigation-main.mobile-visible .menu [class*="item-"] {
    display: block;
    float: none;
    text-align: left;
    padding: 0;
  }
  /* line 194, ../sass/navigation.scss */
  .navigation-main.mobile-visible .menu > [class*="item-"] .nav-child,
  .navigation-main.mobile-visible .menu [class*="item-"] .nav-child {
    position: relative;
    height: auto;
    background-color: transparent;
  }
  /* line 199, ../sass/navigation.scss */
  .navigation-main.mobile-visible .menu > [class*="item-"] .nav-child .deeper,
  .navigation-main.mobile-visible .menu [class*="item-"] .nav-child .deeper {
    font-size: .9em;
  }
  /* line 202, ../sass/navigation.scss */
  .navigation-main.mobile-visible .menu > [class*="item-"] > a[class^="icon-"]:before, .navigation-main.mobile-visible .menu > [class*="item-"] > a[class*=" icon-"]:before, .navigation-main.mobile-visible .menu > [class*="item-"] > span[class^="icon-"]:before, .navigation-main.mobile-visible .menu > [class*="item-"] > span[class*=" icon-"]:before,
  .navigation-main.mobile-visible .menu [class*="item-"] > a[class^="icon-"]:before,
  .navigation-main.mobile-visible .menu [class*="item-"] > a[class*=" icon-"]:before,
  .navigation-main.mobile-visible .menu [class*="item-"] > span[class^="icon-"]:before,
  .navigation-main.mobile-visible .menu [class*="item-"] > span[class*=" icon-"]:before {
    display: inline-block;
    margin: 0 0.5em 0 0;
    font-size: 100%;
  }
  /* line 211, ../sass/navigation.scss */
  .navigation-main.mobile-visible .menu a,
  .navigation-main.mobile-visible .menu span {
    padding-left: 1rem !important;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #575656;
  }
  /* line 220, ../sass/navigation.scss */
  .navigation-main.mobile-visible .nav-child a {
    padding: 0 0 0 40px;
    font-size: 1.2em !important;
  }
}
/* line 227, ../sass/navigation.scss */
#mobileNav {
  display: none;
  font-size: 2rem;
  background-color: #C81B2C;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
  top: 0.5em;
  right: 0.5em;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  /* line 227, ../sass/navigation.scss */
  #mobileNav {
    display: inline-block;
  }
}

/* line 246, ../sass/navigation.scss */
.breadcrumb {
  font-size: .85em;
  margin: 10px 0;
  float: left;
}
/* line 250, ../sass/navigation.scss */
.breadcrumb li {
  float: left;
}
/* line 253, ../sass/navigation.scss */
.breadcrumb li:after {
  content: ">";
  margin: 0 5px;
}
/* line 258, ../sass/navigation.scss */
.breadcrumb li:last-of-type:after {
  content: "";
}
/* line 261, ../sass/navigation.scss */
.breadcrumb a {
  text-decoration: underline;
  color: #000000;
}
/* line 264, ../sass/navigation.scss */
.breadcrumb a:hover {
  color: #C81B2C;
}

/* line 271, ../sass/navigation.scss */
.pagination-container {
  float: left;
  width: 100%;
  text-align: center;
}

/* line 276, ../sass/navigation.scss */
.pagination {
  margin: auto;
  display: inline-block;
}
/* line 279, ../sass/navigation.scss */
.pagination li {
  float: left;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 279, ../sass/navigation.scss */
  .pagination li {
    margin: 0 5px;
  }
}
/* line 286, ../sass/navigation.scss */
.pagination li a,
.pagination li span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  line-height: 47px;
}
@media only screen and (max-width: 767px) {
  /* line 286, ../sass/navigation.scss */
  .pagination li a,
  .pagination li span {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 33px;
  }
}
/* line 301, ../sass/navigation.scss */
.pagination li a.pagenav {
  background: #d6d6d6;
  color: #000000;
}
/* line 304, ../sass/navigation.scss */
.pagination li a.pagenav:hover {
  background: #575656;
  color: #ffffff;
}
/* line 309, ../sass/navigation.scss */
.pagination li span.pagenav {
  background: #d6d6d6;
  color: #C81B2C;
}
/* line 313, ../sass/navigation.scss */
.pagination li[class*="pagination-"] a,
.pagination li[class*="pagination-"] span {
  border-radius: 28px;
  background: #C81B2C;
  color: #C81B2C;
  overflow: hidden;
}
/* line 320, ../sass/navigation.scss */
.pagination li[class*="pagination-"] a:before,
.pagination li[class*="pagination-"] span:before {
  font-family: "icon-rlebnisreich";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 338, ../sass/navigation.scss */
.pagination li.pagination-prev .pagenav:before {
  content: '\e817';
  color: #ffffff;
}
/* line 342, ../sass/navigation.scss */
.pagination li.pagination-next .pagenav:before {
  content: '\e818';
  color: #ffffff;
}
/* line 346, ../sass/navigation.scss */
.pagination li.pagination-start .pagenav:before {
  content: '\e80f';
  color: #ffffff;
}
/* line 350, ../sass/navigation.scss */
.pagination li.pagination-end .pagenav:before {
  content: '\e816';
  color: #ffffff;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 5, ../sass/landingpage.scss */
.slider-homepage {
  border-bottom: 8px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/landingpage.scss */
  .slider-homepage {
    border-width: 2px;
  }
}
/* line 10, ../sass/landingpage.scss */
.slider-homepage .wrapper {
  margin: auto;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/landingpage.scss */
  .slider-homepage .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 18, ../sass/landingpage.scss */
.slider-homepage .slick-slide img {
  width: 100%;
  margin: auto;
}
/* line 22, ../sass/landingpage.scss */
.slider-homepage .item-title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 1em;
  width: calc(100% - 2em);
  padding: .75em 1.5em .5em 1.5em;
  background-color: rgba(87, 86, 86, 0.75);
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../sass/landingpage.scss */
  .slider-homepage .item-title {
    left: 0;
    right: 0;
    width: 100%;
  }
}
/* line 38, ../sass/landingpage.scss */
.slider-homepage .item-title .category {
  display: block;
  font-size: 0.85em;
  line-height: 1.1em;
  color: #ffffff;
}
/* line 44, ../sass/landingpage.scss */
.slider-homepage .item-title .title {
  display: block;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../sass/landingpage.scss */
  .slider-homepage .item-title {
    font-size: .6em;
  }
}
/* line 53, ../sass/landingpage.scss */
.slider-homepage .item-title a {
  color: #000000;
}
/* line 57, ../sass/landingpage.scss */
.slider-homepage figcaption {
  display: none;
}
/* line 60, ../sass/landingpage.scss */
.slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
  font-size: 60px;
}
@media only screen and (max-width: 1023px) {
  /* line 60, ../sass/landingpage.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 60, ../sass/landingpage.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 60, ../sass/landingpage.scss */
  .slider-homepage .slick-prev:before, .slider-homepage .slick-next:before {
    font-size: 35px;
  }
}
/* line 72, ../sass/landingpage.scss */
.slider-homepage .slick-prev,
.slider-homepage .slick-next {
  background-color: rgba(87, 86, 86, 0.5);
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  padding: 0 !important;
  top: 50%;
  margin-top: -40px;
}
/* line 82, ../sass/landingpage.scss */
.slider-homepage .slick-prev:before,
.slider-homepage .slick-next:before {
  width: .5em;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/landingpage.scss */
  .slider-homepage .slick-prev,
  .slider-homepage .slick-next {
    display: none !important;
  }
}
/* line 89, ../sass/landingpage.scss */
.slider-homepage .slick-prev {
  left: 10%;
  padding: 0 5px 0 2px;
}
@media only screen and (max-width: 1023px) {
  /* line 89, ../sass/landingpage.scss */
  .slider-homepage .slick-prev {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 89, ../sass/landingpage.scss */
  .slider-homepage .slick-prev {
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 89, ../sass/landingpage.scss */
  .slider-homepage .slick-prev {
    left: 5%;
  }
}
/* line 101, ../sass/landingpage.scss */
.slider-homepage .slick-prev:before {
  margin-right: .3em;
}
/* line 105, ../sass/landingpage.scss */
.slider-homepage .slick-next {
  right: 10%;
  padding: 0 2px 0 5px;
}
@media only screen and (max-width: 1023px) {
  /* line 105, ../sass/landingpage.scss */
  .slider-homepage .slick-next {
    right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 105, ../sass/landingpage.scss */
  .slider-homepage .slick-next {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass/landingpage.scss */
  .slider-homepage .slick-next {
    right: 5%;
  }
}
/* line 117, ../sass/landingpage.scss */
.slider-homepage .slick-next:before {
  margin-left: .3em;
}
/* line 121, ../sass/landingpage.scss */
.slider-homepage .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #575656;
  border-radius: 7px;
}
/* line 126, ../sass/landingpage.scss */
.slider-homepage .slick-dots li button:before {
  content: '';
}
/* line 130, ../sass/landingpage.scss */
.slider-homepage .slick-dots li.slick-active button {
  background: #d6d6d6;
}

/* line 47, ../sass/_mixins.scss */
.beschreibungen:before, .beschreibungen:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 53, ../sass/_mixins.scss */
.beschreibungen:after {
  clear: both;
}

/* line 140, ../sass/landingpage.scss */
.nav-special {
  width: 20%;
  max-width: 160px;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 140, ../sass/landingpage.scss */
  .nav-special {
    display: inline-block;
    margin: 0 0 1rem 0;
    width: 100%;
    min-width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 400px) {
  /* line 140, ../sass/landingpage.scss */
  .nav-special {
    font-size: .75em;
  }
}
/* line 154, ../sass/landingpage.scss */
.nav-special .nav-item {
  background: #d6d6d6;
  font-size: 1em;
  margin-bottom: 6%;
  display: block;
  width: 105px;
  height: 105px;
  position: relative;
  border-radius: 50px;
}
/* line 163, ../sass/landingpage.scss */
.nav-special .nav-item:hover {
  background-color: #646363;
  color: #ffffff;
  cursor: pointer;
}
/* line 167, ../sass/landingpage.scss */
.nav-special .nav-item:hover a:after {
  border-left-color: #575656;
}
@media only screen and (max-width: 767px) {
  /* line 167, ../sass/landingpage.scss */
  .nav-special .nav-item:hover a:after {
    top: 105%;
    left: 50%;
    border-left-color: transparent;
    border-top-color: #575656;
  }
}
/* line 176, ../sass/landingpage.scss */
.nav-special .nav-item:hover a {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 154, ../sass/landingpage.scss */
  .nav-special .nav-item {
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
    width: 25%;
    margin: 0 4%;
    height: 90px;
  }
}
/* line 189, ../sass/landingpage.scss */
.nav-special .nav-item a {
  color: #333333;
  font-size: .85em;
  padding-top: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 400;
}
/* line 198, ../sass/landingpage.scss */
.nav-special .nav-item a:before {
  display: block;
  font-size: 300%;
  margin: auto;
}
/* line 204, ../sass/landingpage.scss */
.nav-special .nav-item a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d6d6d6;
  border-width: .5em;
  margin-top: -.5em;
}
@media only screen and (max-width: 767px) {
  /* line 204, ../sass/landingpage.scss */
  .nav-special .nav-item a:after {
    top: 104%;
    left: 46%;
    border-left-color: transparent;
    border-top-color: #d6d6d6;
  }
}
/* line 223, ../sass/landingpage.scss */
.nav-special .nav-item.active {
  background-color: #C81B2C;
}
/* line 225, ../sass/landingpage.scss */
.nav-special .nav-item.active a {
  cursor: default;
  color: #ffffff;
}
/* line 229, ../sass/landingpage.scss */
.nav-special .nav-item.active a:after {
  border-left-color: #C81B2C;
}
@media only screen and (max-width: 767px) {
  /* line 229, ../sass/landingpage.scss */
  .nav-special .nav-item.active a:after {
    top: 104%;
    left: 46%;
    border-left-color: transparent;
    border-top-color: #C81B2C;
  }
}

/* line 242, ../sass/landingpage.scss */
.text-item {
  width: 80%;
  float: right;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 242, ../sass/landingpage.scss */
  .text-item {
    width: 100%;
    float: none;
    padding: 1em;
  }
}
/* line 251, ../sass/landingpage.scss */
.text-item .title {
  font-size: 1.866em;
  margin-bottom: 2%;
}

/* line 257, ../sass/landingpage.scss */
.section-referenzen {
  background: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  /* line 257, ../sass/landingpage.scss */
  .section-referenzen {
    padding: 5px 0 10px;
  }
}

/* line 264, ../sass/landingpage.scss */
.section-contact__data {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
}
/* line 269, ../sass/landingpage.scss */
.section-contact__data h2 {
  font-weight: 300;
  font-size: 1.75em;
}
/* line 273, ../sass/landingpage.scss */
.section-contact__data span {
  display: block;
}
/* line 275, ../sass/landingpage.scss */
.section-contact__data span.title {
  font-weight: 700;
  margin-top: .5em;
}
/* line 280, ../sass/landingpage.scss */
.section-contact__data address {
  margin-bottom: 1.2em;
}
/* line 283, ../sass/landingpage.scss */
.section-contact__data a.impressum {
  color: #C81B2C;
  margin-top: 20px;
  text-decoration: underline;
  display: inline-block;
}

/* line 292, ../sass/landingpage.scss */
.referenzen__zitate-slider {
  padding: 1em 0;
}
/* line 294, ../sass/landingpage.scss */
.referenzen__zitate-slider .slick-slider {
  margin-bottom: 0;
}
/* line 297, ../sass/landingpage.scss */
.referenzen__zitate-slider button {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #C81B2C;
  font-size: 42px;
  line-height: 0px;
  border-radius: 30px;
  margin-top: -25px;
  top: 50%;
  color: #ffffff;
  z-index: 1;
  cursor: pointer;
  transition: all .3s;
  border: 2px solid transparent;
}
/* line 313, ../sass/landingpage.scss */
.referenzen__zitate-slider button:hover {
  border-color: #ffffff;
  box-shadow: 0 0 0.15em #000000;
  transform: scale(110%);
  background: #C81B2C;
}
/* line 319, ../sass/landingpage.scss */
.referenzen__zitate-slider button.slick-prev {
  left: 0;
}
/* line 321, ../sass/landingpage.scss */
.referenzen__zitate-slider button.slick-prev:before {
  margin-right: .3em;
}
/* line 325, ../sass/landingpage.scss */
.referenzen__zitate-slider button.slick-next {
  right: 0;
}
/* line 327, ../sass/landingpage.scss */
.referenzen__zitate-slider button.slick-next:before {
  margin-left: .3em;
}
/* line 331, ../sass/landingpage.scss */
.referenzen__zitate-slider button:before {
  font-size: 75%;
}
/* line 335, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user {
  padding: 0 70px;
}
@media only screen and (max-width: 767px) {
  /* line 335, ../sass/landingpage.scss */
  .referenzen__zitate-slider .zitat-user {
    text-align: center;
  }
}
/* line 340, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user__image {
  border-radius: 110px;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 340, ../sass/landingpage.scss */
  .referenzen__zitate-slider .zitat-user__image {
    float: none;
    display: inline;
    margin-top: 10px;
    margin-right: 0;
  }
}
/* line 351, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user__text {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 351, ../sass/landingpage.scss */
  .referenzen__zitate-slider .zitat-user__text {
    padding-top: 10px;
  }
}
/* line 357, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user__name {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
}
/* line 362, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user__description {
  font-size: 1.2em;
  font-weight: 300;
}
/* line 366, ../sass/landingpage.scss */
.referenzen__zitate-slider .zitat-user__zitat {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 366, ../sass/landingpage.scss */
  .referenzen__zitate-slider .zitat-user__zitat {
    margin-top: 10px;
  }
}

/* line 379, ../sass/landingpage.scss */
.image-opener {
  position: relative;
  height: 133.33333vw;
  max-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  /* line 379, ../sass/landingpage.scss */
  .image-opener {
    margin-bottom: 2rem;
  }
}
/* line 389, ../sass/landingpage.scss */
.image-opener--contact {
  height: 130px;
}
/* line 391, ../sass/landingpage.scss */
.image-opener--contact:before {
  background-image: none !important;
}
/* line 395, ../sass/landingpage.scss */
.image-opener:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
}
/* line 403, ../sass/landingpage.scss */
.image-opener--homepage .image-opener__headline {
  bottom: 3rem;
  width: 100%;
  max-width: 1440px;
  line-height: 1.25;
  font-size: 4rem;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  /* line 403, ../sass/landingpage.scss */
  .image-opener--homepage .image-opener__headline {
    font-size: 3.5rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 403, ../sass/landingpage.scss */
  .image-opener--homepage .image-opener__headline {
    font-size: 2rem;
    padding: 0 10px;
    bottom: 1rem;
  }
}
/* line 420, ../sass/landingpage.scss */
.image-opener--article .image-opener__headline, .image-opener--category .image-opener__headline {
  max-width: 1280px;
  margin: 2rem auto;
  padding: 0 1rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 420, ../sass/landingpage.scss */
  .image-opener--article .image-opener__headline, .image-opener--category .image-opener__headline {
    max-width: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 425, ../sass/landingpage.scss */
.image-opener--search-page {
  height: 45vw;
  max-height: 45vh;
}
@media only screen and (max-width: 767px) {
  /* line 425, ../sass/landingpage.scss */
  .image-opener--search-page {
    height: 75vw;
  }
}
/* line 433, ../sass/landingpage.scss */
.image-opener__headline {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  margin: auto;
  font-size: 5rem;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 768px) {
  /* line 433, ../sass/landingpage.scss */
  .image-opener__headline {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 433, ../sass/landingpage.scss */
  .image-opener__headline {
    font-size: 2rem;
    line-height: 1.15;
    bottom: 1rem;
  }
}
/* line 456, ../sass/landingpage.scss */
.image-opener__caption {
  position: absolute;
  right: 0;
  bottom: -2.25em;
  display: inline;
  padding: .25em .5em;
  line-height: 2;
  width: auto;
  font-size: .8rem;
}
/* line 467, ../sass/landingpage.scss */
.image-opener .header {
  margin: auto;
  max-width: 1440px;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 4, ../sass/content.scss */
.body-text, .article__body .text, .category__text, .category-teaser__text .text {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 47, ../sass/_mixins.scss */
.body-text:before, .article__body .text:before, .category__text:before, .category-teaser__text .text:before, .body-text:after, .article__body .text:after, .category__text:after, .category-teaser__text .text:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 53, ../sass/_mixins.scss */
.body-text:after, .article__body .text:after, .category__text:after, .category-teaser__text .text:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/content.scss */
  .body-text, .article__body .text, .category__text, .category-teaser__text .text {
    padding-left: 0px;
    padding: 0 10px;
  }
}
/* line 12, ../sass/content.scss */
.body-text h2, .article__body .text h2, .category__text h2, .category-teaser__text .text h2, .body-text h3, .article__body .text h3, .category__text h3, .category-teaser__text .text h3, .body-text h4, .article__body .text h4, .category__text h4, .category-teaser__text .text h4, .body-text h5, .article__body .text h5, .category__text h5, .category-teaser__text .text h5, .body-text h6, .article__body .text h6, .category__text h6, .category-teaser__text .text h6 {
  font-size: 1.5em;
  margin: .75em 0 .25em 0;
  font-weight: 300;
}
/* line 17, ../sass/content.scss */
.body-text h3, .article__body .text h3, .category__text h3, .category-teaser__text .text h3, .body-text h4, .article__body .text h4, .category__text h4, .category-teaser__text .text h4, .body-text h5, .article__body .text h5, .category__text h5, .category-teaser__text .text h5, .body-text h6, .article__body .text h6, .category__text h6, .category-teaser__text .text h6 {
  font-size: 1.35em;
}
/* line 20, ../sass/content.scss */
.body-text p, .article__body .text p, .category__text p, .category-teaser__text .text p {
  margin-bottom: 1rem;
}
/* line 23, ../sass/content.scss */
.body-text a[href*=".pdf"]:before, .article__body .text a[href*=".pdf"]:before, .category__text a[href*=".pdf"]:before, .category-teaser__text .text a[href*=".pdf"]:before {
  font-family: "icon-rlebnisreich";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e81b';
}
/* line 41, ../sass/content.scss */
.body-text ul, .article__body .text ul, .category__text ul, .category-teaser__text .text ul {
  margin: 1rem 0;
  line-height: 1.2em;
}
/* line 44, ../sass/content.scss */
.body-text ul li, .article__body .text ul li, .category__text ul li, .category-teaser__text .text ul li {
  padding-left: 1.5em;
  margin-bottom: .75em;
  display: block;
}
/* line 48, ../sass/content.scss */
.body-text ul li:before, .article__body .text ul li:before, .category__text ul li:before, .category-teaser__text .text ul li:before {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: -0.7em .3em 0 -1.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\25A0';
  color: #C81B2C;
}
/* line 64, ../sass/content.scss */
.body-text ul li li:before, .article__body .text ul li li:before, .category__text ul li li:before, .category-teaser__text .text ul li li:before {
  color: #575656;
}
/* line 69, ../sass/content.scss */
.body-text ol, .article__body .text ol, .category__text ol, .category-teaser__text .text ol {
  margin: 1em 0;
  line-height: 1.2em;
  counter-reset: my-counter;
}
/* line 73, ../sass/content.scss */
.body-text ol li, .article__body .text ol li, .category__text ol li, .category-teaser__text .text ol li {
  padding-left: 1.5em;
  margin-bottom: .75em;
  display: block;
}
/* line 77, ../sass/content.scss */
.body-text ol li:before, .article__body .text ol li:before, .category__text ol li:before, .category-teaser__text .text ol li:before {
  display: inline-block;
  font-weight: 600;
  font-size: .8em;
  color: #575656;
  width: 1rem;
  margin: 0 .6rem 0 -1.5rem;
  text-align: right;
  content: counter(my-counter,decimal);
  counter-increment: my-counter;
  color: #C81B2C;
}
/* line 91, ../sass/content.scss */
.body-text img, .article__body .text img, .category__text img, .category-teaser__text .text img {
  max-width: 100%;
  height: auto;
}
/* line 95, ../sass/content.scss */
.body-text blockquote, .article__body .text blockquote, .category__text blockquote, .category-teaser__text .text blockquote {
  font-style: italic;
  font-weight: 700;
  margin-left: 50px;
  color: #575656;
  display: inline-block;
}
/* line 101, ../sass/content.scss */
.body-text blockquote p, .article__body .text blockquote p, .category__text blockquote p, .category-teaser__text .text blockquote p {
  display: inline;
}
/* line 104, ../sass/content.scss */
.body-text blockquote:before, .article__body .text blockquote:before, .category__text blockquote:before, .category-teaser__text .text blockquote:before {
  content: '"';
  display: inline;
}
/* line 108, ../sass/content.scss */
.body-text blockquote:after, .article__body .text blockquote:after, .category__text blockquote:after, .category-teaser__text .text blockquote:after {
  content: '"';
  display: inline;
}

/* line 117, ../sass/content.scss */
.article__container {
  max-width: 1280px;
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 117, ../sass/content.scss */
  .article__container {
    max-width: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 121, ../sass/content.scss */
.article__intro {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/* line 137, ../sass/content.scss */
.category__text {
  max-width: 1280px;
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass/content.scss */
  .category__text {
    max-width: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 141, ../sass/content.scss */
.category__text p:first-child {
  font-size: 1.5rem;
}
/* line 146, ../sass/content.scss */
.category__items {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 4rem;
}
/* line 151, ../sass/content.scss */
.category__items .category-teaser:nth-child(odd) .category-teaser__image {
  order: 2;
  animation-duration: .75s;
  animation-fill-mode: both;
}
/* line 144, ../sass/_mixins.scss */
.category__items .category-teaser:nth-child(odd) .category-teaser__image.inview {
  animation-name: fadeInRight;
}
@media only screen and (max-width: 767px) {
  /* line 151, ../sass/content.scss */
  .category__items .category-teaser:nth-child(odd) .category-teaser__image {
    order: 1;
  }
}
/* line 158, ../sass/content.scss */
.category__items .category-teaser:nth-child(odd) .category-teaser__text {
  order: 1;
}
@media only screen and (max-width: 767px) {
  /* line 158, ../sass/content.scss */
  .category__items .category-teaser:nth-child(odd) .category-teaser__text {
    order: 2;
  }
}
/* line 164, ../sass/content.scss */
.category__items .category-teaser:nth-child(even) {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 164, ../sass/content.scss */
  .category__items .category-teaser:nth-child(even) {
    background-color: #d6d6d6;
  }
}
/* line 170, ../sass/content.scss */
.category__items .category-teaser:nth-child(even) .category-teaser__text .image-credit {
  right: auto;
  left: 1rem;
}
/* line 176, ../sass/content.scss */
.category__project-items {
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  grid-template-rows: 50% 50%;
  align-items: stretch;
  justify-items: stretch;
}
/* line 47, ../sass/_mixins.scss */
.category__project-items:before, .category__project-items:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 53, ../sass/_mixins.scss */
.category__project-items:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 176, ../sass/content.scss */
  .category__project-items {
    display: block;
  }
}
/* line 188, ../sass/content.scss */
.category__project-items:nth-child(even) .project-item:nth-child(1) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}
/* line 194, ../sass/content.scss */
.category__project-items:nth-child(even) .project-item:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}
/* line 198, ../sass/content.scss */
.category__project-items:nth-child(even) .project-item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
/* line 202, ../sass/content.scss */
.category__project-items:nth-child(even) .project-item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
/* line 206, ../sass/content.scss */
.category__project-items:nth-child(even) .project-item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
/* line 212, ../sass/content.scss */
.category__project-items .project-item {
  width: 100%;
}
/* line 214, ../sass/content.scss */
.category__project-items .project-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: span 2;
}
/* line 220, ../sass/content.scss */
.category__project-items .project-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
/* line 224, ../sass/content.scss */
.category__project-items .project-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
/* line 228, ../sass/content.scss */
.category__project-items .project-item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
/* line 232, ../sass/content.scss */
.category__project-items .project-item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media only screen and (max-width: 767px) {
  /* line 212, ../sass/content.scss */
  .category__project-items .project-item {
    width: 100%;
  }
}

/* line 243, ../sass/content.scss */
.category-teaser {
  display: flex;
  flex-direction: row;
  background-color: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  /* line 243, ../sass/content.scss */
  .category-teaser {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
/* line 252, ../sass/content.scss */
.category-teaser__image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  animation-duration: .75s;
  animation-fill-mode: both;
}
/* line 127, ../sass/_mixins.scss */
.category-teaser__image.inview {
  animation-name: fadeInLeft;
}
@media only screen and (max-width: 767px) {
  /* line 252, ../sass/content.scss */
  .category-teaser__image {
    width: 100%;
    height: 50vw;
  }
}
/* line 262, ../sass/content.scss */
.category-teaser__text {
  position: relative;
  width: 50%;
  padding: 2rem;
  min-height: 25rem;
}
@media only screen and (max-width: 767px) {
  /* line 262, ../sass/content.scss */
  .category-teaser__text {
    width: 100%;
    padding: 10px;
  }
}
/* line 272, ../sass/content.scss */
.category-teaser__text .title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1em;
}
/* line 277, ../sass/content.scss */
.category-teaser__text .title a {
  color: #000000;
}
/* line 285, ../sass/content.scss */
.category-teaser__text .text p {
  margin-bottom: 1em;
}
/* line 290, ../sass/content.scss */
.category-teaser__text .image-credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: .75em;
}

/* line 300, ../sass/content.scss */
.project-item {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  background-size: cover;
  background-color: #333333;
}
/* line 308, ../sass/content.scss */
.project-item:hover .text {
  visibility: visible;
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  /* line 308, ../sass/content.scss */
  .project-item:hover .text {
    margin: 0;
    width: 100%;
  }
}
/* line 317, ../sass/content.scss */
.project-item:hover .image {
  transform: rotateY(180deg);
  filter: grayscale(1);
}
/* line 323, ../sass/content.scss */
.project-item .image {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}
/* line 330, ../sass/content.scss */
.project-item .text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 100%;
  left: 0;
  padding: 10% 15%;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background-color: rgba(200, 27, 44, 0.9);
  transition: all .25s ease-in-out;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  /* line 330, ../sass/content.scss */
  .project-item .text {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    top: auto;
    height: auto;
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
    padding: 10px;
    background-color: rgba(200, 27, 44, 0.5);
  }
}
/* line 360, ../sass/content.scss */
.project-item .text h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 360, ../sass/content.scss */
  .project-item .text h3 {
    margin-bottom: .5em;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
/* line 372, ../sass/content.scss */
.project-item .text h3 a {
  color: #ffffff;
}

/* line 382, ../sass/content.scss */
article.wrapper {
  padding-top: 0;
}

/* line 386, ../sass/content.scss */
.teaser {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* line 391, ../sass/content.scss */
.teaser:hover {
  background: none;
}
/* line 394, ../sass/content.scss */
.teaser .icon {
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #C81B2C;
  color: #ffffff;
  border-radius: 25px;
  top: 15px;
  left: 15px;
}
/* line 406, ../sass/content.scss */
.teaser .icon:before {
  line-height: 40px;
  font-size: 20px;
}
/* line 411, ../sass/content.scss */
.teaser.box {
  float: left;
  padding: 10px;
}
/* line 415, ../sass/content.scss */
.teaser .teaser-image {
  display: block;
  margin: 0;
  width: 100%;
  background-color: #575656;
}
/* line 420, ../sass/content.scss */
.teaser .teaser-image img {
  margin-top: 0 !important;
  display: block;
  width: 100%;
  height: auto;
}
/* line 427, ../sass/content.scss */
.teaser header {
  background-color: #575656;
  width: 100%;
  float: left;
  padding: 10px 10px;
  color: #ffffff;
}
/* line 433, ../sass/content.scss */
.teaser header a {
  color: #ffffff;
  font-weight: 700;
}
/* line 437, ../sass/content.scss */
.teaser header span {
  display: block;
}
/* line 440, ../sass/content.scss */
.teaser header .category {
  font-size: .85rem;
  line-height: 1.1;
}
/* line 444, ../sass/content.scss */
.teaser header .title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 451, ../sass/content.scss */
.teaser .headline {
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 456, ../sass/content.scss */
.teaser a:after {
  content: "\A ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* line 465, ../sass/content.scss */
.teaser .introtext {
  font-size: .9rem;
}
/* line 470, ../sass/content.scss */
.teaser--project header, .teaser--event header {
  height: 70px;
  padding-top: 5px;
}
/* line 473, ../sass/content.scss */
.teaser--project header a .title, .teaser--event header a .title {
  line-height: 1.2em;
  margin-top: .3em;
}

/* line 482, ../sass/content.scss */
.blog .item {
  width: 50%;
  padding: 10px;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 482, ../sass/content.scss */
  .blog .item {
    width: 100%;
  }
}
/* line 494, ../sass/content.scss */
.blog img {
  width: 100%;
  height: 100%;
}
/* line 498, ../sass/content.scss */
.blog h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
  margin: .25em 0;
}
/* line 503, ../sass/content.scss */
.blog h2.month {
  width: 100%;
  float: left;
  margin: .25em 0 .25em .25em;
}
/* line 508, ../sass/content.scss */
.blog h2 a {
  color: #000000;
}
/* line 510, ../sass/content.scss */
.blog h2 a:hover {
  color: #C81B2C;
}
/* line 514, ../sass/content.scss */
.blog h2 a:after {
  content: "\A ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* line 524, ../sass/content.scss */
.blog p {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 400;
  display: inline;
}
/* line 530, ../sass/content.scss */
.blog .readmore {
  display: inline;
  font-weight: 700;
}
/* line 533, ../sass/content.scss */
.blog .readmore a {
  color: #000000;
}
/* line 536, ../sass/content.scss */
.blog .readmore a:hover {
  color: #C81B2C;
}

/* line 544, ../sass/content.scss */
.contact__headline {
  font-size: 3em;
  font-weight: 300;
  float: right;
  width: 75%;
  margin-bottom: 2%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 544, ../sass/content.scss */
  .contact__headline {
    width: 100%;
    font-size: 2.0em;
  }
}
/* line 556, ../sass/content.scss */
.contact__headline span {
  display: block;
}
/* line 559, ../sass/content.scss */
.contact__headline .position {
  font-size: 0.5em;
}
/* line 563, ../sass/content.scss */
.contact__data {
  float: left;
  width: 25%;
  padding: 10px;
  font-size: 1.1em;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  /* line 563, ../sass/content.scss */
  .contact__data {
    width: 100%;
  }
}
/* line 572, ../sass/content.scss */
.contact__data h2 {
  font-weight: 700;
  margin-top: 1em;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 572, ../sass/content.scss */
  .contact__data h2 {
    margin: 0;
    float: none;
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 584, ../sass/content.scss */
  .contact__data ul {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 589, ../sass/content.scss */
  .contact__data figure {
    text-align: center;
  }
}
/* line 594, ../sass/content.scss */
.contact__data img {
  max-width: 100%;
  border-radius: 160px;
}
@media only screen and (max-width: 767px) {
  /* line 594, ../sass/content.scss */
  .contact__data img {
    width: 150px;
  }
}
/* line 601, ../sass/content.scss */
.contact__data a {
  color: #000000;
}
/* line 603, ../sass/content.scss */
.contact__data a:hover {
  color: #C81B2C;
}
/* line 608, ../sass/content.scss */
.contact__text {
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  float: right;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  /* line 608, ../sass/content.scss */
  .contact__text {
    width: 100%;
  }
}
/* line 617, ../sass/content.scss */
.contact__text p {
  padding-bottom: 1.5em;
}
/* line 620, ../sass/content.scss */
.contact__text h2, .contact__text h3, .contact__text h4, .contact__text h5, .contact__text h6 {
  font-size: 1.5em;
  margin: .75em 0 .25em 0;
  font-weight: 300;
}
/* line 625, ../sass/content.scss */
.contact__text h3, .contact__text h4, .contact__text h5, .contact__text h6 {
  font-size: 1.35em;
}
/* line 629, ../sass/content.scss */
.contact__form {
  padding: 10px;
  float: left;
}
/* line 632, ../sass/content.scss */
.contact__form--large {
  width: 100%;
}
/* line 635, ../sass/content.scss */
.contact__form--small {
  width: 75%;
}

/* line 641, ../sass/content.scss */
hr.separator {
  width: 100%;
  height: 8px;
  float: left;
  margin-top: 30px;
  background: #d6d6d6;
  border: none;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 4, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box {
  display: flex;
  flex-direction: row;
  margin: 1rem 0 2rem;
  padding: 1rem;
  background-color: #d6d6d6;
}
/* line 47, ../sass/_mixins.scss */
.author-contact-box:before, .author-contact-box:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 53, ../sass/_mixins.scss */
.author-contact-box:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../html/com_content/article/_article-offer_author-contact-box.scss */
  .author-contact-box {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin: 2rem 0.25rem;
  }
}
/* line 17, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__image {
  display: inline-block;
  overflow: hidden;
  border-radius: 125px;
  max-width: 125px;
}
/* line 22, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__image img {
  display: block;
  width: 100%;
}
/* line 27, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
/* line 31, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__name a {
  transition: all .3s;
  color: #333333;
}
/* line 34, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__name a:hover {
  color: #C81B2C;
}
/* line 39, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__claim {
  margin-bottom: 1rem;
}
/* line 42, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__button {
  display: inline-block;
  transition: all .3s;
  padding: .5rem 1rem;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  background-color: #C81B2C;
}
/* line 52, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box__button:hover {
  transform: scale(1.015);
  box-shadow: 0 0 10px #000000;
}
/* line 57, ../html/com_content/article/_article-offer_author-contact-box.scss */
.author-contact-box .left {
  margin-right: 1rem;
}

/*
 * PS Mixin Framwork
 */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(500%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-500%);
  }
  to {
    opacity: 1;
  }
}
/* line 4, ../sass/_social-share.scss */
.social-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}
@media print {
  /* line 4, ../sass/_social-share.scss */
  .social-share {
    display: none;
  }
}
/* line 16, ../sass/_social-share.scss */
.social-share__item {
  margin: 0 2.5px;
}
/* line 18, ../sass/_social-share.scss */
.social-share__item a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
/* line 27, ../sass/_social-share.scss */
.social-share__item a:hover svg {
  transform: scale(1.15);
}
/* line 31, ../sass/_social-share.scss */
.social-share__item svg {
  max-width: 20px;
  max-height: 20px;
  transition: all .3s;
}
/* line 35, ../sass/_social-share.scss */
.social-share__item svg path {
  width: 100%;
  fill: #ffffff;
}
/* line 41, ../sass/_social-share.scss */
.social-share__item--instagram {
  margin-right: 1rem;
}
/* line 44, ../sass/_social-share.scss */
.social-share__item--instagram a {
  width: auto;
  font-weight: 700;
}
/* line 49, ../sass/_social-share.scss */
.social-share__item--facebook a {
  background-color: #435a93;
}
/* line 52, ../sass/_social-share.scss */
.social-share__item--whatsapp a {
  background-color: #6ec058;
}
/* line 55, ../sass/_social-share.scss */
.social-share__item--twitter a {
  background-color: #4d9feb;
}
/* line 58, ../sass/_social-share.scss */
.social-share__item--mail a {
  background-color: #d6d6d6;
}
/* line 61, ../sass/_social-share.scss */
.social-share__item--print a {
  background-color: #8a8a8a;
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-window.cc-invisible {
  opacity: 0;
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

/* line 1, ../sass/_cookieconsent.min.scss */
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-window.cc-static {
  position: static;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-revoke {
  padding: .5em;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-header {
  font-size: 18px;
  font-weight: 700;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-link:hover {
  opacity: 1;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-link:active, .cc-link:visited {
  color: initial;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

/* line 2, ../sass/_cookieconsent.min.scss */
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-top {
  top: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-left {
  left: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-right {
  right: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-bottom {
  bottom: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

/* line 3, ../sass/_cookieconsent.min.scss */
.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-top {
    top: 0;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-bottom {
    bottom: 0;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-floating {
    max-width: none;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  /* line 4, ../sass/_cookieconsent.min.scss */
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
/* line 5, ../sass/_cookieconsent.min.scss */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

/* line 5, ../sass/_cookieconsent.min.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

/* line 5, ../sass/_cookieconsent.min.scss */
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

/* line 5, ../sass/_cookieconsent.min.scss */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

/* line 5, ../sass/_cookieconsent.min.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* line 6, ../sass/_cookieconsent.min.scss */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

/* line 6, ../sass/_cookieconsent.min.scss */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

/* line 6, ../sass/_cookieconsent.min.scss */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

/* line 6, ../sass/_cookieconsent.min.scss */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

/* line 6, ../sass/_cookieconsent.min.scss */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* line 1, ../components/header/_header.scss */
.header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../components/header/_header.scss */
  .header {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../components/header/_header.scss */
  .header {
    align-items: flex-start;
  }
}
/* line 15, ../components/header/_header.scss */
.header .logo {
  transition: all .15s ease-in-out;
  max-width: 70%;
}
/* line 18, ../components/header/_header.scss */
.header .logo:hover {
  transform: scale(1.05);
}
/* line 22, ../components/header/_header.scss */
.header .logo svg {
  width: 100%;
  height: auto;
}
/* line 29, ../components/header/_header.scss */
.header .logo svg,
.header .social-links a svg {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}

/* line 2, ../components/social-links/_social-links.scss */
.social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 0;
}
/* line 8, ../components/social-links/_social-links.scss */
.social-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 0 .5rem;
  background-color: #3d9840;
  transition: all .15s ease-in-out;
}
/* line 18, ../components/social-links/_social-links.scss */
.social-links__item:hover {
  transform: scale(1.15);
}
/* line 22, ../components/social-links/_social-links.scss */
.social-links__item--facebook {
  background-color: #435a93;
}
/* line 26, ../components/social-links/_social-links.scss */
.social-links__item--youtube {
  background-color: #f00;
}
/* line 30, ../components/social-links/_social-links.scss */
.social-links__item svg {
  max-width: 70%;
  height: auto;
}
/* line 35, ../components/social-links/_social-links.scss */
.social-links__item svg path {
  fill: #ffffff;
}

/* line 19, ../sass/style.scss */
html {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  /* line 19, ../sass/style.scss */
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 19, ../sass/style.scss */
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/style.scss */
  html {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 19, ../sass/style.scss */
  html {
    font-weight: 200;
  }
}

/* line 37, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 41, ../sass/style.scss */
p.copyright {
  background: #C81B2C;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: .85em;
}
/* line 49, ../sass/style.scss */
p.copyright a {
  text-decoration: underline;
  color: #ffffff;
}

/* line 55, ../sass/style.scss */
footer {
  padding-top: 20px;
}

/* line 59, ../sass/style.scss */
.content-wrapper {
  overflow: hidden;
  *zoom: 1;
}
