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*/
.mobil-grafik img{
    display: none;
}

.seite1 {
    background-image: url("images/background.jpg");
    padding-top: 7rem;
    padding-bottom: 9rem;
    background-size: cover;
    background-position: bottom;
}

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

.seite1 .text-block{
    padding: 2rem !important;
    margin-top: 4rem;
}

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

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

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

.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: #0c1a29;
    border-color: #6db8c5;
    background-color: #6db8c5;
}

.seite1 .btn-left {
    color: #ff6b49;
    border-color: #ff6b49;
}

.seite1 .btn-left:hover, .seite1 .btn-left:active, .seite1 .btn-left:focus {
    color: #d6d6d6;
    border-color: #ff6b49;
    background-color: #ff6b49;
}

.seite1 img{
    width: 100%;
    filter: drop-shadow(0px 14px 16px #010d1f);
}

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

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

/*Seite2*/
.seite2{
    background-image: url("images/01baum.jpg");
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-size: cover;
    background-position: center;
    border-top: 7px solid #d9f0f0;
    border-bottom: 7px solid #d9f0f0;
}

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

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

.seite2 img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*SEITE3*/
.seite3 {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #809fa7;
}

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

.seite3 img{
    width: 85%;
}

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

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

.seite3 .btn {
    border-radius: 0;
    font-size: 1.2rem;
    color: #344D51FF;
    font-weight: 300;
    text-transform: uppercase;
    border-color: #344D51FF;
    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: #0b1324;
}

.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 {
        background-position: right;
    }

    .mobil-grafik img{
        display: block;
        width: 100%;
        padding: 0;
        border-radius: 25px;
    }

    .seite1 .text-block {
        padding: 2rem !important;
        margin-top: 1rem;
    }

    .seite2{
        padding-top: 4rem;
        background-size: cover;
        background-position: 66%;
        box-shadow: inset 0 0 0 50vw rgb(12 15 39 / 65%);
    }

    .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;
    }

}