/*+++++++++++++++++++++++++++++++++++++++   ARTIKEL BANNER                          +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gridwrapper-banner{	
	width: 100%;
	display: flex;
	flex-direction:column-reverse;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.banner-text {
	width: 100%;
    color: rgba(234,234,234,1.00);
    background-color: rgba(0,167,231,1.00);
   /* border-radius: .0rem .0rem .8rem .8rem;*/
   	padding: 10px 8%;
	box-sizing: border-box;
	position: relative;
	height: 240px;
	overflow: hidden;
}
.banner-text h1{
	color: rgba(0,85,166,1.00);
	text-align: center;
	margin-bottom: .5rem;
	font-weight: 700;
}
.banner-text p{
	text-align: left;
	padding: .3rem 0 0.3rem 0rem;
	line-height: 1.2rem;
}
.deko-welle {
    width: 115%;
    position: absolute;
    bottom: 0rem;
    left: -5%;
}
.banner-motiv{
	height: 16rem;
	width: 100%;
	background: url(../img/Banner-01Motiv.jpg) center center no-repeat;
	box-sizing: border-box;
	position: relative;
}
.allyouneed-brand {
    position: absolute;
    right: 0;
    bottom: 0;
}
.button-wrapper {
    display: block;
    text-align: center;
    background: red;
    color: #fff;
    width: 13rem;
    border: 2px solid #fff;
    border-radius: 1rem;
	transform: rotate(-3deg);
	-webkit-box-shadow: -2px 0px 18px #000000; /* webkit browser*/ -moz-box-shadow: -2px 0px 18px #000000; /* firefox */ box-shadow: -2px 0px 18px #000000;
	position: absolute;
	top: 1rem;
	left: 2rem;
}
.button-wrapper h1{
	font-weight: 700;
	font-size: 2.5rem;
	padding: .5rem 0rem .5rem 0rem;
	text-transform:none;
}
.button-wrapper p{
	font-weight: 200;
	font-size: .9rem;
	padding: 0em 0em 0em 0em;
}
.fischbut {
    position: absolute;
    bottom: 3%;
    right: 5%;
    width: 11rem;
}
.fischbut img {
    width: 100%;

}
@media screen and (min-width:740px){
.gridwrapper-banner{	
	width: 100%;
	padding: 1rem 0 .5rem;
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items: stretch;
}
.banner-text {
	width: 48%;
    color: rgba(234,234,234,1.00);
    background-color: rgba(0,167,231,1.00);
   	border-radius: .0rem .0rem .8rem .8rem;
    padding: 1rem 3% 1rem 5%;
	box-sizing: border-box;
	margin-right: .8rem;
	height: auto;
}
.banner-text p{
	text-align: left;
	padding: .3rem 0 0.3rem 0rem;
	line-height: 1.2rem;
}
.banner-motiv{
	height: 20rem;
	width: 45%;
	background: url(../img/Banner-01Motiv.jpg) center center no-repeat;
	box-sizing: border-box;
	position: relative;
	margin-left: 1.2rem;
	max-height: 278px;
}
.button-wrapper {
    width: 20rem;
	top: 1rem;
	left: -1rem;
}
.fischbut {
    position: absolute;
    bottom: 3%;
    right: 0px;
    width: 11rem;
}
}
@media screen and (min-width:820px){
.banner-text {
	width: 48%;
	max-width: 25rem;
}
}
@media screen and (min-width:1016px){

.banner-text {
	width: 37%;
}





.allyouneed-brand {
    position: absolute;
    right: 0;
    bottom: 0;
}
.button-wrapper {
    width: 17rem;
	left: -2rem;
}
.fischbut {
    bottom: 3%;
    right: 5%;
}
}