.kurzbeschrieb-title{
    font-family: 'Allison',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 {
    background: #6B4D40;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 14px 67px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

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



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