/*------------------MENÜ LAYOUT------------------ */

body {
    margin: auto;
    font-family: 'calibri';
    background: gray;
    overflow: hidden;
    overflow-y: auto;
}

/*initial-scale=1.0, maximum-scale=1.0, user-scalable=no*/

.wrapper {
    height: 960px;
    width: 1400px;
    margin: auto;
    padding-top: 20px;
}

.mnheader {
    width: 100%;
    height: 96px;
    background-color: #f3e2bc;
}

.mnleftcolumn {
    width: 21.5%;
    height: 816px;
    background-color: #f3e2bc;
    float: left;
}

.mnrightcolumn {
    width: 78.5%;
    height: 814px;
    float: right;
    margin-top: -10px;
}


.mnwko {
    float: right;
}

.mnwkored {
    padding: 15px;
    height: 71px;
}

.mnwkotext {
    float: left;
    padding-top: 30px;
    padding-right: 40px;
    font-weight: bold;
    color: #8A2225;
    font-size: small;
}

.mnlogo {
    height: 100%;
}

.mnbutton1 {
    width: 90%;
    height: 5%;
    margin-left: 5%;
    margin-top: 3%;
    color: #8A2225;
    background-color: #f3e2bc;
    font-weight: bold;
    border: solid 1px dimgray;
    cursor: pointer;
}
/*------------------MENÜ LAYOUT ENDE------------------ */




/*------------------PERSÖNLICHE DATEN------------------ */

.header1 {
    padding-left: 15px;
    color: #8A2225;
    font-size: large;
}

.pdwrapper1 {
    height: 1046px;
    width: 1400px;
    margin-top: -22px;
}


.pdwrapper {
    width: 78.5%;
    height: 78.4%;
    background-color: white;
    overflow-y: auto;
}

.labelin {
    display: inline-block;
    width: 400px;
    padding-top: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.labelPop {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.input {
    width: 300px;
    background-color: rgba(243, 226, 188, 0.5);
    border: solid #f3e2bc 1px;
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
}

.input1 {
    background-color: rgba(243, 226, 188, 0.5);
    border: solid #f3e2bc 1px;
    height: 25px;
    padding-top: 5px;
    width: 38px;
    margin-right: 5px;
    text-align: center;
}

.input2 {
    background-color: rgba(243, 226, 188, 0.5);
    border: solid #f3e2bc 1px;
    height: 25px;
    padding-top: 5px;
    margin-right: 5px;
    width: 73px;
    text-align: center;
}

.input3 {
    background-color: rgba(243, 226, 188, 0.5);
    border: solid #f3e2bc 1px;
    height: 25px;
    padding-top: 5px;
    width: 167px;
    padding-left: 5px;
}

.andern {
    width: 150px;
    height: 25px;
    margin-left: 570px;
    margin-top: 15px;
    background-color: rgba(243, 226, 188, 0.5);
    border: solid #f3e2bc 1px;
    cursor: pointer;
    font-weight: bold;
    color: #8A2225;
}

.legende_text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
}

.textrf {
    color: #8A2225;
    font-weight: bold;
}

.linkrf {
    color: #8A2225;
    text-decoration: none;    
}
/*------------------PERSÖNLICHE DATEN ENDE------------------ */






/*------------------MEINE KURSE / KENDO GRID------------------ */


.k-grid {
    width: 1121px;
    height: 1200px;
    overflow-y: auto;
}

.gridcontainer {
    height: 1000px;
    width: 1600px;
}

.k-alt, .k-header, .k-button {
    background-color: rgba(243, 226, 188, 0.5);
}

.k-edit-form-container {    
    width: 100% !important;
}

.k-primary {
    color: black !important;
}

