html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rajdhani', sans-serif!important;
}

li {
    font-size: 20px;
}

#my-slider .ism-pause-button {
    display: none;
}

.link-decoration {

}

.header {
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 9999;
}

.header-scroll {
    width: 100%;
    height: 55px;
    background-color: white;
    position: fixed;
    top: -1000px;
    z-index: 999;
    animation-duration: 1s;
}

.logo-header {
    width: 16%;
    height: 100px;
    margin-left: 9%;
    background-image: url(../images/logo-tumler.png);
    background-size: 142px;
    background-repeat: no-repeat;
    float: left;
    z-index: 9999999999999999999999999999;
}

.logo-header-scroll {
    width: 16%;
    height: 55px;
    margin-left: 9%;
    background-image: url(../images/logo-klein.png);
    background-size: 142px;
    background-repeat: no-repeat;
    float: left;
}

.menu-punkte {
    width: 66%;
    height: 100px;
    margin-right: 9%;
    float: left;
}

.menu-punkte-mobile {
    width: 0%;
    height: 0px;
    margin-right: 0%;
}

.menu-punkte-scroll {
    width: 66%;
    height: 55px;
    margin-right: 9%;
    float: left;
}

.menu-unterpunkte {
    width: auto;
    float: left;
    margin-top: 45px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.menu-unterpunkte-mobile {
    width: auto;
    margin-top: 0px;
    color: transparent;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 0px;
    text-transform: uppercase;
    margin-left: 0%;
}

.dropdown-pfeil {
    width: 28px;
    margin-left: -3px;
    margin-top: 41px;
    background-image: url(../images/dropdown.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    height: 25px;
}

.dropdown-pfeil-scroll {
    width: 28px;
    margin-left: -3px;
    margin-top: 17px;
    background-image: url(../images/dropdown.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    height: 25px;
}

.dropdown-pfeil-mobile {
    width: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url(../images/dropdown.png);
    background-size: 0%;
    background-repeat: no-repeat;
    float: left;
    height: 0px;
}

.menu-unterpunkte-drp {
    width: 92px;
    height: 60px;
    float: left;
    margin-top: 45px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.menu-unterpunkte-drp-scroll {
    width: 92px;
    height: 60px;
    float: left;
    margin-top: 19px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.menu-unterpunkte-drp-mobile {
    width: 0px;
    height: 0px;
    float: left;
    margin-top: 0px;
    color: transparent;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 0px;
    text-transform: uppercase;
    margin-left: 0%;
}

.menu-unterpunkte:hover {
    color: #7b123d;
}

.menu-unterpunkte-drp:hover {
    color: #7b123d;
}

.dropdown-box {
    display: none;
    border: 1px solid black;
    background-color: white;
    width: 150px;
    height: 100px;
    z-index: 99999;
    position: absolute;
    margin-top: 30px;
}

.dropdown-box-scroll {
    display: none;
    border: 1px solid black;
    background-color: white;
    width: 150px;
    height: 100px;
    z-index: 99999;
    position: absolute;
    margin-top: 11px;
    margin-left: -5px;
}

.dropdown-box-mobile {
    width: 150px;
    height: 100px;
}

.menu-unterpunkte-u {
    display: none;
    width: auto;
    float: left;
    margin-top: 18px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 8%;
}

.menu-unterpunkte-u-scroll {
    display: none;
    width: auto;
    float: left;
    margin-top: 18px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 8%;
}

.menu-unterpunkte-u-mobile {
    width: auto;
    float: left;
    margin-top: 0px;
    color: transparent;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 0px;
    text-transform: uppercase;
    margin-left: 0%;
}

.menu-unterpunkte-drp:hover .dropdown-box {
    display: unset;
}

.menu-unterpunkte-drp:visited .dropdown-box {
    display: unset;
}

.menu-unterpunkte-drp-scroll:hover .dropdown-box-scroll {
    display: unset;
}

.menu-unterpunkte-drp-scroll:visited .dropdown-box-scroll {
    display: unset;
}

.dropdown-box:hover {
    display: unset;
}

.dropdown-box-scroll:hover {
    display: unset;
}

.menu-unterpunkte-drp:hover .menu-unterpunkte-u {
    display: unset;
}

.menu-unterpunkte-drp:visited .menu-unterpunkte-u {
    display: unset;
}

.menu-unterpunkte-drp-scroll:hover .menu-unterpunkte-u-scroll {
    display: unset;
}

.menu-unterpunkte-drp-scroll:visited .menu-unterpunkte-u-scroll {
    display: unset;
}

.menu-unterpunkte-u-scroll:hover {
    color: #7b123d;
}

.menu-unterpunkte-scroll {
    width: auto;
    float: left;
    margin-top: 19px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.menu-unterpunkte-scroll:hover {
    color: #7b123d;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -12px;
    top: 87%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% { opacity: 1 }
    100% { opacity: 0; transform: translateY(46px) }
}

.metallbau-privat {
    background-color: #7b123d;
    width: 100%;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    height: 400px;
}

.metallbau-industrie {
    background-color: #99484D;
    width: 100%;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    height: 400px;
}

.sicherheitstechnik-eiinbruchsschutz {
    background-color: #7b123d;
    width: 100%;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    height: 400px;
}

.mehr-button {
    background-color: transparent;
    border: 2px solid white;
    width: 20%;
    height: 60px;
    font-size: 40px;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 1s;
}

.mehr-button1 {
    background-color: transparent;
    border: 2px solid white;
    width: 20%;
    height: 60px;
    font-size: 40px;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 1s;
}

.mehr-button:hover {
    background-color: #99484D;
    border: 2px solid #99484D;
}

.mehr-button1:hover {
    background-color: #7b123d;
    border: 2px solid #7b123d;
}

.stichpunkte {
    float: left;
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
}

.footer {
    background-color: #2a2a2a;
    width: 100%;
    height: 217px;
    padding-top: 70px;
    padding-left: 20%;
    position: relative;
    bottom: 0;
    padding-right: 20%;
}

.footer-text {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    color: #9a9a9a;
}

.footer-link-text {
    color: #9a9a9a;
}

.footer-link-text:hover {
    color: white;
}

.footer-box {
    width: 28%;
    float: left;
    margin-left: 5%;
}

@keyframes animation-slider-text {
    0% {
        top: 150%;
        opacity: 0;
        display: none;
        color: white;
    }

    25%, 50%, 75% {
        top: 35%;
        opacity: 1;
        display: block!important;
        color: white;
    }

    100% {
        top: -150%;
        display: none;
        opacity: 0;
        color: white;
    }
}

.slider-bild1-text {
    position: absolute;
    left: 34%;
    top: 35%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    color: transparent;
    font-size: 50px;
    text-transform: uppercase;
    animation-name: animation-slider-text;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

@keyframes animation-slider-text2 {
    0% {
        top: 150%;
        opacity: 0;
        display: none;
        color: white;
    }

    25%, 50%, 75% {
        top: 48%;
        opacity: 1;
        display: block!important;
        color: white;
    }

    100% {
        top: -150%;
        display: none;
        opacity: 0;
        color: white;
    }
}

.slider-bild1-text2 {
    position: absolute;
    left: 35%;
    color: transparent;
    font-size: 30px;
    animation-name: animation-slider-text2;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
}

.link-unterpunkt {
    text-decoration: none;
    color: #615d49;
}

.link-unterpunkt:hover {
    color: #7b123d;
}

.footer-link-text2 {
    text-decoration: none;
    color: #9a9a9a;
}

.footer-link-text2:hover {
    color: white;
}

.photo-header {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header1-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.photo-header-2 {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header2-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.photo-header-3 {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header3-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.photo-header-4 {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header5-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.photo-header-5 {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header6-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.photo-header-6 {
    width: 100%;
    height: 211px;
    background-image: url(../images/header-desktop/TUM_header7-1920x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 70px;
}

.bild_1 {
    width: 16.21vw;
    height: 22.943vw;
    float: left;
}

figure {
    margin: 15px!important;
}

.bild1-size {
    width: 100%;
}

.photo-header-text {
    width: auto;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 140px;
    height: 38px;
    font-size: 28px;
    font-family: 'Rajdhani', sans-serif;
    color: white;
}

.box-all {
    width: auto;
    height: 420px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-2 {
    width: auto;
    height: 300px;
    margin-top: 60px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-z {
    width: auto;
    /*height: 900px;*/
    margin-left: 236px;
    margin-right: 236px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-k {
    width: auto;
    height: 300px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-im {
    width: auto;
    /*height: 1300px;*/
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-da {
    width: auto;
    /*height: 3300px;*/
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-wannen {
    width: auto;
    height: 380px;
    margin-top: 60px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-konzepte {
    width: auto;
    height: auto;
    margin-top: 60px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-tuer {
    width: auto;
    height: 470px;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-all-jobs {
    display: inline-block;
    width: auto;
    margin-left: 240px;
    margin-right: 240px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 80px;
}

.header-linie {
    width: 100%;
    height: 2px;
    background-color: #7b123d;
}

.kontakt-boxen {
    width: 50%;
    float:left;
}

.unterseite-box-links {
    width: 49%;
    float: left;
}

.unterseite-box-rechts {
    width: 49%;
    float: left;
    margin-left: 2%;
    padding-top: 31px;
}

.firma-text-u {
    margin-top: 0;
    padding-bottom: 0.6em;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 1;
    color: white;
    font-size: 22px;
}

.firma-text-t {
    margin-left: 2%;
    margin-top: 40px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 100;
}

.strich-rot {
    width: 50px;
    height: 3px;
    background-color: #7b123d;
}

#page {
}

#page1 {
}

#page2 {
}

#page3 {
}

#page4 {
 }

#page5 {
}

.flex-direction-nav a:before {
    color: transparent!important;
}

.flex-direction-nav a {
    text-shadow: none!important;
}

.flex-direction-nav a:before {
    text-shadow: none!important;
}

.flex-next {
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-size: 60%;
}

.flex-prev {
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-size: 60%;
}

.flexslider {
    border: none!important;
    background: transparent!important;
}

.desktop {
    display: unset;
}

.mobile {
    display: none;
    z-index: 9999;
}

.show-menu {

}

.hamburger-icon-container {
    color: #dedede;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    background: currentColor;
    border: 10px solid currentColor;
    border-radius: 50px;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    z-index: 999999;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background: #505050;
    transition: all .2s ease;
}

.hamburger-icon {
    z-index: 999999999;
    top: 9px;
}

.hamburger-icon:before {
    top: -7.5px;
}

.hamburger-icon:after {
    top: 7.5px;
}


/* Darstellung wenn das Close-Icon angezeigt werden soll */

.hamburger-active .hamburger-icon-container {
    color: #dedede;
}

.hamburger-active .hamburger-icon {
    background: transparent;
    transform: rotate(-135deg)
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
    top: 0
}

.hamburger-active .hamburger-icon:before {
    transform: rotate(90deg)
}

.hamburger-active .menu-unterpunkte-mobile {
    width: auto;
    padding-top: 20px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.hamburger-active .menu-unterpunkte-drp-mobile {
    width: 93px;
    height: 78px;
    float: left;
    margin-top: 20px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 3%;
}

.hamburger-active .menu-unterpunkte-u-mobile {
    width: auto;
    float: left;
    margin-top: 6px;
    color: #615d49;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10%;
}

.hamburger-active .dropdown-pfeil-mobile {
    width: 28px;
    margin-left: -3px;
    margin-top: 19px;
    background-image: url(../images/dropdown.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    height: 25px;
}

.hamburger-active .menu-punkte-mobile {
    width: 100%;
    height: 335px;
    margin-right: 9%;
    z-index: 999999999999;
    margin-top: -13px;
    background-color: white;
}

.desktop-2 {
    display: unset;
}

.mobile-2 {
    display: none;
}

.slider-style {
    z-index: 0;
    height: 89vh;
    border-radius: 0px;
}

#my-slider {
    border-radius: 0px!important;
}

.icon-scroll {
    z-index: 999999999999;
    display: unset;
}

.phantom-logo {
    width: 6vw;
}

.link-ausnahme-1 {
    display: unset;
}

.link-ausnahme-2 {
    display: none;
}

.bild_1 {
    width: 24vw;
    height: 35.5vw;
}

figure {
    margin: 1.66vw!important;
}

.box-all-z {
    margin-left: 6vw;
    margin-right: 6vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.box-hoehe {
    height: 78vw;
}

.pswp--open {
    z-index: 9999999999 !important;
}


/* jobs */

.jobs-outter-box-left {
    width: 45.5%;
    float: left;
    margin-left: 3%;
    margin-right: 1.5%;
}

.jobs-inner-box-left-img {
    width: 100%;
    height: 180px;
    background-image: url(../images/Anzeige_Metallbauer_Schlosser_Schweisser.jpg);
    background-size: cover;
    background-position-y: 50%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.jobs-outter-box-right {
    width: 45.5%;
    float: left;
    margin-left: 1.5%;
    margin-right: 3%;
}

.jobs-inner-box-right-img {
    width: 100%;
    height: 180px;
    background-image: url(../images/Anzeige_Helfer_Quereinsteiger.jpg);
    background-size: cover;
    background-position-y: 50%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

p.anklickbarer_text {
    background-color: #3D3C3A;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0.8em 3em 0.8em 0.5em;
    margin-bottom: 5px;
    font-weight: bold;
    color: #EDEDED;
    cursor: pointer;
}

.text_anzeigen_yes {
    display: block;
    background-color: #3D3C3A;
    margin: 0;
    border-radius: 8px;
    padding: 0.8em 0.5em 0.2em 0.5em;
    color: #fff;
    opacity: 1;
    font-size: unset;
    height: auto;
    transition-duration: 1s;
}

.text_anzeigen_yes p {
    font-size: 1.1em;
}

.text_anzeigen_yes li {
    font-size: .9em;
}

.text_anzeigen_no {
    /*display: none;*/
    opacity: 0;
    height: 0;
    font-size: 0!important;
    transition-duration: 1s;
}

.text_anzeigen_no p, .text_anzeigen_no li {
    font-size: 0!important;
}

.pfeil {
    float: right;
    margin: 0 -2.5em 0 0;
    padding: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.jobs-intro-text-box {
    margin-top: -90px;
    margin-bottom: 35px;
}
.jobs-intro-text-box p {
    color: white
}


@media screen and (max-device-width : 1360px) {

    .slider-style {
        height: 66.6666667vw;
    }

    .logo-header {
        width: 16%;
        margin-left: 1%;
    }

    .menu-punkte {
        width: 82%;
        margin-right: 1%;
    }

    .photo-header-text {
        padding-top: 70px;
    }

    .box-all {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-2 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-z {
        margin-left: 46px;
        margin-right: 46px;
    }

    .box-all-k {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-im {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-da {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-wannen {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-konzepte {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-tuer {
        margin-left: 50px;
        margin-right: 50px;
    }

    .box-all-jobs {
        display: inline-block;
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 80px;
    }

    .photo-header-text {
        margin-left: 50px;
        margin-right: 50px;
    }

    .logo-header-scroll {
        margin-left: 0%;
    }

    .menu-punkte-scroll {
        width: 84%;
        margin-right: 0%;
    }

    .footer {
        padding-left: 8%;
        padding-right: 8%;
    }

    .mehr-button {
        font-size: 35px;
        height: 55px;
    }

    .mehr-button1 {
        font-size: 35px;
        height: 55px;
    }

    .slider-bild1-text {
        left: 31%;
    }

    .slider-bild1-text2 {
        left: 32%;
    }
}

@media screen and (max-device-width : 1099px) {

    .footer {
        padding-left: 0%;
        padding-right: 0%;
    }

    .logo-header {
        width: 13%;
        margin-left: 0.5%;
        background-size: 103px;
    }

    .menu-unterpunkte {
        font-size: 11.5px;
    }

    .menu-unterpunkte-scroll {
        font-size: 11.5px;
    }

    .menu-unterpunkte-drp {
        font-size: 11.5px;
        width: 76px;
    }

    .menu-unterpunkte-drp-scroll {
        font-size: 11.5px;
        width: 76px;
    }

    .menu-unterpunkte-u {
        font-size: 11.5px;
    }

    .dropdown-box {
        width: 120px;
        height: 92px;
        margin-left: -70px;
    }

    .dropdown-box-scroll {
        width: 120px;
        height: 92px;
        margin-left: -70px;
        margin-top: 24px;
    }

    .menu-unterpunkte-u-scroll {
        font-size: 11.5px;
    }

    .mehr-button {
        font-size: 25px;
        height: 42px;
    }

    .mehr-button1 {
        font-size: 25px;
        height: 42px;
    }

    .box-all-tuer {
        height: 510px;
    }

    .slider-bild1-text {
        left: 26%;
    }

    .slider-bild1-text2 {
        left: 27%;
    }

    .dropdown-pfeil {
        margin-left: -12px;
    }

    .dropdown-pfeil-scroll {
        margin-left: -13px;
        margin-top: 14px;
    }

}

@media screen and (max-device-width : 991px) {
/*
    .box-all-z {
        height: 1300px;
    }
*/
    @keyframes animation-slider-text2 {
        0% {
            top: 150%;
            opacity: 0;
            display: none;
            color: white;
        }

        25%, 50%, 75% {
            top: 52%;
            opacity: 1;
            display: block!important;
            color: white;
        }

        100% {
            top: -150%;
            display: none;
            opacity: 0;
            color: white;
        }
    }

}

@media screen and (max-device-width : 935px) {

    .box-all-konzepte {
        height: 350px;
    }

    .box-all-tuer {
        height: 530px;
    }

    .slider-bild1-text {
        left: 26%;
    }

    .slider-bild1-text2 {
        left: 27%;
    }

}

@media screen and (max-device-width : 801px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: unset;
    }

    .photo-header {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header1-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-2 {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header2-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-3 {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header3-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-4 {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header5-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-5 {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header5-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-6 {
        width: 100%;
        height: 211px;
        background-image: url(../images/header-mobile/TUM_header6-1920x500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 70px;
    }

    .photo-header-text {
        font-size: 45px;
    }

    .logo-header {
        width: 60%;
    }

    .unterseite-box-links {
        width: 100%;
        float: left;
    }

    .unterseite-box-rechts {
        width: 100%;
        float: left;
        padding-top: 31px;
    }

    .box-all {
        height: 700px;
    }
/*
        .box-all-im {
            height: 1700px;
        }

        .box-all-da {
            height: 4000px;
    }
*/
    .box-all-konzepte {
        height: 430px;
    }

    .box-all-tuer {
        height: 950px;
    }

    .icon-scroll {
        margin-left: -21px;
    }

    .slider-bild1-text {
        left: 22%;
    }

    .slider-bild1-text2 {
        left: 23%;
    }

    .box-all-jobs {
        display: inline-block;
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 80px;
    }

    .jobs-outter-box-left {
        width: 100%;
        float: left;
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 25px;
    }

    .jobs-outter-box-right {
        width: 100%;
        float: left;
        margin-left: unset;
        margin-right: unset;
    }

    .text_anzeigen_yes li {
        font-size: .9em!important;
    }

}

@media screen and (max-device-width : 799px) {

.slider-bild1-text {
    left: 30%;
    font-size: 30px;
}

.slider-bild1-text2 {
    left: 31%;
    font-size: 17px;
}

@keyframes animation-slider-text2 {
    0% {
        top: 150%;
        opacity: 0;
        display: none;
        color: white;
    }

    25%, 50%, 75% {
        top: 46%;
        opacity: 1;
        display: block!important;
        color: white;
    }

    100% {
        top: -150%;
        display: none;
        opacity: 0;
        color: white;
    }
}

.metallbau-privat {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    height: 310px;
}

.metallbau-industrie {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    height: 310px;
}

.sicherheitstechnik-eiinbruchsschutz {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    height: 310px;
}

.mehr-button {
    font-size: 18px;
    height: 30px;
}

.mehr-button1 {
    font-size: 18px;
    height: 30px;
}

h1 {
    font-size: 5vw!important;
}

li {
    font-size: 2.2vw!important;
}

.footer-text {
    font-size: 14px;
}

}


@media screen and (max-device-width : 763px) {
.box-hoehe {
    height: 160vw;
}
.bild_1 {
    width: 34vw;
    height: 48.5vw;
}
}

@media screen and (max-device-width : 685px) {

.link-ausnahme-1 {
    display: none;
}

.link-ausnahme-2 {
    display: unset;
}

}

@media screen and (max-device-width : 630px) {

.box-all-konzepte {
    height: 530px;
}

}

@media screen and (max-device-width : 600px) {

.header {
    height: 70px;
}

.logo-header {
    background-size: 90px;
    height: 70px;
}

.hamburger-icon-container {
    margin-top: 15px;
}

.metallbau-privat {
    height: 240px;
}

.metallbau-industrie {
    height: 260px;
}

.sicherheitstechnik-eiinbruchsschutz {
    height: 240px;
}

.stichpunkte {
    margin-left: 5%;
    margin-top: 20px;
}

.footer {
    height: 150px;
    padding-top: 45px;
}

.footer-text {
    font-size: 12px;
}

.slider-bild1-text {
    left: 25%;
    font-size: 30px;
}

.slider-bild1-text2 {
    left: 26%;
    font-size: 17px;
}

@keyframes animation-slider-text2 {
    0% {
        top: 150%;
        opacity: 0;
        display: none;
        color: white;
    }

    25%, 50%, 75% {
        top: 49%;
        opacity: 1;
        display: block!important;
        color: white;
    }

    100% {
        top: -150%;
        display: none;
        opacity: 0;
        color: white;
    }
}
}

@media screen and (max-device-width : 510px) {

.box-all-konzepte {
    height: 700px;
}

}

@media screen and (max-device-width : 425px) {

.phantom-logo {
    width: 20vw;
}

.box-all-konzepte {
    height: 610px;
}

.desktop-2 {
    display: none;
}

.mobile-2 {
    display: unset;
}

.mehr-button {
    width: 45%;
}

.mehr-button1 {
    width: 45%;
}

.metallbau-privat {
    height: 220px;
}

.metallbau-industrie {
    height: 240px;
}

.sicherheitstechnik-eiinbruchsschutz {
    height: 220px;
}

.footer-text {
    font-size: 2.5vw;
}

.photo-header-text {
    font-size: 6vw;
    padding-top: 40px;
}

.photo-header {
    height: 190px;
    margin-bottom: 0px;
}

.photo-header-2 {
    height: 190px;
    margin-bottom: 0px;
}

.photo-header-3 {
    height: 150px;
    margin-bottom: 0px;
}

.photo-header-4 {
    height: 160px;
    margin-bottom: 0px;
}

.photo-header-5 {
    height: 150px;
    margin-bottom: 0px;
}

.photo-header-6 {
    height: 190px;
    margin-bottom: 0px;
}

.box-all {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-z {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-k {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-im {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-da {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-wannen {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-konzepte {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-tuer {
    margin-left: 10px;
    margin-right: 10px;
}

.photo-header-text {
    margin-left: 10px;
    margin-right: 10px;
}

.box-all-tuer {
    height: 870px;
}

figure {
    margin: 1.66vw!important;
}

.box-all-z {
    margin-left: 6vw;
    margin-right: 6vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.slider-style {
    height: 142vw;
    border-radius: 0px;
}

.icon-scroll {
    display: none;
}

#my-slider {
    border-radius: 0px!important;
}

.link-ausnahme-2 {
    font-size: 2.9vw;
}

.bild_1 {
    width: 39.1vw;
    height: 58.5vw;
}

.box-hoehe {
    height: 185vw;
}

}

@media screen and (max-device-width : 375px) {

.box-all-konzepte {
    height: 700px;
}

}

@media screen and (max-device-width : 350px) {

.hamburger-active .menu-punkte-mobile {
    height: 360px;
}

.box-all-konzepte {
    height: 760px;
}

}
