/*!
Theme Name: trespassa
Theme URI: https://trespassa.de
Author: page24
Author URI: http://page24.online
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trespassa
Tags: custom-background, custom-logo, custom-menu, featured-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.

trespassa 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://necolas.github.io/normalize.css/
*/
/* exo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("font/exo-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("font/exo-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("font/exo-v20-latin-regular.woff2") format("woff2"), url("font/exo-v20-latin-regular.woff") format("woff"), url("font/exo-v20-latin-regular.ttf") format("truetype"), url("font/exo-v20-latin-regular.svg#Exo") format("svg");
  /* Legacy iOS */
}
/* exo-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo";
  font-style: normal;
  font-weight: 900;
  src: url("font/exo-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("font/exo-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("font/exo-v20-latin-900.woff2") format("woff2"), url("font/exo-v20-latin-900.woff") format("woff"), url("font/exo-v20-latin-900.ttf") format("truetype"), url("font/exo-v20-latin-900.svg#Exo") format("svg");
  /* Legacy iOS */
}
html,
body,
#page.site {
  min-height: 100%;
  width: 100%;
}

.bg-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.bg-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  background-size: auto;
  background-color: black;
  -webkit-animation: bgMove 80s;
          animation: bgMove 80s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

h1#theading {
  position: absolute;
  display: inline-block;
  width: 100vh;
  
  mix-blend-mode: difference;
  font-family: "Exo";
  font-weight: 900;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@-webkit-keyframes bgMove {
  0% {
    background-position: top left;
    background-size: 130%;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  40% {
    background-position: center center;
    background-size: 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  75% {
    background-position: top right;
    background-size: 150%;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    background-position: bottom right;
    background-size: 130%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes bgMove {
  0% {
    background-position: top left;
    background-size: 130%;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  40% {
    background-position: center center;
    background-size: 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  75% {
    background-position: top right;
    background-size: 150%;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    background-position: bottom right;
    background-size: 130%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
#hidden {
  display: none;
}

.border {
  outline: solid thin red;
}

#writerContainer {
  padding: 2rem;
position: relative;
	   
} 
#writerContainer img{
	    box-shadow: -3px -2px 10px 2px rgb(0 0 0);
} 

#writerContainer-background{

}

#message {
  text-shadow: 4px 5px 11px rgb(0 0 0);
  font-family: Courier, monospace;
  font-smoothing: antialiased;
  color: white;
	position: relative;
padding-right 2rem;
}

.dummytext-wrapper{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	text-shadow: 0 0 0 transparent;
}



 iframe {
  width: 100% !important;
  height: 25vh !important;
  margin-top: 2rem;
}

.profilelinks {
  padding:0 ;    
	bottom: 0;  
    transform: translateY(100%);
}
.profilelinks a {
  display: block;
  font-family: Courier, monospace;
 
}
.profilelinks a:hover {
  color: white;
}

.copyright {
 margin-top: 10rem;
	
}
.copyright a {
  font-size: 0.7rem;
}

.oembed-content-wrapper {
   padding-top: 2rem;
}

.oembed-content-wrapper p{
text-shadow: 4px 5px 11px rgb(0 0 0);
    font-family: Courier, monospace;
    font-smoothing: antialiased;
    color: white;
}

@media screen and (max-width:768px){
.oembed-content-wrapper {
   margin-top: 10rem;
}
}
