#sectionSP {
	/*background-color: blue; */
	/* background-image: url(../../../images/motive/gettyimages-dv778044-2048x2048.jpg); */
	width: 100%;
	/* == wichtig! == */
	height: 100%;
	/* position: relative; */
	/* == wichtig für Srollen bei langen Texten! == */
	overflow: visible;
	/* overflow: scroll; */
	/* overflow-y: scroll; */
	/* overflow-y: visible; */
	/*display: table;*/
	/* display: none; */
}

.singlepage1 .container {
	/*background-color: yellow;*/
	/*border: 1px solid yellow;*/
	/*background-image: url(../../../images/backgrounds/bg_blue_150x150.jpg);*/
	width: 100%;
	/*max-width: 700px;*/	
	/*max-width: 1000px;*/
	height: 100%;
	margin: 0 auto;
	/* == wichtig! ?? == */
	/*position: relative;*/
	/* == wichtig für bg-Farbe bei langen Texten zum Srollen! == */
	display: table;
	/*display: none;*/	
}

.singlepage1 .contentContainer {
	/*background-color: beige;*/
	/*background-color: cadetblue;*/

	/*background-color: rgb(96, 125, 139);*/
	/*background-color: rgba(96, 125, 139, 0.5);*/
	/*background-color: rgba(56, 109, 175, 0.8);*/
	/*background-color: rgba(56, 109, 175, 1);*/
	/*background-color: rgba(8, 0, 0, 0.5);*/
	/*background-color: rgba(255, 255, 255, 0.8);	*/

	/*background-color: rgba(255, 255, 255, 0.9);*/
	
	/*background-color: antiquewhite;*/

	width: 100%;
	/*max-width: 700px;	*/
	max-width: 1000px;
	/* == wichtig für kompletten bg bei kurzen Texten! == */
	height: 100%;
	/*position: relative;*/
	margin: 0 auto;
	/* == wichtig für bg-Farbe bei langen Texten zum Srollen! == */
	/* == wenn nicht schon im container aktiviert == */
	/*display: table;*/
	/* == für Scrollen innerhalb des Fensters (table muss deaktiviert sein) == */
	/*overflow-y: scroll;*/
	/*display: none;*/	
}

.singlepage1.pc_team .contentContainer, 
.singlepage1.pc_orga .contentContainer, 
.singlepage1.pc_moderation .contentContainer {
	background-color: rgba(255, 255, 255, 0.8);	
}
.singlepage1.pc_impressum .contentContainer {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	/*background-color: rgba(96, 125, 139, 0.5);*/
	/*background-color: rgba(255, 255, 255, 0.9);*/
}

.contentSP {
	 /*background-color: beige; */
	/* background-color: antiquewhite; */
	background-color: rgba(255, 255, 255, 0.9);	
	width: 100%;
	/*max-width: 700px; */
	/* == wichtig für kompletten bg bei kurzen Texten! == */
	min-height: 100%;
	/* position: relative; */
	/*text-align: center; */
	margin: 0 auto;
	/*overflow: visible;*/
	padding: 100px 50px;
	/* z-index: 10; */
	/* display: none; */        
}

#sectionSP .bgImage.pc_team {
	opacity: 0.5;
}
#sectionSP .bgImage.pc_orga {
	opacity: 0.5;
}
#sectionSP .bgImage.pc_moderation {
	opacity: 0.8;
}
#sectionSP .bgImage.pc_impressum {
	opacity: 0.5;
}

#sectionSP .bgImageSP.pc_team {
	background-image: url(../../../images/motive/gettyimages-dv778044-2048x2048.jpg);
}
x#sectionSP .bgImageSP.pc_orga {
	background-image: url(../../../images/motive/59566ccb248de.jpg);
}
x#sectionSP .bgImageSP.pc_moderation {
	background-image: url(../../../images/motive/photo-1561264974-153c4dacddd2.jpg);
}
#sectionSP .bgImage.pc_impressum {
	background-image: url(../../../images/backgrounds/Paragraf-201100282230.jpg);
}

#sectionSP .bgImage {
	/*background-color: orange;*/
	background-color: rgba(52, 63, 67, 1);
	/*Logo-Farbe*/
	background-color: rgba(56, 109, 175, 1);	
	background-repeat: repeat;
	background-size: contain;
	/*background-image: url(../../../images/backgrounds/bg_blue_150x150.jpg);*/
	/*background-image: url(../../../images/backgrounds/verlaufsw.jpg);	*/
	/*background-image: url(../../../images/backgrounds/verlauf1.jpg);*/
	background-image: url(../../../images/backgrounds/verlauf4.jpg);
	background-image: url(../../../images/backgrounds/verlauf2.jpg);
	background-image: url(../../../images/backgrounds/verlauf3.jpg);	
}

x#sectionSP .bgImageWrapper {
    /* background-color: olive; */
    /* position: fixed; */
     position: absolute; 
    /* position: relative; */
    width: 100%;
    /* width: 800px; */
    height: 100%;
    /* margin: 0 auto; */
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: -2;
    /* display: none; */
    margin: 0 auto;

    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    /* -webkit-flex-direction: column; */
    /* flex-direction: column; */
}

#sectionSP .bgImage {
    /*background-repeat: no-repeat;*/
    /* background-size: contain; */
    /* background-size: cover; */
    /*background-attachment: fixed;*/
    /*position: absolute;*/
    position: fixed;
    margin: 0 auto;
    /*left: 1px;*/
    /*right: 1px;*/
    /*top: 0;*/
    /* bottom: 20px; */
    /* display: none; */
}

.bgImageSP.pc_team {
    background-image: url(../../../images/motive/gettyimages-dv778044-2048x2048.jpg);
}

