﻿/*

    ---------------COLORS--------------- 
    COLOR 00 BLACK: #000000 
    COLOR 01 RED: #D90007 
    COLOR 02 OCRE: #8F7747 
    COLOR 03 GREY DARK 01: #282837 
    COLOR 04 GREY LIGHT 01: #F1EFEE 
    COLOR 05 WHITE: #FFFFFF 
    
*/

textarea.form-control {
    min-height: 200px;
}

input[type=file] {
    background-color: #F1EFEE;
}

#kontaktError {
    margin: 15px;
    color: red;
}
/*KONTAKT-STYLES*/

.umbraco-forms-hidden {
    display: none;
}

.btn.btn-primary {
    color: #fff;
    background-color: #D90007;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
}

a.btn.btn-primary {
    height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
}

#kundenserviceKontakt label,
label.umbraco-forms-label,
.control-label.umbraco-forms-label {
    position: relative;
    font-size: 16px !important;
    padding: 6px 6px 6px 14px;
    font-family: "Lato Bold",sans-serif;
    /*word-break: break-word;*/
    line-height: 22px;
}

#kundenserviceKontakt select {
    -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto;
}

.umbracoForms-Indicator,
.field-validation-error {
    color: #D90007;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -5px;
}
.field-validation-error {
    padding: 12px 0 0 0;
    display: inline-block;
    position:relative;
}

.umbraco-forms-container .umbraco-forms-field-wrapper input[type=checkbox] {
    width: 20px;
    position: relative;
    display: inline;
    margin-left: 0;
}

.umbraco-forms-container .radio-button-list .radio {
    border: none;
    margin-top: -5px;
    padding-left: 5px;
}

.radio label {
    font-weight: bold;
}

.umbraco-forms-container .checkbox-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 15px;
    align-items: end;
}

    .umbraco-forms-container .checkbox-container input[type=checkbox] {
        height: 20px;
    }

.chb-tooltip { position: relative; }
    .chb-tooltip:not(.noImage) {
        width: 19px;
        height: 19px;
        margin: 0;
        background-image: url(../../dist/info-01.png);
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center;
        color: #282837;
        transition: all 0.2s ease;
        overflow: initial;

    }

@media(min-width: 800px) {
    .chb-tooltip.desktop { display: inline-block !important; }

    .chb-tooltip-bubble {
        position: absolute;
        width: 200px;
        height: 0;
        top: 160%;
        background-color: #fff;
        box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.45);
        z-index: 9998;
        left: 0;
        margin-left: -90px;
        font-size: 12px;
        text-align: center;
        padding: 10px;
        opacity: 0;
        color: #282837;
    }

    .chb-tooltip-bubble .arrow_box {
            position: relative;
            background: #ffffff;
            border: 4px solid #fff;
        display: inline-block
        }

         .arrow_box:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            transition: all 0.2s ease;
        }

    .arrow_box a {
        text-decoration: underline;
    }


        .chb-tooltip-bubble .arrow_box:before {
            border-color: rgba(0, 0, 0, 0);
            border-bottom-color: #fff;
            border-width: 21px;
            transform: translateX(-50%);
            margin-left: 0;
        }

    .chb-tooltip-bubble {
        visibility: hidden;
    }

    .chb-tooltip:hover .chb-tooltip-bubble {
        height: auto;
        opacity: 1;
        color: #282837;
        visibility: visible;
        color: #282837;
    }

         
}
