.content-title {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #B29D76;
    color: #B29D76;
    border-radius: 50px;
    padding: 4px 17px 5px 13px;
    margin-bottom: 20px;
    font-family: "mendl-sans-dusk", sans-serif;
    display: inline-block;
    letter-spacing: 0.6px;
    line-height: 20.3px;
    text-transform: uppercase;
}

.content-subtitle {
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #B29D76;
    line-height: 80px;
    margin-bottom: 33px;
}

.content-text p {
    font-size: 18px;
    color: #B29D76;
    font-weight: 400;
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    line-height: 26.1px;
}

.content-text p:first-child {
    /*margin-bottom: 44px;*/
}

.content-text strong {
    font-weight: 700;
    font-size: 18px;
    color: #B29D76;
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    line-height: 26.1px;
}

.content-text h1{
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #B29D76;
    line-height: 80px;
    margin-bottom: 33px;
}

.content-text h3 {
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #B29D76;
    line-height: 80px;
    margin-bottom: 0;
}

@media (max-width: 468px) {

    .content-text p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .content-text strong {
        font-size: 14px;
        line-height: 21px;
    }
/* 
    .content-component {
        padding-bottom: 30px;
    } */

    .content-subtitle {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 16px;
    }
	
	.content-text h1{
		font-size: 30px;
		line-height: 39px;
		margin-bottom: 16px;
	}
	
	.under-angebot-content{
		margin-top: 15px;
	}
}

@media (max-width: 768px){
	.content-text h3{
		line-height: 35px;
		margin-bottom: 20px;
	}
	
	.content-title{
		margin-bottom: 35px;
	}
}