@media (min-width: 1024px) {

    /* === Fakultät $fakultät === */
    .factorial .header {
        display: block;
        padding: 10px;
        height: 95px;
        color: white;
    }

    .factorial .content {
        display: block;
        padding: 10px 10px 15px;
        background-color: rgb(242, 242, 242);
    }

    .factorial .title {
        font-size: 130%;
        font-weight: 700;
    }

    .factorial a,
    .factorial a:hover,
    .factorial a:visited {
        color: rgb(0, 68, 136);
        text-decoration: none;
    }

    .factorial a:hover .content {
        background-color: rgb(211, 241, 255);
    }

    .factorial .header.signal {
        background: linear-gradient(135deg, rgba(195, 130, 17, 1) 0%, rgba(255, 204, 0, 1) 100%);
    }

    .factorial .header.bordeaux {
        background: linear-gradient(135deg, rgba(110, 17, 68, 1) 0%, rgba(200, 34, 110, 1) 100%);
    }

    .factorial .header.grass {
        background: linear-gradient(135deg, rgba(68, 110, 40, 1) 0%, rgba(187, 215, 17, 1) 100%);
    }

    .factorial .header.stein {
        background: linear-gradient(135deg, rgba(142, 151, 151, 1) 0%, rgba(195, 200, 200, 1) 100%);
    }

    .factorial .header.opal {
        background: linear-gradient(135deg, rgba(0, 68, 68, 1) 0%, rgba(0, 136, 119, 1) 100%);
    }

    .factorial .header.blut {
        background: linear-gradient(135deg, rgba(153, 17, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
    }

    .factorial .header.pastell {
        background: linear-gradient(135deg, rgba(51, 85, 113, 1) 0%, rgba(130, 162, 187, 1) 100%);
    }

    body.enzian .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(to top, #07B 0%, #00336F 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.signal .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-as-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(195, 130, 17, 1) 0%, rgba(255, 204, 0, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.bordeaux .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-b-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(110, 17, 68, 1) 0%, rgba(200, 34, 110, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.grass .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-eit-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(68, 110, 40, 1) 0%, rgba(187, 215, 17, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.stein .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-imn-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(142, 151, 151, 1) 0%, rgba(195, 200, 200, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.opal .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-me-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(0, 68, 68, 1) 0%, rgba(0, 136, 119, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.blut .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-m-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(153, 17, 0, 1) 0%, rgba(255, 136, 0, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.pastell .containerCanvas {
        background: url('../icon/htwk-lichtgrafik-fb-wiwi-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(180deg, rgba(51, 85, 113, 1) 0%, rgba(130, 162, 187, 1) 100%) no-repeat scroll center top / 1920px 600px;
    }

    body.enzian .containerMenuTop.alpha {
        background-color: rgba(0, 51, 111, 0.3);
    }

    body.enzian .containerMenuTop.noalpha {
        background-color: rgba(0, 51, 111, 1.0);
    }

    body.signal .containerMenuTop.alpha {
        background-color: rgba(195, 130, 17, 0.3);
    }

    body.signal .containerMenuTop.noalpha {
        background-color: rgba(195, 130, 17, 1.0);
    }

    body.bordeaux .containerMenuTop.alpha {
        background-color: rgba(110, 17, 68, 0.3);
    }

    body.bordeaux .containerMenuTop.noalpha {
        background-color: rgba(110, 17, 68, 1.0);
    }

    body.grass .containerMenuTop.alpha {
        background-color: rgba(68, 110, 40, 0.3);
    }

    body.grass .containerMenuTop.noalpha {
        background-color: rgba(68, 110, 40, 1.0);
    }

    body.stein .containerMenuTop.alpha {
        background-color: rgba(142, 151, 151, 0.3);
    }

    body.stein .containerMenuTop.noalpha {
        background-color: rgba(142, 151, 151, 1.0);
    }

    body.opal .containerMenuTop.alpha {
        background-color: rgba(0, 68, 68, 0.3);
    }

    body.opal .containerMenuTop.noalpha {
        background-color: rgba(0, 68, 68, 1.0);
    }

    body.blut .containerMenuTop.alpha {
        background-color: rgba(153, 17, 0, 0.3);
    }

    body.blut .containerMenuTop.noalpha {
        background-color: rgba(153, 17, 0, 1.0);
    }

    body.pastell .containerMenuTop.alpha {
        background-color: rgba(51, 85, 113, 0.3);
    }

    body.pastell .containerMenuTop.noalpha {
        background-color: rgba(51, 85, 113, 1.0);
    }

    body.enzian .containerMenuTop li > label:not(:last-child)::after,
    body.enzian .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(34, 187, 255, 1);
    }

    body.signal .containerMenuTop li > label:not(:last-child)::after,
    body.signal .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(255, 204, 0, 1);
    }

    body.bordeaux .containerMenuTop li > label:not(:last-child)::after,
    body.bordeaux .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(200, 34, 110, 1);
    }

    body.grass .containerMenuTop li > label:not(:last-child)::after,
    body.grass .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(187, 215, 17, 1);
    }

    body.stein .containerMenuTop li > label:not(:last-child)::after,
    body.stein .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(195, 200, 200, 1);
    }

    body.opal .containerMenuTop li > label:not(:last-child)::after,
    body.opal .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(0, 136, 119, 1);
    }

    body.blut .containerMenuTop li > label:not(:last-child)::after,
    body.blut .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(255, 136, 0, 1);
    }

    body.pastell .containerMenuTop li > label:not(:last-child)::after,
    body.pastell .container_MenuMain ul.level01 > li:not(:last-child)::after {
        color: rgba(130, 162, 187, 1);
    }

    body.enzian .container_MenuMain ul.level01 {
        background-color: rgba(0, 123, 189, 0.3);
    }

    body.signal .container_MenuMain ul.level01 {
        background-color: rgba(255, 204, 0, 0.3);
    }

    body.bordeaux .container_MenuMain ul.level01 {
        background-color: rgba(200, 34, 110, 0.3);
    }

    body.grass .container_MenuMain ul.level01 {
        background-color: rgba(187, 215, 17, 0.3);
    }

    body.stein .container_MenuMain ul.level01 {
        background-color: rgba(195, 200, 200, 0.3);
    }

    body.opal .container_MenuMain ul.level01 {
        background-color: rgba(0, 136, 119, 0.3);
    }

    body.blut .container_MenuMain ul.level01 {
        background-color: rgba(255, 136, 0, 0.3);
    }

    body.pastell .container_MenuMain ul.level01 {
        background-color: rgba(130, 162, 187, 0.3);
    }

    body.enzian .navTopBG {
        background: linear-gradient(to right, #07B 0%, #00336F 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.signal .navTopBG {
        background: linear-gradient(to right, rgba(195, 130, 17, 1) 0%, rgba(255, 204, 0, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.bordeaux .navTopBG {
        background: linear-gradient(to right, rgba(110, 17, 68, 1) 0%, rgba(200, 34, 110, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.grass .navTopBG {
        background: linear-gradient(to right, rgba(68, 110, 40, 1) 0%, rgba(187, 215, 17, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.stein .navTopBG {
        background: linear-gradient(to right, rgba(142, 151, 151, 1) 0%, rgba(195, 200, 200, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.opal .navTopBG {
        background: linear-gradient(to right, rgba(0, 68, 68, 1) 0%, rgba(0, 136, 119, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.blut .navTopBG {
        background: linear-gradient(to right, rgba(153, 17, 0, 1) 0%, rgba(255, 136, 0, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    body.pastell .navTopBG {
        background: linear-gradient(to right, rgba(51, 85, 113, 1) 0%, rgba(130, 162, 187, 1) 100%) no-repeat scroll center top / 1920px 50px;
    }

    /* === Symbol-Definition === */
    .target {
        display: block;
        min-height: 130px;
        height: auto;
        margin: 24px 0 0 0;
        border: 8px solid #d3f1ff;
        width: calc(100% - 530px);
        padding: 0;
    }

    .otherTargets {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        padding: 24px 24px 0 24px;
    }

    .otherTargets .title {
        font-size: 130%;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    .otherTargets a {
        display: block;
        padding: 3px 10px;
        color: rgb(0, 68, 136);
        border: 2px solid #d3f1ff;
    }

    .directTargets {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        padding: 24px 24px 24px 0;
    }

    .moreTargets {
        display: none;
        width: 200px;
        background-color: white;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        padding: 10px;
    }

    .moreTargets li {
        display: block;
        cursor: pointer;
    }

    .moreTargets li:hover {
        background-color: #f2f2f2;
    }

    .targetTop {
        display: inline-block;
        width: 135px;
        text-align: center;
        vertical-align: top;
    }

    .targetTop.interest::before {
        content: url('../icon/icon-studieninteressierte.svg');
        display: block;
        width: 60px;
        margin: -5px auto;
    }

    .targetTop.student::before {
        content: url('../icon/icon-studenten.svg');
        display: block;
        width: 60px;
        margin: -5px auto;
    }

    .targetTop.absolvent::before {
        content: url('../icon/icon-absolventen.svg');
        display: block;
        width: 60px;
        margin: -5px auto;
    }

    h2.rss::after {
        content: url('../icon/icon-rss-grau.svg');
        display: inline-block;
        width: 24px;
        float: right;
    }

    .contrast-trigger:checked ~ .containerCanvas .targetTop.interest::before {
        content: url('../icon/icon-studieninteressierte-black.svg');
    }

    .contrast-trigger:checked ~ .containerCanvas .targetTop.student::before {
        content: url('../icon/icon-studenten-black.svg');
    }

    .contrast-trigger:checked ~ .containerCanvas .targetTop.absolvent::before {
        content: url('../icon/icon-absolventen-black.svg');
    }

    .contrast-trigger:checked ~ .containerCanvas h2.rss::after {
        content: url('../icon/icon-rss-black.svg');
    }

    .containerSearch {
        display: none;
        position: fixed;
        top: 40px;
        width: 100%;
        height: 40px;
        z-index: 1;
        background-color: #00336F;
    }

    .containerSearch form {
        display: block;
        width: 1280px;
        margin: 0 auto;
        height: 40px;
        z-index: 1;
        background-color: #00336F;
    }

    .containerSearch input[type="text"] {
        background-color: #07B;
        border: none;
        height: 40px;
        width: 1240px;
        color: white;
        font-weight: 300;
    }
    .enzian .containerSearch input[type="text"] { background-color: #07B; }
    .signal .containerSearch input[type="text"] { background-color: rgb(195, 130, 17); }
    .bordeaux .containerSearch input[type="text"] { background-color: rgb(200,34,110); }
    .grass .containerSearch input[type="text"] { background-color: rgb(187,215,17); }
    .stein .containerSearch input[type="text"] { background-color: rgb(195,200,200); }
    .opal .containerSearch input[type="text"] { background-color: rgb(0,136,119); }
    .blut .containerSearch input[type="text"] { background-color: rgb(255,136,0); }
    .pastell .containerSearch input[type="text"] { background-color: rgb(130,162,187); }

    #newSearch::-webkit-input-placeholder {
        color: #fff;
    }

    #newSearch:-ms-input-placeholder {
        color: #fff;
    }

    #newSearch:-moz-placeholder {
        color: #fff;
    }

    #newSearch::-moz-placeholder {
        color: #fff;
    }

    .containerSearch button[type="submit"] {
        display: block;
        background-color: #00336F;
        height: 40px;
        width: 40px;
        float: right;
    }

    .enzian .containerSearch, .enzian .containerSearch button[type="submit"] { background-color: #00336F; }
    .signal .containerSearch, .signal .containerSearch button[type="submit"] { background-color: rgb(255,204,0); }
    .bordeaux .containerSearch, .bordeaux .containerSearch button[type="submit"] { background-color: rgb(110, 17, 68); }
    .grass .containerSearch, .grass .containerSearch button[type="submit"] { background-color: rgb(68, 110, 40); }
    .stein .containerSearch, .stein .containerSearch button[type="submit"] { background-color: rgb(142, 151, 151); }
    .opal .containerSearch, .opal .containerSearch button[type="submit"] { background-color: rgb(0, 68, 68); }
    .blut .containerSearch, .blut .containerSearch button[type="submit"] { background-color: rgb(153, 17, 0); }
    .pastell .containerSearch, .pastell .containerSearch button[type="submit"] { background-color: rgb(51, 85, 113); }

    .containerSearch button img {
        height: 15px;
        width: 15px;
    }

    .navTopBG {
        display: none;
        position: fixed;
        width: 100%;
        height: 44px;
        z-index: 1;
        background: linear-gradient(to right, #07B 0%, #00336F 100%) no-repeat scroll center top / 1920px 50px;
    }

    /* === Container-Definition === */
    .containerOffCanvasSide {
        display: none;
    }

    .topnav-trigger:not(.open) ~ .containerOffCanvasTop {
        display: block;
        background-color: white;
        width: 100%;
        height: 50%;
        position: absolute;
        top: -420px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: top 0.4s ease-out;
    }

    .topnav-trigger.open ~ .containerOffCanvasTop {
        display: block;
        background-color: white;
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: top 0.4s ease-out;
    }

    .topnav-trigger:not(.open) ~ .containerCanvas {
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        transition: top 0.4s ease-out;
    }

    .topnav-trigger.open ~ .containerCanvas {
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
        top: 420px;
        z-index: 5;
        transition: top 0.4s ease-out;
    }

    .containerBody {
        display: block;
        padding: 0;
        margin: 0 auto;
        max-width: 1280px;
        height: 100%;
        background-color: transparent;
    }

    .containerMenuTop {
        display: block;
        position: fixed;
        width: 100%;
        height: 40px;
        z-index: 99;
        top: 0;
        transition: top 1s ease-out;
        transition-delay: 1s;
    }

    .containerMenuTop.alpha {
        transition: background 1s ease-out;
    }

    .containerMenuTop.noalpha {
        transition: background 1s ease-out;
    }

    .container_MenuMain {
        display: block;
        width: auto;
        z-index: 999;
    }

    .container_Content {
        display: block;
        vertical-align: top;
        background-color: rgba(255, 255, 255, 1.0);
        padding: 0 0 48px 0;
    }

    .container_MenuSub {
        padding: 24px 0 !important;
    }

    .container_Search {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin: 0;
        padding: 0;
    }

    .container_Sidebar {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        margin: 0;
        padding: 0 0 24px 24px;
    }

    .headerSmall {
        display: none;
    }

    .col11 {
        display: block;
        vertical-align: top;
        width: 100%;
        min-height: 75px;
        margin: 0;
        padding: 24px 1.875%;
    }

    .col12 {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 1.875%);
        margin: 0;
        padding: 0 0.9375% 24px 0.9375%;
    }

    .col12:first-child {
        padding-left: 1.875%;
    }

    .col12:last-child {
        padding-right: 1.875%;
    }

    .col12in {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 1.7%);
        margin: 0;
        padding: 0;
    }

    .col12in:first-of-type {
        margin-right: 1.3%;
    }

    .col12in:last-child {
        margin-left: 1.3%;
    }

    .col14 {
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 2.8125%);
        padding: 0;
        margin: 0 0.9375% 24px 0.9375%;
    }

    div.col14:first-of-type {
        margin: 0 0.9375% 24px 1.875%;
    }

    .col14:last-child {
        margin: 0 1.875% 24px 0.9375%;
    }

    .factorial.col14:first-of-type,
    .factorial.col14 {
        margin: 24px 0 0 2.15%;
    }

    .col13 {
        display: inline-block;
        vertical-align: top;
        width: calc(33.0% - 2.8125%);
        padding: 0;
        margin: 0 0.9375% 24px 0.9375%;
    }

    .col13:first-child {
        margin-left: 1.875%;
    }

    .col13:last-child {
        margin-right: 1.875%;
    }

    .col23 {
        display: inline-block;
        vertical-align: top;
        width: calc(66.3% - 2.8125%);
        padding: 0;
        margin: 0 0.9375% 24px 0.9375%;
    }

    .col23:first-child {
        margin-left: 1.875%;
    }

    .col23:last-child {
        margin-right: 1.875%;
    }

    .col23in {
        display: inline-block;
        vertical-align: top;
        width: 66.6%;
        padding: 0;
        margin: 0;
    }

    .col34 {
        display: inline-block;
        vertical-align: top;
        width: calc(74.6% - 2.8125%);
        padding: 0;
        margin: 0 1.875% 24px 0.9375%;
    }

    .container_Print {
        display: block;
        padding: 0 calc(25% + 12px);
        margin: 24px 0;
        width: 100%;
        font-size: 0.875em;
    }

    .containerFooter {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 500px;
        left: 0;
        top: 0;
        z-index: 5;
        background: url('../icon/htwk-footer-ohne-hg.svg') no-repeat scroll center bottom / 1920px 504px, linear-gradient(to right top, #07B 0%, #00336F 100%) no-repeat scroll center bottom / 1920px 504px;
    }

    /* === Navigation $navi === */
    .containerMenuTop .navTop {
        display: block;
        padding: 2px 24px;
        margin: 0 auto;
        max-width: 1280px;
        color: white;
    }

    .containerMenuTop .navTop a {
        text-decoration: none;
        color: #fff;
        font-size: 0.875em;
        font-weight: 100;
    }

    .containerMenuTop .navTop ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 50%;
    }

    .containerMenuTop .navTop ul.left {
        float: left;
    }

    .containerMenuTop .navTop ul.right {
        float: right;
    }

    .containerMenuTop .navTop li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .containerMenuTop .navTop li > label {
        display: inline-block;
        margin: 5px 0 5px 5px;
        padding: 0 0 0 0;
    }

    .containerMenuTop li > label:not(:last-child)::after {
        content: "|";
        padding-left: 10px;
    }

    .containerMenuTop li:not(:first-child) {
        margin-left: 40px;
    }

    .containerMenuTop .navTop li img {
        height: 16px;
        float: left;
        margin-top: 4px;
        padding: 0 5px 0 0;
    }

    .containerMenuTop .navTopSmall {
        display: none;
    }

    .container_MenuMain a {
        text-decoration: none;
        color: #fff;
        font-weight: 300;
    }

    .container_MenuMain a:visited {
        color: #fff;
    }

    .container_MenuMain ul.level01 {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .container_MenuMain ul.level01 > li {
        display: inline-block;
        position: relative;
        padding: 10px 0 10px 15px;
        margin: 0;
    }

    .container_MenuMain ul.level01 > li:first-child {
        padding-left: 24px;
        white-space: nowrap;
    }

    .container_MenuMain ul.level01 > li:last-child {
        padding-right: 24px;
    }

    .container_MenuMain ul.level01 > li.active {
        background-color: rgb(255, 255, 255) !important;
    }

    .container_MenuMain ul.level01 > li > a {
        font-family: 'Signika',sans-serif;
    }

    .container_MenuMain ul.level01 > li.active > a {
        color: #048;
    }

    .container_MenuMain ul.level01 > li:not(:last-child)::after {
        content: "|";
        padding-left: 18px;
    }

    .container_MenuMain ul.level01 > li.active::after {
        content: "";
        color: #fff;
        padding-left: 20px;
    }

    .container_MenuMain ul.level02 {
        display: none;
        position: absolute;
        z-index: 999;
        right: auto;
        left: -3px;
        top: 44px;
        padding: 0;
        margin: 0;
        width: auto;
        min-width: 220px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        color: rgb(0, 68, 136);
    }

    .container_MenuMain ul.level01 li:first-child ul.level02 {
        left: 0;
    }

    .container_MenuMain ul.level02 > li {
        display: block;
        padding: 7px 24px;
        margin: 0;
        width: 100%;
    }

    .container_MenuMain ul.level02 > li.active {
        background-color: rgba(242, 242, 242, 1);
    }

    .container_MenuMain ul.level02 > li.active a {
        font-weight: 700;
    }

    .container_MenuMain ul.level02 li:hover {
        background-color: rgb(242, 242, 242);
    }

    .container_MenuMain ul.level02 li a {
        color: rgb(0, 68, 136);
    }

    .container_MenuSub ul.level01 {
        display: block;
        padding: 0;
        margin: 0;
    }

    .container_MenuSub li {
        display: block;
        padding: 0;
        margin: 0;
    }

    .container_MenuSub a {
        display: block;
        color: #048;
        text-decoration: none;
        cursor: pointer;
        padding: 5px 10px;
    }

    .container_MenuSub ul.level01 > li {
        background-color: rgba(211, 241, 255, 1.0);
    }

    .container_MenuSub ul.level01 > li.active {
        background-color: rgb(0, 51, 111);
    }

    .container_MenuSub ul.level01 > li.active > a {
        color: white;
    }

    .container_MenuSub li ul.level02 {
        display: none;
        padding: 0;
        margin: 0;
    }

    .container_MenuSub li.active ul.level02 {
        display: block;
    }

    .container_MenuSub ul.level02 > li {
        background-color: rgba(255, 255, 255, 1.0);
    }

    .container_MenuSub ul.level02 > li.active > a {
        font-weight: 700;
    }

    .container_MenuSub ul.level03 {
        display: none;
        padding: 0;
        margin: 0 24px;
    }

    .container_MenuSub li.active li.active ul.level03 {
        display: block;
    }

    /* === Header-Definition === */
    .container_Header {
        color: rgb(255, 255, 255);
        padding: 75px 24px 24px;
    }

    .container_Header .titelSmall {
        display: none;
    }

    .container_Header .titel {
        display: inline-block;
        margin: 24px 0;
        width: 75%;
        font-family: 'Signika',sans-serif;
    }

    .container_Header .name {
        font-size: 1.1rem;
        font-weight: 300;
    }

    .container_Header .subtitel {
        font-size: 1.1rem;
        font-weight: 100;
    }

    .container_Header .logo {
        width: 25%;
        float: right;
        text-align: right;
        margin: 24px 0;
    }

    .container_Header .logo img {
        width: 120px;
    }

    /* === Schriften-Anpassungen === */
    .container_Articles > *:first-child > h1,
    .container_Articles > h1:first-child {
        margin-top: 0.500em;
    }

    .searchResult h3 {
        margin-bottom: 0.000em;
    }

    /* === Slider   $news === */
    .slider.typeSmall {
        height: 400px;
        margin-top: 24px;
    }

    .slider.typeSmall a {
        color: rgb(0, 68, 136) !important;
    }

    #slideContent .ms-slide-info {
        display: block;
        width: 525px !important;
        height: 300px;
        background-color: white;
        right: 0;
        bottom: -211px;
        padding: 10px 24px;
    }

    .typeSmall #slideContent .ms-slide-info {
        display: block;
        width: 100% !important;
        height: 110px;
        background-color: #f2f2f2;
        right: 0;
        top: 265px;
        padding: 10px;
    }

    #slideContent .ms-slide-info h2,
    #slideContent .ms-slide-info h3 {
        margin: 0;
    }

    #slideContent .ms-slide-info h4 {
        margin: 0.75em 0;
    }

    .ms-thumb-list {
        position: absolute !important;
        bottom: 89px;
        right: 0;
        width: 525px !important;
    }

    .typeSmall .ms-thumb-list {
        position: absolute !important;
        bottom: 0;
        right: 0;
        width: auto !important;
    }

    .ms-thumbs-cont {
        left: 0 !important;
    }

    .ms-thumb-frame {
        margin: 0 !important;
        background-color: rgba(0, 51, 111, 1.0) !important;
        text-shadow: none !important;
        border: none !important;
    }

    .contrast-trigger:checked ~ .containerCanvas .ms-thumb-frame {
        background: #000 !important;
        color: #fff !important;
    }

    .ms-tabs .ms-thumb {
        padding: 5px !important;
        text-align: center;
        color: white;
        font-weight: 700;
    }

    .ms-thumb-frame .ms-thumb::after {
      top: 5px;
      left: -1px;
      bottom: 5px;
      content: '';
      border-left: 1px solid rgba(34, 187, 255, 1.0);
      position: absolute;
      transition: border-color 0.25s;
    }

    .ms-thumb-frame.ms-thumb-frame-selected .ms-thumb::after,
    .ms-thumb-frame.ms-thumb-frame-selected + .ms-thumb-frame .ms-thumb::after,
    .ms-thumb-frame:first-child .ms-thumb::after {
      border-color: transparent;
    }

    .contrast-trigger:checked ~ .containerCanvas .ms-thumb-frame:not(:last-child) .ms-thumb::after {
        color: #fff;
    }

    .ms-thumb-frame-selected {
        background-color: rgba(34, 187, 255, 1.0) !important;
    }

    .contrast-trigger:checked ~ .containerCanvas .ms-thumb-frame-selected {
        background: #fff !important;
        color: #000 !important;
    }

    .contrast-trigger:checked ~ .containerCanvas .ms-thumb-frame-selected .ms-thumb {
        color: #000;
    }

    .ms-thumb-ol {
        display: none;
    }

    /* === News   $news === */
    .newsContent .meta .date {
        display: inline-block;
    }

    .newsContent .meta .date::after {
        content: "|";
        padding-left: 5px;
    }

    .newsContent ul, .newsContent li {
        list-style-type: none;
    }

    .newsContent li::before {
        content: "•";
        font-size: 100%;
        margin-right: 5px;
    }

    .newsContent p img, .newsContent p img.left {
        max-width: 50%;
        float: left;
        margin: 5px 15px 10px 0;
    }

    .newsContent p img.right {
        max-width: 50%;
        float: right;
        margin: 5px 0 10px 15px;
    }

    .containerNews {
        margin: 48px 0 0 0;
    }

    .newsBox {
        display: block;
        background-color: rgb(242, 242, 242);
        overflow: hidden;
    }

    .newsBox.sm {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 2px 10px 13px;
    }

    .newsBox.sm h4 {
        margin: 2px 0 0 0;
    }

    .newsBox.sm:last-of-type {
        margin: 0;
    }

    .newsBox.md {
        display: inline-block;
        padding: 0;
        background-color: rgb(242, 242, 242);
    }

    .newsBox.md div:not(.image) {
        padding: 0 10px;
    }

    .newsBox .date {
        font-size: 0.875em;
        margin-top: 7px;
    }

    .newsBox .title {
        font-size: 130%;
        font-weight: 700;
        margin: 0;
        width: 100%;
    }

    .newsBox.sm .image {
        display: none;
    }

    .newsBox:hover,
    .newsBox.md:hover {
        background-color: rgb(211, 241, 255);
    }

    /* === Hinweise === */
    .noteBox {
        display: block;
        width: 100%;
        margin: 0 auto 24px;
        padding: 10px 15px 15px;
        border: 8px solid #d3f1ff;
    }

    .noteBox img {
        display: none;
    }

    .noteBox ul, .noteBox li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .noteBox li::before {
        content: "•";
        font-size: 100%;
        margin-right: 5px;
    }

    .noteBox .sidebar {
        display: table-cell;
        width: 85px;
    }

    .noteBox .content {
        display: table-cell;
        width: calc(100% - 85px);
    }

    .noteBox.download::before {
        content: url('../icon/icon-download.svg');
        display: inline-block;
        width: 50px;
        position: absolute;
        margin-left: 10px;
        margin-top: 5px;
    }

    .noteBox.warning::before {
        content: url('../icon/icon-hinweis.svg');
        display: inline-block;
        width: 50px;
        position: absolute;
        margin-left: 10px;
        margin-top: 5px;
    }

    .noteBox.question::before {
        content: url('../icon/icon-frage.svg');
        display: inline-block;
        width: 50px;
        position: absolute;
        margin-left: 10px;
        margin-top: 5px;
    }

    .noteBox.text {
        display: block;
    }

    .noteBox.text .sidebar {
        width: 0;
    }

    .noteBox.image .sidebar {
        display: flex;
        height: 70px;
        width: 70px;
        overflow: hidden;
        justify-content: center;
        float: left;
        margin: 5px 15px 0 0;
    }

    .noteBox.image img {
        display: block;
        width: auto;
    }

    /* === Tabellen === */
    table {
        border-collapse: collapse;
    }

    td, th {
        vertical-align: top;
        padding: 5px 7px;
        font-weight: 300;
        text-align: left;
    }

    table td:first-of-type {
        padding-right: 24px;
    }

    td.center, th.center {
        text-align: center;
    }

    td.right {
        text-align: right;
    }

    th {
        font-weight: 300;
    }

    .tableSimple thead {
        background-color: rgb(0, 51, 111);
        color: white;
    }

    table.blue tbody tr:nth-of-type(odd) {
        background-color: rgb(211, 241, 255);
    }

    table.blue tbody tr:nth-of-type(even) {
        background-color: rgba(211, 241, 255, 0.5);
    }

    table.blue td:first-of-type {
        font-weight: 700;
    }

    table.grey tbody tr:nth-of-type(odd) {
        background-color: rgb(229, 229, 229);
    }

    table.grey tbody tr:nth-of-type(even) {
        background-color: rgb(242, 242, 242);
    }

    table.grey td:first-of-type {
        font-weight: 700;
    }

    .tableKomplex {
        width: 100%;
    }

    .tableKomplex thead th {
        font-weight: 700;
    }

    .tableKomplex td {
        vertical-align: middle;
    }

    .tableKomplex img.icon {
        width: 23px;
        margin: 2px;
    }

    .contactTable {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .contactTable:not(:first-child) {
        margin: 48px 0 0 0;
    }

    .contactTable .contact_photo {
        display: flex;
        height: 70px;
        width: 70px;
        overflow: hidden;
        justify-content: center;
        float: left;
        margin: 0 24px 40px 0;
    }

    .contactTable .contact_person .name {
        font-size: 130%;
        font-family: 'Signika',sans-serif;
    }

    .contactTable .contact_person {
        display: block;
        height: 80px;
        margin: 0 0 40px 0;
        width: calc(100% - 40px);
        font-weight: 700;
    }

    .contactTable .contact_department,
    .contactTable .contact_object,
    .contactTable .contact_phone,
    .contactTable .contact_email {
        display: block;
        width: 100%;
    }

    .contactTable .contact_department,
    .contactTable .contact_phone {
        background-color: rgb(229, 229, 229);
        padding: 3px 5px;
    }

    .contactTable .contact_object,
    .contactTable .contact_email {
        background-color: rgb(242, 242, 242);
        padding: 3px 5px;
    }

    .contactTable .contact_department .label,
    .contactTable .contact_department .department,
    .contactTable .contact_object .label,
    .contactTable .contact_object .object,
    .contactTable .contact_phone .label,
    .contactTable .contact_phone .number,
    .contactTable .contact_email .label,
    .contactTable .contact_email .link_url {
        display: inline-block;
    }

    .contactTable h4,
    .contactTable .contact_email .address,
    .contactTable .contact_email .link_txt {
        display: none;
    }

    .contactTable .label {
        width: 100px;
        font-weight: 700;
    }

    .contactTable .contact_vcard {
        display: block;
        margin: 24px 0;
    }

    .contactTable .contact_department .department,
    .contactTable .contact_object .object,
    .contactTable .contact_email .number,
    .contactTable .contact_email .link_url {
        width: calc(100% - 110px);
    }

    /* === InfoBoxen   $info === */
    .infoBox {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .infoBox h4 {
        font-size: 130%;
        font-weight: 700;
    }

    .infoBox .infoBoxLinks {
        position: relative;
        overflow: hidden;
        padding: 10px 10px 48px 10px;
        background-color: rgb(242, 242, 242);
    }

    .infoBox .content {
        position: relative;
        padding: 10px 10px 48px 10px;
        background-color: rgb(242, 242, 242);
    }

    .imageBox.vertical {
        display: flex;
        width: 100%;
        margin: 0 auto 24px;
        padding: 0;
    }

    .imageBox.vertical .image {
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .imageBox.vertical .content {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background-color: rgb(242, 242, 242);
    }

    .imageBox.vertical .title {
        display: block;
        font-weight: 700;
    }

    .imageBox.vertical .link {
        display: block;
    }

    .imageBox.horizontal {
        display: block;
        width: 100%;
        margin: 0 auto 24px;
        padding: 0;
    }

    .imageBox.horizontal .image {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .imageBox.horizontal .content {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background-color: rgb(242, 242, 242);
    }

    .imageBox.horizontal .title {
        display: block;
        font-weight: 700;
    }

    .contactBox {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .contactBox:not(:first-child) {
        margin: 48px 0 0 0;
    }

    .contactBox h4 {
        font-size: 130%;
        font-family: 'Signika',sans-serif;
        font-weight: 500;
        margin: 0 auto 24px;
        width: 100%;
    }

    .contactBox .contactBoxContent {
        position: relative;
        overflow: hidden;
        padding: 10px;
        background-color: rgb(242, 242, 242);
    }

    .contactBox .contact_photo {
        display: flex;
        height: 40px;
        width: 40px;
        overflow: hidden;
        justify-content: center;
        float: left;
        margin: 5px 10px 40px 0;
    }

    .contactBox .contact_photo img {
        margin: 0 auto;
        height: 100%;
    }

    .contactBox .contact_person,
    .contactBox .contact_email {
        margin-bottom: 24px;
    }

    .contactBox .contact_person .name {
        font-weight: 700;
    }

    .contactBox .contact_phone .label,
    .contactBox .contact_phone .number {
        display: inline-block;
        margin-right: 7px;
    }

    .contactBox .contact_department,
    .contactBox .contact_object,
    .contactBox .contact_email .label,
    .contactBox .contact_email .address,
    .contactBox .contact_email .link_url,
    .contactBox .contact_vcard {
        display: none;
    }

    /* === Buttons $button === */
    a.button {
        display: inline-block;
        height: 40px;
        width: 31.5%;
        padding: 7px 7px 0 48px;
        color: white;
        font-weight: 700;
    }

    a.button.Twitter {
        background-color: #2bf;
        margin-right: 7px;
    }

    a.button.Facebook {
        background-color: rgb(0, 68, 136);
        margin-right: 7px;
    }

    a.button.Google {
        background-color: grey;
    }

    a.button.Twitter::before {
        content: url('../icon/icon-twitter.svg');
        display: inline-block;
        width: 24px;
        margin: 0 0 0 -35px;
        position: absolute;
    }

    a.button.Facebook::before {
        content: url('../icon/icon-facebook.svg');
        display: inline-block;
        width: 24px;
        margin: 0 0 0 -35px;
        position: absolute;
    }

    a.button.Google::before {
        content: url('../icon/icon-google.svg');
        display: inline-block;
        width: 24px;
        margin: 0 0 0 -35px;
        position: absolute;
    }

    a.more {
        display: block;
        width: 180px;
        height: 40px;
        border-bottom: 3px solid rgb(0, 68, 136);
        background-color: rgba(34, 187, 255, 1.0);
        color: white;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
        line-height: 2.5em;
        font-weight: 300;
        font-size: 0.9em;
    }

    .contrast-trigger:checked ~ .containerCanvas a.more {
        border-bottom: 3px solid #000;
        background-color: #000;
        color: white;
    }

    /* === Formular-Definition === */
    form {
        display: block;
        margin: 0 0 7px 0;
    }

    form .label {
        display: inline-block;
        background-color: rgb(242, 242, 242);
        padding: 4px 24px 5px 7px;
        font-weight: 300;
        font-size: 0.875em;
        width: 13.666%;
    }

    form div.input {
        display: inline-block;
        margin-left: -5px;
        width: 66.666%;
    }

    input[type='text'] {
        border: 2px solid #2bf;
        height: 32px;
        width: 100%;
        font-size: 0.875em;
        font-weight: 300;
        line-height: 1.500em;
        color: #048;
        padding: 2px 10px;
    }

    button[type='submit'] {
        display: inline-block;
        background-color: #d3f1ff;
        color: #2bf;
        font-size: 0.875em;
        height: 32px;
        width: 13.666%;
        border: none;
        line-height: 2.4em;
    }

    .searchSummary {
        margin-bottom: 48px;
    }

    /* === Calendar === */
    .ui-datepicker-inline {
        background-color: rgb(242, 242, 242);
        padding-bottom: 1px;
    }

    .ui-datepicker-header {
        height: 60px;
        background: linear-gradient(to left, #07B 0%, #00336F 100%) no-repeat scroll center bottom / 100% 60px;
        text-align: center;
        color: white;
        font-weight: 700;
        padding-top: 10px;
    }

    .contrast-trigger:checked ~ .containerCanvas .ui-datepicker-header {
        background: #000;
    }

    .ui-icon-circle-triangle-w::before {
        display: inline-block;
        content: 'Ô';
        margin: 10px 0 0 7px;
        font-family: 'WebSymbolsLigaRegular',sans-serif;
        font-size: 1.400em;
        color: rgb(255, 255, 255);
    }

    .ui-icon-circle-triangle-e::after {
        display: inline-block;
        content: '×';
        margin: 10px 0 0 7px;
        font-family: 'WebSymbolsLigaRegular',sans-serif;
        font-size: 1.400em;
        color: rgb(255, 255, 255);
    }

    .ui-datepicker-prev {
        display: inline-block;
        float: left;
        width: 30%;
        cursor: pointer;
    }

    .ui-datepicker-next {
        display: inline-block;
        float: right;
        width: 30%;
        cursor: pointer;
    }

    .ui-datepicker-title {
        display: inline-block;
        width: 40%;
        margin-top: 8px;
    }

    .ui-datepicker-calendar {
        display: block;
        margin: 24px 7%;
    }

    .ui-datepicker-calendar td,
    .ui-datepicker-calendar th {
        width: 12%;
        text-align: center;
        font-weight: 700;
        line-height: 40px;
        padding: 0;
        margin: 0;
    }

    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar th span {
        width: 40px;
        height: 40px;
        display: block;
    }

    table.ui-datepicker-calendar td:first-of-type {
        padding: 0;
    }

    a.ui-state-default, a:visited.ui-state-default {
        color: rgba(34, 187, 255, 1.0);
    }

    a.ui-state-active, a:visited.ui-state-active {
        border-radius: 25px;
        background-color: rgb(0, 68, 136);
        color: white;
    }

    .contrast-trigger:checked ~ .containerCanvas a.ui-state-active {
        background: #000;
        color: #fff;
    }

    .calEventSlide .events {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: rgb(242, 242, 242);
    }

    .calEventSlide .event {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: white;
        min-height: 148px;
    }

    .event .date {
        display: inline-block;
        float: left;
        width: auto;
        font-size: 130%;
        font-weight: 700;
        margin: 0 15px 0 0;
        color: rgba(34, 187, 255, 1.0);
    }

    .event .day {
        display: block;
        padding-bottom: 2px;
        text-align: center;
        border-bottom: 2px solid rgba(34, 187, 255, 1.0);
    }

    .event .month {
        display: block;
        font-size: 75%;
        text-transform: uppercase;
    }

    .event .content {
        display: inline-block;
        width: 80%;
    }

    .event .calDate {
        display: none;
    }

    .event .title {
        font-size: 130%;
        font-weight: 700;
        margin: 0;
        width: 100%;
    }

    /* === Footer-Definition === */
    .container_Print div {
        display: inline-block;
    }

    .container_Print .release {
        margin-right: 30px;
    }

    .container_Print .printMail div:not(:last-child)::after {
        content: "|";
        padding-left: 5px;
    }

    .containerFooter ul.menuFooter {
        display: block;
        margin: 0 auto;
        padding: 24px 0;
        max-width: 1280px;
    }

    .containerFooter ul.menuFooter .xcolFooter {
        display: inline-block;
        width: 24.5%;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

    .containerFooter ul.menuFooter .colFooter ul {
        margin: 24px 0 0 0;
        padding: 0;
    }

    .containerFooter ul.menuFooter .colFooter li {
        display: block;
        padding: 0;
        margin: 0;
    }

    .containerFooter h4 {
        display: block;
        color: rgb(255, 255, 255);
        font-size: 1.100em;
        font-weight: 300;
        margin: 2px 0;
    }

    .containerFooter a {
        display: block;
        padding: 0;
        font-size: 0.875em;
        font-weight: 300;
        color: rgb(255, 255, 255);
    }

    .containerFooter a:visited {
        color: rgb(255, 255, 255);
    }

    .containerCopyright {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .containerCopyright > div {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: white;
    }

    .containerCopyright .foerderer {
        display: inline-block;
        width: calc(50% - 24px);
        height: 48px;
        padding-left: 24px;
    }

    .containerCopyright .foerderer img {
        height: 48px;
        margin-right: 15px;
    }

    .containerCopyright .social {
        display: block;
        width: calc(50% - 24px);
        height: 48px;
        padding-right: 24px;
        text-align: right;
        float: right;
    }

    .containerCopyright .copyright {
        margin: 24px auto;
        font-size: 0.875em;
        padding-left: 24px;
    }

    .topnav-trigger.open ~ .containerCanvas {
        top: 420px;
    }

    .topnav-trigger.open ~ .containerCanvas .containerMenuTop {
        position: absolute;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastFO,
    .contrast-trigger:checked ~ .containerCanvas a {
        color: black;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastFW,
    .contrast-trigger:checked ~ .containerCanvas a.contrastFW,
    .contrast-trigger:checked ~ .containerCanvas .contrastFW a,
    .contrast-trigger:checked ~ .containerCanvas .contrastFW ul li a {
        color: white !important;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastBO {
        border-color: black;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastBOG {
        border-color: #f2f2f2;
    }

    .contrast-trigger:checked ~ .containerCanvas.contrastBG {
        background: url('../icon/htwk-lichtgrafik-ohne-hg.svg') no-repeat scroll center top / 1920px 600px, white linear-gradient(to top right, #000 0%, #000 100%) no-repeat scroll center top / 1920px 600px;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastBGF {
        background: url('../icon/htwk-footer-ohne-hg.svg') no-repeat scroll center bottom / 1920px 504px, linear-gradient(to right top, #000 0%, #000 100%) no-repeat scroll center bottom / 1920px 504px;
    }

    .contrast-trigger:checked ~ .containerCanvas .contrastBG,
    .contrast-trigger:checked ~ .containerCanvas .container_MenuSub ul.level02 li.active {
        background-color: black;
    }

    .fontsize-trigger:checked ~ .containerCanvas .resize100 {
        font-size: 150%;
    }

    .fontsize-trigger:checked ~ .containerCanvas .resize080 {
        font-size: 130%;
    }

    .fontsize-trigger:checked ~ .containerCanvas .resize050 {
        font-size: 120%;
    }

    .fontsize-trigger:checked ~ .containerCanvas .resize010 {
        font-size: 105%;
    }

    .LGhide,
    .SMonly {
        display: none !important;
    }

}
