@font-face {
    font-family: roboto_bold;
    src: url(../font/Roboto-Black.ttf);
}

@font-face {
    font-family: roboto_medium;
    src: url(../font/Roboto-bold.ttf);
}

div,
span,
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

.middle {
    vertical-align: middle;
    text-align: center;
}


#overlay_1,
#overlay_2,
#overlay_3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
    cursor: pointer;
    transition: 0.4s;
}

#overlay_1 .overlay_content,
#overlay_2 .overlay_content {
    background-color: #fff;
    display: block;
    position: relative;
    width: 80%;
    max-width: 1000px;
    height: 55%;
    top: 15%;
    margin: auto;
    color: #1a1919;
    padding-left: 50px;
    padding-right: 50px;
    Padding-top: 100px;
    padding-bottom: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 14px;
    transition: 0.3s;
}

#overlay_3 .overlay_content {
    background-color: #fff;
    display: block;
    position: relative;
    width: 43%;
    max-width: 1000px;
    /* height: 80%; */
    top: 15%;
    margin: auto;
    color: #1a1919;
    padding-left: 30px;
    padding-right: 30px;
    Padding-top: 20px;
    padding-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 16px;
    transition: 0.3s;
}

#overlay_1 .overlay_content .overlay_imprint .title,
#overlay_1 .overlay_content .overlay_head .title,
#overlay_2 .overlay_content .overlay_imprint .title,
#overlay_2 .overlay_content .overlay_head .title {
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

#overlay_3 .overlay_content .overlay_imprint .title,
#overlay_3 .overlay_content .overlay_head .title {
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

#overlay_1 .overlay_content .overlay_imprint .sub,
#overlay_1 .overlay_content .overlay_head .sub,
#overlay_2 .overlay_content .overlay_imprint .sub,
#overlay_2 .overlay_content .overlay_head .sub,
#overlay_3 .overlay_content .overlay_imprint .sub,
#overlay_3 .overlay_content .overlay_head .sub {
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

.myFloatBox {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #000;
    color: #947a5f;
}

#wrapper {
    display: block;
    height: 100%;
    width: 100%;
    min-width: 390px;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#startSlider {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1a1919;
}

#logo {
    position: absolute;
    display: block;
    color: #242424;
    z-index: 12000;
    font-size: 72px;
    margin-left: 40px;
    margin-top: 30px;
    font-family: "roboto_bold", sans-serif;
    line-height: 62px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    right: 30px;

}

#logo_klein {
    position: relative;
    display: block;
    color: #eeeeee;
    z-index: 12000;
    font-size: 49px;
    font-family: "roboto_medium", sans-serif;
    line-height: 56px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    right: 16px;
}

#logo:hover {
    color: #ffffff;
}

#imprint {
    position: absolute;
    display: block;
    color: #272727;
    margin-top: 30px;
    right: 160px;
    z-index: 1000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "roboto_medium", sans-serif;
    line-height: 28px;
    font-weight: 600;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#imprint:hover {
    color: #eeeeee;
}

#datenschutz {
    position: absolute;
    display: block;
    color: #272727;
    margin-top: 30px;
    right: 280px;
    z-index: 1000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "roboto_medium", sans-serif;
    line-height: 28px;
    font-weight: 600;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#datenschutz:hover {
    color: #eeeeee;
}

#contact {
    position: absolute;
    display: block;
    color: #272727;
    margin-top: 30px;
    right: 60px;
    z-index: 1000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "roboto_medium", sans-serif;
    line-height: 28px;
    font-weight: 600;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
}

.contactImage {
    width: 100%;
}

#contact:hover {
    color: #eeeeee;
}

.startSlide {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.startInfo {
    display: block;
    position: relative;
    z-index: 5000;
    padding-bottom: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 5000;
    text-align: left;
}

.startInfo p {
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 45px;
    padding-right: 45px;
}

.startInfo .startTitle {
    display: block;
    position: relative;
    font-family: "roboto_medium", sans-serif;
    font-weight: 500;
    font-variation-settings: inherit;
    font-style: normal;
    font-size: 42px;
    padding-bottom: 0px;
    padding-top: 30px;
    text-transform: uppercase;
    color: #1a1919;
    line-height: 36px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -3px;
}

.startInfo .startText {
    display: block;
    position: relative;
    color: #1a1919;
    font-family: "roboto_medium", sans-serif;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 45px;
    padding-right: 45px;
}

.startText {
    display: block;
    position: absolute;
}

#wrapper #startSlider img {
    display: block;
    position: absolute;
    height: 100%;
    max-width: initial !important;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 9px;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    margin: 5px;
    width: 32px;
    height: 12px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border-top: 2px solid #fff;
}

.cycle-pager span.cycle-pager-active {
    border-top: 2px solid #353535;
    ;
}

.cycle-pager>* {
    cursor: pointer;
}

.prev {
    position: absolute;
    width: 53px;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5005;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.prev svg {
    transform: rotate(270deg);
    color: #fff;
}

.next {
    position: absolute;
    width: 53px;
    height: 100%;
    bottom: 0;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5005;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.next svg {
    transform: rotate(90deg);
    color: #fff;
}

#imprint {
    margin-top: 15px;
    left: 120px;
    right: initial;
    font-size: 14px;
    line-height: 28px;
}

#contact {
    margin-top: 15px;
    left: 25px;
    right: initial;
    font-size: 14px;
    line-height: 28px;
}

#datenschutz {
    margin-top: 15px;
    left: 235px;
    right: initial;
    font-size: 14px;
    line-height: 28px;
}


/*   MEDIA QUERY FOR MOBILEPHONES PORTRAIT  */
/*   SMALLER THAN 720px  */
/*   LOGO - HEADLINE SLIDE - SPECIAL SLIDE - MARGIN_PADDING - MARGIN_PADDING_MENU - ---- CHECK RIGHT ARROW!!! */

@media (width <=1024px) {

    #logo {
        font-size: 72px;
        margin-left: 20px;
        margin-top: 50px;
        line-height: 62px;
        right: 30px;
        bottom: 40px;
        text-align: right;
    }

    .startInfo .startTitle {
        font-size: 28px;
        padding-top: 15x;
        line-height: 36px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .startInfo .startText {
        font-size: 15px;
        padding-bottom: 5px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .startInfo p {
        font-size: 12px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .cycle-pager {
        bottom: 0px;
    }

    #overlay_1 .overlay_content,
    #overlay_2 .overlay_content{
        width: 70%;
        top: 5%;
    }

    .special_slide {
        display: block;
    }

    #overlay_1 .overlay_content,
    #overlay_2 .overlay_content {
        width: 80%;
        height: 50%;
        top: 5%;
        padding-left: 50px;
        padding-right: 50px;
        Padding-top: 100px;
        padding-bottom: 100px;

    }

    #overlay_3 .overlay_content {
        width: 80%;
        max-width: 1000px;
        top: 5%;
        padding-left: 30px;
        padding-right: 30px;
        Padding-top: 20px;
        padding-bottom: 0px;
    }

}