html {
    overflow-y: scroll;
}
@font-face {
    font-family: 'helvetica-light.ttf';
    src: url(Helvetica/Helvetica-light.ttf);
}

/* GENERAL STYLE */
body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,e9e9ce+100;Wax+3D+%232 */
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0em;
    padding: 0em;
    font-size: 63%; /* 16px=1.6em*/
}
h2 {
    font-size: 2.5em;
    /*line-height: 2.88em;*/
    font-family: 'helvetica-light.ttf';
    font-weight: 100;
    color: #495252;
    margin: 0em;
    padding: 1.4em;
    text-align: left;
}
p {
    font-family: 'helvetica-light.ttf';
    font-size: 1.4em;
    font-weight: 100;
    color: #000000;
    margin: 0em;
    padding: 2em 1em 1em 1em;
    text-align: left;
    /*text-align: justify;*/
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: square;
    font-family: 'helvetica-light.ttf';
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.8em;
    margin: 0em;
    padding: 0em;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
.wrapper {
    height: 350px;
}
/* STICKY NAVIGATION SCROLLEN*/
.container header {             /*Sticky Navigation*/
    position: relative;
    width: 100%;
    top: 0;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.4);
    transition: transform 800ms ease, background 900ms ease;
    -webkit-transition: transform 800ms ease, background 900ms ease;
    z-index: 1;
}

.container header.scrolled {
    position: fixed;
    top: -70px;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.4);
    transform: translateY(70px);
    transition: transform 800ms ease, background 900ms ease;
    -webkit-transition: transform 800ms ease, background 900ms ease;
}
.container header ul li {
    padding: 10px;
}
.container header.scrolled ul li a {
    font-weight: 100;
}
.container {
    background: url(../images/header_bild3.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% auto;
    max-width: 100%;
    width: 100%;
    z-index: -1;
}
.textbox {
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.4);
    font-family: 'helvetica-light.ttf';
    padding: 5px;
    width: 20%;
    text-align: center;
    margin: 20px 10px;
    font-size: 0.8em;
}
.logo {
    letter-spacing: 2px;
    margin-left: -6em;
    padding-left: 13em;
    padding-top: 5em;
}

.orgelakademie {
   /*font-size: 3vmax;*/
   font-size: 4vmax;
   margin-left: -0.1em;
   font-weight: bold;
   font-family: 'Helvetica-bold.ttf';
   /*color: #FFCB65;*/
   color: #FFFFFF;
   margin: 0 0 0 -5px;
   padding: 0;
}
.uckermark {
   font-size: 2vmax;
   margin: 0 0 0 -1px;
   padding: 0;
   color: #FFFFFF;
   letter-spacing: 1.3px;
   font-weight: bold;
}
.kulturland {
    font-size: 1.8vh;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
}
.home {
    width:2em;
    height: auto;
    margin-bottom: -10.7em;
    margin-left: -8em;
}
header nav ul {
    display: inline-block;
    list-style-type: none;
    float: right;
    margin-left: 15em;
    padding-right: 4em;
}
header nav ul a {
    text-decoration: none;
    transition: all 0.5s ease;
    padding-left: 0.8em;
    font-size: 0.8em;
    letter-spacing: 0.8px;
    font-family: 'helvetica-light.ttf';
    /*color: #E0E0B1;*/
    color: #FFFFFF;
}
.navi a {
    padding-left: 0;

}
.navi ul li a:hover {
    border-bottom: 0.5px solid #FFFFFF;
    transition: .5s;
}
.impressum a:hover {
    border-bottom: 0.5px solid #222222;
    color: #222222;
}
.kontakt a:hover {
    border-bottom: 0.5px solid #222222;
    color: #222222;
}
.navi a:active,
.navi .active a {
    border-bottom: 0.5px solid #FFFFFF;
}
header nav li {
    display: inline-block;
}
nav #menu-toggle {
    display: none;
}
nav .label-toggle {
    display: none;
}
header nav .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.bildunterschrift_wagnerprospekt {
    font-size: 1.1em;
    padding: 25px 0 0 1.8em;
    margin-right: 2em;
    float: left;
}
footer {
    padding: 5px 0 5px 0;
}
/*Button nach oben Anfang*/
#back-top {
    padding-right: 3px;
    display: none;
    float: right;
    z-index: -3;
}
#back-top a {
    text-decoration: none;
}
#back-top a:hover {
    text-decoration: none;
    background-color: #47525A;
}
#back-top .pfeil {
     padding-top: 0.5em;
}
/*Button nach oben Ende*/
@media screen and (max-width: 800px) {
.wrapper {
    width:100%;
}
.navBar {
    height:auto;
}
.logo {
    margin: 0em 0 0 4.5em;
    padding: 3.8em 0 3em 0em;
}

header nav ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28343b+0,b5bdc8+100 */
    background: rgb(40,52,59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40,52,59,1) 0%, rgba(181,189,200,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(40,52,59,1) 0%,rgba(181,189,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(40,52,59,1) 0%,rgba(181,189,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=0 ); /* IE6-9 */
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden;
    padding: 0;
    margin-right: 0em;
    margin-left: 0em;
}
header nav li {
    border-bottom: 0.5px solid #9B9B9B;
    display: block;
    padding: 8px;
    font-family: 'helvetica-light.ttf';
}
header nav ul li a {
    font-size: 0.8em;
}

/* SCHRIFT ANPASSEN TOGGLE MENUE */
nav #menu-toggle:checked ~ header nav ul {
    opacity: 1;
    height: 100vh;
    visibility: visible;
}
.hamburger div {
    border: solid 2px #F9F9F9;
    width: 18px;
    margin: 3.5px;
}
.hamburger {
    float: right;
    cursor: pointer;
    margin:  100px 30px 30px 0;
}
nav .wrapper {
    display: block;
}
}
/* CONTENT */
#main {
    display: block;
    width: 96%;
    max-width: 980px;
    margin: -2em auto;                      /*Abstand nach oben; Seitenverhältnisse links und rechts auto*/
    padding: 0;
}
#main article {
    display: inline-block;                  /*Ausrichtung von main und aside nebeneinander.*/
    width: 65.3%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,e9e9ce+100;Wax+3D+%232 */
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: 3em;
    vertical-align: top;
    padding: 0em;
    text-align: center;
}
hr {
    border: none;
    border-top : 0.5px solid #D0D0B3;       /*Linie Unterricht Content*/
    height: 0.5px;
    margin-bottom: -1em;
}
#main article h2 {
     font-size: 2em;
     font-family: 'helvetica-light.ttf';
}
#main article p {
    margin-top: -2.3em;
    padding-bottom: 1em;
}
/* CONTENT INHALT UNTERRICHT */
#main .section_main ul li{                /*TEXT CONTENT*/
    font-family: 'Helvetica-light.ttf';
    font-size: 1.4em;
    font-weight: 100;
    color: #001010;
    margin: 0 0 0 2.1em;
    margin-right: 2em;
    text-align: left;
    line-height: 20px;
    list-style: disc;
}
#main .ausbildungs_konzept {
    margin: 0 0 -2.5em -0.7em;
    color: #5C5C5C;
}
#main .lerntheoretische_grundlage {
    font-size: 1.7em;
    margin: 0 0 -2.2em -0.7em;
}
#main .section_main h2 {
    font-size: 1.5em;
    margin: 0 0 -1em -0.5em;
}
#main .nummerierung {
    font-size: 1.2em;
    margin: -22px 0 -24px 4px;
}
/* ASIDE UNTERRICHT */
.prospekt_ausschnitt {
    width: 100%;
    max-width: 100%;
    margin-bottom: -3px;
}
.bildunterschrift_audratnotation {   /*Bildunterschrift Quadratnotation*/
    font-size: 1em;
    margin: -0.5em 0 0 -5px;
    padding: 0.8em;
}
.bild_beschriftung {                 /*Transparente Bildberschriftung*/
     position: relative;
     z-index: -1;
}
.bild_beschriftung span {
    position: absolute;
    bottom: 0;
    left: 0;
    width:95%;
    padding-left: 1em;
    font-size: 0.9em;
    color: #C8C8C8;
    height: 2em;
    font-family: 'helvetica-light.ttf';
    line-height: 2.0em;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.4);
}
/* ASIDE */
#main aside {
    display: inline-block;              /*Ausrichtung von aside und main nebeneinander.*/
    width: 30.6%;
    margin-left: 3%;
    padding:0 0 0 0;
    vertical-align: top;
    margin-bottom: -20px;
    margin-top: 3em;
    height: auto;
}
.bergeltbuch {                           /*Buch Bergelt Bild Sliden hover*/
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
}
.imageBox {
    position: relative;
    overflow: hidden;
    width: 100%; 
    height:auto;
    float: left;
    margin-right: 100px;        
}
.figure {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
.imageBox .tr-slideIn {
    left: -105%;
    width: 100%; 
    height: 100%;
    margin: 0;
    opacity: 0.7;   
    background-color: #3A3A3A;
    color: white;    
    font-family: 'helvetica-light.ttf';
    -webkit-transition: all 0.5s;
}
.imageBox .tr-slideIn p {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    padding-top: 120px;
}
.imageBox:hover .tr-slideIn {
    left: 0;
}
   
#main aside section {
    margin-bottom: 0.5em;
    /*background-color: #E1E1E1;*/
    border-left: dotted 0.5px #002517;
    border-right: dotted 0.5px #002517;
    border-bottom: 0.5px  dotted #002517;
    border-top: 0.5px  dotted #002517;
    height: auto;
}
#main aside section ul li {
    color: #002517;
    font-size: 1.4em;
}
aside section h2 {
    padding: 1em 0em 0em 0em;
    margin-top: -0.5em;
    font-size: 1.5em;
}
#main aside section ul {
    padding: 0em 3em 2em 3em;
}
/* BOXEN aside AUSRICHTEN */
aside .section_1 h2 {
    margin-bottom: 0.1em;
    margin-left: 1em;
}
aside .section_2 h2 {
    margin-bottom: 0.1em;
    margin-left: 1em;
}
aside .section_2 p {
    margin-left: 0.2em;
}
aside .section_3 h2 {
    margin-bottom: 0.1em;
    margin-left: 1em;
}
.teilnahme {
    background-color: #E0E0B1;
}
.teilnahme p {
    clear: both;
    padding: 0.5em 1em 2em 1em;
}
.teilnahme a {
    font-size: 1em;
    color: #495252;
    border-bottom: 0.5px solid;
}
aside .section_2 h2  {
    float: left;
}
aside .section_2 li {           /*Teilnahme und Kontakt*/
     width: 150%;
     list-style: none;
}
.streifen {
     background-color: #E0E0B1; /*Streifen ASIDE*/
     width: 100%;
     height: 1.5em;
     display: block;
     position: relative;
     padding: 0;
     margin: 0;
     /*z-index: -1;*/
     clear: both;
}
.section_2 p {
    padding-top: 5px;
}

/* FOOTER */
footer {
    display: block; /*Ganze Breite der Webseite*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
}
footer {
     margin-top: 5em;
}
footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;

}
footer ul li {
    display: inline;
    line-height: 4.5em;
    padding: 0px 5px 0 5px;
    font-family: 'helvetica-light.ttf';
    font-size: 1.2em;
}

/*Button nach oben Anfang*/
#back-top {
    margin: -4px 10px 0 0px;
    display: none;
    float: right;
    z-index: -3;
}
#back-top a {
    width: 1em;
    height: 2em;
    margin-top: -55px;
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    color: #fff;
    background-color: ;
    text-decoration: none;
}
#back-top a:hover {
    text-decoration: none;
}
.pfeil {
    height: 25px;
    width: 25px;
}
/*Button nach oben Ende*/
/* FOOTER */
footer {
    display: block; /*Ganze Breite der Webseite*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;

}
footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;

}
footer ul li {
    display: inline;
    font-size: 1.1em;
    line-height: 4.5em;
    color: #000000;
    padding: 0px 5px 0 5px;
    font-family: 'helvetica-light.ttf';
    margin-top: 60px;
}
footer ul li  {
    color: #0B0B0B;
    font-size: 1.2em;
}
footer ul li a {
    color: #0B0B0B;
}

/* MOBILE STYLE */
@media screen and (max-width: 800px) {
nav ul a {
    font-weight: 100;
}
.foto {
    height: 260px;
}
nav ul {
    margin-top: 10em;
}
header {
    margin-top: -2em;
}
.container header.scrolled {
    background-color: transparent;
}
}

@media screen and (max-width: 600px) {
.bild_beschriftung span {
    width: 97.5%;
}
#main aside, #main article {
    width: 100%;
    display: block;
    margin: 1em 0em 1em 0em;
}
}
@media screen and (max-width: 600px) {
.kulturland {
    font-size: 1.2em;
    letter-spacing: 1px;
}
#main {
    margin-top: 1em;
}
#main .ausbildungs_konzept {
   padding-top: 0;
}
}
@media screen and (min-width: 550px) {
.nav.nav {
    display: block !important;
}
.logo {
    width: 60%;
}
}
@media screen and (max-width: 550px) {
body {
    font-size: 65%;
}
#main article {
    border-left:none;
}

#main aside {
    padding-top: 0em;
}
.foto {
    height: 160px;
}
.orgelakademie {
    font-size: 2.2em;
    padding-left: 0.1em;

}
.uckermark {
    line-height: 20px;
}
.kulturland {
    letter-spacing: 1px;
    font-size: 0.9em;
}
.header ul {
    margin-top: 0;

}
.nav ul li {
     display: block;
     margin: 0em 0 0em 0;
     font-size: 1em;
     font-family: 'helvetica-light.ttf';
     border-top : 0.5px solid #484848;
     padding-bottom: 1.3em;
}
.navBar {
    height: auto;
}
.logo {
    margin: 0em 0 0 0;
    padding: 3em 0 2.5em 2.3em;
}
footer ul {
    padding: 5px 0 5px 0;
}
footer ul li  {
    color: #151515;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 0px 5px 0 5px;
}
footer ul li a {
    color: #151515;
}
}
/*Button nach oben Anfang*/
#back-top {
    display: none;
    float: right;
    z-index: -3;
}
#back-top a {
    margin-top: -55px;
    display: block;
    padding-top: 0.8em;
    font-size: 1.5em;
    color: #fff;
    background-color: ;
    text-decoration: none;
}
#back-top a:hover {
    text-decoration: none;
    background-color: #47525A;
}
.pfeil {
    width:100%;
    padding: 10px 0 8px 0;
    margin: -0.5em 0 0.5em 0;
}

/*Button nach oben Ende*/

/* TOGGLE TEXT AUSKLAPPEN 1 + 2 */             /*Checkbox*/

#checkbox {
    background-color: gray;
}
.accordeon-checkbox {
    display: none;
}
.accordeon-title-label1 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-title-label2 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-content1 {
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 6em;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}
.accordeon-content2 {
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}
.accordeon-title-label1:before {
    content: "+";
}
.accordeon-title-label2:before {
    content: "+";
}
.accordeon-checkbox:checked + .accordeon-content1 .accordeon-title-label1:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content2 .accordeon-title-label2:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content1 {
    height: auto;
}
.accordeon-checkbox:checked + .accordeon-content2 {
    height: auto;
    padding-bottom: 1em;
}
.name_dozent {
    padding: 3em 0 0 1em;
    font-size: 1.5em;
    font-family: 'helvetica-light.ttf';
}
.accordeon-content1 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content2 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content1 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content2 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content2 {
    margin-top: 1em;
}
.text_seit {
    clear: both;
    padding-top: 0.5em;
}
.foto_gloes {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: 0 10px 0 1.5em;
}
/* TOGGLE TEXT AUSKLAPPEN 3 */
#checkbox {
    background-color: gray;
}
.accordeon-checkbox {
    display: none;
}
.accordeon-title-label3 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-content3 {
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

.accordeon-title-label3:before {
  content: "+";
}
.accordeon-checkbox:checked + .accordeon-content3 .accordeon-title-label3:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content3 {
    height: auto;
}
.name_dozent {
    padding: 3em 0 0 1em;
    font-size: 1.5em;
    font-family: 'helvetica-light.ttf';
}
.accordeon-content3 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content3 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content3 {
    margin-top: 1em;
}
.text_seit {
    clear: both;
    padding-top: 0.5em;
}
.foto_gloes {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: 0 10px 0 1.5em;
}
/* TOGGLE TEXT AUSKLAPPEN 4 */
#checkbox {
    background-color: gray;
}
.accordeon-checkbox {
    display: none;
}
.accordeon-title-label4 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-content4 {
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

.accordeon-title-label4:before {
    content: "+";
}
.accordeon-checkbox:checked + .accordeon-content4 .accordeon-title-label4:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content4 {
    height: auto;
}
.name_dozent {
    padding: 3em 0 0 1em;
    font-size: 1.5em;
    font-family: 'helvetica-light.ttf';
}
.accordeon-content4 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content4 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content4 {
    margin-top: 1em;
}
.text_seit {
    clear: both;
    padding-top: 0.5em;
}
.foto_gloes {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: 0 10px 0 1.5em;
}

/* TOGGLE TEXT AUSKLAPPEN 5*/
#checkbox {
    background-color: gray;
}
.accordeon-checkbox {
    display: none;
}
.accordeon-title-label5 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-content5{
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

.accordeon-title-label5:before {
    content: "+";
}
.accordeon-checkbox:checked + .accordeon-content5 .accordeon-title-label5:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content5 {
    height: auto;
}
.name_dozent {
    padding: 3em 0 0 1em;
    font-size: 1.5em;
    font-family: 'helvetica-light.ttf';
}
.accordeon-content5 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content5 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content5 {
    margin-top: 1em;
}
.text_seit {
    clear: both;
    padding-top: 0.5em;
}
.foto_gloes {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: 0 10px 0 1.5em;
}
/* TOGGLE TEXT AUSKLAPPEN 6*/
#checkbox {
    background-color: gray;
}
.accordeon-checkbox {
    display: none;
}
.accordeon-title-label6 {
    float: right;
    font-size: 2em;
    margin-right: 0.5em;
    cursor: pointer;
    display: block;
    color: #b49d61;
    font-weight: bold;
    font-family: 'helvetica-light.ttf';
    width: 10px;
    height: 10px;
}
.accordeon-content6{
    padding: 10px;
    /*background-color: #615c3f;*/
    background-color: #E0E0B1;
    max-width: 100%;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

.accordeon-title-label6:before {
    content: "+";
}
.accordeon-checkbox:checked + .accordeon-content6 .accordeon-title-label6:before {
    font-size: 1.4em;
    font-family: verdana;
    top: -2px;
    position: relative;
    content: "-";
}
.accordeon-checkbox:checked + .accordeon-content6 {
    height: auto;
}
.name_dozent {
    padding: 3em 0 0 1em;
    font-size: 1.5em;
    font-family: 'helvetica-light.ttf';
}
.accordeon-content6 li {
    font-size: 1.3em;
    list-style: square;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
}
.accordeon-content6 ul {
    padding-top: 0em;
    float: left;
}
.accordeon-content6 {
    margin-top: 1em;
}
.text_seit {
    clear: both;
    padding-top: 0.5em;
}
.foto_gloes {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: 0 10px 0 1.5em;
}



















