@charset "UTF-8";
@font-face {
  font-family: "karlaregular";
  src: url("fonts/karla-regular-webfont.woff2") format("woff2"), url("fonts/karla-regular-webfont.woff") format("woff");
  ont-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "miller_displaylight";
  src: url("fonts/miller-lig-webfont.woff2") format("woff2"), url("fonts/miller-lig-webfont.woff") format("woff");
  ont-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "miller_displayroman";
  src: url("fonts/miller-reg-webfont.woff2") format("woff2"), url("fonts/miller-reg-webfont.woff") format("woff");
  ont-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fluid font size variables, for browsers that support clamp */
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-base: clamp(1rem, 0.5vw + 0.88rem, 1.38rem);
  }
}
/* Fallback variables for browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-base: 1rem;
  }
  @media screen and (min-width: 1600px) {
    :root {
      --font-size-base: 1.38rem;
    }
  }
}
body,
html,
p {
  font-family: "miller_displayroman", Arial;
  font-size: 18px;
  line-height: 24px;
}

p {
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "miller_displaylight", Arial;
}

.page-heading h1,
.page-content h1 {
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .page-heading h1,
  .page-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 450px) {
  .page-heading h2,
  .page-content h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: "miller_displayroman";
  }
}
@media only screen and (max-width: 450px) {
  .page-heading p,
  .page-content p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

@media only screen and (min-width: 768px) {
  .page-heading {
    padding-top: 90px;
  }
}
.page-heading .heading-text {
  float: none;
}

.single .page-content h1,
.page .page-content h1 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .single .page-content h1,
  .page .page-content h1 {
    padding-top: 40px;
  }
}
.single.single-podcast h1, .single.single-event h1,
.page.single-podcast h1,
.page.single-event h1 {
  margin: 0.67em 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .single.single-podcast .inner-page-wrap, .single.single-event .inner-page-wrap,
  .page.single-podcast .inner-page-wrap,
  .page.single-event .inner-page-wrap {
    margin-top: 90px;
  }
}

.single p.back2all {
  text-align: center;
}

.kleingedrucktes {
  font-family: "karlaregular", Verdana;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

/*! LICENSE & DETAILS
==================================================

	Theme Name: KF Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.5
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

==================================================
*/
/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
#main-container {
  min-height: calc(100vh - 235px);
}

a:hover img,
a:hover svg,
button:hover img {
  opacity: 0.5;
}

a img,
a svg {
  transition: all 0.2s ease-in-out;
}

p a {
  color: #808080;
}

p a:hover {
  color: #000;
}

.div-link {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.div-link .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.div-link img {
  transition: opacity 0.2s ease-in-out;
}
.div-link:hover {
  color: #808080;
}
.div-link:hover a {
  color: #808080;
}
.div-link:hover img {
  opacity: 0.5;
}

.pagination {
  margin-top: 30px;
}

.pagination p {
  text-align: right;
}

.pagination h2 a {
  color: #808080;
}

.pagination h2 a:hover {
  color: #000;
}

.page-content ul li::before {
  margin-left: -30px;
  content: "○";
  margin-right: 17px;
}

.page-content ul li {
  padding-left: 30px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  body.page .inner-page-wrap .page-content {
    margin: 0 auto;
  }
  body.page-full .inner-page-wrap .page-content {
    margin: 0 auto;
  }
  body.page-id-15 .inner-page-wrap .page-content {
    margin: 0 auto;
  }
}
.stretch-empty {
  min-height: calc(100vh - 470px);
}

@media only screen and (min-width: 1024px) {
  .header-wrap {
    position: fixed;
    width: 100%;
  }
}
#mobile-logo,
#mobile-logo img {
  max-height: 43px !important;
}

#mobile-header-sticky-wrapper #mobile-header {
  padding: 15px;
  border-bottom: 1px solid #000000;
}

#overlay-menu {
  height: 300px;
  background-color: #fff !important;
}

#overlay-menu nav > div {
  height: auto;
}

#overlay-menu {
  margin-top: -70px;
}

.overlay-menu-open #overlay-menu nav {
  top: 90px;
}

.overlay-menu-open div#header-sticky-wrapper.sticky-wrapper,
.overlay-menu-open.browser-ff #logo a {
  height: 70px !important;
}

.overlay-menu-open .full-header-stick #header,
.overlay-menu-open .full-header-stick #logo,
.overlay-menu-open .full-header-stick .header-left,
.overlay-menu-open .full-header-stick .header-right {
  height: 70px !important;
  line-height: 70px !important;
}

.full-header-stick #header,
.full-header-stick #logo,
.full-header-stick .header-left,
.full-header-stick .header-right {
  -moz-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out;
}

.overlay-menu-open #overlay-menu {
  transition: margin-top 0.3s;
  margin-top: 0;
  border-bottom: 1px solid black;
}

header#header,
.header-wrap #header-section .is-sticky .sticky-header {
  border-bottom: 1px solid;
  border-color: black !important;
}

.overlay-menu-open .header-wrap #header-sticky-wrapper #header {
  background-color: #fff !important;
  border-bottom: 0px solid;
}

#overlay-menu nav ul.menu {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -ms-column-count: 3;
  -ms-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  max-width: 990px;
}

#overlay-menu nav ul.menu > li.menu-item {
  border-left: 1px solid black;
  border-bottom: 1px solid white;
  width: 330px;
}

#overlay-menu nav ul.menu > li.menu-item:nth-child(n+9) {
  border-right: 1px solid black;
}

#overlay-menu nav ul.menu > li.menu-item:hover {
  border-bottom-color: black;
}

#overlay-menu nav ul.menu > li.current-menu-item {
  background-color: rgba(255, 220, 190, 0.9);
}

#overlay-menu nav ul.menu > li.menu-item > a {
  padding: 1px 0;
}

#overlay-menu nav li a {
  font-size: 24px !important;
  font-family: miller_displaylight, Arial;
  line-height: 32px !important;
}

@media only screen and (min-width: 1025px) {
  .aux-item a.menu-bars-link {
    margin-right: 0;
  }
  a.text-link {
    font-family: "karlaregular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding-top: 1px;
    border-bottom: none;
    letter-spacing: 0.1em;
    float: right;
  }
  a.text-link span {
    padding: 8px 30px 5px 15px;
    border-right: 1px solid black;
  }
  .overlay-menu-open a.text-link {
    display: none;
  }
}
a.menu-bars-link span,
a.menu-bars-link span:before,
a.menu-bars-link span:after {
  height: 1px;
  width: 20px;
}

#mobile-menu ul li a {
  font: 22px/28px miller_displaylight;
  padding: 5px 20px;
  text-align: center;
}

.mh-overlay #mobile-menu-wrap {
  padding-top: 0;
  margin-top: 70px;
}

a.mobile-overlay-close {
  background-color: white;
  right: 10px;
}

.mobile-header-opts.opts-right {
  right: 0;
  top: 15px;
  margin-top: 0;
}

.mobile-header-opts {
  padding: 15px 15px 0;
}

a.mobile-menu-link,
a.menu-bars-link span,
a.menu-bars-link span:before,
a.menu-bars-link span:after {
  width: 25px;
}

a.mobile-menu-link {
  height: 25px;
}

.overlay-menu-open a.mobile-menu-link,
.overlay-menu-open a.menu-bars-link span,
.overlay-menu-open a.menu-bars-link span:before,
.overlay-menu-open a.menu-bars-link span:after {
  width: 20px;
  height: 1px;
}

section.event p.kleingedrucktes,
section.event p + p,
.single-event p.kleingedrucktes {
  margin-bottom: 0;
}

.single-event .content-wrap > h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-template-events section.event h2 {
  margin-top: 0;
}

.page-template-template-events section.event {
  padding-top: 40px;
  border-bottom: 1px solid black;
}

.page-template-template-events section.event:first-of-type {
  margin-top: 5px;
}

.page-template-template-events section.event .spb_text_column {
  margin-bottom: 40px;
}

.page-template-template-events section.event {
  background-color: #f0f0f0;
}

.page-template-template-events section.event:hover {
  background-color: white;
  cursor: pointer;
}

.page-template-template-events a:hover {
  color: inherit;
}

.page-template-template-events-archiv section.event h2 {
  margin-top: 0;
}

.page-template-template-events-archiv section.event {
  padding-top: 40px;
  border-bottom: 1px solid black;
}

.page-template-template-events-archiv section.event:first-of-type {
  margin-top: 5px;
}

.page-template-template-events-archiv section.event .spb_text_column {
  margin-bottom: 40px;
}

.page-template-template-events-archiv section.event {
  background-color: #f0f0f0;
}

.page-template-template-events-archiv section.event:hover {
  background-color: white;
  cursor: pointer;
}

.page-template-template-events-archiv a:hover {
  color: inherit;
}

.single-event .content-wrap > h2,
.single-event .content-wrap p.kleingedrucktes,
.single-event .content-wrap p.event-time {
  text-align: center;
}

.pub-tumb {
  text-align: center;
  margin-bottom: 15px;
}

.page-template-template-publications section.publication h2 {
  margin-top: 0;
}

.page-template-template-publications section.publication {
  padding-top: 40px;
  border-bottom: 1px solid black;
}

.page-template-template-publications section.publication:first-of-type {
  margin-top: 5px;
}

.page-template-template-publications section.publication .spb_text_column {
  margin-bottom: 40px;
}

.page-template-template-publications section.publication {
  background-color: #f0f0f0;
}

.page-template-template-publications section.publication:hover {
  background-color: white;
  cursor: pointer;
}

.page-template-template-publications a:hover {
  color: inherit;
}

.page-id-15 .inner-page-wrap {
  padding-top: 25px;
}

.team_list .title-wrap h3 {
  font-size: 30px;
  text-decoration: none;
  text-align: center;
}

.team_list .title-wrap .spb-heading {
  float: none;
  margin-bottom: 20px;
}

.title-wrap .spb-heading > span {
  border-width: 1px;
}

.team-members .div-link {
  cursor: pointer;
}

.team-members .thumb-info {
  visibility: hidden;
}

.team-members .team-member-name {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .team-member.col-sm-4 {
    padding: 0 20px;
  }
}
.single-team .spb_image figure {
  margin: 0 !important;
}

.spb_accordion h4.ui-accordion-header,
.toggle-wrap .spb_toggle {
  font-family: "karlaregular";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.single-team .spb_accordion .spb_accordion_section {
  border-top-width: 1px;
  border-color: rgb(0, 0, 0);
}

.spb_accordion .spb_accordion_section:last-child {
  border-bottom-width: 1px;
}

.spb_accordion .ui-accordion .ui-accordion-content {
  padding-top: 12px;
}

.toggle-wrap .spb_toggle:hover {
  color: #000000 !important;
  opacity: 1;
}

.toggle-wrap {
  margin-bottom: 0;
}

.toggle-wrap .spb_toggle {
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-color: #999999 !important;
}

div section:last-child .toggle-wrap .last_toggle_el_margin {
  border-top: 1px #999 solid;
}

.directory-results {
  text-align: center;
}

.results-title {
  display: none;
}

.pinmarker .pinmarker-container {
  margin-left: 0;
}

.pinmarker-container h3 {
  font-weight: normal;
}

.pinmarker-container a.pin-button {
  font-family: "karlaregular";
  font-weight: normal;
}

@media only screen and (max-width: 450px) {
  .toggle-wrap .spb_toggle {
    padding: 12px 0;
  }
}
.sidebar .textwidget {
  text-align: center;
}

.home section.post {
  margin-bottom: 60px;
}

.home section.post h1 {
  margin-top: -10px;
}

.home section.e_category-termin {
  background-color: #ffdcbe;
}

.modal-backdrop,
.modal-content,
.modal-header {
  background-color: #ffdcbe !important;
}

.modal-backdrop.in {
  opacity: 1;
}

.modal-header {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-body {
  padding-top: 0;
}

.modal-header,
.modal-header .kleingedrucktes {
  text-align: center;
}

.modal-header {
  padding-bottom: 48px;
}

.modal-header button img {
  width: 160px;
}

.modal-header .close {
  float: none;
}

.modal-body p:nth-last-child(-n+2) {
  font-family: karlaregular, Verdana;
  font-size: 14px !important;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
}

.modal-body p:nth-last-child(2) {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}

.modal-dialog {
  max-height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #footer > .container {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #footer .foot-kf.col-md-4 {
    width: 31%;
  }
  #footer .foot-menu.col-md-4 {
    width: 35.666%;
  }
}
@media only screen and (min-width: 1310px) {
  #footer > .container {
    width: 1280px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .foot-menu,
  #footer .foot-logos {
    border-left: solid 1px black;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 1309px) {
  #footer .foot-kf {
    padding-left: 30px;
  }
}
#footer .widget .textwidget {
  margin-top: 0;
}

#footer,
#footer-widgets .widget {
  padding-top: 0;
  padding-bottom: 0;
}

#footer .foot-kf,
#footer .foot-menu,
#footer .foot-logos .dfg,
#footer .foot-logos .hu {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #footer .foot-kf,
  #footer .foot-menu,
  #footer .foot-logos .hu {
    height: 254px;
  }
}
#footer .foot-logos .dfg img {
  max-width: 116px;
}

#footer .foot-logos .hu img {
  max-width: 160px;
}

#footer .foot-logos .hu {
  background-color: #ffffff;
}

#footer .kleingedrucktes {
  font-size: 14px;
  letter-spacing: 0.08em;
}

#footer .foot-logos .dfg p.kleingedrucktes {
  font-family: karlaregular, Verdana;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: none;
  margin-bottom: 7px;
}

#footer-widgets .foot h1,
#footer .foot:nth-child(3) .spb_text_column {
  margin-bottom: 0;
}

#footer .widget ul li {
  border: none;
  line-height: 100%;
}

ul#menu-main-2 li > a {
  padding: 7.1px 0;
  text-transform: uppercase;
}

ul#menu-main-2 li > a:hover {
  color: white;
}

ul#menu-main-2.menu {
  font-family: karlaregular, Verdana;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -ms-column-count: 2;
  -ms-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .kleingedrucktes {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  ul#menu-main-2.menu {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  #footer-widgets .foot h1 {
    font-size: 35px;
    line-height: 42px;
  }
  #footer .foot-kf,
  #footer .foot-menu,
  #footer .foot-logos .hu {
    height: 216px;
  }
}
.setHeight .podcast-player .panels .chaptermarks {
  height: 100% !important;
}

.spb_accordion .spb_accordion_section > h4 a {
  padding-left: 0;
}
.spb_accordion .spb_accordion_section .spb_text_column {
  padding: 0;
}

.toggle-wrap .spb_toggle {
  padding-left: 0;
  padding-right: 35px;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.home .bodymovin-wrapper canvas {
  display: none;
}
.home section.div-link:hover,
.home section.div-link:hover a {
  color: #808080;
}
.home section.div-link a:hover {
  color: #808080;
}
.home section.event {
  border: 1px solid black;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background-color: white;
}
.home .inner-page-wrap h1,
.home .inner-page-wrap h2 {
  text-align: center;
}
@media (max-width: 1199px) {
  .home .inner-page-wrap.row {
    display: flex;
    flex-direction: column;
  }
  .home .inner-page-wrap.row > div {
    order: 2;
    width: 100%;
  }
  .home .inner-page-wrap.row > aside {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .home .inner-page-wrap .page-content > section {
    display: flex;
    flex-direction: column;
  }
  .home .inner-page-wrap .page-content > section .spb-column-container:first-child {
    order: 2;
    flex-basis: 100%;
  }
  .home .inner-page-wrap .page-content > section .spb-column-container:last-child {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home .inner-page-wrap .sidebar.right-sidebar {
    margin-top: -16px;
  }
}
.home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 0;
    margin: 0 -7.5px;
  }
  .home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap > section {
    padding: 0 7.5px;
  }
}
.home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap > section {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 1199px) {
  .home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap > section {
    width: 33.33%;
  }
  .home .inner-page-wrap .sidebar.right-sidebar .sidebar-widget-wrap > section .kleingedrucktes {
    display: none;
  }
}
.home .inner-page-wrap .sidebar.right-sidebar .newsletter-link {
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.home .inner-page-wrap .sidebar.right-sidebar .newsletter-link:hover {
  opacity: 0.5;
}
.home .inner-page-wrap .sidebar.right-sidebar .newsletter-link:hover svg {
  opacity: 1;
}
@media (min-width: 1200px) {
  .home .inner-page-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .home .latest-posts article {
    margin-top: 20px;
  }
}
.home .latest-posts .post-thumbnail {
  text-align: center;
}
.home .latest-posts .post-img {
  max-height: 400px;
  width: auto;
}
.home .latest-posts .post-thumbnail + .entry-content {
  margin-top: 24px;
}
.home .latest-posts footer {
  margin-top: 24px;
}
.home .latest-posts .stretched-link,
.home .latest-posts .more-link {
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}
.home .latest-posts .stretched-link:hover,
.home .latest-posts .more-link:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-home .inner-page-wrap > .col-lg-10 .page-content .col-sm-6:first-child {
    flex-basis: 60%;
    width: 60%;
  }
  .page-template-template-home .inner-page-wrap > .col-lg-10 .page-content .col-sm-6:last-child {
    flex-basis: 40%;
    width: 40%;
  }
  .sidebar.right-sidebar .sidebar-widget-wrap {
    padding-left: 0;
  }
  .page-template-template-home .inner-page-wrap > .col-lg-10 h1,
  .page-template-template-home .inner-page-wrap > .col-lg-10 h2 {
    text-align: center;
  }
}
.postdoc .team-members {
  display: flex;
  justify-content: center;
}

.team_list .team-member-name {
  line-height: 1.27;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-base);
  font-display: swap;
}
.team_list .team-member-position {
  display: none;
}

.page-id-3145 .spb_accordion .ui-accordion .ui-accordion-content .row {
  margin: 0 !important;
}

.page-id-3145 .spb_accordion .ui-accordion .ui-accordion-content {
  padding-left: 0;
  padding-right: 0;
}

.col-maxwidth, .col-maxwidth.row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-aktuelles article,
.blog article {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
  background-color: #f0f0f0;
}
.page-template-template-aktuelles article:hover,
.blog article:hover {
  background-color: white;
  cursor: pointer;
}
.page-template-template-aktuelles article:first-of-type,
.blog article:first-of-type {
  margin-top: 5px;
}
.page-template-template-aktuelles article h2,
.blog article h2 {
  margin-top: 0;
}
.page-template-template-aktuelles article .spb_text_column,
.blog article .spb_text_column {
  margin-bottom: 0;
}
.page-template-template-aktuelles article .spb_text_column p > img,
.blog article .spb_text_column p > img {
  max-height: 600px;
  width: auto;
}
.page-template-template-aktuelles article footer,
.blog article footer {
  margin-top: 24px;
}
.page-template-template-aktuelles article .thumb_column + .spb_text_column,
.blog article .thumb_column + .spb_text_column {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-template-template-aktuelles article .thumb_column + .spb_text_column,
  .blog article .thumb_column + .spb_text_column {
    margin-top: -8px;
  }
}
.page-template-template-aktuelles .stretched-link,
.page-template-template-aktuelles .more-link,
.blog .stretched-link,
.blog .more-link {
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}
.page-template-template-aktuelles .stretched-link:hover,
.page-template-template-aktuelles .more-link:hover,
.blog .stretched-link:hover,
.blog .more-link:hover {
  opacity: 0.5;
}
.page-template-template-aktuelles .pagination a,
.blog .pagination a {
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}
.page-template-template-aktuelles .pagination a:hover,
.blog .pagination a:hover {
  opacity: 0.5;
}

.single-post .post-thumbnail {
  text-align: center;
}
.single-post .post-thumbnail img {
  max-height: 600px;
  width: auto;
}
.single-post .entry-content {
  padding: 40px 0;
}
.single-post .entry-content p img {
  max-height: 600px;
  width: auto;
}
.single-post .entry-footer .back2all a {
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}
.single-post .entry-footer .back2all a:hover {
  opacity: 0.5;
}

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