/************************* nav global css überschreiben ****************/
* {
    box-sizing: border-box; /* Verhindert, dass Padding und Border die Größe beeinflussen */
}

html, body {
    margin: 0; /* Entfernt Standard-Margen */
    padding: 0; /* Entfernt Standard-Padding */
    font-family: "Roboto Condensed" !important;
    scroll-behavior: smooth;
    margin-left: auto; /* Zentriert den Inhalt horizontal */
    margin-right: auto; /* Zentriert den Inhalt horizontal */
   }

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Justiert Inhalt nach oben */
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    color: #001136 !important;
    background: #f4f4f4;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-condensed- {
    font-family: "Roboto Condensed";
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  .roboto-thin {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-style: normal;
  }

  .roboto-light {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-style: normal;
  }

  .roboto-regular {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: normal;
  }

  .roboto-medium {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-style: normal;
  }

  .roboto-bold {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: normal;
  }

  .roboto-black {
    font-family: 'Roboto Condensed';
    font-weight: 900;
    font-style: normal;
  }

  .roboto-thin-italic {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-style: italic;
  }

  .roboto-light-italic {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-style: italic;
  }

  .roboto-regular-italic {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: italic;
  }

  .roboto-medium-italic {
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-style: italic;
  }

  .roboto-bold-italic {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: italic;
  }

  .roboto-black-italic {
    font-family: 'Roboto Condensed';
    font-weight: 900;
    font-style: italic;
  }

h1 {
    text-align: left;
    margin-left: 10px;
    font-size: 48px;
    border-left: 2px solid #00c2ef;
    padding-left: 10px;
}

h2 {
    text-align: left;
    margin-left: 10px;
    font-size: 32px;
    padding-left: 10px;
}

h3 {
    font-size:21px;
    line-height:130%;
    font-weight:400 !important;
    font-family: 'Roboto Condensed';
}

#anmeldunggebraucht
{
    background-color: white;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    padding: 7px;
    margin-left: calc(57% - 250px);
    border: 0;
    box-shadow: rgba(0,0,0,.3) 3px 3px 5px;
    font-size: 0.8em;
    width: 503px;
    text-align: center;
    z-index: 1000;
    clear: both;
  }

.main-content
{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 60px 40px 60px;
    text-align: center;
    min-height: calc(100vh - 490px);
    background-color: #f4f4f4;
}

.main-content.mit-linke-navi
{
    position: relative;
    display: flex;
    width: 100%;
    padding: 0px 60px 40px 0px;
    text-align: center;
    min-height: 100vh;
    background-color: #f4f4f4;
}

.linke-navi {
    width: 20%;
    min-width: 250px;
    background: white;
    padding: 16px;
    padding-top: 30px;
}

.main-content.mit-linke-navi .linke-navi
{
    display: block !important;
}

.linke-navi ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 95%;
    display: flex    ;
    flex-direction: column;
}

.linke-navi ul li {
    text-align: start;
    padding: 8px 0;
    border-bottom: 1px solid lightgray;
}

.linke-navi .navbar-nav li a {
    text-decoration: none;
    text-align: start;
    border-radius: 0;
    padding: 0 0px 0 30px;
    border-bottom: 0;
    border: 2px solid #ffffff;
    line-height: 2.4rem;
}

.linke-navi .navbar-nav > li a.aktive-link,
.linke-navi ul li a:hover{
    border-bottom: 0;
    border: 2px solid #00C2EF;
}

.linke-navi .navbar-nav > li a.aktive-link
{
    font-weight: 600;
}

.linke-navi .navbar-nav li::before {
    left: 7px;
    top: 14px;
}

.navbar-nav > li > ul.aktiv {
    left: auto;
    z-index: 0;
    position: relative;
    margin: 0;
    top: 0 !important;
    padding: 5px !important;
    margin: 0;
}

.navbar-nav > li > ul.aktiv > li {
    border-bottom: 0;
}

.ifbq-download-link ,
.ifbq-download-link:hover
{
    text-decoration: none;
}

.ifbq-download-link i
{
    color:#001136 !important;
}

.linke-navi .navbar-nav > li li {
    float: left;
    margin-top: -5px;
    position: relative;
    margin-right: 0;
    z-index: 10;
    width: 100%;
}

.linke-navi .navbar-nav > li > ul {
    top: 42px;
    width: 100%;
    padding: 0;
}

.navbar-nav > li li form[name="k_login"]
{
    width: 100%;
}

.linke-navi a#login-trigger + ul li form input[type="submit"]
{
    border-top: 0;
    border-radius: 0;
}

.linke-navi .navbar-nav > li > a:first-child:nth-last-child(2):before
{
    border: 0;
    content: "\ea4e";
    font-family: remixicon !important;
    right: 27px;
    top: 0px;
    font-size: 26px;
}

.linke-navi .navbar-nav > li:hover > a:first-child:nth-last-child(2):before
{
    margin-top: 0px;
}

.global_page_body
{
    max-width: 1924px;
    min-height: fit-content;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 40px; /* Schriftgröße für Bildschirme bis 1200px Breite */
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 36px; /* Schriftgröße für Bildschirme bis 992px Breite */
    }


}

@media (max-width: 768px) {
    h1 {
        font-size: 32px; /* Schriftgröße für Bildschirme bis 768px Breite */
    }



}

@media (max-width: 576px) {
    h1 {
        font-size: 28px; /* Schriftgröße für Bildschirme bis 576px Breite */
    }

}

@media (max-width: 400px) {
    h1 {
        font-size: 24px; /* Schriftgröße für Bildschirme bis 400px Breite */
    }

}


.container {
    width:100%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 35px;
}

.navbar-nav li a {
    display: block;
    background: #ffffff;
    color: #003063 !important;
    border-bottom: 3px solid #fff;
    padding-bottom: 46px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.05rem;
    text-transform:capitalize;
    letter-spacing:normal;
    font-family: 'Roboto Condensed';
}

.navbar-nav > li li {
    float: left;
    margin-top: 4px;
    position: relative;
    margin-right: 0;
    z-index: 10;
}

.navbar-nav li li a {
    background: #fff;
}

.navbar-nav > li li:first-child > a::before
{
    border-left-color: #ae0013;
}

.data-table thead {
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 1; /* Ensure header is above the table content */
}

#menu-full-line
{
    border-top: 3px solid #ae0013;
}

/* CSS styles for screendesign */

/* Allgemeine Einstellungen */
html {
    height: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
    
*, *:before, *:after {      
        box-sizing: inherit;
}

#page{
    background-color:#cccccc;
    min-width: 1360px;
}

img {
    max-width: 100%;
}

/* Clearfix */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* F�r den IE6 und IE7 */
}

.clear {
    clear: both;
}


/* Text Styles für den Inhaltsbereich*/


p {
    margin: 0 0 .5em 0;
    line-height: 1.4em;
}

.klein {
    line-height: 1.2em;
    font-size: .9em;

}

 a {
    color: #001136;
}

a:visited {
    color: #001136;
}
 
a.btn {
    font-size: 1em;
    text-decoration: none;
    color: #ddd;
    border: 1px solid slategray;
    padding: 4px 15px;
    transition: background-color .5s;
    background-color: #00174d;
}

a.btn:hover {
    background-color: slategray;
    border: 1px solid slategray;
    color: white;
}

.login {
    font-size: .8em;
    padding: .5em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1em;
}

.login span {
    color: #001136;
    font-weight: normal;
}

table.uebersicht,
table.liste
{
    border-collapse: separate;
    border-spacing: 3px !important;
}

.uebersicht,
.liste
{  
    padding: 1em;
    margin: 20px;
    border: 0px solid #d6d6d6;
    position: relative;
    width: 96%;
}

.uebersicht th.trans-bg
{
    background-color: transparent;
}

.liste th, .uebersicht th, .struktur th, .downloads th {
    text-align: center;
    background-color: #fff;
    padding: .5em;
}

.uebersicht td,.liste td{
    text-align: center;
    background-color: #fff;
    padding: 0;
}

.uebersicht td.aktiv
{
    font-weight: 600;
    border: 1px solid #00C2EF;
}

.uebersicht th.aktiv
{
    font-weight: 700;
    text-decoration:underline;
}

.uebersicht td a{
    padding: .5em;
}

th.se {
    background-color: rgb(183 86 86);
    color: white;
    
}

th.le {
    background-color: rgb(53 98 142);
    color: white;
}

th.mo {
    background-color: rgb(218 118 19);
    color: white;
}

th.so {
    background-color: rgb(55 138 55);
    color: white;
}



td.se {
    background-color: rgba(204, 102, 102, .1);
    padding: .5em;
    vertical-align: top;
}

td.le {
    background-color: rgba(102, 153, 204, .1);
    padding: .5em;
    vertical-align: top;
}

td.mo {
    background-color: rgba(255, 191, 127, .1);
    padding: .5em;
    vertical-align: top;
}

td.so {
    background-color: rgba(153, 204, 153, .1);
    padding: .5em;
    vertical-align: top;
}


td.se h5{
    color: rgba(204, 102, 102, 1);

    
}

td.le h5 {
    color: rgba(102, 153, 204, 1);

}

td.mo h5{
    color: rgba(255, 191, 127, 1);

}

td.so h5{
    color: rgba(153, 204, 153, 1);

}

/* Hefteingabe */
.hefteingabe th{
    text-align: left;
    background-color: #fff;
    color:#00C2EF;
    padding: .5em;
    font-size: 1.5em;
    
}

.hefteingabe a {
    font-weight: bold;
}

.heftA::before {
    content: "A ";
    font-size: 2em;
}

.heftB::before {
    content: "B ";
    font-size: 2em;
}

/* Hefteingabe nach Heftlayout */
.layout {
    background-color: #eee;
    border-bottom: 3px solid #eee;
}

/* Hefteingabe im Schnelleingabe-Modus */
.schnelleingabe {
    /*background-color: #F8FCDD; 
    border-bottom: 3px solid #F8FCDD;*/
    background-color: #fff; 
    border-bottom: 3px solid #fff;
}

.schnelleingabe:hover, .layout:hover {
border-bottom: #00C2EF 3px solid;
}

.liste th.center {
    text-align: center;
}

.liste tr:nth-child(odd), .uebersicht tr:nth-child(odd),  .downloads tr:nth-child(odd){
    /*background: #eee;   */   
}

.liste a:hover , .uebersicht a:hover{
        background-color: #00C2EF;
        color: white;
}

.liste a, .uebersicht a{
    text-decoration: none;
    display: block;
} 


.liste, .aufgabe, .hefteingabe, .struktur, .downloads{
   table-layout: fixed;
    width: 100%;
    empty-cells: hide;
}

.downloads td {
    vertical-align: top;
}



/* Section All */ 

.sidebar-left {
    position: relative;
    float: left;
    margin: 20px;
    border: 0;
    bottom: 0;
    width: 230px;
    height: 100%;
    background-color: #cce2e1;
    border: 1px solid white;
    box-shadow: rgba(0,0,0,.3) 3px 3px 5px;

}
.breadcrumb {
    position: relative;
    background-color: #00174d;
    color: #ccc;
    text-transform: uppercase;
    font-size: .7em;
    padding: .5em;
    padding-left: 2em;
}

.breadcrumb span {
    padding-left: 1em;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}


section {
    padding: 1em;
    margin: 20px;
    border: 0;
    box-shadow: 0;
    position: relative;   
}


section .center {
    text-align: center;
}


/* Navigation */

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.top-nav ul li a, .top-nav ul li a {
    display: inline-block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    width: 125px;
    position: relative;
    background-color: #ccc;
    transition: background-color .5s;

}

.top-nav ul li:hover {
    background-color: green;
}
    
.top-nav ul li:hover > ul {
    display: block;
}

.top-nav ul li a:visited {
    color: #000;
}

.top-nav ul li a:hover {
    background-color: #ccc;
}


.top-nav ul ul {
    position: absolute;
    top: 100%;
    background-color: greenyellow;
    display: none;
}

.top-nav ul ul li {
    position: relative;
}

.top-nav ul ul ul {
    left: 100%;
    top: 0;
}

/* Top Level */

.top-nav::after {
    content: "";
    display: block;
    clear: both;
}

.top-nav > ul {
    padding-right: 10%;
    margin-left:20%;
}

.top-nav > ul > li {
    float: left;

}

.top-nav > ul > li > a {
    width: auto;
    padding: 10px 20px 10px 20px;
}


/* Tabbed Styles */
.tabbed {
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom: 2px solid #00174d;
    overflow: hidden;
    transition: border 250ms ease;
    background-color: #fff;
}
.tabbed ul {
    margin: 0;
    margin-left: 20%;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 48px;
    list-style-type: none;
}
.tabbed ul * {
    margin: 0px;
    padding: 0px;
}
.tabbed ul li {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #56626f;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
  
}
.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px; 	
    background-color: #56626f;
    transition: all 250ms ease;
}
.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
    background-color: slategray;
    color: #fff;
}
.tabbed ul li.active {
    z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
    background-color: #00174d;
    color: #fff;
}
.tabbed ul li a, .tabbed ul li span {
    text-decoration: none;
    color: #FFFFFF;
    font-size: .8em;
    transition: all 250ms ease;
}

.tabbed ul li:hover a {
    text-decoration: none;
    color: #fff;

}

.tabbed ul li.active a, .tabbed ul li.active span {
    color: white;
}

/* Round Tabs */
.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}

/* Seitennavigation */

.side-nav { width: 100%; }

.side-nav ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

.side-nav a, .side-nav span
{
display: block;
padding: .8em;
background-color: #00174d;
border-bottom: 1px solid #eee;
color: white;
font-size: .8em;
}

.left-title {
    display: block;
    background-color: #fff;
    color: #001136;
    padding: .3em;
    padding-left: 1em;
    text-transform: uppercase;
    border-bottom: 3px solid darkred;
    width: 100%;

}



/*.side-nav .active span,*/ .side-nav .active a{
    background-color:darkred;
}

.side-nav a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.side-nav a:hover
{
background-color: #66a7a3;
color: #fff;
}

/* Inhaltsbereich */

.hefteingabe a {
    color: #00C2EF;
    display: block;
    padding: 13px;
    text-decoration: none;

    }

.hefteingabe a span {
    font-weight: normal;
}


/* speziell f�r �berfachliche Kompetenzen */

#wrapper {
    width: 960px;
    margin: 0 auto;
}

.tmp {
    background: lightpink;
    border: 2px solid hotpink;
    padding: 5px;
    display: none;
}

.formularkopf {
    position: relative;
    background:#eee;
    border: 1px solid #00174d;
    margin-bottom: 30px;
    clear: both;
}

.eingaben {
    position: relative;
    float: left;
    padding: 10px;
}

.anleitung {
    position: relative;
    float: left;
    padding: 10px;
    margin-left: 30px;
    width: 650px; 
}

.anleitung2 {
    position: relative;
    float: left;
    padding: 10px;
    margin-left: 0;
    width: 960px; 
}

.anleitung ul {
    padding-left: 20px;
}

.anleitung ol {
	list-style:none; margin:0; padding:0; counter-reset:list;
    padding-left: 20px;
}

.anleitung ol>li  {
	padding:0;
}

.anleitung ol>li :before {
    counter-increment:list;
	margin:0 10px 5px 0px;
    content:counter(list, upper-alpha) ": ";
    font-weight: 800;
}

.eingaben p {
    font-size: .9rem;
    font-weight: 600;
    margin-left: 5px;
    margin-bottom: 0;
    float: left;
    padding-right: 1rem;

}

.geschlecht {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    padding: 17px;
    border-radius: 50%;
	margin: 5px;
}
	

.formularkopf input[type="text"] {
    width: 250px;
    margin: 5px;
    font-size: .9rem;
    border: 2px solid #00174d;
    padding: 5px 10px;
    border-radius: 10px;
    
}

.formularkopf input[type=text]:focus {
    background: #00C2EF;
}


.formularende {
    clear: both;
    margin-bottom: 50px;
}

.gruppe {
    position: relative;
    clear: both;  
    float: left;
    margin-bottom: 50px;
    border: 1px solid #666;
    padding: 0;
}

h2.ufk {
    background: #00174d;
    color: white;
    padding: 15px;
    margin: 0 0;

}

.gruppe h3.ufk {
    background: #00174d;
    color: white;
    padding: 15px;
    margin: 0 0;
    width: 100%;
}

.gruppe1 h3.ufk {
    background: rgba(204, 102, 102, 1);
    color: white;
    padding: 15px;
    margin: 0 0;
    width: 100%;
}

.gruppe3 h3.ufk {
    background: rgba(102, 153, 204, 1);
    color: white;
    padding: 15px;
    margin: 0 0;
    width: 100%;
}

.gruppe2 h3.ufk {
    background: rgba(255, 191, 127, 1);
    color: white;
    padding: 15px;
    margin: 0 0;
    width: 100%;
}

.gruppe4 h3.ufk {
    background: rgba(153, 204, 153, 1);
    color: white;
    padding: 15px;
    margin: 0 0;
    width: 100%;
}


/*td.se h5{
    color: rgba(204, 102, 102, 1);

    
}

td.le h5 {
    color: rgba(102, 153, 204, 1);

}

td.mo h5{
    color: rgba(255, 191, 127, 1);

}

td.so h5{
    color: rgba(153, 204, 153, 1);

}*/



h4.ufk {
    background: #66a7a3;
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
}

.gruppe1 h4.ufk {
    background: rgba(204, 102, 102, .6);
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
}


.gruppe3 h4.ufk {
    background: rgba(102, 153, 204, .6);
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
}

.gruppe2 h4.ufk {
    background: rgba(255, 191, 127, .6);
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
}

.gruppe4 h4.ufk {
    background: rgba(153, 204, 153, .6);
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
}


.formularkopf span {
    background: slategray;
    color: white;
    padding: 10px;
    padding-left: 15px; 
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}


.kompetenz {
    clear: both;
    position: relative;
    background: #eee;
    padding-bottom: 15px;
	pointer-events:none;
}

.kompetenz p{
    clear: both;
    position: relative;
    background: #eee;
    padding-bottom: 15px;
	pointer-events:none;
}

.beschreibung {
    position: relative;
    float: left;
    width: 780px;
    margin-left: 20px;
}

.kriterium {
    position: relative;
    float: left;
    width: 780px;
    margin-left: 20px;
}


.beschreibung p {
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.kriterium p {
    line-height: 32px;
    margin: 0;
    margin-left: 20px;
}

.kriterium p::before {
    content: "-";
    margin-left: -15px;
    margin-right: 10px;
    
}



.toggle-optionen {
    display: none;
}


.checkbox-label {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 900;
    color: #666;
    line-height: 34px;
  -webkit-transition: .4s;
  transition: .4s;
  pointer-events: all;
  cursor: pointer;  
}

.checkbox-label:before {
    content: "-";
}

 .beschreibung + input + .checkbox-label {
    opacity: 0;
} 

.toggle-optionen:checked + .checkbox-label + .auswahl  {
      display: none;
}


.toggle-optionen:checked + .checkbox-label:before {
    content: "+";
} 




.auswahl {
   position: relative;
   float: left;
   width: 170px;
   pointer-events:all;
}

.extra_auswahl {
   position: relative;
   float: left;
   width: 170px;
}

  .option {
    position: relative;
    float: left;
    height:  27px;
    width:   27px;
    margin: 3px;
 }


    .radiobutton {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer;
    }
	
    .radiobuttonH {
      opacity: 0;
      display:none;
      top: -70px;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer;
    }


    .radio-tile-beschreibung {
      position: relative;  
      display: block;
      align-items: center;
      background: #ddd;
      border-radius: 50%;
      transition: transform 300ms ease;
      width: 100%;
      height: 100%;
    }
	
    .radio-tile-kriterium {
      display: block;
      align-items: center;
      background: #eee;
      border-radius: 50%;
      transition: transform 300ms ease;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
    }
	
	.radiobuttonH:checked+label {transform: scale(0, 0);;  animation: 1s fadeIn;
			animation-fill-mode: forwards display:none;	 }
	
	.radiobuttonH + label { display:block;  animation: 1s fadeIn;
				animation-fill-mode: forwards;transition: transform 300ms ease;	visibility:visible;}
				
	.radiobuttonH ~ .SSEX-tile-labelX  img{
		top:0px;
		left:3px;
	}	
	
	.radiobuttonH:checked ~ .SSEX-tile-labelX  img{
		top: -9px;
		left: 20px;
	}	
	
	
    .radio-tile-label {
		position: relative;
		text-align: center;
		font-size: .9rem;
		font-weight: 600;
		padding: .8rem;
		color: #333;
		cursor: pointer;
		width: 100%;
		left: -.4rem;
		top: .1rem;
    }
	
	.radio-tile-labelHbeschreibung {	
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #00174d;
		line-height: 22px;
		z-index:10;
		background: #ddd;
		color: #000;
	}

	.radio-tile-labelHkriterium {	
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #fff;
		line-height: 23px;
		z-index:10;
		background: #ddd;
		color: #000;
	}		
	.radio-tile-labelX	 {		
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #00174d;
		line-height: 22px;
		z-index:5;
		color: #333;
		background: #00C2EF;
		visibility:hidden;
	}
	
    .SSEX-tile-labelX {		
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #00174d;
		z-index:5;
		background: #00C2EF;
		color: #333;
		text-align: center;
		visibility:hidden;
		
	}
	
   .SSEX-tile-labelX  img{
	   margin-top: 0px; left:0px; position: absolute;
	   width:20px;
	}   
    .SSEX-tile-label {
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		margin: auto;
		text-align: center;
		font-size: 18px;
		line-height: 33px;
		font-weight: 600;
		cursor: pointer;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #00174d;
		z-index:10;
		background: #ddd;
		color: #333;
		text-align: center;
	}
	
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		visibility: visible;
		opacity: 1;
	  }
	}
/***************************************/	

.ausgabedatum {
    width: 120px;
    margin: 5px;
    font-size: 15px;
    border: 2px solid #00174d;
    padding: 3px 3px;
    border-radius: 10px;
	background-color:#fff !important;
	float:left;
	text-align:center;
/* custom styles */
}

.ausgabedatumjar select {
  margin: 0px;
  width: auto;
  padding: 0px 18px 0 18px;
  font-size: 16px;
  border: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ausgabedatummonat select {
  margin: 0px;
  width: auto;
  padding: 0px;
  font-size: 16px;
  border: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ausgabedatumlabel{
	display: inline-table;
	font-size: 0.9rem;
	font-weight: 600;
	width: 10px;
	margin: 5px 5px 0px 7px;
	padding-right: 42px;
}
label {
  display: block;
}

error {
  color: red;
  font-size: 25px;
}
/******************************TOOLTIP******************************/
[tooltip]{
  display:inline-block;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top:-6px;
    left:50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent     transparent;
    z-index: 99;
    opacity:0;
}

[tooltip-position='left']::before{
  left:0%;
  top:50%;
  margin-left:-12px;
  transform:translatey(-50%) rotate(-90deg) 
}
[tooltip-position='top']::before{
  left:50%;
}
[tooltip-position='buttom']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='gender']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='right']::before{
  left:100%;
  top:50%;
  margin-left:1px;
  transform:translatey(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left:50%;
    top:-6px;
    transform: translateX(-50%)   translateY(-100%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding:4px 2px;
    font-size: 12px;
    max-width: 320px;
    width: 200px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index:99;
    opacity:0;
}

[tooltip-position='left']::after{
  left:0%;
  top:50%;
  margin-left:-8px;
  transform: translateX(-100%)   translateY(-50%);
}
[tooltip-position='top']::after{
  left:50%;
}
[tooltip-position='buttom']::after{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translateY(0%);
}

[tooltip-position='gender']::after{;
  width: auto;
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after{
  left:100%;
  top:50%;
  margin-left:8px;
  transform: translateX(0%)   translateY(-50%);
}

[tooltip]:hover::after,[tooltip]:hover::before {
	animation: 1s fadeIn;
	animation-fill-mode: forwards;transition: transform 300ms ease;	visibility:visible;
   opacity:1
}

/********************************* AUF AUS Button ***************************************/
.switch {
	
}
.switchin {
  float:right;
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.switch-input {
  top: 0;
  left: 0px;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switchin .switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switchin .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switchin .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.active-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  color:#fff;
  opacity: 1;
}


.active-label:after{
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.active-label:before{
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switchin .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.items{	
   pointer-events:none;
}

.switch-input:checked  ~ .items .gruppe .kompetenz .checkbox-label{
  visibility:hidden;
}

.switch-input:checked  ~ .items .gruppe .kompetenz .extra_auswahl{
  display:block;
}

/*
.switch-input:checked + #auswahl2 {
  display:block;
}

.switch-input + #auswahl2 {
  display:none;
}*/
/*.switch-input2 ~ .items .gruppe .kompetenz .extra_auswahl{
  display:block;
}

.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}*/
/****************************************************************************/
.AN_AUS_Button{
	float:right;
	margin:20px;
}
.clicker:focus  ~ .switch-label:after {
  opacity: 1;
}

.clicker {
	padding-top:5px;
	float: left;
	position:absolute;
	top:0px;
	left: -220px;
    width: 250px;
}

/*****************************************BESONDER F�R individualdiagnostik **************************/

.menu-full-line
{
  display: none;
}

.navbar-nav > li a.aktive-link{
    background: #ffffff;
   border-bottom: 4px solid #003063;
}

.navbar-nav li a:hover, .navbar-nav li a:active
{
   background: #ffffff;
   color: #001136 !important;
   border-bottom: 4px solid #003063;
}

.body_div.menu {
   background: #ffffff;
   padding: 0px;
   height: unset !important;
   border-bottom: 1px solid #d5d5d5;
}

header{
    height: 156px;
    width: 100%;
    background: white;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px 60px;
    margin: 0;
}

div#header.container-fluid {
    margin-bottom: unset !important;
}

#anmeldunggebraucht, #zuruekgekommen
{
  top: 179px;
}

.navbar-nav > li
{
  width: auto !important;
  min-width: auto;
  margin-right: 0;
}

.navbar-nav > li > ul > li:nth-child(1)::before {
  content: "";
}

.icon-home:before,.icon-user:before,.icon-login:before 
{
    content: '' !important;
}

.header-block {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px;
    background-image: url("https://ifbq.hamburg.de/wp-content/uploads/sites/803/2023/12/bild-monitoring-evaluation-und-diagnoseverfahren-e1713950455788.jpg");
    background-size: cover;
    background-position: center;
    height: 250px;
    font-size: 41px;
    text-shadow: 0 0 5px #45516e;
    color: #ffffff;
    border-top: 5px solid #00c2ef;
    border-bottom: 10px solid #00c2ef;
    border-radius: 0 0 30% 20%;/* Erhöhter Wert für border-radius */
    position: relative;
    overflow: hidden;
}

.header-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 38, 124, 0.4);
    z-index: 1;
}

.header-block::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-70%); /* Zentriert das Pseudo-Element */
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 170px; /* Erhöhter Wert für border-radius */
    z-index: 2;
    border: 5px solid #00c2ef;
    box-sizing: border-box; /* Inkludiert die Border in die Breite */

}

.background-highlight {
    position: relative;
    z-index: 2;
    margin-left: 50px;
    margin-top:-10px;
    background-color: #00267C;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px; /* Optional: Abgerundete Ecken für ein schöneres Aussehen */
    }

.svg-logo {
    z-index: 2;
    position: relative;
    margin-top:-5px;
    width: 250px;
    height: auto;
}

/* Medienabfragen für verschiedene Bildschirmgrößen */
@media (max-width: 1200px) {
    .background-highlight {
        margin-left: 4%;
        padding: 5px 20px;
    }

    .svg-logo {
        width: 250px;
    }
}

@media (max-width: 992px) {
    .background-highlight {
        margin-left: 3%;
        padding: 5px 15px;
        font-size: 2rem;
        background-size: cover;
    }

    .svg-logo {
        width: 200px;
        margin-top:-20px;
    }

    header, .header-block {
        height: 200px;
        margin-bottom:0;
    }

    .header-block {
        border-top: 5px solid #00c2ef;
        border-bottom: 10px solid #00c2ef;
        border-radius: 0 0 20% 10%;/* Erhöhter Wert für border-radius */

    }
    .background-highlight {
        position: relative;
        margin-left: 50px;
        margin-top:-20px;
        background-color: #00267C;
        padding: 5px 25px;
        display: inline-block;
        border-radius: 5px; /* Optional: Abgerundete Ecken für ein schöneres Aussehen */

    }
}


@media (max-width: 768px) {
    .background-highlight {
        margin-left: 2%;
        padding: 5px 10px;
    }

    .svg-logo {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .background-highlight {
        margin-left: 1%;
        padding: 5px 5px;
        font-size: 1.5rem;
    }

    header, .header-block {
        height: 157px;
        margin-bottom:0;
    }
}

@media (max-width: 350px) {
    .background-highlight {

        font-size: 1.3rem;
    }

    header, .header-block {
        height: 157px;
        margin-bottom:0;
    }
}


#footer {
    width: 100%;
    border-top: 2px solid #00c2ef;
    background: #00267c;
    color: white;

}


#footer .footer-link {
    color: white;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

    /*position: fixed; /* Positionierung auf fixed ändern */
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    border-top: 5px solid #00c2ef;
    background: #00267c;
    z-index: 999; /* Optional: sorgt dafür, dass der Footer über anderen Inhalten liegt */
}

#footer .logo-left
{
    flex:1;
    text-align: left;
}

#footer .fcontent
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex:6;
}

#footer .logo-right
{
    flex:1;
    text-align: right;
}

.footer img {
    max-width: 80%;
    height: auto; /* Sicherstellen, dass die Höhe proportional zur Breite bleibt */
}

.footer a,footer a:visited {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px; /* Platzierung der Abstände zwischen den Links */
    position: relative; /* Positionierung für die Unterstreichung */
}

.footer a.text-link::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Positionierung des Unterstrichs */
    left: 0;
    width: 100%;
    border-bottom: 2px solid transparent; /* Transparenter Unterstrich */
    transition: border-color 0.3s ease; /* Übergangseffekt für den Unterstrich */
}

.footer a.text-link:hover::after {
    border-color: #ffffff; /* Farbe des Unterstrichs ändern */
}
.footer img.logo-fimg {
    max-width: 150px; /* Maximalbreite setzen, um die Größe zu begrenzen */
    height: auto; /* Höhe automatisch anpassen, um das Seitenverhältnis beizubehalten */
}


@media screen and (max-width: 683px) {
    .footer {
        width:100%;
        margin:0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; /* Optional: falls Text auch zentriert werden soll */
        padding: 8px;
    }

    .main-content
    {
        margin-top: 30px;
    }

    .container{
        padding-bottom: 170px;
    }
    .text-content {
        margin: 0 20px}


}

@media screen and (max-width: 800px)   {
    .footer img.logo-fimg {
        max-width: 100px; /* Maximalbreite setzen, um die Größe zu begrenzen */
        height: auto; /* Höhe automatisch anpassen, um das Seitenverhältnis beizubehalten */
    }

    .footer a.text-link {
        font-size: 0.7rem;
        margin-right:5px;
    }
    .footer {
        padding: 6px;

    }
}



.verfahren-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.verfahren-content div {
    margin-right: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (min-width: 1160px) {
    .navbar-expand-lg.main-nav .navbar-nav {
        max-width: 1320px;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    .navbar-expand-lg.main-nav .navbar-nav {
        margin-left: 50px;
    }
}

.form-group button {
    border: 2px solid #00c2ef;
    background-color: #f4f6fa;
    padding: 10px 20px;
    color: #001136;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.form-group button:hover {
    border-color: #001136;
}

input[name="logout"] {
    background: #ffffff;
    color: #001136;
    display: block;
    margin-top: 0px;
    padding: 5px;
    border-radius: 0px 0px 7px 7px;
    border: 2px solid #003063;
    border-top: 4px solid #003063;
    min-width: 142px;
}

.navbar-expand-lg.main-nav{
	
}

.navbar-nav > li > ul {
    padding: 1px;
    list-style: none;
    background: transparent;    
    width: max-content;
    position: absolute;
    white-space: nowrap;
    top: 46px;
    left: -99999em;
}

.linke-navi .navbar-nav > li:hover > ul:not(.login-link-block) {
    background: transparent;
    z-index: 13 !important;
    max-height: 100vh;
    overflow-y: hidden;
    left: 100% !important;
    top: 0;
    display: none;
}

.linke-navi .navbar-nav > li:hover > ul.aktiv {
    display: flex;
    left: 0px !important;
    position: relative;
    top: 0;    
}

.linke-navi .navbar-nav > li:hover > ul.login-link-block 
{
    top: 45px !important;
    left: 0 !important;
}

.linke-navi .navbar-nav li li:first-child a
{
    border-radius: 0;
}

.linke-navi .navbar-nav > li li:first-child > a::before
{
    border-left-color: transparent;
}

input[name="logout"] {
    background: #ffffff;
    color: #001136;
    display: block;
    margin-top: 0px;
    padding: 5px;
    border-radius: 0px 0px 7px 7px;
    border: 2px solid #003063;
    border-top: 4px solid #003063;
    min-width: 142px;
}

footer{
    color:white;
    text-decoration-skip-ink: none;
    text-underline-offset: .25em;
    background: #00267c;
  }

  footer a{
    color:white;
    text-decoration-skip-ink: none;
    text-underline-offset: .25em;
  }

  footer .content { 
    position: relative; 
    width: 100%;
    padding: 30px; 
    background-color: #00267c; 
    color:white;
    overflow: hidden; 
  } 
  
  footer .content:before { 
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0px 4px 0px 1px rgb(0 194 239);
    background: #f4f4f4;
  }

  .footer-info 
  {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-title {
      padding: 20px 0;
      font-size: x-large;
      font-weight: 500;
  }

  .footer-foot
  {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-top: 3px solid #00c2ef;
    padding: 5px;
  }
  
  .navbar-nav li a:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: calc(50% - 5px);
    right: 0px;
  }

  .logo {
    display:unset;
    float:unset;
  }

  .logo img {
      width: 74px;
  }

  .site-header-container .site-logo [data-name=dots-accent],
  .text-ifbq-cyan-dunkel path, .fill-ifbq-cyan-dunkel {
    fill: rgb( 0 194 239 );
  }

  .site-header-container .site-logo [data-name=line] {
    stroke: rgb( 0 194 239 );
  }

  .site-header-container .site-logo [data-name=dots], 
  .site-header-container .site-logo [data-name=title], 
  .site-header-container .site-logo [data-name=subline] 
  {
    fill: rgb( 0 38 124 );
  }
  
  .site-header-container.stuck .site-logo [data-name=title] {
      transform: scale(1.45);
  }
  
  .headline {
    display: inline-block;
    line-height: 74px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    background: white;
    color: #001136 !important;
}

.form-group input[type="submit"],.form-group  input[type="button"]
{
    font-size: 1rem;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #00c2ef;
    background: white;
    color: #001136 !important;
    font-weight: 600;
}

input[type="submit"]:hover
{
    /*background: white !important;
    color: #001136 !important;*/
    opacity: 0.9;
}

.lift-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

li.lift-item-big {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

li.lift-item-big div {
    padding: 25px;
    margin: 7px;
    background: white;
    width: calc(50% - 7px);
}

li.lift-item-big div h3 {
    font-size:x-large;
}

li.lift-item-big i.big {
    font-size: 50px;
    color: #5BD5EF;
}

li.lift-item-big a,.login-form  a{
    text-decoration: none;
    padding: 9px 0;
    border-bottom: 2px solid #5bd5f2;
    color: #001136;
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

li.lift-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 15px;
    border-bottom: 1px solid lightgray;
    text-align: start;
    font-family: 'Roboto Condensed';
}

.lesetest-helle-blau
{
    color:#5bd5f2;
}

.customAlert {
    display: none;
    position: fixed;
    max-width: 38%;
    min-width: 250px !important;
    min-height: 16%;
    height: auto;
    left: 31%;
    top: 20%;
    padding: 6px;
    box-sizing: border-box;
    border-radius: .3rem;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 65%);
    background: #f8f9fa;
    animation : none;
}

.customAlert.fail .message
{
    color: red;
}

.navbar-nav li::before 
{
    position: absolute;
    top: 7px;
    left: 1px;
    width: 15px;
    height: 15px;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #001136;
    z-index: 10;
    font-size: 20px;
}

.navbar-nav li:nth-child(1)::before {
    content: "\ee59";
}

.navbar-nav li:nth-child(2)::before {
    content: "\f433";
}

.navbar-nav li:nth-child(3)::before {
    content: "\f3f3";
}

.navbar-nav li:nth-child(4)::before {
    content: "\ec5a";
}

.navbar-nav li:nth-child(5)::before {
    content: "\ec5c";
}

.navbar-nav li:nth-child(6)::before {
    content: "\f045";
}

.navbar-nav li:nth-child(7)::before {
    content: "\f264";
}

.navbar-nav li:nth-child(8)::before {
    content: "\f264";
}

.navbar-nav > li > ul li::before {
    content: "" !important;
}

.customAlert.opened
{
    animation: auto ease 0s 1 normal none running none;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 1300px) {
    .customAlert .message {
        font-size: 14px !important;
    }
    .customAlert input[type=button] {
        height: 15% !important;
    }
}

    .customAlert .message {
        padding: 5px;
        color: #001136;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

    .customAlert input[type=button] {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 50%;
        height: 36px;
        margin-top: -45px;
        margin-left: -25%;
        outline: 0;
        border: 0;
        background: #00267c;
        color: #ffffff;
    }

    .customAlert input[type=button]:hover {
        transition: 0.3s;
        cursor: pointer;
        background: #05cd99;
        transition: 0.3s;
        cursor: pointer;
        background: #249401;
        color: white;
        border: 1px solid white;
    }

    .text-start
    {
        text-align: start;
    }

    .nav-link
    {
        padding: 0 15px !important;
    }

    .nav-tabs {
        border-bottom: 1px solid #001136 !important;
    }

  .nav-tabs .nav-item {
    margin-bottom: 0;
  }

  .nav-tabs .nav-link 
  {
    border: 0 !important;
    border-color: lightblue !important;
    outline:0;
  }

  .nav-tabs .nav-link.active
  {
    border-bottom: 3px solid #001136 !important;
    padding-bottom: 0;
  }

  .nav-tabs .nav-item.show .nav-link 
  {    
    border : 0 !important;
  }

  .tab-pane {
    border: 0;
    border-top: 0;
    min-height: 300px;
    padding: 9px;
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link 
  {
    background-color: transparent !important;
  }

  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent !important;
    border-color: #dbdbdb;
    cursor: no-drop;
  }

  .accordion-item .accordion-button{
    outline: 0;
    border-bottom: 0 !important;
  }

  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .accordion-button:not(.collapsed)
  {
    color: black !important;
    background-color: #f4f4f4 !important;
  }

  .accordion-item .accordion-button .anzahl { 
    text-align: right;
    flex-grow: 2;
    margin-right: 21px; 
  } 
  
  .accordion-button:last-child {
    flex-grow: 1; /* Default value or can be set to 0 to remain smaller */ 
  }

  .accordion-button:not(.collapsed) {
    color:#001136;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    background-color: transparent;
  }

  .accordion-button:focus{
    box-shadow: none;
  }

  .accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .accordion-header {
    margin-bottom: 0;
    line-height: 3rem;
  }

  .accordion-body {
    padding: 0;
    background:#ffffff;
    margin: auto;
  }

  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }

  .accordion-item {
    border: 0;    
    border-bottom: 1px solid #d5d5d57a;
    background: transparent;
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    background: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  }

    .component-template
    {
        display: none;
    }

    .accordion-button::after 
    {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: unset !important;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001136'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

    .accordion-button .nicht-gespeichert 
    {
        display:none;
        color: #DD1000;
        flex-grow: 2;
        text-align: end;
        font-weight: 600;
    }

    .lesetest-block 
    {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-content: flex-start;
        flex-wrap: nowrap;
        background: white;
        padding: 1rem;
        max-width: 500px;
    }

    .lesetest-block.column
    {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        align-content: flex-start;
        flex-wrap: nowrap;
        background: white;
        padding: 1rem;
        max-width: 500px;
    }

    .lesetest-block i.big 
    {
        font-size: 50px;
        color: #5BD5EF;
    }

    .lesetest-block a 
    {
        text-decoration: none;
        padding: 9px 0;
        border-bottom: 2px solid #5bd5f2;
        color: #001136;
        font-family: 'Roboto Condensed';
        font-weight: 600;
    }

    .lesetest-block-group
    {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .lesetest-block-titel
    {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: nowrap;
    }

    .profil-foto
    {
        display: block;
        width: 224px;
        height: 266px;
        margin-right: 20px;
        background-position: center;
        background-size: cover;
    }
    
    .profil-text
    {
        width: 286px;
    }

    .accordion-button:not(.collapsed)::after 
    {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001136'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
        transform: rotate(-180deg);
    }


  .clickbar
  {
    cursor: pointer;
  }

.hidden
{
    display: none;
}

.ricon::before
{
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ricon
{
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dummy-datatable {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.error-block
{
    display: none;
    color: red;
    border:1px solid red;
    box-shadow: 0 0 5px rgb(215, 215, 215);
    padding: 7px;
}

@media (min-width: 1440px) {
    html {
      zoom: 1; 
    }    
}
.dummy-datatable tbody{
    display: none;
}

.body-page-title {
    font-size: large;
    font-weight: 500;
    padding: 25px;
    text-align: center;
    color: #093284 !important;
}

.body-page-text
{
  padding: 25px;
  text-align:left;
}

.body-page-title small {
  font-weight: 700;
}

.body-page-title strong {
  font-size: xx-large;
  font-weight: 500;
  display: block;
}


a#login-trigger + ul li form input[type="submit"] {
    background: #00c2ef;
    color: white;
    border: 2px solid #01bae5;
    border-top: 3px solid #003063;
    padding: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: none;
    min-width: 104px;
    line-height: 38px;
}

.navbar-nav > li > a:first-child:nth-last-child(2):before {
    border-top-color: #aaa;
    right: 0px;
}

.navbar-nav > li:hover > a:first-child:nth-last-child(2):before
{
    border-bottom-color: #aaaaaa;
}

.accordion-item .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.modal-header .btn-close 
{
    border: 1px solid #5c0b0b;
}

.spin-it
{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

header.flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.logo-lift
{
    width: 150px;
}

.logo-lift img
{
    max-width: 150%;
}

a.link1,
input[type="button"],
input[type="submit"] {
    min-width: 185px;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0px lightgray;
    font-size: 1rem;
    width: 288px;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #00c2ef;
    background: white;
    color: #001136 !important;
    font-weight: 600;
}

a.link1:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
    box-shadow: 1px 1px 5px 0px rgb(130, 130, 130);
}

input[type="submit"]::before,
input[value="Bitte Speichern"]::before,
input[value="Speichern"]::before
{
    content: "\f0b2";
    font-family: 'remixicon' !important;
    font-size: larger;
    color: #00C2EF;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.link1 i::before{
    font-size: larger;
    color: #00C2EF;
}

a:hover
{
    color: unset;
}

.heft-add-knoepfe {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.heft-add-knoepfe a.schnelleingabe {
    font-size: 1rem;
    width: 288px;
    padding: 0px 10px;
    border-radius: 25px;
    border: 1px solid #00c2ef;
    background: white;
    color: #001136 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.tiny-bq-link a {
    display: block;
    background: white;
    padding: 25px;
    width: 800px;
    text-decoration: none;
}

.tiny-bq-link a:after {
    content: "\ec5a";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    float:right;
}

.heft-add-knoepfe a.schnelleingabe:hover
{
    text-decoration: none;
    box-shadow: 0 0 3px #cfcfcf;
}

.groese-link-knoepfe{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.groese-link-knoepfe .groese-link {
    background: white;
    padding: 25px;
    cursor: pointer;
    position: relative;
    margin: 15px;
    min-width: 40%;
    min-height: 151px;
}

.groese-link-knoepfe .groese-link:before {
    /*content: "\ec5a";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    color:#00c2ef;
    top:10px;
    left:10px;
    font-size: 35px;*/
}

.groese-link-knoepfe .groese-link:hover {
    box-shadow: 0 0 5px lightgray;
}

.groese-link-knoepfe .g-title {
    font-size: 1.6875rem;
    line-height: 35px;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}