﻿.tab-content {
    margin-left:2px;
}
/* Start Button PDF blättern */
.button-pdf-watch {
    border: 0;
    background: transparent;
    color: red;
    padding: 0;
    font-size: inherit;
    margin-left: 5px;
}

button.button-pdf-watch:hover {
    text-decoration: underline;
    color: #23527c !important;
}


.bi-eye {
    transform: translateY(2px) translateX(2px);
}
/* Ende Button PDF blättern */


.landingPagenews {
}

.landingPagenews {
    margin-top: 6px;
}

.landingProductImg{ }

.landingPagenews .landingProductImg {
}
.landingPagenews img {
    /*position:absolute;*/
    /*margin-top:-40px;*/
}
.landingPagenews .antrasToolsTimer {
    /*position: absolute;*/
    /*top: 0;*/
}

.antrasToolsTimer {
    font-weight: normal;
    font-family: 'FrutigerLTCom-LightCn';
/*    display: flex;
    justify-content: center;
*/
    margin:10px 0 5px 0;
    min-height:34px;
}
.news-list .antrasToolsTimer {
    margin: 0 0 2px 0;
}

.antrasToolsTimerHeader {
    padding: 5px 5px 0px 5px;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}
.antrasToolsTimerTags {
    font-size: 12px;
    padding: 0px 5px 0px 0px !important;
}
.antrasToolsTimerContent {
    background-color: #f0b4b433;
    border-radius: 7px;
    border: 1px solid #ac9d9d33;
    padding: 0px 5px 0px 5px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
    display: table;
    color: #ff2d07;
}

.antrasToolsTimerHeader div {
    padding: 5px 5px 0px 5px;
}
.antrasToolsTimerContent div {
    padding: 0px 2px 0px 5px;
    display: table-cell;
}
.antrasToolsTimer div {
}
.antrasToolsTimerDays {
}
.antrasToolsTimerHours {
}
.antrasToolsTimerMinutes {
}
.antrasToolsTimerSeconds {
}

.confirm {
    border-top: 1px solid #eee;
}

.confirm a {
}

    .confirm label {
        padding: 5px 0 5px 55px;
        background-color: #dedede !important;
        border-left: 2px solid #5c5c5b !important;
        border-radius: 0px !important;

    }

    .confirm input {
        accent-color: #f00;
        float: left;
        margin: 8px 14px 80px 15px !important;
        width: 30px;
        height: 30px;
    }

    .confirm.has-error {
        border-top: 1px solid #a94442;
        border-right: 1px solid #a94442;
        border-bottom: 1px solid #a94442;
    }

.bgColorWarning {
    background-color: #eddddd !important;
}