﻿body {
    width: 100%;
    height: 100%;
    background-color: #eee;
    font-size: 14pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    min-width: 680px;
    -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;
}

a {
    color: rgb(0,158,227);
}

.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: 40px;
    top: 2px;
    height: 50px;
    width: 270px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*RaodShow turn off Buildingclouds*/
    background-image: url('../media/bcLogo.svg');
    /*background-image: none !important;*/
}

    .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: rgb(0,158,227);
}

.businessP {
    color: rgb(0,158,227);
}

.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: #646464;
    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: rgb(0,158,227);
}

.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/Business_Overview_1_FeatureCenter_V1.jpg');
}

#student_img {
    background-image: url('../media/student_01.jpg');
}

#home_img {
    background-image: url('../media/03_home.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(0,158,227,1);
}

#content_box1 .content_footer {
    background-color: rgba(0,158,227,0.4);
}

#content_box2 .content_icon {
    background-image: url('../media/symbols/student_icon.png');
    background-color: rgba(137,204,0,1);
}

#content_box2 .content_footer {
    background-color: rgba(137,204,0,0.4);
}

#content_box3 .content_icon {
    background-image: url('../media/symbols/home_icon.png');
    background-color: rgba(227,124,55,1);
}

#content_box3 .content_footer {
    background-color: rgba(227,124,55,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: 6px;
    left: 13px;
    /*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;
}

    .main_menu_container.menu_Close {
    }

    .main_menu_container.menu_Open {
    }

    .main_menu_container p {
        line-height: 9px;
    }

    .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: relative;
    top: 45px;
    width: 240px;
    right: -33px;
    line-height: 35px;
}

.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: rgba(64,64,64,0.7);
    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.59em !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: 185px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    transition: all ease 0.8s;
    z-index: 1000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

/*News*/
.side_menu_container_news {
    position: fixed;
    color: #fff;
    right: 0;
    top: 245px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
}

    .side_menu_container_news:hover {
        width: 178px;
    }

        .side_menu_container_news:hover #news_text {
            width: 130px;
        }


/*Tutorial*/
.side_menu_container_tut {
    position: fixed;
    color: #fff;
    right: 0;
    top: 305px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
}

    .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: 245px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    transition: all ease 0.8s;
    z-index: 1000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

    .side_menu_container_sup:hover {
        width: 230px;
    }

        .side_menu_container_sup:hover #sup_text {
            width: 181px;
        }

        .side_menu_container_sup:hover .side_menu_container_white {
            right: 0;
        }

        .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: 49px;
    right: -230px;
    transition: right ease 1.1s;
}

    .side_menu_container_white.business {
        color: rgb(0,158,227);
    }

    .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;
        width: 181px;
        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: 48px;
    z-index: 6;
    transition: width ease 0.8s;
    background-color: rgba(64,64,64,0.7);
}

    .slide_menu_text p {
        position: relative;
        top: 14px;
        left: 12px;
        font-size: 1em;
        font-weight: 400;
        white-space: nowrap;
        line-height: 22px;
    }


#side_menu_phone {
    position: relative;
    z-index: 1;
    background-size: 38px 38px;
    background-image: url('../media/symbols/phoneGrey.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/videoGrey.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_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/Mail1Grey.svg');
}

#side_menu_chat {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chatGrey.svg');
}

#side_menu_chat_home {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/chato.svg');
}

#side_menu_home_index {
    position: relative;
    z-index: 1;
    background-image: url('../media/symbols/HouseGrey.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: 19px 19px;
    background-image: url('../media/symbols/EntryW.svg');
}

#side_menu_news {
    position: relative;
    z-index: 1;
    background-size: 19px 19px;
    background-image: url('../media/symbols/Newspaper-01.svg');
}

#side_menu_tut {
    position: relative;
    z-index: 1;
    background-size: 19px 19px;
    background-image: url('../media/symbols/Bulb-01.svg');
}

#side_menu_sup {
    position: relative;
    z-index: 1;
    background-size: 19px 19px;
    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(0,158,227,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: rgb(0,158,227);
    }*/

    .titletext_home #titletext_3 {
        color: rgb(0,158,227);
    }


.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 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;
    padding-top: 70px;
    width: 100%;
    min-height: 895px;
    background-color: rgb(0,158,227);
}

.compare_container {
    position: relative;
    top: 0px;
    right: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 74px;
    margin-left: 85px;
    transition: right ease-in-out 0.5s;
}

    .compare_container.small {
        transform: scale(0.93);
        flex-flow: row;
        /*margin-left: 140px;*/
        float: left;
    }

    .compare_container.stack {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .compare_container.business {
        margin-left: 80px;
        margin-right: 50px;
        justify-content: space-between;
    }

.compare_container_header {
    position: relative;
    bottom: 30px;
    left: 165px;
    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: 100%;
    width: 140px;
    z-index: 10;
    background-color: rgb(0,158,227);
    opacity: 0;
}

    .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 {
        right: 25px;
    }

    .compare_button.right {
        left: 25px;
        transform: rotate(180deg);
    }


.product_box {
    position: relative;
    /*bottom: 80px;*/
    width: 341px;
    min-width: 341px;
    min-height: 660px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    float: left;
}



.product_Header {
    position: relative;
    height: 23px;
}

.product_Name {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
}

    .product_Name.business {
        color: rgb(0,158,227);
    }

    .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: rgb(0,158,227);
}

.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: absolute;
    width: 331px;
    top: 660px;
}


/*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: rgb(0,158,227);
}

.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;
}

.user_selection_box {
    position: relative;
    width: 117px;
    height: 26px;
    font-size: 0.9em;
    border: solid rgb(168, 168, 168) 1px;
    cursor: pointer;
    z-index: 5;
}

    .user_selection_box p {
        padding-top: 2px;
        padding-left: 10px;
        font-size: 0.9em;
    }

    .user_selection_box.business {
        color: rgb(0,158,227);
    }

    .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: rgb(0,158,227);
        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: 15px;
    left: 100px;
    height: 10px;
    width: 11px;
    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: rgb(0,158,227);
    transition-duration: 0.8s;
    transition-property: width;
}

    .side_menu_background.open {
        width: 360px;
    }


.side_menu_burger {
    position: fixed;
    right: 0;
    top: 125px;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    transition: all ease 0.8s;
    cursor: pointer;
    z-index: 1009;
    background-color: rgba(64,64,64,0.7);
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}


.side_menu_pfeil {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 30px;
    height: 30px;
    transition: all ease 0.8s;
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-image: url('../media/symbols/pfeil_links.png');
}

.side_menu_burger.movePfeil .side_menu_pfeil {
    transform: rotate(-180deg);
}

.pov_h2 {
    margin-top: 70px;
    font-weight: 600;
    font-size: 1.8em;
}

    .pov_h2.oben {
        margin-bottom: -30px;
    }

.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;
    left: 0px;
    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;
}



.start {
    cursor: pointer;
    transition: transform ease-out 0.3s;
}

    .start:hover {
        font-weight: 600;
        transform: scale(1.1);
    }



/*LoginMenu*/


.login_menu_container {
    position: absolute;
    top: 100px;
    left: 33px;
    transition: all ease 0.8s;
}

.bc_logo.login {
    margin-left: 8px;
}

.login_header {
    display: none;
    opacity: 0;
    transition: all ease 0.8s;
}

.bc_wolken {
    position: absolute;
    height: 55px;
    width: 315px;
    background-size: 299px;
    background-image: url('../media/symbols/wolkenW.svg');
    background-position: center center;
    background-repeat: no-repeat;
    top: 25px;
    left: 30px;
}

    .bc_wolken.business {
        background-image: url('../media/bcLogoWhite.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: 300px;
    margin-left: auto;
    margin-right: auto;
}


.login_name_field {
    position: relative;
    height: 28px;
    border: solid 1px lightgray;
    background-color: #fff;
}

.login_pw_field {
    position: relative;
    width: auto !important;
    right: 0 !important;
    border: solid 1px lightgray;
    height: 28px;
    margin-top: 13px;
}

.login_icon {
    position: relative;
    left: 7px;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    float: left;
    top: 7px;
    margin-right: 15px;
    z-index: 1;
}

    /*new*/
    .login_icon.share {
        background-image: url('../media/symbols/ShareGrey.svg');
    }

    .login_icon.link {
        background-image: url('../media/symbols/LinkGrey.svg');
    }

    /*old*/
    .login_icon.name.business {
        background-image: url('../media/symbols/Mail1Grey.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/LockGrey.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/IdentityGrey.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/companyGrey.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/HouseGrey.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: 10px;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    float: left;
    top: 8px;
    margin-left: 15px;
    cursor: pointer;
}

    .pw_eye.grey {
        background-image: url('../media/symbols/eyeGrey.svg');
    }

    .pw_eye.business {
        background-image: url('../media/symbols/eyeGrey.svg');
    }

    .pw_eye.home {
        background-image: url('../media/symbols/eyeO.svg');
    }

    .pw_eye.student {
        background-image: url('../media/symbols/eyeG.svg');
    }

.login_name_input {
    position: relative;
    width: 265px;
    border: none;
    height: 22px;
    color: #646464;
    /*bottom: 2px;*/
}

/*Chrome Sonderlocke*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .login_name_input {
        width: 263px;
    }

        .login_name_input:focus {
            outline: none;
        }

    input:focus {
        outline: none;
    }
    input {
        width: 265px !important;
    }
}*/

/*Anpassung für Shop-Filter*/
.such_input {
    width: 254px !important;
}


.login_pw_input {
    position: relative;
    border: none;
    color: #646464;
    top: 0px;
    float: left;
    font-size: 1em;
    left: 0px;
}

/*#logInPw {
    width: 265px;
}*/

/*InputButtons*/

.login_button {
    background-color: #fff;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    line-height: 24px;
    height: 27px;
    cursor: pointer;
    font-size: 0.9em;
    padding-top: 3px;
}

    .login_button.business {
        color: rgb(0,158,227);
    }

    .login_button.home {
        color: #FF7300;
    }

    .login_button.student {
        color: #89cc00;
    }

.register_button {
    background-color: #e4e4e4;
    color: #646464;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    font-size: 0.83em;
    line-height: 24px;
    height: 27px;
    cursor: pointer;
    padding-top: 3px;
}


.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: rgb(0,158,227);*/
    }

    .help_link.home {
        /*color: #FF7300;*/
    }

    .help_link.student {
        /*color: #89cc00;*/
    }
/*RegisterMask*/

.register_menu_container {
    position: absolute;
    width: 362px;
    right: -378px;
    top: 100px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all ease 0.8s;
}


.reg_text {
    font-size: 0.8em;
    width: 84%;
    margin-left: 25px;
    margin-bottom: 24px;
    margin-top: 0px;
    text-align: left;
    color: #fff;
}


.privat_button {
    position: relative;
    top: 3px;
    font-size: 0.9em;
    background-color: #e4e4e4;
    text-align: center;
    width: 162px;
    height: 27px;
    float: left;
    cursor: pointer;
}

    .privat_button.aktiv {
        background-color: #F5F5F5;
        cursor: unset;
    }

    .privat_button.business.aktiv {
        color: rgb(0,158,227);
    }

    .privat_button.home.aktiv {
        color: #FF7300;
    }

    .privat_button.student.aktiv {
        color: #89cc00;
    }

.firm_button {
    position: relative;
    top: 3px;
    font-size: 0.9em;
    background-color: #e4e4e4;
    text-align: center;
    width: 162px;
    height: 27px;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}

    .firm_button.aktiv {
        background-color: #F5F5F5;
        cursor: unset;
    }

    .firm_button.business.aktiv {
        color: rgb(0,158,227);
    }

    .firm_button.home.aktiv {
        color: #FF7300;
    }

    .firm_button.student.aktiv {
        color: #89cc00;
    }


/*InputKasten*/

.reg_input_container {
    position: relative;
    width: 300px;
    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: absolute;
    top: 206px;
    width: 300px;
    height: 600px;
    background-color: rgb(245,245,245);
    padding: 15px;
    padding-top: 5px;
    border: solid 1px lightgray;
    transform: translate(360px, 0);
    transition: all ease 0.8s;
}

.input {
    position: relative;
    width: 100%;
    font-size: 0.9em;
    background-color: #fff;
    height: 27px;
    border: solid 1px lightgray;
    right: 2px;
    margin-top: 10px;
}



/*.input.anrede:hover .dropdown_pfeil {
        transform: rotate(180deg);
    }*/

.dropdown_content {
    position: absolute;
    display: none;
    top: 25px;
    background-color: #ffffff;
    width: 100%;
    border: solid 1px lightgray;
    right: -1px;
    border-top-width: 0px;
    z-index: 50;
}

    .dropdown_content span {
        margin-left: 30px;
    }

.dropdown_anrede {
    position: absolute;
    top: 1px;
    left: 30px;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
}


.dropdown_element.business:hover {
    background-color: rgb(0,158,227);
    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/PersonGrey.svg');
    top: 5px;
}

.login_icon.person.home {
    background-image: url('../media/symbols/PersonO.svg');
    top: -7px;
}

.login_icon.person.student {
    background-image: url('../media/symbols/PersonG.svg');
    top: -7px;
}

.login_icon.person.firm.business {
    background-image: url('../media/symbols/PersonGrey.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: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-image: url('../media/symbols/pfeil_unten_grey.png');
    transform: rotate(0deg);
    transition: transform ease 0.5s;
}


input {
    position: relative;
    width: 265px;
    border: none;
    font-size: 0.9em;
    height: 24px;
    color: #646464;
}

.inputNotValid {
    border: solid 2px #f08080;
    position: absolute;
    right: 0px;
    padding-left: 30px;
}

    .inputNotValid[type=dropdown] {
        width: 100%;
        height: calc(100% + 3px);
        top: -1px;
    }



/*PlaceholderColor*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #646464;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #646464;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #646464;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #646464;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #646464;
}


.AGB_checkBox {
    float: left;
    width: 12px;
    border: solid 1px lightgray;
    left: -1px;
    margin-bottom: 75px;
    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/CheckGrey.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 {
    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: rgb(0,158,227);
    }

    .AGB_text.home a {
        color: #FF7300;
    }

    .AGB_text.student a {
        color: #89cc00;
    }



.confirm_register_button {
    color: #fff;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 27px;
    cursor: pointer;
    font-size: 0.9em;
    padding-top: 3px;
    line-height: 23px;
}



    .confirm_register_button.business {
        background-color: rgb(0,158,227);
    }

    .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: rgb(0,158,227);
        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: rgb(0,158,227);
    }

    .firm_headline.home {
        color: #FF7300;
    }

    .firm_headline.student {
        color: #89cc00;
    }


.next_step {
    position: relative;
    right: -201px;
    top: 15px;
    height: 45px;
    font-size: 0.85em;
    width: 100px;
}

    .next_step.back {
        position: absolute;
        top: calc(100% - 73px);
        right: 215px;
    }

.back .next_step_button {
    transform: rotate(180deg);
}

.last .next_step_button {
    transform: rotate(180deg);
}

.next_step_text {
    position: relative;
    margin-top: 7px;
    margin-left: 7px;
    float: right;
}


    .next_step.last {
        right: 15px;
    }


.last .next_step_text {
    margin-top: 15px;
}	

.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: rgb(0,158,227);
    }

    .next_step_button.home {
        background-color: #FF7300;
    }

    .next_step_button.student {
        background-color: #89cc00;
    }


.step_container {
    position: absolute;
    width: 300px;
    transition: all ease 0.8s;
    background-color: rgb(245,245,245);
}

#step_container_2 {
    transform: translate(360px, 0);
    background-color: rgb(245,245,245);
}

#step_container_3 {
    transform: translate(360px, 0);
    background-color: rgb(245,245,245);
}


/*Impressum*/


.imp_Logo {
    position: relative;
    top: 30px;
    left: 40px;
    width: 300px;
    height: 300px;
}

.wolke {
    background-image: url('../media/symbols/wolkenW.svg');
    width: 350px;
    height: 155px;
    position: relative;
    background-size: 100%;
}

.logo {
    background-image: url('../media/bcLogoGrey.svg');
    width: 343px;
    height: 100px;
    position: relative;
    background-size: 235px;
    background-position: center;
    background-repeat: no-repeat;
}


.imp_menu {
    margin-left: 40px;
    margin-top: -15px;
}

    .imp_menu h1 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .imp_menu p {
        font-size: 0.8em;
        cursor: pointer;
    }

        .imp_menu p.aktiv {
            color: rgb(0,158,227);
            font-weight: 600;
            cursor: default;
        }


.imp_text_container {
    position: absolute;
    top: 45px;
    left: 415px;
    height: 92%;
    background-color: #fff;
    padding: 30px;
    margin-right: 120px;
    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: rgb(0,158,227);
        margin-bottom: 20px;
    }

    .imp_text_container h2 {
        font-size: 1.3em;
        font-weight: 600;
    }

/*Suche*/
.such_input {
    width: 258px;
    height: 40px;
    margin-left: 42px;
    color: #646464;
    /*opacity: 0;*/
    background-color: rgba(255,255,255,0.5);
    text-indent: 10px;
}

    .such_input:focus {
        background-color: rgba(255,255,255,1);
    }

.such_input_wide {
    width: calc(100% - 42px);
}

/*PortalZusatz*/
.message_box {
    position: absolute;
    left: 0px;
    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: auto;
    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_circle2 {
    position: absolute;
    top: 400px;
    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/loading.gif');
    background-color: #fff;
    border-radius: 50%;
}


.loading_circle3 {
    position: absolute;
    /*top: 925px;*/
    left: calc(50% - 65px);
    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: 10px;
    left: 0;
    z-index: 1000;
    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: 40%;
    left: 15%;
    transform: rotate(28deg);
}

.mwst_text_big {
    position: absolute;
    bottom: 0;
    right: 40px;
    font-size: 1.1em;
    background-color: #eee;
    padding: 5px 10px;
    z-index: 11;
}

select {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    top: 1px;
    width: 270px;
    height: 25px;
    border: none;
    color: #646464;
    font-size: 0.9em;
}

    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;
    }


    select.business > option:hover {
        background-color: rgb(0,158,227);
        color: #fff;
    }

    select.home > option:hover {
        background-color: #FF7300;
        color: #fff;
    }

    select.student > option:hover {
        background-color: #89cc00;
        color: #fff;
    }



option:focus {
    background-color: #fff;
}

select.business > option:checked {
    background-color: rgb(0,158,227);
    color: #fff;
}

select.home > option:checked {
    background-color: #FF7300;
    color: #fff;
}

select.student > option:checked {
    background-color: #89cc00;
    color: #fff;
}


#firmCountry:focus {
    background-color: #fff;
}

.msgBox {
    position: fixed;
    display: none;
    left: 0px;
    right: 0px;
    top: 30%;
    margin: auto;
    background-color: #fff;
    width: 500px;
    z-index: 1001;
    transform: translate(-450%, 0px);
    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: relative;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    width: 450px;
    margin: auto;
}

.msgBoxButton {
    position: relative;
    top: -24px;
    margin-top: 77px;
    left: 389px;
    color: #fff;
    width: 55px;
    height: 30px;
    padding-left: 25px;
    cursor: pointer;
    line-height: 33px;
}


    .msgBoxButton.business {
        background-color: rgb(0,158,227);
    }

    .msgBoxButton.home {
        background-color: #FF7300;
    }

    .msgBoxButton.student {
        background-color: #89cc00;
    }


#loading_circle_end_user_reg {
    bottom: 80px;
    left: 0px;
    background-size: 32px 32px;
}

#loading_circle_end_firm_reg {
    bottom: 69px;
    left: 0px;
    background-size: 32px 32px;
}

.linerGradient {
    position: relative;
    bottom: -5px;
    height: 19px;
    width: 100%;
    z-index: 11;
    background: linear-gradient(to bottom, rgb(0,158,227), transparent);
}

.linerGradient2 {
    position: relative;
    left: 346px;
    top: -30px;
    height: 100%;
    width: 14px;
    z-index: 11;
    background: linear-gradient(to left, rgb(0,158,227), 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: row;
    float: left;
    transition: left ease-in-out 0.5s;
}


    .special_offer_container .product_box {
        transform: scale(0.93);
        margin-right: 0px;
    }


.business_icon {
    position: absolute;
    top: -71px;
    background-image: url('../media/symbols/business_icon.png');
    background-color: rgba(64,64,64,0.7);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 48px;
    height: 48px;
}



.wp_iframe {
    border: none;
    width: calc(16px + 100%);
    height: calc(100% - 5px);
}




/*Ausblenden der Buttons*/
#side_menu_burger, #side_container_news, #home_tile, #side_container_login {
    display: none;
}




/*InfoTiles*/

.infoTile {
    background-color: #fff;
    position: relative;
    width: 341px;
    height: 207px;
    padding: 25px;
    margin-right: 40px;
    margin-top: 40px;
    cursor: pointer;
}

    .infoTile h2 {
        color: rgba(64,64,64,0.7);
        font-size: 1.5em;
        font-weight: 600;
    }

/*.infoTile p {
        position: absolute;
        bottom: 25px;
    }*/


.infoTile_Element {
    position: absolute;
    right: 36px;
    top: 20px;
    font-size: 1.8em;
    color: rgba(64,64,64,0.7);
}



.infoTile_Header {
    font-size: 2.2em;
    font-weight: 600;
}

.infoTiles_box_container {
    display: grid;
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    justify-content: flex-start;
    -webkit-column-gap: 2.75%;
    -moz-column-gap: 2.75%;
    column-gap: 2.75%;
    margin-right: 5%;
}


.infoTiles_box_ground {
    margin: 80px;
    margin-right: 40px;
    display: none;
}

.shopTilesContainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 68px;
    margin-right: 25px;
    margin-bottom: 10px;
    transition: left ease-in-out 0.5s;
    margin-left: 55px;
}

.bookmarks_container_class {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}

.bookmarks_productContainer_class_outerScroll {
    position: absolute;
    bottom: 103px;
    width: 300px;
    height: 520px;
    background-color: rgb(245,245,245);
    padding: 15px;
    padding-top: 5px;
    transition: all ease 0.8s;
    margin-left: 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #646464;
    overflow: hidden;
}

.bookmarks_productContainer_class_innerScroll {
    width: 333px;
    height: calc(100% - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.reg_text_bookmarks {
    font-size: 1.4em;
    width: auto;
    margin-left: 31px;
    margin-bottom: 24px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.8s;
    margin-top: 50px;
    position: absolute;
    left: 114px;
    top: 20%;
}

.bookmark_prod_cont {
    width: 263px;
    height: 70px;
    margin-top: 10px;
    background-color: #e4e4e4;
}

.bookmark_prod_picture {
    width: 84px;
    height: 70px;
    position: relative;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.bookmark_prod_descr {
    position: relative;
    width: 159px;
    height: 50px;
    left: 92px;
    top: -68px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9em;
}

.bookmark_prod_delete {
    left: 270px;
    top: -120px;
    width: 30px;
    height: 70px;
    position: relative;
    background-size: 20px;
    background-position: center;
    background-image: url("../../MMUI/icons/menuicons/Garbage.png");
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: rgb(150, 150, 150);
}

    .bookmark_prod_delete:hover {
        background-color: rgb(230, 230, 230);
    }

.bookmark_prod_price {
    left: 70px;
    bottom: 145px;
    width: 186px;
    height: 30px;
    position: relative;
    text-align: right;
    font-size: 0.9em;
}

.bookmark_loginBtn_container {
    position: absolute;
    bottom: 103px;
    width: 300px;
    height: 45px;
    background-color: rgb(245,245,245);
    padding: 15px;
    padding-top: 5px;
    transition: all ease 0.8s;
    margin-left: 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #646464;
    overflow: hidden;
}

.filter.selectedFilter {
    background-color: rgb(0,158,227);
    color: rgb(255,255,255);
}



/*SLIDER1*/


.business_icon.neu {
    position: relative;
    margin-top: 58px;
    top: 0px;
    left: 80px;
}

.pover_master_title.neu {
    position: relative;
    padding-left: 65px;
    left: 80px;
    top: -40px;
}

#slider_container {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

    #slider_container ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 200px;
        list-style: none;
    }

        #slider_container ul li {
            position: relative;
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 300px;
            background-size: cover;
            text-align: center;
            line-height: 300px;
        }

.slider_prev, .slider_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

    .slider_prev:hover, .slider_next:hover {
        opacity: 1;
        -webkit-transition: all 0.2s ease;
    }

.slider_prev {
    border-radius: 0 2px 2px 0;
}

.slider_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}



.data_container {
    position: absolute;
    bottom: 14px;
    width: 340px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size:0.9em;
}

/*    .data_container a, a:visited {
        color: white !important;
    }*/

.LoginHint {
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #fff;
    font-size: 0.8em;
    color: rgb(88 88 90);
    max-width: 270px;
    transition: all ease 0.8s;
    display:none;
}


.mwstText {
    display: block;
    color: rgb(70, 70, 70);
    font-size: 13px;
    margin-left: 35px;
}

.shopProdPriceContainer {
    position: relative;
    bottom: 10px;
}


.menu_text {
    position: relative;
    top: 100px;
    left: 27px;
    line-height: unset !important;
    width: 296px;
}
