body {
}

.ta-dsgvo-banner {
    position: fixed;
    bottom: 20px;
    left: 0px;
    right: 0px;
    background-color: #2E3080;
    display:none;

    -webkit-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    z-index: 1000;
}
.ta-dsgvo-banner.cf-dsgvo {
    bottom: 67px;
}
.ui-mobile .ta-dsgvo-banner {
    bottom: 0px;
    z-index:10000;
}
.ta-dsgvo-banner.opt-in .opt-in {
    display:flex;
}
.ta-dsgvo-banner.opt-out .opt-out {
    display:flex;
}

.ta-dsgvo-banner > div{
    flex-direction: row;
    display:none;
    position: relative;
}

.ta-dsgvo-banner p {
    color: white;
    padding: 18px;
    flex: 1;
    font-size: 1.5rem;
}

.ta-dsgvo-banner p a:hover {
    color: white;
    text-decoration: underline;
}

.ta-dsgvo-banner .opt-out p {
    padding-right: 50px;
}

.ta-dsgvo-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}

.ta-dsgvo-close span {
    display: block;
    width: 25px;
    height: 25px;
    background-position: -410px -211px;
}

/*spacially4 jquerymobile*/

.ta-dsgvo-close span.close-x{
    float: right;
    width: 40px;
    height: 40px;
    background-image: url(icon-x-green.png) !important;
    background-size: 40px 40px;
    background-position: 10px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    z-index: 2;
}





.ta-dsgvo-btns {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 15px;
    padding-bottom: calc( max(0px,env(safe-area-inset-bottom)) + 10px) !important
}

.btn.dsgvo-allow {
    margin-left: .5em;
}

.ta-dsgvo-btns .btn {
    flex: 1;

}
.ta-dsgvo-btns .btn-ta-green.btn:hover {
    flex: 1;
    background-color:#75b42b;
    border-color:#75b42b;
    text-decoration: underline;
}



/*therms*/

.ta-dsgvo-therms-cont p {
    color: white;
    padding: 18px;
    flex: 1;
    font-size: 1.4rem;
}
.ta-dsgvo-banner p a{
    color: #75b42b;
}

.ta-dsgvo-therms-cont {
    background-color: #2E3080;
    display:flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: relative;
    margin-bottom: 29px;

}
.ta-dsgvo-therms-cont .status-text{
    position: absolute;
    left: 46px;
    white-space: nowrap;
    top: -6px;
    color: white;
    font-size: 0.9em;
}
.ta-dsgvo-therms-cont .status-text.status-headline{
    font-weight:bold;
}
.ta-dsgvo-therms-cont .status-text.status-on,
.ta-dsgvo-therms-cont .status-text.status-off{
    top:13px;
}

/* The switch - the box around the slider */
.ta-dsgvo-therms-cont  .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    margin-right: 145px;
}

/* Hide default HTML checkbox */
.ta-dsgvo-therms-cont  .switch input {display:none;}

/* The slider */
.ta-dsgvo-therms-cont  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.ta-dsgvo-therms-cont  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #ccc;
}

.ta-dsgvo-therms-cont  input:checked + .slider {
}
.ta-dsgvo-therms-cont  input ~ .status-on {
    display:none
}
.ta-dsgvo-therms-cont  input ~ .status-off {
    display:block
}
.ta-dsgvo-therms-cont  input:checked ~ .status-on {
    display:block
}
.ta-dsgvo-therms-cont input:checked ~ .status-off {
    display:none;
}

.ta-dsgvo-therms-cont input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.ta-dsgvo-therms-cont input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #75b42b;
}

/* Rounded sliders */
.ta-dsgvo-therms-cont  .slider.round {
    border-radius: 38px;
}

.ta-dsgvo-therms-cont .slider.round:before {
    border-radius: 50%;
}

@media only screen and (max-width: 600px) {
    .ta-dsgvo-therms-cont {
        display:block;
    }
    .ta-dsgvo-therms-cont .switch{
       margin-left: 15px;
        margin-bottom: 15px;
    }

    .ta-dsgvo-banner.opt-in .opt-in {
        display: block;
    }
}

.ta-dsgvo-btns .btn{
    background-color: #75b42b;
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    color: white;
    border: 1px solid #75b42b;
    box-shadow: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}




