/*
Theme Name: Dirigent des Unterbewusstseins
Version: 1.0
Description: A child theme of kunja
Template: kunja
Author: Dominik Brötz
*/
@import url("../kunja/style.css");
/* Your awesome customization starts here */
/*--------------------------------------------------------------
Farben:
grün: #061f03
gold: #f99901

Schriften:
font-family: 'Raleway', sans-serif;
font-family: 'Square Peg', cursive;
--------------------------------------------------------------*/
/*Logo*/
	  .custom-logo {
       width: 100%;
}
      img.custom-logo, custom-logo-link {
       width: 100%;
	   z-index: -99;
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/raleway-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/raleway-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/raleway-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/raleway-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/raleway-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/raleway-v26-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/raleway-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/raleway-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/raleway-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/raleway-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./fonts/raleway-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/raleway-v26-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/raleway-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/raleway-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/raleway-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/raleway-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/raleway-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/raleway-v26-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/raleway-v26-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/raleway-v26-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/raleway-v26-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/raleway-v26-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/raleway-v26-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/raleway-v26-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* square-peg-regular - latin */
@font-face {
  font-family: 'Square Peg';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/square-peg-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/square-peg-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/square-peg-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/square-peg-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/square-peg-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/square-peg-v1-latin-regular.svg#SquarePeg') format('svg'); /* Legacy iOS */
}

#page {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
}
#top {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width:1200px) {
  #top {
  width: 80%;
  }
}
@media screen and (min-width:1700px) {
  #top {
  width: 60%;
  }
}
body {margin: 0px;
overflow-x: hidden;
}
.main-navigation {
   width: 100%;
font-family: 'Raleway', sans-serif;
	text-shadow: 1px 1px 5px black;
	z-index: 999;
}

/*HEADER_BEREICH*/

/*---bis 900---*/

* {box-sizing: border-box;}
@media all and (max-width: 900px) {
	  .raster {
       display: grid;
  	   grid-template-columns: 220px 1fr;
	   grid-template-rows: 50px 50px 50px auto;
	   z-index: 10;
	}
}
@media all and (max-width: 900px) {
	  .eins {
       grid-column: 1;
       grid-row: 1;
		 padding: 20px 10px 0px 15px;
		 text-align: center;
	   z-index: 99;
	}
}
@media all and (max-width: 900px) {
	  .zwei {
       grid-column: 1 / span 2;
       grid-row: 2;
  		 padding: 0px 25px 0px 25px;
  		 text-align: center;
	   z-index: 10;
	}
}
@media all and (max-width: 900px) {
	  .drei {
       grid-column: 1 / span 2;
       grid-row: 1;
  		 padding: 25px 28px 0px 0px;
  		 text-align: center;
	   z-index: 98;
	}
}
@media all and (max-width: 900px) {
	  .vier {
       grid-column: 1 / span 2;
       grid-row: 3;
  		 padding: 0px 0px 0px 20px;
  		 text-align: left;
	   z-index: 10;
	}
}
@media all and (max-width: 900px) {
	  .background {
  	   padding: 0px 0px 0px 0px;
	   margin-top: -180px;
	   position: absolute;
	   width: 100%;
	   z-index: -99;
	}
}
@media all and (max-width: 900px) {
	  .other {
  	   padding: 0px 0px 0px 0px;
	   margin-top: -185px;
	   position: absolute;
	   width: 100%;
	   z-index: -99;
	}
}
/*---Ab 900px---*/

@media all and (min-width: 900px) {
	  .raster {
       display: grid;
  	   grid-template-columns: 450px 1fr;
       grid-template-rows: 105px 105px;
	   z-index: 10;
	}
}
@media all and (min-width: 900px) {
	  .eins {
       grid-column: 1;
       grid-row: 1 / span 2;
	   padding: 25px 0px 0px 0px;
	   z-index: 25;
	}
}
@media all and (min-width: 900px) {
	  .zwei {
       grid-column: 3;
       grid-row: 1;
	   padding: 0px 0px 0px 0px;
	   z-index: 10;
	}
}
@media all and (min-width: 900px) {
	  .vier {
       grid-column: 4;
       grid-row: 1;
  	   padding: 20px 20px 0px 25px;
	   text-align: left; 
	   z-index: 35;
	}
}
@media all and (min-width: 900px) {
	  .drei {
       grid-column: 2;
       grid-row: 1;
  	   padding: 0px 0px 0px 0px;
	   z-index: 20;
	}
}
@media all and (min-width: 900px) {
	  .background {
  	   padding: 0px 0px 0px 0px;
	   margin-top: -230px;
	   position: absolute;
	   width: 100%;
	   z-index: -99;
	}
}
@media all and (min-width: 900px) {
	  .other {
  	   padding: 0px 0px 0px 0px;
	   margin-top: -210px;
	   position: absolute;
	   width: 100%;
	   z-index: -99;
	}
}


/* -------------------------Content und Widget Bereich------------------------------- */
.site-content {
     width: 100%;
     height: 100%;
     margin: auto;
     padding: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     box-shadow: 0px 0px 0px #cccccc;
}
@media (max-width: 1200px) {
     .site-content {
        width: 100%;
		padding: 0px;
     }
}
@media (max-width: 1200px) {
     .site-main {
        width: 100%;
		padding: 25px;
     }
}
@media (min-width: 1200px) {
     .site-main {
        width: 80%;
     height: 100%;
     margin: auto;
	 text-align: left;
		 padding-bottom: 25px;
     }
}
@media (min-width: 1700px) {
     .site-main {
        width: 60%;
     height: 100%;
     margin: auto;
	 text-align: left;
		 padding-bottom: 25px;
     }
}
.content-area {
   float: left;
   padding: 0px 0px 0px 0px;
   width: 65%;
}
.content-area-fullwidth {
   float: left;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
.widget-area {
   float: right;
   margin-top: 25px;
   padding: 25px;
   width: 35%;
}
@media (max-width: 1200px) {
     #content.standardseite {
    margin: 0 auto; 
	margin-top: -50px;
    width: 100%; 
	padding: 30px;
}
	}
@media (min-width: 1200px) {
     #content.standardseite {
        margin: 0 auto; 
		margin-top: -50px;
    	width: 80%; 
		padding: 25px;
     }
}
@media (min-width: 1700px) {
     #content.standardseite {
        margin: 0 auto; 
		margin-top: -50px;
    	width: 60%; 
		padding: 25px;
     }
}

/* Clear floats after the columns */
.site-main:after {
     content: "";
     display: table;
     clear: both;
}
/* Responsive layout - makes the two columns/boxes stack on top of each 
other instead of next to each other, on small screens */
@media (max-width: 10000px) {
     .content-area {
        width: 100%;
		margin: 0 auto;
		 margin-top: -50px;
        height: auto;
     }
}
@media (max-width: 10000px) {
     .widget-area {
        width: 100%;
        height: auto;
     }
}
#content.ohne-sidebar  { 
    margin: 0 auto; 
    width: 100%; 
	padding: 0px 0px 0px 0px;
}
#content.mit-sidebar  { 
    margin: 0 auto; 
    width: 100%; 
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 1200px) {
   #content.search {
     padding-left: 25px;
   }
}
/*SCHRIFTEN USW*/

/* Bread Crumbs */
.breadcrumbs {
    font-size: 16px;
font-family: 'Raleway', sans-serif;
	color: #c4ac94;
	text-decoration: none;
}
.breadcrumbs a {
	color: #c4ac94;
font-family: 'Raleway', sans-serif;
	text-decoration: none;
}

.breadcrumbs a:hover {
color: #999999;
}
@media screen and (max-width: 550px) {
   .breadcrumbs {
     font-size: 12px;
   }
}
.site-info {
   margin: auto;
   text-align: center;
}

.entry-content {
   padding-bottom: 5px;
   margin: 0;
}
@media screen and (min-width: 1201px) {
   .entry-content {
    font-size: 22px;
   }
}
@media screen and (max-width: 1200px) {
   .entry-content {
     font-size: 18px;
   }
}





@media (min-width: 1200px) {
     h1 {
	padding-top: 0px;
	font-size: 4.5em;
		font-family: 'Raleway', sans-serif;
		color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     h1 {
	padding-top: 0px;
	font-size: 3.5em;
		font-family: 'Raleway', sans-serif;
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     h1 {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 1.7em;
	font-family: 'Raleway', sans-serif;
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     h2 {
	padding-top: 0px;
	font-size: 3.5em;
		font-family: 'Raleway', sans-serif;
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     h2 {
	padding-top: 0px;
	font-size: 2.5em;
		font-family: 'Raleway', sans-serif;
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     h2 {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 1.5em;
		font-family: 'Raleway', sans-serif;
		 color: #000000;
		text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     h3 {
	padding-top: 0px;
	font-size: 1.7em;
	font-family: 'Raleway', sans-serif;
		 color: #ffffff;
		 text-shadow: 0px 0px 5px #000000;
	}
}
@media (max-width: 1200px) {
     h3 {
	padding-top: 0px;
	font-size: 1.6em;
	font-family: 'Raleway', sans-serif;
		 color: #ffffff;
		  text-shadow: 0px 0px 5px #000000;
	}
}
@media (max-width: 850px) {
     h3 {
	padding-top: 0px;
	font-size: 1.5em;
	font-family: 'Raleway', sans-serif;
		 color: #ffffff;
		  text-shadow: 0px 0px 5px #000000;
	}
}

@media (min-width: 1200px) {
     h5 {
	font-size: 2.0em;
	}
}
@media (max-width: 1200px) {
     h5 {
	font-size: 1.6em;
	}
}
@media (max-width: 850px) {
     h5 {
	font-size: 1.2em;
	}
}

@media (min-width: 1200px) {
     p  {
	font-size: 1.5em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     p  {
	font-size: 1.3em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     p  {
	font-size: 1.0em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     ul, li  {
	font-size: 1.3em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
    ul, li  {
	font-size: 1.2em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     ul, li {
	font-size: 1.0em;
font-family: 'Raleway', sans-serif;
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
textarea {
	color: #404040;
font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-align: left;
}
a {
font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #666666;
	text-shadow: 0px 0px 0px #ffffff;
}
a:visited {
	color: #666666;
	text-shadow: 0px 0px 0px #ffffff;
}
a:hover {
	color: #000000;
	text-shadow: 0px 0px 0px #ffffff;
}
li {
margin-left:-40px;
}
small { 
    font-size: smaller;
	text-align: center;
}

.verbergen {
	display: none !important;
	}

/* logo-Animation */

.vollformat {
  animation-name: scale-up-center;
  animation-duration: 5.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
  /* shorthand 
  animation: scale-up-center 5.2s ease 0s infinite alternate both;
  */ 
}
@keyframes scale-up-center {
  0%{
    transform: rotate(0) scale(1);
  }
  100%{
    transform: rotate(-1deg) scale(1.2);
  }
}
.vollformat2 {
  animation-name: scale-up-center2;
  animation-duration: 6.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
  /* shorthand 
  animation: scale-up-center 5.2s ease 0s infinite alternate both;
  */ 
}
@keyframes scale-up-center2 {
  0%{
    transform: rotate(0) scale(1.1);
  }
  100%{
    transform: rotate(2deg) scale(1.2);
  }
}


.coverbreit {
width:  100vw;
max-width:  100vw;
margin-left:  calc(50% - 50vw);
	 }

@media screen and (min-width:1000px) {
.coversmall{
  padding: 50px 150px 50px 150px;
	margin: 0px;
	
}
}
@media screen and (min-width:1500px) {
.coversmall{
  padding: 50px 350px 50px 350px;
	margin: 0px;
	
}
}
@media screen and (max-width:1000px) {
.coversmall{
  padding: 5px;
	margin: 5px;
}
}

.portfolio {
	width:  80%;
	text-align: center;
	margin: 0 auto;
	 }
@media all and (max-width: 850px) {
	  .portfolio {
	width:  95%;
	text-align: center;
	margin: 0 auto;
	 }
	}

.blocks-gallery-item {
	overflow: hidden;
}
.blocks-gallery-item img {
	width: 100%;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.blocks-gallery-item img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}