/* Korrekturen */
.toggle.active .toggle-head .heading::after {
    transform: rotate(90deg)!important;
    -webkit-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
}


.toggle.active > .toggle-head > .heading:after{
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
}



.toggle-content{
    margin-left: 2em;
}

.social .rss{
    display: none!important;
}

.page-header{
    z-index: 1000; 
}

.text table {
    table-layout: auto!important;
}

    /* Farben und Rand input & textarea */
input.pflichteingabeFehlt{
    border: 1px solid #ffaaaa!important;
}

input.required{
    border: 1px solid #ffaaaa!important;
}    
    
    
input{
	border: 1px solid #00876c!important;
	border-top-right-radius: 0.625rem!important;
	border-bottom-left-radius: 0.625rem!important;
	background-color: #EFEFEF!important;
	padding: 0.2em!important;
	padding-left: 0.4em!important;
}





textarea{
    border: 1px solid #00876c!important;
	border-top-right-radius: 0.625rem!important;
	border-bottom-left-radius: 0.625rem!important;
	background-color: #EFEFEF!important;
	padding: 0.2em!important;
	padding-left: 0.4em!important;
}




/* nicht mehr nötig */
/*.page-header #logo_oe_name{
    display: none;  /* 
    
} */

.page-header.scrolled #logo_oe_name{
    display: inline-block;
    padding-top: 0em!important;
}
  /*
.tab-panel[aria-selected="false"]{
    display: none;
}



*/

h4:after{
    display: none!important;
}

h5:after{
    display: none!important;
}

.text table tbody th{
  background-color: transparent!important;
}


/* Banner */

.stage.stage-small{

}

.stage.stage-small img{
    z-index: 1;
    object-fit: initial;
    max-width: 100%;
    /*display: none;*/
    /*background: url(banner.png)!important;*/
    background: -prefix-linear-gradient(left, black, gray); 
    background: linear-gradient(to right, gray, black);
    content: ""!important;
    text-indent:-9999px

}

.stage.stage-small a{
    max-width: 65%;
}

.stage.stage-small:after{
    content: " ";
    background-image: url(../img/content/worldpeople.png)!important;
    width: 30%;
    max-width: 300px;
    max-height: 100%;
    position: absolute;
    left: 68%;
    height: auto;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    z-index: 10;
    object-fit: scale-down!important;

}

 

/* KACHELN */

.kachelQcontainer{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;


}

.kachelQ{
    display: flex;
    flex: 30%;
    background-color: transparent;
    margin-right: 0.3em;
    margin-bottom: 0.6em;
    justify-content: space-around;

    
}

/* 5 Kacheln */
.kachelQ:nth-child(4):nth-last-child(2){
    flex: 30%;
    margin-left: 15%;
}

.kachelQ:nth-child(5):nth-last-child(1){
    flex: 30%;
    margin-right: 15%;
}

/* 4 Kacheln */
.kachelQ:nth-child(1):nth-last-child(4){
    flex: 49%;
    justify-content: flex-end;
    
}

.kachelQ:nth-child(2):nth-last-child(3){
    flex: 49%;
    justify-content: flex-start;
}

.kachelQ:nth-child(3):nth-last-child(2){
    flex: 49%;
    justify-content: flex-end;
}

.kachelQ:nth-child(4):nth-last-child(1){
    flex: 49%;
    justify-content: flex-start;
}

/* 2 Kacheln */
.kachelQ:nth-child(1):nth-last-child(2){
    flex: 49%;
    justify-content: flex-end;

}

.kachelQ:nth-child(2):nth-last-child(1){
    flex: 49%;
    justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .kachelQ{
    justify-content: space-around!important;
  }  
}


.kachelQ:hover, .kachelQ:focus, .kachelQ:active {

  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 10;
}

@media screen and (max-width: 900px) {
    .infobox{
        padding-bottom: 0.6em;
        border-bottom: solid;
        border-width: 1px;
        border-color: #585858;
    }
}


/* KACHEL ENDE */


/* Kurszeiten */
.kurszeiten-label{
    font-weight: bold;
}

.kurszeiten-beschreibung{
}


.kurszeitenContent{
    margin-bottom: 1em;
}

.kurszeiten-left{
    padding-left: 0.25em;
}



.kurszeiten-next{
    line-height: 2em;
  /*  border-bottom: solid;
    border-width: 1px;
    border-color: #D9D9D9;*/
    display: inline-block;

}

.kurszeiten-hint{
    margin-bottom: 0.25em;
    background-color: #E8E8E8;
    padding: 0.5em;
    border-radius: 5px 5px 0px 0px;
}

.kurszeiten-toggle-head-hint{
    color: red;
    font-size: small;
    font-weight: normal;
    padding-left: 0.25em;
}

.toggle.active .kurszeiten-toggle-head-hint{
    display: none;
}

.kurszeiten-zeitraum-label{
    font-weight: bold;
    padding-right: 0.25em;
}

.kurszeiten-kosten-label{
    font-weight: bold;
    padding-right: 0.25em;
}

.kurszeiten-next-label{
    font-weight: bold;
    padding-right: 0.25em;
}

.kurszeiten-termine-label{
    font-weight: bold;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-right: 0.25em;
}

.kurszeiten-termine-ref{
    display: inline-block;
    padding-left: 0.25em;
    padding-bottom: 1em;
}

.kurszeiten-termine-einzel{
    display: inline-block;
    padding-left: 0.25em;
    padding-bottom: 1em;
}

.kurszeiten-termine-einzeldetails.old{
    color: #808080;
}

.kurszeiten-termine-refAbweichenLabel{
    font-style: italic;
    text-decoration: underline;
}


.kurszeiten-termine-refdetails{
    margin-top: 0px;
    margin-bottom: 0px;
}

.kurszeiten-termine-details{
    padding-left: 1em;
    color: #00876c;
    font-weight: bold;
}

.kurszeiten-termine-details::after{
    content: " \E900";
    font-family: "kit-icons";
    font-size: 0.875rem;
}


.kurszeiten-termine-details:hover{
    text-decoration: underline;
}

.kurszeiten-anmeldung-content a:after{
    content: " \E900";
    font-family: "kit-icons";
    font-size: 0.875rem;
}




.kurszeiten-hint-text{

}

.kurszeiten-kosten{
    line-height: 2em;
}

.kurszeiten-zeitraum{
    line-height: 2em;
}

.kurszeiten-termine{
    line-height: 2em;
}

.kurszeiten-termine-label{
    font-weight: bold;
}

.kurszeiten-anmeldung-label{
    font-weight: bold;
}

.kurszeiten-anmeldung-content{
    font-weight: bold;
}





/* Kurszeiten ENDE */

.tab-panel h1{
    font-size: 1.2em;
}

.tab-panel h2{
    font-size: 1em;
}

.tab-panel h1:after{
    text-decoration: none!important;
    border: none!important;
}

.tab-panel h2:after{
    text-decoration: none!important;
    border: none!important;
}


/* to-topcat-button */
.mint-backlink{
    background-color: #000;
    height: 4.375rem;
    width: 4.375rem;
    display: none;
    overflow: hidden;
    color: transparent;
    margin-bottom: -5rem;
    margin-top: 10em;
    margin-left: 2em;
    
}

.mint-backlink:hover{
    text-decoration: none;
    background-color: #00876c;
}

.mint-backlink:after{
    content: "\E920";
    font-family: "kit-icons";
    color: white;
    position: relative;
    font-size: 2rem;
    position: relative;
    left: 0.7em;
    top: 0.4em;
}

.mint-backlink span{
    display: none;
}



/* UI-BTN */
.ui-button{
    background-color: #000000!important;
    color: white!important;
    padding: 0.2em!important;
    text-decoration: none!important;
}

.ui-button:hover{
    background-color: #585858!important;
}

.ui-button:active{
    background-color: #585858!important;
    color: white;
    border-color: #585858!important;
}

/* STK-Button */
.stkbtn img:hover{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}


a.linkbutton{
    background-color: #000000;
    font-weight: bold;
    padding: 0.5em;
    color: white!important;
    padding-right: 1em;
    padding-left: 1em;
}

a.linkbutton:after{
    content: "  ";
    margin-left: 0.5em;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: white;
}

a.linkbutton:hover{
    text-decoration: none;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}


/* STK-Box */
.stkbox{
    background-color: #00876c;
    color: white;
    padding: 0.5em;
}

/* Allgemein */
.hidden{
    display: none;
}

/* copyright Bilder */
.copyright{
    display: inline-block;
    position: relative;
}

.copyright .title:before{
    content: '\00a9  ';
}

.copyright .title{
    display: inline-block;
    position: absolute;
    color: rgba(255,255,255,0.8);
    bottom: 5px;
    z-index: 1;
    right: 5px;
    font-size: x-small;

}