/*header*/
.headercontainer {
    padding-top: 56px;
    padding-bottom: 112px;
}

.headertextcontainer {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.imgintro{
    display:flex;
    justify-content:center; 
    place-items:center;
    width:100%;
    align-items:center; 
}

.imgintroinner{
    display:block;
    width:66.6%;
}

@media only screen and (max-width:760px) {
    .headertextcontainer {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

/*Vorstellung*/
.CompanyTeaser {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
}

/*
.firs-pres-element {
    margin-top: -400px;
    margin-left: 60px;
}
*/

.firs-pres-element {
    margin-top: -400px;
}

.presentation-content {
    padding-top: 112px;
    padding-bottom: 112px;
    /*padding-bottom: 55px;*/
}

.img-fanuc {
    position: relative;
    /*margin-top: -14px;*/
    margin-top:148px;
}

.fanuc-element {
    position: absolute;
    right: -200px;
    top: 190px;
}

.img-fanuc-element {
    
}


@media only screen and (max-width:1257px){
    .img-fanuc {
        position: relative;
        /* margin-top: -14px; */
        margin-top: 148px;
    }
}

@media only screen and (max-width:1247px) {
    .img-fanuc {
        position: relative;
        /*margin-top: -14px;*/
        margin-top:148px;
    }
}

@media only screen and (max-width:1242px) {
    .img-fanuc {
        position: relative;
        /*margin-top: -14px;*/
        margin-top:175px;
    }
}

@media only screen and (max-width:1196px) {
    .img-fanuc {
        position: relative;
        /*margin-top: -14px;*/
        margin-top:175px;
    }
}

@media only screen and (max-width:1176px) {
    .img-fanuc {
        position: relative;
        margin-top: 233px;
    }
    
    .fanuc-element {
        position: absolute;
        right: -200px;
        top: 240px;
    }
}
@media only screen and (max-width:1152px) {
    .img-fanuc {
        position: relative;
        margin-top: 233px;
    }
}

@media only screen and (max-width:1148px) {
    .img-fanuc {
        position: relative;
        margin-top: 259px;
    }
    
    .fanuc-element {
        position: absolute;
        right: -200px;
        top: 347px;
    }
}

@media only screen and (max-width:1137px){
    .img-fanuc {
        position: relative;
        margin-top: 287px;
    }
}
@media only screen and (max-width:1099px) {
    .img-fanuc {
        position: relative;
        margin-top: 314px;
    }
}


@media only screen and (max-width:1060px) {
    
    .imgintroinner{
        display:block;
        width:100%;
    }
    
    .presentation-content {
        padding-top: 48px;
        padding-bottom: 0;
    }

    .img-fanuc {
        position: relative;
        width: 100vw;
        height: auto;
        margin-top:0;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 300px;
    }

    .fanuc-element {
        position: relative;
        top:50px;
        margin-top: -670px;
        margin-bottom: 360px;
        right: -450px;
    }
}

@media only screen and (max-width:829px) {
    .img-fanuc {
        position: relative;
        width: 100vw;
        height: auto;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 300px;
    }

    .fanuc-element {
        position: relative;
        margin-top: -570px;
        margin-bottom: 260px;
        right: -450px;
    }
}

@media only screen and (max-width:760px) {
    .img-fanuc {
        position: relative;
        width: 100vw;
        height: auto;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 300px;
    }

    .fanuc-element {
        position: relative;
        margin-top: -470px;
        margin-bottom: 160px;
        right: -350px;
    }
}

@media only screen and (max-width:620px) {
    /*
        .firs-pres-element {
            margin-top: -249px;
            margin-left: 47px;
        }
    */

    .firs-pres-element {
        margin-top: -250px;
    }
}

@media only screen and (max-width:500px) {
    .fanuc-element {
        position: relative;
        margin-top: -370px;
        margin-bottom: 160px;
        right: -200px;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 200px;
    }
}

@media only screen and (max-width:460px) {
    .fanuc-element {
        position: relative;
        margin-top: -340px;
        margin-bottom: 130px;
        right: -200px;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 200px;
    }
}


@media only screen and (max-width:390px) {
    .fanuc-element {
        position: relative;
        margin-top: -280px;
        margin-bottom: 70px;
        right: -200px;
    }

    .img-fanuc-element {
        width: 100vw;
        height: auto;
        max-height: 200px;
    }
}

.buyticketbox {
    position: fixed;
    bottom: 50%;
    right: 0;
    width: auto;
    height: 80px;
    z-index: 140;
}

.buyticketcontent-inner {
    display: block;
}

.buyticketDT{
    position:absolute;
    right:0;
    top:50%;
    height:80px;
    z-index:140;
}

.buyticketcontentDT-inner{
    display: flex;
    place-items: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left:12px;
    padding-right:12px;
    padding-top:5px;
    padding-bottom:5px;
}

@media only screen and (max-width:760px) {
    .buyticketDT{
        display:none;
        position:absolute;
        right:0;
        top:50%;
        height:80px;
        z-index:140;
    }
    .buyticketbox {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 80px;
        z-index: 140;
    }

    .buyticketcontent {
        display: flex;
        justify-content: center;
        place-items: center;
    }

    .buyticketcontent-inner {
        display: flex;
        gap: 8px;
    }

}

/*footer*/
.footermenue {
    height: 80px;
}

.footercontent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.footertext {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: black;
}

@media only screen and (max-width:760px) {
    .footercontent {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
        height: 100%;
        padding-top: 49px;
        padding-bottom: 180px;
        margin-left: 0;
    }
}