/* Add custom css for static pages */

.block-highlighted,
.col-highlighted,
.row-highlighted {
    border: 2px;
    border-style: solid;
    border-color: #00000;
}

.btn {
    background-color: #00c2e5;
    cursor: pointer;
    border-radius: 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 21px;
    margin-right: 10px;
    padding: 18px 20px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.btn:hover {
    color: white;
    background-color: #26a4c3;
}

iframe {
    width: 100% !important;
    height: 140% !important;
    -webkit-transform: scale(0.7);
    transform: scale 0.7;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

hr.rounded {
    border-top: 4px solid #ebebebeb;
    border-radius: 2px;
}

.btn-infomail {
    font-weight: 0;
    font-size: 18px;
    color: #fff;
    background-color: #00c2e5;
    padding: 10px 30px;
    border: solid #264653 1px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    border-radius: 1px;
    transition: 673ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.btn-infomail:hover {
    transition: 673ms;
    padding: 10px 50px;
    transform: translateY(-0px);
    background-color: #3b3b3b;
    color: #ffffff;
    border: solid 1px #00c2e5;
}

.kategorieprod {
    margin: 0 0 10px;
    font-weight: 300;
    box-sizing: border-box;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #000000;
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.25;
    font-size: 1.6rem;
}

.kategorieprod a {
    color: #000000;
    font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.25;
    font-size: 1.6rem;
    font-weight: 300;
}

.btnw {
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 21px;
    margin-right: 10px;
    padding: 18px 20px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #00c2e5;
    margin-top: 10px;
}

.btnw:hover {
    color: white;
    background-color: #00c2e5;
}


/* --- KATALOG --- */

@media (max-width: 767px) {
    .product-item-details {
        padding: 5px 10px !important;
    }

    .ampreorder-note {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px), print {
    .product-item-details {
        transform: translateY(50px) !important;
        margin-bottom: 25px !important;
    }
    
    .product-item-name {
        margin-top: 15px;
    }
    
    .ampreorder-note {
        margin-bottom: 20px;
    }

    .product-item-actions {
        margin-bottom: 25px !important;
    }
}
