/*
Theme Name: Coach+ING
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: ##73B300
grau: #cccccc

Schriften:
font-family: 'Raleway', sans-serif;
font-family: 'Merriweather';
--------------------------------------------------------------*/
/*Logo*/
	  .custom-logo {
       width: 100%;
}
      img.custom-logo, custom-logo-link {
       width: 100%;
	   z-index: -99;
}
/* gochi-hand-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: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gochi-hand-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-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: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-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: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/merriweather-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

	#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: 'Merriweather';
	text-shadow: 1px 1px 5px black;
	z-index: 999;
	position: fixed;
}

/*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: 5px 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: 20px 20px 0px 0px;
	   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: 1 / span 2;
       grid-row: 1;
  	   padding: 0px 0px 0px 0px;
	   z-index: 99;

	}
}
@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: 14px;
font-family: 'Raleway', sans-serif;
	color: #000000;
	text-decoration: none;
}
.breadcrumbs a {
	color: #000000;
font-family: 'Raleway', sans-serif;
	text-decoration: none;
}

.breadcrumbs a:hover {
color: #000000;
}
@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: 2.0em;
		 font-family: 'Merriweather';
		color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     h1 {
	padding-top: 0px;
	font-size: 1.5em;
		font-family: 'Merriweather';
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     h1 {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 1.2em;
	 font-family: 'Merriweather';
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     h2 {
	padding-top: 0px;
	font-size: 1.5em;
		 font-family: 'Merriweather';
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     h2 {
	padding-top: 0px;
	font-size: 1.3em;
		 font-family: 'Merriweather';
		 color: #000000;
text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     h2 {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 1.2em;
		 font-family: 'Merriweather';
		 color: #000000;
		text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     h3 {
	padding-top: 0px;
	font-size: 1.2em;
	 font-family: 'Merriweather';
		 color: #000000;
		text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     h3 {
	padding-top: 0px;
	font-size: 1.1em;
	 font-family: 'Merriweather';
		 color: #000000;
		text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 850px) {
     h3 {
	padding-top: 0px;
	font-size: 1.0em;
	 font-family: 'Merriweather';
		 color: #000000;
		text-shadow: 0px 0px 0px #ffffff;
	}
}

@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.0em;
font-family: 'Merriweather';
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
     p  {
	font-size: 1.0em;
font-family: 'Merriweather';
		 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: 'Merriweather';
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (min-width: 1200px) {
     ul, li  {
	font-size: 1.0em;
font-family: 'Merriweather';
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
@media (max-width: 1200px) {
    ul, li  {
	font-size: 1.0em;
font-family: 'Merriweather';
		 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: 'Merriweather';
		 line-height: 150%;
		 color: #000000;
		 text-align: left;
		 text-shadow: 0px 0px 0px #ffffff;
	}
}
textarea {
	color: #404040;
font-family: 'Merriweather';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

.verbergen {
	display: none !important;
	}

/* logo-Animation */

.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);
}
/* logo-Animation */
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
 .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: pulse 3s linear 0s infinite;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
@media screen and (min-width:1200px) {
/* Add a custom transition when opening/closing. */
.wp-block-details {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 2rem;
	line-height: 1.5;
}
/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 2rem;
	line-height: 1.5;
}
/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 2rem;
	line-height: 1.5;
}
/* Base `summary` element styling. */
.wp-block-details summary {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 2rem;
	line-height: 1.5;
}
/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
}
	}
@media screen and (max-width:1200px) {
/* Add a custom transition when opening/closing. */
.wp-block-details {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 1rem;
	line-height: 1.5;
}
/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 1rem;
	line-height: 1.5;
}
/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 1rem;
	line-height: 1.5;
}
/* Base `summary` element styling. */
.wp-block-details summary {
	padding-bottom: 2rem;
	font-family: 'Merriweather';
	font-size: 1rem;
	line-height: 1.5;
}
/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
}
	}