* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: lato, arial, sans-serif;
transition: 0.3s;
}

img {
	vertical-align: middle;
}

body, html {
    height: 100%;
    width: 100%;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

#top {
    background: #020912;
    width: 90%;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: auto;
    
    position: absolute;
    top: 0; /* Oben fixieren */
    left: 50%; /* Am Mittelpunkt ausrichten */
    transform: translateX(-50%); /* Exakte Mitte erreichen */
}


#top span {
display: inline-block;
margin: 0 10px;
}

@media only screen and (max-width: 425px) {
#top * {font-size: 14px;}
}

#content {
width: 100%;
margin: auto;
background: url(bg.png) no-repeat;
background-size: cover;
background-position: 50% 50%;
}

#content .ton {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
padding: 120px 50px;
}

.container {
width: 100%;
max-width: 1100px;
margin: auto;
}

.container .headline {
font-size: 40px;
color: #fff;
font-weight: 900;
}

.container .headline span {
color: orange;
font-size: 60px;
}

.container .descriptionline {
width: 100%;
max-width: 450px;
color: #fff;
font-weight: 500;
font-size: 20px;
line-height: 1.5;
padding: 10px 0;
}

.container .cta-btn {
display: inline-block;
border-radius: 4px;
background: orange;
color: #fff;
font-weight: 600;
padding: 15px 20px;
font-size: 18px;
text-decoration: none;
margin-top: 10px;
}

.rabatt {color: #fff; display: inline-block; margin-top: 20px;}
.rabatt span {display: inline-block; margin-top: 10px; padding: 10px 15px; background: rgba(255, 255, 255, 0.2); border-radius: 4px;}

@media only screen and (max-width: 767px) {
#content * {text-align: center;}
.container .descriptionline {margin: auto;}
#content .ton {padding: 120px 20px;}
#content .ton {background: rgba(0, 0, 0, 0.65);}
.container .descriptionline {font-size: 16px;}
}

#pro-content {
width: 100%;
}

#pro-content .container {
width: 100%;
max-width: 1400px;
margin: auto;
padding: 100px 0;
}

#pro-content img {
width: 100%;
max-width: 150px;
}

#pro-content .con-3 {
width: 33.33%;
float: left;
text-align: center;
}

#pro-content .con-3 p {
font-size: 22px;
font-weight: 900;
padding: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
#pro-content .container {padding: 50px 0;}
#pro-content img {max-width: 80px;}
#pro-content .con-3 p {font-size: 18px;}
}

#cta-area {
width: 100%;
text-align: center;
padding: 30px;
background: orange;
color: white;
clear: both;
color: #fff;
font-size: 20px;
font-weight: 600;
}

#cta-area p span {
display: inline-block;
padding: 5px 7px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.2);
}

#cta-area a {
background: black;
color: #fff;
text-decoration: none;
font-weight: 900;
display: inline-block;
margin-top: 10px;
font-weight: 600;
padding: 15px 20px;
font-size: 18px;
border-radius: 4px;
}

#about {
width: 100%;
text-align: center;
padding: 120px 50px;
background: url(04.svg) no-repeat;
background-size: 200px;
background-position: 100% 100%;
}

#about p {
font-size: 30px;
font-weight: 600;
width: 100%;
max-width: 600px;
margin: auto;
}

#about .cta-btn {
display: inline-block;
border-radius: 4px;
background: orange;
color: #fff;
font-weight: 600;
padding: 15px 20px;
font-size: 18px;
text-decoration: none;
margin-top: 30px;
}

@media only screen and (max-width: 767px) {
#about {padding: 50px  20px; background-size: 100px;}
#about p {font-size: 18px;}
}