.kurzbeschrieb-title{
    font-family: 'Roboto',sans-serif;
    text-align: center;
    color: #6B4D40;
    max-width: 75%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 81px;
    line-height: 90%;
}

.call-to-action, .call-to-action:hover {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        padding: 14px 60px;
        color: #6B4D40;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #6B4D40;
        border-radius: 40px;
}

.small-title{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.54px;
	color: #6B4D40;
}

.kurzbeschrieb-content{
    color: #6b4d40;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
}



@media(max-width:992px){
	.kurzbeschrieb-title{
		max-width: 100%;
		font-size:50px;
	}
	.kurzbeschrieb-content br{
	display:none;
}
}