html {
    overflow-y: scroll;
}

.primary-bg-color{background-color: #fff;}

header.header{background-color: #404040;}
header.header .navbar-nav a{color: #fff;}
header.header .navbar-nav a.dropdown-item{color: #000;}
header.header .navbar-nav .dropdown-item:focus, header.header .navbar-nav .dropdown-item:hover{
    background-color: #e5e5e5;
}

footer.footer{background-color: #34495e;}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}



.av-dsgvo .card-header{
    background-color: #d9534f;
}
.av-dsgvo .card-header h3{
    color: #fff;
}
.av-dsgvo .list-group div{background: #ffebeb;}

.small-kb-articles-modify{font-size:60%;color: #909090;}

/*WARENKORB*/
#order-standard_cart textarea{min-height:100px;}


.videodiv {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; /*ggf. padding-top: 25px;*/
    height: 0;
   }
   
   .videodiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }
   
/*Borders weg*/
.client-home-cards .list-group .list-group-item{border-bottom: unset;}
.table td, .table th{border-top: unset;}