.cps-banner {
    width: 85%;
    max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 10vh; */
	display: block;
}

.cps-banner img {
    width: 100%;
	height: auto;
}


.cps-textbox {
    bottom: 0;
    display: block;
    max-width: 420px;
    position: absolute;
    right: 15%;
    z-index: 10;
	width: 35%;
	box-sizing: border-box;
}

.cps-textbox img {
    width: 100%;
	height: auto;
}



body {
    background: #b5bbbf;
    background: #7D8EA0;
	margin: 0;
	padding: 0;

}



.wrapper {
	width: 100vw;
	height: 100vh;
    background: #b5bbbf;
    background: -moz-linear-gradient(32deg, #eaeef1, #b5bbbf 100%);
    background: -webkit-linear-gradient(to right bottom, #eaeef1, #b5bbbf 100%);
    background: url("cps2019_tor_opt2_komp.png") , linear-gradient(32deg, #eaeef1, #b5bbbf 100%);
    background-position: left bottom,center center;
    background-repeat: no-repeat,no-repeat;
    background-size: 750px, cover;
	box-sizing: border-box;
	padding-top: 10vh;
    position: relative;

    margin-left: auto;
    margin-right: auto;

    min-height: 960px;
    max-height: 1100px;
    max-width: 1800px;
}


 @media (max-width: 1100px) {

.wrapper {
    width: 100vw;
    height: 100vh;

    min-height: 820px;
    max-height: 1100px;
    max-width: 1800px;
}

}  /* Ende   @media (max-width: 1000px)  */


 @media (max-width: 880px) {

.wrapper {

    min-height: 720px;
    max-height: 900px;
 }

}  /* Ende   @media (max-width: 1000px)  */



.cps-topline {
    top: 0;
    display: block;
    position: absolute;
    z-index: 15;
	width: 100%;
	box-sizing: border-box;
}

.cps-topline img{
	width: 100%;
}


.tor-deko {
    position: absolute;
	bottom:0;
	left: 0;
	width: 40%;
	z-index: 10;
} 


.tor-deko img {
    width: 100%;
	height: auto;
}




 @media (max-width: 880px) {

/* Notiz: genaueres Zeielen auf object für überschreiben der less-Datei  */


.cps-textbox {
    bottom: 0;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    max-width: 420px;
    position: static;
    width: 58%;
    z-index: 10;

}



}  /* Ende   @media (max-width: 575.98px)  */




 @media (max-width: 575.98px) {

/* Notiz: genaueres Zeielen auf object für überschreiben der less-Datei  */

.wrapper {
    background: -moz-linear-gradient(to right bottom, #eaeef1, #b5bbbf 100%);
    background: -webkit-linear-gradient(to right bottom, #eaeef1, #b5bbbf 100%);
    background: url("cps2019_tor_opt2.png") , linear-gradient(to right bottom, #eaeef1, #b5bbbf 100%);
    background-position: left bottom,center center;
    background-repeat: no-repeat,no-repeat;
    background-size: 400px, cover;
	box-sizing: border-box;
}


.cps-textbox {
    bottom: 0;
    box-sizing: border-box;
    display: block;
	margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    max-width: 420px;
    position: static;
    width: 70%;
    z-index: 10;

}



}  /* Ende   @media (max-width: 575.98px)  */











