*{
	padding: 0;
	margin: 0 ;
    background-color:#f5ebe0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 



.headline-box{
    position: relative;
    width: 100%;
    height: auto;
	margin-top:50px;
}

.show-headline-box{
    position: relative;
    width: 90%;
	max-width:1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.page-headline{
	width: auto;
    height: auto;
    left: 0px;
	font-size:18px;
    font-family: "inter";
}
.headline{
	width: 100%;
    height: auto;
    left: 0px;
	font-size:25px;
	text-align:center;
    font-family: "inter";
	color:#023e8a;
}



.news-box{
    position: relative;
    width: 100%;
    height: 450px;
	margin-top:50px;
	background-color:#d6ccc2;
	padding-top:15px;
	padding-bottom:80px
}

.show-news-box{
    position: relative;
    width: 90%;
	max-width:1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color:#d6ccc2;
}
.news-box-text{
    position: relative;
    width: 40%;
    height: 450px;
	float:left;
	margin-top:50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
	z-index: 10;
	background-color:#fff;
}

.news-box-img{
    position: absolute;
    width: 70%;
    height: 450px;
	right: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
	border-radius: 10px;
	background-color:#fff;
}

.box-text-h{
	width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	font-size: 40px;
    font-family: "inter";
	background-color:transparent;
	overflow:hidden;
}

.box-text-p{
	width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: "inter";
	background-color:transparent;
}

.box-text-buton{
    position: relative;
    width: 50%;
    height: 30px;
	border-radius:10px;
    background-color: #3a86ff;
    border: none;
    font-family: "Inter";
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
    margin-left: 25%;
	margin-top: 15px;
	color:#fff;
}
.box-text-buton:hover{
    background-color: #1b263b;
    border-radius: 7px;
}


.news-box-img-pic{
    position: relative;
    width: 100%;
    height: 100%;
    z-index:1;
	object-fit: cover;
	border-radius: 10px;

}
@media screen and (max-width: 700px) {
	
	.news-box{
		position: relative;
		width: 100%;
		height: 40em;
		margin-top:50px;
		background-color:#d6ccc2;
		padding-top:15px;
		padding-bottom:80px
}
	
	.show-news-box{
		position: relative;
		width: 90%;
		max-width:1000px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background-color:#d6ccc2;
		display: block;
	}
	
	.news-box-img{
		position: relative;
        width: 90%;
        margin-left: 5%;
		height:10em;
		margin-top:2em;
    }
	
	.news-box-text{
		position: relative;
		width: 90%;
		height: auto;
		margin-left:5%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		border-radius: 10px;
		z-index: 10;
		background-color:#fff;
		margin-top:1em;
	}
	
	.box-text-h{
		font-size: 1.5em;
	}

	.box-text-p{
		font-size: 1.2em;
	}
	.box-text-buton{
		margin-bottom: 20px;
	}
}





.top-beitrag-box{
    position: relative;
    width: 100%;
    height: auto;
	margin-top:50px;
	background-color:#403d39;
	padding-top:15px;
	padding-bottom:80px
}

.show-top-beitrag-box{
    position: relative;
    width: 90%;
	max-width:900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	background-color:transparent;
}
.top-beitrag-box-img{
    position: relative;
    width: 100%;
    height: 400px;
	right: 0px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
	border-radius: 10px;
	background-color:#fff;
}

.top-beitrag-box-text{
    position: relative;
    width: 100%;
    height: auto;
	margin-top:20px;
	z-index: 10;
	background-color:transparent;
}

.top-box-text-buton{
    position: relative;
    width: 50%;
    height: 30px;
    color: #3a86ff;
    border: none;
    font-family: "Inter";
    font-size: 18px;
    cursor: pointer;
    margin-left: 25%;
	margin-top: 15px;
	background-color:transparent;
	
}
.top-box-text-buton:hover{
    color: #ff006e;
    border-radius: 7px;
}


.news-box-img-pic{
    position: relative;
    width: 100%;
    height: 100%;
    z-index:1;
	object-fit: cover;
	border-radius: 10px;

}





.top-atrikel-div{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:50px;
}

.top-atrikel-div-show{
	position: relative;
    width: auto;
    width: 100%;
    max-width: 950px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.top-atrikel-div-eins{
	position: relative;
    width: auto;
    width: 45%;
	background-color:#fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all .2s ease-in-out; 
	cursor: pointer;
}
.top-atrikel-div-eins:hover {
	border-color: #fff;
	transform: scale(1.1); 
	background: radial-gradient(#e2eafc, rgba(226, 234, 252, 1) 80%);
}

.top-atrikel-div-zwei{
	position: relative;
    width: auto;
    width: 45%;
	background-color: #fff;
	border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-left:10%;
	transition: all .2s ease-in-out; 
	cursor: pointer;
}
.top-atrikel-div-zwei:hover {
	border-width:2px;
	transform: scale(1.1); 
	background: radial-gradient(#e2eafc, rgba(226, 234, 252, 1) 80%);

}
.top-atrikel-img{
    position: relative;
    height: 230px;
    width: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
}
.top-atrikel-div-text{
    position: relative;
	width:90%;
	height:250px;
	margin:5%;
	background-color:transparent;
}
.top-atrikel-text-h{
    position: relative;
    font-size: 30px;
    color: #2541b2;
	width:100%;
	height:auto;
	margin-top:15px;
    font-family: "Arial";
	text-align: center;
	background-color:transparent;
	overflow:hidden;
}
.top-atrikel-text-p{
    position: relative;
	width:100%;
	height:auto;
    font-size: 20px;
    color: #000;
    font-family: "Arial";
	text-align: left;
	margin-top:10px;
	background-color:transparent;
	overflow:hidden;
}

@media screen and (max-width: 700px) {
    .top-atrikel-div-show{
        display: block;
    } 
    .top-atrikel-div-eins{
		width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
    .top-atrikel-div-zwei{
		width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
}





.artikel-div{
    position: relative;
    width: 100%;
    height: auto;
    margin-top:50px;
}

.artikel-div-show{
	position: relative;
    width: 100%;
    max-width: 950px;
	height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
	cursor:pointer;
}

.artikel-text{
    position: relative;
    width: 50%;
    height: 90%;
	float:left;
	margin-left:5%;
	margin-top:5%;
	margin-bottom:5%;
	background-color: transparent;
}
.artikel-text-right{
    position: relative;
    width: 50%;
    height: 90%;
	float:right;
	margin-left:5%;
	margin-top:5%;
	margin-bottom:5%;
	background-color: transparent;
}
.artikel-img{
    position: relative;
    width: 40%;
    height: 350px;
	margin-top:2%;
	margin-bottom:2%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}
.artikel-img-right{
    position: relative;
    width: 40%;
    height: 350px;
	margin-top:2%;
	margin-bottom:2%;
	float:left;
	margin-left:5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}

.artikel-headline-h{
	position: relative;
	width: 100%;
    height: auto;
	font-size: 28px;
	text-align:left;
    font-family: "inter";
	background-color: transparent;
	overflow:hidden;
}

.artikel-text-p{
	position: relative;
	width: 100%;
    height: auto;
    font-size: 20px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
    font-family: "inter";
	background-color: transparent;
	overflow:hidden;
}


.news-box-img-pic{
    position: relative;
    width: 100%;
    height: 100%;
    z-index:1;
	object-fit: cover;
	border-radius: 10px;
}

@media screen and (max-width: 800px) {
	.artikel-div{
		position: relative;
		width: 90%;
        margin-left: auto;
        margin-right: auto;
	}
	.artikel-headline-h{
		font-size: 1.5em;
	}
	.artikel-text-p{
		font-size: 1em;
	}
	.artikel-img{
		height: 250px;
	}
	.artikel-img-right{
		height: 250px;
	}
}





