/*CSS RESET*/

* {
        padding: 0;
        margin: 0;
        outline: 0;
        font-family: Corbel, sans-serif;
        font-size: 0.9rem;
        text-decoration: none;
}






h1 {

        text-align:center;
        font-size: 175%;
        color: #0101DF

}


h2 {
        font-family: Corbel, sans-serif;
        text-decoration: underline;


        text-align: center;
        font-size: 100%;
        color: #0101DF

}






nav {
        display: block;
}

body {
        background-color: #E5E5E5;
}

input {
        margin: 10px 0px;
        border: #81C9E4 solid 1px;
        height: 1.75em;
}

select {
        position: relative;
        bottom: 2px;
        margin: 10px 0px 10px 130px;
        border: #81C9E4 solid 1px;
        height: 1.85em;
        width: 102px;
}

header a {
        font-weight: bold;
        font-size: 1.5em;
}

header li {
        margin-left: 70px;
}

p {
        margin-bottom: 1rem;
}

object {
        width: 800px;
        height: 720px;
        margin-left: 80px;
}

textarea {
        width: 400px;
        height: 180px;
        resize: none;
        border: #81C9E4 solid 1px;
}

a:link { color: #6490A9; }
a:visited { color: #6490A9; }
a:hover { color: #0048FF; }


/* HEADER */

.navHeader {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #81C9E4;
        width: 100%;
        height: 121px;
        box-shadow: 0px 1px 3px #707070;
        z-index: 1;
}

#mainNav {
        width: 960px;
        margin: 0px auto;
}

#logo {
        width: 293px;
        height: 75px;
        margin-top: 20px;
        margin-left: 30px;
}

#mainMenu {
        color: #6490A9;
        line-height: 35px;
        width: 630px;
}

#mainMenu a:visited {
        color: inherit;
}

#mainMenu a:hover {
        color: #FFFFFF;
}


/* SUBNAVIGATION */

#subNav {
        position: fixed;
        width: 880px;
        top: 120px;
        left: 50%;
        margin-left: -440px;
        box-shadow: 0px 1px 3px #707070;
        background-color: #81C9E4;
        height: 50px;
}

#subNav li {
        color: #6490A9;
        font-weight: bold;
        margin: 15px 20px 0px;
}

#subNav li:first-child {
        color: #FFFFFF;
}

#subNav li:hover {
        color: #FFFFFF;
}


/* MAIN CONTENT */

#spacer {
        height: 110px;
}

.mainWrapper {
        background-color: white;
        width: 960px;
        top: 96px;
        margin: 0px auto;
        padding-bottom: 43px;
}

.article {
        width: 880px;
        margin: 0px auto 60px;
}

.border {
    padding-bottom: 43px;
    width: 100%;
    height: 2px;
}

.headline {
        width: 270px;
        float: left;
        text-align: right;
        font-size: 1.2rem;
        font-weight: bold;
        color: #6490A9;
}

.content {
        hyphens: auto;
        display: inline-block;
        margin-left: 20px;
        width: 570px;
}



/* FOOTER */

footer {
        width: 960px;
        margin: 20px auto 0px;
        height: 120px;
        border-top: 10px solid #81C9E4;
}

footer ul {
        color: #6490A9;
}

footer li {
        margin:  20px 40px 40px 20px;
}



/* LOGIN */

#loginWrapper {
        display: none;
}

#loginForeground {
        position: absolute;
        background-color: #FFFFFF;
        z-index: 10;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        height: 180px;
        width: 367px;
        margin-top: -120px;
        margin-left: -170px;
}

#loginForeground a {
        margin-left: 50px;
}

#loginTable {
        width: 185px;
}

.loginField input {
        padding-left: 5px;
}

.closeBtn {
        position: absolute;
        width: 32px;
        height: 32px;
        top: -13px;
        right: -14px;
}

#loginBtn {
        margin-right: 30px;
}

#pwReset {
        position: absolute;
        bottom: 35px;
        left: 12px;
}

#logout {
        display: none;
}

/* NEW CONTENT */

#contentWrapper {
        display: none;
}

#deleteContent {
        display: none;
}

#deleteForeground {
        position: absolute;
        background-color: #FFFFFF;
        z-index: 5;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 180px;
        height: 50px;
        margin-top: -100px;
        margin-left: -90px;
}

#contentForeground {
        position: absolute;
        background-color: #FFFFFF;
        z-index: 3;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 482px;
        height: 380px;
        margin-top: -190px;
        margin-left: -221px;
}

#sendBtn {
        margin: 0px 0px 10px 342px;
}

#file {
        width: 400px;
}

#newContent {
        display: none;
        position: fixed;
        background-color: #FFFFFF;
        border-radius: 5px;
        top: 17%;
        right: 5%;
        height: 75px;
        width: 60px;
}

#addContent {
        position: absolute;
        left: 5px;
        top: 15px;
}


/* OTHER */

#admit, #books,
#info, #rules,
#security, #wahlInfo {
        display: none;
}


/* CLASSES */

.none {
        display: none;
}

.block {
        display: block;
}

.inline-block {
        display: inline-block;
}

.inline {
        display: inline;
}

.underline {
        text-decoration: underline;
}

.cursorPointer {
        cursor: pointer;
}

.justify {
        text-align: justify;
}

.left {
        text-align: left;
}

.form {
        margin: 30px 40px;
}

.bold {
        font-weight: bold;
}

.test {
        font-size: 0.8em;
}

.center {
        text-align: center;
}

.liInsert {
        padding-left: 1rem;
}

.specialWord {
        font-weight: bold;
        color: #0048FF;
}

.red {
        color: red;
}

.blue {
        color: blue;
}

.buttons {
        width: 60px;
        border: none;
        border-radius: 5px;
        background-color: #81C9E4;
        color: white;
        font-weight: bold;
}

.inputBackground {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.3;
        z-index: 2;
}

.error {
        background-color: red;
}

.symbolFile {
        margin: 20px 10px -8px 0px;
}

.fileLink {
        margin-left: 285px;
}

.linkHighlight {
        color: #FFFFFF;
}

.years {
        width: 880px;
        margin: 40px 0px 40px 40px;
        font-weight: bold;
        font-size: 1.5rem;
        background-image: url(/web/20190128022742im_/http://ain-ev.de/img/trennbalken.png);
}

.options {
        visibility: hidden;
        float: right;
        margin: 20px 45px 0px 0px ;
}

.edit {
        margin-right: 20px;
}
/*
     FILE ARCHIVED ON 02:27:42 Jan 28, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:38:42 Oct 22, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 246.283
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.083
  cdx.remote: 0.06
  esindex: 0.008
  LoadShardBlock: 202.287 (3)
  PetaboxLoader3.datanode: 181.903 (5)
  CDXLines.iter: 21.825 (3)
  load_resource: 202.082 (2)
  PetaboxLoader3.resolve: 82.565 (2)
*/