#seiteDesign .seiteKorb {
    border-bottom: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}

#seiteDesign .seiteKorb .productImage {
    width: 100%;
    height: auto;
}

body{
    height: 100%;
    font-size: 1rem;
    background-image: url("../img/background.jpg");
    color: white;
}


.page-header #titel{

    margin-top: 5%;
    margin-bottom: 30%;
    color: white;
    }   

  .icons{
      margin-top: 2.5rem;
  }

  .card{
    margin: 0 auto; 
    margin-top: 5%;
    margin-bottom: -5%;
    background-color:#561A40;
    color: white;
}

.card-header{
    font-size: 14pt;
}

.col{
    margin-bottom:70pt;
}

.titel{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: -20px;
}

/* Navbar */

a:hover{
    color: white;
}

.navbar-nav a:hover{
    color: white;
}

.dropdown-menu a:active {
    background-color:transparent;
    color: black !important;
  }

.dropdown-menu a:hover{
    color:black;
}

.navbar-nav a:focus{
    color:white;
}

.navbar-brand, .nav-link{
    
    color: white;
}

.navbar-toggler-icon{
    background-image: url("../img/icons/list.png");
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
}

/* Karussell */

.carousel-item img{
    object-fit:scale-down   ;
    height: 100% !important;
    width: 100% !important;
}

.carousel-item.active, .carousel-item.view {
    height: 500px !important;
}
.carousel-item.active, .carousel-item  {
    height: 500px !important;
}
.carousel-item, .d-block{
    padding-bottom: 30px;
}
.carousel-inner{
    transition: 3s ease-in-out !important;
    
}

/* Rechnung */

#companyDetails
{
    line-height: 10px;
}

#rechnungDetails
{
    padding-bottom: 60px;
}

#rechnungDetails h4
{
    padding-top:60px;
}

#rechnungDetails .col-4
{
    padding-top: 10px;
}

#rechnungDetails p
{
    line-height: 10px;
}

/* Recnung drucken */

@media print {
    .body{
        color: black;
    }
    .d-print-none{
        display: none !important;
    }
}

/* 3D-Modell */

#model{
    background-color: white;
    width: 20rem;
    height: 20rem;
}