body {
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.background {
    background: -moz-linear-gradient(167deg, #1f1538 0%, #54729e 130%); /* ff3.6+ */
    background: -webkit-linear-gradient(167deg, #1f1538 0%, #54729e 130%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(167deg, #1f1538 0%, #54729e 130%); /* opera 11.10+ */
    background: -ms-linear-gradient(167deg, #1f1538 0%, #54729e 130%); /* ie10+ */
    background: linear-gradient(167deg, #1f1538 0%, #54729e 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1538', endColorstr='#54729e', GradientType=1); /* ie6-9 */
}

.img-width {
    width: 100%;
}

.pagePadding {
    padding: 100px 0;
}

body a {
    color: #0f0f0f;
}

body a:hover {
    text-decoration: none;
    color: #0f0f0f;
}

/*SEITE1*/
.sonne-grafik img{
    width: 84%;
    margin-top: -8%;
}

.seite1 {
    background-image: url("images/summer24-landing.png");
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-size: cover;
    background-position: center;
}

.btn-group button{
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-right: 0.5rem;
    font-size: 1.3rem;
}

.seite1 .text-block{
    background-color: #192b3878;
    border-radius: 14px;
    padding: 2rem !important;
}

.text-block h1 span {
    display: inline-block;
    animation: float .2s ease-in-out infinite;
}

.seite1:after {
    content: "";
    background: url(images/bg-.svg);
    opacity: 0.1;
    top: 0;
    background-size: contain;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.seite1 h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    color: #f3e3d8;
    font-weight: 600;
}

.seite1 p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: #e6f3f8;
}

.seite1 .btn {
    border-radius: 0;
    font-size: 1.5rem;
    color: #f3e3d8;
    font-weight: 300;
    text-transform: uppercase;
    border-color: #f3e3d8;
    margin-right: 10px;
}

.seite1 .btn:hover, .seite1 .btn:active, .seite1 .btn:focus {
    color: #fff;
    border-color: #6db8c5;
    background-color: #6db8c5;
}

/*SVG*/
#knopf {
    cursor: pointer;
}

.seite1 svg {
    transform: scale(1.2);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Seite2*/
.seite2{
    background-color: #54729e;
    padding-top: 7rem;
}

.seite2 h1{
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2.1rem;
    color: #fff;
}

.seite2 p{
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.9rem;
    width: 80%;
}

.seite2 img{
    width: 80%;
    margin-top: -12rem;
}

/*SEITE3*/
.seite3 {
    font-family: 'Barlow Condensed', sans-serif;
}

.seite3 .center-img{
    text-align: center;
    max-width: 45%;
}

.seite3 img{
    width: 85%;
}

.seite3 h2{
    font-size: 2.3rem;
    text-transform: uppercase;
    color: #d3d1c4;
    font-weight: 400;
}

.seite3 p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2.1rem;
    color: #b2d4d1;
}

.seite3 .btn {
    border-radius: 0;
    font-size: 1.2rem;
    color: #b2d4d1;
    font-weight: 300;
    text-transform: uppercase;
    border-color: #b2d4d1;
    margin-right: 10px;
}

.seite3 .btn:hover, .seite3 .btn:active, .seite3 .btn:focus {
    color: #547293;
    border-color: #b2d4d1;
    background-color: #b2d4d1;
}

.seite3 .text-block{
    max-width: 40%;
    display: inline-block;
    margin-top: 80px;
    margin-left: -32px;
}

/*!*FOOTER*!*/
.footer {
    background-color: #1c1c1c;
}

.footer img{
    width: 150px;
}

.footer.pagePadding {
    padding: 4px 0;
}

.footer .img-width {
    width: 150px;
    margin-top: 6px;
}

.footer .logo-left{
    display: inline-block;
}

/*!*SPRACHE*!*/
.languageChoose {
    float: right;
    vertical-align: middle;
    font-size: 20px;
    line-height: 50px;
    margin-top: 9px;
}

.languageChoose img {
    width: 20px;
    vertical-align: middle;
    margin: 5px 2px 9px;
}

.languageHidden {
    display: none;
}

.language {
    cursor: pointer;
    color: #d6d6d6;
}

.language:hover {
    color: #ff7d00;
    text-decoration: underline;
}

.language a {
    color: #d6d6d6;
    text-decoration: none;
}

.language a:hover {
    color: #ff7d00;
}

.languageHidden {
    display: none;
}

/*Mediaqueries*/
@media (max-width: 1200px) {
    .seite2 {
        padding-bottom: 6rem;
    }

    .seite3 .text-block {
        margin-top: 23px;
    }

}

@media (max-width: 767px) {

    .seite1 svg {
        transform: scale(1.6);
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 9rem;
        margin-top: 4rem;
    }

    .seite2{
        padding-top: 4rem;
    }

    .pagePadding {
        padding: 55px 0;
    }

    .seite2 img {
        width: 95%;
        margin-top: 1rem;
    }

    .seite3 .center-img {
        text-align: center;
        max-width: 100%;
    }

    .seite3 .text-block {
        max-width: 100%;
        display: inline-block;
        margin-top: 80px;
        margin-left: 0;
    }

}