/* Theme Name: Kidi Theme 
Theme Description: Kidi Theme for Wordpress
Theme URI: secret;
Version: 1.0
License: GNU General Public License v2 or later
License URI: all rights to absolut.online Web-Entwicklung  
Author: secret;
Author URI: secret;
Tags: theme,responsive;
*/
@import url('bootstrap/css/bootstrap.min.css');
@import url('css/style.css');
@import url('css/jacky.css');

@import url('css/iconfontNeu/style.css');

.ui-resizable-handle {
    transform: translateY(-100%);
    
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-switch {
    padding-left: 2.8rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-switch .custom-control-label::before {
    left: -2.8rem;
    width: 2.35rem;
    pointer-events: all;
    border-radius: 35px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4caf50;
    background-color: #4caf50;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-switch .custom-control-label::after {
    top: calc(.6rem + 2px);
    left: calc(-2.8rem + 2px);
    width: calc(1.3rem - 4px);
    height: calc(1.3rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}