﻿html, body, div {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

/*Fonts*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: url(assets/fonts/Montserrat-Regular.ttf) format('truetype');
}

#background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: -webkit-radial-gradient(center, ellipse closest-side, #1D62B5 0%, #0D2F80 100%);
    background-image: -webkit-radial-gradient(center, ellipse closest-side, #185296 0%, #0D2F80 100%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #00F0FF;
}

.text {
    color: #DFE4EC;
    font-family: Montserrat;
}

.subtext {
    color: rgb(197, 201, 206);
    font-family: Montserrat;
}

a {
    text-decoration: none;
}

.link {
    color: #DFE4EC;
    font-family: Montserrat;
    transition: 0.7s ease all;
    text-decoration: none;
    margin-right: 25px;
    padding: 0;
}

    .link:hover {
        color: #5482DB;
        transform: scale(1.02);
        transition: 0.5s ease all;
        cursor: grab;
    }

.mlink {
    color: #DFE4EC;
    font-family: Montserrat;
    transition: 0.7s ease all;
    text-decoration: none !important;
    margin-right: 25px;
    padding: 0;
    display: block;
    margin-bottom: 3%;
}

    .mlink i {
        color: white;
    }

    .mlink:first-child {
        margin-top: 5%;
    }

    .mlink:hover {
        color: #5482DB;
        transform: scale(1.02);
        transition: 0.5s ease all;
        cursor: grab;
    }

/*Text*/
.title {
    font-size: 2.6rem;
    margin: 0;
    padding: 0;
}

.subtitle {
    font-size: 2.1rem;
    margin: 0;
    padding: 0;
}

.caption {
    font-size: 2rem;
    margin: 0;
    padding-top: 2%;
    text-decoration: underline;
}

.maincaption {
    font-size: 3rem;
    margin: 0;
    margin-bottom: 2%;
    padding: 0;
    text-decoration: underline;
}

.secondcaption {
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
}

.text-size-big {
    font-size: 1.8rem;
}

.text-size-normal {
    font-size: 1.6rem;
}

.text-size-small {
    font-size: 1.4rem;
}


/*Generell*/
header {
    position: absolute;
    top: 20px;
    padding: 0;
    width: 100%;
    z-index: 100;
}

#header_logo {
    margin-left: 15px;
}

#logo_text p {
    margin: 0;
    padding: 0;
}


.important {
    box-shadow: 2px 2px 15px #fff;
    transition: 1.1s ease all;
}


.button {
    font-family: Montserrat;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: 0.8s ease all;
    padding: 3% 0;
}


    .button:hover {
        background-color: #10438E;
        box-shadow: 2px 2px 15px #445A7C;
        transition: 0.8s ease all;
    }

/*Startbildschirm*/
#start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}

#landing-header{
    font-size: 5rem;
    margin-bottom: 3%;
}

#landing-content{
    top: 60%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

#landing-table{
    border-spacing:50px;
    border-collapse:separate;
}

#landing-wrapper{
    display: table-row;

}

.landing-box{
    width: 40%;
    margin: 2%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid white;
    padding:5px;
}

#landing-audio{
    background-color: rgb(62, 98, 175)
}
#landing-visual{
    background-color: rgb(62, 98, 175)
}

.landing-img{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: auto;
}

.landing-text{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.buttonholder{
    margin-top: 2%;
    margin-bottom: 2%;
}

.buttonlink{
    border: 2px solid #969393;
    border-radius: 15px;
    padding: 0.6% 1%;
    margin: 0.5%;
    background-color: rgb(56, 50, 139);
}


main {
    position: absolute;
    top: 102%;
    width: 100%;
    margin: 0;
}

/*Features*/
#business {
    width: 60%;
    overflow-wrap: break-word;
    text-align: center;
    margin: 0 auto;
    display: block;
}

    #business p {
        color: #1D1F20;
        text-align: center;
    }

#features {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

    #features div {
        border-radius: 5px;
        display: block;
        margin-bottom: 2%;
        margin-top: 3%;
        transition: 0.8s ease all;
        border: 1px solid white;
    }

        #features div:hover {
            border: 1px solid #8CA0C6;
            box-shadow: 1px 1px 15px #1F2E4B;
            transition: 0.8s ease all;
        }

            #features div:hover .feature-text {
                color: #0D0D0E;
                transition: 0.8s ease all;
            }

    #features .feature-cap {
        color: #31558E;
    }

    #features .feature-text {
        color: #2F3135;
        transition: 0.8s ease all;
    }

/*Produkte*/
#products {
    background-color: #15359A;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2% 0;
    text-align: center;
    display: block;
}

    #products .caption {
        margin-bottom: 10px;
    }

    #products .text-size-normal {
        margin: 0;
    }

.productlist {
    margin-top: 2%;
    box-sizing: padding-box;
    padding-bottom: 2%;
}

.product {
    background-color: #2643A5;
    padding: 2.4% 2%;
    margin: 0 2%;
    border: 1.5px solid #5482DB;
    border-radius: 10px;
    transition: 0.7s ease all;
}

    .product img, .product p {
        display: inline;
        vertical-align: middle;
    }

    .product img {
        margin-right: 1%;
    }

.more-products {
    background-color: #2643A5;
    padding: 1% 1%;
    margin: 0 2%;
    border: 1px solid #5482DB;
    border-radius: 10px;
    transition: 0.7s ease all;
}

    .product:hover, .more-products:hover {
        border-color: white;
        transition: 0.7s ease all;
    }



/*Services*/
#services {
    text-align: center;
    padding-bottom: 2%;
}

    #services .text {
        color: #202122;
    }

.service {
    border: 1px solid #2643A5;
    box-sizing: padding-box;
    border-radius: 10px;
    padding: 1%;
    display: inline-block;
    transition: 0.8s ease all;
    margin-bottom: 2%;
}

    .service i {
        color: #2643A5;
    }

    .service:hover {
        transition: 0.8s ease all;
        box-shadow: 2px 2px 10px #232629;
        background-color: #1541D0;
        color: #fff !important;
    }

        .service:hover i {
            color: #fff;
        }

.service-text {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/*Messen*/
#messe {
    background-color: #2643A5;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    #messe #messe-text {
        overflow-wrap: break-word;
        width: 60%;
        margin: 0 auto;
    }

    #messe #first-messe {
        padding-top: 12px;
        margin-bottom: 18px;
        padding-bottom: 0;
        margin-top: 0;
    }

#messeswitch {
    padding: 1% 0 1% 0;
}
    /*Messen*/
    #messeswitch img {
        box-shadow: 2px 2px 15px black;
        border-radius: 10px;
    }

    #messeswitch p {
        margin: 0;
        padding: 0;
    }

#messe #messetexte {
    margin-bottom: 0;
    padding-bottom: 1%;
}

#messetext1, #messetext2, #messetext3, #messetext4 {
    color: #DFE4EC;
}

    #messetext1:hover, #messetext2:hover, #messetext3:hover, #messetext4:hover {
        cursor: pointer;
    }


/*Newsletter*/
#newsletter {
    text-align: center;
    padding-bottom: 15px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

    #newsletter p {
        color: #1A1A1B;
    }

    #newsletter #mail {
        margin-top: 1%;
        border: 1px solid white;
        color: #E7EBEF;
        padding: 5px;
        transition: 0.6s ease all;
        border-radius: 5px;
        background-color: #2643A5;
    }

        #newsletter #mail:focus {
            background-color: #0663B0;
            box-shadow: 3px 3px 15px #1B1B1B;
            transition: 0.6s ease all;
        }

    #newsletter #submit {
        margin-top: 1%;
        background-color: #2643A5;
        border: 1px solid;
        width: 15%;
        padding-top: 0.5%;
        padding-bottom: 0.5%;
        transition: 0.4s ease all;
    }

        #newsletter #submit:hover {
            background-color: #1541D0;
            box-shadow: 1px 1px 15px #3C8FE3;
            transition: 0.4s ease all;
            cursor: pointer;
        }

/*Footer Anfang*/
footer {
    background-color: #28292A;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    text-align: center;
    color: #1F2123;
}

    footer p, a, i, span {
        color: #AAADAF;
    }

        footer p:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        footer p:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            color: #6D7073;
        }

/*Handy und kleine Bildschirme*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    html {
        font-size: 8px;
    }

    nav {
        position: fixed;
        top: 0px;
        z-index: 10000;
    }

        nav.mobile {
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: rgba(7, 6, 6, 0.91);
        }

            nav.mobile #links {
                display: none;
                text-align: center;
            }

                nav.mobile #links a {
                    margin: 0 !important;
                    padding-bottom: 6%;
                    box-sizing: padding-box;
                }

            nav.mobile #navicon {
                font-size: 1.7rem;
                cursor: pointer;
                clear: both;
                position: fixed;
                right: 20px;
                top: 23px;
                z-index: 10001;
                background-color: #0B256A;
                padding: 0.6% 0.7%;
                border-radius: 5px;
            }

                nav.mobile #navicon:hover {
                    color: #5482DB;
                }

        nav.desktop {
            display: none;
        }

    #header_logo #logo {
        width: 40px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 3px;
    }

    #header_logo {
        width: 80%;
    }

    /*Startbildschirm*/
    #themetext {
        font-size: 1.7rem;
    }

    
    #landing-content{
        top: 55%;
    }


    .secondcaption{
        font-size: 2rem;
    }

    #landing-header{
        font-size: 3.5rem;
        margin-bottom: 4%;
    }

    #landing-table{
        border-spacing:10px;
        border-collapse:separate;
    }

    .landing-box{
        width: 90%;   
        display: block; 
        margin: 2% auto;
    }

    .landing-img{
        width: 80px;
    }

    .buttonholder{
        padding: 2% 0;
    }


    .buttonholder {
        margin-top: 5% !important;
    }

    .buttonlink {
        padding: 2% 3%;
        display: inline;
    }



    /*Features*/
    #business {
        width: 90%;
    }

    #features div {
        width: 100%;
    }

    #features .feature-text {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1%;
    }

    /*Produkte*/


    .productlist {
        margin-top: 4%;
        box-sizing: padding-box;
        padding-bottom: 3%;
    }

    .product {
        background-color: #2643A5;
        padding: 3.5% 2%;
        margin: 15% 2%;
        border: 1.5px solid #5482DB;
        border-radius: 10px;
        transition: 0.7s ease all;
    }

        .product img, .product p {
            display: inline;
            vertical-align: middle;
        }

        .product img {
            margin-right: 1%;
            height: 30px;
        }

    .more-products {
        background-color: #2643A5;
        padding: 1% 1%;
        margin: 4% auto;
        width: 50%;
        border: 1px solid #5482DB;
        border-radius: 10px;
        transition: 0.7s ease all;
        display: block;
    }
    /*Services*/
    .service {
        width: 80%;
        margin-bottom: 2%;
    }

    /*Messen*/
    #messe #messe-text {
        width: 80%;
    }

    #messeswitch img {
        max-width: 80%;
        height: auto;
    }

    /*Newsletter*/
    #newsletter #mail {
        width: 60%;
        font-size: 0.5rem;
        margin-bottom: 2%;
    }

    #newsletter #submit {
        width: 25%;
        font-size: 0.7rem;
    }

    #vrMesse{
        width: 95%;
        height: 220px;
        margin-bottom: 4%;
    }
}


/*Tablet*/
@media only screen and (min-width : 768px) and (max-width: 1023px) {
    html {
        font-size: 11px;
    }

    nav {
        position: fixed;
        top: 0px;
        z-index: 10000;
    }

        nav.mobile {
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: rgba(7, 6, 6, 0.91);
        }

            nav.mobile #links {
                display: none;
                text-align: center;
            }

                nav.mobile #links a {
                    margin: 0 !important;
                }

            nav.mobile #navicon {
                font-size: 2rem;
                cursor: pointer;
                clear: both;
                position: fixed;
                right: 30px;
                top: 28px;
                z-index: 10001;
                background-color: #0B256A;
                padding: 0.5% 0.7%;
                border-radius: 5px;
            }

                nav.mobile #navicon:hover {
                    color: #5482DB;
                }

        nav.desktop {
            display: none;
        }

    #logo {
        width: 70px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    #logo_text {
        margin-left: 12% !important;
    }

    #header_logo {
        width: 80%;
    }

    #container-info {
        width: 50%;
    }

    #landing-content{
        top: 55%;
    }


    .secondcaption{
        font-size: 2rem;
    }

    #landing-header{
        font-size: 3.5rem;
        margin-bottom: 4%;
    }

    #landing-table{
        border-spacing:10px;
        border-collapse:separate;
    }

    .landing-box{
        width: 90%;   
        display: block; 
        margin: 2% auto;
    }

    .landing-img{
        width: 100px;
    }

    .buttonholder{
        padding: 2% 0;
    }

    .wrapper-info .secondcaption {
        padding-top: 2.5%;
        color: #B2B4B7;
        text-shadow: 0px 0px 1px #000;
        padding-left: 1.5%;
    }

    .wrapper-info .buttonholder {
        padding-left: 1.5%;
        margin-top: 4%;
    }

    #container-images .image-wrapper {
        width: 250px;
        height: auto;
    }

    .buttonlink {
        margin-right: 3%;
        margin-top: 5%;
        padding: 1.5% 2.5%;
    }

    /*Features*/
    #features {
        width: 95%;
    }

        #features div {
            margin-left: 6%;
            float: left;
            width: 40%;
            display: block;
            margin-bottom: 2%;
            margin-top: 3%;
            margin-right: 4%;
            box-sizing: border-box;
        }

        #features:nth-child(even) {
            margin-right: 0%;
            margin-left: 0%;
        }

    /*Produkte*/

    #products img {
        max-height: 40px;
    }

    #leuchten {
        width: 85%;
        height: 100px;
        padding-bottom: 2%;
    }

        #leuchten p {
            font-size: 2rem;
            text-shadow: 3px 3px 15px #000;
            position: unset;
        }

    /*Services*/
    .service {
        width: 35%;
        margin-right: 4%;
    }

        .service:last-child {
            margin-right: 0%;
        }

    /*Messen*/
    #messeswitch img {
        max-width: 80%;
        height: auto;
    }

    /*Newsletter*/
    #newsletter #mail {
        width: 50%;
        font-size: 1.2rem;
    }

    #vrMesse{
        width: 90%;
        height: 500px;
        margin-bottom: 3%;
    }
}


/*Tablet Quer*/
@media screen and (min-width: 1024px) and (max-width: 1399px) {
    html {
        font-size: 13px;
    }

    nav {
        position: fixed;
        top: 0px;
        z-index: 10000;
    }

        nav.mobile {
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: rgba(7, 6, 6, 0.91);
        }

            nav.mobile #links {
                display: none;
                text-align: center;
                padding-bottom: 2%;
            }

                nav.mobile #links a {
                    margin: 0 !important;
                }

            nav.mobile #navicon {
                font-size: 2rem;
                cursor: pointer;
                clear: both;
                position: fixed;
                right: 20px;
                top: 20px;
                z-index: 10001;
                background-color: #0B256A;
                padding: 0.5% 0.7%;
                border-radius: 5px;
            }

                nav.mobile #navicon:hover {
                    color: #5482DB;
                }

        nav.desktop {
            display: none;
        }

    #logo {
        width: 80px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    #header_logo {
        width: 80%;
    }

    .secondcaption{
        font-size: 2rem;
    }

    #landing-header{
        font-size: 4rem;
        margin-bottom: 4%;
    }

    #landing-table{
        border-spacing:10px;
        border-collapse:separate;
    }

    .landing-box{
        width: 48%;    
    }

    .landing-img{
        width: 100px;
    }

    .buttonholder{
        padding: 2% 0;
    }

    .buttonlink {
        margin-right: 3%;
    }

    #buttonholder {
        width: 45%;
        bottom: 10%;
        left: 3%;
    }

    /*Features*/
    #features {
        width: 100%;
        margin: 0 auto;
    }

        #features div {
            float: left;
            width: 35%;
            margin-left: 7.5%;
            margin-right: 7%;
            box-sizing: border-box;
        }

        #features:nth-child(even) {
            margin-right: 0%;
            margin-left: 0%;
        }

    #products img {
        max-height: 50px;
    }

    #leuchten {
        width: 85%;
        height: 150px;
        padding-bottom: 2%;
    }

        #leuchten p {
            font-size: 2.5rem;
            text-shadow: 3px 3px 15px #000;
            position: unset;
        }


    /*Services*/
    .service {
        width: 35%;
        margin-right: 4%;
    }

        .service:last-child {
            margin-right: 0%;
        }

    /*Newsletter*/
    #newsletter #mail {
        width: 35%;
        font-size: 1.2rem;
    }
    /*Main Ende*/
    #messeswitch img {
        max-width: 80%;
        height: auto;
    }

    #vrMesse{
        width: 95%;
        height: 400px;
        margin-bottom: 4%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    html {
        font-size: 14px;
    }

    /*Navigation*/
    nav.desktop {
        clear: both;
        position: absolute;
        right: 30px;
        top: 20px;
        margin: 0;
        padding: 0;
    }

    nav.mobile {
        display: none;
    }

    #logo {
        width: 80px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    #header_logo {
        width: 50%;
    }
    
    #landing-header{
        font-size: 4.5rem;
        margin-bottom: 2%;
    }

    .landing-box{
        width: 43%;    
    }

    .landing-img{
        width: 140px;
    }

    .buttonholder{
        padding: 2% 0;
    }

    .buttonlink {
        margin-right: 3%;
    }

    #buttonholder {
        width: 45%;
        bottom: 10%;
        left: 3%;
    }

    /*Features*/
    #features {
        width: 100%;
        margin: 0 auto;
    }

        #features div {
            float: left;
            width: 35%;
            margin-left: 7.5%;
            margin-right: 7%;
            box-sizing: border-box;
        }

        #features:nth-child(even) {
            margin-right: 0%;
            margin-left: 0%;
        }

    #products img {
        max-height: 50px;
    }

    #leuchten {
        width: 85%;
        height: 150px;
        padding-bottom: 2%;
    }

        #leuchten p {
            font-size: 2.5rem;
            text-shadow: 3px 3px 15px #000;
            position: unset;
        }


    /*Services*/
    .service {
        width: 35%;
        margin-right: 4%;
    }

        .service:last-child {
            margin-right: 0%;
        }

    /*Newsletter*/
    #newsletter #mail {
        width: 35%;
        font-size: 1.2rem;
    }

    #vrMesse{
        width: 85%;
        height: 700px;
        margin-bottom: 3%;
    }
}

/*Dekstop*/
@media screen and (min-width: 1600px) and (max-width: 1919px) {
    html {
        font-size: 15px;
    }

    /*Navigation*/
    nav.desktop {
        clear: both;
        position: absolute;
        right: 30px;
        top: 20px;
        margin: 0;
        padding: 0;
    }

    nav.mobile {
        display: none;
    }


    #logo {
        width: 90px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    #header_logo {
        width: 50%;
    }

    #landing-header{
        font-size: 4.5rem;
        margin-bottom: 3%;
    }

    .landing-img{
        width: 150px;
    }

    .buttonholder{
        padding: 2% 0;
    }


    #buttonholder {
        width: 100%;
        position: absolute;
        bottom: 14%;
        border-radius: 0;
        color: #BEC7CD;
        text-align: center;
        border: none;
        left: 0;
        background: none;
        box-shadow: none;
        overflow: visible;
    }

        #buttonholder hr {
            display: none;
        }

    .button {
        font-family: Montserrat;
        border: 1px solid #9DA5AA;
        border-radius: 6px;
        width: auto;
        display: inline;
        padding: 10px;
        cursor: pointer;
        transition: 0.8s ease all;
    }

        .button:last-child {
            margin-left: 5%;
        }

        .button:hover {
            background-color: #10438E;
            box-shadow: 2px 2px 15px #445A7C;
            transition: 0.8s ease all;
        }


    /*Featuers*/
    #features div {
        float: left;
        width: 20%;
        margin-left: 4%;
        margin-bottom: 2%;
        margin-top: 2%;
    }

        #features div:hover {
            border: 1px solid #8CA0C6;
            box-shadow: 1px 1px 15px #1F2E4B;
            transition: 0.8s ease all;
        }

    /*Produkte*/

    #products img {
        max-height: 70px;
    }


    #leuchten {
        width: 85%;
        height: 200px;
        padding-bottom: 2%;
    }

        #leuchten p {
            font-size: 4rem;
            text-shadow: 3px 3px 15px #000;
            position: unset;
            top: 32%;
            right: 29%;
        }

    /*Services*/
    .service {
        width: 19%;
        margin-right: 2%;
    }

    /*Newsletter*/
    #newsletter #mail {
        width: 35%;
        font-size: 1.6rem;
    }

    #vrMesse{
        width: 75%;
        height: 750px;
        margin-bottom: 3%;
    }
}

/*Dekstop Big*/
@media screen and (min-width: 1920px) {
    nav.desktop {
        clear: both;
        position: absolute;
        right: 30px;
        top: 20px;
        margin: 0;
        padding: 0;
    }

    nav.mobile {
        display: none;
    }

    #logo {
        width: 90px;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
    }

    #header_logo {
        width: 50%;
    }

    /*Featues*/
    #features div {
        float: left;
        width: 20%;
        margin-left: 4%;
        margin-bottom: 2%;
        margin-top: 2%;
    }

    /*Produkte*/

    #products img {
        max-height: 80px;
    }

    /*Services*/
    .service {
        width: 19%;
        margin-right: 2%;
    }

    /*Newsletter*/
    #newsletter #mail {
        width: 35%;
        font-size: 1.6rem;
    }
    /*Main Ende*/

    #vrMesse{
        width: 80%;
        height: 800px;
        margin-bottom: 4%;
    }
}
