/*
Theme Name: boh24
Theme URI: https://effing.de
Description: Main Template for boh-lokalpilot
Author: effing.de
Author URI: https://effing.de
Template: hello-elementor
Version: 0.0.1
Text Domain: boh24
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



.shrinker {
	background: transparent!impotant;
	height: 80px;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	
	height:50px!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	/*	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05); */
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking logo image */

.shrinker img {
	width: 250px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 120px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects.elementor-button-text {
	font-size: 10px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: .9rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking button */

.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 32px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* Shrinking Sub */
.shrinker-sub.elementor-sticky--effects {
	position: absolute!important;
	height:100vw!important;
	width: 15%!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	/*	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05); */
	transition: all .5s linear!important;
	-webkit-transition: all .5s linear!important;
	-moz-transition: all .5s linear!important;
}

/* shrinking headline */
.shrinker-sub.elementor-sticky--effects h1 {
	font-size: 2rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


/* Tablet and Mobile Menu Shrinking */

@media screen and (max-width: 1024px) {
	/* shrinking background */
	
.shrinker.elementor-sticky--effects {
	background: #fff;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
}
	
	/* shrinking image */

.shrinker.elementor-sticky--effects img {
	width: 100px!important;
}
	
	/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: 1.1rem!important;
}

/* shrinking button */

.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 32px!important;
}
}

/* End Of Shrinking Sticky Menu */

/* Headline color shade */

h2 span, h3 span{color: #94BA23!important; }

/* FLEX ITEM */

.flex-container {
  border: 1px solid green;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100vw;
  height:100vh;
}

.flex-item-fix {
  height: 100%;
  width: 70%;
  background-color: gray;
  border: 1px solid blue!important;
}
.flex-item:nth-child(n+2) {
  width: calc(100% - 50px);
  flex: 1;
  border: 1px solid blue;
  background-color: red!important;
}