.uk-logo {
    margin-left: -80px;
}

.bannergroupsponsoren-logos {
    display: flex;
    margin-top: 10px;
}
.sponsoren-logos {
    margin-top: -40px;
}
.sponsoren-logos .banneritem {
    margin-right: 10px;
	float: left;
}

.moduletable-autoren .autor-spalte .author-detail-name {
    font-weight: bold;
    font-size: 1.2em;
}

.moduletable-autoren .autor-spalte .author-detail-inst {
   margin: 0 0 0.5em 0;
}

.moduletable-autoren .autor-spalte a.author-detail-link {
    margin: 0.3em 0 0 0;
    display: block;
    padding: 0.2em;
    max-width: 150px;
    background: #fbfbfe;
    text-align: center;
    color: #182E7A;
}

.automenu p.automenu-level1 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #1A171B;
}
.automenu ul {
    margin: 0 0 0.3em;
    list-style-type: none;
}
.automenu li {
    margin-left: -28px;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}
/*
.automenu li a.active {
    color: #c00;
    text-decoration: underline;
}
*/
.automenu p {
    margin: 0.8em 0 0;
    padding: 0;
    color: #c00;
    font-weight: 700;
}
.automenu p.automenu-back {
    font-weight: 700;
    margin: 1em 0;
}

.sticky-to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #182E7A;
    color: white;
    cursor: pointer;
    padding: 15px 5px 15px 15px;
    border-radius: 10px;
    font-size: 18px;
}
.sticky-to-top .uk-totop {
    color: #fff;
}

.uk-navbar-container {
    border-top: solid #182E7A 1px;
}

.uk-navbar-left {
    margin-bottom: -15px;
    margin-top: -15px;
}

.toolbar-links {
    margin-top: 76px;
}

.headerright {
    color: #323363;
    font-size: 14px;
}

.newsl-modul {
    background: #fff;
    padding: 25px;
    margin: 0 0 1.5em;
    overflow: hidden;
}

.newsl-modul .formResponsive input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.blau {
    color: #333366;
    font-style: italic;
    font-weight: bold;
}
.rot {
    color: #cc0000;
    font-style: italic;
    font-weight: bold;
}

.border-panel .uk-tile-default {
    border-top: 3px solid #eee;
    padding-bottom: 15px;
}
.border-panel-stellenausschreibungen .el-content {
    border-top: 3px solid #eee;
    padding-bottom: 15px;
}
.border-panel-stellenausschreibungen .el-content p {
    margin-top: 20px;
}

.italic .el-content {
    font-style: italic;
}

#module-129 .h3 {
    font-size: 22px;
}
#module-129 .uk-nav {
    list-style: disc;
    margin-left: 28px;
    line-height: 1;
}

.border-grey {
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
}

.toolbar-links .uk-subnav {
    background: #626496;
    padding: 5px;
}
.tm-toolbar {
    background-image: url(/images/template/toolbar-background.png);
    background-repeat: repeat-x;
}


@media screen and (max-width: 1200px) {
    .sponsoren-logos .banneritem {
        margin-right: 0;
    }
    .sponsoren-logos {
        margin-right: -30px;
    }
    
    .tm-toolbar .toolbar-links .uk-subnav>*>:first-child {
        font-size: 13px;
    }
    .toolbar-links .uk-subnav {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1350px) {
    .uk-logo {
        margin-left: 0px;
    }
    
    .sponsoren-logos .banneritem {
        margin-right: 0;
    }
    .sponsoren-logos {
        margin-right: -30px;
    }
    
    .tm-toolbar .toolbar-links .uk-subnav>*>:first-child {
        font-size: 13px;
    }
    .toolbar-links .uk-subnav {
        margin-left: -30px;
    }
}


