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

.ankerMargin {
    margin-top: -125px;
    width: 100%;
    height: 125px;
    display: inline-block;
    z-index: 0;
    opacity: 0;
}

.orange {
    color: #ff7d00 !important;
}

.light-orange {
    color: #bb815b !important;
}

.blue {
    color: #a1c1f0 !important;
}

.light-grey {
    color: #d6d6d6;
}

.light-light-blue {
    color: #a1c1f0 !important;
}

body .btn {
    border-radius: 0;
}

body .btn-outline-warning {
    color: #ff7d00;
    background-color: transparent;
    background-image: none;
    border-color: #ff7d00;
}

body .btn-outline-warning:hover {
    color: #1c1c1c;
    background-color: #ff7d00;
    border-color: #ff7d00;
}

body .btn-outline-primary {
    color: #a1c1f0;
    background-color: transparent;
    background-image: none;
    border-color: #a1c1f0;
}

body .btn-outline-primary:hover {
    color: #1c1c1c;
    background-color: #a1c1f0;
    border-color: #a1c1f0;
}

body h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.display-none{
    display: none !important;
}

.no-break-but-md {
    display: none;
}

/*Anfrage Icon*/
.anfrage-icon{
    position: fixed;
    width: 7rem;
    bottom: 3rem;
    right: 3rem;
    z-index: 10000;
}

.anfrage-icon img{
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, 0.34));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, 0.34));
}

/*STEUERHINWEIS*/
.price-info {
    cursor: pointer;
}

/*VERSIONSINFO*/
.version-info {
    cursor: pointer;
}

/*DOWNLOAD MODAL*/
.modal-open #downloadModal {
    background-color: rgba(214, 214, 214, 0.31);
}

#downloadModal .modal-dialog {
    width: 376px;
    margin-top: 160px;
}

#downloadModal .modal-content {
    color: #d6d6d6;
    background-color: #292929;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#downloadModal .modal-header {
    padding: 7px 15px;
    color: #fff;
    border-bottom: 1px solid #464646;
    background-color: #232323;
}

#downloadModal .close {
    font-size: 23px;
    padding: 20px 16px;
    color: #d6d6d6;
}

#downloadModal .modal-title {
    font-size: 1.6rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #a1c1f0;
}

#downloadModal .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #a6afb7;
    background-color: #383838;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#downloadModal .lizenzCheck {
    font-size: 11px;
    font-weight: 300;
    color: #999999;
}

#downloadModal p {
    font-size: 14px;
    color: #a1c1f0;
}

#downloadModal .modal-footer {
    border-top: none;
    margin-top: -23px;
}

.modal-footer .tnp-field-button {
    width: 100%;
}

#downloadModal .btn-default {
    background-color: #a1c1f0;
    border-color: #a1c1f0;
    color: #a1c1f0;
}

.form-group label {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 8px;
    color: #a0a0a0;
}

.text-muted a {
    color: #54729e;
}

.form-group .text-muted {
    font-size: 14px !important;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 436px !important;
    }
}

/*TOP-HEADER*/
.top-header {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 100000000;
}

.madeinger-ribbon{
    display: inline-block;
    position: absolute;
    bottom: 5rem;
    left: -1rem;
}

.madeinger-ribbon img{
    width: 9rem;
}

.call-ibf {
    float: right;
}

.top-header a {
    color: #a1c1f0;
}

.top-header img {
    width: 20px;
    margin-top: -4px;
}

.top-header span {
    font-size: 16px;
}

.top-header .dropdown {
    float: right;
}

.top-header .dropdown-toggle, .call-ibf {
    padding: 3px;
    margin: 2px 10px;
}

.top-header .dropdown-toggle, .top-header .dropdown-toggle:hover, .top-header .dropdown-toggle:active,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle, .top-header .dropdown, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #2f2f2f !important;
    z-index: 100000;
}

.dropdown-menu {
    min-width: 50px !important;
    font-size: 20px;
}

/*NAVIGATION*/
.navbar, body .bg-dark, body .navbar-dark {
    background-color: rgba(28, 28, 28, 0.82) !important;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 36px;
    transition: all ease 2.5s;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.navbar-brand img {
    width: 265px;
    transition: all ease 0.5s;
}

.nav-link {
    width: 82px;
    text-align: center;
    cursor: pointer;
}

.nav-link img {
    width: 58px;
}

.nav-link span {
    transition: all ease 2.5s;
}

.nav-item:hover {
    filter: drop-shadow(0px 0px 2px rgba(255, 125, 0, 0.64));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 125, 0, 0.64));
}

.seite {
    float: left;
    clear: none;
    width: 100%;
}

/*SEITE1*/
/*.seite1 {*/
    /*background-image: url("../../images/circuitboard-bg.webp");*/
    /*background-size: cover;*/
    /*!*padding: 19% 29%;*!*/
/*}*/

.seite1 .jumbotron {
    background-color: transparent;
    padding: 23rem 12rem 17rem 12rem;
}

.seite1 h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.5rem;
    margin-bottom: 0;
}

.seite1 h2 {
    font-weight: 300;
    font-size: 2.2rem;
}

.seite1 p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3em;
}

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

/*SEITE2*/
.seite2 {
    background-color: #d6d6d6;
    padding-top: 36px;
    padding-bottom: 90px;
    color: #0f0f0f;
}

.seite2 a {
    color: #2a374b;
}

.seite2 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
}

.seite2 .row p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.seite2 .row img {
    width: 64%;
    margin-bottom: 15px;
}

.seite2 .col-md {
    padding: 25px;
}

/*SEITE3*/
.seite3 {
    /*background-image: url("../../images/camera-circuit.webp");*/
    /*background-position: bottom;*/
    padding-top: 70px;
    padding-bottom: 114px;
}

.seite3 .col-md {
    padding: 0 5px;
}

.seite3 .row img {
    width: 95%;
    margin-bottom: 15px;
}

.seite3 a {
    color: #a1c1f0 !important;
}

.seite3 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
}

.seite3 .headline-news {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

.seite3 .row p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
}

/*SEITE4*/
.seite4 {
    /*background-image: url("../../images/prod-bg.webp");*/
    /*background-size: cover;*/
    /*background-position: bottom;*/
    padding-top: 40px;
    padding-bottom: 132px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.seite4 .editions-btn .btn {
    font-size: 1.3rem;
}

.seite4 .editions-btn .btn-outline-warning {
    color: #72151b;
    border-color: #72151b;
}

.seite4 .editions-btn .btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    background-color: #ffb07d !important;
    /*background-color: #9f5e5e !important;*/
    border-color: #72151b !important;
    color: #72151b !important;
}

.seite4 .btn-outline-primary {
    color: #294459;
    border-color: #3d5572;
}

.seite4 img {
    width: 100px;
}

.seite4 .btn-outline-primary:hover {
    border-color: #294459;
}

.editions-btn {
    margin-bottom: 35px;
    margin-top: 35px;
}

.editions-btn .btn {
    margin: 4px;
}

.seite4 .col-md {
    background-color: #2f2f2f;
    text-align: center;
    padding: 24px;
    margin: 8px;
}

.seite4 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #bb815b;
    font-size: 1.75rem;
}

.seite4 h3 {
    color: #ca8383;
    /*color: #9f5e5e;*/
    font-weight: 300;
    font-size: 1.3rem;
}

.other-versions .none-op {
    opacity: 0;
}

.prod-btn {
    margin-top: 10px;
}

.commercial-versions .btn-outline-primary, .other-versions .btn-outline-primary {
    color: #96bbd0;
    border-color: #96bbd0;
}

.other-versions a, .commercial-versions a {
    color: #96bbd0;
}

.unactive {
    display: none;
}

.non-commercial-versions, .commercial-versions, .other-versions {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.which-edition {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    z-index: 1000;
}

.which-edition a {
    cursor: pointer;
    z-index: 1001;
    color: #0468d4;
}

/*SEITE5*/
.seite5 {
    /*background-image: url("../../images/team-bg.webp");*/
    /*background-position: bottom;*/
    padding-top: 76px;
    padding-bottom: 114px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.seite5 img {
    width: 84%;
    margin-bottom: 12px;
}

.seite5 .ibf-ei {
    width: 100px;
}

.seite5 h2 {
    font-size: 1.4rem;
    color: #54729e;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase !important;
}

.seite5 .easy h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #d6d6d6;
    /*color: #54729e;*/
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase !important;
}

.seite5 h1 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    color: #d6d6d6;
    /*color: #54729e;*/
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase !important;
}

.seite5 .col-md-3 p {
    color: #b5c4d4;
    line-height: 1.2rem;
}

.seite5 .easy {
    /*flex: 0 0 40%;*/
    background-color: rgba(64, 98, 148, 0.43);
    padding: 34px;
    color: #b5c4d4;
    text-align: left;
    margin: 3px;
    font-size: 1.1rem;
}

.seite5 .row {
    margin-top: 30px;
}

/*SEITE6*/
.seite6 {
    background-color: #d6d6d6;
    padding-top: 80px;
    padding-bottom: 112px;
}

.seite6 img {
    width: 100%;
}

.seite6 a {
    color: #0059b9;
}

.seite6 .service-img img {
    width: 82%;
    margin-bottom: 12px;
}

.service-img {
    margin-top: 40px;
}

.seite6 .service-text{
    margin-top: 3rem;
}

.seite6 h2 {
    color: #425b80;
    /*color: #54729e;*/
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase !important;
    font-size: 1.2rem;
}

.contact-text {
    font-size: 1.2rem !important;
}

.seite6 p {
    color: #2f2f2f;
    font-size: 1.2rem;
}

.seite6 img:hover{
    transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}

.mail {
    text-align: left;
    margin-left: 16px;
}

.mail img {
    width: 28px !important;
    margin-bottom: 2px !important;
    margin-right: 10px;
}

/*SEITE7*/
.seite7 {
    /*background-image: url("../../images/download-bg.webp");*/
    /*background-size: cover;*/
    /*background-position: bottom;*/
    padding-top: 75px;
    padding-bottom: 80px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.seite7 h1 {
    margin-bottom: 0;
}

.seite7 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 3rem;
}

.seite7 .mockup-monitor {
    margin: 1px 0 10px 0;
    width: 70%;
}

.seite7 p {
    padding: 0 2rem;
    margin: auto;
    color: #d6d6d6;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.7rem;
}

.seite7 small img {
    width: 20px;
}

.seite7 small a {
    color: #d6d6d6;
    display: inline-block;
    margin-top: 7px;
}

.seite7 .btn {
    margin-top: 20px;
}

/*HANDBUCH SEITE*/
.handbuch-sec{
    background-color: #c4cdd9;
    padding-top: 75px;
    padding-bottom: 75px;
}

.handbuch-einl{
    margin-bottom: 3rem;
}

.handbuch-sec h2{
    font-family: "Barlow Condensed", sans-serif;
}

.doc-img img{
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.handbuch-sec .text-block p{
    padding: 0 2rem;
}

/*SEITE8*/
.seite8 {
    background-color: #d6d6d6;
    color: #2f2f2f;
    padding-top: 30px;
    padding-bottom: 30px;
}

.seite8 h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.seite8 .row {
}

.seite8 img {
    width: 100%;
}

/*SEITE9*/
.seite9 {
    /*background-image: url("../../images/componi-bg.webp");*/
    /*background-position: center;*/
    /*background-size: cover;*/
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.seite9 img {
    width: 100%;
}

.seite9 h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.seite9 h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 1.9rem;
    margin-bottom: 35px;
}

.seite9 h3 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #d6d6d6;
    font-size: 1.9rem;
    margin-top: 15px;
}

.seite9 p {
    color: #d6d6d6;
    font-size: 1rem;
}

.seite9 a {
    color: #54729e;
}

.seite9 a:hover {
    color: #7b9ecc;
    text-decoration: none;
}

/*SEITE10*/
.seite10 {
    padding-top: 13px;
    background-color: #d6d6d6;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}

.seite10 .impr-links{
    font-size: 1.75rem !important;
}

.seite10 h1{
    font-size: 2rem;
    margin-bottom: 10px;
}

.seite10 h2{
    font-size: 1.5rem;
}

.impr-links, .impr-links a {
    margin-right: 12px;
    color: #2f2f2f;
    margin-top: 10px;
}

.impressumsText {
    display: none;
}

.impressumClick {
    cursor: pointer;
}

.bottom-line {
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 13px;
}

.impressumsText .row {
    margin-top: 30px;
}

/*MEDIA-QUERIES*/
@media(max-width:760px){
    .madeinger-ribbon{
        display: block;
        position: relative;
        bottom: 2rem;
        left: -1rem;
        margin-top: -7rem;
    }

    .seite1 {
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .seite5 .col-md, .seite6 .col-md {
        flex-basis: auto;
        flex-grow: inherit;
        max-width: 100%;
    }

    .seite5 .col-md-5, .seite6 .col-md-4 {
        flex: auto;
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .page-wrapper{
        width: 100%;
        overflow-x: hidden;
    }

    /*Anfrage Icon*/
    .anfrage-icon{
        bottom: 1rem;
        right: 1rem;
        z-index: 10000;
    }

    .nav-doku-item {
        width: auto !important;
    }

    .no-break-but-md {
        display: none;
    }

    .navbar, body .bg-dark, body .navbar-dark {
        background-color: rgba(28, 28, 28, 0.95) !important;
    }

    .navbar-brand img{
        width: 220px;
    }

    .top-header img {
        width: 30px;
    }

    .top-header span {
        font-size: 20px;
    }

    .top-header .dropdown-item {
        font-size: 1.5rem;
        padding: 0.25rem 2rem;
    }

    .seite7 .mockup-monitor {
        margin: 0;
        width: 100%;
    }

    .no-break-mobile {
        display: none;
    }

    .nav-item {
        border-bottom: 1px solid #484848;
        border-top: 1px solid #484848;
    }

    .nav-link {
        padding: 0.5rem 1rem;
        float: left;
        position: relative;
        width: 100%;
    }

    .nav-link img {
        float: left;
    }

    .nav-link span {
        display: inline-block !important;
        float: left;
        font-size: 2.5rem;
        margin-left: 10px;
    }

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

    .seite1 .jumbotron {
        background-color: transparent;
        padding: 230px 0 150px 0;
    }

    .seite1 .btn, .seite4 .btn, .seite7 .btn {
        font-size: 1.8rem;
        margin: 20px 10px;
    }

    .seite2 h2{
        font-size: 3rem;
    }

    .seite2 a {
        font-size: 2rem;
    }

    .seite2 h3, .seite3 h3, .seite5 h2, .seite9 h4 {
        font-size: 3.5rem;
    }

    .seite2 .row p {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .seite3 .row p, .seite9 p {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 35px;
        font-weight: 300;
    }

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

    .seite3 .col-md {
        padding: 15px;
    }

    .seite4 .editions-btn .btn {
        font-size: 2.1rem;
        margin: 9px 10px;
    }

    .seite4 img {
        width: 250px;
    }

    .seite4 h4 {
        font-size: 2.3rem;
    }

    .seite4 p {
        font-size: 1.7rem;
        font-weight: 300;
    }

    .seite4 h2 {
        font-size: 2.75rem;
    }

    .seite4 h3{
        font-size: 2rem;
    }

    .which-edition a {
        font-size: 2.75rem;
    }

    .seite5 .col-md p {
        color: #b5c4d4;
        line-height: 2.2rem;
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .seite5 .col-md-5 {
        flex: 0 0 100%;
        background-color: rgba(84, 114, 158, 0.43);
        padding: 38px;
        color: #b5c4d4;
        text-align: left;
        margin: 35px 0;
    }

    .seite5 h4 {
        font-size: 5.4rem;
        line-height: 5rem;
    }

    .easy p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 300;
    }

    .seite5 .easy{
        flex: none;
        margin-top: 2rem;
    }

    .contact-text {
        font-size: 2rem !important;
    }

    .seite6{
        padding: 5rem 1rem 5rem 1rem;
    }

    .seite6 h2 {
        font-size: 4.4rem;
        line-height: 4.6rem;
    }

    .seite6 .col-md p {
        font-size: 1.94rem;
    }

    .service-img{
        padding: 1rem;
    }

    .mail {
        font-size: 3rem;
        text-align: center;
        margin-left: 0;
    }

    .mail img {
        width: 62px !important;
    }

    .seite7 .mockup-monitor {
        width: 100%;
    }

    .seite7 p {
        width: 100%;
        font-size: 2rem;
        line-height: 2.2rem;
        padding: 0;
    }

    .seite7 small a {
        font-size: 1.5rem;
    }

    .seite7 small img {
        width: 32px;
    }

    .seite8 img {
        width: 63%;
        margin: 17px 0;
        border-bottom: 1px solid #9c9c9c;
        padding-bottom: 38px;
    }

    .seite8 h1 {
        border-bottom: 1px solid #9c9c9c;
        padding-bottom: 38px;
    }

    .seite9 h3 {
        font-size: 2.9rem;
    }

    .seite10 .row {
        margin-right: auto;
        margin-left: auto;
    }

    .impressum h1 {
        font-size: 2rem !important;
    }

    .impressumClick{
        display: block;
        width: 100%;
    }

}

@media (min-width: 993px) and (max-width: 1200px) {

    .seite1 .jumbotron {
        background-color: transparent;
        padding: 19rem 12rem 10rem 12rem;
    }

    .no-break-but-md {
        display: block;
    }

    .no-break-md {
        display: none;
    }

}

@media (max-width: 767px) {
    .version-info small {
        font-size: 113%;
        font-weight: 400;
    }

    .price-info {
        font-size: 113%;
    }

    .popover {
        max-width: 95% !important;
        position: absolute;
        top: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 1.3 !important;
        font-size: 1.2rem !important;
    }
}

@media (max-width: 1200px) {
    .only-lg {
        display: none;
    }

    .no-lg {
        display: block;
    }
}

@media (min-width: 1200px) {

    .only-lg {
        display: block;
    }

    .no-lg {
        display: none;
    }

}

/*QueryBackground*/
.seite1 {
    background-image: url("../../images/circuitboard-bg-kl.webp");
    background-size: cover;
    /*padding: 19% 29%;*/
}

.seite3 {
    background-image: url("../../images/camera-circuit-kl.webp");
    background-position: bottom;
}

.seite4 {
    background-image: url("../../images/prod-bg-kl.webp");
    background-size: cover;
    background-position: bottom;
}
.seite5 {
    background-image: url("../../images/team-bg-kl.webp");
    background-position: bottom;
    background-size: cover;
}
.seite7 {
    background-image: url("../../images/download-bg-kl.webp");
    background-size: cover;
    background-position: bottom;
}
.seite9 {
    background-image: url("../../images/componi-bg-kl.webp");
    background-position: center;
    background-size: cover;
}

@media all and (min-width: 30em) {
    .seite1 {
        background-image: url("../../images/circuitboard-bg-md.webp");
        background-size: cover;
    }
    .seite3 {
        background-image: url("../../images/camera-circuit-md.webp");
        background-position: bottom;
    }
    .seite4 {
        background-image: url("../../images/prod-bg-md.webp");
        background-size: cover;
        background-position: bottom;
    }
    .seite5 {
        background-image: url("../../images/team-bg-md.webp");
        background-position: bottom;
    }
    .seite7 {
        background-image: url("../../images/download-bg-md.webp");
        background-size: cover;
        background-position: bottom;
    }
    .seite9 {
        background-image: url("../../images/componi-bg-md.webp");
        background-position: center;
        background-size: cover;
    }
}


@media all and (min-width: 60em) {
    .seite1 {
        background-image: url("../../images/circuitboard-bg.webp");
        background-size: cover;
    }
    .seite3 {
        background-image: url("../../images/camera-circuit.webp");
        background-position: bottom;
    }
    .seite4 {
        background-image: url("../../images/prod-bg.webp");
        background-size: cover;
        background-position: bottom;
    }
    .seite5 {
        /*background-image: url("../../images/team-bg.webp");*/
        background-image: url("../../images/ibf-bg.webp");
        background-position: bottom;
    }
    .seite7 {
        background-image: url("../../images/download-bg.webp");
        background-size: cover;
        background-position: bottom;
    }
    .seite9 {
        background-image: url("../../images/componi-bg.webp");
        background-position: center;
        background-size: cover;
    }
}