html, body {
    font-family: 'open-sans', arial, sans-serif;
}

body{
    /*overflow-x: hidden;
    overflow: hidden;*/
}

.modal {
        z-index: 1050;
        overflow-x: hidden;
        overflow-y: auto;
}

.container, .container-fluid{
    width: 100%;
}

.col-xs-2, .col-xs-4, .col-xs-6{
    padding: 0;
    margin: 0;
}

.container-fluid{
    padding: 0;
    margin: 0;
}

.border1 {
    background: url('../img/VSKE-assets/blaublaublau.png') repeat-x;
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: 700;
    bottom: 0;
}

.bordertop {
    background: url('../img/VSKE-assets/blaublaublau.png') repeat-x;
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: 1000;
}


#background-image{
    background: #ffffff;
    height: 100vh;
    width: 100%;
    position: relative;
}

#overlay{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

ul li{
    list-style-type: none;
}

#form-section{
    width: 100%;
    max-width: 280px;
    min-height: 100vh;
    position: relative;
    background: #235fac;
    z-index: 800;
    overflow: auto;
}

#form-section > img{
    width: 100%;
    height: 100%;
}

#herzlich img{
    min-width: 60%;
    max-width: 165px;
}

#herzlich h1 {
    font-size: 70px;
    color: #ffa800;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.9;
    word-break: break-all;
}


#information{
    margin-top: 120px;
    padding: 0 70px 0 70px;
    height: calc(100vh - 121px);
}

#text{
    margin-top: 50px;
}

#text p{
    color: gray;
    font-size: 18px;
    font-weight: 300;

}

#vske-logo{
    /*position: absolute;
    top: 6%;*/
    width: 100%;
    text-align: center;
    padding-top: 20%;
}

#input-section{
    /*position: absolute;
    top: 35%;
    left: 0;*/
    width: 100%;
    padding-top: 30%;
}

#mySearch {
    background: #ffffff;
    width: 80%;
    margin: 10px 0 0 8%;
    padding: 10px;
    color: #000000 !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.fake-button {
    display: none;
}

#mySearch::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000 !important;
}
#mySearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000 !important;
    opacity:  1;
}
#mySearch::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000 !important;
    opacity:  1;
}
#mySearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000 !important;
}


#form-section #input-message{
    /*position: absolute;*/
    width: 100%;
    /*top: 20%;
    left: 0;*/

}

#form-section form{
    margin: 0 auto;
    width: 70%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}


@media screen and (max-width: 860px) {
    #herzlich h1 {
        font-size: 40px;
    }
}

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

    #mySearch {
        width: 55%;
    }
    .product-listing {
        padding: 0;
    }
    .fake-button {
        display: inline;
        background: #235fac;
        width: 22%;
        border: 1px solid #ffffff;
        border-radius: 50px;
        text-align: center;
        padding: 10px;
    }

    #form-section form{
        margin-left: 17%;
    }

    #form-section{
        height: auto;
        width: 100%;
        max-width: none;
    }
    .border1 {
        display: none;
    }

    #vske-logo {
        padding-top: 5%;
    }
    #input-section {
        padding-top: 10%;
    }
    .bottom-wrapper {
        margin-left: 17% !important;
        margin-top: 30px !important;
    }
}

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


    #information{
        padding: 20px;
    }


    #form-section form{
        margin-left: 15%;
    }

    #overlay .col-xs-6{
        width: 100%;
    }

    #form-section{
        width: 100%;
    }



}

#input-section p{
    margin-bottom: 25px;
}

input{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid lightgray;
    width: 100%;
    color: white!important;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
}


span#password-reset{
    margin-left: 50px;
}

#registration a, #forgot-password a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}


#register-success-message, #confirmation-success-message{
    display: none;
    border-radius: 0!important;
    width: 100%;
}

#register-success-message a{
    display: none;
}

#error-messages-wrapper, #confirmation-error-messages-wrapper, #login-error-messages-wrapper{
    width: 100%;
    margin-bottom: 20px;
    background-color: #FA0900;
    border-radius: 2px;
    padding: 15px 42px;
    box-sizing: border-box;
    color: white;
    display: none;
    letter-spacing: 2px;
}

#login-error-messages-wrapper{
    color: white;
}

#login-error-messages-wrapper .tenantLink
{
	margin-top: 5px;
}

#login-error-messages-wrapper .tenantLink a
{
	color: #fff;
	font-size: 80%;
}


#login-error-messages-wrapper ul{
    margin: 0;
    padding: 0;
}


#confirmation-error-messages-wrapper p, #login-error-messages-wrapper p{
    color: white;
}

#error-messages-wrapper ul, #confirmation-error-messages-wrapper{
    margin: 0;
    padding: 10px;
    list-style-type: none;
    margin-bottom: 15px;
}

#error-messages-wrapper ul li, #confirmation-error-messages-wrapper ul li,
#login-error-messages-wrapper ul li, #set-new-password-error-messages-wrapper{
    color: white;
    font-size: 17px;
    font-weight: 400;
}


button#register-button, button#login-button, button#confirmation-button{
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    background: #ffffff;
    font-weight: bold;
    color: #3D6EAA;
    width: 100%;
    border: none;
}


@media all and (max-width: 767px){
    #overlay{
        left: 0;
    }
}


#wrapper > div{
    float: left;
}

#sidebar{
    background: #235fac;
    min-height: 100vh;
    height: auto;
    /*width: 230px;*/
    padding: 30px 0;
    /*position: relative;*/
}

#sidebar div#logo{
    /*position: absolute;
    top: 3%;
    width: 100%;
    left: 0;*/
    text-align: center;
}

#sidebar #nav-responsive{
    /*position: absolute;
    top: 40px;
    left: 88%;*/
    cursor: pointer;
    display: none;
}



div#agb{
    position: absolute;
    bottom: 1%;
    left: 12%;
    color: #91A4D0;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
}

div#registration a, div#forgot-password a{
    font-size: 14px;
    font-weight: 300;
}

#forgot-password-info-msg{
    width: 100%;
    padding: 20px;
    margin-top: 60px;
}

#forgot-password-info-msg p{
    letter-spacing: 1px;
    color: black;
}

div#registration{

    margin-top: 30px;
}

div#forgot-password{
    margin-top: 20px;
}

div.bottom-wrapper-sidebar {
    margin: 0 auto;
    width: 70%;
    /* float: right; */
    /* margin-right: 17%; */
    padding-top: 100px;
}

div.bottom-wrapper {
    margin: 0 auto;
    width: 70%;
}

div.bottom-wrapper p,
div.bottom-wrapper-sidebar p {
    margin: 0;
}

div#impressum{
    /*position: absolute;
    right: 15%;
    bottom: 1%;*/
    width: 50%;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

div.bottom-wrapper-sidebar div#impressum {
    width: 100%;
    text-align: center;
}


div.bottom-wrapper-sidebar #language {
    color: #91A4D0;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    /* float: right; */
    margin: 0 auto;
    width: 60%;
    overflow: auto;
}
div.bottom-wrapper-sidebar #language a.en,
div.bottom-wrapper-sidebar #language a.de {
    margin: 0 0 20px;
    display: block;
    float: left;
    width: 40%;
    cursor: pointer;
    padding: 0;
}

div.bottom-wrapper-sidebar #language a:last-child {
    float: right;
}

div.bottom-wrapper div#impressum {
    float: left;
}


div.bottom-wrapper #language {
    color: #91A4D0;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    float: right;
    margin: 0 auto;
    width: 50%;
    overflow: auto;
}
div.bottom-wrapper #language a.en,
div.bottom-wrapper #language a.de {
    margin: 0 0 20px;
    display: block;
    float: right;
    width: 30%;
    cursor: pointer;
    padding: 0;
}

div.bottom-wrapper #language a:last-child {
    margin-right: 8px;
}



#language a span.de {
    background: url("../img/flag_deutsch.png") no-repeat;
    width: 53px;
    height: 32px;
    display: block;
}

#language a span.en {
    background: url("../img/flag_englisch.png") no-repeat;
    width: 53px;
    height: 32px;
    display: block;
}

div.border{
    padding: 10px 10px 0 10px;
    margin: 20px;
}

p.border{
    width: 80%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #969696;
}

#bar1, #bar2, #bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFFFFF;
    margin: 6px 0;
    transition: 0.4s;
}

.change #bar1 {
    -webkit-transform: rotate(-35deg) translate(-9px, 6px) ;
    transform: rotate(-42deg) translate(-9px, 6px) ;
}

.change #bar2 {opacity: 0;}

.change #bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(42deg) translate(-8px, -8px) ;
}

#sidebar div#navigation{
    /*position: absolute;
    top: 30%;
    left: 0;*/
    width: 100%;
    text-align: center;
}

#navigation ul{
    list-style-type: none;
    margin: 30% auto 0;
    /* margin-left: 0; */
    padding: 0;
    width: 80%;
}

ul div.overlay{
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    margin-top: -20px;
}


#navigation ul li{
    margin: 0 auto;
    position: relative;
    text-align: center!important;
    /* width: 80%; */
}

#navigation ul li p{
    color: white;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px
}

#navigation ul li p.border{
    border-bottom: 2px solid rgba(255,255,255,0.5);
    width: 90px;
    margin: 0 auto;
}

#navigation a, #product-and-substrate a{
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

#product-and-substrate{
    background-color: #ffffff;
    margin: 0;
}

#product-and-substrate .col-xs-12{
    text-align: center;
}


#navigation ul li p span{
    font-weight: 500;
}


#product-list{
    background-color: #F2F2F2;
    /*width: 440px;*/
    height: 100vh;
    /*margin-left: -50px;*/
    overflow: auto;
    overflow-x: hidden;
    padding-top: 110px;
}



#product-details{
    height: 100vh;
    padding: 160px 50px;
    overflow-x: hidden;

}

.media-body h4{
    font-size: 30px;
    color: #336BAD;
    font-weight: 400;
    letter-spacing: 3px;
}

@media screen and (max-width: 500px){
    .media-body h4{
        font-size: 25px;
        letter-spacing: 2px;
    }
}

.media-body p{
    letter-spacing: 2px;
    font-size: 17px;
    color: #5E5E5E;
}

.media-left{
    position: relative;
    top: -10px;
}

#product-question-and-answer-list{
    margin-top: 50px;
}

#product-question-and-answer-list h4{
    margin-bottom: 35px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}



#product-question-and-answer-list .fa-caret-up, .fa-caret-down,
#product-question-and-answer-list .fa-angle-up, .fa-angle-down{
    color: #235fac;
    font-size: 25px;
    cursor: pointer;
    margin-left: 10px;
    /*position: relative;
    top: 5px;*/
    float: right;
    font-weight: bold;
}

.answer-list{
    background-color: #F2F2F2;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 40px;
    position: relative;
    /*min-height: 200px;*/

}

.answer-list.collapse.in{
    display: flex;
}

.answer-list .warn, #hint .warn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.answer-text span.green {
    color: #2dc300;
}

.answer-text span.orange {
    color: #ff6c00;
}

.answer-text span.red {
    color: #ff0000;
}

.answer-list .color0{
    background-color: gray;
}

.answer-list .color1{
    /*background-color: #2dc300;*/
    background-color: gray;
}

.answer-list .color2{
    /*background-color: #ff6c00;*/
    background-color: gray;
}

.answer-list .color3{
    /*background-color: #ff0000;*/
    background-color: gray;
}

.answer-list .color4{
    background: #2dc300; /* Old browsers */
    background: -moz-linear-gradient(top, #2dc300 0%, #2dc300 50%, #ff6c00 51%, #ff6c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2dc300 0%,#2dc300 50%,#ff6c00 51%,#ff6c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2dc300 0%,#2dc300 50%,#ff6c00 51%,#ff6c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc300', endColorstr='#ff6c00',GradientType=0 ); /* IE6-9 */
}
.answer-list .color5{
    background: #ff6c00; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6c00 0%, #ff6c00 50%, #ff0000 51%, #ff0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff6c00 0%,#ff6c00 50%,#ff0000 51%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff6c00 0%,#ff6c00 50%,#ff0000 51%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
.answer-list .color6{
    background-color: #ff0000;
}


.answer-list .answer-text, .answer-list #answer-text, #hint #hint-text{
    height: 100%;
    min-height: 40px;
    color: gray;
    font-size: 14px;
    flex: 1;
    padding: 10px;
}

div#answer-text li span,
div.answer-text li span{
    margin-left: -15px;
}



#product-header{
    color: #13559E;
    font-size: 19px;
    font-weight: 600;
    line-height: 40px;
    border-bottom: 2px solid #13559E;
    margin-left: 8%;
    width: 80%;
    margin-top: 30px;
}


#product-list .product{
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    color: #727272;
    cursor: pointer;
    padding: 35px 50px 35px 35px;
    position: relative;
    margin-top: 2px;
    padding-left: 10px;
}

#product-list .type-1{
    border-left: 25px solid #2dc300;
}

#product-list .type-2{
    border-left: 25px solid #ff6c00;
}

#product-list .type-3{
    border-left: 25px solid #ff0000;
}

#product-list .type-4{
    background: #2dc300; /* Old browsers */
    background: -moz-linear-gradient(top, #2dc300 50%, #ff6c00 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2dc300 50%,#ff6c00 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2dc300 50%,#ff6c00 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc300', endColorstr='#ff6c00',GradientType=0 ); /* IE6-9 */
    -moz-background-size:26px 100%;
    background-size:26px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}
#product-list .type-4 span,
#product-list .type-5 span {
    border-left: 25px solid transparent;
    display: block;
}
#product-list .type-5{
    background: #ff6c00; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6c00 50%, #ff0000 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff6c00 50%,#ff0000 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff6c00 50%,#ff0000 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    -moz-background-size:26px 100%;
    background-size:26px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}

#product-list .type-6{
    border-left: 25px solid #ff0000;
    /*background: url('../img/icon_warn.png') no-repeat;*/
}

input[type=checkbox] {
    width: 20px;
}



.arrow-right:after{
    font-size: 30px;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 85%;
    top: 26%;
}

.arrow-up:after{
    font-size: 30px;
    content: "\f106";
    font-family: FontAwesome;
    margin-left: 20px;
    width: 100%;
    height: 100%;
}

.arrow-down:after{
    font-size: 30px;
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 20px;
    width: 100%;
    height: 100%;
}

#product-list .product:hover{
    background-color: #D9D9D9;
}

#product-logo, #substrate-logo{
    position: relative;
    text-align: center;
    margin-top: 150px;
}

#substrate-logo{
    margin-top: 158px;
    opacity: 0.4;
}

a#substrate, a#products{
    display: inline-block;
}


div#product-logo img#product, div#substrate-logo img#substrate{
    width: 50%;
    margin-top: 25px;
    text-align: center;
    position: relative;
}

#substrate-text{
    margin-left: -45%;
}

#product-text {
    /* margin-left: -48%; */
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 70px;
    padding: 20px 100px;
    -webkit-box-shadow: 5px 5px 39px 34px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 39px 34px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 39px 34px rgba(0,0,0,0.25);
}

.media, .media-body{
    overflow: initial;
}


div#substrate-logo .image-button{
    cursor: not-allowed;
}


.image-button{
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    /*left: 18%;*/
    left: 0;
}

.image-button img{
    max-width: 100%;
    width: 75%;
}

a.disabled{
    opacity: 0.4;
}

li#substrate{
    display: none;
}


.product-button-text{
    color: #0E519E;
    font-weight: bold;
}

#substrate-logo img#substrate{
    width: 80%;
    height: 80%;
    margin-top: 20px;
}


.product-button-text span{
    cursor: pointer;
}

#accounts-table{
    margin-top: 70px;
    height: 100vh;
    overflow-y: auto;
}

#accounts-table table *{
    border: none;
}
#accounts-table table th{
    color: #235fac;
}

#accounts-table tbody tr:first-child{
    color: #4572AC;
    border-top: 2px solid #4572AC;
}

@media screen and (min-width: 769px){
    #accounts-table tbody tr:nth-child(even){
        background-color: #E6E6E6;
    }
}

@media screen and (max-width: 768px){
    table.small-only:nth-child(even){
        background-color: #E6E6E6;
    }
    #accounts-table tbody tr:first-child{
        border: none;
    }
}


#accounts-table td{
    color: #6E6E6E;
    font-size: 16px;
    line-height: 210%;
    font-weight: 400;
    word-break: break-all;
}

#account-configuration, #account-configuration img{
    cursor: pointer;
}

td#edit-logo img{
    width: 35px;
    height: 35px;
}

.modal-header{
    border: none;
    padding: 25px;
}

.modal-header .close{
    opacity: 1;
}

span.date{
    cursor: pointer;
}

span.date img{
    margin-top: -25px;
    float: right;
}

.ui-widget.ui-widget-content{
    /*margin-left: -230px!important;*/
    margin-top: 15px!important;
    margin: 0 auto;
    width: 100%;
}

.modal-header .close img{
    width: 20px;
    height: 100%;
}

.modal-content{
    border-radius: 0;
    /*width: 900px;
    margin-left: -50px;*/
}

.modal .modal-body{
    padding: 0 25px;
    letter-spacing: 1px;
}



.modal .modal-body h3{
    font-size: 19px;
}

.modal-body hr{
    border-top: 3px solid #eee;
    margin-top: 12px!important;
}

#calendar img{
    width: 30px;
    height: 100%;
    margin-top: -5px;
    cursor: pointer;
}

button#password-reset{
    border-radius: 20px;
    padding: 3px 10px;
    background-color: #124FA0;
    margin-top: -3px;
}

.modal-footer{
    border: none;
    margin-top: 35px;
}

.modal-footer #loschen{
    /*background-color: #4B4B4B;*/

}

.modal-footer #speichern{
    background-color: #0F539E;
}

.modal-footer button{
    border-radius: 20px;
    padding: 10px 40px;
    color: white;
}

.scroll-top-wrapper {
    width: 47px;
    height: 47px;
    margin: 0 auto 10px;
    cursor: pointer;
    /* position: fixed; */
    /* right: 30px; */
    /* bottom: 30px; */
    /*opacity: 0;*/
    /*visibility: hidden;*/
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    line-height: 47px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 24px;
    background-color: #235fac;
    -webkit-transition: background-color .15s ease-out,color .15s ease-out;
    -moz-transition: background-color .15s ease-out,color .15s ease-out;
    transition: background-color .15s ease-out,color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.scroll-top-wrapper:hover {
    background-color: #235fac;
}

.scroll-top-wrapper:hover i.fa {
    color: #ffffff;
}

.scroll-top-wrapper.show {
    cursor:pointer;
    visibility:visible;
    /*opacity: 1.0;*/
    animation: slide 1s;
}


@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}
/*************** END SCROLL TO TOP BUTTON ******************/


@media screen and (max-width: 768px){
    body {
        overflow-x: hidden;
        overflow-y: visible;
    }
    .scroll-top-wrapper {
        display: block;
    }
    div#forgot-password {
        margin-top: 30px;
        float: right;
    }
    #login-sidebar{
        margin: 0;
        padding: 0;
    }

    div#registration {
        margin-top: 30px;
        float: left;
    }
    #product-text {
        box-shadow: 5px 5px 47px 15px rgba(0,0,0,0.25);
        padding: 20px;
    }

    #information {
        display: none;
    }
    #product-list, #product-details{
        margin: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-left: 15px;
    }
    #product-details{
        padding: 50px 25px;
    }

    .col-xs-12{
        width: 100%!important;
        /*padding-right: 0;*/
    }

    #sidebar{
        width: 100%;
        /*height: 230px;*/
        min-height: auto;
        padding: 30px 30px;
    }

    .col-sm-3{
        width: 100%;
    }

    #sidebar #navigation ul{
        display: none;
        margin-top: 0;
        width: 100%;
    }

    #error-messages-wrapper,
    #confirmation-error-messages-wrapper,
    #login-error-messages-wrapper {
        padding-left: 17%;
    }

    div#agb {
        left: 17%;
    }

    div#impressum {
        right: 14%;
    }

     .bordertop {
        display: none;
    }

    #sidebar #navigation ul li {
        /*float: left;*/
        /*margin-right: 10px;*/
        width: 50%;

    }

    #sidebar #navigation ul li img {
        width: 25%;
    }

    #sidebar #navigation ul li:nth-child(2) img {
        width: 19%;
    }

    #sidebar #navigation ul li:nth-child(3) img {
        width: 24%;
    }

    #sidebar #navigation ul li p.border {
        /*display: none;*/
    }

    #sidebar #logo{
        left: 33%;
    }

    #sidebar #nav-responsive{
        display: block;
    }

    #information{
        margin-top: 0;
    }

    div#product-logo img#product, div#substrate-logo img#substrate{
        min-width: 60%;
        width: 60%;
    }

    #product-logo, #substrate-logo{
        margin-top: 15px;
    }

    div.bottom-wrapper-sidebar div#impressum {
        width: 100%;
        text-align: center
    }


    div.bottom-wrapper-sidebar #language {
        color: #91A4D0;
        font-weight: 400;
        letter-spacing: 1px;
        cursor: pointer;
        /* float: right; */
        margin: 0 auto;
        width: 30%;
        overflow: auto;
    }
    div.bottom-wrapper-sidebar #language a.en,
    div.bottom-wrapper-sidebar #language a.de {
        margin: 0 0 20px;
        display: block;
        float: left;
        width: 40%;
        cursor: pointer;
        padding: 0;
    }

    div.bottom-wrapper-sidebar #language a:last-child {
        float: right;
    }


}

.sidebarHeight{
    /*height: 700px!important;*/
    /*height: 100vh!important;*/
}

.visibility{
    display: block!important;
}


@media screen and (min-width: 1200px) and (max-width: 1367px){
    #product-list{
        margin-left: 0;

    }
    #product-details{
        margin-left: 80px;
    }
}

@media screen and (min-width: 800px){
    #accounts-table{
        /*margin-left: -90px;*/
    }

}

@media screen and (min-width: 1024px) and (max-width: 1368px){
    #accounts-table{
        margin-left: 0;
    }
}

@media screen and (max-width: 500px){
    .modal-footer{
        text-align: left;
        padding-left: 60px;
    }

    .image-button{
        /*left: -12%;*/
    }
}

@media screen and (max-width: 767px){
    .modal-footer{
        text-align: left;
        padding-left: 60px;
    }

    .modal-body .col-xs-12{
        /*width: 50% !important;*/
        padding-left: 40px!important;
        padding-right: 80px!important;
    }

    #calendar img{
        margin-left: -60px;
    }

    #button#password-reset{
        margin-left: -50px;
    }

    .modal-body .col-xs-12{
        padding-right: 45px;
    }

}

@media screen and (max-width: 500px){
    .modal-body .col-xs-12{
        /*width: 51% !important;*/
        padding-right: 35px;
    }
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 60%;
        margin: 30px auto;
    }
}


