	body {
	margin: 0;
	}
	
.content1 {
	background-color: transparent;
	height: 100vh;
	display: flex;
	flex-direction: column;
	}
	
.content2 {

	}
	
.content3 {
	xbackground-color:chartreuse;
	xheight: 100vh;
	xdisplay: flex;
	xflex-direction: column;
	}
	
.content100 {
	background-color:transparent;
	flex-grow:1;
	display: flex;
	flex-direction: row;
	}
	
.content50-r-2 {
	background-color:transparent;
	margin-left: -175px;
    padding-top: 65px;
    padding-bottom: 35px;
    z-index: 100;
	}
	
.box {
	flex-grow:1;
	height: 25%;
	background: transparent;
	display: flex;
  	align-items: center;
	}
	
.box-1 {
    padding: 1em;
    display: flex;
    align-items: stretch; 
    flex-grow:1;
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.2);
    min-height: 60%;
    margin-top: 0.1em;
	}

.box-th {
	width: 20%;
    margin-right: 1em;
	}

.box-t {
	width: 80%;
	}

.box-t h1 {
	font-size: 200%;
	line-height: 120%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

.box-t p {
	margin: 0em 0 0 0;
	font-size: 110%;
	line-height: 120%;
    hyphens: auto; 
	}

.thema1 {
	background-image: url('../bilder/icon_1.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
	}

.thema2 {
	background-image: url('../bilder/icon_2.png');
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
	}

.thema3 {
	background-image: url('../bilder/icon_3.png');
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
	}

.thema4 {
	background-image: url('../bilder/icon_4.png');
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
	}

#page1 {
	height: 100vh;
    z-index:500;
}

#page2 {
    overflow: hidden;
    z-index:300;
	padding-top:40px;
}


#page3 {
	height: 100vh;
	padding-top:40px;
		background: #bfe2e6;
}

.content100-3 {
	background: #bfe2e6;
	display: flex;
	flex-grow:1;
	flex-direction:row;
	align-items: stretch;
	}

.content50-3-l {
	display: flex;
	flex-grow:1;
	max-width: 55%; 
    position: relative;
	background-image: url('../bilder/pic_3.jpg');
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	}

.content50-3-r {
	xdisplay: flex;
	xflex-direction:column;
	max-width: 45%;
    xalign-items: stretch;   
    position: relative;
	background: transparent;
	margin-left: -100px;
	padding-top: 3%;
	padding-bottom: 3%;
	}

.footer {
	background:#FFF;
 	text-align: right;
	padding: 0.6em 3em 0 0;
	}


	
	.box-3 {
	flex-grow:1;
	height: 25%;
	background: transparent;
	}
	
	.box-4 {
	flex-grow:1;
	height: 25%;
	background: transparent;
	}
	
	.logos {
	background-color:#FFF;
	min-height:125px;
        padding-bottom: 0.5em;
        z-index: 500;
	}
	
	.footer {
	background:#FFF;
 	text-align: right;
	padding: 0.6em 3em 0 0;
		xdisplay: flex;
		flex-grow:2;
		flex-direction: row;
		height: 20em;
	}


@media only screen and (min-width:781px) {
    
  
.content50-l {
	display: flex;
	flex-grow:1;
	max-width: 80%;
    align-items: stretch;   
    position: relative;
	}
	
.content50-r {
	background-color:#FFF;	
	display: flex;
	flex-grow:1;
    max-width: 20%;
	}
    
    
}