/*AUFGABEN*/

.schuelerEigenerBereich .nr1,
.schuelerEigenerBereich .nr2,
.schuelerEigenerBereich .nr3,
.schuelerEigenerBereich .nr4,
.schuelerEigenerBereich .nr5,
.schuelerEigenerBereich .nr6,
.schuelerEigenerBereich .nr7 {
    display: none;
}

.col-md-12.col-xs-12.main-content {
    margin-top: 70px;
}

.bereichAktuelleAufgaben {
    background: white;
    margin: 20px 0 70px 0;
    padding: 10px 20px;
}

.abgabezeit {
    color: #777777;
    text-align: right;
    font-size: 12px;
}

.linkAufgabe {
    width: 60%;
    color: black;
}

.linkDatum {
    width: 40%;
    color: black;
    font-size: 16px;
    text-align: center;
}

.shortmeldung {
    width: 10%;
    text-align: center;
}

.aufgabeTeaser {
    width: 40%;
    font-size: 12px;
    font-style: italic;
    color: black;
}

.detailLink {
    display: flex;
    align-items: center;
    width: 90%;
    letter-spacing: -1px;
}

.detailLink.kopfzeile.fuerschueler,
.detailLink.fuerschueler {
    width: 100%;
}

textarea#inputbezeichnung {
    height: 180px;
}

.text-input {
    position: relative;
}

.text-input input[type="text"],
.text-input textarea {
    display: inline-block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 1;
    outline: none;
    border: 2px solid #072a41;
    border-radius: 3px;
    padding: 10px 10px 10px 150px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.text-input input[type="text"]+label,
.text-input textarea+label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
    width: 130px;
    background: #080e44;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.text-input input[type="text"]:focus+label,
.text-input textarea:focus+label {
    -webkit-transform: translateY(-80%) translateX(0%);
    transform: translateY(-80%) translateX(0%);
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.text-input input[type="text"]:focus,
.text-input textarea:focus {
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

img.svg-edit,
img.svg-delete {
    width: 100%;
    height: 100%;
    max-width: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.einzelneAufgabe {
    margin: 10px 0px 15px 0px;
    padding: 10px 0px 10px 10px;
    font-size: 18px;
    display: flex;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 2px rgba(7, 42, 65, 0.31), -3px -3px 5px rgb(255, 255, 255);
    position: relative;
}

a.editLink,
a.deleteLink {
    width: 15%;
    height: auto;
}

.aktuelleAufgaben {
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    color: #072a41;
    border-bottom: 5px solid #072a41;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.klasse-eingabereihe label,
.fach-eingabereihe label,
.abgabetermin-eingabereihe label,
.datei-eingabereihe label,
.inputthema-eingabereihe label,
.inputdatum-eingabereihe label,
.klassenarbeit-eingabereihe label {
    width: 130px;
    color: white;
    font-weight: normal;
    background-color: #072a41;
    height: 40px;
    margin: 0;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
}

label.klassenarbeit-label {
    width: 90%;
    margin-right: 10px;
}

.klasse-eingabereihe,
.fach-eingabereihe,
.abgabetermin-eingabereihe,
.text-input,
.inputdatum-eingabereihe,
.klassenarbeit-eingabereihe {
    margin: 15px 0;
    display: flex;
}

.fake-btn-delete {
    width: 5%;
    display: block;
}

.datei-eingabereihe {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 2px dashed rgb(7, 42, 65);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: black;
}

.datei-eingabereihe.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.download-aufg {
    width: auto;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
    color: #000000;
    background: white;
    text-align: center;
    font-weight: bold;
}

.download {
    width: auto;
    border: 1px solid #000000;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    transition: all 0.3s;
    color: #000000;
    border-left: none;
}

a.downloadlink {
    display: flex;
    margin: 10px 0;
}

a.downloadlink img.svg-datei {
    height: 40px;
    width: auto;
}

h3::before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: -15px auto;
    width: 95%;
    z-index: -1;
    display: block;
}

.col-md-12.col-xs-12.main-content h3,
.col-md-12.col-xs-12.main-content h3 a {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

h3 span {
    z-index: 1;
    background: #072a41;
    padding: 0px 15px;
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imageupload {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.imageupload:focus {
    outline: none;
}

select {
    width: calc(100% - 135px);
    color: black;
    height: 40px;
    border-radius: 3px;
}

select {
    border: 2px solid #072a41;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
    width: calc(100% - 135px);
    border: 2px solid #072a41;
    padding-left: 10px;
}

form.createNewTask {
    position: relative;
    display: flex;
    height: auto;
    margin: 10px 0 120px 0;
    background: #ffffff;
    padding: 0px 0px;
    flex-direction: column;
}

form.createNewTask .col-md-6 {
    padding: 15px;
}

button.createNewTask-submit {
    color: white;
    background: #080e44;
    border: none;
    padding: 20px;
    display: block;
    margin-left: auto;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.kopfzeile .linkAufgabe,
.kopfzeile .aufgabeTeaser,
.kopfzeile .linkDatum,
.kopfzeile .shortmeldung {
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

.einzelneAufgabe.nr-0,
.einzelneAufgabe.nr-2,
.einzelneAufgabe.nr-4,
.einzelneAufgabe.nr-6,
.einzelneAufgabe.nr-8,
.einzelneAufgabe.nr-10,
.einzelneAufgabe.nr-12,
.einzelneAufgabe.nr-14,
.einzelneAufgabe.nr-16,
.einzelneAufgabe.nr-18,
.einzelneAufgabe.nr-20,
.einzelneAufgabe.nr-22,
.einzelneAufgabe.nr-24,
.einzelneAufgabe.nr-26,
.einzelneAufgabe.nr-28,
.einzelneAufgabe.nr-30,
.einzelneAufgabe.nr-32,
.schueler.nr-0,
.schueler.nr-2,
.schueler.nr-4,
.schueler.nr-6,
.schueler.nr-8,
.schueler.nr-10,
.schueler.nr-12,
.schueler.nr-14,
.schueler.nr-16,
.schueler.nr-18,
.schueler.nr-20,
.schueler.nr-22,
.schueler.nr-24,
.schueler.nr-26,
.schueler.nr-28,
.schueler.nr-30,
.schueler.nr-32 {
    background-color: #ffe1c6;
}

.einzelneAufgabe.nr-1,
.einzelneAufgabe.nr-3,
.einzelneAufgabe.nr-5,
.einzelneAufgabe.nr-7,
.einzelneAufgabe.nr-9,
.einzelneAufgabe.nr-11,
.einzelneAufgabe.nr-13,
.einzelneAufgabe.nr-15,
.einzelneAufgabe.nr-17,
.einzelneAufgabe.nr-19,
.einzelneAufgabe.nr-21,
.einzelneAufgabe.nr-23,
.einzelneAufgabe.nr-25,
.einzelneAufgabe.nr-27,
.einzelneAufgabe.nr-29,
.einzelneAufgabe.nr-31,
.einzelneAufgabe.nr-33,
.schueler.nr-1,
.schueler.nr-3,
.schueler.nr-5,
.schueler.nr-7,
.schueler.nr-9,
.schueler.nr-11,
.schueler.nr-13,
.schueler.nr-15,
.schueler.nr-17,
.schueler.nr-19,
.schueler.nr-21,
.schueler.nr-23,
.schueler.nr-25,
.schueler.nr-27,
.schueler.nr-29,
.schueler.nr-31,
.schueler.nr-33 {
    background-color: #ffe1c6;
}

#content .main-content .ce-row {
    display: flex;
    flex-wrap: nowrap;
}

iframe.video-embed-item {
    width: 100%;
    height: auto;
    min-height: 300px;
}

#content .main-content figure {
    margin: 0;
    position: relative;
    overflow: visible;
}

figcaption.video-caption {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 3px solid white;
    border-top: 0;
}

.einzelneAufgabe.mussabgeben {
    background: rgba(255, 0, 0, 0.43);
}

.showAllAufgaben {
    margin-top: 70px;
}

object {
    width: 100%;
    height: auto;
}

.abgabefristabgelaufen {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.aufgabeDatei {
    width: 50%;
    height: auto;
    display: block;
    margin: 0px 40px 0 0;
}

.flexcontainer {
    display: flex;
}

.aufgabeninfos {
    width: 100%;
    height: auto;
}

.aufgabeBeschreibung {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: white;
    color: black;
    border-radius: 5px;
}

.abgabetermin {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 1.8;
    color: #f8ffc3;
    text-transform: uppercase;
}

.schueler {
    display: flex;
    width: 100%;
    position: relative;
    margin: 20px 0px;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

img.svg-check {
    display: block;
    position: relative;
    width: 30px;
    height: auto;
}

form.createNewSchuelerUpload {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.lehrerFeedback button.uploadFeedback-submit {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    display: block;
    margin: 0;
    height: auto;
}

.schuelername {
    color: black;
    background: white;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

a.downloadSection {
    display: flex;
}

a.downloadSection span {
    padding: 10px;
}

img.svg-mappe {
    width: 30%;
}

.lehrerfeedbackText {
    color: #5f5f5f;
    font-style: italic;
    font-size: 14px;
}

textarea#feedbackField {
    width: 100%;
    height: auto;
    padding: 10px;
}

.schueler .dateiablage {
    display: flex;
    padding: 10px;
    flex-direction: column;
    width: 50%;
}

.schueler .dateiablage.SchuelerOnly {
    width: 100%;
}

.schueler .dateiablage.SchuelerOnly span {
    color: red;
}

.groupingContainer {
    background: white;
    border: 4px solid rgb(0 0 0 / 40%);
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}

.hatabgegebenContainer,
.sollabgebenContainer {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    z-index: 0;
}

.abgegebenhaben {
    display: flex;
    justify-content: flex-end;
}

.sollabgebenContainer .check-submit {
    color: #a2a2a2;
    font-size: 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    z-index: 0;
}

.hatabgegebenContainer .check-submit {
    color: #24a71b;
    font-size: 44px;
    border: none;
    font-weight: bold;
    z-index: 10;
    position: relative;
}

.schueler .datei-eingabereihe {
    display: flex;
    width: 35%;
}

.schueler .text-input {
    width: 50%;
}

form.createNewSchuelerUpload .text-input {
    margin-left: 20px;
}

img.svg-care {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.meldung {
    padding: 10px 20px 10px 10px;
    margin-right: 20px;
    border-radius: 30px;
    background: rgba(255, 0, 0, 0.43);
}

.meldung.grün {
    padding: 10px 10px 10px 10px;
    margin-right: 20px;
    border-radius: 10px;
    background: rgb(155 191 43 / 43%);
    color: black;
}

.meldung p {
    font-size: 12px;
}

.flexcontainer-schuelerupload .meldung {
    margin: 0px 10px;
}

button.uploadSchuelerdata-submit {
    position: relative;
    width: 20%;
    height: 40px;
    display: block;
    margin: 0 0 0 10px;
    padding: 10px 10px;
    border-color: #080e44;
    color: #ffffff;
    line-height: 1;
    background: #080e44;
    top: -4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

button.uploadLehrerdata-submit {
    position: relative;
    width: 30%;
    height: auto;
    display: none;
    margin: 0 0 0 10px;
    padding: 10px;
    border: 0;
    color: #ffffff;
    background: #080e44;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s;
    height: auto;
    border-radius: 5px;
}

button.uploadLehrerdata-submit:hover {
    color: #f8ffc3;
    background: rgba(8, 14, 68, 0.71);
}

.aufgabenBereich,
.schuelerBereich,
.frageBereich {
    margin-bottom: 100px;
}

.schuelerEigenerBereich {
    background: white;
    padding: 20px;
}

.alldone {
    color: white;
    font-weight: bold;
    background: #00b700;
    border-radius: 10px;
    padding: 10px;
}


/*FRAGEN*/

.fragebox {
    margin-top: 20px;
}

.frage-text {
    background: #e4e4e4;
    padding: 20px;
    color: black;
    width: auto;
}

.flexcontainer-fragen .text-input {
    width: 100%;
    display: flex;
}

.flexcontainer-fragen .text-input textarea {
    height: 100px;
}

#content ul.typo3-messages {
    position: fixed;
    width: 1080px;
    top: 40%;
    background: white;
    z-index: 10;
}

p.alert-message {
    color: black;
}

.typo3-messages h4.alert-title {
    padding: 0;
}

span.frage-uhrzeit {
    float: right;
    font-style: italic;
    font-size: small;
}

.raise,
input#femanager_field_submit {
    --color: #f8ffc3;
    --hover: #e5ff60;
}

.raise:hover,
.raise:focus,
input#femanager_field_submit:hover {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}

button,
input#femanager_field_submit {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
}

button:hover,
button:focus,
input#femanager_field_submit:hover {
    border-color: var(--hover);
    color: #fff;
}

button.fragestellen-submit.raise {
    width: 150px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

form.createNewLehrerUpload {
    display: flex;
    margin-block-end: 0em;
    padding: 10px;
    width: 100%;
    align-items: center;
}

.twoforms {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.createNewLehrerUpload .datei-eingabereihe,
.span-bfrbtn {
    display: none;
    width: 70%;
    color: black;
}

.aufgabeTeaser {
    display: none;
}

.aside-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    background: rgb(7 42 65 / 92%);
    width: 180px;
    box-shadow: 5px 5px 2px rgba(7, 42, 65, 0.31);
    padding: 10px;
    display: none;
    z-index: 10;
}

.flex-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.aside-btn p {
    padding: 0;
    text-align: center;
}

img.svg-akzeptieren,
img.svg-ablehnen {
    width: 100%;
    height: 100%;
    max-width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

img.svg-akzeptieren:hover,
img.svg-ablehnen:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.bewertungContainer {
    display: flex;
}


/*CHAT*/

.ChatingToolContainer {
    display: flex;
    border: 2px solid white;
    justify-content: space-between;
    border-radius: 4px;
}

.leftSideChat {
    width: 30%;
    background: white;
    padding: 10px;
}

.rightSideChat {
    width: 70%;
    background: rgb(0 114 255 / 0%);
    padding: 20px;
}

.aktuelleChats {
    border-bottom: 10px solid #072a41;
    color: black;
}

.moeglicheKontakte {
    color: black;
}

.newKontakt {
    background: #d6d6d6;
    display: flex;
    padding: 10px;
    margin-top: 5px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    z-index: 2;
}

.openChat {
    background-color: #b1d0e6;
    margin-bottom: 5px;
    padding: 10px;
    color: black;
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #072a41;
}

.leftSideChat .meetingbutton {
    display: block;
    position: relative;
    top: 110px;
    margin-bottom: 0;
}

.leftSideChat #gooey-button {
    width: 100%;
}

.nachrichtTime {
    width: 100%;
    font-size: 12px;
    color: #717171;
    font-style: italic;
    text-align: right;
    line-height: 1;
    position: absolute;
    right: 10px;
}

.OnlineUnterrichtPlugin {
    padding-bottom: 40px;
}

.noMessages {
    padding: 10px;
    background: #b4eaff;
    color: black;
    border-radius: 6px;
}

.newKontaktName {
    color: #072a41;
    font-weight: bold;
}

img.chatStartenSvg {
    width: 35px;
    height: auto;
}

.chatbereich {
    min-height: 200px;
    flex-direction: column;
    background: #b1d0e6;
    display: flex;
    align-items: start;
    max-height: 600px;
    overflow-y: scroll;
    padding: 20px;
}

.nachrichtView .text-input {
    margin: 0;
    margin-bottom: 10px;
}

.nachrichtView .text-input input[type="text"] {
    border: 1px solid #072a41;
    border-radius: 0;
}

.startNewChat button.check-submit {
    width: 15%;
    height: auto;
    background: #080e44;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 30px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 5px;
    box-shadow: 5px 4px 8px #565656;
}

#inputtextmessage {
    height: 65px;
    border: 1px solid #072a41;
    border-radius: 0;
}

.NachrichtEmpfaenger {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #080e44;
    color: white;
    justify-content: left;
    padding: 10px;
    text-transform: uppercase;
    align-items: center;
    font-weight: bold;
}

form.startNewChat {
    padding: 20px;
    margin: 0;
}

.nachrichtView {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 450px;
    background: white;
    max-height: 75vh;
}

.newKontakt button.check-submit {
    border: none;
}

.toggleViewChat {
    display: none;
}

.ownChatsLabel {
    background: #072a41;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.text-inputChat {
    display: flex;
    justify-content: start;
    align-items: baseline;
    width: 100%;
}

input#inputbetreffChat {
    width: 80%;
    height: 40px;
}

label.inputLabel {
    background: #080e44;
    width: 20%;
    padding: 8px 20px;
    height: 40px;
}

img.lehrerIcon {
    width: 40px;
    height: auto;
    border-radius: 30px;
    padding: 2px;
    border: 2px solid #072a41;
}

.userNachricht {
    display: flex;
    background: white;
    margin: 5px;
    padding: 10px;
    flex-direction: column;
    border-radius: 6px;
    position: relative;
}

.userNachricht.isothers::after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    height: 0px;
    transform: rotate(-26deg);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
}

.userNachricht.ismine::after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: -11px;
    height: 0px;
    transform: rotate( -30deg);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
}

.userNachricht.ismine {
    margin-right: 0px;
    right: auto;
    margin-left: auto;
    min-width: 300px;
}

.userNachricht.isothers {
    margin-left: 0px;
    min-width: 300px;
}

.nachrichtSender {
    color: blue;
    font-size: 12px;
    font-family: cursive;
}

.nachrichtMessage {
    color: black;
}

.nachrichtView .text-input input[type="text"],
.nachrichtView .text-input textarea {
    display: inline-block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 1;
    outline: none;
    border: 1px solid #072a41;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.outsideContainer {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    flex-wrap: wrap;
}

.nameKlasseChat {
    color: black;
    font-weight: bold;
    padding: 10px;
    background: #d6d6d6;
    margin: 5px;
    width: calc(50% - 10px);
    border-radius: 6px;
    box-shadow: 4px 4px 5px #bbbbbb;
}

.KlassenContainerChat {
    color: black;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.selectSchueler {
    padding-left: 5px;
    width: 50%;
}

.selectSchueler label {
    color: black;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
    display: flex;
    padding: 6px 0;
    align-items: center;
}

span.spanBezeichnung {
    border: 1px solid #080e44;
    padding: 2px 10px;
    border-radius: 10px;
    background: #ffffff;
    color: black;
    display: block;
    text-align: center;
}

button.check-submit.startToChat {
    width: 200px;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 3px 3px 4px #989898;
}

.fake-btn-delete.deleteChatIcon {
    width: 15%;
    height: auto;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid black;
    margin: 0px 0 5px 5px;
    background: #def1ff;
}

.selectSchueler label span {
    padding-left: 5px;
}

.chatroomtitle {
    color: #080e44;
    font-weight: bold;
}

#content .flex-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
}

#content .aside-btn .flex-container {
    justify-content: space-around;
}

.usernamesChat {
    font-size: 12px;
    line-height: 1;
    color: black;
    font-weight: 400;
    font-style: italic;
}

.chatroomHeader {
    padding-left: 10px;
}

a.ajax.openChat {
    position: relative;
}

.newMessage {
    position: absolute;
    border-radius: 50px;
    right: -6px;
    background: white;
    padding: 5px;
    top: -6px;
}

.notifiNav .newMessage {
    position: absolute;
    border-radius: 50px;
    right: 0px;
    background: white;
    padding: 5px;
    bottom: -15px;
    top: auto;
}

.redCircle {
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    color: white;
}

.nav>li>a.tabitem {
    padding: 10px;
    margin-bottom: 0px;
}

.nav>li.tabli {
    height: auto;
    margin-bottom: -1px;
}

.nav.nav-tabs {
    border-bottom: 1px solid #00ff80;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
    text-decoration: none;
    background-color: #ffe1c600;
    color: #ffe1c6;
    border-radius: 4px 4px 0 0;
}

.nav.nav-tabs>li>a {
    font-size: 18px;
    transition: all 0.5s;
}

.nav.nav-tabs>li>a.active.show {
    border: 1px solid #00ff80;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    color: #00ff80;
    background: #072a41;
    font-size: 20px;
    transition: all 0.5s;
}

.OnlineUnterrichtPlugin .meetingbutton {
    margin-top: 50px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    form.createNewTask {
        flex-direction: row;
    }
    .bereichAktuelleAufgaben {
        padding: 30px 60px;
    }
    form.createNewTask {
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    .openChat {
        flex-direction: row;
    }
    .col-md-12.col-xs-12.main-content {
        margin-top: 0px;
    }
    .aktuelleAufgaben {
        font-size: 30px;
    }
    .aufgabeTeaser {
        display: block;
    }
    a.editLink,
    a.deleteLink {
        width: 5%;
    }
    .linkAufgabe {
        width: 40%;
    }
    .linkDatum {
        width: 20%;
    }
    .janHeader {
        position: relative;
        overflow: hidden;
        height: 600px;
    }
}