/* @override https://klassenliste.fkom.de/modules/znip_childs2tabs/frontend.css
	https://test.fkom.de/modules/znip_childs2tabs/frontend.css?* */

.child2tabs-wrapper {
	border-bottom-style: solid;
	border-bottom-color: fuchsia;
	
}

.child2tabs-wrapper ul.child2tabs-menu {
    list-style-type: none;
    list-style-image: none;
	margin: 0 0 1.5em -7px;
	padding: 10px 0;

}

.child2tabs-wrapper ul.child2tabs-menu li {
    float: left;
    display: inline;
    margin-right: 1px;
    padding-top: 5px;
    list-style-type: none;
    list-style-image: none;

}

.child2tabs-wrapper ul.child2tabs-menu li a {
    display: block;
	border-style: none;

    border-radius: 6px 6px 0 0;
    text-decoration: none;
    background: rgba(100, 100, 100, 0.2);
    color: gray;
	font-size: 1em;
	padding: 10px;
}

.child2tabs-wrapper ul.child2tabs-menu {
   /*fix für mittige ausrichtung*/
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        flex-wrap: wrap; /*fix*/
        padding: 0;
/*ende fix*/
}

.child2tabs-menu {
	border-bottom: 1px solid silver;

}

.child2tabs-wrapper ul.child2tabs-menu li.child2tab-visible {
 
}

/*der aktive Tab*/
.child2tabs-wrapper ul li.child2tab-visible a {
    padding: 10px;
/*    background: #EF9F00;*/
    background: #53aad4; 
    color: white;
}

.child2tabs-wrapper ul.child2tabs-menu li.child2tabs-clear {
    display: block;
    padding: 0;
    float: none;
    height: 1px;
    clear: both;
    width: 100%;
    ;
}

.child2tabs-inner {}

.child2tab-box {
    clear: both;
    display: none;
}

.child2tab-box.child2tab-visible {
    display: block;
}

/* media-querns screen -- Standard switches */


@media screen and (max-width: 500px) {

    .child2tabs-wrapper ul.child2tabs-menu {
        font-size: 0.9em;
    }
.child2tabs-wrapper ul.child2tabs-menu li a {
	padding: 7px;
}
.child2tabs-wrapper ul.child2tabs-menu li a {
    color: #05050f;
}
.child2tabs-wrapper ul li.child2tab-visible a {
    color: white;
}
}