body {
    font-family: 'Barlow Condensed', sans-serif;
}

.img-width {
    width: 85%;
}

.no-break {
    display: none;
}

.pagePadding {

}

body a {
    color: #54729e;
}

body a:hover {
    text-decoration: none;
    color: #6284b9;
}

.pagePadding {
    padding: 75px 0;
}

/*SEITE1*/
.seite1 {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #121e26;
    padding: 3rem 0;
    background-image: url("images/35-jahre-web.png");
    background-position: center;
    background-size: cover;
    height: 630px;
}

.seite1 img {
    width: 108%;
}

.seite1 h1 {
    font-size: 3.3rem;
    color: #d6d6d6;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.seite1 h2 {
    font-size: 2.5rem;
    color: #54729e;
    font-weight: 400;
    text-transform: uppercase;
}

.text-highlight{
    background-color: #375177;
    color: #fff;
    padding: 0.2rem 0.5rem;
    line-height: 32px;
}

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

.seite1 .btn:hover, .seite1 .btn:active, .seite1 .btn:focus, .seite3 .btn:hover, .seite3 .btn:active, .seite3 .btn:focus {
    color: #c5d9ff;
    border-color: #9CB8DCFF;
    background-color: #46709a;
}

.seite1 .text-block {
    margin-top: 40px;
    padding-left: 6rem;
}

/*!*SEITE2*!*/
.seite2 {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #d6d6d6;
}

.seite2 .ibf-ei img{
    right: auto;
    width: 100px;
    margin-top: 0;
    float: left;
    display: inline-block;
    position: relative;
}

.seite2 iframe {
    width: 850px;
    height: 730px;
}

.seite2 h1 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #2e393e;
    text-transform: uppercase;
    margin-top: 7px;
    display: inline-block;
}

.seite2 p {
    font-family: 'Barlow Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 300;
}

.seite2 h3 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #2e393e;
    margin-top: 7px;
}

.seite2 img {
    margin-top: -180px;
    position: absolute;
    right: 114px;
    width: 383px;
}

.seite2 a {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.seite2 .btn {
    border-radius: 0;
    font-size: 1.4rem;
    color: #1e3553;
    font-weight: 300;
    text-transform: uppercase;
    border-color: #1e3553;
    margin-right: 10px;
    margin-top: 6px;
    text-align: center;
}

.seite2 .btn:hover, .seite2 .btn:active, .seite2 .btn:focus {
    color: #c5d9ff;
    border-color: #9CB8DCFF;
    background-color: #46709a;
}

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

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

.seite3 img {
    width: 85%;
}

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

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

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

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

.impressums-links {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 2rem;
}

.impressums-links a {
    color: #d6d6d6;
    margin-right: 1rem;
}

/*!*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;
}

.break-mobile{
    display: none;
}

/*!*MEDIAQUERIES*!*/
@media (max-width: 1200px) {

    .break-mobile{
        display: none;
    }

    .img-width {
        width: 96%;
    }

    .seite1 h1 {
        font-size: 3.5rem;
    }

    .seite1 h2 {
        font-size: 2.3rem;
    }

    .seite1 p {
        font-size: 1.8rem;
        line-height: 2rem;
        width: 90%;
    }

    .ibf-ei{
        display: inline-grid;
    }

    .seite2 h3 {
        font-size: 1.6rem;
        font-weight: 400;
        color: #2e393e;
        margin-top: 0;
    }

    .seite2 img {
        width: 27%;
        margin-top: -91px;
        margin-bottom: -235px;
    }

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

    .no-break {
        display: block;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .break-mobile{
        display: inline-block;
    }

    .seite1 .text-block {
        margin-top: -20px;
    }

    .seite1 h1 {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .seite1 h2 {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .seite1 p {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 98%;
    }

    .seite1 .btn {
        font-size: 1.2rem;
    }

    .img-width {
        width: 100%;
        margin-top: -9px;
    }

    .seite2 iframe {
        width: 102%;
        height: 75vh;
    }

    .seite2 .pagePadding {
        padding: 46px 0;
    }

    .seite2 img {
        width: 100%;
        margin-top: -153px;
        margin-bottom: -235px;
    }

    .seite3 .text-block {
        max-width: 100%;
        margin-top: 0;
    }

    .seite3 img {
        width: 100%;
        margin-left: -28px;
    }

}

@media (max-width: 767px) {

    .seite1 .text-block {
        padding: 0 1rem;
    }

    .seite1 .pagePadding {
        padding: 30px 25px;
    }

    .seite1 h1 {
        font-size: 3.9rem;
    }

    .seite1 h2 {
        font-size: 2.7rem;
    }

    .seite1 p {
        font-size: 2.3rem;
        line-height: 2.5rem;
        width: 100%;
    }

    .seite1 .btn {
        font-size: 1.9rem;
        margin-top: 20px;
    }

    .seite1 .pagePadding {
        padding: 30px 25px 90px 25px;
    }

    .seite2 img {
        right: 0;
        width: 172px;
        margin-top: 1rem;
    }

    .seite2 h3 {
        font-size: 1.8rem;
        font-weight: 400;
        color: #2e393e;
        margin-top: 0;
        width: 64%;
        margin-left: 10px;
    }

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

    .seite3 img {
        width: 100%;
    }

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

    .seite3 h2 {
        font-size: 3.3rem;
    }

    .seite3 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 2.3rem;
        font-weight: 200;
        line-height: 2.4rem;
        color: #f4eed4;
    }

    .seite3 .btn {
        font-size: 1.8rem;
        margin-top: 18px;
    }

    .languageChoose {
        font-size: 2rem;
    }

    .languageChoose img {
        width: 30px;
    }

}

@media(max-width: 768px){
    .seite2 iframe {
        width: 102%;
        height: 100vh;
    }
}

@media(max-width: 750px){
    .seite2 iframe {
        width: 102%;
        height: 58vh;
    }
}