@media (min-width: 701px) and (max-width: 1023px) {

    /* === 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 .link {
        margin-top: 15px;
    }

    .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 right -400px 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 -400px 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 -400px 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 -400px 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 -400px 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 -400px 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 -400px 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 -400px 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);
    }

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

    .otherTargets {
        display: inline-block;
        width: 32%;
        margin: 0 10px 0 0;
        vertical-align: top;
    }

    .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;
    }

    .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;
        min-width: 20%;
        text-align: center;
    }

    .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;
    }

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

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

    .containerSearch input[type="text"] {
        background-color: #07B;
        border: none;
        height: 40px;
        width: calc(100% - 40px);
        color: white;
        font-weight: 200;
    }

    #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;
    }

    .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;
    }

    .containerOffCanvasTop {
        display: none;
    }

    .containerOffCanvasSide {
        display: block;
        background-color: white;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: left 0.4s ease-out !important;
    }

    .containerOffCanvasSide.subnavNoSide {
        left: 0;
    }

    .containerOffCanvasSide.subnavGoSide {
        left: -290px;
    }

    .containerCanvas {
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
        transition: left 0.4s ease-out;
    }

    .menu-trigger:checked ~ .containerCanvas {
        left: 290px;
        transition: left 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;
    }

    .navNoSide .containerMenuTop {
        left: 0;
    }

    .navGoSide .containerMenuTop {
        left: 290px;
    }

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

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

    .container_MenuMain {
        display: block;
        width: auto;
        background-color: white;
    }

    .containerBody .container_MenuMain {
        display: none;
        width: auto;
    }

    .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%;
    }

    .container_Sidebar.col14,
    .col12,
    .col34 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 !important;
        padding: 0 3.25% 24px;
    }

    .xcol12 {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 6.50%);
        margin: 0;
        padding: 0 3.25% 24px 3.25%;
    }

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

    .col12in:last-of-type {
        margin-left: 2.65%;
    }

    .calEventSlide #datepicker,
    .calEventSlide .events,
    .col13,
    .col14 {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 2.9%);
        padding: 0;
        margin: 0 0 24px 0;
    }

    li.col14:first-of-type {
        margin: 0 0 24px 3.25%;
    }

    .calEventSlide #datepicker,
    div.col14:first-of-type {
        margin: 0 0 24px 0;
    }

    .calEventSlide .events,
    div.col14:last-child {
        margin: 0 0 24px 3.25%;
    }

    .factorial.col14 {
        margin: 0 0 24px 2.15%;
    }

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

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

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

    .calEventSlide,
    .col23 {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 6.5%);
        padding: 0;
        margin: 0 3.25% 24px 3.25%;
    }

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

    .xcol34 {
        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 24px;
        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.svg') no-repeat scroll right -450px bottom / 1920px 504px, linear-gradient(to right top, #07B 50%, #00336F 50%) no-repeat scroll center bottom / 1920px 504px;
    }

    /* === Navigation === */
    .containerMenuTop .navTop {
        display: block;
        padding: 2px 24px;
        margin: 0 auto;
        color: white;
        width: 50%;
        float: right;
        text-align: right;
    }

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

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

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

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

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

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

    .containerMenuTop .navTopSmall {
        display: inline-block;
        width: 24px;
        opacity: 0.9;
        margin: 7px 15px;
    }

    .container_MenuMain a {
        text-decoration: none;
        color: rgb(0, 68, 136);
        font-weight: 300;
    }

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

    .container_MenuMain ul.level01 {
        display: block;
        padding: 0;
        width: 290px;
        margin: 0;
    }

    .container_MenuMain ul.level01 > li {
        display: block;
        position: relative;
        padding: 8px 15px;
        margin: 0;
        height: 40px;
        border-bottom: 1px solid rgba(34, 187, 255, 1.0);
    }

    .container_MenuMain ul.level01 > li:not(:first-child)::after {
        display: inline-block;
        content: '×';
        margin: 0;
        font-family: 'WebSymbolsLigaRegular',sans-serif;
        font-size: 1.100em;
        float: right;
    }

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

    .container_MenuMain ul.level02 > li.back {
        text-align: right;
    }

    .container_MenuMain ul.level02 > li.back::before {
        display: inline-block;
        content: 'Ô';
        margin: 0;
        font-family: 'WebSymbolsLigaRegular',sans-serif;
        font-size: 1.100em;
    }

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

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

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

    .container_MenuMain ul.level02 {
        display: none;
        position: fixed;
        z-index: 1;
        top: 0;
        padding: 0;
        margin: 0;
        width: 290px;
        cursor: pointer;
        color: rgb(0, 68, 136);
        background-color: rgb(255, 255, 255);
    }

    .subnavNoSide .container_MenuMain ul.level02 {
        left: 290px;
        transition: left 0.4s ease-out !important;
        transition-delay: 0.4s;
    }

    .subnavGoSide .container_MenuMain ul.level02 {
        left: 0;
        transition: left 0.4s ease-out !important;
        transition-delay: 0.4s;
    }

    .container_MenuMain ul.level02 > li {
        display: block;
        padding: 8px 15px;
        margin: 0;
        height: 40px;
        border-bottom: 1px solid rgba(34, 187, 255, 1.0);
        width: 100%;
    }

    .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 a:hover {
        text-decoration: none;
        cursor: pointer;
    }

    .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: 200;
    }

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

    .container_Header .logo img {
        height: 50px;
    }

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

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

    .slider.typeSmall {
        height: 450px;
        margin-top: 24px;
    }

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

    #slideContent {
        display: block;
        margin-top: -45px;
    }

    #slideContent .ms-slide-info {
        display: block;
        width: 100%;
        background-color: white;
        right: 0;
        padding: 10px 24px;
        position: relative;
    }

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

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

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

    .ms-thumb-list {
        bottom: 45px;
    }

    .typeSmall .ms-thumb-list {
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100% !important;
    }

    .ms-thumbs-cont {
        right: 0 !important;
        left: 585px !important;
        position: absolute !important;
    }

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

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

    .ms-thumb-frame:not(:last-child) .ms-thumb::after {
        content: "|";
        color: rgba(34, 187, 255, 1.0);
        position: absolute;
        margin-left: 16px;
    }

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

    .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;
        display: inline-block;
    }

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

    .newsBox.sm {
        width: 48.0%;
        padding: 2px 10px 13px;
        display: inline-block;
        float: left;
    }

    .newsBox.sm:nth-child(even) {
        margin: 0 24px 15px 0;
        width: 100%;
    }

    .newsBox.sm:nth-child(odd) {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .newsBox.sm h4 {
        margin: 2px 0 0 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;
    }

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

    .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: 50px;
        width: 60px;
        overflow: hidden;
        justify-content: center;
        float: left;
        margin: 5px 25px 0 0;
    }

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

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

    thead, tbody, tfoot {
      display: table;
      width: 100%;
    }

    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: inline-block;
        width: 48%;
        margin: 0 auto;
        padding: 0;
        float: left;
    }

    .infoBox:nth-child(odd) {
        margin: 0 24px 15px 0;
    }

    .infoBox:nth-child(even) {
        margin: 0 0 15px 0;
    }

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

    .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: inline-block;
        width: 48.0%;
        padding: 0;
        float: left;
    }

    .contactBox:nth-child(odd) {
        margin: 0 24px 15px 0;
    }

    .contactBox:nth-child(even) {
        margin: 0 0 15px 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;
    }

    /* === Formulare   $forms === */
    form {
        display: block;
        margin: 0 0 7px 0 !important;
    }

    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: 71%;
    }

    .containerOffCanvasSide input[type='text']::-moz-placeholder {
        font-style: italic;
    }

    .containerOffCanvasSide input[type='text'] {
        height: 22px;
        width: 100%;
        border: none;
        font-size: 0.875em;
        font-weight: 200;
        line-height: 1.500em;
        color: #048;
        padding: 0;
        background-color: #D3F1FF;
    }

    input[type='text'] {
        border: 2px solid #2bf;
        height: 32px;
        width: 100%;
        font-family: 'Signika',sans-serif;
        font-size: 0.875em;
        font-weight: 200;
        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;
    }

    button.search {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgb(34, 187, 255);
        padding: 8px 13px;
        height: 40px;
    }

    .searchSummary {
        margin-bottom: 48px;
    }

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

    .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;
    }

    .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 24px;
    }

    .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: 38px;
        height: 38px;
        display: block;
    }

    table.ui-datepicker-calendar {
        width: 85%;
    }

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

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

    .calEventSlide .event {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: white;
        border: 8px solid rgb(242, 242, 242);
        margin: 0 0 15px 0;
        min-height: 172px;
    }

    .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: 20px;
    }

    .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;
        height: 48px;
        padding-left: 24px;
    }

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

    .containerCopyright .social {
        display: block;
        height: 48px;
        padding-right: 24px;
        text-align: right;
        float: right;
    }

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

    .topnav-trigger:checked ~ .containerCanvas {
        top: 540px;
    }

    .topnav-trigger:checked ~ .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 {
        color: white;
    }

    .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 .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%;
    }

    .container_Content .container_MenuSub,
    .LGonly,
    .SMonly {
        display: none !important;
    }

}
