/**
.eine-kachel.beitrag-46 {
    display: none !important;
}
**/



/** Startseiten-Störer Oktober 2020 **/
#bp-stoerer-wrapper {
    position: fixed;
	z-index: 1;
    right: -4px;
	top: 23%;
	background-color: #f27200;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: block;
	transform: rotate(-2deg);

}
#bp-stoerer-wrapper.ausblenden {
    /** display: none; **/
	right: -230px;
}

#bp-stoerer-wrapper .storer-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 25px;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
}

#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link {
    text-decoration: none;
    color: #fff;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link:hover,
#bp-stoerer-wrapper .storer-inner .text-wrapper a.open-paket-anfordern-link:focus {
	color: #fff;
	text-decoration: none;
}

#bp-stoerer-wrapper .storer-inner .text-wrapper .eine-reihe {
    display: block;
}
#bp-stoerer-wrapper .storer-inner .text-wrapper:hover .eine-reihe {
	text-shadow: 2px 1px 4px #999;
}




.bp-stoerer-wrapper-mobiles-menue-outer {
    position: relative !important;
    height: 175px;
}
#bp-stoerer-wrapper-mobiles-menue {
	background-color: #f27200;
	color: #fff;
	display: block;
	transform: rotate(-2deg);	
	position: absolute;
	right: -18px;
}
#bp-stoerer-wrapper-mobiles-menue .storer-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 25px;
}

#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil {
    text-decoration: none;
    color: #fff !important;	
}
#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil:hover,
#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper a.open-paket-anfordern-link-mobil:focus {
	color: #fff !important;
	text-decoration: none;
}

#bp-stoerer-wrapper-mobiles-menue .storer-inner .text-wrapper .eine-reihe {
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;	
}





	
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	#bp-stoerer-wrapper {
		position: relative;
		transform: rotate(0deg);
		right: auto;
		top: auto;		
		margin: 50px 15px 0 15px;
		text-align: center;
	}
	#bp-stoerer-wrapper.ausblenden {    
		right: auto;
	}	
	
	
	#bp-stoerer-wrapper .storer-inner {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper {
		font-size: 26px;
		line-height: 36px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper .eine-reihe {
		display: inline;
	}
	
	.bp-grp-projekte #bp-stoerer-wrapper {
		margin-bottom: 50px;
	}	
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	#bp-stoerer-wrapper .storer-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	#bp-stoerer-wrapper .storer-inner .text-wrapper {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}
}
