:root {
  --color-white: #fafafa;
  --color-black: #091219;
  --color-main: #ff532f;
}

/*
* Local Google Webfonts
*/
/* slabo-27px-regular - latin */
@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/slabo-27px-v6-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Slabo 27px'), local('Slabo27px-Regular'),
    url('../fonts/slabo-27px-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/slabo-27px-v6-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/slabo-27px-v6-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/slabo-27px-v6-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/slabo-27px-v6-latin-regular.svg#Slabo27px') format('svg');
  /* Legacy iOS */
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-info {
  position: relative;
  z-index: 10;
}

.jumbotron {
  font-family: "Slabo 27px", Georgia, "Times New Roman", serif;
}

.jumbotron h1 {
  margin-top: 18px;
}

.jumbotron a {
  text-decoration: none;
}

.jumbotron a:hover {
  text-decoration: none;
}

.pom-submit {}

.pom-submit:hover span {
  color: #444 !important;
}

.pom-submit:hover {
  cursor: pointer;
  border: 1px solid #444;
}

.pom-pair:hover {
  cursor: pointer;
}

.pom-div-hover {
  background-color: rgba(244, 244, 244, .8);
  color: var(--color-main);
}

.pom-div-hover button {}

.pom-pagination-selected {
  font-weight: bold;
}


.sticky {}

.sticked {
  position: fixed !important;
  top: 0px;
  z-index: 1000;
  background-color: var(--color-black);
}

/* styles for the big homepage element */
.parallax {
  /* The image used */
  background-image: url('../assets/me.jpg');

  /* Set a specific height */
  min-height: 100vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100vh;
}

.container {
  max-width: 1080px !important;
}

iframe {
  background-color: transparent !important;
}

.episode-content {
  font-size: 1.2em;
}

.episode-content img {
  width: 40vw !important;
  max-width: 320px !important;
  float: right;
  margin: 2em;
  margin-right: 0px;
  margin-top: -2m;
}

.fixed-back 
{
  position: fixed;
  top: 1em;
  left: 1em;
  font-size: 2em;;
  z-index: 2000;
}


.big-headline {
  text-align: left;
  line-height: 1.1;
  color: #fafafa;
  font-family: "Arial Black"; 
  /* background-color: #ffffff22; */
  width: calc(100vw - 30vh) !important;
  max-width: 70vw;
  margin-left: 30vh;
  padding-right: .4em;
}


span.line-1 {
  text-transform: uppercase;
  font-size: 9.4vh;
  line-height: 0.4;
  display: block;
  white-space: nowrap;

}
span.line-2 {
  text-transform: uppercase;
  font-size: 20.2vh;
  display: block;
}
span.line-3 {
  font-family: "Arial"; 
  line-height: 1;
  font-size: 4.2vh;
  width: 100%;
  max-width: 75vw;
  display: block;
}


span.red {
  color: var(--color-main);
}
span .strike {
  color: var(--color-main);
  text-decoration: line-through;
}
span .white {
  color: var(--color-white);
}

/* alternatively on episode pages */
.hero-headline {
  color: var(--color-white);
  font-size: 8.4vh;
  display: block;
  width: 100%;
  max-width: 70vw;
}
.hero-headline::first-line {
  color: var(--color-main);
}

.long-title 
{
  font-size: 7.4vh !important;
  overflow-wrap: break-word;
}


/*
breite > höhe
höhe > Breite
breite < höhe, aber höhe > 800 

*/

@media screen and (min-width: 100vh) {
  span.line-1 {
    font-size: 8vw;
  }
  span.line-2 {
    font-size: 17.2vw;
  }
}

@media screen and (max-width: 100vh) and (min-height: 760px) {
  span.line-1 {
    font-size: 6.5vw;
  }
  span.line-2 {
    font-size: 14.2vw;
  }
  span.line-3 {
    font-size: 4vw;
  }
}
