.nurpc{
display:none !important;
}

body{
background: #D0EEFF;
padding:0px;
margin:0px;
font-size: 5vw;
}

button {
font-size: 1em;
font-weight: normal;
padding: 0.2em 1em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: rgba(208, 238, 255, 0.6);
border: 1px solid #312F2F;
box-shadow: 0px 1.2vw 1.2vw rgba(0, 0, 0, 0.25);
border-radius: 0.8em;
color: inherit;
}

#allesbox {
    position: relative;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
}

#iphonebox {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling:touch;
width: 100vw;
top: calc(var(--headerhoehe) - 2vw);
left: 0px;
height: calc(90vh - var(--headerhoehe));
-webkit-overflow-scrolling: touch;
}

.index #iphonebox, .logonfenster #iphonebox {
display: flex;
flex-direction: column;
height: 88vh;
align-items: center;
justify-content: space-between;
}
/*header*/

#header {
margin-top: 0px;
background: #FFFFFF;
display: flex;
align-items: flex-end;
position: fixed;
top: 0px;
left: 0px;
width: calc(100vw - 0.4vw);
z-index: 100;
flex-wrap: wrap;
min-height: 51.6vw;
box-shadow: 0px 1vw 2vw rgba(0, 0, 0, 0.5);
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#header.veranstaltung {
flex-wrap: nowrap;
align-items: flex-end;
justify-content: space-around;
}

#headerraendli {
position: absolute;
width: 100%;
border-bottom: solid 0.4vw black;
top: 21vw;
}

/*#headerraendli .rahmenbalken {
position: relative;
width: 96%;
height: 0.3em;
display: flex;
flex-shrink: 0;
left: 2%;
}*/

.veranstaltung #jahre {
margin: 0.5em 2vw 0.5em 0px;
}

/*logo*/

#logo {
position: absolute;
left: 4vw;
top: 4vw;
width: 65vw;
}

/*Lehrpersonen*/

#personendaten {
position: relative;
width: 80vw;
margin-top: 24vw;
}

#lehrpersonen {
display: inline-flex;
align-items: center;
margin: 0px 0px 0px 0px;
justify-content: space-between;
}

#rueckwaerts {
display: flex;
width: 10%;
height: auto;
}

#vorwaerts {
display: flex;
width: 10%;
height: auto;
}

#lpliste {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 2.5vw;
display: flex;
width: 80%;
height: 2em;
align-items: center;
margin: initial !important;
color:#050100;
min-height: 11vw;
}

.schriftverkleinern{
font-size:0.8em;
}

#lpliste option {

}

#esentialkasten {
display: flex;
flex-direction: column;
width: 95%;
margin: 6vw 0px 3vw 2vw;
min-height: 18vw;
}

#datuemer {
display: flex;
justify-content: space-evenly;
margin-top: 0.5em;
}

#datuemer h2 {
font-size: 0.8em;
margin: initial !important;
}

#geburtsdatum {
margin-right: 1em;
}

/*Jahrzahlen*/

#jahre {
display: flex;
flex-direction: column;
width: 3em;
justify-content: center;
align-items: center;
height: auto;
border: 1px solid #050100;
border-radius: 2vw;
margin-bottom: 0.8em;
}

.einsmehr {
width: 7vw;
height: 7vw;
margin-top: 1vw;
}

.einsweniger {
width: 7vw;
height: 7vw;
margin-bottom: 1vw;
}

.lehrpersonenkarte #jahre {
margin-left: 0.5vw;
}

#jahrzahlen {
padding: 0px 0.4vw 0.1vw;
background-color: white;
color: black;
font-size: 0.9em;
height: 1.4em;
}

/*Instrumente*/

#instrumentenblock {
display: flex;
margin: 1vw 2vw 0px 1vw;
width: initial;
justify-content: space-evenly;
}


.schriftundicon {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.wechselicon {
position: relative;
width: 25vw;
height: 25vw;
border: 0.6vw solid #CF0A0A;
background-color: #ffffff;
border-radius: 50%;
}


.instrumentbild {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.instrumentbild .svg {
width: 85%;
}

.instrumentenh2{
font-size:0.7em;
text-align:center;
padding-top: 0.1em;
}

.seitentitel{
display:flex;
justify-content:space-between;
align-items:center;
}

#seitentitelicon {
margin-right: 0.5vw;
}
#seitentitelicon .svg{
margin-top: -0.6vw;
}

#veranstaltung {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 2.5vw;
display: flex;
width: 100%;
height: 2em;
align-items: center;
margin: initial !important;
color: #050100;
min-height: 11vw;
}

/*content*/

#content {
width: 97vw;
position: relative;
padding-top: 1em;
min-height: calc(85vh - var(--headerhoehe) - var(--footerhoehe));
padding-left: 2vw;
}

#bearbeitungerlaubt {
font-size: 0.8em;
font-weight: 600;
text-align: center;
margin-top: initial;
line-height: initial;
}

#personenfelder {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
align-items: stretch;
}

.weissfeld {
background: #ffffff;
padding: 3vw;
margin: 1vw 0px 1vw 0px;
width: 92%;
flex-shrink: 0;
border: 0.1vw solid #050100;
border-radius: 4vw;
position: relative;
white-space: pre-wrap;
font-size: 0.9em;
}

.bearbeiten {
position: absolute;
right: -0.3em;
top: -1.7em;
width: 2em;
}


.innerfeld {
display: flex;
flex-direction: column;
position: relative;
}

.kleinfeld{
width:13.5% !important;
}

.mittelfeld{

}

.halbfeld{
width:44% !important;
}

.zweidrittelfeld {
width: 55% !important;
}

.mailtool .zweidrittelfeld {
width: 94% !important;
}

.bereich #stufentest, .bereich #hospitation {
width: 92% !important;
}

.general #auftritte,.general #musizierstunde,.bereich .mittelfeld {
width: 50% !important;
}

.general #schuelerauf,.general #schuelermusizier,.bereich .kleinfeld {
width: 33% !important;
}

.bereich .zweidrittelfeld {
width: 92% !important;
}

#rahmenlehrplanbesprochen {
width: 92% !important;
}

#bearbeitungswertfeld {
width: 92% !important;
}

.grossfeld{
width:92%;
}

.weissfeld .ueberschrift{
margin:-1em 0px 0px 0px;
padding:0px;
font-size: 1.1em;
font-weight: 600;
}

.checkboxumfeld .ueberschrift {
margin: initial;
font-weight: normal;
}

.innerfeld .ueberschrift{
margin:0px 0px 0px 0px;
padding:0px;
font-size: 1.1em;
font-weight: 600;
}

.innerfeld .bearbeiten {
left: 6em;
width: 2em;
top: -2.5em;
}

#name .bearbeiten{
left: 4em;
}

#eintritt .bearbeiten{
left: 4.7em;
}

#vorname .bearbeiten{
left: 5.9em;
}

#gebdatum .bearbeiten{
left: 6.5em;
}

#fachbereich .bearbeiten {
left: 7em;
}

#mail .bearbeiten{
left: 3em;
}

#mail.block0 {
width: 92%!important;
}

#instrument .bearbeiten{
left: 7em;
}

#schuelerauf, #schuelermusizier {
left: -2vw;
}

.neupersonenblock {
justify-content: space-between;
width: 92% !important;
display: flex;
align-items: center;
}

.neupersonenblock.weissfeld .ueberschrift {
margin: 0px 0px 0.5em 0px;
padding: 0px;
font-size: 1.1em;
font-weight: normal;
}

.neupersonenblock .bearbeitungsarea {
width: 64vw !important;
height: 2.5em;
border-radius: 0.7em;
}

.neupersonenblock #checkboxfenster {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}

#neupersonenblockfachbereich {
width: 89% !important;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
}

#fachbereichanzeigen {
display: flex;
align-items: center;
}

.checkbox{
display: block;
width: 1.5em;
height: 1.5em;
border: solid 0.13em #CF0A0A;
border-radius: 0.3em;
margin-right:0.2em;
margin-left:0.1em;
}

.neucheckboxen .checkbox, #anzeigcheckbox{
display: block;
width: 1.5em;
height: 1.5em;
border: solid 0.13em #CF0A0A;
border-radius: 0.3em;
margin-right: 1em;
margin-left:initial;
}

#anzeigcheckbox {
width: 1em;
height: 1em;
position: relative;
}

#innercheckboxfachbereichanzeigen {
top: -0.3em;
}

.zusammenfassungsfenster {
display: flex;
position: relative;
width: 92%;
}

.administration .bloecke0, .general .bloecke0{
width: 92%;
flex-wrap: wrap;
}

.personendaten{
font-style: italic;
font-weight: 100;
font-size: 1em;
color: #000000;
width:100%;
margin-top: -1em;
}

.mahnstatus::before {
content: " ";
display: block;
width: 0.2em;
height: 0.6em;
position: absolute;
background: #E22006;
top: 1.8em;
left: calc(83% + 0.05em);
border-radius: 0.15em;
}

.mahnstatus::after {
content: " ";
display: block;
width: 0.3em;
height: 0.3em;
position: absolute;
background: #E22006;
top: 2.5em;
left: 83%;
border-radius: 0.15em;
}

.personendaten.veranstaltung {
    width: 70%;
}

.innerfeld .personendaten{
margin-top: initial;
}

.administration .bloecke0 .innerfeld .personendaten, .general .bloecke0 .innerfeld .personendaten{
margin-top: -1em;
margin-bottom:0.5em;
}

.innerfeld.kleinfeld {
width: 50% !important;
}

.administration .bloecke0 .innerfeld.kleinfeld, .general .bloecke0 .innerfeld.kleinfeld {
flex-shrink: 0;
width: 50% !important;
}

.administration .bloecke0 .innerfeld.mittelfeld, .general .bloecke0 .innerfeld.mittelfeld {
width: 50% !important;
top: 1em;
}

#fachbereich{
width: 50% !important;
top: 1em;
}

#personenbild {
overflow: hidden;
width: 97.5% !important;
border-radius: 5vw;
padding: 0px;
height: 59vw !important;
margin-bottom: 1em;
}

.keinbild{
display:none !important;
}

#datenpersonenbild {
margin-top:-1vw;
margin-left:-10%;
width:120%;
}


#datenpersonenbild img{
width:100%;
}

#bildwarntext {
position: absolute;
top: 0px;
left: 1em;
}

.bereich #bloecke1, .general #bloecke1 {
width: 92% !important;
justify-content: space-between;
}

.bereich #bloecke0 {
width: 92% !important;
}

.general #bloecke1 .block1 {
width: 30% !important;
top: 0px;
flex-shrink: 0;
}

.general #bearbeitenfachbereich {
left: 4em;
top: 1em;
}

.general #bemerkungen,.general #hospitation{
width:92% !important;
}

.lehrpersonenkarte .veranstaltung {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 2vw;
margin: 0px;
flex-wrap: wrap;
margin-bottom: 0.5em;
}

.lehrpersonenkarte .veranstaltung p {
margin: 0px;
}

.lehrpersonenkarte .veranstaltung p:first-child { 
  position:relative;
 width:40vw;
 flex-shrink: 0;
}

.lehrpersonenkarte .veranstaltung p:last-child { 
  position:relative;
 width: 8em;
 flex-shrink: 0;
 text-align:right;
}

#anlassbearbeiten {
width: 1.5em;
}

.triggerfueller {
border-radius: 70% 40% 70% 40%;
margin: auto;
}

.titellabel {
flex-shrink: initial;
justify-content: center;
border-right: initial;
font-size: 0.7em;
min-height: 10vw;
}

#unentschuldigttitel {
border-right: none 0px;
}

#feldertitel {
    position: sticky;
    top: 1.5vw;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-radius: 2vw 2vw 0px 0px;
    background-color: #ffffff;
    z-index:2;
    width: calc(100% - 2px);
}

#nametitel {
width: 35%;
border-right: initial;
position: relative;
}

#nametitel span::after {
content: "(";
position: relative;
left: 150%;
}

#feldertitel::after {
content: ")";
position: relative;
top: 1.8vw;
left: -1vw;
}

.svg.teilnehmerfrei {
width: 85%;
}

.teilnehmer.label {
width: 70%;
padding-right: 1%;
}

#weiterbutton {
font-size: 2em;
}

/*menu*/

#listenbildli{
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
transform: scale(1,1);
position: relative;
height: 100%;
width: 100%;
top: 0px;
}

#hamburger {
position: absolute;
top: 2vw;
left: 81vw;
width: 14vw;
height: 14vw;
}
	
.listenstrichli{
position: absolute;
border-radius:1vw;
width: 100%;
height: 2vw;
background: #E22006;
border: 0.1vw solid #000000;
border-radius: 30px;
}
	
#listenstrichli1{
top:0px;
transition:transform 0.5s;
}
#listenstrichli2{
top:44%;
transition:transform 1s;
}
#listenstrichli3{
top:88%;
transition:transform 0.5s;
}

.obergerotiert {
-webkit-transform: rotate(45deg) translate(4vw,5vw) scale(1,1);
-moz-transform: rotate(45deg) translate(4vw,5vw) scale(1,1);
-ms-transform: rotate(45deg) translate(4vw,5vw) scale(1,1);
-o-transform: rotate(45deg) translate(4vw,5vw) scale(1,1);
transform: rotate(45deg) translate(4vw,5vw) scale(1,1);
border-color:#E22006;
}
	
.untergerotiert {
-webkit-transform: rotate(-45deg) translate(4vw,-5vw) scale(1,1);
-moz-transform: rotate(-45deg) translate(4vw,-5vw) scale(1,1);
-ms-transform: rotate(-45deg) translate(4vw,-5vw) scale(1,1);
-o-transform: rotate(-45deg) translate(4vw,-5vw) scale(1,1);
transform: rotate(-45deg) translate(4vw,-5vw) scale(1,1);
border-color:#E22006;
}
	
.geunrotiert{
	-webkit-transform:rotate(0deg) translateY(0vh) scale(1,1);
	-moz-transform:rotate(0deg) translateY(0vh) scale(1,1);
	-ms-transform:rotate(0deg) translateY(0vh) scale(1,1);
	-O-transform:rotate(05deg) translateY(0vh) scale(1,1);
	transform:rotate(0deg) translateY(0vh) scale(1,1);
	}



#menu {
position: fixed;
-webkit-transform: scale(1,0);
-ms-transform: scale(1,0);
-moz-transform: scale(1,0);
-o-transform: scale(1,0);
transform: scale(1,0);
-webkit-user-select: none;
top: calc(var(--headerhoehe) - 1vw);
transform-origin: top;
width: 100%;
padding: 1vw;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
display: flex;
align-items: var(--flexalign);
left: 0px;
transition: transform 1s;
}

#menukasten {
margin: 0px auto;
width: 88%;
position: relative;
display: flex;
margin-top: 0px;
flex-direction: column;
min-height: 20vh;
justify-content: space-around;
transform-origin: top;
background: rgba(255,255,255,0.9);
padding: 1em;
left: -0.8vw;
border: 0.5vw solid #322C2B;
}

.hauptitem {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
}

.hauptitem a {
text-decoration: none;
color: #000000;
font-size: 1.5em;
}

.hauptitem .icon {
width: 1em;
height: 1em;
transform: rotate(180deg);
margin-left: 0.5em;
}

.pfeilstil{
fill:#DE060C;
stroke:#2D2828;
stroke-width:12;
stroke-miterlimit:5;
}

.navicontainers.aktiv a {
color: #A3C5E4;
}

.icon.aktiv .pfeilstil {
fill: #ffffff;
}

.geoeffnet {
transform: rotate(90deg);
left: 30vw;
top:2vh;
}

.popups {
background-color: initial;
position: absolute;
left: 42vw;
transform-origin: top;
clear: both;
top: 0px;
z-index: 1000;
}

.popups a {
position: relative;
float: right;
width: 35vw;
margin-top: -16vh;
left: 5vw;
}

.popup {
position: relative;
display: block;
left: 0px;
top: 5.3vh;
margin-bottom: 2vw;
font-size: 6.5vh;
font-weight: normal;
color: var(--blaumenuschrift);
transform-origin: left;
font-family: Roboto-Light;
}


.hauptitem a {
text-decoration: none;
color: #000000;
}

.hauptitem a:hover {
text-decoration: none;
background: #ffffff;
}

/*bearbeitung*/

#zusatzbearbeitungsbuttons {
width: 94%;
background-color: #ffffff;
padding: 2vw;
margin: 1em 0px;
}

#bearbeitungslayer{
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(4,78,119,0.5);
top: 0px;
left: 0px;
z-index: 130;
}

#bearbeitungsfenster {
top: 5vh;
left: 10vw;
height: 80vh;
width: 80vw;
background: #ffffff;
position: absolute;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
border: 2px solid #C1B9B9;
border-radius: 2em;
}

#bearbeitungswertfeld {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}

#bearbeitungueberschrift {
margin-bottom: 2em;
margin-top: 2em;
font-size: 1em;
}

#bearbeitung, .eingabefeld {
-moz-appearance: none; !important;
-webkit-appearance: none !important;
appearance: none !important;
position: relative;
width: 80%;
height: auto;
box-sizing: border-box;
overflow: auto;
border: 2px solid #CF0A0A;
border-radius: 1em;
font-size: 1em;
padding: 2vw;
max-height: 50vw !important;
}

.eingabefeld{
width:95% !important;
}

.index .eingabefeld {
width: 60% !important;
}

.neucheckboxen .ueberschrift{
position: relative;
margin: initial !important;
padding-right: 0.2em !important;
}

.neupersonenblock #ueberschriftinstrument {
width: 20%;
}

.kleiner {
font-size: 0.6em;
}

neucheckboxen .checkbox {
display: block;
width: 1.5em;
height: 1.5em;
border: solid 0.13em #CF0A0A;
border-radius: 0.3em;
margin-right: 0.5em;
flex-shrink: 0;
margin-left: -3vw;
}

#neupersonbutton {
margin: 0.5em 0px 1em 0px;
}

#bearbeitungsbuttons {
width: 92%;
display: flex;
justify-content: space-between;
margin-top: 3em;
}

#logo2 {
position: absolute;
bottom: 2vw;
left: 10%;
width: 80%;
}

#teilnehmendentabelle {
background-color: white;
overflow: hidden;
border-radius: 0px 0px 2vw 2vw;
border: solid 1px;
display: block;
width: calc(100% - 2px);
}



#dokulink {
    display: flex;
    flex-direction: column;
    margin-top: initial;
}

.dokumentenzeile {
display: flex;
position: relative;
margin-bottom: 0.5vw;
}

#dokumentenanzeige {
min-height: 3em;
}

.pensumladen #dokumentenanzeige {
white-space: initial;
min-height: 17vh;
margin-bottom: 3vw;
}

#dokubutton {
margin-top:1em;
}

.pensumladen #ueberschriftdokumente {
margin-bottom: -1em !important;
}

#pensumplaceholder {
margin-bottom: 3em;
}

.pensumladen #dokubutton {
margin-top: initial;
position: absolute;
bottom: 1em;
left: 0.5em;
}

.dokumentenlink.dokument {
    text-decoration: none;
    color: initial;
    width:fit-content;
}

.docuicon{
display:flex;
margin: 0px 1em;
width:1em;
}

.docuicon img{
width:100%;
}

.darauf{
	background-color:#dddddd !important;
	}
	
	#dokuinput{
	display:none;
	}
	
.downloadbutton {
position: relative;
margin-left: 1em;
top: 0px;
cursor: pointer;
width: 1em;
}

.weglassbutton {
display: flex;
width: 1em;
height: 1em;
position: absolute;
right: 1em;
top: 0.2em;
cursor: pointer;
z-index: 20;
}

.veranstaltung #veranstaltungen {
position: relative;
display: flex;
align-items: flex-start;
margin: 0px 1em 2vw 2vw;
justify-content: center;
flex-wrap: wrap;
min-height: 3.5em;
}

#seitentitelveranstaltung {
display: none;
}

.neuveranstaltung #veranstaltungen {
top: 0px;
}

#veranstaltungsdatum {
margin-top: 0.5em;
font-size: 0.8em;
}

#neuanlasscontainer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 3vw;
}

.neuanlassblock, .neupersonenblock {
width: 89% !important;
display: flex;
align-items: center;
padding: 1.1em;
}

.neuanlassblock h2 {
margin: 0px !important;
font-weight: normal !important;
}

.neuanlassblock textarea {
width: 95% !important;
border-radius: 0.7em;
border: 0.18em solid #CF0A0A;
margin-left: -1em;
height: 3.5em;
}

#checkboxen {
display: flex;
flex-wrap: wrap;
}

.neuanlass #checkboxen {
display: flex;
flex-wrap: wrap;
margin-bottom: 3vw;
}

.checkboxumfeld {
display: flex;
align-items: center;
width: 30%;
flex-shrink: 0;
margin: 1em 1em;
}

.neuanlass .checkboxumfeld {
display: flex;
align-items: center;
width: 80%;
flex-shrink: 0;
margin: 1em 1em;
}

.fakecheckbox {
position: relative;
width: 2.5em;
height: 2.5em;
border: solid 0.2em #E22006;
margin-right: 1em;
flex-shrink: 0;
box-sizing: border-box;
border-radius:0.5em;
}

.fakecheckbox .checkboxinhalt, .innerhaken {
width: 140%;
height: 140%;
z-index: 10;
position: absolute;
top: -0.6em;
}

.fakecheckbox.gewaehlt .checkboxinhalt, .checked .innerhaken {
background-image:url('../icons/gutkrummgut.svg');
background-repeat:no-repeat;
}

/*Lehrpersonenzugang*/

.lehrpersonenzugang #personendaten {
position: relative;
min-height: 8vw;
margin: 0px 0px 0px 2vw;
display: flex;
align-items: flex-start;
top: -1em;
flex-direction: column;
}

#personendaten .ueberschrift {
margin: 0px 0px 0px 1em;
}

.lehrpersonenzugang #personendaten h2:first-of-type {
margin-bottom: 3vw;
}

.lehrpersonenzugang #lpliste {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 0.6vw;
display: flex;
width: 25vw;
height: 3vw;
align-items: center;
justify-content: center;
font-size: 6vw !important;
width: 95%;
margin-right: initial !important;
}

/*.lehrpersonenzugang #jahre {
display: flex;
flex-direction: column;
width: 4vw;
justify-content: center;
align-items: center;
height: 7vw;
border: 1px solid #050100;
border-radius: 0.6vw;
margin: 0.5em;
}*/

.lehrpersonenzugang #instrumentenblock {
display: flex;
margin: initial;
width: 50%;
justify-content: space-between;
position: absolute;
top: 0px;
flex-direction: column;
align-items: center;
}

.lehrpersonenzugang .fachbereichsleitungen {
margin-top: -4vw;
}

.lehrpersonenzugang #logo {
left: 50vw;
width: 45vw;
top: 7vw;
}

.lehrpersonenzugang .personendaten {
font-style: italic;
font-weight: 100;
font-size: 1em;
color: #000000;
width: 100%;
margin-top: -1.5em;
white-space: normal;
min-height:1em;
position:relative;
display:inline-block;
}

.lehrpersonenzugang #personendaten .ueberschrift {
margin: 0px 1vw 0px 1vw;
font-size: 4vw;
}

.lehrpersonenzugang .leerfeld .personendaten{
margin-top: -2.5em;
} 

.lehrpersonenzugang .zusammenfassungsfenster {
display: flex;
justify-content: space-between;
position: relative;
width: 92%;
}

.lehrpersonenzugang .zweidrittelfeld {
width: 92% !important;
}

.lehrpersonenzugang .innerfeld .personendaten{
margin-top: 0.7em;
margin-bottom:1em;
}

.lehrpersonenzugang button {
margin-top: 1em;
}

.rechts .ueberschrift {
text-align: right;
}

.rechts {
margin-left: 1em;
}

.rechts .personendaten {
text-align: right;
}

.rechts .personendaten:focus {
text-align: initial;
}

.lehrpersonenzugang .leerfeld h2 {
margin-bottom: -1.5em;
}

.lehrpersonenzugang .innerfeld.leerfeld h2{
margin-bottom:initial;
}

#footer {
position: relative;
margin: 0px 0px 1em 0px;
display: flex;
flex-wrap: wrap;
width: 100vw;
z-index: 10;
background-color: #ffffff;
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.rahmenbalken {
position: relative;
width: 95vw;
height: 0.3em;
display: flex;
flex-shrink: 0;
left: 2vw;
}

.rahmenteil{
position: relative;
width:20%;
flex-shrink:0;
height:100%;
}

#oberrahmen {
margin-top: 1em;
}

.logonfenster #oberrahmen,.index #oberrahmen {
margin-top: 0px;
width:100%;
left:0px;
}

#unterrahmen {
margin-bottom: 1em;
}

.logonfenster #unterrahmen, .index #unterrahmen {
margin-bottom: 0px;
width:100%;
left:0px;
}

#footerinhalt{
position:relative;
display:flex;
width:100%;
background-color:#ffffff;
min-height:10vw;
align-items: center;
}

#footeradressse {
display: flex;
flex-direction: column;
margin-bottom: 1em;
align-items: flex-start;
margin-left: 1em;
}

#footeradressse div {
white-space: pre-wrap;
}

#servicenavi li:hover {
font-size: 1.1em;
}

#quicklinks .ueberschrift {
margin: 0.2em 0px;
}

#quicklinks {
    display: flex;
    position: relative;
    left: 5vw;
}

#servicenavi {
margin: 0.2em 0px;
list-style: none;
}

/*Pensentool*/

#toolueberschrift {
width: 70%;
position: relative;
font-size: 2em;
padding: 3vw 0px;
text-align: center;
top: -0.5em;
}

/*Mailtool*/

.mailtool #personendaten {
margin: initial;
min-height: initial;
position: relative;
margin-left: 1em;
margin-right: 0.5em;
width: initial;
top:2.5em;
}

.mailtool #personendaten .ueberschrift {
margin: 0px 0px 0px 0px;
}

.zusatzpersonen {
margin-left: 1em !important;
}

.mailtool #instrumentenblock {
margin: initial;
align-items: flex-start;
position: relative;
margin-left: initial;
width: initial;
flex-direction: column;
font-size: 0.8em;
top:2.5em;
}

.mailtool #instrumentenblock .ueberschrift {
font-size: 1.1em;
font-weight: normal;
margin-left: 0.6em;
margin-bottom: 0px;
}

.mailtool #header{
align-items:center !important;
}

.mailtool .fachbereichsleitungen {
margin: initial;
font-size: 1.1em;
white-space: pre-wrap;
}

.mailtool #jahre {
margin: 0.7em 0px;
top: 2.5em;
position: relative;
}

.mailtool #logo {
left: 4vw;
}


.mailtool #hamburger {
left: 82vw;
top: 2.5vw;
}

.editierbar {
width: 100% !important;
background-color: #ffffff;
}

#eingabe1{
margin-bottom:0.5em;
}

#eingabe2{
margin-top:0.5em;
}

.mailtext .eingabefeld {
border: none;
border-radius: initial;
padding: 0px;
outline:none;
}

.mce-edit-focus{
border: 0.1em solid #e3e3e3 !important;
border-radius:0.5em;
}

#zwischenfeld p:first-of-type{
padding-top:0px;
margin-top:0px;
}

#zwischenfeld p:last-of-type{
padding-bottom:0px;
margin-bottom:0px;
}

.maileditor #personenfelder {
width: 99.8%;
display: flex;
flex-wrap: wrap;
justify-content: initial;
position: relative;
align-items: stretch;
}

#mailempfangende {
margin: 2vw 0px 0px 2vw;
}

#diesemcetoolbar {
position: relative;
margin-bottom: 1em;
min-height: 120px;
border-bottom: solid 1px lightgray;
}

#diesemcetoolbar h2 {
display:none;
}

#mailempfangende::before {
content: "Diese Mail wird an folgende Lehrpersonen gesendet:";
}

#mailempfangende.gesendet::before {
content: "Diese Mail wurde an folgende Lehrpersonen gesendet:";
}

#mailtextmailtext {
display:block !important;
position: absolute;
top: 82px;
}

#mailempfaengerueberschrift {
font-weight: normal;
text-align: right;
margin-top: 0px;
}

#zwischenfeld {
padding: 0px;
position: relative;
width: 100% !important;
}

#mailbetreff {
-webkit-appearance: none;
-moz-apperance: none;
appearance: none;
font-size: 1em;
font-family: "Musikschule";
width: 70%;
position: relative;
height: 1em;
border: none 0px;
margin-left: 1em;
}

label.mailbetreff {
font-size: 1em;
font-family: "Musikschule";
top: -0.2em;
position: relative;
}

#mailtextblock div {
font-family: 'Arial',sans-serif;
font-size: 10pt;
}

.mailtool #lehrpersonen.zusatzpersonen {
display: inline-flex;
align-items: center;
margin: 0px 0px 0px 0px;
justify-content: space-between;
top: calc(var(--headerhoehe) - 4.5em);
position: relative;
width: 20em;
}

#rundumfeld {
padding: 0.5em;
border: 0.2em solid #CF0A0A;
border-radius: 0.5em;
background-color: rgba(230,230,230,0.5);
}

#zwischenfeld:hover .dummmyfenster{
transform:scale(1,1);
}

.dummmyfenster {
position: absolute;
height: calc(100% - 0.4em - 2px);
background-color: rgba(255,255,255,0.8);
border: solid 1px #050100;
width: calc(100% - 0.4em - 2px);
top: calc(0.2em - 1px);
left: calc(0.2em - 1px);
font-size:2em !important;
transform:scale(0,0);
border-radius:0.2em;
transition: transform 0.5s;
display: flex;
justify-content: center;
align-items: center;
}

#erhaltendenamen {
display: none;
}

@keyframes drehen{
  	from {
    transform: rotate(0deg);
  	}
	to {
    transform: rotate(360deg);
  	}
	}
	
	#spiderhintergrund{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(4,78,119,0.5);
	top: 0px;
	left: 0px;
	z-index: 130;
	display:flex;
	}
	
	.drehung{
   	animation-duration: 3s;
  	animation-name: drehen;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
	}
	
	#zentrum{
	position: relative;
	margin: auto;
	width: 20vw;
	height: 20vw;
	}
	
	#drehmaske{
	position: absolute;
	top:0px;
	left:0px;
	margin: auto;
	width: 20vw;
	height: 20vw;
	background-color: white;
	border-radius: 10vw;
	display: flex;
	overflow:hidden;
	}
	
	#drehmitte{
	position: absolute;
	top:1vw;
	left:1vw;
	margin: auto;
	width: 18vw;
	height: 18vw;
	background-color: rgba(4,78,119,0.5);;
	border-radius: 9vw;
	overflow:hidden;
	}
	
	#dreher{
	position: relative;
	border-radius:50%;
	margin:auto;
	width:100%;
	height: 100%;
	background-image: conic-gradient(rgba(4,78,119,0.5),white);
	}
	
	#zusatzsendeboutton{
	margin-top:1em;
	}

/*loginfenster/index*/

#loginfenster {
display: flex;
flex-direction: column;
height: 80vh;
justify-content: space-around;
position: relative;
align-content: space-between;
align-items: center;
width: 90vw;
background-color: white;
margin: auto;
font-size: 5vw;
flex-shrink: 0;
min-height: 45vw;
border: solid 0.1vw #C1B9B9;
border-radius: 2em;
}

#logintitel .kleiner {
font-weight:normal;
}

#offiziellnavigation {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
}

.index #offiziellnavigation {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
width: 90%;
font-size: 0.8em;
}

.logonfenster #offiziellnavigation {
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
margin-top: -3em;
}

.tablerow {
margin: 0px;
text-align: center;
position: relative;
}

#logolink {
display: block;
text-align: center;
}

#linklogo {
width: 25vw;
}

.index #linklogo {
width: 40vw;
}

.logonfenster #linklogo {
width: 60vw;
}

#offiziellink {
margin-top:6%;
display: flex;
align-items:center;
text-decoration: none;
color: black;
font-family: ;
font-weight: normal;
}

#linktext {
text-decoration: none;
color: black;
font-family: ;
font-weight: normal;
padding-right:1em;
}

.index #linktext {
text-decoration: none;
color: black;
font-family: ;
font-weight: normal;
padding-right: 0px;
width: 90%;
flex-shrink: 0;
text-align: center;
}

#pfeilchen {
height: 1.5em;
width: 1.5em;
}

.index #logintable {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
margin-top: -2em;
}

.index #passwortinput {
font-size: 0.3em;
height: 12vw;
border-radius: 4.9vw;
}

.normalschrift{
font-size:1em !important;
}

#passwortzurueck {
position: relative;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
margin-top: -3em;
}

.neupasswort #passwortzurueck {
width: 70%;
}

#absender {
margin-top: 1em;
}

#oeigli {
position: absolute;
top: 0.2em;
left: 65%;
width: 2em;
}

#passwortzurueck #allesanzeigen.displaybutton {
width: 2em;
height: 2em;
position: absolute;
top: 1.6em;
left: 75%;
}

#passwortlink {
text-align: center;
margin-top: 1em;
}

#passwortlink .kleiner {
font-size: 0.8em;
}

.index #offiziellnavigation a:first-of-type {
margin-bottom: -2em;
}

#logoin {
position: relative;
height: 80%;
}

.logonfenster #logoin {
position: relative;
height: 80%;
display: flex;
flex-direction: column;
align-items: center;
}

.formularfelder {
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
    margin: 1em auto;
}

.formularinputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em auto;
    width: 100%;
    position: relative;
}

.neupasswort #buttonfeld {
display: flex;
align-items: center;
justify-content: space-evenly;
width: 70vw;
flex-wrap: wrap;
max-width:initial;
}

#formularelemente {
width: 20vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 80%;
}

.logonfenster #formularelemente {
width: 80%;
}

.randbemerkung .ueberschrift {
font-weight: 600;
}

.randbemerkung.kleiner {
text-align: center;
}

@media only screen and (orientation:landscape) {

body {
background: #D0EEFF;
padding: 0px;
margin: 0px;
font-size: 5vh;
}

#iphonebox {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
width: 100vw;
top: calc(var(--headerhoehe) - 2vw);
left: 0px;
height: calc(100vh - var(--headerhoehe));
-webkit-overflow-scrolling: touch;
}

#header {
margin-top: 0px;
background: #FFFFFF;
display: flex;
align-items: flex-end;
position: fixed;
top: 0px;
left: 0px;
width: calc(100vw - 0.4vw);
z-index: 100;
flex-wrap: wrap;
box-shadow: 0px 1vw 2vw rgba(0, 0, 0, 0.5);
min-height: 8vh;
}

#personendaten {
position: relative;
width: 45%;
margin-top:initial;
}

#esentialkasten {
display: flex;
flex-direction: column;
width: 95%;
margin: 6vh 0px 3vh 2vh;
min-height:initial;
}

lehrpersonen {
display: inline-flex;
align-items: center;
margin: 0px 0px 0px 0px;
justify-content: space-between;
width: 100%;
}

#rueckwaerts {
display: flex;
width: 1.8em;
height: auto;
}

#lpliste {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 2.5vh;
display: flex;
width: 75%;
height: 2em;
align-items: center;
margin: initial !important;
color: #050100;
min-height:initial;
}

#vorwaerts {
display: flex;
width: 1.8em;
height: auto;
}

.lehrpersonenkarte #jahre {
margin-left: 0.5vh;
top: 2vh;
position: relative;
}

.einsmehr {
width: 7vh;
height: 7vh;
margin-top: 1vh;
}

.einsweniger {
width: 7vh;
height: 7vh;
margin-bottom: 1vh;
}

#headerraendli {
position: relative;
width: 100%;
border-bottom: solid 0.4vh black;
height: 2vh;
top:0px;
}

#logo {
position: absolute;
left: 55%;
top: 4vw;
width: 34%;
}

#hamburger {
position: absolute;
top: 6vh;
left: 90%;
width: 14vh;
height: 14vh;
}

.listenstrichli {
position: absolute;
border-radius: 1vw;
width: 100%;
height: 2vh;
background: #E22006;
border: 0.1vw solid #000000;
border-radius: 30px;
}

.obergerotiert {
-webkit-transform: rotate(45deg) translate(2.5vw,2.5vw) scale(1,1);
-moz-transform: rotate(45deg) translate(2.5vw,2.5vw) scale(1,1);
-ms-transform: rotate(45deg) translate(2.5vw,2.5vw) scale(1,1);
-o-transform: rotate(45deg) translate(2.5vw,2.5vw) scale(1,1);
transform: rotate(45deg) translate(4.5vh,4.5vh) scale(1,1);
border-color: #E22006;
}



.untergerotiert {
-webkit-transform: rotate(-45deg) translate(2.5vw,-2.5vw) scale(1,1);
-moz-transform: rotate(-45deg) translate(2.5vw,-2.5vw) scale(1,1);
-ms-transform: rotate(-45deg) translate(2.5vw,-2.5vw) scale(1,1);
-o-transform: rotate(-45deg) translate(2.5vw,-2.5vw) scale(1,1);
transform: rotate(-45deg) translate(4.5vh,-4.5vh) scale(1,1);
border-color: #E22006;
}

#personenbild {
overflow: hidden;
width: 45% !important;
border-radius: 5vw;
padding: 0px;
height: 27.5vw !important;
margin-bottom: 1em;
}

.keinbild {
display: block !important;
}

.administration .bloecke0, .general .bloecke0 {
width: 47%;
flex-wrap: wrap;
}

#mail.block0 {
width: 92%!important;
margin-bottom: 1em;
}

.administration #bloecke1 {
width: 39%;
margin-top: -8em;
}

.bereich #bloecke0 {
width: 45% !important;
max-height: 21.5vw;
left: -1.5vw;
}

.bereich #bloecke1, .general #bloecke1 {
width: 92% !important;
justify-content: space-between;
margin-top: -1vh;
}

.personendaten.veranstaltung {
width: 97%;
}

.wechselicon {
position: relative;
width: 25vh;
height: 25vh;
border: 0.6vh solid #CF0A0A;
background-color: #ffffff;
border-radius: 50%;
}

#bearbeitungueberschrift {
margin-bottom: 0.5em;
margin-top: 2em;
font-size: 1em;
}

#logo2 {
position: absolute;
bottom: 2vw;
left: 35%;
width: 30%;
}

.lehrpersonenzugang #lpliste {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 0.6vw;
display: flex;
height: 10vh;
align-items: center;
justify-content: center;
font-size: 6vh !important;
width: 95%;
margin-right: initial !important;
}

.lehrpersonenzugang #personendaten .ueberschrift {
margin: 0px 1vw 0px 1vw;
font-size: 4vh;
}

.lehrpersonenzugang #personendaten h2:first-of-type {
margin-bottom: 3vh;
}


.lehrpersonenzugang #logo {
left: 68vw;
width: 30vw;
top: 3vw;
}

.lehrpersonenzugang #instrumentenblock {
display: flex;
margin: initial;
width: 42%;
position: absolute;
top: 3em;
align-items: center;
left: 57vw;
align-content: flex-start;
justify-content: space-between;
flex-direction: row;
}

.lehrpersonenzugang .fachbereichsleitungen {
margin-top: initial;
}

.lehrpersonenzugang #instrumentenblock .ueberschrift {
font-size: 0.8em;
}

.lehrpersonenzugang #jahre {
display: flex;
flex-direction: column;
width: 3em;
justify-content: center;
align-items: center;
height: auto;
border: 1px solid #050100;
border-radius: 2vw;
margin-bottom: 0.4em;
margin-top: 0.4em;
}

#menukasten {
margin: 0px auto;
width: 88%;
position: relative;
display: flex;
margin-top: 0px;
flex-wrap: wrap;
min-height: 20vh;
justify-content: flex-end;
transform-origin: top;
background: rgba(255,255,255,0.9);
padding: 1em;
left: -0.8vw;
border: 0.5vh solid #322C2B;
}

#header.veranstaltung {
flex-wrap: wrap;
align-items: flex-end;
justify-content: initial;
}

.veranstaltung #veranstaltungen {
position: relative;
display: flex;
align-items: flex-start;
margin: 0px 1em 2vw 1em;
justify-content: center;
flex-wrap: wrap;
min-height: 3.5em;
width: 45%;
}

.veranstaltung #veranstaltung {
background: #A3C5E4;
border: 1px solid #050100;
border-radius: 2.5vw;
display: flex;
width: 100%;
height: 2em;
align-items: center;
margin: 0px 0px 0px 0px;
color: #050100;
min-height: 2.5em;
}

.veranstaltung #logo {
position: absolute;
left: 61%;
top: 5.5vw;
width: 28%;
}

.teilnehmer.label {
width: 35%;
padding-right: initial;
border-left: solid 1px;
}

.titellabel {
flex-shrink: initial;
justify-content: center;
border-right: initial;
font-size: 1em;
min-height: initial;
}

#feldertitel::after,#nametitel span::after{
display:none;
}

.mailtool #personendaten {
margin: initial;
min-height: initial;
position: relative;
margin-left: 1em;
margin-right: 0.5em;
width: initial;
top: initial;
}

.mailtool #jahre {
margin: 0.2em 0px;
top: initial;
position: relative;
}

.mailtool #instrumentenblock {
margin: initial;
align-items: flex-start;
position: relative;
margin-left: initial;
width: initial;
flex-direction: column;
font-size: 0.8em;
top: initial;
}

.mailtool #logo {
left: 57%;
width: 32%;
top: 3vw;
}

.mailtool #hamburger {
left: 90%;
top: 2.5vw;
}

.pensumladen #toolueberschrift {
position: relative;
top: 0.2em;
left: -2em;
}

.mailtool #lehrpersonen.zusatzpersonen {
display: inline-flex;
align-items: center;
margin: 0px 0px 0px 0px;
justify-content: space-between;
top: calc(var(--headerhoehe) - 5em);
position: relative;
width: 20em;
}

.mahnstatus::before {
left: calc(81% + 0.05em);
}

.mahnstatus::after {
left: 81%;
}


}