/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*
 * BASIC STYLES
 */
:root {
 	--fit01: 1; 
 	--pose02: -2600px; 
 	--pose01: -3800px; 
	--radius: 1vw;
	--pozitiv: white;
	--negativ: black;
	--trans-dur: 0.8s;
	--trans-timing: cubic-bezier(0.76,0.05,0.24,0.95);
	--trans-timing-in: cubic-bezier(0.76,0.05,0.86,0.06);
	--trans-timing-out: cubic-bezier(0.05,0.76,0.06,0.86);
	--line-button: 2px solid white;
	--paragraf-size: 1.4rem;
}


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
border: 0;
}
/* LAYOUT TESTER
* {
	background-color: rgba(0, 255, 0, .05)!important;
}
*/
html {    
    overflow-x: hidden;
}	


body {
  font-family: 'real';
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #000; 
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

/* font styles */

@font-face {
    font-family: 'strast';
    src: url('../fonts/strastregular-webfont.eot');
    src: url('../fonts/strastregular-webfont.woff') format('woff'),
         url('../fonts/strastregular-webfont.ttf') format('truetype'),
         url('../fonts/strastregular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'empatie';
  src: url('../fonts/empatieregular-webfont.eot');
  src: url('../fonts/empatieregular-webfont.woff') format('woff'),
       url('../fonts/empatieregular-webfont.ttf') format('truetype'),
       url('../fonts/empatieregular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'realbold';
    src: url('../fonts/gillionblackdb_normal02.eot');
    src: url('../fonts/gillionblackdb_normal02.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillionblackdb_normal02.woff') format('woff'),
         url('../fonts/gillionblackdb_normal02.ttf') format('truetype'),
         url('../fonts/gillionblackdb_normal02.svg#gillionblackdbnormal') format('svg');
    font-weight: normal;
    font-style: normal;


}
@font-face {
    font-family: 'real';
    src: url('../fonts/gilliondbnormal02-webfont.eot');
    src: url('../fonts/gilliondbnormal02-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilliondbnormal02-webfont.woff2') format('woff2'),
         url('../fonts/gilliondbnormal02-webfont.woff') format('woff'),
         url('../fonts/gilliondbnormal02-webfont.ttf') format('truetype'),
         url('../fonts/gilliondbnormal02-webfont.svg#gilliondbnormal') format('svg');
    font-weight: normal;
    font-style: normal;

  }
  /* empatie, strast, real, realbold */
  .empatie{ 
    font-family: 'empatie', empatie, sans-serif;
    }
    .strast{ 
    font-family: 'strast', strast, sans-serif;
    }
    .real{ 
    font-family: 'real', sans-serif;
    }
    .realbold{ 
    font-family: 'realbold', sans-serif;
    }

h1{
	/*font-size: calc( 10 * ( (100vw - 2em) / 100 / 16 * 9 ) );	*/
  font-family: 'realbold';
  font-weight: 100;
  font-stretch:  151%; /*'wdth'*/
  font-variation-settings: 'opsz' 8;
}

h2 {
  font-family: 'realbold';
  font-weight: 850; /*'wght'*/
  font-variation-settings: 'opsz' 144;
  font-size: 3rem;

  line-height: 1;
  padding-bottom: 1rem;
}
h3{
	font-size: 25vw;
	text-transform: uppercase;
    font-weight: normal;
    line-height: 100%;
}

p {
  	font-size: var(--paragraf-size);
	margin-bottom: 2rem;
  	line-height: 1.3;
  	text-rendering: optimizeLegibility;
	color: white;
	white-space: break-spaces;
}
a {
    line-height: inherit;
    cursor: pointer;
    font-family: 'real', sans-serif;
}
s {
  font-family: 'strast', strast, sans-serif;
  text-decoration: none;
}
em {
  font-family: 'empatie', empatie, sans-serif;
  font-style: normal;
}
strong {
  font-family: 'realbold', sans-serif;
  font-weight: normal;
}
ul {
    
    list-style-type: disc;
}
li {
    font-size: inherit;
}
.wp-block-group p a {

    color: #fff;
    background-color: #000000;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: .1em .5em;
    font-size: var(--paragraf-size);
    border: 2px solid white;
	}
.fat{
	text-transform: uppercase;
    color: white;
    /*font-size: 25vw;*/
    line-height: 100%;
    white-space: nowrap;
}

/*
 * LAYOUT STYLES
 */
 .off-canvas {
  position: fixed;
  z-index: 12;
  backface-visibility: hidden;
  background: #000;
 }

.off-canvas-wrapper {
  position: relative;
  
}

.off-canvas-content {

}

.content {

}

header, .header {
  width: 100%;
}

.inner-content {
  /*width: 46%;*/
}

.inner-footer {

}

.wp-block-group {
  	box-sizing: border-box;
  	height: 100vh;
	scroll-snap-align: start;
  ;
}
.wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}
.wp-block-column .wp-block-group {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-margin-x {
}
.grid-left {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	gap: 2rem;
}

.grid-padding-x {}
.archive-grid {}
.main {}
.small-6 {}
.grid-margin-x>.small-12 {
width: calc(100% - 1.25rem);
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.medium-3 {}
.medium-4 {}
.medium-8 {}
.medium-12 {}
.large-3 {}
.large-4 {}
.large-8 {}
.large-12 {}
.large-100 {
	width: 100%;
	overflow: hidden;
}

.top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
   
}

.grid-padding-x>.cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
.hide{
	display: none !important;
}



 /*
  * SINGLE STYLES
  */
.show-header a{
	text-decoration: none;
}
.main a  {
    font-family: 'real';
    font-variation-settings: 'wdth' 151;
    text-decoration: none;
	color: middlepurple;
}
.type-post a {
  color: white;
}

.logo a {
  font-family: 'real';
  color: white;
  font-size: 6em;
  font-weight: 1000; /*'wght'*/
  font-stretch:  151%; /*'wdth'*/
  font-variation-settings: 'opsz' 144;
  text-decoration: none;
  padding-left: 1rem;
}
.end-content{	
    height: 50vh;
	width: 100vw;	
}

.entry-content{
	padding-bottom: 4rem;	
    height: 100vh;
	width: 100vw;	
}
.entry-content-archive{
	padding-bottom: 1rem;
	position:absolute;
	bottom: 0%;
	right: 5%;
	z-index: 10;
}
.entry-content h2 {
  font-family: 'real', sans-serif;
  font-weight: normal;
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 0rem;
  }

.article-header {
  color: white;
  font-size: 1rem;
  font-weight: 1000; /*'wght'*/
  font-stretch:  151%; /*'wdth'*/
  font-variation-settings: 'opsz' 144;
}
.article-header img {
width: 100%;
height: auto;
}

.single-link {
  line-height: 1.4rem;
    display: flex;
    justify-content: right;
}
.single-link img{
  width: 100%;
	asect-ratio: 1 / 1;
}

.single-link a:link {
  border-radius: 2em;
  padding: 1em;
  background-color: rgb(255,255,255);
  font-family:'real', arial;
  color: rgb(0,0,0);
  text-decoration: none;
  /*border: 1px solid rgb(0,0,0);*/
}

.single-link a:hover, .single-link a:focus {
     border-radius: 2em;
     padding: 1em;
     background-color: rgb(0,0,0);
     color: rgb(255,255,255);
     font-family:'real', arial;
     text-decoration: none;
     cursor: pointer;
     -webkit-transition: 0.5s ease-in;
     /* Safari */ transition: 0.5s ease-in;
     /*border: 1px solid rgb(255,255,255);*/
   }
.wp-block-button{
	margin: 1em 0.2em 1em 0.2em !important;
}
.wp-block-search__button{
  border-radius: 2em;
  padding: 0.4em 1.2em;
  background-color: rgb(255,255,255);
  font-family:'real', arial;
  color: rgb(0,0,0);
  text-decoration: none;
}
.wp-block-search__button a:hover, .wp-block-search__button a:focus {
     border-radius: 2em;
     padding: 0.4em 1.2em;
     background-color: rgb(0,0,0);
     color: rgb(255,255,255);
     font-family:'real', arial;
     text-decoration: none;
     -webkit-transition: 0.5s ease-in;
     /* Safari */ transition: 0.5s ease-in;
   }
.wp-block-button__link {
    color: #000;
    background-color: #fff;
}
.more {
	 border-radius: 6em;
  	padding: 4em 4em;
	margin: 4rem;
	background-color: white;
	color: black;
	font-size:2em;
	font-family:'real', arial;
}
.single-date{
  font-family:'real', arial;
  font-size:1em;
  text-align: right;
  padding-bottom:0;
  padding-right: 1em;
  float: right;
  font-stretch: 25%;
  font-variation-settings: 'opsz' 28;
}
.wp-block-tag-cloud a{
  font-family:'real', arial;
  color: #fff;
  text-decoration: none;
}
.wp-block-table {
    width: 100%;
}
.wp-block-table td {
    border-color: black;
}
.wp-block-gallery { 
	height: 100vh;
	overflow: hidden;
}

.byline{
  font-family:'real', arial;
  font-size:1rem;
  color: white;
  font-stretch: 25%;
  font-variation-settings: 'opsz' 28;
}

.post, .type-post {

border-radius: var(--radius);
}

.pagination {
list-style: none;
}
.pagination a {
  color: #fff;
}

.pagination li {
float: left;
font-family:'real', arial;
color: #fff;
font-size:3rem;
}

.top-bar, .top-bar ul {
  
}
.show-text{
  text-transform: uppercase;
	line-height: 100%;
	font-weight: 100;  
}
.show-header h1 {
	font-size: 4em;
}
.show-header .page-title {
	font-size: 6vw;
}

.attachment-summary-image {
	border-radius: 2rem;
	overflow: hidden;
}
.grid-4 .wp-block-group__inner-container{
	 	display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(36rem, 100%), 1fr));
        grid-template-rows: auto;
        gap: 1rem;
}
       
/********************* MOBILE STYLE *********************/

@media only screen and (max-width: 600px) {
  .logo a {
    font-size: 4em;
  }
  .inner-content {
    width: auto;
  }
	.entry-content {
    height: auto;  
}
  .wp-block-group {
    box-sizing: border-box;
    height: auto;
}
  .grid-margin-x>.cell {

	  width: 100%;
    margin-left: 0rem;
    margin-right: 0rem; 
	  padding-right: 0rem;
    padding-left: 0rem;
}
	.grid-margin-x {
	margin-left: 0rem;
    margin-right: 0rem; 
}
		
	.show-text span{
		font-size: 8vw;
		line-height: 1;
		}
	.entry-content-archive{
	display: none;
	}
	.arow-link img{
		height: 8vw;
		width: 8vw;
		aspect-ratio: 1 / 1;
		filter: invert();
		
	}
	.switch-block {
		display: none;
	}
}
/********************* DESKTOP STYLE *********************/
@media only screen and (min-width: 600px) {
	.off-canvas-wrapper {
  overflow: hidden;
}
	.entry-content{
	padding-bottom: 4rem;
	scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
	overflow-x: hidden;
    height: 100vh;
	width: 100vw;
	
}
/*  .cell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}*/
	.cell {
	display:grid;
	grid-template-columns: 1fr /*1fr*/;
	justify-items: center;
	}

.list .type-post {
  	width: 40%;  /*50*/
	height: 40vw; /*calc(40vw - 2rem)*/
	position: relative;
	
  }
	.attachment-summary-image  {
  
	overflow:hidden;
	border-radius: var(--radius);
	
}
.alm-ajax {
	display:grid;
	grid-template-columns: 1fr /*1fr*/;
	justify-items: center;
	scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
	}
.alm-ajax .type-post	{
	width: calc(50vw - 2rem);
	height: calc(50vw - 2rem);
  	overflow: hidden;
	position: relative;
    border-radius: var(--radius);
	scroll-snap-align: start;
	
  }
.type-post	span{
  text-transform: uppercase;
  color: white;
  /*font-size: 25vw; old 50vw*/
	white-space: pre-wrap;
    font-size: 6vw;
  line-height: 100%;
  display: table;
  /*white-space: nowrap;*/
  margin: 0;
  padding: 0;
  
}
	.arow-link {
		display: none;
	}
	.switch-block {
		display: flex;
		justify-content: start;
		align-items: center;
		width: 20rem;				
	}
	
body:has(#switch:checked) .type-post {
  	width: 100%;  /*50*/
	height: 12vw;
	position: relative;
}

body:has(#switch:checked) .attachment-summary-image  {
    width: 12vw;
    height: 12vw;
	overflow:hidden;
	border-radius: var(--radius);
	
}
body:has(#switch:checked) .hide{
	display: flex !important;
}
	#switch:checked ~ .switch {
color:red;
}
	.po-thumbnail{
		width: auto;
	height: 12vw;
	overflow:hidden;
	}

.attachment-summary-image {
  transition: 0.3s;
}


	
}
/********************* DARK STYLE *********************/
@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
    background: #000;
  }
	img svg{
		 filter: invert(100%);
	
	}


	
}


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }



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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-top: 4em; 
  padding-bottom: 3em;
}
.footer a{
  color: #fff;

}

.footer .cell{
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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

.wpulike-default button.wp_ulike_btn {
    color: #000;
    background-color: #fff;
    min-height: 30px;
    min-width: 50px;
}
.wpulike-default button.wp_ulike_btn :hover {
    background-color: #fff;    
}
.wpulike-default .count-box {

    background-color: #fff;


    box-shadow: 0 0 0 1px #000 inset;
    color: #000;
    vertical-align: middle;
    text-align: center;
}
.wpulike-default .count-box:before {
border-bottom-color: #000;

border-left-color: #000;
}

/*********************
real
*********************/

.mobile{
 /* width: 60vw; */
 /* height: 90vh; */
  background-color: black;
  margin: auto;
  margin-left: -1.5vw;
  margin-top: 3vh;
  display: inline-block;
  /*padding: 0.6vw 1.2vw;*/
  /*overflow: hidden;*/
  /*transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);*/
  width: 99vw;
  height: 100vh;
  border-radius: 20px; 
}
.mobile p{
 margin: 0;
  padding: 0;
  font-size: 10em; 
	font-size: 18em; 
    margin-bottom: O; 
    line-height: 1; 
    text-rendering: none;
}
.message{
color: white;
position: relative;
left:0.5vh;
}
.text{
  text-transform: uppercase;
  color: white;
	width: 100%;
  /*transform-origin: left center;*/
  /*font-size: 10em ; 100vh*/
  line-height: 100%;
  /*display: table;*/
  white-space: nowrap;
	overflow: hidden;
	display: flex;
  align-items: center;
  
}

.left{
 /*transform-origin: left center; */
  text-align: center;
}
.deformed {
  white-space: nowrap;
  transform-origin: left;
}
.one{
 /*display: none;*/
  width: 100%;
  /*background-color: purple;*/
  /*height: 100%;*/
  
  display: flex;
  align-items: center;
}
.visible{
  display: block;
}
.bounceInRight {
  animation-delay: 0s;
  animation-name: bounceInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
  /*animation-iteration-count: infinite;*/
  }
  @keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 1;
  -webkit-transform: scaleX(2)translate3d(3000px, 0, 0);
  transform: scaleX(2) translate3d(3000px, 0, 0);
  transform-origin: left center;   
  }
  20% {
  opacity: 1;
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: scaleX(0.1) translate3d(-25px, 0, 0);
  transform-origin: left center;    
  }
  75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform:  translate3d(10px, 0, 0);
  transform-origin: left center;
  }
  90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  transform-origin: left center;
  }
  100% {
  -webkit-transform: scaleX(var(--fit01)) ;
  transform: scaleX(var(--fit01)) ;  
  transform-origin: left center;
  }
  } 

.bounceOutLeft {
  animation-delay: 0s;
  animation-name: bounceOutLeft;
  animation-duration: 5s; /*2s*/
  animation-fill-mode: both;
  }
  @keyframes bounceOutLeft {
  0% {
  -webkit-transform: scaleX(var(--fit01)) ;
  transform: scaleX(var(--fit01)) ; 
    transform-origin: left center;
  } 
  2% {
  -webkit-transform: scaleX(var(--fit01)) ;
  transform: scaleX(var(--fit01)) ; 
    transform-origin: right center;
  } 
  26% {
  opacity: 1;
  -webkit-transform: scaleX(5);
  transform: scaleX(5);
    transform-origin: right center;
   
  }

  
  98% {
  opacity: 1;
  -webkit-transform: scaleX(3) translate3d(var(--pose01), 0, 0);
  transform: scaleX(3) translate3d(var(--pose01), 0, 
     0);
    transform-origin: right center;
   
  }

  100% {
  opacity: 0;
  -webkit-transform: scaleX(var(--fit01)) translate3d(var(--pose01), 0, 0);
  transform: scaleX(var(--fit01)) translate3d(var(--pose01), 0, 
     0);
    transform-origin: right center;
   
  }
  } 


/*input button https://codepen.io/Captain-Darkside/pen/NPRVWLv*/


input {
	color: var(--pozitiv);
	font-size: var(--paragraf-size);
}

.switch {
	margin: auto;
	position: relative;
	font-size: var(--paragraf-size);
}

.switch__input {
	background-color: black;
	border-radius: 0.8em;	
	outline: transparent;
	position: relative;
	width: 3.2em;
	height: 1.6em;
	border: var(--line-button);
	font-size: var(--paragraf-size);
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color var(--trans-dur) var(--trans-timing),
		box-shadow 0.15s linear;
}

.switch__input:before,
.switch__input:after {
	content: "";
	display: block;
	position: absolute;
}
.switch__input:before {
	background-color: black;
	border-radius: inherit;
	
	transition: background-color var(--trans-dur) var(--trans-timing);
}
.switch__input:after {
	background-color: white;
	border-radius: 50%;
	top: 0.125em;
	left: 0.125em;
	width: 1.25em;
	height: 1.25em;
	transition:
		background-color var(--trans-dur) var(--trans-timing),
		transform var(--trans-dur) var(--trans-timing);
	z-index: 1;
}
.switch__input:checked {
	background-color: black;
}
.switch__input:checked:before {
	background-color: white;
}
.switch__input:checked:after {
	background-color: white;
	transform: translateX(1.5em);
}

 
