sting_intern td {
    padding: 5px;
    vertical-align: top;
    font-size: 12px;
}

#login-mein-account ul.seitenmenu-list {
    margin: 0;
    padding: 0;
}

#login-mein-account ul.seitenmenu.level_1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#login-mein-account ul.seitenmenu.level_1 li {
    float: left;
    margin: 0 3% 15px 0;
    width: 30%;
}

#login-mein-account ul.seitenmenu.level_1 li a {
    color: #ffffff@media (hover: hover) {
        .some-component {
            /* Styles for hover-able devices */
        }
    }

    ;
    background-color: #e31d12;
    padding: 20px;
    font-size: 18px;
    display: block;
}

#login-mein-account ul.seitenmenu.level_1 li a:hover {
    background-color: #686968;
}

#login-mein-account ul.level_2 {
    display: block;
    list-style-type: none;
    height: 100%;
}

#login-mein-account ul.level_2 li {
    float: left;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#login-mein-account ul.seitenmenu.level_1 li ul.level_2 li a {
    background-color: #686968;
}

/* @end */

@media (max-width: 768px) {

    .container .first p,
    .container p {
        //font-size: 16px !important;
        //line-height: 24px !important;
    }

    .two_left {
        margin-bottom: 20px;
    }

    .margin-top {
        margin-top: 25px !important;
    }

    ul.seitenmenu.level_1 li {
        width: 100%;
        margin-right: 0%;
    }
}


.files ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.files ul li img.mime_icon {
    width: 18px !important;
}



@font-face {
    font-family: 'hbknormal';
    font-weight: 400;
    src: url('../fonts/_bernini/BerninaSans-Web-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_bernini/BerninaSans-Web-Regular.woff2') format('woff2'),
        url('../fonts/_bernini/BerninaSans-Web-Regular.woff') format('woff');
}

@font-face {
    font-family: 'hbkbold';
    src: url('../fonts/_bernini/BerninaSans-Web-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_bernini/BerninaSans-Web-Bold.woff2') format('woff2'),
        url('../fonts/_bernini/BerninaSans-Web-Bold.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'hbklight';
    src: url('../fonts/_bernini/BerninaSans-Web-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_bernini/BerninaSans-Web-Light.woff2') format('woff2'),
        url('../fonts/_bernini/BerninaSans-Web-Light.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'hbkkursiv';
    src: url('../fonts/_bernini/BerninoSans-Web-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/_bernini/BerninoSans-Web-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/_bernini/BerninoSans-Web-SemiboldItalics.woff') format('woff');
    font-weight: normal;
}

@media print {

    #maincontent {
        width: 20cm;
        min-height: 29.7cm;
        padding: 0cm;
        margin: 0.5cm 0.5cm;
    }


    .bewerbungsetikett {
        padding: 50px !important;
        float: left;
        width: 100%;
        border: 1px solid #000;
    }

    body.etikett_druck span.trenner {
        border-bottom: 2px dotted #cc0033;
        width: 100%;
        height: 1px;
        display: block;
    }

    .bewerbungsetikett .absender input {
        border-style: none !important;
    }

    body.etikett_druck header {
        display: none;
    }

    body.etikett_druck footer {
        display: none;
    }

    body.etikett_druck #scroll-top {
        display: none;
    }

    .breadcrumb_hbk {
        display: none;
    }

    .footer {
        display: none;
    }

    .header {
        display: none;
    }

    .pdf_link {
        display: none;
    }
}

body.etikett_druck span.trenner {
    border-bottom: 2px dotted #cc0033;
    width: 100%;
    height: 1px;
    display: block;
}

body.etikett_druck .bewerbungsetikett {
    padding: 50px !important;
    float: left;
    width: 100%;
    border: 1px solid #000;
}

body.etikett_druck input[name="BewerbungID"] {
    font-size: 24px;
}

div.ce_content_2spalter.matterport {
    width: 100%;
}

div.zweispalter {
    width: 100%;
}

div.zweispalter:after {
    clear: both;
}

.vorlesungen_listing span.semester {
    float: left;
    width: 100%;
    cursor: pointer;
}

.vorlesungen_listing span.semester::after {
    content: ' >';
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s;
    margin-left: 5px;
}

.vorlesungen_listing span.semester:hover::after {
    content: ' >';
    font-weight: bold;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vorlesungen_listing span.semester:hover {
    color: #e30513;
}

.vorlesungen_listing p a.vorlesung {
    width: 100%;
    display: none;
    float: left;

}

.vorlesungen_listing p {
    float: left;
    margin-bottom: 30px;
}

.projekte_listing p {
    float: left;
    margin-bottom: 30px;
}

.projekte_listing a.projekt {
    width: 100%;
    display: none;
    float: left;
}

.projekte_listing h4 {
    cursor: pointer;
}

.projekte_listing h4::after {
    content: ' >';
    font-weight: bold;
    display: inline-block;
    transition: all 0.2s;
    margin-left: 5px;
}

.projekte_listing h4:hover::after {
    content: ' >';
    font-weight: bold;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* @group teaser startseite mod 200326 */

.ce_hbk_teaser_full .owl-wrapper-outer {
    max-height: 50vh !important;
}

.ce_hbk_teaser_full .owl-wrapper-outer .slider_wrap {
    max-height: 50vh !important;
}

form .noedit {
    opacity: 0.75;
}

form .schulbildung .widget-upload,
form .extended .widget-upload,
form.bewerben .widget-upload {
    margin-bottom: 50px;
}

form .noedit {
    pointer-events: none;
}

.mod_login.bewerben {
    background-color: rgba(228, 228, 228, 0.88);
    padding: 50px;
    float: left;
    margin: 0;
}

.mod_login.bewerben .checkbox_container {
    display: none;
}

.mod_registration table {
    width: 100%;
}

/* @end */

.startseite .breadcrumb_hbk {
    display: none;
}

/*.cc_vorlesungen_tabelle form .orderby_222 {
	display: none;
}*/
/* @group wookmark filter */

ul#wookmark-filter.tiles-wrap.animated.wookmark-initialised {
    display: block;
    position: relative;
    padding-left: 0;
}

ul#wookmark-filter .overlay-thumb {
    float: left;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.52);
    padding: 5px 5px 3px;
}

.mod_customcatalogfilter {
    float: left;
    width: 15%;
    margin-left: 2%;
    margin-right: 2%;
}

fieldset.select_container {
    border-style: none;
    margin-bottom: 15px;
    padding: 0;
}

fieldset.select_container select {
    width: 100%;
}

ul#wookmark-filter {
    width: 78%;

    float: left;
    margin-left: 0;
    margin-right: 0;
}

ul#wookmark-filter.newslist {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}



ul#wookmark-filter2.tiles-wrap.animated.wookmark-initialised {
    display: block;
    position: relative;
    padding-left: 0;
}

ul#wookmark-filter2 .overlay-thumb {
    float: left;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.52);
    padding: 5px 5px 3px;
}

ul#wookmark-filter2 {
    width: 78%;

    float: left;
    margin-left: 0;
    margin-right: 0;
}

ul#wookmark-filter2.newslist {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

/*.pagination {
					display: none;
				}*/
.pagination {
    display: flex;
    max-width: 1200px !important;
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.mod_newslist .pagination.block ul {
    padding-left: 0px;
    }
div#projekte .pagination ul {
    list-style-type: none;

}

div#projekte .pagination ul li {
    float: left;
    margin: 7px 5px 10px;
}

.pagination ul li:before {
    content: '';
}

ul.seitenmenu li:before {
    content: '';
}

ul.tiles-wrap li:before {
    content: '';
}

div#projekte .pagination ul li a {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
}

div#projekte .pagination p {
    display: none;
}

.mobile .mod_customcatalogfilter {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.mobile ul#wookmark-filter {
    width: 100%;

}

.mobile div#projekte fieldset.select_container select {
    width: 100%;
    height: 50px;
}

@media (max-width: 767px) {
    .mod_customcatalogfilter {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    ul#wookmark-filter {
        width: 100%;

    }

    div#projekte fieldset.select_container select {
        width: 100%;
        height: 50px;
    }
}


body.hbk_galerie #galerie-veranstaltungen .margin-top {
    max-width: 1199px !important;
    margin-right: auto;
    margin-left: auto;
}

body.hbk_galerie .mod_customcatalogfilter {
    margin-top: 100px;
}

.tiles-wrap li.projekte,
.tiles-wrap li.personen,
.tiles-wrap li.vorlesungen,
.tiles-wrap li.auszeichnungen,
.tiles-wrap li.publikationen {
    display: block;
    opacity: 0;
    text-align: center;
    list-style-type: none;
    background-color: #fff;
    float: left;
    cursor: pointer;
    width: 223px;
    padding: 4px;
    border: 1px solid #dedede;
    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);*/

}

.tiles-wrap li.news {
    display: block;
    opacity: 0;
    text-align: center;
    list-style-type: none;
    background-color: #fff;
    float: left;
    cursor: pointer;
    width: 300px;
    padding: 10px;


}

.tiles-wrap li.news:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

}

.tiles-wrap li.news.archiv {
    background-color: #db001e;
    color: #fff;
}

.tiles-wrap li.news.archiv span.title {
    color: #fff;
}

.tiles-wrap li.projekte:hover,
.tiles-wrap li.personen:hover,
.tiles-wrap li.vorlesungen:hover,
.tiles-wrap li.auszeichnungen:hover,
.tiles-wrap li.publikationen:hover {
    border: 0px solid #000000;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);

}

.tiles-wrap li .details {
    font-size: 0.4em;
    text-align: left;
    clear: left;
    float: left;
    padding: 3px;
}

.tiles-wrap.personen li .details .title {
    font-size: 20px;
    float: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
}

.tiles-wrap.personen li .details .info {
    /* font-size: 12px; */
    float: left;
    clear: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    width: 100%;
    line-height: 1.1em;
    margin-top: 5px;
}

.tiles-wrap.projekte li .details {
    /* font-size: 15px; */
    text-align: left;
    clear: left;
}

.tiles-wrap.projekte li .details .title {
    /* font-size: 20px;*/
    font-size: 1.2em;
    color: #e30513;
    float: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 1px;
}

.tiles-wrap.projekte li .details .info {
    /* font-size: 12px; */
    float: left;
    clear: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 1px;
}

.tiles-wrap.projekte li .details .personen .tags {
    float: left;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.tiles-wrap.projekte li .details .personen .tags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tiles-wrap.projekte li .details .personen .tags ul li {
    float: left;
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 4px;
}

.personen ul.tagslist li.value {
    float: left;
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 2px 5px;
    /* font-size: 12px; */
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 4px;
    display: -webkit-inline-box;
    width: auto;
}

.personen ul.tagslist li.value:before {
    margin-right: 0px;
}

/*
.personen ul.tagslist li.value {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    padding-bottom: 0.3em;
    line-height: 1.2em;
    width: auto;
    
}
*/
.tiles-wrap.vorlesungen .detail {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.vorlesungen .title {
    /* font-size: 18px; */
    /* line-height: 24px; */
    text-transform: uppercase;
    font-family: hbkbold;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.vorlesungen .veranstaltungsart,
.tiles-wrap.vorlesungen .subline,
.tiles-wrap.vorlesungen .datum {
    float: left;
    clear: left;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.vorlesungen .headline {
    font-size: 16px;
    margin-right: 50px;
    color: #e30513;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.vorlesungen .subline {
    margin-bottom: 10px;
    font-family: hbkbold;
}

.tiles-wrap.vorlesungen .lehrende {
    font-family: hbknormal;
}

.tiles-wrap.vorlesungen .wochentage {
    float: left;
    clear: left;
}

.tiles-wrap.vorlesungen .wochentage span {
    float: left;
    margin-right: 5px;
    font-size: 0.75em;
    line-height: 1.2em;
    margin-top: 5px;
    padding: 5px;
    background-color: #e2e2e2;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}


.tiles-wrap.auszeichnungen .detail {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.auszeichnungen .title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: hbkbold;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    width: 100%;
}

.tiles-wrap.auszeichnungen .subline {
    margin-bottom: 10px;
    font-family: hbknormal;
}

.tiles-wrap.auszeichnungen .lehrende {
    float: left;
    width: 100%;
    font-family: hbknormal;
    text-decoration: none;
}

.tiles-wrap.auszeichnungen .studierende {
    float: left;
    width: 100%;
    font-family: hbknormal;
    text-decoration: none;
}

.tiles-wrap.auszeichnungen .datum {
    float: left;
    width: 100%;
    font-family: hbknormal;
    text-decoration: none;
    color: #e30513;
}


.tiles-wrap.publikationen .detail {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.tiles-wrap.publikationen .title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: hbkbold;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    width: 100%;
}

.tiles-wrap.publikationen .autoren {
    float: left;
    width: 100%;
}

.tiles-wrap.publikationen .herausgeber {
    float: left;
    width: 100%;
}

.tiles-wrap.publikationen .erscheinungsdatum {
    float: left;
    width: 100%;
}

.tiles-wrap.publikationen .isbn {
    float: left;
    width: 100%;
}


.container-fluid .mod_newslist {
    padding: 20px;
}

.mod_newsreader h3 {
    margin-top: 50px;
    font-size: 32px;
}


.tiles-wrap.newslist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tiles-wrap.newslist li .details {
    /* font-size: 15px;*/
    text-align: left;
    clear: none;
    padding: 3px;
    float: none;
    display: block;
}

.tiles-wrap.newslist li .details p {
    margin: 0;
    /* font-size: 14px;
   line-height: 22px; 
    font-size: 1.2em;
    line-height: 1.2em;*/
    font-size: 1.0em;
    line-height: 1.2em;
}

body.mobile .tiles-wrap.newslist li .details p {
    margin: 0;
    display: none;
}

body.unknown .tiles-wrap.newslist li .details p {
    margin: 0;
    display: none;
}

.tiles-wrap.newslist li .details .title {
    font-size: 1.2em;
    line-height: 1.2em;
    float: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    margin-bottom: 5px;
}

.tiles-wrap.newslist li .details .info {
    /*font-size: 15px;*/
    float: left;
    clear: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.tiles-wrap.newslist li .details {
    /*font-size: 15px;*/
    text-align: left;
    clear: left;
}

.tiles-wrap.newslist li .details .title {
    /*font-size: 20px;*/
    font-size: 1.8em;
    float: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 1px;
}

.tiles-wrap.newslist li .details .info {
    /*font-size: 12px;*/
    float: left;
    clear: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 1px;
}



.tiles-wrap.wookmark-initialised.animated li {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
    opacity: 1;
}

.tiles-wrap.wookmark-initialised li.wookmark-placeholder {
    display: none !important;
}

.tiles-wrap li.vorlesungen {
    background-color: #efefef;
}

.tiles-wrap li.wookmark-inactive {
    visibility: hidden;
    opacity: 0;
}

.tiles-wrap li:hover {
    background-color: #fafafa;
}

.personen .tags ul {
    margin: 0;
    padding: 0;
}

.tiles-wrap li {
    font-weight: 400;
    text-decoration: none;
}

.tiles-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.tiles-wrap a {
    color: #555;
    text-align: center;
    /* display: table-cell; */
    width: 200px;
    height: 200px;
    font-size: 2em;
    text-decoration: none;
}

.tile-loading:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ddd;
    content: "Loading\2026";
    padding-top: 20px;
    color: #999;
}

ul.tiles-wrap.personen.auswahl li {
    display: block !important;
    opacity: 1 !important;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 350px;
}

ul.tiles-wrap.personen.auswahl {
    display: block !important;
    opacity: 1 !important;
    padding: 0;
    margin-left: 15px;
    float: left;
    clear: left;
}

ul.tiles-wrap.personen.auswahl .position {
    color: #db001e;
    float: left;
}

/**
	 * Filters
	 */
#filters {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

#filters:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#filters li {
    font-size: 14px;
    float: left;
    padding: 6px 8px 4px;
    cursor: pointer;
    margin: 0 3px 10px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    font-family: 'hbkkursiv', sans-serif;
    background-color: rgb(255, 255, 255);
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-out;
}

#filters li:hover {
    background: #000;
    color: #ffffff;
}

#filters li.active {
    background: #e30513;
    color: #fff;
}

.filterset li.studiengang {}

.filterset li.studienart {}

.filterset li.semester {}

ol.filterset ul {
    clear: left;
    padding-top: 20px;
    margin: 0;
    padding-left: 0;
}

ol.filters ul {
    clear: left;
    padding-top: 20px;
    margin: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    ol.filters {
        margin: 0 !important;
        padding: 80px 0 0 !important;
        width: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 100vh !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    ol.filters li {
        font-size: 12px !important;
        margin-bottom: 2px !important;
        text-align: left;
        white-space: nowrap;
        margin-right: 0px !important;
    }

    ol.filters ul {
        margin: 0 0 5px;
        padding: 5px;
        float: left;
    }
}

/* @end */

/*
    Name: OAK
    Version: 1.1
    Author: EliteFingers
    Author URI: http://www.elitefingers.com
*/

/* =Table of Contents
--------------------------------------------------------------
    /* =Common Styles
    /* =Typography
    /* =General
    /* =Buttons
    /* =Preloader
    /* =Header
    /* =Full Width Slider
    /* =lider 
    /* =Menu right
    /* =Home Content
    /* =Content
    /* =Portfolio General
    /* =Single Project
    /* =Blog
    /* =Contact
    /* =Page Not Found
    /* =Footer
    /* =Image Cover
--------------------------------------------------------------


/* =Common Styles
-------------------------------------------------------------- */


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25em;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'hbknormal', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar:hover {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #bbb;
    cursor: pointer;
}

::-moz-selection {
    background: #060606;
    color: #fff;
}

::selection {
    background: #060606;
    color: #fff;
}

::-moz-selection {
    background: #060606;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    font-family: 'hbknormal', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #787878;
    font-size: 14px;
    font-family: 'hbknormal', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */

    color: #787878;
    font-size: 14px;
    font-family: 'hbknormal', sans-serif;
}

:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    font-family: 'hbknormal', sans-serif;
}

/* =Typography
-------------------------------------------------------------- */

a {
    color: #e30513;
    transition: all 0.5s;
    font-family: 'hbkkursiv', sans-serif;
}

#login-mein-account a.a-level_1,
#login-mein-account a.a-level_2 {
    color: #fff;
    transition: all 0.5s;
    font-family: 'hbkkursiv', sans-serif;
}

a.hyperlink_txt {
    font-size: 18px;
    line-height: 26px;
}

a.btn {
    color: #fff;
    font-family: 'hbkkursiv', sans-serif;
    background-color: #e30513;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-out;
}

a.btn:hover {
    background-color: #000;
    color: #fff;
}

a.cta {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
}

a.cta:hover {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}

a:focus {
    outline: 0;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}

em {
    font-style: italic;
}

strong,
b {
    font-family: 'hbkbold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

small {
    font-size: 0.8em;
}


article ol {
    padding: 0 0 0 26px;
}

article ol li,
.hbk_galerie #veranstaltung ol li {
    #font-size: 18px;
    #line-height: 26px;
}

article ul,
.ce_text ul,
ul.listing,
.hbk_galerie #veranstaltung ul {
    padding: 5px 0 0 0px;
}

.infotext ul li,
.ce_text ul li,
ul.listing li,
#vorlesungen-details ul li,
.hbk_galerie #veranstaltung ul li,
li.hyphenate,
{
list-style-type: none;
padding-left: 0;
padding-bottom: 5px;
padding-bottom: 0.3em;
line-height: 1.2em;
display: inline-flex;
width: 100%;
}

article ul li,
.mod_article li {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    padding-bottom: 0.3em;
    line-height: 1.2em;
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
}

.mod_article li.news,
li.auszeichnungen,
li.projekte,
li.value,
li.personen,
li.publikationen,
li.vorlesungen {
    padding-left: 0em;
    text-indent: 0em;
}

.mod_article li.vorlesungen:before {
    display: none;
}

.mod_article ul.newslist li.news {
    padding-left: 10px !important;
}

ul.tagslist {
    margin-left: -8px !important;
    margin-top: 10px !important;
}

.personen ul.tagslist {
    margin-left: 0px !important;
    margin-top: 10px !important;
}

.pagination li {
    width: auto;
}

.mod_newscategories li {
    width: auto !important;
}

article ul li:before,
.infotext ul li:before,
.ce_text ul li:before,
ul.listing li:before,
#vorlesungen-details ul li:before,
.hbk_galerie #veranstaltung ul li:before,
li.hyphenate:before,
.mod_article li:before {
    content: "»";
    margin-right: 7px;
    /* margin-left: -0.95em; */
}

.mod_newscategories ul li:before,
ul.projekte li:before,
ul.personen li:before,
li.news:before {
    content: "" !important;
    display: none;
}


article.highlight p {
    font-family: 'hbkkursiv', sans-serif;
}


.container .first p,
.container p {}

p.qrcode img {
    margin-left: -7px;
    max-width: 200px !important;
}

.mobile p.qrcode {
    display: none;
}

/* @group full width */



.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.container-fluid .row img {
    width: 100vw !important;
    height: auto !important;
}

.container-fluid .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container-fluid .container {
    width: 100%;
}


.ce_inlinemedia {
    float: left;
    width: 100%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


.video video {
    width: 100%;
    height: auto;
}


/* @group slider fullframe */

.container-fluid .slider_wrap {
    position: relative;
}

.mobile .container-fluid .slider_wrap img {
    position: relative;
    height: 80vh;
}

.unknown .container-fluid .slider_wrap img {
    position: relative;
    height: 80vh;
}

.container-fluid .slider_wrap .content {
    position: absolute;
    width: 100%;
    background: none;
    bottom: 50px;
}

.container-fluid .slider_wrap .content .lines {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
}



.mobile .container-fluid .slider_wrap .image img,
.unknown .container-fluid .slider_wrap .image img {
    width: auto;
    height: 70vh;
}

.mobile .container-fluid .slider_wrap .content h2,
.unknown .container-fluid .slider_wrap .content h2 {
    color: #fff;
    font-size: 28px !important;
}

.mobile .container-fluid .slider_wrap .content h3,
.unknown .container-fluid .slider_wrap .content h3 {
    color: #fff;
    font-size: 28px !important;
}

.mobile .container-fluid .slider_wrap .content,
.unknown .container-fluid .slider_wrap .content {
    position: absolute !important;
    width: 100%;
    background: none;
    bottom: 50px !important;
    display: block;
    z-index: 10000;
}

.container-fluid .slider_wrap .content.dark_mode .lines h2 {
    color: #000;
    font-size: 2.4em;
}

.container-fluid .slider_wrap .content.dark_mode .lines h3 {
    color: #000;
    font-size: 1.8em;
}

.container-fluid .slider_wrap .content .lines h2 {
    color: #fff;
    font-size: 2.4em;
}

.container-fluid .slider_wrap .content .lines h3 {
    color: #fff;
    font-size: 1.8em;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}

.container-fluid .slider_wrap .content .lines a h2 {
    color: #fff;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}

.container-fluid .slider_wrap .content .lines a:hover h2,
.container-fluid .slider_wrap .content .lines a:hover h3 {
    color: #e30513;
}

.container-fluid .slider_wrap .image img {
    width: 100%;
    height: auto;
    margin-top: -10%;
}

.container-fluid .slider_wrap .content .lines .hbk-link {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: block;
    background-color: #db0522;
    margin-top: 20px;
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}

.container-fluid .slider_wrap .content .lines a:hover .hbk-link {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.mobile .container-fluid .slider_wrap .content {
    bottom: 15px;
}

.mobile .container-fluid .slider_wrap .content .lines h2 {
    font-size: 30px;
}

.mobile .container-fluid .slider_wrap .content .lines h3 {
    font-size: 20px;
}

.mobile .container-fluid .slider_wrap .content .lines {
    padding-left: 15px;
}

.mobile .margin-top {
    margin-top: 30px;
}

.mobile .tabs-image {
    margin-bottom: 0px;
}

.mobile .menu,
.mobile .menu-list {
    padding-left: 10px
}


.rotationen2018.mobile .container-fluid .slider_wrap .image img {
    width: 100vw !important;
    height: auto;
}

.rotationen2018 figure.image_container.float_right img {
    max-width: 50%;
    height: auto;
}

.rotationen2018.mobile figure.image_container.float_right img {
    max-width: 100%;
    height: auto;
}


.rotationen2021.mobile .container-fluid .slider_wrap .image img {
    width: 100vw !important;
    height: auto;
}

.rotationen2021 figure.image_container.float_right img {
    max-width: 50%;
    height: auto;
}

.rotationen2021.mobile figure.image_container.float_right img {
    max-width: 100%;
    height: auto;
}


.rotationen2022.mobile .container-fluid .slider_wrap .image img {
    width: 100vw !important;
    height: auto;
}

.rotationen2022 figure.image_container.float_right img {
    max-width: 50%;
    height: auto;
}

.rotationen2022.mobile figure.image_container.float_right img {
    max-width: 100%;
    height: auto;
}



.newsreader .image_container img {
    width: 100%;
    height: auto;
}


.slider-images-wrapper.kenburnsy {
    opacity: 0.5;
    transition: all 0.2s ease-out;
}

.slider-wrapper:hover .slider-images-wrapper.kenburnsy {
    opacity: 1;
}

.slider-wrapper1 .slider-description {
    opacity: 1;
    transition: all 0.8s ease-out;
}

.slider-wrapper:hover .slider-description {
    opacity: 0.2;
}

/* @end */

/* @group bilder max 1170*/

.mod_article .row .fadeInUp img {
    max-width: 1400px;
    height: auto;
    width: 100%;
}

.mod_article .row .fadeInUp {
    padding-right: 0;
    padding-left: 0;
}

.mod_article .row {
    padding-right: 0;
    padding-left: 0;
}

/* @end */

/* @end */

p {
    font-family: 'hbknormal', sans-serif;
    color: #111111;
    font-weight: 100;
    clear: both;
}

p.back {
    margin-top: 50px;
    margin-bottom: 30px;
}

p.back a {
    background-color: #e30513;
    color: #fff;
    padding: 10px;
    transition: all 0.2s ease-out;
}

p.back a:hover {
    background-color: #000;
    color: #fff;
}

.ios p {
    //line-height: 36px;
    //font-size: 24px;
}

hr {
    width: 40px;
    height: 1px;
    background: #e30513;
    border-top: 0;
    margin-bottom: 20px;
    clear: both;
    float: left;
    margin-top: 5px;
    margin-right: 100%;
}

.white hr {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    clear: both;
    padding-bottom: 5px;
    margin: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

h1 {
    font-family: 'hbkbold', sans-serif;
    color: #202020;
    text-decoration: none;
    font-size: 2.2em;
}

h2 {
    font-family: 'hbkbold', sans-serif;
    font-size: 1.8em;
    padding-bottom: 0;
    color: #202020;
    text-decoration: none;
}

#projekte-reader h2 {
    font-family: 'hbkbold', sans-serif;
    font-size: 20px;
    padding-bottom: 0;
    line-height: 27px;
    color: #202020;
    text-decoration: none;
}


.ios h2 {
    font-family: 'hbkbold', sans-serif;
    //font-size: 32px;
    padding-bottom: 0;
    color: #202020;
}

h3 {
    font-family: 'hbklight', sans-serif;
    font-size: 1.4em;
}

.ios h3 {
    font-family: 'hbklight', sans-serif;
    //font-size: 26px;
}

h4 {
    font-size: 18px;
    font-family: 'hbkbold', sans-serif;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}



.responsive-video {
    margin-bottom: 5px;
}


.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}


blockquote {
    margin: 30px 0 30px;
    padding: 0 0 0 20px;
    font-size: 18px;
    border-left: 4px solid #787878;
    line-height: 25px;
    font-weight: 100;
    color: #787878;
}

blockquote p {
    display: inline;
}

ul {
    padding-left: 25px;
}

ul li {
    list-style-type: inherit;
}

ul.list {
    display: block;
    line-height: 25px;
}

ul.sublist {
    padding-left: 35px;
}





div.pagination.block p {
    display: none;
}

.pagination.block ul {
    list-style-type: none;
    margin-top: 20px;
}

.pagination.block ul li {
    float: left;
    margin: 7px 5px 10px;
}

.pagination.block ul li span {
    color: #000;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #e30513;
}

.pagination.block ul li a {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
}


/* @group footer */

.footer .row ul {
    list-style-type: none;
    margin-top: 20px;
}

.footer .row ul li {
    float: left;
    margin: 7px 5px 10px;
}

.footer .row ul li a {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
}

.footer .row ul li.mm-selected a,
.footer .row ul li a.highlight.active.last,
.footer .row ul li a.highlight.active.first,
.footer .row ul li a.highlight.active {
    color: #000;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #e30513;
}

.footer .row ul li a.highlight {
    background-color: #696969;
}

.footer .row ul li a.highlight.last,
.footer .row ul li a.highlight.first {
    background-color: #000;
}

.footer .row ul li a.facebook {
    background-color: #4b62b1;
}

.footer .row ul li a.facebook:before {
    font-family: "Ionicons";
    content: "\f231";
    margin-right: 5px;
}

.footer .row ul li a:hover {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}

/* @end */
header.header div.container {
    height: 90px;
    overflow: hidden;
    display: block;
}

/* @group breadcrumb */



.breadcrumb_hbk ul,
.mod_newscategories.block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    visibility: visible;
    float: left;
    width: 100%;
}

.breadcrumb_hbk ul li:first-child,
.mod_newscategories.block ul li:first-child {
    float: left;
    margin-left: 0;
}

.breadcrumb_hbk ul li,
.mod_newscategories.block ul li {
    float: left;
    margin: 7px 5px 10px;
}

.breadcrumb_hbk ul li a,
.mod_newscategories.block ul li a {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
}

.breadcrumb_hbk ul li a:hover,
.mod_newscategories.block ul li a:hover {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}

.breadcrumb_hbk ul li.active,
.mod_newscategories.block ul li span.active {
    color: #e30513;
    padding: 3px 8px;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    margin: 3px 0 10px;
    border: 1px solid #e30513;
}

.mod_newscategories.block {
    float: left;
    margin-bottom: 20px;
}



/* @end */

/* =============================================================================
				 * top: mod_login_top
				 * ========================================================================== */

/* =============================================================================
				 * top: mod_login_top
				 * ========================================================================== */

#top .mod_login_top {
    float: right;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    margin-left: 25px;
}

#top .mod_login_top i {
    margin-right: 8px;
}

#top .mod_login_top:hover {
    background: rgb(30, 136, 210);
    color: #fff;
}

#top .mod_login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    z-index: 100;
    display: none;
    max-width: 100%;
    margin: 0;
    color: rgb(57, 57, 57);
}

#top .mod_login.show form {
    display: block;
}

#top .mod_login form {
    max-width: 550px;
    margin: 0 auto;
    display: none;
    background: rgb(255, 255, 255);
    margin-top: 50px;
    position: relative;
    border-radius: 5px;
    z-index: 10;
}

#top .mod_login form .formbody {
    padding: 35px;
}

#top .mod_login form h1,
#top .mod_login form h2,
#top .mod_login form h3,
#top .mod_login form h4,
#top .mod_login form h5,
#top .mod_login form h6 {
    padding: 20px 30px;
    margin: 0;
    border-bottom: 1px solid rgb(233, 236, 239);
}

#top .mod_login form table {
    width: 100%;
}

#top .mod_login form table td {
    padding: 5px 0;
}

#top .mod_login.show form {
    display: block;
    -webkit-animation: fadeInDown 0.4s;
    animation: fadeInDown 0.4s;
}

#top .mod_login.show {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

.close-window-login i.fa.fa-close {
    display: none;
}

#top .mod_login .close-window-login i {
    position: absolute;
    right: 10px;
    top: 10px;
}

#top .mod_login .close-window-login i:before {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.95);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
}

#top .mod_login form div {
    margin: 0;
}

#top .mod_login .overlay_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#top .mod_login form .autologin_container input {
    display: inline-block;
}

#top .mod_login form .autologin_container label {
    display: inline-block;
}

#top .mod_login form .autologin_container {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#top .mod_login form p.error {
    line-height: 1.5;
}

/* =General
-------------------------------------------------------------- */

.clearfix {
    clear: both;
}

.seperate {
    clear: both;
    height: 35px;
}

.img-center {
    display: block;
    margin: auto;
}

.image-cover {
    background-size: cover !important;
}

.ce_image .image_container img {
    max-width: 1170px;
    height: auto;
    width: 100%;
}

.ce_image .image_container {
    margin-bottom: 50px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.margin-top {
    margin-top: 100px;
}
.no-margin-top {
    margin-top: 0px !important;
}
.mod_article {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 100px;
}

.seperate {
    height: 100px;
    clear: both;
}

.main-title {
    clear: both;
    margin-bottom: 50px;
}

.main-title.near-content {
    margin-bottom: 26px;
}

.main-title h1 {
    font-size: 24px;
    font-family: 'hbkbold', sans-serif;
    margin: 0;
    text-decoration: none;
}

.main-title h2,
.main-title h3 {
    margin: 0;
}

.main-title h6 {
    font-family: 'hbknormal', sans-serif;
}

.slogan {
    display: block;
    font-size: 14px;
    text-align: center;
}

.second-title {
    padding: 100px 0 90px 0;
}

.second-title h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.second-title hr {
    width: 22px;
    height: 2px;
    background: #56c8d4;
    float: left;
}

.second-title .slogan {
    display: block;
    float: left;
    clear: both;
}

.pagination-ef {
    float: right;
    padding: 0;
}

.pagination-ef li a,
.pagination-ef li span.page-numbers {
    color: #111111;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}

.pagination-ef li a:hover {
    color: #333;
    background-color: #e30513;
}

.pagination-ef li {
    line-height: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
}

.pagination-ef li.current a,
.pagination-ef li span.page-numbers.current {
    background-color: #e30513;
}

.pagination-ef i {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.7);
    text-align: center;
    color: #fff;
    z-index: 9;
    border-radius: 25px;
}

.scroll-top i {
    color: #fff;
    font-size: 48px;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*Parallax Move*/
.parallax-move {
    overflow: hidden;
}

.parallax-move img {
    position: relative;
    z-index: 4;
    max-width: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    border-radius: 0;
    font-weight: 400;
}

.ios .btn {
    border-radius: 0;
    font-weight: 400;
    font-size: 24px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-1 {
    clear: both;
    margin-top: 45px;
    border: 1px solid #c5c5c5;
    color: #909090;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-1:hover {
    border: 1px solid #56c8d4;
    box-shadow: 200px 0 0 0 #56c8d4 inset;
    color: #fff;
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0);
}

/* =Header and Logos
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9;
    position: relative;
}

.logo {
    float: left;
    display: block;
    margin: 20px 20px 10px -4px;
    padding-top: 15px;
}

body.hbksaar .logo a {
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 100px;
    display: block;
    height: 80px;
}

body.hbk_galerie .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.hbk_galerie .logo a {
    background: url(../img/logo_galerie_hbk.jpg) no-repeat;
    background-size: contain;
    width: 250px;
    display: block;
    height: 100px;
}

body.ioffice .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.ioffice .logo a {
    background: url(../img/logo_io_hbk.jpg) no-repeat;
    background-size: contain;
    width: 250px;
    display: block;
    height: 100px;
}

body.hbk_xmlab .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.hbk_xmlab .logo a {
    background: url(../img/logo_xmlab.png) no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    height: 80px;
}

body.hbk_xmlab a {
    font-family: 'hbknormal', sans-serif !important;
}

body.hbk_dpz .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.hbk_dpz .logo a {
    background: url(../img/dpz_logo.png) no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    height: 80px;
}

body.hbk_projektgarten .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.hbk_projektgarten .logo a {
    background: url(../img/logo_projektgarten.png) 5px no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    height: 80px;
}



body.xmlab_anticipate {
    font-family: "Source Serif Pro" !important;
}

body.xmlab_anticipate p {
    font-family: "Source Serif Pro" !important;
}

body.xmlab_anticipate h1,
body.xmlab_anticipate h2,
body.xmlab_anticipate h3,
body.xmlab_anticipate h4,
body.xmlab_anticipate h5,
body.xmlab_anticipate h6 {
    font-family: "Source Serif Pro" !important;
    font-weight: bold;
}

body.xmlab_anticipate .menu-list ul.level_1 li span {
    font-family: "Source Serif Pro" !important;

}

body.xmlab_anticipate .menu-list a {
    font-family: "Source Serif Pro" !important;
}

body.xmlab_anticipate .logo {
    float: left;
    display: block;
    margin: 5px 20px 0 -4px;
    padding-top: 15px;
    padding-bottom: 20px;
}

body.xmlab_anticipate .logo a {
    background: url(../img/anticipate.png) no-repeat;
    background-size: contain;
    width: 200px;
    display: block;
    height: 80px;
}




body.hbk_xmlab ul#wookmark-filter {
    width: 100%;
}


body.hbk_xmlab ul.level_2 {
    position: relative;
    display: block; 
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
    margin-left: 20px;
    }


body.hbk_xmlab div.widget.filter.filter_tags.relevanz.block,
body.hbk_projektgarten div.widget.filter.filter_tags.relevanz.block {
    display: none;
}

.rotationen2018 .logo a {
    background: url(../../_rotationen_bootstrap/2018/rotationen_2018.png) no-repeat;
    background-size: contain;
    width: 450px;
    display: block;
    height: 50px;
}

.rotationen2018.mobile .logo a {
    background: url(../../_rotationen_bootstrap/2018/rotationen_2018.png) no-repeat;
    background-size: contain;
    width: 325px !important;
    display: block;
    height: 50px;
}

.rotationen2021 .logo a {
    background: url(../../_rotationen_bootstrap/2021/rotationen_logo.png) no-repeat;
    background-size: contain;
    width: 450px;
    display: block;
    height: 50px;
}

.rotationen2021.mobile .logo a {
    background: url(../../_rotationen_bootstrap/2021/rotationen_logo.png) no-repeat;
    background-size: contain;
    width: 325px !important;
    display: block;
    height: 50px;
}

.rotationen2022 .logo a {
    background: url(../../_rotationen_bootstrap/2022/rotationen_logo.png) no-repeat;
    background-size: contain;
    width: 450px;
    display: block;
    height: 50px;
}

.rotationen2022.mobile .logo a {
    background: url(../../_rotationen_bootstrap/2022/rotationen_logo.png) no-repeat;
    background-size: contain;
    width: 325px !important;
    display: block;
    height: 50px;
}

.workload .logo a {
    background: url(../../workload/cms/workload_logo.png) no-repeat;
    background-size: contain;
    width: 450px;
    display: block;
    height: 50px;
}

.workload.mobile .logo a {
    background: url(../../workload/cms/workload_logo.png) no-repeat;
    background-size: contain;
    width: 325px !important;
    display: block;
    height: 50px;
}

.places2x .logo a {
    background: url(../../places2x/cms/Places2x_Logo_web.png) no-repeat;
    background-size: contain;
    width: 250px;
    display: block;
    height: 50px;
}

.places2x.mobile .logo a {
    background: url(../../places2x/cms/Places2x_Logo_web.png) no-repeat;
    background-size: contain;
    width: 125px !important;
    display: block;
    height: 50px;
}

.logo.white a {
    background: url(../img/logo_w.png) no-repeat;
    background-size: contain;
    width: 100px;
    display: block;
    height: 50px;
}

a>span.site-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

a:hover>span.site-name {
    color: #333;
}

.logo h1 {
    line-height: 100px;
}

/*Slider Home*/
.slider-wrapper {
    position: relative;
}

.slider-images-wrapper {
    z-index: -1;
}

.slider-description {
    position: absolute;
    top: 45%;
    width: 100%;
    max-width: 100%;
}

.slider-description-inner {
    margin-left: 6%;
}

.slider-description-inner h1 {
    font-family: 'hbkbold';
    /*font-size: 60px;*/
    font-size: min(max(1.6rem, 4.25vw), 6.4rem);
}

.slider-description-inner h1 span {
    font-family: 'hbklight';
    background: #e30513;
    padding: 22px;
    font-weight: 100;
    margin-left: 10px;
    line-height: 80px;
}

.cd-intro {
    float: left;
    margin-left: 6%;
}

.cd-headline {
    /*font-size: 30px;*/
    font-size: min(max(1rem, 2.25vw), 3.4rem);
    margin-top: 40px;
    color: #000;
    font-weight: 100;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
}

.cd-words-wrapper b {
    font-family: 'hbknormal' !important;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: normal;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}

.cd-headline.clip b {
    font-family: 'Lekton', sans-serif;
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.header-page {
    position: relative;
    min-height: 450px;
}

.header-page .inner-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 410px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}

.header-page .inner-content.dribble-header {
    height: 220px;
}

.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}

.header-page .inner-content .header-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'hbkbold', sans-serif;
}

.header-page .inner-content .header-content hr {
    float: none;
}

.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 18px;
}

/* @group slider */

/* =Full Width Slider
-------------------------------------------------------------- */




.has-slider {
    position: absolute;
    background: transparent;
}

svg {
    display: block;
    overflow: visible;
}

.architecture-slider-menu {
    position: fixed;
    width: 100%;
    z-index: 4;
}

.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover .slider-control:not(.inactive):hover {
    opacity: 1;
}

.slider-control.inactive {
    display: none;
}

.slider-control.left {
    left: 0;
    cursor: url(../img/slider-left.png), auto;
}

.slider-control.right {
    right: 0;
    cursor: url(../img/slider-right.png) 69 0, auto;
}

.last .slider-control.right {
    display: none;
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slider-pagi__elem {
    position: relative;
    display: block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 14px 0.5rem;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.slider h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.slide__text p {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.slider p a {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px !important;
    float: left;
}

.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slider .slide:nth-child(1) {
    left: 0;
}

.slider .slide:nth-child(1) .slide__bg {
    left: 0;
}

.slider .slide .slide__overlay-path {
    fill: #e30513;
}

.slider .slide:nth-child(2) {
    left: 100%;
}

.slider .slide:nth-child(3) {
    left: 200%;
}

.slider .slide:nth-child(4) {
    left: 300%;
}

.slider .slide:nth-child(5) {
    left: 400%;
}

.slide:nth-child(6) {
    left: 500%;
}

.slider .slide:nth-child(7) {
    left: 600%;
}

.slider .slide:nth-child(8) {
    left: 700%;
}

.slider .slide:nth-child(9) {
    left: 800%;
}

.slider .slide:nth-child(10) {
    left: 900%;
}

.slider .slide:nth-child(2) .slide__bg {
    left: -50%;
}

.slider .slide:nth-child(3) .slide__bg {
    left: -100%;
}

.slider .slide:nth-child(4) .slide__bg {
    left: -150%;
}

.slider .slide:nth-child(5) .slide__bg {
    left: -200%;
}

.slide:nth-child(6) .slide__bg {
    left: -250%;
}

.slide:nth-child(7) .slide__bg {
    left: -300%;
}

.slider .slide:nth-child(8) .slide__bg {
    left: -350%;
}

.slider .slide:nth-child(9) .slide__bg {
    left: -400%;
}

.slider .slide:nth-child(10) .slide__bg {
    left: -450%;
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slide__text-desc {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 100%;
    min-height: 720px;
    transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    bottom: 30%;
    left: 12%;
    color: #fff;
    transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.slide__text-heading {
    font-size: 48px;
    font-family: 'hbkbold';
    text-transform: uppercase;
    font-weight: 800;
    dispay: block;
    width: 100%;
    padding: 2px;
    position: relative;
}

span.border-text {
    font-family: 'hbklight';
    font-weight: 100;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.slide__text p {
    font-size: 18px;
    padding-top: 30px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
}

/* @end */

/* =Architecture Slider 
-------------------------------------------------------------- */
.arch-slider {
    position: relative;
}

.arch-slider-content {
    position: absolute;
    max-width: 510px;
    padding: 5% 7% 5% 7%;
    left: 20px;
    bottom: 20px;
    background: rgba(227, 5, 18, 0.9);
}

.arch-slider-content p {
    font-weight: 100;
    font-family: 'hbklight', sans-serif;
    color: #fff;
}

.slider-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.slider-controls a {
    font-size: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: #111111;
}

.slider-controls a:hover,
.slider-controls a i:hover {
    color: #e30513;
}

/* =Menu right
-------------------------------------------------------------- */

.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.close-menu {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
    float: right;

}

.close-filter {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
    float: right;
}

.close-login {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

body.dark .login .close-menu {
    color: #fff;
}

.search-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
    line-height: 54px;
}

.close-menu:hover,
.search-icon:hover {
    color: #e30513;
}

/* @group search */
.mod_search input.text {
    border-style: none !important;
    font-size: 24px !important;
    float: left;
    background-color: #ebebeb;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.mod_search .submit {
    font-size: 24px !important;
}

div#search.container .mod_search.block div {
    margin-bottom: 20px;
}

div#search.container .mod_search.block div.odd p.url {
    font-size: 12px;
}

.js-ui-search input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    height: 25px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0);
    width: 280px !important;
}

.js-ui-search input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background-color: rgba(236, 236, 236, 0);
}

.search-wrap {
    position: absolute;
    left: 65px;
    top: 11px;
    display: block;
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-left: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}

.search-wrap:before {
    top: 90%;
    left: 90%;
    width: 12px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 0px;
    -moz-transition: width 0.15s ease 0.55s;
    -o-transition: width 0.15s ease 0.55s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0.55s;
    transition: width 0.15s ease 0.55s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.search-wrap input {
    width: 100%;
    color: #fff;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.15s ease;
}

/* @end */
.eks {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eks:before,
.eks:after {
    right: 5px;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
}

.eks:before {
    top: 3.3px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition-delay: 0.1s;
    opacity: 0;
}

.eks:after {
    bottom: 3.3px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-delay: 0s;
    opacity: 0;
}


.search-wrap.open {
    width: 300px;
    transition-delay: 0.1s;
    height: 30px;
}


.search-wrap.open:before {
    width: 0px;
    transition-delay: 0s;
}

.search-wrap.open input {
    opacity: 1;
    transition-delay: 0.15s;
}

.search-wrap.open input:focus {
    border: 0;
}

.search-wrap.open ::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}

.search-wrap.open .eks:before,
.search-wrap.open .eks:after {
    width: 15px;
    right: 12px;
}

.search-wrap.open .eks:before {
    top: 9px;
    transition-delay: 0.25s;
    opacity: 1;
}

.search-wrap.open .eks:after {
    bottom: 9px;
    transition-delay: 0.3s;
    opacity: 1;
}

.search-wrap:before,
.eks:before,
.eks:after {
    content: "";
    position: absolute;
    display: block;
}

.menu-wrap a {
    color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #e30513;
}

.content-wrap {
    -webkit-overflow-scrolling: touch;
}

.content {
    position: relative;
    background: #b4bad2;
}

.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Menu Button */
.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}

.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}

.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}

.content-menu {
    position: relative;
}

.menu-wrap {
    position: fixed;
    z-index: 9999 !important;
    width: 40vw;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.88);
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px
}

.menu-contact-information {
    clear: both;
}

.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: right;
}

.menu-content {
    padding-top: 25%;
}

.menu-list ul {
    padding: 0;
}

.menu-list ul li {
    padding-bottom: 0.4em;
    display: block;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}

.menu-list,
.menu-list ul li {
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}

/* @group flex masonry */

/*!
  * driveway - pure CSS masonry layout aid
  *
  * @license MIT
  * @author jh3y
*/
.dw {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    position: relative;
    float: left;
    width: 100%;
}

transform: translate3d(450px, 0, 0);
}

.menu-list ul li:nth-child(4) {
    -webkit-transform: translate3d(600px, 0, 0);
    transform: translate3d(600px, 0, 0);
}

.menu-list ul li:nth-child(5) {
    -webkit-transform: translate3d(750px, 0, 0);
    transform: translate3d(750px, 0, 0);
}

.menu-list ul li:nth-child(6) {
    -webkit-transform: translate3d(900px, 0, 0);
    transform: translate3d(900px, 0, 0);
}

.menu-list ul li:nth-child(7) {
    -webkit-transform: translate3d(1050px, 0, 0);
    transform: translate3d(1050px, 0, 0);
}

.menu-list ul li:nth-child(8) {
    -webkit-transform: translate3d(1200px, 0, 0);
    transform: translate3d(1200px, 0, 0);
}

.menu-list ul li a,
.menu-list ul li a.trail {
    font-family: 'hbkbold', sans-serif;
    text-transform: uppercase;

}

.menu-list ul.level_1 li.active span {
    font: 22px 'hbkbold', sans-serif;
    color: #e30513;
    text-transform: uppercase;
}

.menu-list li.menu_small {
    height: 24px;
}

.menu-list a.menu_small {
    font: 16px 'hbkbold', sans-serif !important;
    color: #fff;
    text-transform: none;
}

.menu-list ul.level_2 li.active span {
    font: 18px 'hbkbold', sans-serif;
    transition: all 150ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 150ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 150ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 150ms cubic-bezier(0.215, .61, .215, 1);
    color: #e30513;
    text-transform: none;
}

ul.level_2 {
    position: relative;
    display: none;
    margin-bottom: 50px;
}

ul.level_2 li {
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 10px !important;
}

ul.level_2 li a {
    font-size: 18px;
    text-transform: none;
}

/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list,
.show-menu .menu-list ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list ul li {
    transition-duration: 0.4s;
    text-decoration: none;
}

.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu-indicator {
    display: block;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    height: 62px;
    width: 25px;
    background: transparent;
    outline: 0;
    float: right;
    position: relative;
    margin: 17px 0 17px 0;
}

.main-menu-indicator::before {
    content: "MENU";
    position: absolute;
    right: 35px;
    top: 24px;
    transition: all 650ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 650ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 650ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 650ms cubic-bezier(0.215, .61, .215, 1);
    opacity: 1;
}

.main-menu-indicator:hover::before {
    content: "MENU";
    position: absolute;
    right: 0px;
    opacity: 0;
}

.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
}

.main-menu-indicator>span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: #545454;
}

.main-menu-indicator>span:before,
.main-menu-indicator>span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #545454;
    left: 0;
}

.main-menu-indicator>span:after {
    top: -5px;
}

.main-menu-indicator>span:before {
    bottom: -5px;
}

.main-menu-indicator.active>span {
    background: transparent;
}

.main-menu-indicator.active>span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu-indicator.active>span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/* Social Menu */
.menu-social-media {
    position: absolute;
    bottom: 100px;
}

.menu-social-media ul {
    padding: 0;
    padding-left: 50px;
}

.menu-social-media ul li {
    padding-left: 15px;
    padding-left: 15px;
    display: inline;
}

/* Menu Information */
.menu-information {
    position: absolute;
    bottom: 18px;
}

.menu-information p {
    font-family: 'Lekton', sans-serif;
    color: #fff;
    padding-left: 71px;
    line-height: 18px;
    font-weight: 600;
}

.menu-information ul {
    padding: 0;
    padding-left: 50px;
}

.menu-information ul li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    list-style: none;
    color: #fff;
}

.menu-information ul li span {
    padding-right: 15px;
}


/* =Menu Version 2
-------------------------------------------------------------- */

.menu-wrap-2 {
    float: right;
}

.menu-wrap-2 ul {
    padding: 0;
    margin-bottom: 0;
}

.menu-wrap-2 ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 22px;
    text-transform: uppercase;
}


.menu-wrap-2 ul.sub-menu li {
    display: block;
    padding: 8px;
    padding-top: 10px;
}

.menu-wrap-2 ul.sub-menu li a {
    line-height: normal;
}


/* =Home Content
-------------------------------------------------------------- */
.history-wrapper {
    float: left;
    width: 100%;
}

.history-wrapper article {
    margin-top: 60px
}

.history-wrapper h4 {
    font-family: 'hbknormal';
    font-weight: 400;
    line-height: 24px;
}

/* Services */
.services-home-page {
    float: left;
}

.services-home-page h4 {
    font-family: 'hbkbold';
    text-transform: uppercase;
}

.services-icon>span {
    font-size: 36px;
    clear: both;
    float: left;
}

.services-home-page .row {
    margin-bottom: 30px;
}

.services-icon>hr {
    float: left;
}

/* News Letter*/
.newsletter-left {
    height: 325px;
    width: 100%;
    background-color: #e30513;
    display: table;
    text-align: center;
}

.newsletter-left-inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12%;
    padding-right: 12%;
}

.newsletter-left-inner h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    color: #111111;
    line-height: 40px;
}

.newsletter-right {
    position: relative;
    height: 325px;
    width: 100%;
    background-color: #e30513;
    display: table;
    text-align: center;
}

.newsletter-right-inner {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #fff;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 60px;
}

.newsletter-right-inner input {
    width: 100%;
    height: 45px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.newsletter-right-inner input:focus {
    border: 1px solid #e30513;
}

.newsletter-right-inner input[type=submit] {
    margin-top: 15px;
    max-width: 175px;
    margin: auto;
    background: #e30513;
    border: 0;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}

/* =Architecture Content
-------------------------------------------------------------- */

.architecture-content .box-over-image {
    min-height: 660px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #383838;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-over-image-inner {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 11%;
    margin-left: 20px;
    margin-right: 20px;
}

.box-over-image-inner h1 {
    font-weight: 400;
    text-align: center;
}

.box-over-image-inner hr {
    float: none;
}

.box-over-image-inner p {
    text-align: center;
}

.tabs-wrapper {
    background-color: #e30513;
    min-height: 330px;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}

.tabs-wrapper h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.tabs-image {
    margin-bottom: 30px;
}

.tabs-image img {
    max-width: 100%;
    height: auto;
}

.circle-image img {
    max-width: 350px;
    max-height: 350px;
    height: auto;
    display: block;
    margin: auto;
    outline: 3px solid #F1F1F1;
    outline-offset: -15px;
}

.tab-view {
    background: #333;
}

/* About Studio */

.about-studio {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.our-studio-content {
    background-color: rgba(56, 56, 56, 0.9);
    min-height: 460px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px;
}

.our-studio-content h1,
.our-studio-content h2,
.our-studio-content h3,
.our-studio-content p {
    color: #fff;
}

.our-story-content-inner.dark hr {
    background-color: #ffffff;
}

.our-story-content-inner.white hr {
    background-color: #000;
}

.hbk_textbild a {
    color: #fff;
}

.hbk_textbildslider a {
    color: #fff;
}

.our-story {
    min-height: 500px;
    width: 100%;
}

.our-story.linkbox {
    min-height: 100px;
}

.our-story-content-inner hr {
    background-color: #ffffff;
}

div.our-story h2,
.our-story p {
    color: #ffffff;
}

.our-story-content-inner.weiss h2,
.our-story-content-inner.weiss p {
    color: #ffffff;
}

.our-story-content-inner.schwarz h2,
.our-story-content-inner.schwarz p {
    color: #000000;
}

.our-story-content-inner.rot h2,
.our-story-content-inner.rot p {
    color: #e30513;
}

article.rot p,
article.rot h1,
article.rot h2,
article.rot h3,
article.rot h4,
article.rot h6,
article.rot h6 {
    color: #e30513;
}

article.weiss p,
article.weiss h1,
article.weiss h2,
article.weiss h3,
article.weiss h4,
article.weiss h6,
article.weiss h6 {
    color: #ffffff;
}

article.schwarz p,
article.schwarz h1,
article.schwarz h2,
article.schwarz h3,
article.schwarz h4,
article.schwarz h6,
article.schwarz h6 {
    color: #000000;
}

.ce_content_2spalter .row.weiss {
    background-color: #ffffff;
    padding-top: 10px;
}

.ce_content_2spalter .row.schwarz {
    background-color: #000000;
    padding-top: 10px;
}

.ce_content_2spalter .row.rot {
    background-color: #e30513;
    padding-top: 10px;
}

.our-story-content.white h2,
.our-story-content.white p {
    color: #000;
}

.our-story a.btn {
    color: #fff;
    font-family: 'hbkkursiv', sans-serif;
    background-color: #000;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.2s ease-out;
    margin-top: 10px;
}

.our-story a.btn:hover {
    background-color: #fff;
    color: #000;
}

.our-story a.btn:hover {
    background-color: #fff;
    color: #000;
}

.our-story-content.dark a.btn {
    color: #000;
    background-color: #fff;
}

.our-story-content.dark a.btn:hover {
    background-color: #e30513;
    color: #fff;
}

.our-story-content {
    margin-top: 50px;
    height: 400px;
    display: table;
    width: 100%;
}

.our-story-content.weiss {
    background-color: rgba(255, 255, 255, 0.9);
}

.our-story-content.schwarz {
    background-color: rgba(0, 0, 0, 0.9);
}

.our-story-content.rot {
    background-color: rgba(227, 5, 18, 0.9);
}

.our-story-content.dark {
    background-color: rgba(227, 5, 18, 0);

}

.our-story-content-inner,
.our-story-content-inner.top {
    display: table-cell;
    padding: 20px 20px 10px;
}

.our-story-content-inner.middle {
    vertical-align: middle;
    padding: 10px;
}

.our-story-image img {
    max-width: 100%;
    height: auto;
    /*outline: 8px solid white;
    outline-offset: -20px;*/
}

/*Team*/
.member {
    margin: auto;
    overflow: hidden;
    max-width: 350px;
}

.member .overlay-thumb {
    left: 0;
    right: 0;
    margin: auto;
}

.overlay-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    display: table;
}

.overlay-member-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.overlay-member-content-inner {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 9;
    position: relative
}

.overlay-member-content-inner hr {
    float: none;
}

.member:hover .overlay-member-content-inner {
    opacity: 1;
    font-family: 'Lekton', sans-serif;
    text-align: center;
}

span.position {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}

.member-name {
    padding-left: 17px;
    font-size: 18px;
    font-weight: 100;
    margin-top: 6px;
    float: left;
}

ul.member-social-media {
    padding: 0;
}

.member-social-media li {
    display: inline-block;
    padding: 5px;
}

.member-social-media li a {
    font-size: 14px;
    color: #383838;
    text-transform: uppercase;
}

.member-social-media li a:hover {
    color: #fff;
}

ul.client-thumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}

ul.client-thumb li a img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb li a img:hover {
    opacity: 1;
}

ul.client-thumb-2 li {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-left: -3px;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    line-height: 145px;
}


ul.client-thumb-2 li:nth-child(4n+4) {
    border-right: 0;
}

ul.client-thumb-2 li:nth-child(-n+4) {
    border-top: 0;
}

ul.client-thumb-2 li:nth-child(n+5) {
    border-bottom: 0;
}

ul.client-thumb-2 li a img {
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb-2 li a img:hover {
    opacity: 1;
}



/* =Portfolio General
-------------------------------------------------------------- */

.container .container .portfolio-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.container .container .portfolio-wrapper a.loginbutton.avoid-click {
    float: right;
}

/* Filter Button */
.nav {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e30513;
    cursor: pointer;
    border: none;
    width: 100px;
    height: 35px;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-bottom: 0;
    border-radius: 30px;
    margin-left: auto;
}

.nav:focus {
    outline: none;
}

.nav .icon-container {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav .line {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav .line01 {
    top: 0;
    opacity: 1;
    transition-delay: 210ms;
}

.nav .line02 {
    top: 7px;
    transition-delay: 140ms;
}

.nav .line03 {
    top: 14px;
    transition-delay: 70ms;
}

.nav .line04 {
    top: 21px;
    opacity: 0;
    transition-delay: 0ms;
}

.active .nav .line {
    left: 28px;
}

.nav:hover .line {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.nav:hover .line01 {
    opacity: 0;
    transition-delay: 0ms;
}

.nav:hover .line02 {
    transition-delay: 70ms;
}

.nav:hover .line03 {
    transition-delay: 140ms;
}

.nav:hover .line04 {
    opacity: 1;
    transition-delay: 210ms;
}

.open.nav .line {
    transition: all 0.3s;
}

.open.nav:hover .line {
    -webkit-transform: none;
    transform: none;
}

.open.nav .line:nth-child(2) {
    background: 0;
}

.open.nav .line:nth-child(4) {
    background: 0;
}

.open.nav .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
}

.open.nav .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
}



.works-filter {
    display: none;
}

.works-filter.open {
    display: block;
    overflow: scroll;
}

.works-filter.open a,
.works-filter.open span.typ {
    opacity: 1;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.075);
}

.works-filter.open a,
.works-filter.open span.typ {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.works-filter.open a:nth-child(1) {
    transition-duration: 600ms;
}

.works-filter.open a:nth-child(2) {
    transition-duration: 400ms
}

.works-filter.open a:nth-child(3) {
    transition-duration: 300ms
}

.works-filter.open a:nth-child(4) {
    transition-duration: 200ms
}

.works-filter a.active {
    color: #e30513;
}

.works-filter a:before {
    padding-right: 20px;
    padding-left: 20px;
    color: #111111;
}


.works-filter a:first-child:before {
    content: "  ";
    padding-right: 5px;
    padding-left: 5px;
    color: #111111;
}

#work-grid,
#dribbble-portfolio {
    clear: both;
}

#work-grid .img {
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.portfolio-wrapper button.nav {
    top: -15px;
}


.works-filter.open {
    float: left !important;
    z-index: 500;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
    width: 100%;
    left: 0 !important;
    margin: 0 !important;
    padding: 30px !important;
    height: 100%;
    opacity: 1;
}

.js-masonry {
    width: 100%;
}

.portfolio-wrapper {
    width: 100%;
}


.overlay-thumb .details span {
    top: 0;
}

.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}

.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}

.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}

.img:hover .like-product {
    opacity: 1;
}

.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}

.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}

span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}

.like-product i.press {
    -webkit-animation: size .4s;
    animation: size .4s;
    color: #505050;
}

span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    -webkit-animation: fade 1s;
    animation: fade 1s;
}

@-webkit-keyframes fade {
    0% {
        color: #transparent;
    }

    50% {
        color: #505050;
    }

    100% {
        color: #transparent;
    }
}

@keyframes fade {
    0% {
        color: #transparent;
    }

    50% {
        color: #505050;
    }

    100% {
        color: #transparent;
    }
}

@-webkit-keyframes size {
    0% {
        padding-top: 0;
    }

    50% {
        padding-top: 8px;
    }

    100% {
        padding-top: 0
    }
}

@keyframes size {
    0% {
        padding-top: 0;
    }

    50% {
        padding-top: 8px;
    }

    100% {
        padding-top: 0
    }
}

.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}

.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}

.load-more a:hover {
    color: #56c8d4;
}

.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
    border: 1px solid #dfdfdf;
    transition: all .3s ease-in-out;
}

.home-portfolio-image:hover {
    opacity: 0.75;
}






/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* =Single Project
-------------------------------------------------------------- */
.single-project-slider {
    position: relative;
}

.single-project-slider .single-controls .arrow-left,
.single-project-slider .single-controls .arrow-right {
    position: absolute;
    top: calc(50% - 24px);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}

.single-project-slider .single-controls .arrow-left {
    left: 20px;
}

.single-project-slider .single-controls .arrow-right {
    right: 20px;
}

.single-project-slider .single-controls .arrow-left a,
.single-project-slider .single-controls .arrow-right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #111111;
    border: 1px solid #fff;
}

.single-project-slider .single-controls .arrow-left a:hover,
.single-project-slider .single-controls .arrow-right a:hover {
    color: #fff;
    background: #e30513;
    border: 1px solid #e30513;
}

.single-project-slider .single-controls .arrow-right {
    right: 20px;
}

.single-project-slider .slider-controls a:hover,
.slider-controls a i:hover {
    color: #e30513;
}

.single-portfolio-wrapper {
    margin-top: 50px
}

.single-portfolio-wrapper span.info {
    font-size: 14px;
    padding-bottom: 25px;
    clear: both;
    float: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
}

ul.social-buttons {
    padding: 0;
}

ul.social-buttons li {
    display: inline-block;
    padding-right: 10px;
}

.project-information td {}

.single-project-images {
    margin-bottom: 30px;
}

.single-project-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.portfolio-controls {
    background: #f1f1f1;
    margin-top: 20px;
}

.btn-project {
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #f4f4f4;
    font-size: 24px;
}

.home-btn {
    float: left;
}

.back-btn,
.forward-btn {
    float: right;
    margin-left: 8px;
}

.btn-project a:hover {
    cursor: pointer;
}

.btn-project a {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.btn-project:hover a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    color: #111;
    font-weight: 100;
}

.btn-project a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
    font-size: 10px;
    background: #e30513;
}

/*Similar Project*/
.similar-project {
    clear: both;
}

.similar-project h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Buttons home, back, next */
.btn-project a:hover i {
    opacity: 0;
    transform: translate(100%, 0);
}

.btn-project a i {
    text-transform: uppercase;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

/* =Blog
-------------------------------------------------------------- */

.blog-post {
    margin-bottom: 100px;
}

.blog-front-image {
    position: relative;
}

.blog-front-image {
    position: relative;
    width: 100%;
}

.blog-thumb {
    position: relative;
}

.blog-thumb img {
    height: auto;
}

.blog-thumb .icon-video-blog {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    font-size: 38px;
    color: #545454;
    width: 68px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.blog-thumb .icon-video-blog:hover {
    background-color: #fff;
}

.circle {
    stroke: #48ac8a;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

/*Play Button*/
.playBut {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #000;
    transform: translateY(0);
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #48ac8a;
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    70% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

.blog-front-content {
    position: absolute;
    right: 0;
    background: #383838;
    width: 100%;
    padding: 40px;
}

.blog-front-content-inner {
    position: relative;
}

.blog-front-content-inner h1 a {
    color: #fff;
}

.blog-front-content-inner .post-date {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.blog-front-content-inner h1 {
    font-family: 'hbknormal', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

.blog-front-content-inner p {
    color: #fff;
    padding-bottom: 30px;
}

.read-more-blog-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
}

.single-blog-wrapper {}

.single-blog-wrapper h1 {
    font-family: 'hbknormal', sans-serif;
    font-weight: 300;
}

.info-title {
    color: #fff;
    line-height: 45px;
    padding-left: 8px;
}

.post-single-date {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.share-buttons {
    padding: 8px 0 8px 0;
}

.share-buttons ul {
    padding: 0;
}

.share-buttons ul li {
    display: inline;
}

.share-buttons ul li a,
.share-buttons ul li a i {
    font-size: 16px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.share-buttons ul li a:hover,
.share-buttons ul li a i:hover {
    color: #e30513;
}

.blog-tags ul {
    padding: 0 0 0 6px;
}

.blog-tags ul li {
    display: inline-block;
    background: #fff;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    margin-top: 4px;
}

.blog-tags ul li a {
    color: #111;
    font-size: 12px;
    font-weight: 100;
}

.blog-tags ul li a:hover,
.blog-tags ul li:hover {
    color: #fff;
    background: #e30513;
}

.full-blog-content {
    margin-top: 30px;
}

.full-blog-content p:first-of-type:first-letter {
    float: left;
    color: #fff;
    background-color: #111;
    font-size: 60px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    font-family: 'hbkbold';
}

/*Blog Timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5F5F5F;
    left: 20%;
    margin-left: -6px;
}

/* The date/time */
.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 20px;
    color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    padding-top: 18px;
    color: #5F5F5F;
}

/* Right content */
.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 35px 25%;
    background: #E1E2E1;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}

.cbp_tmlabel h1,
.cbp_tmlabel p {
    color: #333;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #E1E2E1;
    border-width: 10px;
    top: 22px;
}

/* The icons */
.cbp_tmtimeline>li .cbp_tmicon {
    width: 60px;
    height: 60px;
    float: left;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #FFFFFF;
    background: #5F5F5F;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -35px;
}

.blog-v2-image {
    position: relative;
}

.blog-v2-image img {
    max-width: 100%;
    height: auto;
}

.icon-video-blogv2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    top: calc(50% - 36px);
}

/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}

.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}

.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}

.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'hbkbold', sans-serif;
}

.inner-map .inner-map-content hr {
    float: none;
}

.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}

.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}

.contact-info {
    font-size: 24px;
    clear: both;
    margin-bottom: 25px;
    float: left;
}

#map {
    width: 100%;
    height: 410px;
}

.icon-info {
    float: left;
    line-height: 45px;
}

.title-info {
    font-weight: 500;
}

.title-info,
.description-info {
    font-size: 14px;
    display: block;
    padding-left: 30px;
}

.description-info {
    font-weight: 100;
}

.contact-form {}

.contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #e30513;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}

textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}


/* =Page Not Found
-------------------------------------------------------------- */
.page-error {
    position: relative;
}

.page-error h1 {
    color: #f1f1f1;
    font-size: 21vw;
    position: absolute;
    left: 15%;
    top: 50px;
    z-index: -1;
}

.page-error h3 {
    margin-top: 125px;
    font-size: 20px;
    font-weight: 300;
    color: #3A3939;
    font-size: 28px;
    float: left;
    padding: 8px;
}

.page-error p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 65px;
    color: #3A3939;
    float: left;
    padding: 8px;
}

.page-error p a {
    color: #e30513;
    padding-left: 5px;
    padding-right: 5px;
}



/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    min-height: 400px;
    margin-top: 150px;
    padding-top: 75px;
}

.footer-inner {
    height: 300px;
    display: table;
    width: 100%;
}

.footer-content {
    display: table-cell;
    vertical-align: middle;
}

.footer-content p {
    color: #787878;
}

.footer-content h4 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.footer-content address {
    color: #787878;
    font-size: 14px;
}

ul.social-media {
    padding: 0;
    text-align: center;
}

ul.social-media li {
    list-style-type: none;
    display: inline;
    padding: 5px;
}

ul.social-media li a i {
    color: #111111;
}

ul.social-media li a i:hover {
    color: #e30513;
}

.copyright-mark {
    margin-top: 50px;
    display: block;
    text-align: center;
    color: #787878;
}



/* =WordPress Core
-------------------------------------------------------------- */
.sticky {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 60px;
    height: 40px;
    background-color: #f6ee53;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
}

.gallery-caption {
    padding: 25px;
}

.gallery_image {
    padding-bottom: 3px;
}

.bypostauthor {
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*  Bootstrap Alerts */
.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #5cb85c;
    border-color: rgba(0, 0, 0, 0);
    color: #ebebeb;
}

.alert-success hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-success .alert-link {
    color: #d2d2d2;
}

.alert-info {
    background-color: #5bc0de;
    border-color: rgba(0, 0, 0, 0);
    color: #ebebeb;
}

.alert-info hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-info .alert-link {
    color: #d2d2d2;
}

.alert-warning {
    background-color: #f0ad4e;
    border-color: rgba(0, 0, 0, 0);
    color: #ebebeb;
}

.alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-warning .alert-link {
    color: #d2d2d2;
}

.alert-danger {
    background-color: #d9534f;
    border-color: rgba(0, 0, 0, 0);
    color: #ebebeb;
}

.alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-danger .alert-link {
    color: #d2d2d2;
}


.ce_autogridWrapperStart {
    width: 100%;
}

.ce_autogridWrapperStart .ce_text.block {
    float: left;
    width: 50%;
}

@media (max-width: 768px) {
    .ce_autogridWrapperStart .ce_text.block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
}

/* =Standard Text/Image
-------------------------------------------------------------- */
.ce_text figure.image_container img {
    max-width: 1170;
    width: 100%;
    height: auto;
}


/* =Image Cover
-------------------------------------------------------------- */
.coverimage {
    height: 100vh;
    width: 100vw;
    display: block;
    background-size: cover;
}


/* = tab slider
-------------------------------------------------------------- */
.image_tool {
    position: absolute;
    bottom: 25px;
    left: 0px;
    display: block;
    padding: 10px 20px 0;
    width: 100%;
}

.image_tool .services-icon {
    color: #e30513;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    position: relative;
}

.image_tool .services-icon:hover .capt {
    visibility: visible;
    opacity: 1;
    display: block;
}

.services-icon .capt {
    -webkit-transition: all 1s ease;
    background-color: rgba(227, 5, 18, 0.85);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    margin: 0;
    padding: 20px;
}








/* @group tabs */

.tabs-title {
    font-family: 'hbkbold', sans-serif;
}

.tabs-wrapper h2,
.tabs-wrapper h3,
.tabs-icon,
.tabs-title {
    color: #fff;
}

.tab-current .tabs-title,
.tab-current .tabs-icon {
    color: #e30513;
}

.tabs-style-flip nav a span.tabs-icon {
    font-size: 36px;
    padding-top: 10px;
}

/* @end */



/* @group form */

/* =============================================================================
 * forms
 * ========================================================================== */


/* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #a1a1a1;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked~.checkmark {
    background-color: #e30513;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked~.checkmark:after {
    display: block !important;
    margin-left: -2px;
    margin-top: 1px;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: 5px solid white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}



form#tl_lost_password div.formbody {
    padding-top: 20px;
    padding-bottom: 20px;
}




form#tl_member_535.style7 div.formbody div.fields div.widget.widget-text label {
    margin-top: 15px;
    margin-bottom: 0;
    color: #db001e;
    padding-top: 0;
    padding-bottom: 0;
}


input[type="text"],
input[type="password"],
input.mandatory,
input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"] {
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px none #DDDDDD;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    background-color: #ffffff;
    display: block;
    border-top-style: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input.mandatory:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
    border: 1px solid rgb(111, 111, 111);
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
    border-top-style: none;
    opacity: 1;
}



input.mandatory {
    border-bottom: 1px solid #e83b45;
}

input[type="submit"] {
    height: 50px;
    width: 100%;
    background-color: #e30513;
    color: #fff;
}

form .checkbox_container {
    overflow: hidden;
    margin-bottom: 20px;
}

form .checkbox_container label {
    float: left;
    width: 75%;
}

input.checkbox {
    margin-right: 10px;
    float: left;
}

form fieldset {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

form fieldset {
    margin-bottom: 20px;
}

form fieldset.hidden {
    display: none;
}

form fieldset legend {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #e30513;
    color: #fff;
    font-size: 16px;
    display: none;
}

form select {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    line-height: 60px;
}





.chrome form select,
.safari form select {
    height: 40px;
}

form select option {
    padding-right: 10px;
    padding-left: 10px;
}

form select.multiselect option {
    padding-right: 0;
    padding-left: 0;
}

form .checkbox_container span,
form .widget-radio span {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.invisible {
    display: none;
}


form span.mandatory {
    color: #f00;

}

form .mandatory .invisible {
    visibility: visible;
}

form .captcha_text {
    color: red;
}

form p.error {
    color: red;
}

.android .widget-radio label,
.android .widget-checkbox label {
    position: relative;
    top: -3px;
}

.ios input[type=checkbox],
.ios input[type=radio] {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.ie form .widget-radio input,
.ie form .widget-checkbox input {
    border: 0;
}

/* =============================================================================
 * submit input
 * ========================================================================== */

/*input.submit {
	display: inline-block;
	padding: 15px 20px;
	cursor:pointer;
	transition:all 0.2s ease-out 0s;
	width: auto;
	background: #e30513!important;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	min-width: 140px;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
	font-weight: normal;
	font-style: normal;
	font-family: 'hbkbold', sans-serif;
}

input.submit[type="submit"]:hover {
	background: rgba(152,152,152,0.9);
}*/

/* =============================================================================
 * datepicker
 * ========================================================================== */

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
    overflow: visible;
}

div.widget.widget-select.select.mandatory {
    margin-bottom: 20px;
}

.checkbox_container.mandatory {
    margin-bottom: 20px;
}

input.datepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwMCA1MDAiIGhlaWdodD0iNTAwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiB3aWR0aD0iNTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMTAuNzI2LDMwMi4yNzFjMCwwLDUuNSw1LjUsMTIuNjMzLDUuNWM1LjU4NiwwLDguNzY2LTIuNzUsOC43NjYtNi4xMDIgICAgICBjMC00LjgxMy00LjgxMy02Ljc4OS0xMS40MzEtNi43ODloLTQuMjk3bC0zLjE4LTcuMzA1bDguMDc4LTkuNzExYzIuOTIyLTMuNTI0LDUuMzI5LTUuNzU4LDUuMzI5LTUuNzU4di0wLjE3MiAgICAgIGMwLDAtMS45NzcsMC40My01Ljg0NCwwLjQzaC0xNC42OTV2LTEyLjg5MWgzOC43NTl2OS4zNjdsLTEyLjQ2MSwxNC4zNTJjOS4xMSwxLjk3NywxNC44NjcsOS4xOTUsMTQuODY3LDE3Ljc5ICAgICAgYzAsMTAuNDg1LTcuMzkxLDIwLjk2OS0yMi43NzQsMjAuOTY5Yy0xMy43NTEsMC0yMC45NjktOC4wNzgtMjAuOTY5LTguMDc4TDIxMC43MjYsMzAyLjI3MXoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMjU2LjE4OCwzMDguMDI5aDEzLjA2M3YtMjUuNjFjMC0yLjMyLDAuMDg2LTQuNzI3LDAuMDg2LTQuNzI3aC0wLjE3MmMwLDAtMC43NzMsMS43MTktMi40MDYsMy4yNjYgICAgICBsLTMuNjk1LDMuMzUxbC04LjY4LTkuMjgxbDE2LjU4Ni0xNS41NTVoMTIuOTc3djQ4LjU1NmgxMy4xNDl2MTIuODkxaC00MC45MDhWMzA4LjAyOXoiIGZpbGw9IiMyMzFGMjAiLz48L2c+PHBhdGggZD0iTTM0MS4zMjEsMTg2Ljc2OGgtMjIuNzczdi0xNS45NDFjMC0xNS4wNjktMTIuMjU5LTI3LjMyOC0yNy4zMjgtMjcuMzI4cy0yNy4zMjgsMTIuMjU5LTI3LjMyOCwyNy4zMjggICAgIHYxNS45NDFoLTI3Ljc4M3YtMTUuOTQxYzAtMTUuMDY5LTEyLjI1OS0yNy4zMjgtMjcuMzI4LTI3LjMyOGMtMTUuMDY5LDAtMjcuMzI4LDEyLjI1OS0yNy4zMjgsMjcuMzI4djE1Ljk0MWgtMjIuNzczICAgICBjLTQuNTI4LDAtOC4xOTgsMy42NzEtOC4xOTgsOC4xOTh2MTU0LjQwM2MwLDQuNTI4LDMuNjcxLDguMTk4LDguMTk4LDguMTk4aDE4Mi42NDJjNC41MjgsMCw4LjE5OC0zLjY3LDguMTk4LTguMTk4VjE5NC45NjYgICAgIEMzNDkuNTE5LDE5MC40MzgsMzQ1Ljg0OSwxODYuNzY4LDM0MS4zMjEsMTg2Ljc2OHogTTI4MC4yODksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxICAgICBjNi4wMzcsMCwxMC45MzEsNC44OTQsMTAuOTMxLDEwLjkzMXYzNy4xMmMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6ICAgICAgTTE5Ny44NDksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxYzYuMDM3LDAsMTAuOTMxLDQuODk0LDEwLjkzMSwxMC45MzF2MzcuMTIgICAgIGMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6IE0zMzMuMTIzLDM0MS4xNzFIMTY2Ljg3OFYyNDIuNzloMTY2LjI0NSAgICAgVjM0MS4xNzF6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvZz48L3N2Zz4=);
    background-size: 45px;
    background-position: right center;
    padding-right: 40px;
}

input.timepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS10aW55LmR0ZCc+PHN2ZyBiYXNlUHJvZmlsZT0idGlueSIgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiLz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRsLTEuNDU3LDEuNDU3bDEuNDE0LDEuNDE0bDEuNDU3LTEuNDU3ICAgIEMxMS45MjYsMjUuMjU5LDEzLjg3NSwyNiwxNiwyNnM0LjA3NC0wLjc0MSw1LjYxNC0xLjk3MmwxLjQ1NywxLjQ1N2wxLjQxNC0xLjQxNGwtMS40NTctMS40NTdDMjQuMjU5LDIxLjA3NCwyNSwxOS4xMjUsMjUsMTcgICAgQzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN2MwLTMuODY2LDMuMTM0LTcsNy03czcsMy4xMzQsNyw3QzIzLDIwLjg2NiwxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgICAiLz48cmVjdCBoZWlnaHQ9IjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgOC4yMyAtMy40MDkpIiB3aWR0aD0iMiIgeD0iNy4yMyIgeT0iNS43MyIvPjxyZWN0IGhlaWdodD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxMi43NjQzIC0xNC40MzkxKSIgd2lkdGg9IjUiIHg9IjIxLjMxMiIgeT0iNy4xODgiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 32px;
    background-position: right center;
    padding-right: 40px;
}

body .picker__list-item:hover,
body .picker__day--infocus:hover,
body .picker--focused .picker__day--highlighted {
    color: rgb(255, 255, 255);
}

body .picker__nav--next:hover,
body .picker__nav--prev:hover,
body .picker__button--close:hover,
body .picker__button--today:hover,
body .picker__button--clear:hover {
    background: rgb(240, 240, 240);
}

body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover {
    opacity: 0.7;
}

body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover,
body .picker__list-item--highlighted,
.picker__list-item:hover {
    background-color: rgb(40, 40, 40);
    border-color: rgb(40, 40, 40);
}

body .picker__list-item--highlighted,
.picker__list-item:hover {
    border-color: rgb(70, 70, 70);
}




/* =============================================================================
 * form style7
 * ========================================================================== */


.style7 .column {
    margin-top: 20px;
    margin-bottom: 20px;
}

.style7 fieldset.daten,
.style7 fieldset.schulbildung,
.style7 fieldset.extended {
    background-color: #f3f3f3;
}

fieldset.schulbildung fieldset,
fieldset.extended fieldset {
    border-style: none;
}


.style7 .column p {

    color: #757575 !important;
}

form.style7 select {
    padding: 0 30px 0 10px;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC4wNXB4IiBoZWlnaHQ9IjcuNzM4cHgiIHZpZXdCb3g9IjUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0iRXhwYW5kX01vcmUiIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xOC44MzEsMTEuMTk1bC01LjgxNSw1LjgxNmwtNS44MTUtNS44MTdjLTAuMjc3LTAuMjc3LTAuNzI2LTAuMjc3LTEuMDAyLDBjLTAuMjc3LDAuMjc3LTAuMjc3LDAuNzI2LDAsMS4wMDNsNi4zMTYsNi4zMThsMCwwbDAsMGMwLjI3NywwLjI3NywwLjcyNiwwLjI3NywxLjAwMiwwbDYuMzE2LTYuMzE4YzAuMjc2LTAuMjc3LDAuMjc2LTAuNzI3LDAtMS4wMDRDMTkuNTU3LDEwLjkxOCwxOS4xMDgsMTAuOTE4LDE4LjgzMSwxMS4xOTV6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    border-style: none;
    border-bottom: 1px solid #000000;
}

form.style7 select.mandatory {
    border-bottom: 1px solid #e30513;
}


/* @end */

/* @group accordion */

/* =============================================================================
 * ce_accordion
 * ========================================================================== */

.ce_accordionStart {
    position: relative;
}

.ce_accordion .accordion {
    padding: 20px;
    border: 0;
    background: none;
}

.ce_accordion .accordion>div {
    padding: 0;
}

.ce_accordion .toggler {
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 6px;
}

.ce_accordionStart:last-of-type .toggler {
    margin-bottom: 0;
}

.ce_accordion .toggler:hover {
    color: rgb(76, 76, 76);
}

.ce_accordion .toggler:before {
    width: 25px;
    height: 25px;
    float: right;
    clear: both;
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 28px;
    font-weight: normal;
    color: rgb(152, 152, 152);
    content: "xxx";
}

.ce_accordion .toggler.ui-state-active:before {
    content: "xxx";
}


.accordion {}


.accordiontoggle {
    display: none;
}

.accordionoption {
    position: relative;
    margin-bottom: 1em;
}

.accordiontitle,
.accordioncontent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordiontitle {
    background: #fff;
    padding: 1em;
    display: block;
    color: #7A7572;
    font-weight: bold;
    font-size: 1.5em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordiontitle:hover {
    background: #eee;
}

.accordiontitle:after,
.accordiontitle:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordiontitle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordioncontent {
    height: 0%;
    overflow: hidden;
    background-color: #fff;
    padding-right: 20%;
    position: absolute;
}

.accordioncontent p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

.accordiontoggle:checked+.accordiontitle,
.accordiontoggle:checked+.accordiontitle+.accordioncontent {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
}

.accordiontoggle:checked+.accordiontitle+.accordioncontent {
    height: 100%;
    float: left;
    display: block;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

.accordiontoggle:checked+.accordiontitle:before {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

/* @end */



/* @group login */

form#tl_login input {
    width: 200px;
    height: 40px;
}

#tl_login input.submit {
    border-style: none;
    height: 60px;
    float: right;
}

#tl_login div.formbody label {
    width: 150px;
    height: 40px;
}

.mod_login {
    background-color: rgba(228, 228, 228, 0.88);
    padding: 50px;
    float: left;
    margin: 150px 150px 150px 0;
}

/* @end */




#hg-motiv {
    position: absolute;
    width: 100vw;
    height: 100vh !important;
    z-index: -1;
    padding: 0;
    margin: 0;
}

#hg-motiv img {
    position: absolute;
    width: auto;
    height: 100vh !important;
    z-index: -1;
}

/* @group dark mode */

body.dark {
    background-color: #24272a;
    color: #fff;
}

body.dark p,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #dbd9d9;
}

body.dark .logo a {
    background: url(../img/logo_w.png) no-repeat;
    background-size: contain;
    width: 100px;
    display: block;
    height: 50px;
}

body.dark .menu-wrap {
    background-color: #fff;
}

body.dark .menu-wrap a {
    color: #000;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
}

body.dark .menu-wrap a:hover {
    color: #e30513;
}

body.dark .menu-wrap .active {
    color: #e30513;
}

body.dark .close-menu {
    color: #000;
}

/* @end */








/* @group Lightbox by Lokesh Dhakar */

/* Preload images */
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* @end */

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.ce_google_map_inside p {
    color: #000;
}

.portfolio-wrapper span.info.merkliste {
    float: right;
}


input.notelist {
    height: 35px;
    margin-top: 5px;
    float: right;
    border-style: none;
}

input.notelist:hover {
    background-color: #e30513;
    color: #fff;
    transition: all 0.5s;
}

a.notelist {
    height: 35px;
    width: 35px;
    border-style: none;
    position: absolute;
    right: 5px;
    font-size: 20px;
}

a.notelist:hover {
    background-color: #e30513;
    color: #fff;
    transition: all 0.5s;
}

input.notelist.update {
    display: none;
}

h6 {
    position: relative;
}

button.submit.notelist.add,
button.submit.notelist.remove,
button.loginbutton.notelist.avoid-click {
    color: #db001e;
    border-style: none;
    width: 30px;
    height: 30px;
    font-size: 1.3em;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
}

#wookmark-filter .vorlesungen .praesenz_online {
    color: #db001e;
    border-style: none;
    width: 30px;
    height: 30px;
    font-size: 1.3em;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
}

button.submit.notelist.add:hover,
button.submit.notelist.remove:hover,
button.loginbutton.notelist.avoid-click:hover {
    color: #000;
}

/* @group logoreihe */
.gallery_image.cols_8{
    padding-left: 15px;
}
.cols_8 img {
    height: auto;
    max-width: 140px !important;
    margin-right: 24px;
    margin-bottom: 24px;
}

.cols_8 .entry {
    display: inline;
}

/* @end */

/* @group projekte ansehen galerietypen */

.col-md-4 .home-portfolio-image a img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-md-6 .home-portfolio-image a img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-md-12 .home-portfolio-image a img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-md-4.border .home-portfolio-image a img {
    border: 1px solid #000000 !important;
}

.col-md-6.border .home-portfolio-image a img {
    border: 1px solid #000000 !important;
}

.col-md-12.border .home-portfolio-image a img {
    border: 1px solid #000000 !important;
}

.owl-carousel.border img {
    border: 1px solid #000000 !important;
}



#projekte-reader .owl-carousel .owl-item {}


#projekte-reader .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}



/* @end */


/* @group menu nach login */

/*ul.seitenmenu-list {
	margin: 0;
	padding: 0;
}

ul.seitenmenu.level_1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.seitenmenu.level_1 li {
	float: left;
	margin: 0 3% 3% 0;
	width: 30%;
}
ul.seitenmenu.level_1 li a{
	color: #ffffff;
	background-color: #ab7575;background-color: #e31d12;
	padding: 20px;
	min-height: 150px;
	font-size: 18px;
	display: block;
}
ul.seitenmenu.level_1 li a:hover{
	background-color: #686968;
}*/
table.li.dw * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dw__focus-curtain {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.75;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

@media (min-width: 768px) {
    .dw {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .dw {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1500px) {
    .dw {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.dw-panel {
    margin: 0;
    padding: 5px;
}

.dw-panel img {
    width: 100%;
    height: auto;
}

.dw-panel {
    position: relative;

}

.dw-panel .services-icon {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 90%;
}

.dw-panel .services-icon .capt {
    float: left;
    position: absolute;
    bottom: 0;
}

.dw-panel__content {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .dw-panel {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}


/* @end */

div.our-story-image.border img {
    border: 1px solid #989898 !important;
}


/* @group mensa anpassung slider für monitor */

body.mensa div.ce_hbk_teaser_full {
    height: 100vh !important;
}

body.mensa .owl-carousel .owl-wrapper,
body.mensa .owl-carousel .owl-item {
    height: 100vh !important;
}

body.mensa .image,
picture {
    height: 100vh !important;
}

body.mensa img {
    height: 100vh !important;
    width: auto !important;
}

body.mensa a#scroll-top.scroll-top {
    display: none !important;
}

/* @end */




#publikationsform select {
    min-height: 250px;
    width: 100%;
    margin-bottom: 20px;
}

#publikationsform select.lehrende {
    min-height: 627px;
    width: 100%;
}

#publikationsform textarea.beschreibung {
    min-height: 350px;
}

#publikationsform .bildangaben {
    padding: 20px;
    background-color: #e0e0e0;
}

#publikationsform input {
    margin-bottom: 20px;
}

table.listing_publikationen td {
    vertical-align: top;
    padding: 5px;
    font-size: 11px;
}

table.listing_publikationen ul {
    margin: 0;
    padding-left: 12px;
    list-style-type: square;
}

div#listing-der-publikationen-aus-uploads.container.mod_article.first.last.block {
    position: relative;
    width: 100% !important;
}

/* @group bewerbungsprozess */
.bewerbungsprozess {
    font-size: 16px;
}

.bewerbungsprozess .formulare a {
    float: right;
}

.bewerbungsprozess .ion-checkmark-circled {
    color: #049d02;
}

.bewerbungsprozess .ion-alert-circled {
    color: #a00303;
}

.bewerbungsprozess .uploader {
    border-bottom: 1px dotted #bebebe;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bewerbungsprozess .uploader a {
    color: #4a66d1;
}

.bewerbungsprozess .erledigt a {
    color: #099c02;
}

/* @end */


form.style7 select {
    line-height: 40px;
}

form.style7 select {
    height: 40px;
}


/* individuelle seitenmenus */

div.individuellesmenu {
    margin: 0 0 75px;
    padding: 0;
    float: left;
    display: block;
    z-index: 10000;
    position: relative;
}

ul.individuelle_seiten {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

ul.individuelle_seiten li {
    list-style-type: none;
    float: left;
    margin: 0 10px 20px 0;
}

ul.individuelle_seiten li a {
    background-color: #e30513;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    border-radius: 20px
}




/* @group accordion bewerbung*/

/* =============================================================================
 * ce_accordion bewerbung
 * ========================================================================== */



.accordion.bewerbung {
    padding: 0px;
    border: 0;
    background: none;
}

.accordion.bewerbung>div {
    padding: 0;
}

.accordion.bewerbung .toggler {
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 6px;
}

.accordion.bewerbung:last-of-type .toggler {
    margin-bottom: 0;
}

.accordion.bewerbung .toggler:hover {
    color: rgb(76, 76, 76);
}

.accordion.bewerbung .toggler:before {
    width: 25px;
    height: 25px;
    float: right;
    clear: both;
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    font-size: 1em;
    line-height: 28px;
    font-weight: normal;
    color: rgb(152, 152, 152);
    content: "xxx";
}

.accordion.bewerbung .toggler.ui-state-active:before {
    content: "xxx";
}



.accordion.bewerbung .accordiontoggle {
    display: none;
}

.accordion.bewerbung .accordionoption {
    position: relative;
    margin-bottom: 1em;
}

.accordion.bewerbung .accordiontitle,
.accordion.bewerbung .accordioncontent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordion.bewerbung .accordiontitle {
    background: #fff;
    display: block;
    color: #7A7572;
    font-weight: bold;
    font-size: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0.5em;
}

.accordion.bewerbung .accordiontitle:hover {
    background: #eee;
}

.accordion.bewerbung .accordiontitle:after,
.accordion.bewerbung .accordiontitle:before {
    content: '';
    position: absolute;
    right: 1em;
    top: 1em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordion.bewerbung .accordiontitle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion.bewerbung .accordioncontent {
    height: 0%;
    overflow: hidden;
    background-color: #fff;
    padding-right: 20%;
    position: absolute;
    width: 100%;
    margin-bottom: 50px;
}

.accordion.bewerbung .accordioncontent p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

/* @end */

#fontsizer {
    position: fixed;
    left: 125px;
    bottom: 15px;
    line-height: 25px;
}

#kontrast {
    position: fixed;
    left: 15px;
    bottom: 15px;
    line-height: 25px;
}

@media (hover: hover) {
    #fontsizer {
        left: 115px;
        bottom: 5px;
    }

    #kontrast {
        left: 5px;
        bottom: 5px;
    }
}

#fontsizer a {
    margin-right: 10px !important;
    font-size: 20px;
    text-decoration: none;
}




#kontrast img {
    width: 25px;
    height: 25px;
    margin-right: 8px !important;
}

#fontsizer img {
    width: 25px;
    height: 25px;
}

#kontrast .cookie-consent:hover {
    cursor: pointer;
}

#kontrast a:last-child img {
    opacity: 0.3;
}

#kontrast a:nth-child(2) img {
    opacity: 1;
}

/* =============================================================================
 * cookiebar
 * ========================================================================== */

.cookiebar {
    left: 0;
    z-index: 100000;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    background-color: rgb(228, 228, 228);
    color: #5d5349;
    position: fixed;
    width: 100vw;
    bottom: 0;
}

.cookiebar.open {
    display: block;
}

.cookie-buttons {
    position: relative;
    right: 20px;
    bottom: 5px;
    float: right;
    padding: 20px;
}

.cookiebar-close {
    cursor: pointer;

    background: rgba(0, 0, 0, 0.5);
    padding: 8px 10px 5px;
    border-radius: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
}

.cookiebar-youtube {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 10px 5px;
    border-radius: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
}

.cookiebar-youtube:hover {
    background: rgba(0, 0, 0, 0.8);
}

.cookiebar-maps {
    cursor: pointer;

    background: rgba(0, 0, 0, 0.5);
    padding: 8px 10px 5px;
    border-radius: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
}

.cookiebar-maps:hover {
    background: rgba(0, 0, 0, 0.5);
}

.cookiebar-close:hover {
    background: rgba(0, 0, 0, 0.5);
}

.cookiebar p {
    width: 90%;
    margin-left: 5px;
    float: left;
}

@media (hover: hover) {
    .cookiebar p {
        width: 45%;
        margin-left: 35px;
        float: left;
    }
}

.cookiebar a {
    color: #5d5349;
    font-weight: bold;
}

.cookie-consent {
    cursor: pointer;
    padding: 20px;
    display: block;
    background-color: #fff0f0;
}

#kontrast .cookie-consent {
    padding: 0px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
}


/* kalender */

.mod_calendar,
.mod_calendar .calendar {
    width: 100%;
}

.mod_calendar .calendar .event {
    border-bottom: 1px solid;
    margin-bottom: 8px;
    padding-right: 5px;
    padding-left: 5px;
}

.mod_calendar .calendar .event.start {
    border-left: 1px solid;
    padding-left: 5px;
}

.mod_calendar .calendar .event.end {
    border-right: 1px solid;
    padding-right: 5px;
}

.mod_calendar .calendar .event.frist {
    background-color: #e30513;
    color: #fff;
}
.mod_calendar .calendar .event.frist a {
    color: #fff;
}

.mod_calendar .calendar .event.rot {
    background-color: #e30513;
    color: #fff;
}
.mod_calendar .calendar .event.rot a {
    color: #fff;
}

.mod_calendar .calendar .event.gruen {
    background-color: #40766d;
    color: #fff;
}
.mod_calendar .calendar .event.gruen a{
    color: #fff;
}

.mod_calendar .calendar .event.blau {
    background-color: #434ca3;
    color: #fff;
}
.mod_calendar .calendar .event.blau a{
    color: #fff;
}

.mod_calendar .calendar .event.orange {
    background-color: #e28133;
    color: #fff;
}
.mod_calendar .calendar .event.orange a{
    color: #fff;
}

.mod_calendar .calendar .event.grau {
    background-color: #6e6e6e;
    color: #fff;
}
.mod_calendar .calendar .event.grau a{
    color: #fff;
}



.mod_calendar .calendar .event.cal_1 {}

.mod_calendar .calendar .event.cal_9 a {
    color: #000;
}

.mod_calendar .event {
    font-size: 0.8em;
}

.mod_calendar .event.repeat {
    font-size: 0.8em;
}

.mod_calendar .calendar th {
    font-weight: normal;
}

.mod_calendar .calendar th.current {
    text-align: center;
}

.mod_calendar .calendar th.next {
    text-align: right;
}

.mod_calendar .calendar td.days {
    width: 14.286% !important;
    background: rgba(240, 238, 238, 0.5);
    padding: 0;
    vertical-align: top;
    border: 5px solid #fff;
    height: 125px;
}

.mod_calendar .calendar .label {
    display: table-cell;
    /* width: 20%; */
    /* display: none; */
    padding: 0;
    /* font-size: 75%; */
    /* font-weight: 700; */
    /* line-height: 1; */
    color: #000;
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    /* border-radius: .25em; */
}

.mod_calendar .calendar .header {
    height: 40px;
    padding: 5px 5px 5px 5px;
}

.mod_eventlist h2,
.mod_eventlist {
    padding-bottom: 60px;
}

.mod_calendar .head.current {
    font-size: 2em;
}

.mod_eventlist h2,
.mod_eventlist h3 {
    padding-bottom: 15px;
}

.mod_eventlist h4,
.mod_eventlist h5 {
    padding-bottom: 0px;
}

.mod_eventlist .event {
    padding-bottom: 15px;
}

.mod_eventlist .event p.time {
    color: #e30513;
    padding: 0;
    margin: 0;
}

.mod_eventlist .event p.time.all {
    color: #000;
    padding: 0;
    margin: 0;
}

.videocontainer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videocontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ce_downloads ul {
    display: table-row-group;
}















































































/* 2024 */
/* projekte listing 2024 */

.projekte-listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    grid-auto-flow: dense;
    padding-left: 0px;
}


@media (min-width: 600px) {
    .projekte-listing {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 599px) {
    .projekte-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}


.projekt-entry {
    background: #f5f5f5;
    padding: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    list-style-type: none !important;
}

.projekt-entry:before {
    content: "" !important;
    display: none;
}

.projekt-entry-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.projekt-entry img {
    width: 100%;
    height: auto;
    display: block;
}

.projekt-entry .tagslist-containers {
    position: relative;
}

.projekt-entry .tagslist-container {
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.projekt-entry .tagslist-container.lehrende {
    width: 100%;
}

.projekt-entry .tagslist-container.studierende {
    width: 100%;
}

.projekt-entry .tagslist {
    display: none;
    position: absolute;
    top: -20px;
    left: -2px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    z-index: 100;
    width: auto;
    list-style-type: none !important;
    font-size: 1em;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.projekt-entry .tagslist li {
    font-size: 0.8em;
}

.projekt-entry .lehrender,
.projekt-entry .studierender {
    list-style-type: none !important;
}

.projekt-entry a img {
    transition: all 0.2s;
    padding-bottom: 10px;
}

.projekt-entry a img:hover {
    opacity: 0.8;
}

.projekt-entry h3 {
    font-size: 1.4em;
    font-weight: 500;
    color: #e30513;
    transition: all 0.2s;
}

.projekt-entry h4 {
    font-size: 0.8em;
    font-weight: normal;
    font-family: 'hbknormal', sans-serif;
    color: #4b4b4b;
}

.projekt-entry h4.person-list {
    font-size: 1.2em;
}

.projekt-entry h4 i {
    color: #4b4b4b;
}

.projekt-entry span.dist {
    display: block;
    height: 10px;
    width: 100%;
}

.projekt-entry p {
    font-size: 1em;
}

li.projekt-entry {
    text-indent: 0;
}

.projekt-entry .info {
    display: inline-block;
    padding-bottom: 15px;
}







.veranstaltungsart-tag {
    font-size: 0.9em;
    background-color: #d1d1d1;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
}
.veranstaltungsart-tag a{
    font-size: 0.9em;
}
#projekte-reader .veranstaltungsart-tag a{
    pointer-events: none;
    cursor: default;
    font-family: 'hbknormal', sans-serif;
}
.person-list .personenzahl {
    font-size: 0.7em;
}
.mod_customcatalogfilter.filter-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);/ width: 100%;
    z-index: 2;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}

.mod_customcatalogfilter.filter-top .filterform .formbody {
    display: grid;
    grid-gap: 0px;
    padding: 0px;
}

.mod_customcatalogfilter.filter-top fieldset.select_container {
    margin-bottom: 0px;
}

.mod_customcatalogfilter.filter-top form fieldset {
    margin-bottom: 0px;
}

@media (min-width: 900px) {
    .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    .lehrende-aktiv .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .personen-inaktiv .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    #projekte-abschlussarbeiten .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    #verwaltung-listing .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .verwaltung-inaktiv .mod_customcatalogfilter.filter-top .filterform .formbody {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .mod_customcatalogfilter.filter-top fieldset.select_container {
        margin-bottom: 10px;
    }

    .mod_customcatalogfilter.filter-top form fieldset {
        margin-bottom: 10px;
    }
}

.filter-top input[type="text"] {}

.filter-top .projektname label {
    display: none;
}
.filter-top .nachname-suche label {
    display: none;
}
.filter-top .projektname-studiengaenge label {
    display: none;
}
.filter-top .projektname-abschlussarbeiten label {
    display: none;
}
.filter-top .nachname-suche-lehrende-aktiv label {
    display: none;
}
.filter-top .nachname-suche-personen-inaktiv label {
    display: none;
}
.filter-top .nachname-suche-verwaltung-inaktiv label {
    display: none;
}
.cc_studierende_tabelle .name label {
    display: none;
}
.filter-top form fieldset {
    padding: 0px;
    border: 0px;
}

.filter-top form fieldset {
    padding: 0px;
    border: 0px;
}









/* personen listing 2024 */



.personen-listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
    grid-auto-flow: dense;
    padding-left: 0px;
}


@media (min-width: 600px) {
    .personen-listing {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 599px) {
    .personen-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}


.personen-entry {
    background: #f5f5f5;
    padding: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    list-style-type: none !important;
}

.personen-entry:before {
    content: "" !important;
    display: none;
}

.personen-entry-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.personen-entry img {
    width: 100%;
    height: auto;
    display: block;
}


.personen-entry a img {
    transition: all 0.2s;
    padding-bottom: 10px;
}

.personen-entry a img:hover {
    opacity: 0.8;
}

.personen-entry span.dist {
    display: block;
    height: 10px;
    width: 100%;
}

.personen-entry p {
    font-size: 1em;
}

li.personen-entry {
    text-indent: 0;
}

.personen-entry .info {
    display: inline-block;
    padding-bottom: 5px;
}



/* studierende listing 2024 */

#studierende-listing .studierende-listing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
    padding-top: 40px;
}

@media (max-width: 1250px) {
    #studierende-listing .studierende-listing {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    #studierende-listing .studierende-listing {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 580px) {
    #studierende-listing .studierende-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}

#studierende-listing .studierende-listing li:before {
    content: "";
    margin-right: 0px;
}

#studierende-listing .studierende-listing li.studierende-entry {
    list-style-type: none;
    line-height: 1.2em;
    text-indent: 0;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}
#studierende-listing .studierende-listing li.studierende-entry .anz{
    font-size: 0.7em!important;
    line-height: 1.2em;
}
#studierende-listing .studierende-listing li.studierende-entry a {
    display: block;
}

#studierende-listing .studierende-listing li.studierende-entry:hover {
    background: #e30513;
    padding: 10px;
    border-radius: 5px;
}

#studierende-listing .studierende-listing li.studierende-entry:hover a {
    color: #fff;
    text-decoration: none;
}

#studierende-listing .studierende-listing li .studierende-entry-link {
    text-decoration: none;
    color: #333;
}
#studierende-detail .projekte{
    margin-top: 30px;
}
#studierende-detail .studiengang{
    margin-top: 30px;
}
#studierende-detail .auszeichnungen{
    margin-top: 30px;
}
#studierende-detail .ausstellungen{
    margin-top: 30px;
}
#studierende-detail .projekt-listing{
    padding-left: 0px;
}
#studierende-detail .projekt-listing li {
    display: list-item;
    text-align: match-parent;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0.3em;
    line-height: 1.2em;
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
    }



/* studierende detail 2024 */

ul.auszeichnungen-listing {
    padding-left: 0px;
}
ul.ausstellungen-listing {
    padding-left: 0px;
}


/* navigation 2024 */

.hauptmenu.wider {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
}

.hauptmenu.wider .navigation {
    z-index: 20;
}

.hauptmenu.wider .menu,
.hauptmenu.wider .menu-list {
    height: 100%;
    display: block;
    padding-left: 0px;
}

.hauptmenu.wider .menu-content {
    padding-top: 0%;
}

.hauptmenu.wider .menu-list .menu-wrapper {
    padding: 75px;
    width: 100%;
}

.menu-wrap {
    background-color: rgba(0, 0, 0, 0.95);
    display: table-row;
}

.hauptmenu.wider .menu-list .level_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hauptmenu.wider .level_1>li {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 10px;
    padding-bottom: 30px;
    margin: 2px;
    background-color: rgba(70, 69, 69, 0.22);
}

.hauptmenu.wider .level_1>li .level_2 {
    margin-top: 10px;
}

.hauptmenu.wider .level_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    margin-bottom: 0px;
}

.hauptmenu.wider ul.level_2 li {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 0px;
    line-height: 0.9em !important;
}

.hauptmenu.wider .level_1 a {
    text-decoration: none;
    color: #e30513;
}

.hauptmenu.wider .level_1 a:hover {
    text-decoration: none;
    color: #fff;
}

.hauptmenu.wider .level_2 a {
    text-decoration: none;
    color: #fff;
    font-family: 'hbknormal', sans-serif;
}

.hauptmenu.wider .level_2 a:hover {
    text-decoration: none;
    color: #e30513;
}

.hauptmenu.wider.submenu {
    padding: 15px;
}

.hauptmenu.wider.submenu>a {
    font-weight: bold;
}

.hauptmenu.wider .level_2 a {
    padding-left: 0px;
    font-size: 15px;

}

@media (max-width: 1024px) {
    .hauptmenu.wider .menu-list .level_1 {
        grid-template-columns: repeat(2, 1fr);
    }
    .projekt-entry h3 {
        font-size: 1.1em;
        }
}

@media (max-width: 768px) {
    .hauptmenu.wider .menu-list .level_1 {
        grid-template-columns: 1fr;
    }
    
}

.no-scroll {
    overflow: hidden;
    /* Verhindert das Scrollen auf der Seite */
    height: 100%;
    /* Setzt die Höhe des Body-Elements auf 100% */
}


/* slider 2024 */


.slider-links .slider-pagi li:before {
    display: none;
}

.slider-links .slider {
    min-height: 500px;
}

.slider-links .slider .slide {
    opacity: 0.3;
}

.slider-links .slider .slide.active {
    opacity: 1;
}

.slider-links .slide__text {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
    transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    max-width: 50%;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.36);
    bottom: unset;
}

.slider-links h2 {
    color: #e30513;
}
.slide__text-heading {
    font-size: 48px;
    font-family: 'hbkbold';
    text-transform: uppercase;
    font-weight: 300; 
    display: block;
    width: 100%;
    padding: 2px;
    position: relative;
    }
.slider-links .slider-pagi__elem {
    position: relative;
    display: block;
    vertical-align: top;
    width: 10px;
    height: 20px;
    width: 20px;
    margin: 14px 0.5rem;
    border: 0px solid #fff;
    cursor: pointer;
    background-color: #e30513;
    border-radius: 50%;
    opacity: 0.5;
}
.slide__text p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    }
.slider-links .slider-pagi__elem.active {

    opacity: 1;
}
@media (max-width: 991px){
    .slide .slide__text {
        background-color: #dddddd!important;
        text-align: left!important;
        height: auto!important;
    }
    .slide__text p {
        font-size: 0.6rem;
        line-height: 0.8rem;
        }
}

.filter_customsql{
  display: none
}