/*
Theme Name: www.streikbereit.de
URI: https://my-blog-shop.de
Description: Ein GeneratePress Child Theme
Author: myblogshop
Author URI: https://my-blog-shop.de
Template: generatepress
Version: 1.0
*/

/*-------------------------------------------------------------
    Variablen
--------------------------------------------------------------*/

:root {
  --main-font-size: 1.2rem;
  --smaller-font-size: 0.8rem;
  --smallest-font-size: 0.6rem;
  --border-radius-small: 5px;
  --border-radius: 10px;
  --boxed-width: 1280px;
  --fullwidth-contained-wrapper: 1080px;
  --small-textbox: 700px;
  --main-font-color: #091220;
  --brand-color: #091220;
  --link-color: #091220;
  --link-color-hover: #7b7979;
  --font-family-prim: "Arial", sans-serif;
  --font-familiy-sec: "Source Serif Pro", sans-serif;
  --grey-color: #999999;
  --h1-font-size: 1.8em;
  --h2-font-size: 1.5em;
  --h3-font-size: 1.3em;
  --error-color: #cf0000;
  --white-color: #ffffff;
  --font-weight-light: 300;
  --font-weight-standard: 400;
  --font-weight-semi: 600;
  --font-weight-bold: 700;
  --button-background: #091220;
  --transition-all: all 0.5s ease-in-out;
  --success-color: #21b01c;
  --top-nav-background: #ddd2e9;
  --fullwidth-background: hsla(269, 34%, 87%, 0.29);
  --box-shadow: 0 3px 6px -4px rgb(160 186 221 / 16%), 0 3px 6px rgb(52 69 141 / 23%);
}

/*--------------------------------------------------------------
    Allgemein
--------------------------------------------------------------*/

body {
  font-family: var(--font-family-prim);
  font-size: var(--main-font-size);
  color: var(--main-font-color);
  font-weight: var(--font-weight-standard);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

iframe {
  width: 100%;
}

.icon-home::before {
  content: url("img/icon-home.svg");
  position: relative;
  top: 1px;
}

.site-branding-container {
  flex-direction: column;
  align-items: flex-start;
}

.gp-icon svg {
  fill: var(--main-font-color);
}

.menu .gp-icon svg {
  fill: var(--main-font-color);
}

.gp-icon.icon-search svg {
  fill: var(--white-color);
}

.site-branding-container .site-logo {
  margin-right: 0;
}

.site-description {
  color: var(--main-font-color);
  font-size: var(--smaller-font-size);
}

.site-branding {
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.site-header {
  background-color: var(--brand-color);
  padding: 1em 0;
}

a {
  color: var(--link-color);
  transition: var(--transition-all);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a:hover {
  color: var(--link-color-hover);
}

.button {
  background-color: var(--button-background);
  color: var(--white-color);
  border-radius: var(--border-radius-small);
  text-transform: uppercase;
}

.pdf,
.pdf:hover {
  border: 1px solid var(--main-font-color);
  border-radius: var(--border-radius-small);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 0.7em;
}

.button:hover {
  background-color: var(--button-background);
  color: var(--white-color);
  opacity: 0.9;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.captcha-image {
  border-radius: var(--border-radius-small);
}

.button:after {
  content: "\2192";
  padding-left: 5px;
}

.site-info a,
.site-info a:hover,
.privacy-source a,
.privacy-source a:hover {
  color: var(--main-font-color);
  text-decoration: none;
}

.privacy-source {
  font-size: var(--smaller-font-size);
}

h2,
h3,
h4 {
  font-weight: var(--font-weight-light);
  color: var(--main-font-color);
}

h1 {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 125px;
}

.site-header {
  display: none;
}

.page-hero h1 {
  position: absolute;
  top: 0;
  left: 0;
}

.fronttest {
  display: flex;
  margin-top: 5em;
  position: relative;
}

.fronttest > div {
  width: 50%;
}

.fronttest div:first-of-type {
  background-color: #00acec;
  color: #000000;
  font-size: 90px;
  line-height: 1.2em;
  font-weight: 900;
  padding-bottom: 3em;
  padding-right: 0.5em;
}

.fronttest div:first-of-type p {
  top: -25px;
  right: 10px;
}

.fronttest div:last-of-type {
  padding: 2em;
}

.fronttest div:last-of-type p {
  padding-left: 5em;
  font-size: 1rem;
  font-weight: bold;
}

.overlay {
  width: fit-content;
  position: relative;
  margin: 2em auto;
  transition: var(--transition-all);
}

.overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://genderempathygap.de/wp-content/themes/himalayas/images/pattern-overlay.png") repeat scroll 0 0 rgba(13, 123, 138, 0.6);
  z-index: 20;
  transition: var(--transition-all);
}

.overlay:hover::before {
  z-index: -20;
}

img {
  position: relative;
}

.entry-title {
  margin-bottom: 2em;
}

h2 {
  margin: 2em 0;
}

.interview-title {
  position: relative;
}

.interview-title h1 {
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  margin-top: 1em;
}

.entry-meta {
  margin-bottom: 1em;
}

.entry-content:not(:first-child) {
  margin-top: 0;
}

.category.separate-containers .page-header h1 {
  border-bottom: 1px solid var(--grey-color);
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.entry-summary:not(:first-child) {
  margin-top: 1em;
}

.widget-title {
  text-transform: uppercase;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  text-align: center;
}

.centered {
  text-align: center;
}

.grid {
  display: grid;
}

.grid-2-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-2 {
  grid-template-columns: 1fr 3fr;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid div {
  margin: 1em;
}

.small-textbox {
  max-width: var(--small-textbox);
}

.medium-textbox {
  max-width: var(--fullwidth-contained-wrapper);
  margin: auto;
}

.boxed-page {
  max-width: 900px;
  margin: auto;
}

.boxed {
  padding-top: 2em;
  max-width: var(--boxed-width);
  margin: auto;
}

.centered-box {
  margin: auto;
}

.read-more {
  border: 1px solid var(--brand-color);
  text-align: center;
  border-radius: 5px;
}

.fullwidth-contained-wrapper {
  max-width: var(--fullwidth-contained-wrapper);
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 1em;
}

.fullwidth-wrapper {
  background-color: var(--fullwidth-background);
  padding: 3em 1em;
}

.fullwidth-text {
  font-weight: var(--font-weight-semi);
  font-size: var(--h3-font-size);
}

.fullwidth-wrapper h1,
.fullwidth-wrapper h2 {
  font-weight: var(--font-weight-semi);
  margin: 0 0 1em 0;
}

.fullwidth-wrapper p:last-of-type {
  margin-bottom: 0;
}

.footer-widgets a,
.footer-widgets a:hover {
  color: var(--white-color);
}

.read-more-container {
  padding-top: 1em;
}

.site-footer {
  border-top: 1px solid var(--main-font-color);
}

p {
  position: relative;
}

.blue-box {
  background-color: #00acec;
  color: #000000;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 900;
  padding: 2em;
  margin: 2em 0;
}

/*--------------------------------------------------------------
    Navigation
--------------------------------------------------------------*/
.main-navigation {
  background-color: var(--white-color);
  border-bottom: 1px solid var(--main-font-color);
}

.main-navigation .main-nav ul li a {
  color: var(--main-font-color);
  font-size: var(--main-font-size);
  font-weight: var(--font-weight-semi);
}

.main-navigation .main-nav ul li a:hover {
  color: var(--link-color-hover);
}

.main-navigation ul ul {
  background-color: var(--white-color);
  border-top: 1px solid var(--brand-color);
  width: 250px;
  white-space: nowrap;
  padding-right: 10px;
  box-shadow: var(--box-shadow);
}

.main-navigation.toggled ul ul {
  border-top: 0;
}

.main-navigation li::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #7b7979;
  transition: width 0.3s ease 0s;
  position: absolute;
  bottom: 15px;
}

.main-navigation ul ul li::after,
.main-navigation.toggled li::after {
  bottom: 5px;
}

.main-navigation .current-menu-item::after,
.main-navigation.toggled li::after {
  height: 0px;
}

.main-navigation li:hover::after {
  width: 100%;
}

.main-navigation .current-menu-item a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

/*--------------------------------------------------------------
    Timeline
--------------------------------------------------------------*/

.masonry--h {
  flex-flow: row wrap;
}

.masonry-brick--h {
  flex: auto;
  height: 250px;
  min-width: 150px;
}

.masonry {
  display: flex;
  width: 100%;
  border: 2px solid;
}

.masonry-brick {
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}

.masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .masonry-brick--h:nth-child(4n + 1) {
    width: 250px;
  }
}

/*--------------------------------------------------------------
    Timeline
--------------------------------------------------------------*/

.timeline ul.rb li {
  list-style: none;
  min-height: 50px;
  border-left: 1px dashed var(--main-font-color);
  padding: 0 0 50px 30px;
  position: relative;
}

.timeline ul.rb li:last-child {
  border-left: 0;
}

.timeline ul.rb li::before {
  position: absolute;
  left: -13px;
  top: -1px;
  content: " ";
  border: 10px solid var(--main-font-color);
  border-radius: 500%;
  background: var(--white-color);
  height: 25px;
  width: 25px;
}

.timeline ul.rb li:first-of-type::before {
  border: 10px solid var(--success-color);
}

ul.rb li .timestamp {
  font-weight: var(--font-weight-semi);
}

/*--------------------------------------------------------------
    Youtube light
--------------------------------------------------------------*/

.youtube-wrapper {
  margin: 0;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-color: #000000;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
}

.youtube-wrapper p {
  background-color: transparent;
  padding: 0.6em 1.2em;
  color: #ffffff;
  text-align: center;
  font-size: var(--main-font-size);
  margin-bottom: 0;
  text-transform: uppercase;
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("img/play.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
}

/*--------------------------------------------------------------
    Contact Form 7
--------------------------------------------------------------*/

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid var(--grey-color);
  width: 100%;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  border: 2px solid var(--error-color);
}

.required {
  color: var(--error-color);
  font-weight: var(--font-weight-bold);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 label {
  display: block;
}

.wpcf7 input[type="submit"] {
  background-color: var(--button-background);
  border: 1px solid var(--button-background);
  border-radius: var(--border-radius-small);
  text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.9;
  transition: var(--transition-all);
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 1em;
  position: relative;
  color: var(--error-color);
  font-size: var(--smaller-font-size);
  font-weight: var(--font-weight-semi);
}

.wpcf7 .wpcf7-not-valid-tip::before {
  position: relative;
  content: url("img/error-icon.svg");
  top: 4px;
  padding-right: 5px;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 1em;
  font-weight: var(--font-weight-semi);
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid var(--success-color);
  background-color: hsl(117.97deg 72.55% 40% / 10%);
  color: var(--success-color);
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid var(--error-color);
  color: var(--error-color);
  background-color: hsl(0deg 100% 43% / 8%);
}

.wpcf7 .captcha-image {
  border: 1px solid var(--grey-color);
  width: 100%;
  background: var(--white-color);
}

.captcha-image label > input + svg {
  filter: opacity(0.6);
}

.wpcf7 .captcha-image .cf7ic_instructions span {
  color: #606060;
}

.wpcf7 .captcha-image label > input:checked + svg,
.wpcf7 .captcha-image label > input:focus + svg {
  border: 2px solid var(--success-color);
}

.wpcf7 .cf7ic_instructions {
  margin-bottom: 1em;
}

.wpcf7-radio,
.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  margin-top: 0.5em;
}

.cf7-privacy {
  font-size: var(--smaller-font-size);
  margin-top: 2em;
}

/*--------------------------------------------------------------
    Bilder mit Clip Path
--------------------------------------------------------------*/

.portraits-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fill, 75px);
  justify-content: space-between;
  grid-gap: 5px;
  margin: 2em 0;
}

.portrait-thumb {
  filter: grayscale(1);
  transition: var(--transition-all);
  opacity: 0.7;
}

.portrait-thumb:hover {
  filter: grayscale(0) brightness(1.3);
  opacity: 1;
}

.post-69 .thumb-hauer,
.post-207 .thumb-metz,
.post-162 .thumb-gressel,
.post-211 .thumb-iffrig,
.post-318 .thumb-moeller,
.post-166 .thumb-hompel,
.post-158 .thumb-resch,
.post-160 .thumb-rassler,
.post-324 .thumb-roth,
.post-155 .thumb-alofs,
.post-214 .thumb-nrondo,
.post-216 .thumb-evren,
.post-320 .thumb-unbekannter,
.post-334 .thumb-bugge,
.post-219 .thumb-vortisch,
.post-164 .thumb-weis,
.post-222 .thumb-fitakis,
.post-151 .thumb-schwedtfeger,
.post-225 .thumb-horvat,
.post-227 .thumb-zachmann,
.post-322 .thumb-wocke,
.post-330 .thumb-dobmaier,
.post-332 .thumb-wolter,
.post-328 .thumb-jaster,
.post-326 .thumb-jelikj {
  filter: grayscale(0) brightness(1.3);
  pointer-events: none;
  opacity: 1;
}

.gray {
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.gray:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.portraits-navigation div:nth-child(odd) img {
  clip-path: polygon(0 0, 32% 0, 97% 0, 100% 4%, 100% 97%, 80% 100%, 25% 100%, 8% 99%, 0 100%);
  -webkit-clip-path: polygon(0 0, 32% 0, 97% 0, 100% 4%, 100% 97%, 80% 100%, 25% 100%, 8% 99%, 0 100%);
}

.portraits-navigation div:nth-child(even) img {
  clip-path: polygon(0 3%, 32% 0, 97% 0, 100% 4%, 100% 100%, 25% 100%, 8% 99%, 0 100%);
  -webkit-clip-path: polygon(0 3%, 32% 0, 97% 0, 100% 4%, 100% 100%, 25% 100%, 8% 99%, 0 100%);
}

.portraits-navigation-header {
  margin: 3em 0;
  border-top: 1px solid var(--main-font-color);
  border-bottom: 1px solid var(--main-font-color);
  padding: 1em 1em;
  text-align: center;
  font-weight: 600;
}

hr {
  box-shadow: 0px 0px 8px 8px rgba(157, 157, 157, 0.32);
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--main-font-color);
  margin: 1em 0;
  padding: 0;
}

.clip-wrapper {
  margin-bottom: 0.5em;
}

.portrait-wrapper {
  max-width: 750px;
  margin: auto;
  margin-bottom: 2em;
  position: relative;
}

.main-navigation .main-nav ul ul li {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
}

.portrait-wrapper figure a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portrait-wrapper figure a:hover::before {
  animation: circle 2s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.portrait-name {
  position: absolute;
  color: var(--white-color);
  font-weight: var(--font-weight-light);
  font-size: var(--h3-font-size);
}

.grid-3 .portrait-name {
  font-size: var(--main-font-size);
}

.portrait-name a,
.portrait-name a:hover {
  color: var(--white-color);
  text-decoration: none;
}

.portrait-name a::before {
  content: "";
  background: url("");
  position: absolute;
  transform: rotate(-90deg);
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  top: -10px;
  left: -24px;
}

.left-top {
  top: 0;
  left: 1%;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
}

.right-top {
  top: 0;
  right: 1%;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
}

.grid-3 .left-top {
  top: -20px;
  left: -10px;
}

.grid-3 .right-top {
  top: -20px;
  right: -10px;
}

.clip-wrapper span {
  position: relative;
  display: block;
}

.portrait-wrapper span::after {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
}

.shadow {
  filter: drop-shadow(0px 4px 6px rgba(100, 100, 100, 0.5));
}

.clip-metz img {
  clip-path: polygon(0 0, 96% 0, 96% 25%, 100% 30%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 96% 0, 96% 25%, 100% 30%, 100% 100%, 0 100%);
}

.clip-metz span::after {
  background: url("img/icon-metz.svg");
  right: -20px;
  bottom: -20px;
  width: 55px;
  height: 43px;
}

.main-navigation .main-nav ul ul .metz-menu {
  background-image: url("img/icon-metz.svg");
}

.clip-gressel img {
  clip-path: polygon(4% 2%, 30% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
  -webkit-clip-path: polygon(4% 2%, 30% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.clip-gressel span::after {
  background: url("img/icon-gressel.svg");
  right: -10px;
  bottom: -10px;
  width: 25px;
  height: 25px;
}

.main-navigation .main-nav ul ul .gressel-menu {
  background-image: url("img/icon-gressel.svg");
}

.clip-iffrig img {
  clip-path: polygon(0 0, 86% 0, 100% 2%, 100% 90%, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 2%, 100% 90%, 90% 100%, 0 100%);
}

.clip-iffrig span::after {
  background: url("img/icon-iffrig.svg");
  left: -20px;
  bottom: -10px;
  width: 40px;
  height: 19px;
}

.main-navigation .main-nav ul ul .iffrig-menu {
  background-image: url("img/icon-iffrig.svg");
}

.clip-ten-hompel img {
  clip-path: polygon(0 3%, 32% 0, 100% 0, 100% 100%, 25% 100%, 8% 99%, 0 100%);
  -webkit-clip-path: polygon(0 3%, 32% 0, 100% 0, 100% 100%, 25% 100%, 8% 99%, 0 100%);
}

.clip-ten-hompel span::after {
  background: url("img/icon-ten-hompel.svg");
  left: -10px;
  bottom: -10px;
  width: 25px;
  height: 25px;
}

.main-navigation .main-nav ul ul .ten-hompel-menu {
  background-image: url("img/icon-ten-hompel.svg");
}

.clip-resch img {
  clip-path: polygon(0 5%, 17% 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
  -webkit-clip-path: polygon(0 5%, 17% 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
}

.clip-resch span::after {
  background: url("img/icon-resch.svg");
  left: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
}

.main-navigation .main-nav ul ul .resch-menu {
  background-image: url("img/icon-resch.svg");
}

.clip-rassler img {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 93% 97%, 40% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 93% 97%, 40% 100%, 0 100%);
}

.clip-rassler span::after {
  background: url("img/icon-rassler.svg");
  right: -10px;
  top: -10px;
  width: 23px;
  height: 28px;
}

.main-navigation .main-nav ul ul .rassler-menu {
  background-image: url("img/icon-rassler.svg");
}

.clip-alofs img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 96%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 96%);
}

.clip-alofs span::after {
  background: url("img/icon-alofs.svg");
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 25px;
}

.main-navigation .main-nav ul ul .alofs-menu {
  background-image: url("img/icon-alofs.svg");
}

.clip-joly-nrondo img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 57% 98%, 45% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 57% 98%, 45% 100%, 0 100%);
}

.clip-joly-nrondo span::after {
  background: url("img/icon-joly-nrondo.svg");
  right: -10px;
  top: -10px;
  width: 21px;
  height: 30px;
}

.main-navigation .main-nav ul ul .joly-nrondo-menu {
  background-image: url("img/icon-joly-nrondo.svg");
}

.clip-evren img {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 94%, 20% 100%, 0 99%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 94%, 20% 100%, 0 99%, 0 100%);
}

.clip-evren span::after {
  background: url("img/icon-evren.svg");
  left: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .evren-menu {
  background-image: url("img/icon-evren.svg");
}

.clip-vortisch img {
  clip-path: polygon(0 5%, 10% 0, 100% 0, 100% 99%, 4% 98%, 0 99%);
  -webkit-clip-path: polygon(0 5%, 10% 0, 100% 0, 100% 99%, 4% 98%, 0 99%);
}

.clip-vortisch span::after {
  background: url("img/icon-vortisch.svg");
  right: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .vortisch-menu {
  background-image: url("img/icon-vortisch.svg");
}

.clip-weis img {
  clip-path: polygon(0 0, 95% 0, 100% 25%, 100% 100%, 9% 100%, 0 50%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 25%, 100% 100%, 9% 100%, 0 50%);
}

.clip-weis span::after {
  background: url("img/icon-weis.svg");
  right: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .weis-menu {
  background-image: url("img/icon-weis.svg");
}

.clip-fitakis img {
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 15%, 4% 13%, 5% 7%);
  -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 15%, 4% 13%, 5% 7%);
}

.clip-fitakis span::after {
  background: url("img/icon-fitakis.svg");
  left: -10px;
  bottom: -10px;
  width: 25px;
  height: 23px;
}

.main-navigation .main-nav ul ul .fitakis-menu {
  background-image: url("img/icon-fitakis.svg");
}

.clip-bier-schwedtfeger img {
  clip-path: polygon(0 0, 100% 0, 100% 97%, 92% 96%, 74% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 92% 96%, 74% 100%, 0 100%);
}

.clip-bier-schwedtfeger span::after {
  background: url("img/icon-bier-schwedtfeger.svg");
  left: -10px;
  bottom: -10px;
  width: 30px;
  height: 20px;
}

.main-navigation .main-nav ul ul .bier-schwedtfeger-menu {
  background-image: url("img/icon-bier-schwedtfeger.svg");
}

.clip-meleganych img {
  clip-path: polygon(0 0, 68% 0, 100% 3%, 100% 98%, 83% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 68% 0, 100% 3%, 100% 98%, 83% 100%, 0 100%);
}

.clip-meleganych span::after {
  background: url("img/icon-meleganych.svg");
  left: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .meleganych-menu {
  background-image: url("img/icon-meleganych.svg");
}

.clip-zachmann img {
  clip-path: polygon(0 0, 60% 0, 80% 1%, 100% 3%, 100% 100%, 20% 100%, 0 95%);
  -webkit-clip-path: polygon(0 0, 60% 0, 80% 1%, 100% 3%, 100% 100%, 20% 100%, 0 95%);
}

.clip-zachmann span::after {
  background: url("img/icon-zachmann.svg");
  right: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .zachmann-menu {
  background-image: url("img/icon-zachmann.svg");
}

.clip-koeckeritz-hauer img {
  clip-path: polygon(0 0, 90% 0, 95% 3%, 100% 14%, 100% 100%, 20% 100%, 5% 95%, 3% 50%, 0 45%);
  -webkit-clip-path: polygon(0 0, 90% 0, 95% 3%, 100% 14%, 100% 100%, 20% 100%, 5% 95%, 3% 50%, 0 45%);
}

.clip-koeckeritz-hauer span::after {
  background: url("img/icon-koeckeritz-hauer.svg");
  right: -10px;
  bottom: -10px;
  width: 25px;
  height: 22px;
}

.main-navigation .main-nav ul ul .koeckeritz-hauer-menu {
  background-image: url("img/icon-koeckeritz-hauer.svg");
}

.clip-bugge img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 95%, 60% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 95%, 60% 100%, 0% 100%);
}

.clip-bugge span::after {
  background: url("img/icon-bugge.svg");
  left: -10px;
  bottom: -10px;
  width: 23px;
  height: 23px;
}

.main-navigation .main-nav ul ul .bugge-menu {
  background-image: url("img/icon-bugge.svg");
}

.clip-jelikj img {
  clip-path: polygon(0 4%, 3% 2%, 30% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
  -webkit-clip-path: polygon(0 4%, 3% 2%, 30% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
}

.clip-jelikj span::after {
  background: url("img/icon-jelikj.svg");
  right: -10px;
  bottom: -10px;
  width: 31px;
  height: 28px;
}

.main-navigation .main-nav ul ul .jelikj-menu {
  background-image: url("img/icon-jelikj.svg");
}

.clip-dobmaier img {
  clip-path: polygon(6% 5%, 13% 2%, 30% 0%, 100% 0%, 100% 99%, 75% 100%, 0% 100%, 0% 60%, 6% 55%);
  -webkit-clip-path: polygon(6% 5%, 13% 2%, 30% 0%, 100% 0%, 100% 99%, 75% 100%, 0% 100%, 0% 60%, 6% 55%);
}

.clip-dobmaier span::after {
  background: url("img/icon-dobmaier.svg");
  left: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
}

.main-navigation .main-nav ul ul .dobmaier-menu {
  background-image: url("img/icon-dobmaier.svg");
}

.clip-jaster img {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%, 7% 5%, 4% 0);
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%, 7% 5%, 4% 0);
}

.clip-jaster span::after {
  background: url("img/icon-jaster.svg");
  right: -10px;
  bottom: -10px;
  width: 31px;
  height: 18px;
}

.main-navigation .main-nav ul ul .jaster-menu {
  background-image: url("img/icon-jaster.svg");
}

.clip-matthes img {
  clip-path: polygon(0 7%, 14% 0, 100% 0, 100% 98%, 80% 100%, 0 100%, 0 10%);
  -webkit-clip-path: polygon(0 7%, 14% 0, 100% 0, 100% 98%, 80% 100%, 0 100%, 0 10%);
}

.clip-matthes span::after {
  background: url("img/icon-matthes.svg");
  left: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
}

.main-navigation .main-nav ul ul .matthes-menu {
  background-image: url("img/icon-matthes.svg");
}

.clip-moeller img {
  clip-path: polygon(0 3%, 5% 6%, 66% 0, 100% 0, 100% 97%, 87% 100%, 0 100%, 0 3%);
  -webkit-clip-path: polygon(0 3%, 5% 6%, 66% 0, 100% 0, 100% 97%, 87% 100%, 0 100%, 0 3%);
}

.clip-moeller span::after {
  background: url("img/icon-moeller.svg");
  left: -10px;
  bottom: -10px;
  width: 21px;
  height: 26px;
}

.main-navigation .main-nav ul ul .moeller-menu {
  background-image: url("img/icon-moeller.svg");
}

.clip-wocke img {
  clip-path: polygon(0 0, 95% 0, 92% 3%, 100% 5%, 100% 100%, 24% 100%, 3% 99%, 3% 81%, 0 79%);
  -webkit-clip-path: polygon(0 0, 95% 0, 92% 3%, 100% 5%, 100% 100%, 24% 100%, 3% 99%, 3% 81%, 0 79%);
}

.clip-wocke span::after {
  background: url("img/icon-wocke.svg");
  right: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
}

.main-navigation .main-nav ul ul .wocke-menu {
  background-image: url("img/icon-wocke.svg");
}

.clip-wolter img {
  clip-path: polygon(0 0, 60% 0, 100% 3%, 100% 100%, 50% 100%, 48% 95%, 7% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 3%, 100% 100%, 50% 100%, 48% 95%, 7% 100%, 0 100%);
}

.clip-wolter span::after {
  background: url("img/icon-wolter.svg");
  right: -10px;
  bottom: -10px;
  width: 23px;
  height: 28px;
}

.main-navigation .main-nav ul ul .wolter-menu {
  background-image: url("img/icon-wolter.svg");
}

.clip-unbekannt img {
  clip-path: polygon(0 0, 90% 0, 95% 3%, 100% 14%, 100% 100%, 20% 100%, 5% 95%, 3% 50%, 0 45%);
  -webkit-clip-path: polygon(0 0, 90% 0, 95% 3%, 100% 14%, 100% 100%, 20% 100%, 5% 95%, 3% 50%, 0 45%);
}

.clip-unbekannt span::after {
  background: url("img/icon-unbekannt.svg");
  right: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
}

.main-navigation .main-nav ul ul .unbekannt-menu {
  background-image: url("img/icon-unbekannt.svg");
}

.main-navigation .main-nav ul ul .mentrup-menu {
  background-image: url("img/icon-mentrup.svg");
}

.caption-name {
  font-size: var(--h3-font-size);
  text-align: right;
}

.caption-vertical {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, 0%);
  left: 0;
  top: -14px;
  font-weight: 500;
  font-size: 20px;
}

.team {
  transform: rotate(-45deg);
  font-weight: var(--font-weight-light);
  text-align: right;
  line-height: 1.2em;
  display: inline-grid;
  justify-content: center;
}

.main-navigation .main-nav ul ul .team-menu {
  background-image: url("img/icon-team.svg");
}

.main-navigation .main-nav ul ul .schalla-menu {
  background-image: url("img/icon-schalla.svg");
}

/*--------------------------------------------------------------
    Media Queries
--------------------------------------------------------------*/

@media (max-width: 360px) {
  .portrait-name {
    font-size: var(--smaller-font-size);
  }
}

@media (max-width: 650px) {
  .grid-2,
  .grid-3 {
    display: block;
  }
  .fullwidth-text {
    font-size: var(--main-font-size);
  }
  .fullwidth-wrapper h1,
  .fullwidth-wrapper h2 {
    font-size: var(--h3-font-size);
  }
  .interview-title h1 {
    writing-mode: initial;
    transform: none;
  }
}

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/source-sans-pro-v21-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/source-sans-pro-v21-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-sans-pro-v21-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/source-sans-pro-v21-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/source-sans-pro-v21-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/source-sans-pro-v21-latin-700italic.woff2") format("woff2");
}
