@charset "utf-8";
/* CSS Document */
.flex01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
                                                                                                                                                                                        
.background01 {
	background-color: #c2c2d6;
	padding-left: 1rem;
}
	.background02{
    background-color: #C8DDDE;
	}
.background03 {
    background-color: #BFBFC5;
    padding: 2rem;
    border-width: thin;
}
.background04 {
    background-color: #E6D977;
    padding: 2rem;
    border-width: thin;
}
.boxlinksorange2 {
		 border-left-color:#030B5C;
   border-left-style: solid;

padding: 12px;
 
		background-color: #C0CBD4 ;
}
.card01 {
	background-color: lightgray;
	
}
.card02 {
	background-color: lightgray;
	padding: 1rem;
}
.inhalt01{
		padding: 1rem;
		background-color: rgba(91,144,187,1.00)
        }    
     .inhalt02{
		padding: 1rem;
		background-color: rgba(163,85,85,1.00)       
	}
.padding01 {
	padding-top: 1rem;
	
}
.padding02 {
	padding: 1rem;
	
}
.rubrikhome {
    padding: 0.5rem;
    background-color: darkred;
    color: #FFFFFF;
}
.rubrikhome2 {
    padding: 0.5rem;
    background-color: #6D9AC4;
    color: #FFFFFF;
}
.rubrikhome3 {
    padding: 0.5rem;
    background-color: #BFBFC5;
   
}
.zitatartikel {
    text-align: left;
    color: #47090A;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
    font-size: x-large;
    border-style: solid;
    border-width: 0px 10px 0px 10px;
    margin-left: 50px;
	margin-right: 50px;
    border-color: #4B0A0B;
}
.zitatartikel2 {
    text-align: left;
    color: #47090A;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
    border-style: solid;
    border-width: 0px 5px 0px 5px;
    margin-left: 50px;
	margin-right: 50px;
    border-color: #4B0A0B;
}
.zitatartikel3 {
    text-align: right;
    color: #47090A;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
    border-style: solid;
    border-width: 0px 5px 0px 0px;
    margin-left: 50px;
	margin-right: 50px;
    
}
.zitatartikel4 {
    text-align: right;
    color: #F05652;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
    border-style: solid;
    border-width: 0px 5px 0px 0px;
    margin-left: 50px;
	margin-right: 50px;
    
}
.backgroundimage03 {
    background-image: url("../images/wohnen.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage04 {
    background-image: url("../images/wohnen2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage05 {
    background-image: url("../images/books-2463779_1920.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage06 {
    background-image: url("../images/board-597238_1920.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage07 {
    background-image: url("../images/banner-3544296_1920.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage08 {
    background-image: url("../images/signal-2085201_1920.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage09 {
    background-image: url("../images/coronavirus-4833754_1920.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.backgroundimage10 {
    background-image: url("../images/uiguren-3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.textrot {
    
  text-color: darkred;  
    
}
