<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 *Theme Name: philab
 *Theme URI: http://underscores.me/
 *Author: Underscores.me
 *Author URI: http://underscores.me/
 *Description: Description
 *Version: 1.0.0
 *License: GNU General Public License v2 or later
 *License URI: LICENSE
 *Text Domain: philab
 *Tags: custom-background, custom-logo, custom-menu, featu#c3212e-images, threaded-comments, translation-ready
 *
 *This theme, like WordPress, is licensed under the GPL.
 *Use it to make something cool, have fun, and share what you've learned.
 *
 *philab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 *Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 *Normalizing styles have been helped along thanks to the fine work of
 *Nicolas Gallagher and Jonathan Neal https: */
/*--------------------------------------------------------------
 *&gt;&gt;&gt; TABLE OF CONTENTS:
 *----------------------------------------------------------------
 *# Normalize
 *# Typography
 *# Elements
 *# Forms
 *# Navigation
 *	## Links
 *	## Menus
 *# Accessibility
 *# Alignments
 *# Widgets
 *# Content
 *	## Posts and pages
 *	## Comments
 *# Infinite scroll
 *# Media
 *	## Captions
 *	## Galleries
 *-------------------------------------------------------------- */
/*--------------------------------------------------------------
 *# Normalize
 *-------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 *	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background-color: #808080;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: normal; }

/* Sections
 *	 ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  color: #000; }

@media only screen and (max-width: 1199px) {body {width: 100%; }}
/**
 * Render the `main` element consistently in IE. */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase; }

/* Grouping content
 *	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
 *	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 0.7em; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 *	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none; }

/* Forms
 *	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
 *	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Misc
 *	 ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
/*--------------------------------------------------------------
 *# Typography
 *-------------------------------------------------------------- */


@font-face {
  font-family: Nunito;
  src: url(assets/Nunito/Nunito-Regular.ttf)
}

body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h2 {
  clear: both;
  margin: 0 0 1em 0;
  padding-top: 80px;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase; }

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
  hyphens: auto; }
  p:last-of-type {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
 *# Elements
 *-------------------------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 *@link http: */
* {
  box-sizing: inherit; }
  *::before, *::after {
    box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li &gt; ul, li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
 *# Forms
 *-------------------------------------------------------------- */
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover {
  border-color: #ccc #bbb #aaa; }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus {
  border-color: #aaa #bbb #bbb; }

input[type="button"]:active, input[type="button"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="reset"]:active, input[type="reset"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  color: #111; }

textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

figure {
  margin-top: 0;
}

/*--------------------------------------------------------------
 *# Navigation
 *-------------------------------------------------------------- */
/*--------------------------------------------------------------
 *## Links
 *-------------------------------------------------------------- */
a {
  color: #c3212e;
  text-decoration: none;
  white-space: nowrap;
  hyphens: none; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }

/*--------------------------------------------------------------
 *## Menus
 *-------------------------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover &gt; ul, .main-navigation ul ul li.focus &gt; ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover &gt; ul, .main-navigation ul li.focus &gt; ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    display: table-cell;
    font-size: 0.7em;
    text-transform: uppercase; }
  .main-navigation a {
    color: inherit;
    text-decoration: none; }
    .main-navigation a:hover {
      color: #c3212e;
      text-decoration: none; }

#site-navigation.main-navigation.toggled { text-align: center}
#site-navigation.main-navigation.toggled li {padding-top: .4em}
.main-navigation.toggled li:first-of-type {padding-top: 0}
#secondary-navigation:not(.toggled) {display: none; }
#secondary-navigation small {
	font-size: 0.6em;
    padding-left: 0.7em;
    text-transform: none;
    font-weight: normal;
}
.menu-toggle, .main-navigation.toggled ul {
  display: block;
  border: none;
  background: none;
  margin: 0 auto;
  font-size: 1.5em;
}

.menu-toggle {
  position: relative;
  z-index: 2;
  outline: none;
}

.toggled button.menu-toggle { position: fixed; width: 100vw;}

.menu-toggle:after {content: 'â˜°'; }
.toggled .menu-toggle:after {content: 'X'; font-size: 1em;
  font-weight: bold;}

#close-sec-menu {
  font-size: 1em;
  font-weight: bold;
  border: none;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.main-navigation.toggled  &gt; div:first-of-type {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/wp-content/themes/philab/assets/synagon.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: 20px 20px;
  color: #000;
  align-items: center;
  justify-content: center;
  z-index: 1;
	font-weight: bold;
}

.main-navigation li {
  display: list-item;
}
#secondary-navigation li {
	padding-bottom: 0.3em;
	font-size: 1.1em;
}


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.site-header {
  padding: 40px 0 60px;
  background-color: #fff;
  color: #000; }
  
/* Small menu. */
@media screen and (min-width: 1199px) {
  button.menu-toggle {display: none; }
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 0; 
  }
  .main-navigation.toggled  &gt; div:first-of-type {
    width: 1200px;
  }
}


/*--------------------------------------------------------------
 *# Accessibility
 *-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
 *# Alignments
 *-------------------------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
 *# Widgets
 *-------------------------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
 *# Content
 *-------------------------------------------------------------- */
/*--------------------------------------------------------------
 *## Posts and pages
 *-------------------------------------------------------------- */
.sticky {
  display: block; }


.updated:not(.published) {
  display: none; }

/*.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }*/

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
 *## Comments
 *-------------------------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
 *# Infinite scroll
 *-------------------------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
 *# Media
 *-------------------------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
 *## Captions
 *-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
 *## Galleries
 *-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }



/* Start Page Header Logo */
#logo {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}

#logo &gt; img:first-of-type {
  height: 400px;
  width: auto;
}
#logo &gt; img:last-of-type {
  height: 80px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  
  #logo &gt; img:first-of-type {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }
  
  #logo &gt; img:last-of-type {
    width: 90%;
    max-width: 500px;
    height: auto;
  }
}

/* page templates */

.wp-block-image { margin: 0; }
.wp-block-image img { display: block; }
.wp-block-image .aligncenter { margin: 0; }

.black-site,
.white-site {
  position: relative;
  padding: 100px;
}

.black-site .post-thumbnail &gt; img,
.white-site .post-thumbnail &gt; img {
  display: block;
  width: 1000px;
  /* height: 500px; */
  margin-bottom: 40px;
  object-fit: cover;
}

.black-site .home-link,
.white-site .home-link {text-align: center; text-transform: capitalize; margin-top: 2.5em}

.black-site {
  color: white;
  background-color: black;
}

.black-site h1 {
  position: absolute;
  top: 45px;
  left: 40px;
}

.white-site {
  background-color: #fff;
  background-image: url(/wp-content/themes/philab/assets/synagon.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: 20px 20px;
  color: #000;
}

.white-site h1 {
  position: absolute;
  top: 45px;
  left: 100px;
}

@media only screen and (max-width: 1199px) {
  .black-site,
  .white-site {
    padding: 20px;
    background-image: none;
  }

  .black-site h1,
  .white-site h1 {
    position: static;
    top: initial;
    left: initial;
    margin-bottom: 1em;
  }
}

/* Perspektiven Post Grid  Start Seite*/
.perspektiven {
  color: #fff;
  background-color: #000;
  padding: 0;
  margin-bottom: 0;
 }

.perspektiven .ab-post-grid-items{
  justify-items: center;
  grid-gap: 0;
  counter-reset: my-badass-counter;
  
}

.category-perspektiven.ab-post-grid-item:before {
  content: '#' counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  top: 225px;
  left: 152%;
  font-family: Arial, sans-serif;
  font-size: 70px;
  letter-spacing: 5px;
  z-index: 1;
}


.category-perspektiven .ab-block-post-grid-image img {
    width: 80%;
}

 .category-perspektiven.ab-post-grid-item:before {
    left: 65%;
  }

.perspektiven .slick-arrow {
  margin-bottom:33%;
}

@media ( min-width: 425px){
 .category-perspektiven.ab-post-grid-item:before {
    left: 76%;
  }
  .perspektiven .slick-arrow {
    margin-bottom:23%;
  }
 }


@media ( min-width: 768px){
  .category-perspektiven.ab-post-grid-item:before {
    left: 67%;
  }
  .perspektiven .slick-arrow {
    margin-bottom: 14%
  }
}
/*
@media ( min-width: 1000px){
  .category-perspektiven.ab-post-grid-item:before {
    left: 265%;
  }
}
*/
@media ( min-width: 1200px){
  .category-perspektiven.ab-post-grid-item:before {
    left: 160px;
  }
  .perspektiven .ab-post-grid-items{
	padding: 0 100px;
  }
  .category-perspektiven .ab-block-post-grid-image img {
    width: 100%;
  }
}

@media ( max-width: 425px){
  .category-perspektiven .ab-block-post-grid-image img {
    width: 100%;
  }
	
 
}

.category-perspektiven.ab-post-grid-item {
  position: relative;
  width: 250px;
  margin: 60px 30px 0 30px; 
}
.ab-block-post-grid .is-grid article.category-perspektiven, 
.ab-block-post-grid .ab-is-grid article.category-perspektiven {margin-bottom: 0}
.category-perspektiven.ab-post-grid-item:hover ,
.category-perspektiven.ab-post-grid-item header .ab-block-post-grid-title a:hover { color: #c3212e; }
.category-perspektiven header .ab-block-post-grid-title {
  font-size: 22px;
  line-height: 1.4
}
.category-perspektiven.ab-post-grid-item header .ab-block-post-grid-title a {
  color: #fff;
  font-size: .7em;
  white-space: pre-wrap;
}
.category-perspektiven.ab-post-grid-item img {
  height: 300px;
  object-fit: cover;
}

@media ( min-width: 1200px){
  .category-perspektiven.ab-post-grid-item img {
    width: 200px;
  }
}
.category-perspektiven .ab-block-post-grid-image { margin-bottom: 10px; }

@media only screen and (max-width: 1199px) {
  .category-perspektiven.ab-post-grid-item {
    position: relative;
    margin: 0px; 
  }
  .perspektiven .slick-slider { display: flex; }
  .perspektiven { padding: 0 }
  .perspektiven .slick-arrow {
    align-self: center;
    color: #c3212e;
    padding: .5em;
    font-size: 2em;
  }
}

@media screen and (max-width: 425px) {
  .perspektiven .slick-arrow {padding: 0}
}
	
/* podium blog */
.ab-block-post-grid .is-grid article.category-podium,

/* variante 2 nebeneinander */
article.category-podium img {object-fit: cover; height: 100%}
.ab-block-post-grid .ab-is-grid article.category-podium {display: flex; justify-content: space-between; flex-direction: column}
/* Variante liste 
 * article.category-podium img {object-fit: cover; }
 * .ab-block-post-grid .ab-is-grid article.category-podium {display: flex; justify-content: space-between;}
 */

article.category-podium &gt; div:first-of-type {  flex: 0 0 25% }
article.category-podium &gt; div:last-of-type { flex: 0 1 70% }

.category-podium.ab-post-grid-item:hover ,
.category-podium.ab-post-grid-item header .ab-block-post-grid-title a:hover { color: #c3212e; }

.category-podium header .ab-block-post-grid-title {
  font-size: 1.4em;
  line-height: 1.4em;
}

.category-podium.ab-post-grid-item header .ab-block-post-grid-title a {
  font-size: .7em;
  white-space: pre-wrap;
}

.ab-block-post-grid .ab-block-post-grid-more-link {font-size: smaller }

.footer { padding: 100px }

@media only screen and (max-width: 1199px) {
  article.category-podium {flex-direction: column}
  
  .footer { padding: 0px }
  .footer .wp-block-cover-image .wp-block-cover__inner-container, 
  .footer .wp-block-cover .wp-block-cover__inner-container {width: 100% }
}

.footer .wp-block-cover__inner-container {
  background: black;
  opacity: 90%;
  padding: 30px;
}

footer { 
  background: black;
  text-align: center;
  padding: 20px;
  font-size: .8em
}

footer a { color: #fff }

#cube {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
}

#cube &gt; figure{
	display: flex;
	height: 100%
}

#cube img { margin: auto; height: 100vh}

@media ( max-width: 765px) {
	#cube img {
	  padding: 0;
      margin: auto 0;
	  height: auto;
	}
	#cube figure {
	  padding: 0;
      margin: 0; 
	}
}


@keyframes pulse {
	0% { transform: scale(1.0); } 
	25% { transform: scale(1.1); }
	100% { transform: scale(1.005); }
}

.pulse {
	animation: pulse 3s infinite;
	animation-delay: 2s
}

@media ( width: 768px) {
@keyframes pulse {
	0% { transform: scale(1.0); } 
	25% { transform: scale(1.1); }
	100% { transform: scale(1.005); }
}
}


.pulse-2 {
	animation: pulse 3s infinite;
	animation-delay: 2s
}

/* shariff */
.shariff{display:block !important;clear:both;margin-top:2em;}.shariff ul{display:flex;flex-direction:row;flex-flow:row wrap;padding:0 !important;margin:0 !important}.shariff li{height:35px;box-sizing:border-box;list-style:none !important;overflow:hidden !important;margin:5px !important;padding:0 !important;text-indent:0 !important;border-left:0 none !important}.shariff a{position:relative;display:block !important;height:35px;padding:0;margin:0;box-sizing:border-box;border:0;text-decoration:none;background-image:none !important;text-align:left;box-shadow:none;cursor:pointer}.shariff a:hover{color:#fff;background-color:inherit !important;text-decoration:none !important}.shariff a:visited{color:inherit}.shariff .shariff-count{position:absolute;height:33px;top:0;right:0;margin:1px;padding:0 8px;background-color:rgba(255,255,255,0.5)}.shariff .shariff-count,.shariff .shariff-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px;vertical-align:top}.shariff .shariff-text{padding-left:3px}.shariff .shariff-icon svg{width:32px;height:20px;padding:7px 1px;box-sizing:content-box !important}.shariff-button::before{content:none !important}.shariff .shariff-buttons .shariff-text-white{color:#fff}.shariff .shariff-buttons .shariff-hidezero{opacity:0}.shariff .theme-default a{color:#fff !important}.shariff .theme-default .shariff-icon svg path{fill:#fff}.shariff .theme-color .shariff-count{background-color:transparent !important;color:#fff !important}.shariff .theme-color .shariff-icon svg path{fill:#fff}.shariff .theme-grey a{background-color:#b0b0b0 !important}.shariff .theme-grey a:hover{background-color:inherit !important}.shariff .theme-grey .shariff-count{background-color:transparent;color:#fff !important}.shariff .theme-grey .shariff-icon svg path{fill:#fff}.shariff .theme-white a{background-color:#fff !important;border:1px solid #ddd}.shariff .theme-white a:hover{background-color:#eee !important;color:inherit}.shariff .theme-white svg{fill:currentColor}.shariff .theme-white .shariff-count{background-color:transparent;margin:0}.shariff .wcag_colors .shariff-count{color:#fff !important;background-color:rgba(255,255,255,0.2)}.shariff .shariff-buttons.theme-round li{width:35px !important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round a{position:relative;height:35px;border-radius:50%}.shariff .theme-round .shariff-icon svg{display:block;margin:auto;padding:8px 1px}.shariff .theme-round .shariff-text{display:block}.shariff .theme-round .shariff-count{display:inline;padding:0;right:0;left:0;top:0;background-color:transparent;color:transparent !important;text-align:center}.shariff .theme-round .shariff-count:hover{background-color:inherit !important;color:#fff !important}.shariff .theme-round .shariff-icon svg path{fill:#fff}.shariff .shariff-buttons.buttonsize-small li{height:25px !important}.shariff .shariff-buttons.buttonsize-small a{height:25px !important}.shariff .shariff-buttons.buttonsize-small.orientation-vertical li{width:115px}.shariff .shariff-buttons.buttonsize-small .shariff-icon svg{width:22px;height:15px;padding:5px 1px}.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .shariff-buttons.buttonsize-small .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-small.theme-round li{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round a{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count{padding:0 !important;height:25px !important}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li{margin:5px 7px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child{margin-left:5px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child{margin-right:5px}.shariff .buttonsize-large li{height:45px !important}.shariff .buttonsize-large a{height:45px !important}.shariff .buttonsize-large.orientation-vertical li{width:155px}.shariff .buttonsize-large .shariff-icon svg{width:40px;height:28px;padding:9px 2px}.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count{font-size:14px;line-height:45px;padding:0 10px;height:43px}.shariff .buttonsize-large .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-large.theme-round li{width:45px !important;height:45px !important}.shariff .buttonsize-large.theme-round a{width:45px !important}.shariff .buttonsize-large.theme-round .shariff-count{padding:0 !important;height:45px !important}.shariff .orientation-vertical{flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff.shariff-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.shariff.shariff-align-center ul{justify-content:center;align-items:center}.shariff.shariff-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.widget .shariff.shariff-widget-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.widget .shariff.shariff-widget-align-center ul{justify-content:center;align-items:center}.widget .shariff.shariff-widget-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.shariff.shariff-buttonstretch li{flex:1 0 auto !important}.shariff.shariff-buttonstretch .orientation-vertical li{width:100% !important}.widget .shariff li{border:0;font-weight:400}.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a{color:#fff;display:block;font-weight:400}.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover{color:#fff;font-weight:400}.shariff-warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff .info a{border:1px solid #ddd;width:35px}.shariff .wcag_colors .info a{border:1px solid #575757;width:35px}.shariff .shariff-button.info{width:35px;flex:0 0 auto !important}.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .buttonsize-small .shariff-button.info{width:25px}.shariff .buttonsize-small .info a{width:25px}.shariff .buttonsize-large .shariff-button.info{width:45px}.shariff .buttonsize-large .info a{width:45px}.shariff .info .shariff-icon svg{display:block;margin:auto}@media only screen and (max-width:360px){.shariff .shariff-buttons.buttonsize-small li{width:25px}.shariff .shariff-buttons li{width:35px}.shariff .shariff-buttons.buttonsize-large li{width:45px}.shariff .shariff-buttons .shariff-icon svg{display:block;margin:auto}.shariff .shariff-buttons .shariff-text{display:none}.shariff .shariff-buttons .shariff-count{display:none}}@media only screen and (min-width:361px){.shariff .shariff-buttons.buttonsize-small li{width:105px}.shariff .shariff-buttons li{width:125px}.shariff .shariff-buttons.buttonsize-large li{width:155px}.shariff .shariff-buttons .shariff-text{display:inline}.shariff .shariff-buttons .shariff-count{display:inline}}@media only screen and (min-device-width:1025px){.shariff .shariff-mobile{display:none !important}}


</pre></body></html>