h1, h2, h3, h4, h5, h6{
    padding: 4pt;
}

/* , a, a:link, a:hover, a:visited, a:active */
.red{
    color: rgba(249,50,18,1);
    /* color: black; */
}

.bg-color1{
    background-color: #2f4858 !important;
}

.image-container {
    width: 100%;
    height: auto;
    max-height: 500pt;
    overflow-y: hidden;
}

.title-image{
    background-image: url('img/store-5619201_1280.jpg'); 
    background-size: cover;
    width: 100%; 
    height: auto;
    min-height: 300pt;

}

.kitchen-image{
    background-image: url('img/kueche_titelbild.jpg'); 
    background-size: cover;
    width: 100%; 
    height: auto; 
    min-height: 300pt;
}

.furniture-image{
    /* content: url('');  USE CONTENT TO FIT DIV BY IMAGE */
    background-size: cover;
    width: 100%; 
    height: auto; 
}

.logistics-image{
    background-image: url('img/store-5619201_1280.jpg'); 
    background-size: cover;
    width: 100%; 
    height: auto; 
}

.storage-image{
    background-image: url('img/lager_titelbild.jpg'); 
    background-size: cover;
    width: 100%; 
    height: auto; 
}



/* gonna put important onto everything cuz the card class overrides some stuff */
.contact-shortcut{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 450pt !important;
    height: 60pt !important;
    transform: translateY(-10pt) !important;
    padding-top: 10pt !important;
    color: white !important;
}

@media screen and (max-width: 1408px){
.contact-shortcut{
    display: none !important;
    visibility: hidden !important;
}
}

.contact-shortcut-mobile{
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 32pt;
color: white;
}

@media screen and (min-width: 768px){
    .contact-shortcut-mobile{
    display: none;
}
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.title-bg-black{
    display: block;
    word-break: keep-all; 
    color: white !important ; 
    background-color: rgba(0, 0, 0, 0.6); 
    padding: 5px;
}

.title-container{
    /* position: absolute;  */
    /* top: 10%; */
    display: inline-block;
    padding-top: 50pt;
    margin-left: 10%;
    margin-right: 10%;
}