﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 11pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    color: #333;
    min-width: unset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    word-wrap: normal;
}

a {
    color: #D4021D;
}

.ground_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../media/Hintergrund_Startseite.jpg');
}

.topbanner {
    position: fixed;
    height: 57px;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.90);
    z-index: 3000;
}

    .topbanner.dark {
        background-color: rgba(55,55,55,0.90);
    }

.menubutton {
    position: absolute;
    left: -2px;
    top: 1px;
    height: 51px;
    width: 84px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 20px;
    background-image: url('../media/symbols/burger_mnu.svg');
}

    .menubutton.dark {
        background-image: url('../media/symbols/burger_mnuWhite.svg');
    }

.titletext {
    font-size: 1.2em;
    position: inherit;
    top: 11px;
    left: 76px;
    color: rgba(115,115,115,1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#titletext_2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0,5em;
    color: rgba(115,115,115,1);
    font-weight: 600;
}

#titletext_3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0,5em;
    font-weight: 600;
    color: #ff7100;
}

.bc_logo {
    position: relative;
    left: 0px;
    top: -10px;
    height: 65px;
    width: 100%;
    background-size: 123px;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-image: url('../media/qllogo.png');
    background-color: #fff;
}

    .bc_logo.dark {
        background-image: url('../media/bcLogoWhite.svg');
    }

    .bc_logo.business {
        /*background-image: url('../media/bcLogoWhite.svg');*/
    }

    .bc_logo.home {
        /*background-image: url('../media/bcLogoo.svg');*/
    }

    .bc_logo.student {
        /*background-image: url('../media/bcLogog.svg');*/
    }

.content_container {
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.content_container_business {
    position: absolute;
    left: 6%;
    bottom: 6%;
    width: 290px;
    height: 392px; /*25px*/
    padding: 30px;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.9);
    /*color: #ff7100;*/
    transition: all ease 0.5s;
    display: none;
    transform: translate(-200%, 0);
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

    .content_container_business.large {
        height: 448px;
        bottom: 6%;
    }

    .content_container_business.dark {
        background-color: rgba(55,55,55,0.9);
    }

    .content_container_business h1 {
        margin-top: -23px;
        margin-bottom: 4px;
        /*transition: all ease 0.5s;*/
    }

    .content_container_business p {
        /*padding-bottom: 20px;
        padding-top: 10px;*/
        /*transition: all ease 0.5s;*/
    }

    .content_container_business .hover_pfeil {
        position: absolute;
        top: 18px;
        left: 295px;
        height: 25px;
        transform: rotate(-180deg);
        transition-duration: 0.5s;
        transition-property: transform;
    }

.businessH {
    color: #D4021D;
}

.businessP {
    color: #D4021D;
}

.content_container_business:hover {
    height: 392px !important;
    background-color: rgba(255,255,255,0.9) !important;
}

.content_container_business.dark:hover {
    height: 392px !important;
    background-color: rgba(55,55,55,0.9) !important;
}

.content_container_business.large:hover {
    height: 448px !important;
    background-color: rgba(255,255,255,0.9) !important;
}

.content_container_business.large.dark:hover {
    height: 448px !important;
    background-color: rgba(55,55,55,0.9) !important;
}

.content_container_business:hover h1 {
    /*margin-top: 6px;
            margin-bottom: 2px;*/
}

.content_container_business:hover p {
    /*padding-top: 20px;*/
}

.content_container_business:hover .hover_pfeil {
    transform: rotate(-180deg) !important;
}

.content_container_business_small {
    position: absolute;
    left: 6%;
    top: 45%;
    width: 270px;
    height: 48px;
    padding: 25px;
    background-color: rgba(255,255,255,0.9);
    color: #ff7100;
    /*um sein 3faches nach links gerendert*/
    transform: translate(-300%, 0);
    transition: all ease 0.5s;
}

    .content_container_business_small p {
        display: none;
    }

    .content_container_business_small .options {
        display: none;
    }

    .content_container_business_small .button {
        display: none;
    }

h1 {
    font-size: 1.7em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.1em;
    font-weight: 200;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.2em;
}

.options {
    height: 30px;
    /*width: 313px;*/
    background-color: #DADAd9;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    font-size: 0.8em;
    letter-spacing: -0.02em;
}

    .options.dark {
        background-color: rgba(148, 148, 148,0.3);
        color: #fff;
    }

.button {
    position: relative;
    top: 27px;
    height: 40px;
    /*width: 313px;*/
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.content_container_business .button {
    background-color: #ff7100;
}

.button.business_button {
    background-color: #009ee3;
}

.top_container {
    position: relative;
    width: 87%;
    height: 40%;
    background-image: url('../media/back.jpg');
}

.center_container {
    position: relative;
    min-width: 200px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row;
}

.content_box {
    position: relative;
    margin-top: 30px;
    width: 536px;
    height: 300px;
    cursor: pointer;
    bottom: 75px;
}

    .content_box:hover {
        background-color: rgba(255,255,255,0.5);
    }

        .content_box:hover .content_box {
            width: 530px;
            height: 249px;
        }

.contentbox_image {
    position: relative;
    width: 100%;
    height: 248px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease 0.4s;
    /*border-bottom: solid 20px rgba(255,255,255,1);*/
}

#business_img {
    background-image: url('../media/ql_enter.jpg');
}

#student_img {
    background-image: url('../media/ql_kmu.jpg');
}

#home_img {
    background-image: url('../media/ql_privat.jpg');
}

#ql_duo_img {
    background-image: url('../media/ql_Office.png');
}

#ql_internet_img {
    background-image: url('../media/ql_Internet.png');
}

#ql_voice_img {
    background-image: url('../media/ql_Voice.jpg');
}

#ql_fiber_img {
    background-image: url('../media/ql_kmu.jpg');
}


.content_footer {
    position: relative;
    width: 100%;
    height: 64px;
}

.content_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 64px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.content_footer_text {
    font-size: 2em;
    color: #fff;
    text-align: left;
    padding: 5px 88px;
    user-select: none;
}




#content_box1 .content_icon {
    background-image: url('../media/symbols/business_icon.png');
    background-color: rgba(212,2,29,1);
}

#content_box1 .content_footer {
    background-color: rgba(212,2,29,0.4);
}

#content_box2 .content_icon {
    background-image: url('../media/symbols/phone.svg');
    background-size: 55px;
    background-color: rgba(212,2,29,1);
}

#content_box2 .content_footer {
    background-color: rgba(212,2,29,0.4);
}

#content_box3 .content_icon {
    background-image: url('../media/symbols/chat.svg');
    background-color: rgba(212,2,29,1);
}

#content_box3 .content_footer {
    background-color: rgba(212,2,29,0.4);
}

#content_box4 .content_icon {
    background-image: url('../../images/metroicons/502.png');
    background-size: 100%;
    background-color: rgba(212,2,29,1);
}

#content_box4 .content_footer {
    background-color: rgba(212,2,29,0.4);
}



.horizontal_stack {
    /*display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video_holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*width: 100%;
    height: 100%;*/
}

video.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: opacity ease 2s;
}

/*video#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}*/

.video_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*transition: all ease 0.5s;*/
}

#video_area_surface_studio {
    /*background: url('../media/StudioBackground.png') no-repeat;*/
    background: url('../media/tenor.gif') no-repeat center;
    background-size: 80px;
    transform: translate(0,0);
}

#video_area_surface_book {
    /*background: url('../media/BookBackground.png') no-repeat;*/
    background: url('../media/tenor.gif') no-repeat center;
    background-size: 80px;
    transform: translate(100%,0);
}

#video_area_surface_laptop {
    /*background: url('../media/LaptopBackground.png') no-repeat;*/
    background: url('../media/tenor.gif') no-repeat center;
    background-size: 80px;
    transform: translate(100%,0);
}

#video_area_surface_pro_bundle {
    /*background: url('../media/ProBackground.png') no-repeat;*/
    background: url('../media/tenor.gif') no-repeat center;
    background-size: 80px;
    transform: translate(100%,0);
}



.smalicon {
    height: 55%;
    margin-left: 10px;
    margin-right: 10px;
}

.office_smalicon {
    height: 65%;
    margin-right: 3px;
}

    .office_smalicon.index {
        position: relative;
        margin-right: 3px;
        margin-left: -2px;
        color: rgb(64,64,64);
        /*font-size: 0.9em;*/
        /*font-weight: 100;*/
        background-color: rgb(208, 208, 208);
        padding: 2px;
        padding-left: 28px;
        background-position: 2px center;
        background-repeat: no-repeat;
        background-size: 19px 19px;
        background-image: url('../media/symbols/Office-01.svg');
    }

.options span {
    padding-bottom: 3px;
}

.left_button_slide {
    z-index: 1000;
    /*background-color: rgba(255,113,0,0.6);*/
    height: 170px;
    width: 60px;
    position: fixed;
    left: 0;
    top: 53%;
    background-image: url(../media/symbols/pfeil_links.png);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.right_button_slide {
    z-index: 1000;
    /*background-color: rgba(255,113,0,0.6);*/
    height: 170px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 53%;
    background-image: url(../media/symbols/pfeil_rechts.png);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .right_button_slide:hover {
        background-color: rgba(200,200,200,0.1);
    }

.left_button_slide:hover {
    background-color: rgba(200,200,200,0.1);
}

.down_button_slide {
    background-color: rgba(255,113,0,0.6);
    height: 30px;
    width: 80px;
    position: absolute;
    right: -34px;
    bottom: 0;
    background-image: url(../media/symbols/pfeil_unten.png);
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.down_button_container {
    z-index: 1000;
    position: fixed;
    right: 50%;
    bottom: 0;
}

.nav_container {
    z-index: 1000;
    position: fixed;
    bottom: -7px;
    right: 50%;
    opacity: 1;
    /*transition-duration: 0.8s;
    transition-property: opacity;*/
    align-content: center;
}

#nav_icon {
    height: 60px;
    width: 60px;
    position: absolute;
    right: -27px;
    bottom: -7px;
}

.topbanner.topmenuOpen {
    transition-duration: 0.8s;
    transition-property: height;
    height: 100%;
}

.topbanner.topmenuClose {
    transition-duration: 0.8s;
    transition-property: height;
    height: 57px;
}


.main_menu_container {
    position: absolute;
    top: 42%;
    bottom: 10%;
    left: 10px;
    right: -16px;
    /*height: 500px;
    width: 500px;*/
    z-index: 1000;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease 0.8s;
    opacity: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .main_menu_container.menu_Close {
    }

    .main_menu_container.menu_Open {
    }

    .main_menu_container p {
        line-height: 9px;
        font-size: 1.6em;
    }

    .main_menu_container h3 {
        margin-top: 72px;
        font-size: 1.4em;
    }

    .main_menu_container p:hover {
        cursor: pointer;
        font-weight: 600;
        transition: transform ease-out 0.3s;
        transform: scale(1.1);
    }

    .main_menu_container p.home:hover {
        transform: scale(1.1) translateX(2px);
    }

.menu_col_one {
    position: absolute;
    top: 250px;
    right: 40px;
}

.menu_col_two {
    position: absolute;
    top: 250px;
    left: 40px;
}



/*-------------------------------------------------------SideMenu----------------------------------------------------------------------------*/
.side_menu_icon_business {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    background-color: #D4021D;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
}

.side_menu_icon {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
}
/*Phone*/
.side_menu_container_phone {
    position: fixed;
    color: #fff;
    right: 0;
    bottom: 210px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
}

    .side_menu_container_phone:hover {
        width: 178px;
    }

        .side_menu_container_phone:hover #phone_text {
            width: 130px;
        }

.smallP {
    font-size: 0.72em !important;
    left: 3px !important;
    top: 15px !important;
}

/*Video*/
.side_menu_container_video {
    position: fixed;
    color: #fff;
    right: 0;
    bottom: 155px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
}

    .side_menu_container_video:hover {
        width: 178px;
    }

        .side_menu_container_video:hover #video_text {
            width: 130px;
        }


/*Chat*/
.side_menu_container_chat {
    position: fixed;
    color: #fff;
    right: 0;
    bottom: 100px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
}

    .side_menu_container_chat:hover {
        width: 178px;
    }

        .side_menu_container_chat:hover #chat_text {
            width: 130px;
        }

/*Login*/

.side_menu_container_login {
    position: fixed;
    right: 0;
    top: 68px;
    height: 49px;
    width: 48px;
    cursor: pointer;
    transition: all ease 0.8s;
    z-index: 1030;
}

/*News*/
.side_menu_container_news {
    position: fixed;
    color: #fff;
    right: 0;
    top: 128px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1030;
}

    .side_menu_container_news:hover {
        width: 178px;
    }

        .side_menu_container_news:hover #news_text {
            width: 130px;
        }


/*Tutorial*/
.side_menu_container_tut {
    display: none !important;
    position: fixed;
    color: #fff;
    right: 0;
    top: 188px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1030;
}

    .side_menu_container_tut:hover {
        width: 178px;
    }

        .side_menu_container_tut:hover #tut_text {
            width: 130px;
        }

/*Support*/
.side_menu_container_sup {
    position: fixed;
    color: #fff;
    right: 0;
    top: 190px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1030;
}

    .side_menu_container_sup:hover {
        width: 223px;
    }

        .side_menu_container_sup:hover #sup_text {
            width: 175px;
        }

        .side_menu_container_sup:hover .side_menu_container_white {
            right: 0px;
        }

        .side_menu_container_sup:hover #inner_side_container_01 {
            right: 0px;
        }

        .side_menu_container_sup:hover #inner_side_container_02 {
            right: 0px;
        }

        .side_menu_container_sup:hover #inner_side_container_03 {
            right: 0px;
        }

#inner_side_container_01:hover {
    transform: scale(1.05);
}

#inner_side_container_02:hover {
    transform: scale(1.05);
}

#inner_side_container_03:hover {
    transform: scale(1.05);
}

/*WhiteSideMenu*/
.side_menu_container_white {
    position: absolute;
    top: 50px;
    right: -223px;
    transition: right ease 1.1s;
}

    .side_menu_container_white.business {
        color: #D4021D;
    }

    .side_menu_container_white.home {
        color: #FF7300;
    }

    .side_menu_container_white.student {
        color: #89cc00;
    }

    .side_menu_container_white.index {
        color: rgba(64,64,64,0.7);
    }


    .side_menu_container_white .side_menu_icon {
        background-color: #fff;
        margin-bottom: 2px;
    }



    .side_menu_container_white .slide_menu_text {
        position: relative;
        padding-left: 10px;
        width: 165px;
        background-color: rgba(255,255,255,0.7);
    }

.inner_side_container {
    display: flex;
    /*transform: translate(100%, 0);*/
}

#inner_side_container_01 {
    position: relative;
    right: -180px;
    transition: right ease 0.9s;
}

#inner_side_container_02 {
    position: relative;
    transition: right ease 1s;
    right: -180px;
}

#inner_side_container_03 {
    position: relative;
    transition: right ease 1.1s;
    right: -180px;
}

.slide_menu_text {
    position: relative;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 44px;
    padding-top: 4px;
    z-index: 6;
    transition: width ease 0.8s;
    background-color: rgba(64,64,64,0.7);
}

    .slide_menu_text p {
        position: relative;
        top: 11px;
        left: 14px;
        font-size: 1em;
        font-weight: 400;
        white-space: nowrap;
    }

#side_menu_phone {
    position: relative;
    z-index: 1;
    background-size: 38px 38px;
    background-image: url('../media/symbols/phoner.svg');
}

#side_menu_phone_home {
    position: relative;
    z-index: 1;
    background-size: 38px 38px;
    background-image: url('../media/symbols/phoneo.svg');
}

#side_menu_phone_student {
    position: relative;
    z-index: 1;
    background-size: 38px 38px;
    background-image: url('../media/symbols/phoneg.svg');
}

#side_menu_phone_index {
    position: relative;
    z-index: 1;
    background-size: 38px 38px;
    background-image: url('../media/symbols/phoneGrey.svg');
}

#side_menu_video {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/videor.svg');
}

#side_menu_video_home {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/videoo.svg');
}

#side_menu_video_student {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/videog.svg');
}

#side_menu_video_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/videoGrey.svg');
}

#side_menu_mail {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/Mail1R.svg');
}

#side_menu_mail_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/Mail1Grey.svg');
}


#side_menu_home {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/HouseR.svg');
}

#side_menu_home_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/HouseGrey.svg');
}

#side_menu_chat {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chatr.svg');
}

#side_menu_chat_home {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chato.svg');
}

#side_menu_chat_student {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chatg.svg');
}

#side_menu_chat_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chatGrey.svg');
}


#side_menu_login {
    position: relative;
    z-index: 1;
    background-size: 23px 23px;
    background-image: url('../media/symbols/EntryW.svg');
}

#side_menu_news {
    position: relative;
    z-index: 1;
    background-size: 23px 23px;
    background-image: url('../media/symbols/Newspaper-01.svg');
}

#side_menu_tut {
    position: relative;
    z-index: 1;
    background-size: 23px 23px;
    background-image: url('../media/symbols/Bulb-01.svg');
}

#side_menu_sup {
    position: relative;
    z-index: 1;
    background-size: 23px 23px;
    background-image: url('../media/symbols/UserHelp-01.svg');
}

.bread_crum {
    cursor: pointer;
}

.mute_button {
    position: absolute;
    color: #fff;
    right: 0;
    top: 65px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    z-index: 1200;
    transition: all ease 0.8s;
    background-image: url('../media/symbols/Volume.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

    .mute_button.business {
        background-color: rgba(212,2,29,0.7);
    }

    .mute_button.home {
        background-color: rgba(255,113,0,0.7);
    }

    .mute_button.student {
        background-color: rgba(137,204,0,0.7);
    }

    .mute_button.muted {
        /*background-color: rgba(64,64,64,0.7);*/
        background-image: url('../media/symbols/VolumeMuted.svg');
    }


/*Änderungen für die Student Seite*/

.titletext_student {
    font-size: 1.2em;
    position: inherit;
    top: 11px;
    left: 76px;
    color: rgba(115,115,115,1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .titletext_student #titletext_2 {
        color: rgba(115,115,115,1);
    }

    .titletext_student #titletext_3 {
        color: #89cc00;
    }

.studentH {
    color: #89cc00;
}

.studentP {
    color: #89cc00;
}

.button.student_button {
    background-color: #89cc00;
}


.side_menu_icon_student {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    background-color: rgba(137,204,0,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}




/*Änderungen für die Home Seite*/


.titletext_home {
    font-size: 1.2em;
    position: inherit;
    top: 11px;
    left: 76px;
    color: rgba(115,115,115,1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /*.titletext_home #titletext_2 {
        color: #D4021D;
    }*/

    .titletext_home #titletext_3 {
        color: #D4021D;
    }


.button.home_button {
    background-color: #FF7300;
}

.homeH {
    color: #FF7300;
}

.homeP {
    color: #FF7300;
}

.side_menu_icon_home {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    background-color: rgba(255,113,0,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}


.slider_holder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all ease-in-out 0.8s;
}
/*Index Änderung*/

.side_menu_icon_index {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    background-color: rgba(64,64,64,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------*/


/*@media screen and (orientation: portrait) {
    .center_container {
        flex-flow: column;
        width: 100%;
    }

    .triplebox_container {
        flex-flow: column;
        align-items: center;
    }

        .triplebox_container.index {
            flex-flow: column;
            align-items: center;
        }

    .content_box {
        width: 75%;
        height: 300px;
    }

    .contentbox_image {
        background-size: cover;
    }

    .content_box:hover .contentbox_image {
        background-size: cover;
    }

    .titletext {
        display: none;
    }

    .titletext_student {
        display: none;
    }

    .titletext_home {
        display: none;
    }

    .double_flex_container {
        flex-flow: column;
    }
}*/



/*@media screen and (max-width: 1255px) {

    .triplebox_container {
        flex-flow: column;
        align-items: center;
    }

        .triplebox_container.index {
            flex-flow: column;
            align-items: center;
            height: 1000px;
        }

    .content_box {
        height: 239px;
    }
             .uvp_price.big {
        font-size: 1.2em;
        
    }
         .product_price.big {
        font-size: 3.9em;
    }
    .filter_indi_box {
        top: 109px;
    }
}*/

/*@media screen and (min-height: 1400px) {
    .filter_container {
        background-color: lightgoldenrodyellow;
    }
}*/

/*@media screen and (max-width: 1700px) and (min-width: 1360px) and (orientation: landscape){
         .uvp_price.big {
        font-size: 1em;
        
    }
         .product_price.big {
        font-size: 2.9em;
    }

         .our_price{
             top:19px;
         }
}




/*                                            SwipeTest*/


.swiper {
    position: fixed;
    top: 50%;
    left: 50%;
    /*border:solid green;*/
    width: 60%;
    height: 60%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2100;
    -webkit-touch-callout: initial !important;
}



/*SingleOffer*/

.compare_container_ground {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 800px;
    padding-bottom: 140px;
    background-color: #D4021D;
}

.compare_container {
    position: relative;
    bottom: 25px;
    right: 0px;
    width: 100%;
    /*margin-left: 10%;*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.inner_compare_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1430px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
/*.compare_container.stack {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }*/

.compare_container.business {
    margin: 0px;
    justify-content: space-between;
}

.compare_container_header {
    position: relative;
    top: 20px;
    margin: auto;
    width: 74%;
    font-size: 2.3em;
    font-weight: 200;
    color: #fff;
    z-index: 11;
}

    .compare_container_header span {
        font-weight: 600;
    }



.compare_button_container {
    position: absolute;
    top: 0px;
    height: 96%;
    width: 135px;
    z-index: 10;
    background-color: #D4021D;
    display: none;
}

    .compare_button_container.left {
        left: 0px;
    }

    .compare_button_container.right {
        right: 0px;
    }

.compare_button {
    position: absolute;
    top: 50%;
    background-image: url('../media/symbols/pfeil_links.png');
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

    .compare_button.left {
        left: 70px;
    }

    .compare_button.right {
        right: 70px;
        transform: rotate(180deg);
    }


.product_box {
    position: relative;
    min-height: 670px;
    padding: 30px;
    margin-top: 100px;
    margin-right: 10%;
    margin-left: 10%;
    background-color: #e9e9e7;
}



.product_Header {
    position: relative;
    height: 23px;
}

.product_Name {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
}

    .product_Name.business {
        color: #D4021D;
    }

    .product_Name.home {
        color: rgb(255, 115, 0);
    }

    .product_Name.student {
        color: #89cc00;
    }

.abo_container.singleOffer {
    margin-top: 20px;
}

.product_price.singleOffer {
    font-size: 3.3em;
}

.our_price .our_price_text {
    top: 75px;
}

.our_price.singleOffer .our_price_text {
    left: 0px;
    font-weight: 600;
}

.our_price.singleOffer .abo_box_price_innerContent {
    font-size: 1.1em;
    bottom: 10px;
}

.our_price_text.business {
    color: #D4021D;
}

.mwst_text.singleOffer {
    position: relative;
    bottom: 5px;
}

.anwendungs_container {
    position: relative;
    top: 10px;
}

.anwendungs_header {
    position: absolute;
}

.anwendungs_picture_container {
    position: absolute;
    top: 35px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.anwendungs_text_container {
    position: absolute;
    top: 75px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .anwendungs_text_container div {
        font-size: 0.5em;
        width: 38px;
        text-align: left;
    }

.dienste_container {
    position: relative;
    top: 110px;
}

.dienste_header {
    position: absolute;
}

.dienste_picture_row_one {
    position: absolute;
    top: 35px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.dienste_picture_row_two {
    position: absolute;
    top: 110px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.dienste_text_container_one {
    position: absolute;
    top: 75px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .dienste_text_container_one div {
        font-size: 0.5em;
        width: 39px;
        text-align: left;
    }

.dienste_text_container_two {
    position: absolute;
    top: 150px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .dienste_text_container_two div {
        font-size: 0.5em;
        width: 39px;
        text-align: left;
    }

.product_description {
    position: relative;
    font-size: 0.83em;
    top: 5px;
    min-height: 42px;
}


.product_maxUser {
    position: relative;
    font-size: 0.6em;
    top: 300px;
}

.byenow_button.singleOffer {
    position: relative;
    top: 320px;
    margin: auto;
}


/*UserPerMonth*/

.user_per_month {
    position: absolute;
    top: 25px;
    padding-left: 8px;
    padding-top: 4px;
    width: 135px;
    height: 20px;
    font-size: 0.6em;
    font-weight: 600;
    color: #fff;
    z-index: 5;
    cursor: pointer;
}

.user_per_month_pfeil {
    position: relative;
    width: 14px;
    height: 14px;
    top: 30px;
    z-index: 8;
    left: 125px;
    transition: transform ease 0.5s;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url('../media/symbols/pfeil_unten.png');
}

.user_per_month_box {
    position: relative;
    width: 143px;
    top: 35px;
    left: 0px;
    font-size: 0.6em;
    font-weight: 600;
}

.user_per_month_one {
    margin-top: 3px;
    height: 20px;
    border: solid 1px;
}

    .user_per_month_one span {
        position: relative;
        left: 6px;
        top: 2px;
    }


.user_per_month_two {
    margin-top: 3px;
    height: 20px;
    border: solid 1px;
}

    .user_per_month_two span {
        position: relative;
        left: 6px;
        top: 2px;
    }

.user_per_month.business {
    background-color: #D4021D;
}

.user_per_month.home {
    background-color: rgb(255, 115, 0);
}

.user_per_month.student {
    background-color: #89cc00;
}


/*OfficeIcons*/
.picture {
    position: relative;
    min-height: 38px;
    min-width: 38px;
    background-size: 38px 38px;
}

.no {
    opacity: 0.5;
}

.Outlook {
    background-image: url('../media/officeIcons/Outlook.png');
}

    .Outlook.no {
        background-image: url('../media/officeIcons/Outlook_sw.png');
    }

.Word {
    background-image: url('../media/officeIcons/Word.png');
}

    .Word.no {
        background-image: url('../media/officeIcons/Word_sw.png');
    }

.Excel {
    background-image: url('../media/officeIcons/Excel.png');
}

    .Excel.no {
        background-image: url('../media/officeIcons/Excel_sw.png');
    }

.PowerPoint {
    background-image: url('../media/officeIcons/PowerPoint.png');
}

    .PowerPoint.no {
        background-image: url('../media/officeIcons/PowerPoint_sw.png');
    }

.OneNote {
    background-image: url('../media/officeIcons/OneNote.png');
}

    .OneNote.no {
        background-image: url('../media/officeIcons/OneNote_sw.png');
    }

.Access {
    background-image: url('../media/officeIcons/Access.jpg');
}

    .Access.no {
        background-image: url('../media/officeIcons/Access_sw.png');
    }

.Exchange {
    background-image: url('../media/officeIcons/Exchange.png');
}

    .Exchange.no {
        background-image: url('../media/officeIcons/Exchange_sw.png');
    }

.OneDrive {
    background-image: url('../media/officeIcons/OneDrive.png');
}

    .OneDrive.no {
        background-image: url('../media/officeIcons/OneDrive_sw.png');
    }

.SharePoint {
    background-image: url('../media/officeIcons/SharePoint.png');
}

    .SharePoint.no {
        background-image: url('../media/officeIcons/SharePoint_sw.png');
    }

.SkypeforBusiness {
    background-image: url('../media/officeIcons/SkypeForBusiness.png');
}

    .SkypeforBusiness.no {
        background-image: url('../media/officeIcons/SkypeForBusiness_sw.png');
    }

.Yammer {
    background-image: url('../media/officeIcons/Yammer.png');
}

    .Yammer.no {
        background-image: url('../media/officeIcons/Yammer_sw.png');
    }

.Stream {
    background-image: url('../media/officeIcons/Stream.jpg');
}

    .Stream.no {
        background-image: url('../media/officeIcons/Stream_sw.png');
    }

.PowerApps {
    background-image: url('../media/officeIcons/PowerApps.jpg');
}

    .PowerApps.no {
        background-image: url('../media/officeIcons/PowerApps_sw.png');
    }

.Flow {
    background-image: url('../media/officeIcons/Flow.jpg');
}

    .Flow.no {
        background-image: url('../media/officeIcons/Flow_sw.png');
    }

.PowerBIPro {
    background-image: url('../media/officeIcons/PowerBI.jpg');
}

    .PowerBIPro.no {
        background-image: url('../media/officeIcons/PowerBI_sw.png');
    }

.MicrosoftTeams {
    background-image: url('../media/officeIcons/MicrosoftTeams.jpg');
}

    .MicrosoftTeams.no {
        background-image: url('../media/officeIcons/MicrosoftTeams_sw.png');
    }




/*Neue Benutzer progress Monat Auswahl*/


.user_selection_container {
    position: absolute;
    top: 220px;
    display: none;
}

.user_selection_box {
    position: relative;
    width: 117px;
    height: 22px;
    font-size: 0.9em;
    border: solid rgb(168, 168, 168) 1px;
    cursor: pointer;
    /*erst mal raus*/
    display: none;
    z-index: 5;
}

    .user_selection_box p {
        padding-top: 2px;
        padding-left: 10px;
        font-size: 0.9em;
    }

    .user_selection_box.business {
        color: #D4021D;
    }

    .user_selection_box.student {
        color: #89cc00;
    }

    .user_selection_box.home {
        color: rgb(255, 115, 0);
    }

.selected_user_number {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 600;
}


.user_selection_other_box {
    position: absolute;
    padding-top: 1px;
    display: flex;
    flex-flow: column;
}

    .user_selection_other_box span {
        padding-left: 5px;
    }

.user_selection {
    position: relative;
    width: 117px;
    font-size: 0.9em;
    border: solid rgb(168, 168, 168) 1px;
    margin-bottom: 2px;
    z-index: 9;
    cursor: pointer;
}

    .user_selection.business:hover {
        background-color: #D4021D;
        color: #fff;
    }

    .user_selection.student:hover {
        background-color: #89cc00;
        color: #fff;
    }

    .user_selection.home:hover {
        background-color: rgb(255, 115, 0);
        color: #fff;
    }

.user_selection_pfeil {
    position: relative;
    bottom: 12px;
    left: 98px;
    height: 10px;
    width: 12px;
    background-size: 30px;
    background-position: center;
    background-position-y: -15px;
    background-repeat: no-repeat;
    transition: transform 0.5s;
}


    .user_selection_pfeil.business {
        background-image: url('../media/symbols/pfeil_unten_bl.png');
    }

    .user_selection_pfeil.student {
        background-image: url('../media/symbols/pfeil_unten_gr.png');
    }

    .user_selection_pfeil.home {
        background-image: url('../media/symbols/pfeil_unten_or.png');
    }



/*SideMenuIntern*/

.side_menu_background {
    top: 0px;
    position: fixed;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1002;
    background-color: #D4021D;
    transition-duration: 0.8s;
    transition-property: width;
}

    .side_menu_background.open {
        width: 100%;
    }


.side_menu_burger {
    position: fixed;
    right: 0px;
    top: 10px;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    transition: all ease 0.8s;
    cursor: pointer;
    z-index: 1030;
    background-color: rgba(64,64,64,0.7);
}


.side_menu_pfeil {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 30px;
    height: 30px;
    transition: all ease 0.8s;
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url('../media/symbols/pfeil_links.png');
}

.side_menu_burger.movePfeil .side_menu_pfeil {
    transform: rotate(-180deg);
}

.pov_h2 {
    margin-top: 60px;
    font-weight: 600;
    font-size: 2.8em;
}

    .pov_h2.oben {
        margin-bottom: -30px;
        margin-top: 4px;
    }

.side_menu_aktiv_business {
    color: #FFF;
    font-weight: 600;
    font-size: 1.3em;
}

    .side_menu_aktiv_business:hover {
        /*font-weight: 400 !important;*/
        transform: scale(1) !important;
        cursor: default !important;
    }

.side_menu_aktiv_home {
    color: #FFF;
    font-weight: 600;
    font-size: 1.3em;
}

    .side_menu_aktiv_home:hover {
        font-weight: 400 !important;
        transform: scale(1) !important;
        cursor: default !important;
    }

.side_menu_aktiv_student {
    color: #FFF;
    font-weight: 600;
    font-size: 1.3em;
}

    .side_menu_aktiv_student:hover {
        /*font-weight: 400 !important;*/
        transform: scale(1) !important;
        cursor: default !important;
    }

/*CoverupDiv*/

.cover_up {
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(64,64,64,0.6);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
    transition: opacity ease 0.8s;
    cursor: pointer;
}



.menu_col_one {
    position: relative;
    top: 0px;
    width: 240px;
    right: -33px;
    line-height: 35px;
}


.start {
    cursor: pointer;
    transition: transform ease-out 0.3s;
}

    .start:hover {
        font-weight: 600;
        transform: scale(1.1);
    }



/*LoginMenu*/


.login_menu_container {
    position: absolute;
    width: 100%;
    left:0;
    top: 42%;
    bottom: 40px;
    right: -16px;
    padding-right: 16px;
    height: auto;
    transition: all ease 0.8s;
    font-size: 1.6em;
    overflow-y: scroll;
    overflow-x: hidden;
}


.login_header {
    display: none;
    opacity: 0;
    transition: all ease 0.8s;
}

.bc_wolken {
    position: relative;
    right: 0px;
    height: 28%;
    width: 100%;
    background-size: contain;
    background-image: url('../media/symbols/wolkenGrey.svg');
    background-position: center center;
    background-repeat: no-repeat;
    top: -2%;
    margin-left: auto;
    margin-right: auto;
}

    .bc_wolken.business {
        background-image: url('../media/symbols/wolkenW.svg');
    }

    .bc_wolken.home {
        background-image: url('../media/symbols/wolkenW.svg');
    }

    .bc_wolken.student {
        background-image: url('../media/symbols/wolkenW.svg');
    }

.input_fields {
    position: relative;
    margin-top: 15px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}


.login_name_field {
    position: relative;
    height: 38px;
    border: solid 1px lightgray;
    background-color: #fff;
}

.login_pw_field {
    position: relative;
    width: auto !important;
    right: 0 !important;
    border: solid 1px lightgray;
    height: 38px !important;
    margin-top: 13px;
}

.login_icon {
    position: relative;
    left: 11px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    background-repeat: no-repeat;
    float: left;
    top: 9px;
    margin-right: 15px;
    z-index: 1;
}

    .login_icon.name.business {
        background-image: url('../media/symbols/Mail1R.svg');
    }

    .login_icon.name.home {
        background-image: url('../media/symbols/Mail1O.svg');
    }

    .login_icon.name.student {
        background-image: url('../media/symbols/Mail1G.svg');
    }

    .login_icon.pw.business {
        background-image: url('../media/symbols/LockR.svg');
    }

    .login_icon.pw.home {
        background-image: url('../media/symbols/LockO.svg');
    }

    .login_icon.pw.student {
        background-image: url('../media/symbols/LockG.svg');
    }

    .login_icon.id.business {
        background-image: url('../media/symbols/IdentityR.svg');
    }

    .login_icon.id.home {
        background-image: url('../media/symbols/IdentityO.svg');
    }

    .login_icon.id.student {
        background-image: url('../media/symbols/IdentityG.svg');
    }

    .login_icon.chest.business {
        background-image: url('../media/symbols/companyR.svg');
    }

    .login_icon.chest.home {
        background-image: url('../media/symbols/companyO.svg');
    }

    .login_icon.chest.student {
        background-image: url('../media/symbols/companyG.svg');
    }

    .login_icon.haus.business {
        background-image: url('../media/symbols/HouseR.svg');
    }

    .login_icon.haus.home {
        background-image: url('../media/symbols/HouseO.svg');
    }

    .login_icon.haus.student {
        background-image: url('../media/symbols/HouseG.svg');
    }



/*Auge*/
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

input[type=text] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input[type=password] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pw_eye {
    position: absolute;
    right: 15px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    background-repeat: no-repeat;
    float: right;
    top: 9px;
    margin-left: 15px;
    cursor: pointer;
}

    .pw_eye.grey {
        background-image: url('../media/symbols/eyeGrey.svg');
    }

    .pw_eye.business {
        background-image: url('../media/symbols/eyeR.svg');
    }

    .pw_eye.home {
        background-image: url('../media/symbols/eyeO.svg');
    }

    .pw_eye.student {
        background-image: url('../media/symbols/eyeG.svg');
    }

.login_name_input {
    border: none;
    top: -19px;
    height: 36px;
    color: #333;
    line-height:36px;
    font-size: 0.8em;
    /*bottom: 2px;*/
}


.login_pw_input {
    border: none;
    top: -15px;
    color: #333;
    float: left;
    font-size: 0.9em;
}


/*InputButtons*/

.login_button {
    background-color: #fff;
    text-align: center;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    height: 38px;
    cursor: pointer;
    font-size: 0.9em;
    padding-top: 3px;
}

    .login_button.business {
        color: #D4021D;
    }

    .login_button.home {
        color: #FF7300;
    }

    .login_button.student {
        color: #89cc00;
    }

.register_button {
    background-color: #e4e4e4;
    color: #333;
    text-align: center;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    font-size: 0.8em;
    height: 38px;
    cursor: pointer;
    padding-top: 6px;
}

.reg_input_container .register_button {
    width: 100%;
}

.step_container .register_button {
    width: 100%;
}

.help_link {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
}

    .help_link.business {
        /*color: #D4021D;*/
    }

    .help_link.home {
        /*color: #FF7300;*/
    }

    .help_link.student {
        /*color: #89cc00;*/
    }
/*RegisterMask*/

.register_menu_container {
    position: absolute;
    right: 0px;
    left: 100%;
    top: 42%;
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 12%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 82%;
    height: auto;
    transition: all ease 0.8s;
    font-size: 1.6em;
}

.reg_text {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-top: 10px;
    text-align: justify;
    color: #fff;
}


.privat_button {
    position: relative;
    top: -2px;
    font-size: 0.9em;
    background-color: #e4e4e4;
    text-align: center;
    width: 35%;
    height: 32px;
    float: left;
    cursor: pointer;
    z-index: 1010;
}

    .privat_button.aktiv {
        background-color: #F5F5F5;
        cursor: unset;
    }

    .privat_button.business.aktiv {
        color: #D4021D;
    }

    .privat_button.home.aktiv {
        color: #FF7300;
    }

    .privat_button.student.aktiv {
        background-color: #89cc00;
    }

.firm_button {
    position: relative;
    top: -2px;
    font-size: 0.9em;
    background-color: #e4e4e4;
    text-align: center;
    width: 35%;
    height: 32px;
    float: left;
    margin-left: 8px;
    cursor: pointer;
    z-index: 1010;
}

    .firm_button.aktiv {
        background-color: #F5F5F5;
        cursor: unset;
    }

    .firm_button.business.aktiv {
        color: #D4021D;
    }

    .firm_button.home.aktiv {
        color: #FF7300;
    }

    .firm_button.student.aktiv {
        color: #89cc00;
    }


/*InputKasten*/

.reg_input_container {
    position: relative;
    width: 95%;
    background-color: rgb(245,245,245);
    top: 30px;
    padding: 15px;
    padding-top: 5px;
    border: solid 1px lightgray;
    transition: all ease 0.8s;
}

.reg_input_firm_container {
    position: relative;
    top: 16px;
    left: 100%;
    width: 100%;
    height: 100%;
    /*background-color: rgb(245,245,245);*/
    padding: 15px;
    padding-top: 5px;
    /*border: solid 1px lightgray;*/
    transition: all ease 0.8s;
    display: none;
}

.input {
    position: relative;
    width: 100%;
    font-size: 0.9em;
    background-color: #fff;
    height: 26px;
    border: solid 1px lightgray;
    right: 2px;
    margin-top: 10px;
}



/*.input.anrede:hover .dropdown_pfeil {
        transform: rotate(180deg);
    }*/

.dropdown_content {
    position: absolute;
    display: none;
    top: 31px;
    background-color: #ffffff;
    width: 100%;
    border: solid 1px lightgray;
    right: -1px;
    border-top-width: 0px;
    z-index: 50;
}

    .dropdown_content span {
        margin-left: 42px;
        font-size: 0.9em;
    }

.dropdown_anrede {
    position: absolute;
    top: 4px;
    left: 42px;
    height: 38px;
    font-size: 0.92em;
}

.dropdown_element.business:hover {
    background-color: #D4021D;
    color: #fff;
}

.dropdown_element.home:hover {
    background-color: #FF7300;
    color: #fff;
}

.dropdown_element.student:hover {
    background-color: #89cc00;
    color: #fff;
}


.login_icon.person.business {
    background-image: url('../media/symbols/PersonR.svg');
    position: absolute;
}

.login_icon.person.home {
    background-image: url('../media/symbols/PersonO.svg');
    position: absolute;
}

.login_icon.person.student {
    background-image: url('../media/symbols/PersonG.svg');
    position: absolute;
}

.login_icon.person.firm.business {
    background-image: url('../media/symbols/PersonR.svg');
    top: 6px;
}

.login_icon.person.firm.home {
    background-image: url('../media/symbols/PersonO.svg');
    top: 6px;
}

.login_icon.person.firm.student {
    background-image: url('../media/symbols/PersonG.svg');
    top: 6px;
}

.dropdown_pfeil {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    background-repeat: no-repeat;
    background-image: url('../media/symbols/pfeil_unten_grey.png');
    transform: rotate(0deg);
    transition: transform ease 0.5s;
}


input {
    position: absolute;
    left: 0px;
    width: calc(100% - 43px);
    border: none;
    font-size: 0.9em;
    height: 23px;
    color: #333;
    padding-left: 43px;
}

.inputNotValid {
    border: solid 2px #f08080;
    position: absolute;
    left: 0px;
}



/*PlaceholderColor*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}


.AGB_checkBox {
    float: left;
    width: 12px;
    border: solid 1px lightgray;
    left: -1px;
    margin-bottom: 95px;
    margin-top: 2px;
    margin-right: 8px;
    height: 12px;
    background-color: #fff;
    margin-left: -2px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .AGB_checkBox.business.checked {
        background-image: url('../media/symbols/CheckB.svg');
    }

    .AGB_checkBox.home.checked {
        background-image: url('../media/symbols/CheckO.svg');
    }

    .AGB_checkBox.student.checked {
        background-image: url('../media/symbols/CheckG.svg');
    }


.AGB_text {
    width: 98%;
    font-size: 0.55em;
    text-align: justify;
    margin-top: 10px;
    margin-left: 5px;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 12px;
}

    .AGB_text.business a {
        color: #D4021D;
    }

    .AGB_text.home a {
        color: #FF7300;
    }

    .AGB_text.student a {
        color: #89cc00;
    }



.confirm_register_button {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 38px;
    cursor: pointer;
    font-size: 0.9em;
    padding-top: 3px;
    z-index: 1019;
}



    .confirm_register_button.business {
        background-color: #D4021D;
    }

    .confirm_register_button.home {
        background-color: #FF7300;
    }

    .confirm_register_button.student {
        background-color: #89cc00;
    }


/*FirmenReg*/
.mini {
    font-size: 0.5em;
    cursor: pointer;
}

    .mini.business.aktiv {
        color: #D4021D;
        cursor: default;
    }

    .mini.home.aktiv {
        color: #FF7300;
        cursor: default;
    }

    .mini.student.aktiv {
        color: #89cc00;
        cursor: default;
    }


.firm_headline {
    font-weight: 600;
    font-size: 0.9em;
}

    .firm_headline.business {
        color: #D4021D;
    }

    .firm_headline.home {
        color: #FF7300;
    }

    .firm_headline.student {
        color: #89cc00;
    }


.next_step {
    position: relative;
    top: 15px;
    width: 100%;
    height: 45px;
    font-size: 0.85em;
}

.next_step_text {
    position: relative;
    margin-top: 1px;
    float: right;
}

.next_step_button {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url('../media/symbols/pfeil_rechts.png');
    cursor: pointer;
}

    .next_step_button.business {
        background-color: #D4021D;
    }

    .next_step_button.home {
        background-color: #FF7300;
    }

    .next_step_button.student {
        background-color: #89cc00;
    }


.step_container {
    position: absolute;
    top: 14px;
    left: 0px;
    width: calc(95% - 29px);
    transition: all ease 0.8s;
    background-color: rgb(245,245,245);
    border: solid 1px lightgray;
    padding: 15px;
    padding-top: 35px;
}

#step_container_2 {
    transform: translate(120%, 0);
    background-color: rgb(245,245,245);
}

#step_container_3 {
    transform: translate(120%, 0);
    background-color: rgb(245,245,245);
}


.mini_breadcrum {
    position: absolute;
    top: 13px;
    z-index: 1;
    transition: all ease 0.3s;
}


/*Impressum*/


.imp_Logo {
    position: relative;
    top: -11px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 300px;
}

.wolke {
    background-image: url(../media/symbols/wolkenR.svg);
    width: 350px;
    height: 118px;
    position: relative;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 20px 6px;
}

.logo {
    background-image: url(../media/qllogo.png);
    width: 292px;
    height: 87px;
    position: relative;
    background-size: 160px;
    background-position: 60px -12px;
    background-repeat: no-repeat;
}


.imp_menu {
    margin-left: 40px;
    margin-top: -15px;
    display: none;
}

    .imp_menu h1 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .imp_menu p {
        font-size: 0.8em;
        cursor: pointer;
    }

        .imp_menu p.aktiv {
            color: #D4021D;
            font-weight: 600;
            cursor: default;
        }


.imp_text_container {
    position: absolute;
    top: 182px;
    bottom: 0px;
    left: 0px;
    height: auto;
    background-color: #fff;
    padding: 30px;
    margin-right: -17px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-arrow-color: appworkspace;
}


    .imp_text_container p {
        font-size: 0.7em;
    }

    .imp_text_container h1 {
        font-size: 2.4em;
        color: #D4021D;
        margin-bottom: 20px;
    }

    .imp_text_container h2 {
        font-size: 1.3em;
        font-weight: 600;
    }

/*Suche*/
.such_input {
    width: 83%;
    height: 39px;
    opacity: 0;
}

/*PortalZusatz*/

.message_box {
    position: absolute;
    left: -16px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #fff;
    font-size: 0.8em;
    color: #f08080;
    opacity: 0;
    display: none;
    width: 68%;
    transition: all ease 0.8s;
}

.small_close_X {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-position: center;
    background-image: url('../media/symbols/x_coral.svg');
    cursor: pointer;
}

.switch_to_bundles {
    position: fixed;
    bottom: 9px;
    right: 10px;
    font-size: 0.8em;
    font-weight: 400 !important;
    transition: none !important;
    transform: scale(1) !important;
}

.loading_circle {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/tenor.gif');
}

.loading_circleql {
    position: absolute;
    top: 1000px;
    left: 47.5%;
    z-index: 1;
    width: 130px;
    height: 130px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/loadingR.gif');
    background-color: #fff;
    border-radius: 50%;
}

.loading_circle2 {
    position: absolute;
    top: 1900px;
    left: 47.5%;
    z-index: 1;
    width: 130px;
    height: 130px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/loadingR.gif');
    background-color: #fff;
    border-radius: 50%;
}


.loading_circle3 {
    position: absolute;
    top: 940px;
    left: 0px;
    z-index: 1;
    width: 130px;
    height: 130px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/tenor.gif');
    border-radius: 50%;
}


.home_tile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 48px;
    height: 48px;
    background-color: rgba(64,64,64,0.7);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position-x: 11px;
    background-position-y: 11px;
    cursor: pointer;
    background-image: url('../../MMUI/icons/windows10icons/win10home.png');
}

.small_cover_up {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128,0.6);
    z-index: 1000;
    color: #fff;
    font-size: 3em;
    cursor: default;
}

.coming_soon_text {
    position: relative;
    top: 85px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 289px;
    transform: rotate(28deg);
}


.mwst_text_big {
    position: absolute;
    bottom: -1px;
    right: 40px;
    font-size: 1.1em;
    background-color: #FFF;
    padding: 5px 10px;
}

select {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    top: 3px;
    left: 0px;
    width: 100%;
    padding-left: 42px;
    height: 33px;
    border: none;
    color: #333;
    font-size: 0.85em;
}

    select::-ms-expand {
        display: none;
    }

    select option {
        border: solid lightgrey 1px;
        background-color: #fff;
    }

    select:focus {
        background-color: #fff;
    }

    select:checked {
        background-color: #fff;
    }

    select::selection {
        background-color: #fff;
    }

option:hover {
    background-color: #D4021D;
    color: #fff;
}

option:focus {
    background-color: #fff;
}

option:checked {
    background-color: #D4021D;
    color: #fff;
}

select > option.opt:hover {
    background-color: #D4021D;
    color: #fff;
}

#firmCountry:focus {
    background-color: #fff;
}

.msgBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 66%;
    height: 25%;
    min-height: 325px;
    z-index: 1020;
    transform: translate(-450%, 0);
    transition: all ease 0.8s;
    border-radius: 0px;
    border: solid 1px rgb(160,160,160);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.1);
}

.msgBoxText {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    width: 80%;
    margin: auto;
}

.msgBoxButton {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    width: 55px;
    height: 27px;
    padding-left: 28px;
    padding-top: 5px;
    cursor: pointer;
}

    .msgBoxButton.business {
        background-color: #D4021D;
    }


#loading_circle_end_user_reg {
    bottom: 110px;
    left: 0px;
    background-size: 32px 32px;
}

#loading_circle_end_firm_reg {
    bottom: 113px;
    left: 0px;
    background-size: 32px 32px;
}


.linerGradient {
    position: relative;
    bottom: 10px;
    height: 19px;
    width: 100%;
    z-index: 1122;
    background: linear-gradient(to bottom, #D4021D, transparent);
}

.linerGradient2 {
    position: absolute;
    right: -20px;
    left: 366px;
    top: 265px;
    height: 100%;
    width: 20px;
    z-index: 1122;
    background: linear-gradient(to left, #D4021D, transparent);
}


/*.slide_container {
    position: absolute;
    height: 760px;
    top: 148px;
    left: 140px;
    overflow: hidden;
}*/


.special_offer_container {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-flow: column;
    /*transition: left ease-in-out 0.5s;*/
}


/*.special_offer_container .product_box {
        transform: scale(0.93);
        margin-right: 0px;
    }

    .special_offer_container .QL_tile {
        transform: scale(0.93);
        margin-right: 0px;
        margin-top:3px;
    }*/



/*QUICKLINE*/

.QL_tile {
    position: relative;
    /*top: 4px;*/
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    float: left;
    height: 669px;
}


.QL_tile_header {
    font-size: 0.83em;
    min-height: 40px;
}


.QL_tile_container {
    right: 30px;
    position: relative;
    padding: 30px;
    bottom: 0px;
    min-height: 575px;
    width: 100%;
    /*margin-top:22px;*/
    background-color: #e9e9e7;
}

.QL_tile_name {
    width: 100%;
    font-size: 28pt;
    font-weight: 400;
    text-align: center;
    color: #d4021d;
}

.QL_tile_block {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 12px;
    overflow: auto;
}

.QL_block_header {
    color: #D4021D;
    font-size: 14pt;
    font-weight: normal;
}

.QL_attr_row {
    width: 100%;
    height: 19px;
}

.QL_attr_L {
    width: 70%;
    float: left;
}

.QL_attr_R {
    width: 30%;
    float: left;
}

.QL_attr_check {
    width: 13px;
    height: 18px;
    float: right;
}

hr {
    border: 0.5px solid #DCE1E4;
    margin-top: 12px;
    margin-bottom: 0px;
}

.compare_container.business.stack .QL_tile {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.QL_tile_price {
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
    color: #d4021d;
    font-size: 2.3em;
    padding-top: 18px;
    font-weight: 400;
}

.qlprice_big {
    font-size: 1.6em;
}

.qlprice_small {
    font-size: 0.9em;
    vertical-align: 40%;
}

.QL_tile_button {
    position: absolute;
    bottom: 29px;
    left: 0px;
    margin-left: 30px;
    padding-top: 5px;
    width: calc( 100% - 60px);
    height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background-color: #d4021d;
    cursor: pointer;
}



.QL_tile_progressbar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #fff;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 2px;
    float: left;
}

.QL_tile_progress {
    float: left;
    width: 40%;
    height: 6px;
    background-color: #333333;
}



.small_currency_text {
    font-size: 0.65em;
}

/*Quickline Office*/

.QL_Duo_Container {
    position: relative;
    width: 100%;
    margin: 80px;
    margin-top: 10px;
    height: 625px;
}

.QL_compare_container_header {
    color: #333;
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 40px;
    margin-left: 75px;
}

.QL_Container {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 94%;
    height: 725px;
}

.QL_Logo {
    width: 100%;
    position: relative;
    top: -20px;
    height: 80px;
    background-color: #fff;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;

    background-image: url('../../MMUI/icons/quickline/Quickline_Logo_RGB_positiv_S.png');
}

.slide_container.quickline {
    top: 0px;
}

.compare_button_container.quickline {
    background-color: white;
}

.compare_button.quickline {
    background-image: url('../media/symbols/pfeil_links_grey.png');
}

.QL_Logo2 {
    width: 374px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 100px;
    height: 152px;
    background-color: #fff;
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../MMUI/icons/quickline/logo_quickline_CMYK.PNG');
}


.QL_Logo3 {
    width: 100%;
    position: relative;
    height: 152px;
    left: -61px;
    background-color: #fff;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 77px;
    background-image: url('../../MMUI/icons/quickline/logo_quickline_CMYK.PNG');
}


.iframeQL {
    position: fixed;
    /*width: calc(100% + 365px);
    height: calc(100% + 570px);*/
    width: 100%;
    height: 100%;
    border: none;
    transition-duration: 0.8s;
    transition-property: all;
}


.coveriframeDivQL {
    position: fixed;
    width: 100%;
    height: 51px;
    background-color: #fff;
    z-index: 1;
}

.coveriframeDivQLzwei {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}


.business_icon {
    background-image: url('../media/symbols/business_icon.png');
    background-color: #d4021d;
    width: 48px;
    height: 48px;
    top: -75px;
    position: absolute;
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
}

.ql_text_container {
    position: relative;
    margin-top: 123px;
    margin: 80px;
    margin-top: 123px;
}


.ql_text_block {
    position: relative;
}

    .ql_text_block > h2, .ql_text_block > h3 {
        color: #556d7e;
    }

    .ql_text_block > h2 {
        font-size: 28pt;
        font-weight: 400;
    }

li {
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.2em;
}

.QL_star_text {
    position: relative;
    bottom: 75px;
    left: 80px;
    width: 391px;
    font-size: 0.8em;
    font-weight: 200;
}


.ql_text_container.header {
    position: relative;
    margin: 80px;
    margin-top: 75px;
    margin-bottom: -30px;
}

.ql_text_block.header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1430px;
}


.fiber_icon {
    background-image: url('../../images/metroicons/502.png');
    background-size: 45px;
}


.voice_icon {
    background-image: url('../media/symbols/phone.svg');
    background-size: 45px;
}

.duo_icon {
    background-image: url('../media/symbols/chat.svg');
}

/*base ENDE*/



.pover_ground {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform ease 0.8s;
}

.pover_master_title {
    position: absolute;
    left: 48px;
    padding-left: 78px;
    top: -109px;
    width: 80%;
    font-size: 2.2em;
    font-weight: 600;
    background-repeat: no-repeat;
    text-align: left;
    height: 64px;
    /* width: 590px; */
    background-size: 48px 48px;
    background-position: 0px 7px;
}



.pover_wide_mastercontainer {
    position: relative;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1430px;
    margin-top: 150px;
    margin-bottom: 42px;
    background-position: center;
    /*background-position-x: 0px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../media/ql_Office3.jpg')
}

/*IndexÜbernahme*/

/*.pover_wide_mastercontainer.index {
        background-image: url('../media/back.jpg');
        --margin-top: 125px;
        height: 490px;
    }


    .pover_wide_mastercontainer.business {
        height: 650px;
        margin-bottom: 42px;
        background-image: url('../media/ProduktübersichtBusinessBack.jpg');
    }

        .pover_wide_mastercontainer.business.neu {
            background-image: url('../media/ql_Office3.jpg');
            height:550px;
            background-position-x:0px;
        }

    .pover_wide_mastercontainer.home.neu {
        height: 650px;
        margin-bottom: 42px;
        background-image: url('../media/Home.png');
    }

    .pover_wide_mastercontainer.student.neu {
        height: 650px;
        margin-bottom: 42px;
        background-image: url('../media/Student.png');
    }*/


.pover_featurebox {
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 330px;
    margin: 50px;
    background-color: rgba(240,240,240,0.9);
    padding: 25px;
}

.pover_featurebox_business {
    position: absolute;
    display: flex;
    flex-flow: column;
    right: 20px;
    bottom: -25px;
    width: 330px;
    margin: 50px;
    background-color: rgba(240,240,240,0.9);
    padding: 25px;
}

.pover_featurebox_index {
    position: absolute;
    right: 20px;
    bottom: -36px;
    width: 400px;
    margin: 50px;
    background-color: rgba(255,255,255,0.9);
    /*height: 396px;*/
}

.paddingbox {
    position: relative;
    padding: 20px 30px;
    /*padding-bottom:0;*/
}

.pfb_prod_name {
    font-size: 1.4em;
    color: rgb(255, 115, 0);
    font-weight: 600;
    /*margin-bottom: 10px;*/
}

    .pfb_prod_name.home {
        font-size: 1.4em;
        font-weight: 600;
    }

.pfd_prod_description {
    color: rgb(255, 115, 0);
    margin-bottom: 16px;
}


.featurelistbox {
    font-size: 1.1em;
    position: relative;
    height: 150px;
}

    .featurelistbox.business {
        height: 160px;
        margin-top: 10px;
    }

    .featurelistbox.small {
        height: 100px;
    }


.feature_line {
    position: relative;
    margin-bottom: 3px;
    margin-bottom: 3px;
    color: rgb(64,64,64);
    font-size: 0.8em;
    font-weight: 100;
    background-color: rgb(208, 208, 208);
    padding: 2px;
    padding-left: 31px;
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url('../media/symbols/info_square.svg');
    cursor: pointer;
}

.uvp_price {
    position: absolute;
    color: rgb(115, 115, 115);
    font-size: 1em;
}

    .uvp_price.big {
        font-size: 1.2em;
        margin-bottom: 12px;
    }

    .uvp_price.discount {
        font-size: 1em;
        vertical-align: super;
    }

    .uvp_price b {
        font-weight: 100;
        margin-right: 10px;
    }

    .uvp_price.dark {
        color: #fff;
    }

.left_price_div {
    position: absolute;
    left: 0;
    bottom: 60px;
}

    .left_price_div.small {
        bottom: 37px;
    }

.our_price_text {
    position: relative;
    left: 40px;
    top: 55px;
    color: rgb(115, 115, 115);
    font-weight: 400;
    margin-right: 5px;
}

    .our_price_text.dark {
        color: #fff;
    }

.mwst_text {
    font-size: 0.5em;
    text-align: right;
}

    .mwst_text.dark {
        color: #fff;
    }

    .mwst_text.small {
        position: relative;
        top: 32px;
    }

.product_price {
    position: absolute;
    right: 0;
    color: rgb(255, 115, 0);
    text-align: right;
    font-size: 2.9em;
    font-weight: 400;
    transition: opacity ease 0.3s;
}

    .product_price.big {
        font-size: 3.9em;
    }

    .product_price.small {
        font-size: 2.5em;
    }

.our_price {
    position: relative;
    height: 95px;
    right: 0;
}

    .our_price.dark {
        color: #fff;
    }

    .our_price.small {
        bottom: 23px;
    }

.small_price {
    vertical-align: 40%;
    font-size: 0.6em;
}

.byenow_button {
    padding: 5px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: rgb(255, 115, 0);
    margin-bottom: 30px;
    margin-top: 5px;
    cursor: pointer;
}

.byenow_button {
    margin-bottom: 8px;
}

.triplebox_container {
    position: relative;
    display: flex;
    flex-flow: column;
    /*height: 600px;*/
    margin-top: -45px;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 6%;
}

    .triplebox_container.index {
        margin-top: 0px;
    }

    .triplebox_container.indexNeu {
        margin-top: 30px;
    }

.double_flex_container {
    display: flex;
    flex-flow: row;
}


.pover_smallfeaturebox {
    position: relative;
    width: 100%;
    min-height: 680px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .pover_smallfeaturebox.index {
        min-height: 10px;
        cursor: pointer;
    }



.product_featureimage {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

    .product_featureimage.index {
        height: 250px;
    }

#studioimage {
    background-image: url('../media/Surface-Studio.jpg');
}

#laptopimage {
    background-image: url('../media/Surface-Laptop.jpg');
}

#bookimage {
    background-image: url('../media/Surface-Book.jpg');
}

.feature_usericon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    background-image: url('../media/symbols/usericonorange.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*Änderungen für Student*/

.pfb_prod_name.student {
    color: #89cc00;
}

.product_price.student {
    color: #89cc00;
}

.byenow_button.student {
    background-color: #89cc00;
}

.pfd_prod_description.student {
    color: #89cc00;
}

.feature_usericon.student {
    background-image: url('../media/symbols/usericonGreen.png');
}
/*Ende*/

/*Änderungen für Business*/

.pfb_prod_name.business {
    color: #D4021D;
}

.product_price.business {
    color: #D4021D;
}

.byenow_button.business {
    background-color: #D4021D;
}

.pfd_prod_description.business {
    height: 40px;
    color: #D4021D;
    margin-top: 2px;
}

.feature_usericon.business {
    background-image: url('../media/symbols/usericonRed.png');
}
/*Ende*/

.mwLogo {
    position: absolute;
    left: 55px;
    top: 55px;
    height: 55px;
    width: 168px;
    background-image: url('../media/ModernWorkplaceLogo.png');
}


.abo_container {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
    margin-top: -15px;
}

.abo_box {
    position: relative;
    width: 30%;
    height: 57px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all ease 0.1s;
}

.pover_featurebox_business .abo_box {
    background-color: rgb(208, 208, 208);
}

.pover_featurebox_business .user_selection_box {
    background-color: rgb(208, 208, 208);
}

/*.abo_box.aktiv {
        color: #D4021D;
    }*/

.abo_box_innerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6px;
}

.abo_box_price_innerContent {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.month_text {
    font-size: 0.8em;
}

    .month_text.aktiv {
        position: relative;
        top: 23%;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        color: #D4021D;
    }

    .month_text.home.aktiv {
        color: rgb(255, 115, 0);
    }

    .month_text.student.aktiv {
        color: #89cc00;
    }


.direct_buy_line {
    text-align: center;
    font-size: 0.9em;
}

.direct_buy_link {
    color: #D4021D;
    text-decoration: underline;
    cursor: pointer;
}


.price_container {
    position: relative;
    height: 95px;
}

    .price_container.business {
        position: relative;
        height: 115px;
    }

    .price_container.small {
        position: relative;
        top: 26px;
        height: 43px;
    }


.statt_text {
    font-size: 0.8em;
    color: rgb(115, 115, 115);
}

    .statt_text.small {
        font-size: 0.7em;
    }


.discount_text {
    font-size: 1.2em;
}

#pover_json_container {
    position: relative;
}

/*Filter*/
.filter_container {
    position: relative;
    padding-right: 9px;
    padding-bottom: 45px;
    background-color: #fff;
    display: flex;
    flex-flow: row;
}

.filter_right {
    position: relative;
    width: 50%;
}

.filter_left {
    position: relative;
    width: 50%;
}

.filter_blocks {
    position: relative;
    float: right;
    width: 100%;
    font-size: 1.1em;
}


.filter_text {
    position: relative;
    top: 9px;
    left: 12px;
    color: #D4021D;
    font-weight: 600;
    font-size: 0.9em;
}

    .filter_text.home {
        color: rgb(255, 115, 0);
    }

    .filter_text.student {
        color: #89cc00;
    }

    .filter_text.hidden {
        display: none;
    }

.selected_text {
    position: relative;
    margin-right: -9px;
    z-index: 6;
    background-color: #eee;
}

.filter_text_line {
}

.filter {
    position: relative;
    background-color: #E9E9E7;
    width: 24%;
    min-width: 155px;
    cursor: pointer;
    height: 42px;
    margin-top: 9px;
    margin-left: 9px;
    float: left;
    z-index: 1009;
}


    .filter.aktiv {
        background-color: #D4021D;
        color: #fff;
    }

    .filter.home.aktiv {
        background-color: rgb(255, 115, 0);
    }

    .filter.student.aktiv {
        background-color: #89cc00;
    }

    .filter span {
        position: absolute;
        top: 5px;
        transform: translateY(18%) translateX(12px);
    }

.filter_indi_button {
    position: relative;
    background-color: #E9E9E7;
    width: 49%;
    height: 41px;
    min-width: 155px;
    cursor: pointer;
    margin-top: 9px;
    float: right;
    z-index: 1009;
}



    .filter_indi_button span {
        position: absolute;
        top: 5px;
        left: 45px;
        transform: translateY(18%) translateX(12px);
    }



    .filter_indi_button.aktiv {
        background-color: #D4021D;
        color: #fff;
    }

    .filter_indi_button.home.aktiv {
        background-color: rgb(255, 115, 0);
    }

    .filter_indi_button.student.aktiv {
        background-color: #89cc00;
    }

    .filter_indi_button.aktiv .filter_arrow {
        background-image: url('../media/symbols/pfeil_unten.png');
    }

.filter_arrow {
    background-image: url('../media/symbols/pfeil_unten_grey.png');
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 8px;
    transition: transform 0.5s;
}

.filter_suche {
    position: relative;
    background-color: #E9E9E7;
    width: 49%;
    height: 42px;
    min-width: 155px;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 9px;
    float: right;
}





.filter_indi_box {
    position: absolute;
    background-color: #eee;
    top: 111px;
    left: 0;
    width: 100%;
    min-width: 428px;
    z-index: 1019;
}


.filter_indi_header {
    position: relative;
    background-color: #D4021D;
    height: 50px;
    width: 100%;
}

    .filter_indi_header.home {
        background-color: rgb(255, 115, 0);
    }

    .filter_indi_header.student {
        background-color: #89cc00;
    }

    .filter_indi_header div {
        color: #fff;
        position: relative;
        top: 8px;
        left: 17px;
        font-size: 1.2em;
    }

.filter_indi_container {
    position: relative;
    top: 8px;
    width: 100%;
    height: 740px;
    display: flex;
    flex-flow: column;
    background-color: #fff;
}

.filter_indi {
    position: relative;
    height: 42px;
    font-size: 1.1em;
    cursor: pointer;
}

    .filter_indi.aktiv {
        color: #D4021D;
        background-color: rgb(208, 208, 208);
        background-image: url('../media/symbols/x_blau.svg');
        background-size: 17px 17px;
        background-position: 96% 13px;
        background-repeat: no-repeat;
    }

    .filter_indi.home.aktiv {
        color: rgb(255, 115, 0);
        background-image: url('../media/symbols/x_orange.svg');
    }

    .filter_indi.student.aktiv {
        color: #89cc00;
        background-image: url('../media/symbols/x_gruen.svg');
    }

    .filter_indi:hover {
        background-color: rgba(212,2,29,1);
        color: #fff;
    }

    .filter_indi.home:hover {
        background-color: rgb(255, 115, 0);
        color: #fff;
    }

    .filter_indi.student:hover {
        background-color: #89cc00;
        color: #fff;
    }

    .filter_indi span {
        position: relative;
        top: 5px;
        left: 17px;
    }


.filter_del {
    position: relative;
    z-index: 12;
    height: 32px;
    font-size: 0.6em;
    color: #333;
    cursor: pointer;
}

    .filter_del.hidden {
        display: none;
    }

.such_placeholder {
    position: absolute;
    left: 55px;
    top: 10px;
}


.such_icon {
    position: absolute;
    background-color: #fff;
    width: 42px;
    height: 42px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../media/symbols/search.svg');
}


.triplebox_title {
    position: relative;
    left: 80px;
    top: 22px;
    font-size: 2.2em;
    font-weight: 600;
}


.side_menu_content {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


@media screen and (orientation: landscape) {
    /*.compare_container {
        width: 70%;
        margin-left: 15%;
    }*/

    .triplebox_container {
        margin-left: 7%;
        margin-right: 8%;
    }
}


.ButtonWithLoader, .muiButtonMarketPlaceMenuLongWithLoader {
    width: calc(96% - 9px) !important;
    bottom: -41px !important;
}



.marketPlaceMenuCoverDiv {
    height: 1px !important;
}

.marketPlaceInputInfoToolTipLabelCreateCustomer {
    left: 2px !important;
    top: 7px !important;
    width: calc(96% - 2px) !important;
    height: 21px !important;
    padding: 5px !important;
}


.marketPlaceMenuLabelCustomerDetailsFirmName:first-child {
    margin-top: 0px;
    height: 53px;
}