@charset "UTF-8";
/*
  Theme Name: LKJ WP Theme 2023 Temp
	Description: based on "HTML5 Blank" WordPress Theme by Todd Motto
	Version: 1.0.7
	Author: heiko sachs
 */
header.header {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  transition: top 0.2s ease-out;
}
header.header .inner {
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1440px;
  height: 100px;
}
header.header .logo {
  position: absolute;
  left: 41px;
  top: 31px;
  z-index: 5;
  width: 276px;
  height: 40px;
}
@media (max-width: 768px) {
  header.header .logo {
    left: 15px;
  }
}
header.header .logo .logo-img {
  transition: all 0.1s ease-out;
}
@media (min-width: 1025px) {
  header.header .logo .logo-img {
    height: 40px;
  }
}
header.header .nav {
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1440px;
  font-size: 16px;
  text-transform: uppercase;
}
header.header .nav a {
  display: block;
  color: #000;
}
header.header .nav .current_page_item > a {
  font-weight: bold;
}
header.header .nav ul.menu {
  position: relative;
  left: 30%;
  top: 25px;
  z-index: 9;
  margin: 0px;
  width: 700px;
  height: 50px;
  white-space: nowrap;
}
header.header .nav ul.menu li {
  display: table;
  padding: 0px 18px;
  margin-left: 5px;
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
}
header.header .nav ul.menu li ul {
  position: absolute;
  display: none;
  padding: 26px 18px 0px 18px;
  margin-left: -18px;
  list-style: none;
  background-color: #fff;
}
header.header .nav ul.menu li ul li {
  display: list-item;
  float: none;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: -1px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}
header.header .nav ul.menu li ul li:last-child {
  background-image: none;
}
header.header .nav ul.menu li ul li:hover {
  padding: 0px 18px;
  margin: -1px -18px;
  background-color: #0B2526;
}
header.header .nav ul.menu li ul li:hover a {
  color: #fff;
}
header.header .nav ul.menu li:hover ul {
  display: block;
}
header.header .burger-checkbox, header.header .burger {
  position: absolute;
  display: none;
}
@media (min-width: 1025px) {
  header.header .search-container {
    position: absolute;
    right: 41px;
    top: 31px;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 20px;
    background-image: url(img/icons/LKJ_Lupe_Icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 9px top 11px;
    background-color: #FFB901;
    border: 1px solid #FFB901;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  header.header .search-container.focused, header.header .search-container:hover {
    margin-top: -5px;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    background-size: 20px;
    background-position: right 13px top 14px;
  }
  header.header .search-container.focused .search, header.header .search-container:hover .search {
    opacity: 1;
    position: absolute;
  }
  header.header .search-container .search {
    right: 70px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  header.header .search-container input, header.header .search-container textarea, header.header .search-container select, header.header .search-container input:focus, header.header .search-container textarea:focus, header.header .search-container select:focus {
    padding: 12px 28px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
  }
  header.header .search-container input {
    width: 170px;
    float: left;
  }
  header.header .search-container input::placeholder {
    color: #fff;
  }
  header.header .search-container button {
    position: absolute;
    right: -70px;
    width: 50px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  header.header .search-container {
    position: relative;
    margin: 20px 16px;
    width: 300px;
    max-width: calc( 100% - 30px);
    height: 40px;
    z-index: 9;
    border-radius: 20px;
    background-image: url(img/icons/LKJ_Lupe_Icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 9px top 11px;
    background-color: #FFB901;
    border: 1px solid #FFB901;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  header.header .search-container input, header.header .search-container textarea, header.header .search-container select, header.header .search-container input:focus, header.header .search-container textarea:focus, header.header .search-container select:focus {
    padding: 12px 28px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
  }
  header.header .search-container input {
    width: 170px;
    float: left;
  }
  header.header .search-container input::placeholder {
    color: #fff;
  }
  header.header .search-container button {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  header.header .inner {
    height: 63px;
  }
  header.header .logo {
    top: 15px;
  }
  header.header .burger-checkbox,
  header.header .burger {
    display: none;
    right: 15px;
    top: 6px;
    z-index: 9;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  header.header .burger-checkbox:checked ~ .burger .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  header.header .burger-checkbox:checked ~ .burger .line:nth-child(2) {
    opacity: 0;
  }
  header.header .burger-checkbox:checked ~ .burger .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  header.header .burger-checkbox:checked ~ .nav {
    display: block;
    height: auto;
  }
  header.header .burger {
    display: block;
  }
  header.header .burger .line {
    position: absolute;
    display: block;
    left: 10px;
    height: 4px;
    width: 30px;
    background: #000;
    transition: 0.2s ease-out;
    transform-origin: center;
  }
  header.header .burger .line:nth-child(1) {
    top: 12px;
  }
  header.header .burger .line:nth-child(2) {
    top: 24px;
  }
  header.header .burger .line:nth-child(3) {
    top: 36px;
  }
  header.header .nav {
    position: absolute;
    display: none;
    margin-top: 63px;
    z-index: 99;
    max-height: calc(100vh - 63px);
    overflow: scroll;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0B2526;
    -ms-overflow-style: none;
  }
  header.header .nav::-webkit-scrollbar {
    display: none;
  }
  header.header .nav a {
    color: #fff;
  }
  header.header .nav .current_page_item > a {
    font-weight: bold;
  }
  header.header .nav ul.menu {
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
  }
  header.header .nav ul.menu li {
    display: table;
    float: none;
    margin: 0px;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }
  header.header .nav ul.menu li ul {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 0px 5px 18px;
    background-color: transparent;
  }
  header.header .nav ul.menu li ul li {
    margin: initial;
    padding: initial;
    height: inherit;
    line-height: 50px;
    border-bottom: unset;
    background-image: linear-gradient(to right, #fff 50%, transparent 50%);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 20px 1px;
  }
  header.header .nav ul.menu li ul li:hover {
    margin: initial;
    padding: initial;
    background-color: transparent;
  }
  header.header .nav ul.menu li ul li:hover a {
    color: #fff;
  }
  header.header .nav ul.menu li ul li:last-child {
    background-image: none;
  }
}

.no-touch .nav ul.menu > li > a:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #FFB901 50%, #FFB901 66%, rgba(255, 255, 255, 0) 66%);
}
@media (max-width: 1024px) {
  .no-touch .nav ul.menu > li > a:hover {
    background: none;
  }
}

@media (max-width: 1024px) {
  .no-touch .nav a:hover {
    color: #ccc !important;
    background: none;
  }
}
.scroll-down header.header {
  top: -100px;
}

.scroll-up header.header {
  top: 0px;
}
@media (min-width: 1025px) {
  .scroll-up header.header {
    top: -10px;
  }
}

@media (min-width: 1025px) {
  .scroll-down header.header, .scroll-up header.header {
    height: 90px;
  }
  .scroll-down header.header .logo-img, .scroll-up header.header .logo-img {
    margin-top: 3px;
    height: 30px;
  }
}

.header-image {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header-image {
    margin-top: 63px;
  }
}
.header-image .center {
  max-height: 560px;
  position: relative;
  transform: translate(50%, 50%);
}
.header-image .center img {
  width: 100%;
  min-width: 500px;
  transform: translate(-50%, -50%);
}
.header-image .motoslider_wrapper {
  min-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}

.page-child .header-image, .home .header-image, .single .header-image, .header .header-image {
  max-height: 560px;
}

main {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}
main section {
  overflow-wrap: break-word;
  padding-top: 140px;
  background-color: #fff;
}
@media (max-width: 768px) {
  main section {
    padding-top: 70px;
  }
}
main section.content {
  position: relative;
  margin: 0px 41px 0px 41px;
  top: 0px;
  background-color: #fff;
}
@media (max-width: 768px) {
  main section.content {
    margin: 0px 15px 0px 15px;
  }
}
main section .articles-container, main section .subpage-container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: -77px;
}
@media (max-width: 768px) {
  main section .articles-container, main section .subpage-container {
    flex-flow: column;
  }
  main section .articles-container article, main section .subpage-container article {
    flex-basis: auto;
  }
}
main section .articles-container article, main section .subpage-container article {
  position: relative;
  flex-basis: calc(50% - 9px);
  margin-bottom: 77px;
}
main section .articles-container article header, main section .subpage-container article header {
  cursor: pointer;
}
main section .articles-container article.post, main section .articles-container article.collapsed header, main section .subpage-container article.post, main section .subpage-container article.collapsed header {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}
main section .articles-container article.post a .news-thumbnail, main section .articles-container article header a .news-thumbnail, main section .subpage-container article.post a .news-thumbnail, main section .subpage-container article header a .news-thumbnail {
  overflow: hidden;
}
main section .articles-container article.post a .news-thumbnail img, main section .articles-container article header a .news-thumbnail img, main section .subpage-container article.post a .news-thumbnail img, main section .subpage-container article header a .news-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
}
main section .articles-container article.post a:hover .news-thumbnail img, main section .articles-container article header a:hover .news-thumbnail img, main section .subpage-container article.post a:hover .news-thumbnail img, main section .subpage-container article header a:hover .news-thumbnail img {
  transform: scale(1.05);
  transition-timing-function: cubic-bezier(0.7, 0, 0.5, 3);
}
main section .articles-container article.post a:hover h2, main section .articles-container article header a:hover h2, main section .subpage-container article.post a:hover h2, main section .subpage-container article header a:hover h2 {
  color: #FF783C;
}
main section .articles-container article.post a:hover .arrow, main section .articles-container article.post a:hover .hide-content div:nth-child(1):before, .hide-content main section .articles-container article.post a:hover div:nth-child(1):before, main section .articles-container article header a:hover .arrow, main section .articles-container article header a:hover .hide-content div:nth-child(1):before, .hide-content main section .articles-container article header a:hover div:nth-child(1):before, main section .subpage-container article.post a:hover .arrow, main section .subpage-container article.post a:hover .hide-content div:nth-child(1):before, .hide-content main section .subpage-container article.post a:hover div:nth-child(1):before, main section .subpage-container article header a:hover .arrow, main section .subpage-container article header a:hover .hide-content div:nth-child(1):before, .hide-content main section .subpage-container article header a:hover div:nth-child(1):before {
  background-color: #FF783C;
}
main section .articles-container article.post .arrow, main section .articles-container article.post .hide-content div:nth-child(1):before, .hide-content main section .articles-container article.post div:nth-child(1):before, main section .subpage-container article.post .arrow, main section .subpage-container article.post .hide-content div:nth-child(1):before, .hide-content main section .subpage-container article.post div:nth-child(1):before {
  right: 23px;
}
main section .articles-container article.post h2, main section .subpage-container article.post h2 {
  padding-right: 80px;
  transition: color 0.1s ease-out;
}
main section .articles-container article.post h2 {
  color: #000;
  padding-right: 90px;
}
@media (max-width: 480px) {
  main section .articles-container article.post .arrow, main section .articles-container article.post .hide-content div:nth-child(1):before, .hide-content main section .articles-container article.post div:nth-child(1):before {
    right: auto;
  }
  main section .articles-container article.post h2 {
    padding-right: 0px;
  }
  main section .articles-container article.post h2:last-of-type {
    padding-bottom: 65px;
  }
}
main section .articles-container article.post .date .calendar {
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
  height: 1em;
}
main section .subpage-container article header {
  position: relative;
}
main section .subpage-container article h2 {
  transition: color 0.1s ease-out;
}
main section .subpage-container article h2:nth-child(2) {
  padding-bottom: 90px;
}
main section .subpage-container article h3 {
  position: absolute;
  bottom: 13px;
  padding-left: 60px;
}
main section .subpage-container article .article-content {
  opacity: 0;
  height: 0;
  max-height: 0;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}
main section .subpage-container article.active .article-content {
  height: auto;
  max-height: 3000px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  opacity: 1;
  transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}
main section .pagination {
  margin-bottom: 50px;
  padding: 15px 0px;
  line-height: 1.2em;
}

.page-template-template-show-child-as-post .subpage-container, .single-post .articles-container {
  margin-bottom: 0px;
}

.page-child main section.content, .single main section.content, .page-template-template-no-header-php main section.content {
  min-height: 280px;
  padding: 140px 41px 41px;
}
@media (max-width: 768px) {
  .page-child main section.content, .single main section.content, .page-template-template-no-header-php main section.content {
    padding: 70px 15px 15px;
  }
}
.page-child main section.content article p a, .single main section.content article p a, .page-template-template-no-header-php main section.content article p a {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FFB901 57%, #FFB901 88%, rgba(255, 255, 255, 0) 88%);
}
.page-child main section.content article p a:hover, .single main section.content article p a:hover, .page-template-template-no-header-php main section.content article p a:hover {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FF783C 57%, #FF783C 88%, rgba(255, 255, 255, 0) 88%);
}
.page-child main section.content article .gray-bg, .single main section.content article .gray-bg, .page-template-template-no-header-php main section.content article .gray-bg {
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
  max-width: 99999px;
}
.page-child main section.content article > *, .page-child main section.content article .gray-bg > *, .single main section.content article > *, .single main section.content article .gray-bg > *, .page-template-template-no-header-php main section.content article > *, .page-template-template-no-header-php main section.content article .gray-bg > * {
  margin-left: 10%;
  margin-right: 20%;
  max-width: 766px;
}
@media (max-width: 768px) {
  .page-child main section.content article > *, .page-child main section.content article .gray-bg > *, .single main section.content article > *, .single main section.content article .gray-bg > *, .page-template-template-no-header-php main section.content article > *, .page-template-template-no-header-php main section.content article .gray-bg > * {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-child main section.content article .date .calendar, .single main section.content article .date .calendar, .page-template-template-no-header-php main section.content article .date .calendar {
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
  height: 1em;
}
.page-child main section.content article .fullwidth, .single main section.content article .fullwidth, .page-template-template-no-header-php main section.content article .fullwidth {
  max-width: 99999px;
  margin-left: -41px;
  margin-right: -41px;
}
@media (max-width: 768px) {
  .page-child main section.content article .fullwidth, .single main section.content article .fullwidth, .page-template-template-no-header-php main section.content article .fullwidth {
    max-width: 99999px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-child main section.content article .fullwidth img, .single main section.content article .fullwidth img, .page-template-template-no-header-php main section.content article .fullwidth img {
  max-width: 999999px;
  width: 100%;
}

.page-parent:not(.page-child) main section.content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.page-parent:not(.page-child) main section article.page {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .page-parent:not(.page-child) main section article.page {
    width: auto;
    float: none;
  }
}
.page-parent:not(.page-child) main section article.page p:nth-child(1) {
  margin-top: 0px;
}

.single-post main section.content {
  background-color: #0B2526;
  color: #fff;
}
.single-post main section.content p a {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FE91BB 57%, #FE91BB 88%, rgba(255, 255, 255, 0) 88%);
}
.single-post main section.content p a:hover {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FFB901 57%, #FFB901 88%, rgba(255, 255, 255, 0) 88%);
}
.single-post main section.content h1 {
  color: #fff;
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FE91BB 57%, #FE91BB 88%, rgba(255, 255, 255, 0) 88%);
}
.single-post main section.content .author {
  min-width: 170px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .single-post main section.content .author {
    min-width: 100px;
  }
}
.single-post main section.content .avatar {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 85px;
}
@media (max-width: 768px) {
  .single-post main section.content .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
.single-post main section.content a {
  color: #fff;
  font-weight: bold;
}

.search-results main section.content, .archive main section.content {
  display: table;
}
.search-results main section.content .results .result, .archive main section.content .results .result {
  min-height: 120px;
  margin-top: 30px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}
.search-results main section.content .results .result a, .archive main section.content .results .result a {
  color: #000;
}
.search-results main section.content .results .result .image-container, .archive main section.content .results .result .image-container {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.search-results main section.content .results .result .image-container img, .archive main section.content .results .result .image-container img {
  height: 100px;
}
.search-results main section.content .results .result .info, .archive main section.content .results .result .info {
  position: relative;
  left: 130px;
  margin-right: 130px;
  padding-bottom: 20px;
}

.project1 #project-bg, .project8 #project-bg {
  background-color: #FFB901;
}

.project2 #project-bg, .project9 #project-bg {
  background-color: #177551;
}

.project3 #project-bg, .project10 #project-bg {
  background-color: #FF783C;
}

.project4 #project-bg, .project11 #project-bg {
  background-color: #FF503B;
}

.project5 #project-bg, .project12 #project-bg {
  background-color: #B4E2BE;
}

.project6 #project-bg, .project13 #project-bg {
  background-color: #FE91BB;
}

.project7 #project-bg, .project14 #project-bg {
  background-color: #5149FF;
}

#project-bg {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.newsletter {
  background-color: #5149FF;
  background-image: url(img/newsletterbg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 60%;
}
@media (max-width: 600pxpx) {
  .newsletter {
    background-size: 100%;
  }
}

form:not(.search) input, form:not(.search) textarea {
  border: 2px solid #FF503B !important;
}
form:not(.search) input[type=submit] {
  border: none !important;
  background-color: #FF503B;
  color: #fff;
}
form:not(.search) input[type=submit]:hover {
  background-color: #FF783C !important;
}

.form-row {
  display: flex;
  gap: 0 1rem;
  flex-wrap: wrap;
}

.mc-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.mc-field-group .fname {
  width: 12rem;
}
.mc-field-group .lname {
  width: 17rem;
}
.mc-field-group .email {
  width: 30rem;
}
.mc-field-group .fname,
.mc-field-group .lname,
.mc-field-group .email {
  max-width: 100%;
}

.brandingLogo {
  text-align: right;
}

.gdprRequired {
  border: none;
  padding: 0;
}
.gdprRequired .subfield {
  display: flex;
  gap: 0.5rem;
}

[type=checkbox] {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--u--text-color);
  border-radius: 0;
  display: block;
  content: "";
  float: left;
  z-index: 5;
  position: relative;
  flex-shrink: 0;
}

[type=checkbox]:checked::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FF503B;
}

.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
}

.arrow, .hide-content div:nth-child(1):before {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 20px;
  border-radius: 25px;
  background-color: #5149FF;
  background-image: url(img/icons/LKJ_Pfeil_weiss_Icon.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.1s cubic-bezier(0.7, 0, 0.5, 1.8), background-color 0.1s;
}
.arrow.white, .hide-content div.white:nth-child(1):before {
  background-color: #fff;
  background-image: url(img/icons/LKJ_Pfeil_Schwarz.svg);
}
@media (max-width: 480px) {
  .arrow, .hide-content div:nth-child(1):before {
    width: 40px;
    height: 40px;
    margin: 5px 0px;
    background-size: 25px;
  }
}

.active .arrow, .active .hide-content div:nth-child(1):before, .hide-content .active div:nth-child(1):before {
  transform: rotate(90deg);
}

#news-peek {
  margin: 0px 41px 0px 41px;
}
@media (max-width: 768px) {
  #news-peek {
    margin: 0px 15px 0px 15px;
  }
}
#news-peek .date .calendar {
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
  height: 1em;
}

.single #news-peek {
  margin-bottom: 41px;
}

#projects-peek h1 {
  margin-left: 41px;
}
@media (max-width: 768px) {
  #projects-peek h1 {
    margin-left: 15px;
  }
}
#projects-peek h2 {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#projects-peek article {
  position: relative;
  height: 150px;
  padding: 0px 41px 0px 41px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
@media (max-width: 768px) {
  #projects-peek article {
    padding: 0px 15px 0px 15px;
  }
}
#projects-peek article .project-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 33%;
}
#projects-peek article .content {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 0px 41px;
}
@media (max-width: 768px) {
  #projects-peek article .content {
    padding: 0px 15px;
  }
}
#projects-peek #project1, #projects-peek #project8 {
  background-color: #FFB901;
}
#projects-peek #project2, #projects-peek #project9 {
  background-color: #177551;
}
#projects-peek #project3, #projects-peek #project10 {
  background-color: #FF783C;
}
#projects-peek #project4, #projects-peek #project11 {
  background-color: #FF503B;
}
#projects-peek #project5, #projects-peek #project12 {
  background-color: #B4E2BE;
}
#projects-peek #project6, #projects-peek #project13 {
  background-color: #FE91BB;
}
#projects-peek #project7, #projects-peek #project14 {
  background-color: #5149FF;
}

#projects-peek.tagungen article {
  height: 175px;
}
#projects-peek.tagungen .content > * {
  color: #000 !important;
  transition: color 0.5s linear;
}
#projects-peek.tagungen a:nth-child(odd) article {
  background-color: #fff !important;
}
#projects-peek.tagungen a:nth-child(even) article {
  background-color: #B4E2BE !important;
}
#projects-peek.tagungen a:hover .content > * {
  color: #fff !important;
}

.page-template-template-tagungen #projects-peek.tagungen a:nth-child(odd) article {
  background-color: #B4E2BE !important;
}
.page-template-template-tagungen #projects-peek.tagungen a:nth-child(even) article {
  background-color: #fff !important;
}

.no-touch #projects-peek article:hover {
  height: 340px;
}
.no-touch #projects-peek article:hover h2 {
  overflow: visible;
  white-space: normal;
}
.no-touch #projects-peek article:hover .project-image {
  opacity: 1;
}

#about-peek h1 {
  margin-left: 41px;
}
@media (max-width: 768px) {
  #about-peek h1 {
    margin-left: 15px;
  }
}
#about-peek article {
  position: relative;
  height: 150px;
  padding: 0px 41px 0px 41px;
  margin-top: -1px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 20px 1px;
  transition: background-color 0.2s;
  color: #000;
}
#about-peek article:hover {
  background-color: #0B2526;
  color: #fff;
}
#about-peek article:hover .arrow, #about-peek article:hover .hide-content div:nth-child(1):before, .hide-content #about-peek article:hover div:nth-child(1):before {
  background-color: #fff;
  background-image: url(img/icons/LKJ_Pfeil_Schwarz.svg);
}
#about-peek article .content {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 0px 41px;
}
@media (max-width: 768px) {
  #about-peek article .content {
    padding: 0px 15px;
  }
}
#about-peek a:nth-child(1) article::before, #about-peek a:nth-child(2) article::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}

.page-child #about-peek a:last-child article {
  background-image: none;
}

.articles-container,
.home #about-peek a:nth-child(2) article,
.page-child #about-peek a:nth-child(2) article,
.home #projects-peek a:nth-child(2) article,
.page-child #projects-peek a:nth-child(2) article {
  margin-top: 61px;
}

.quotes {
  margin-bottom: 50px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.quotes .quote {
  position: relative;
  border-radius: 500px 500px 500px 0px;
  width: 50%;
  min-width: 500px;
  max-width: 100%;
  padding: 100px 70px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background-color: #FF783C;
}
.quotes .quote:nth-child(2) {
  border-radius: 500px 500px 0px 500px;
  width: 35%;
  min-width: 350px;
  padding: 85px 60px;
  margin-left: auto;
  font-size: 24px;
  background-color: #FFB901;
}
@media (max-width: 1024px) {
  .quotes .quote {
    width: 500px;
    max-width: 100%;
    min-width: 0px;
    padding: 70px 50px;
    font-size: 24px;
  }
  .quotes .quote:nth-child(2) {
    width: 400px;
    max-width: 100%;
    min-width: 0px;
    padding: 60px 45px;
    margin-left: auto;
    font-size: 18px;
  }
}

footer {
  position: relative;
  width: 100%;
  min-height: 280px;
  color: #FFF;
  background-color: #0B2526;
}
footer .content {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 30px 41px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  footer .content {
    padding: 30px 15px;
  }
}
footer .copyright {
  text-align: right;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ccc;
}
footer ul {
  padding: 0px;
}
footer ul li {
  display: table;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 16px;
}

body {
  max-width: 100vw;
  font-family: "Work Sans", sans-serif;
  color: #000;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

body.loaded {
  opacity: 1;
}

body.loaded {
  opacity: 1;
}

p {
  line-height: 1.5em;
  overflow-wrap: break-word;
}

ul {
  line-height: 1.5em;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

::selection {
  background: #FF783C;
  color: #FFF;
  text-shadow: none;
}

h1 {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.17em;
  letter-spacing: -0.005em;
  position: relative;
  color: #000;
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FFB901 57%, #FFB901 88%, rgba(255, 255, 255, 0) 88%);
  align-self: flex-start;
}

a:hover h1 {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 57%, #FF783C 57%, #FF783C 88%, rgba(255, 255, 255, 0) 88%);
}

.h1-outer {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  article.post h1, article.project h1 {
    font-size: 1.57em;
    line-height: 1.14em;
  }
}

h2 {
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: -0.005em;
}

input,
textarea,
select {
  padding: 7px;
  margin: 0px;
  border: 1px solid #aaaaaa;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
}

button {
  padding: 8px 15px 8px 15px;
  border: none;
  background: #aaa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  color: #fff;
}
button:hover {
  background-color: #999;
  box-shadow: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-block-image img {
  height: auto;
}

a.post-edit-link {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px !important;
  padding: 3px;
  background: none !important;
  background-color: #5149FF !important;
  color: #fff;
  text-align: right;
}
a.post-edit-link:hover {
  background-color: #fff !important;
  color: #FF503B !important;
}

ul.arrow-list {
  list-style-type: none;
  padding-left: 0px;
}
ul.arrow-list li:before {
  content: "➔ ";
}

.hide-content {
  display: block;
  padding-top: 15px;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}
.hide-content div {
  position: static;
  display: flex;
  align-items: center;
}
.hide-content div:nth-child(1) {
  cursor: pointer;
}
.hide-content div:nth-child(1):before {
  content: "";
  margin-right: 1em;
  position: static;
}
.hide-content div:nth-child(1):hover:before {
  background-color: #FF783C;
}
.hide-content div:nth-child(2) {
  margin: 0px !important;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}
.hide-content.active div:nth-child(1):before {
  transform: rotate(90deg);
}
.hide-content.active div:nth-child(2) {
  max-height: 3000px;
  opacity: 1;
}

.wp-block-separator {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #0B2526 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 20px 1px;
}

.wp-block-file a:before {
  content: "";
  float: left;
  margin-right: 10px;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  background-image: url(img/icons/download.svg);
}
.wp-block-file a {
  display: inline-block;
  margin-top: 24px;
}
