<style > .test {}

/*for Phones with nozzles*/
.safeArea {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

/*Background color stripe on Phones bugfix*/
body {
    max-width: 100%;
    overflow-x: hidden;
}


/*
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
*/

.transition {
    transition: 0.15s linear;
}


/*/////////////////////////////////////////////////////////////////////////FIXEDBlackNAV*/

.fixed-nav {
    position: absolute;
    top: 65px;
    background-color: black;
    width: 100%;
    z-index: 599;
    overflow: hidden;
}

.fixed-nav a {
    float: left;
    display: block;
    color: #f2f2f2;

    text-decoration: none;
    font-size: 17px;
    width: 16.6667%;
    text-align: center;
    /*    max-height: 65px;*/
}

.fixed-nav a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#Button1 {
    height: 65px;
}

#Button2 {
    height: 65px;
}

#Button3 {
    height: 65px;
}

#Button4 {
    height: 65px;
}

#Button5 {
    height: 65px;
}

#Button6 {
    height: 65px;
}

#Button7 {
    height: 65px;
}


.fixed-nav a:hover {
    background-color: #ddd;
    color: white;
}

.scroll-nav a:hover {
    background-color: #ddd;
    color: white;
}

@media (any-hover: none) {

    .fixed-nav a:link,
    a:visited {
        background-color: black;
        color: white;
    }

    .scroll-nav a:link,
    a:visited {
        background-color: black;
        color: white;
    }
}

.fixed-nav .icon {
    display: none;
}


.scroll-nav {
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    z-index: 599;
    overflow: hidden;
    display: block;

}

.scroll-nav a {
    float: left;
    display: block;
    color: #f2f2f2;

    text-decoration: none;
    font-size: 17px;
    width: 16.6667%;
    text-align: center;
    /*    max-height: 65px;*/

}


.scroll-nav a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}



.scroll-nav .icon {
    display: none;
}

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



    .fixed-nav a:not(:first-child) {
        display: none;
    }

    .fixed-nav a.icon {
        float: right;
        display: block;
        color: #f2f2f2;

        text-decoration: none;
        width: 16.6667%;
        /*        max-height: 65px;*/
    }

    .fixed-nav a.Favicon {
        float: left;
        display: block;
        color: #f2f2f2;

        text-decoration: none;
        width: 16.6667%;
        height: 65px;
    }

    .fixed-nav.responsive {
        position: absolute;
        width: 100%
    }

    .fixed-nav.responsive .icon {
        position: absolute;
        top: 0px;
        right: 0;
        padding-top: 2px;

    }

    .fixed-nav.responsive .FaviconEn {
        display: none;
    }


    .fixed-nav.responsive a {
        display: block;
        text-align: center;
        width: 100%;
    }

    .scroll-nav a:not(:first-child) {
        display: none;
    }

    .scroll-nav a.icon {
        float: right;
        display: block;
        color: #f2f2f2;

        text-decoration: none;
        font-size: 17px;
        width: 16.6667%;
        text-align: center;
        /*        max-height: 65px;*/

    }

    .scroll-nav a.Favicon {
        display: block;
        color: #f2f2f2;

        text-decoration: none;
        font-size: 17px;
        width: 16.6667%;
        text-align: center;
        height: 65px;
    }

    .scroll-nav.responsive {
        position: fixed;
        top: 0;
        width: 100%;

    }

    .scroll-nav.responsive .icon {
        position: fixed;
        right: 0;
        top: 0;
        padding-top: 2px;
    }

    .scroll-nav.responsive .FaviconEn {
        display: none;
    }

    .scroll-nav.responsive a {
        display: block;
        text-align: center;
        width: 100%;
    }
}


/*/////////////////////////////////////////////////////////////////////////BlackNAV*/



/*///////////////////////////////////////////////////////////////////WhiteHeader*/
.WhiteNavHeader {
    background-color: black;
    height: 130px;
    width: 100vw;
    z-index: 101;
}

.centerLogo {
    height: 65px;
    background-color: white;
}

.centerLogo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.whiteNavLogoLeft {
    max-width: 322px;
    max-height: 51px;
    width: 40%;
    height: auto;
    min-width: 140px;

    margin-left: 8px;
    display: inline-block;
}

.SliderPos {
    position: absolute;
    top: 20px;
    right: 45px;
}

.tuvPos {
    position: absolute;
    top: 13px;
    right: 2px;
}



/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    -webkit-transition: .1s;
    transition: .1s;
    border-radius: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -1px;
    border: 1px solid black;
    bottom: -1px;
    background-color: black;
    -webkit-transition: .1s;
    transition: .1s;
    border-radius: 50%;
}

input:checked + .slider {}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(25px);
}


.slider:after {
    content: '';
    color: black;
    outline-color: black;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

/*switch*/


/*////////////////////////////////////////////////////////////////////EndWhiteNavbar*/

#wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

/*//////////////////////////////////////////////////////////////////////////////TEXT*/
p {
    font-size: 14px;
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666f77;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-family: "Karma", sans-serif
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.25em;
    line-height: 1.5em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

/*////////////////////////////////////////////////////////////////////////////////TEXT*/
/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #192024;
    border-radius: 6px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-size: 0.9em;
    height: 2.85em;
    line-height: 2.85em;
    padding: 0 1.75em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-indent: 0.25em;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #232d33;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
    background-color: #0f1315;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
    padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.7em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
    font-size: 1.2em;
    height: 2.65em;
    line-height: 2.65em;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
    color: #666f77 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
    background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
    background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
.button.alt.icon:before {
    color: #bbb;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: #629DD1;
    color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
    background-color: #76a9d7;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: #4e91cb;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
    background-color: #555f66 !important;
    box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
    color: #fff !important;
    cursor: default;
    opacity: 0.25;
}

form {
    margin: 0 0 2em 0;
}


* {
    box-sizing: border-box;
}



</style >
