body {
    font-family: 'Kanit', sans-serif;
    font-weight: 100 !important;
    background-color: #2D2D2D;
}

/* kanit-100 - latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/kanit-v12-latin-100.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/kanit-v12-latin-100.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/kanit-v12-latin-100.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/kanit-v12-latin-100.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/kanit-v12-latin-100.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/kanit-v12-latin-100.svg#Kanit') format('svg');
    /* Legacy iOS */
}

/* kanit-regular - latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kanit-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/kanit-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/kanit-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/kanit-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/kanit-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/kanit-v12-latin-regular.svg#Kanit') format('svg');
    /* Legacy iOS */
}

.fadeout {
    display: none;
    opacity: 0;
}

.fade-in-image {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navImage {
    width: auto;
    height: 95px;
    margin-top: 5px;
}

.BigImageBox {
    width: 100%;
    position: relative;
}

.distance {
    margin-top: 80px;
    margin-bottom: 80px;
}

.BigImgContainer {
    position: relative;
    padding-bottom: 5%;
    width: 100%;
    background-color: #2D2D2D;
}

.BigImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 750px;
    filter: brightness(50%);
}

#rowteaser {
    padding-bottom: 30px;
}

.ml1 {
    font-size: 3.5em;
    font-family: "Kanit";
    font-weight: 100;
}

.ml1 .letter {
    display: inline-block;
    color: rgb(231, 231, 231);
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}

.ml1 .line1 {
    top: 0;
}

.ml1 .line2 {
    bottom: 0;
}

.MainContainer {
    padding: 100px 80px 50px 80px;
    min-height: 800px;
}

.ElementMargin {
    margin-top: 150px;
}

.DynamicImageHeader {
    position: absolute;
    top: 25%;
    left: 0%;
}

footer {
    text-align: center;
    background-color: #212121;
    color: rgb(231, 231, 231);
    padding: 20px;
    font-family: "Kanit";
}

footer h6 {
    color: #26a1ff;
    font-family: "Kanit";
}

footer a {
    color: rgb(231, 231, 231);
    text-decoration: none !important;
    font-family: "Kanit";
    padding-right: 10px;
}

footer a :hover {
    color: #005FA8;
}

footer i {
    font-size: 35px;
    font-family: "Kanit";
}

.MainContainer2 {
    padding-top: 150px;
    font-weight: bold;
    font-family: "Kanit";
}

.FuelldrahtImg {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 60%;
    height: auto;
}

.ueberschrift {
    color: #005FA8;
    font-weight: bold;
    font-family: "Kanit";
}

.producttitle {
    font-weight: bold;
}

.product {
    font-size: 25px;
    font-weight: bold;
}

.link {
    text-decoration: underline;
    color: #005FA8;

}

.link:hover {
    color: red;
}

.lasercarbtable {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 10px;
}

.scrollbarmobile {
    display: none;
}

.productimg {
    width: 40%;
}

@media screen and (max-width: 991px) {
    .footerbox {
        margin-top: 40px;
    }

    .FuelldrahtImg {
        width: 70%;
        height: auto;
    }
}

@media screen and (max-width: 1280px) {
    .MainContainer {
        padding: 40px 80px 200px 80px;
        min-height: 800px;
    }

    .DynamicImageHeader {
        top: 250px;
    }
}

@media screen and (max-width: 800px) {
    .scrollbarmobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .scrollmobiletext {
        font-size: 20px;
        color: #555555;
    }

    .scrollmobileicon {
        font-size: 22px;
        margin-right: 10px;
        color: #555555;
    }
}

@media screen and (max-width: 756px) {
    .BigImageBox {
        margin-top: 130px;
    }

    .ElementMargin {
        margin-top: 100px;
    }

    .messeImage {
        margin-bottom: 50px;
    }

    .MainContainer {
        padding: 40px 20px 50px 20px;
        min-height: 800px;
    }

    .ml12 {
        font-size: 2.7em;
        top: 40%;
        padding: 30px;
    }

    .productimg {
        width: 100%;
    }

    .FuelldrahtImg {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .BigImage {
        margin-top: 100px;
    }
}

@media screen and (max-width: 556px) {
    .ml12 {
        font-size: 2.0em;
        top: 30%;
        padding: 30px;
    }

    .DynamicImageHeader {
        top: 250px;
    }

    .FuelldrahtImg {
        width: 90%;
        height: auto;
    }
}

@media screen and (max-width: 470px) {
    .ml12 {
        font-size: 1.6em;
        top: 30%;
        padding: 30px;
    }

    .DynamicImageHeader {
        top: 250px;
    }
}

@media screen and (max-width: 430px) {
    .DynamicImageHeader {
        top: 200px;
    }
}

@media screen and (max-width: 399px) {
    .ml12 {
        font-size: 1.4em;
        top: 30%;
        padding: 30px;
    }

    .DynamicImageHeader {
        top: 220px;
    }
}

@media screen and (max-width: 340px) {
    .ml12 {
        font-size: 1.2em;
        top: 30%;
        padding: 30px;
    }

    .DynamicImageHeader {
        top: 200px;
    }
}

@media screen and (max-width: 351px) {
    .navImage {
        width: auto;
        height: 70px;
    }
}