﻿
body {
   
}

#cookieOptInModal {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3e3f3a;
    line-height: 1.5;
}

.cookieOptInHeadline {
    font-size:22px;
    color:#484848;
    margin-bottom:10px;
}

.cookieOptInHidden {
    display:none;
}

.cookieOptInFloatLeft {
    float:left;
}
.cookieOptInFloatRight {
    float:right;
}

.cookieOptInClearFix {
    overflow: auto;
}

.cookieOptInMt-1 {
    margin-top:20px;
}

.cookieOptInMB-1 {
    margin-top: 20px;
}

.cookieOptInBTMain, .cookieOptInBTMain:active, .cookieOptInBTSub, .cookieOptInBTSub:active {
    margin: 0 !important;
    width: 100%;
    padding: 0 15px 0 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
   /* border-radius: 20px;*/
    outline:none;

}
.cookieOptInBTMain {
    font-family: Roboto, sans-serif;
    border: none;
    background-color: #557D1C; /*#0056a4;*/
    color: white;
    font-weight: normal;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .cookieOptInBTMain:hover {
        background-color: #3c5814; /*#0056a4;*/
    }

    .cookieOptInBTSub {
        border: 1px solid #cdcdcd;
        background-color: #ffffff;
        color: #202020;
    }

.cookieOptInBTSub:hover {
    color: #484848;
}









.cookieOptInViewDetailBrowser {
    border: 1px solid #c0c0c0;
    width:100%;
    height:auto;
    padding-bottom:10px;

}

.cookieOptInAccordion {

   background-color: #EEEEEE;
   padding:6px 5px 5px 5px;
   font-size:16px;
   margin:10px 10px 0 10px; 
}

.cookieOptInAccordion > div {
    width:75%;
    display:block;
    float:left;
}

    .cookieOptInAccordion > button,
    .cookieOptInAccordion > button:hover,
    .cookieOptInAccordion > button:active,
    .cookieOptInAccordion > button:focus,
    .cookieOptInAccordion > button:visited {
        width: 35px;
        box-sizing: border-box;
        border: 1px solid #EEEEEE;
        background-color: #EEEEEE;
        display: block;
        float: right;
        font-weight: bold;
        line-height: 20px;
        display: block;
        padding-top: 2px;
        outline: none;
        /*margin: 0 auto;*/
    }


.cookieOptInAccordionPlus:after {
    content: "+";
}

.cookieOptInAccordionMinus:after {
    content: "–";
}



/* ####################################### Custom Checkbox Category  ####################################### */

.cookieOptCheckcontainer {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left:3px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 20px;
}
    .cookieOptCheckcontainer[disabled] {
        color:#BBBBBB !important;
    }


    /* Hide the browser's default checkbox */
    .cookieOptCheckcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .cookieOptCheckcontainer input:focus-visible + span, .cookieOptCheckContainerItem input:focus-visible + span {
            outline: 3px solid #2a2a2a; /* deutliche Farbe mit hohem Kontrast */
            outline-offset: 3px; /* Abstand zwischen Element und Rahmen */
        }


.cookieOptCheckCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #557D1C;
}

.cookieOptCheckcontainer[disabled] > span {
    background-color: #cccccc !important;
}

/* On mouse-over, add a grey background color */
/*.cookieOptCheckcontainer:hover input ~ .cookieOptCheckCheckmark {
    background-color: #2196F3;
}*/

/* When the checkbox is checked, add a blue background */
/*.cookieOptCheckcontainer input:checked ~ .cookieOptCheckCheckmark {
    background-color: #2196F3;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.cookieOptCheckCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cookieOptCheckcontainer input:checked ~ .cookieOptCheckCheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cookieOptCheckcontainer .cookieOptCheckCheckmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.cookieOptCheckCheckmarkTristate > span {
    background-color: #557D1C;
}



.cookieOptCheckCheckmarkTristate > span > span {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    left: 6px;
    top: -2px;
    font-weight: bold;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    display:inline!important;

}


/* ******************************* Custom Checkbox Cookie Item  ************************************************************************* */


.cookieOptCheckContainerItem {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 3px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 20px;
}

    .cookieOptCheckContainerItem[disabled] {
        color: #BBBBBB !important;
        
    }


    /* Hide the browser's default checkbox */
    .cookieOptCheckContainerItem input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }



.cookieOptCheckCheckmarkItem {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #557D1C;
}

/* On mouse-over, add a grey background color */
.cookieOptCheckContainerItem:hover input ~ .cookieOptCheckCheckmarkItem {
    background-color: #557D1C;
}

/* When the checkbox is checked, add a blue background */
.cookieOptCheckContainerItem input:checked ~ .cookieOptCheckCheckmarkItem {
    background-color: #557D1C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cookieOptCheckCheckmarkItem:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cookieOptCheckContainerItem input:checked ~ .cookieOptCheckCheckmarkItem:after {
    display: block;
}

/* Style the checkmark/indicator */
.cookieOptCheckContainerItem .cookieOptCheckCheckmarkItem:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookieOptCheckCheckmarkItem > span {
    background-color: #557D1C;
}

.cookieOptCheckContainerItem[disabled] > span {
    background-color: #cccccc !important;
}




.cookieOptCheckContainerDivItem {
    padding: 0 20px 20px 27px;
    overflow: hidden;
    display:none;
    transition: max-height 0.4s ease-out;
}

.cookieOptCheckContainerDivItem > div {
    margin: 12px 0 5px;
}


#cookieOptInModalContent {
    /* Modal Content/Box */
    background-color: #fefefe;
    /* margin: 15% auto; */ /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    margin:5%;
    min-height: 100px;
   box-sizing:border-box;

}


#cookieOptInModal {
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling:touch;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
}


    @media only screen and (min-height: 600px) {

        #cookieOptInModal {

        }

        .cookieOptInViewDetailBrowser {
            height: 300px;
            overflow-y: scroll;
        }
        
        
        #cookieOptInModalContent {
            margin:0;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 400px;
        }
    }

.noIframecontent {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #f0f0f0;
    margin: 10px;
}


/* V2 */
.cookieOptInFloatRightMargin {
    margin-top: 4px;
    margin-bottom: 10px;
    width: 100%;
}

/*    .cookieOptInFloatRightMargin.bt_configure{
        margin-left: 2%;
    }*/

    .cookieOptInFooter {
        padding-top: 11px;
        font-size: 11px;
        text-align: center;
    }
