@font-face {
  font-family: 'chewy';
  src: url('../fonts/Chewy/Chewy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'atma-medium';
  src: url('../fonts/Atma/Atma-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
header {
  margin-bottom: 30px;
}
header .logo img {
  max-width: 200px;
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}
header .contact .simpleLanguage {
  margin: 0;
}
header .contact .phone {
  font-size: 1.4rem;
  margin: 0;
  margin-left: -35px;
}
header .contact .phone span svg {
  width: 30px;
}
header .contact .mail {
  margin: 0;
}
#navigation {
  background-color: #f5f5f5;
}
#navigation .uk-logo img {
  width: 180px;
}
#navigation .uk-navbar-nav > li {
  border-bottom: 2px solid #f5f5f5;
}
#navigation .uk-navbar-nav > li > a {
  font-size: 1rem;
  min-height: 43px;
}
#navigation .uk-navbar-nav > li:hover,
#navigation .uk-navbar-nav > li.uk-active {
  border-bottom: 2px solid #bf1522;
}
#navigation .uk-navbar-nav > li:hover a,
#navigation .uk-navbar-nav > li.uk-active a {
  color: #bf1522;
}
#navigation .uk-navbar-toggle {
  min-height: 60px;
}
#navigation .uk-sticky-below {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#navigation #offcanvas .uk-offcanvas-bar {
  background-color: #ffffff;
}
#navigation #offcanvas .uk-offcanvas-bar .uk-close {
  color: #000000;
}
#navigation #offcanvas .uk-offcanvas-bar .uk-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
#navigation #offcanvas .uk-offcanvas-bar .uk-nav a {
  color: #000000;
}
section.news .youtube .item .box {
  padding: 15px 30px;
}
section.news .youtube .item .box .headline {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
section.news .youtube .item .box a.uk-button {
  background-color: #bf1522;
  color: #ffffff;
}
section.news .youtube .moreVideos {
  padding: 15px 30px;
  text-align: right;
}
section.news .youtube .moreVideos a.uk-button {
  background-color: #000000;
  color: #ffffff;
}
section.news .posts .box {
  padding: 15px 30px;
}
section.news .posts .box .headline {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
section.news .posts .box .item .title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.news .posts .box .item .title a {
  color: #000000;
}
section.news .posts .box .item .bodytext a {
  color: #000000;
}
section.news .posts .box .item + .item {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}
section.dates .image {
  text-align: center;
}
section.dates .dates .box {
  padding: 15px 30px;
}
section.dates .dates .box .headline {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.dates .dates .box .item + .item {
  margin-top: 30px;
}
section.textboxImage .image {
  text-align: center;
}
section.textboxImage .text .box {
  padding: 15px 30px;
}
section.textboxImage .text .box .headline {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.textboxImage .text .box a.uk-button {
  background-color: #bf1522;
  color: #ffffff;
}
section.textboxYoutube .video {
  text-align: center;
}
section.textboxYoutube .text .box {
  padding: 15px 30px;
}
section.textboxYoutube .text .box .headline {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.textboxYoutube .text .box a.uk-button {
  background-color: #bf1522;
  color: #ffffff;
}
section.twoBoxes .box1 .image {
  text-align: center;
}
section.twoBoxes .box1 .box {
  padding: 15px 30px;
}
section.twoBoxes .box1 .box .headline {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.twoBoxes .box1 .box a.uk-button {
  background-color: #bf1522;
  color: #ffffff;
}
section.twoBoxes .box2 .image {
  text-align: center;
}
section.twoBoxes .box2 .box {
  padding: 15px 30px;
}
section.twoBoxes .box2 .box .headline {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
section.twoBoxes .box2 .box a.uk-button {
  background-color: #bf1522;
  color: #ffffff;
}
section.divider .line {
  position: relative;
}
section.divider .line hr {
  border-top: 1px solid #bf1522;
  width: calc(100% - 30px);
  margin-bottom: 0;
}
section.divider .line hr::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0px;
  background-image: url('../img/alphabuendnis_pen.png');
  background-size: cover;
  background-repeat: no-repeat;
}
section.post article {
  padding: 30px;
}
section.post article a {
  color: #000000;
  text-decoration: none;
}
section.post article a :hover {
  color: #bf1522;
}
section.post article .uk-article-title {
  /*font-family: 'atma-medium';*/
  font-size: 1.5rem;
  margin: 0px 0px 15px 0px;
}
section.post article .uk-article-meta {
  display: none;
}
section.post article .article-content .read-more {
  font-size: 1rem;
  color: #bf1522;
  text-decoration: underline;
  text-underline-position: below;
}
section.post article .article-back .link {
  font-size: 1.2rem;
  color: #bf1522;
}
section.post article.articleCat5::before {
  content: 'Steglitz-Zehlendorf';
  color: #bf1522;
  font-weight: 700;
}
section.post .special {
  border: 1px solid #f5f5f5;
}
section.post .uk-article + .uk-article {
  margin-top: 0px;
}
section.post article.articleLayoutSingle .image {
  text-align: center;
  margin-bottom: 15px;
}
section.pager .uk-pagination li {
  padding-left: 10px;
}
section.pager .uk-pagination li .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
section.pager .uk-pagination li .current {
  background-color: transparent;
}
section.videoarchiv .uk-flex .item .box {
  padding: 15px 30px;
}
section.videoarchiv .uk-flex .item:nth-child( 4n + 2 ) {
  background-color: #f5f5f5;
}
section.videoarchiv .uk-flex .item:nth-child( 4n + 3 ) {
  background-color: #f5f5f5;
}
section.post article .wp-block-cover {
  padding: 0;
}
section.post article .wp-block-button__link {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #ffffff;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
section.supporters {
  /*background-color: @color-lightgray;*/
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #bf1522;
  padding-bottom: 30px;
}
section.supporters .content {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
section.supporters .content .headline {
  font-size: 1rem;
  line-height: 1rem;
}
footer {
  background-color: #f5f5f5;
}
.gray {
  background-color: #f5f5f5;
}
@media screen and (max-width: 399px) {
  header .logo img {
    max-width: 120px;
  }
  header .contact .simpleLanguage {
    margin: 0;
  }
  header .contact .phone {
    font-size: 1.4rem;
    margin: 0;
  }
  header .contact .phone span svg {
    width: 30px;
  }
}
@media screen and (max-width: 639px) {
  footer .bannerContact .left .uk-logo img {
    max-width: 200px;
  }
}
@media screen and (min-width: 640px) {
  header .logo .uk-logo {
    display: inherit;
  }
}
