/**
 * $Id: main.css 199431 2022-03-18 16:47:54Z dpeters $
 *
 * Copyright (c) 2003-2007 DFB-Medien GmbH & Co. KG. All Rights Reserved.
 *
 * This software is proprietary and confidential information of
 * DFB-Medien GmbH & Co. KG. Use is subject to license terms.
 */
 
/**
 * Allgemeine Stylesheets
 *  
 * @project Sportmedia
 * @author  Zeljko Trulec
 * @date    11.12.2007
 * 
 */

/* ########################### */
/* Body und Layout */

body {
    font-size: 15px;
    font-family: DFBSansWeb, Verdana, sans-serif;
}
body.container {
    max-width: 970px;
    background: #24ad80;
}
body.container > .row {
    position: relative;
    line-height: 30px;
    box-shadow: none;
}

.page .page-head {
    width: 100%;
    left: 0;
}

.page .page-head .userInfo {
    display: none;
}

.page div#menubody {
    margin-top: 80px;
    margin-bottom: 100px;
    min-height: 400px;
}

.page .menuInfo {
    background-color: #24ad80;
}
.sm-menu a.menu {
    border-radius: 0;
    font-size: 19px;
    font-weight: normal;
}
.sm-menu a.menu:hover {
    background-color: initial;
}
.page .menu-container ul.sm-menu li:hover a.menu,
.page .menu-container ul.sm-menu li:focus a.menu,
.page .menu-container ul.sm-menu li:active a.menu,
.page .menu-container ul.sm-menu li.active a.menu {
    background-color: #EEEEEE;
    color: #24ad80;
}
.menu-close h3 {
    font-size: 18px;
    margin: 0;
}
.menuInfo .user a.login {
    color: #FFFFFF;
}

.content-wrapper {
    margin-right: 20px;
}

/* ########################### */
.footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background-color: #101010;
    color: #FFFFFF;
    font-size: 12px !important;
}
.footer-wrapper > .dfblogo > a {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.footer-wrapper > .dfblogo > a > img {
    margin-right: 5px;
}
.footer-wrapper > .dfblogo img {
    height: 50px;
    width: 136px;
    background: transparent url(images/dfb-gmbh-wt.png) center no-repeat;
}
.footer-wrapper .version {
    display: none;
}

.footer .sm-menu .active a.menu {
    color: #00965a;
}
.footer .sm-menu li.menu-spacer {
    width: 1px;
    margin: 2px 3px 1px 4px !important;
    height: initial;
}

/* ########################### */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.contenttext > h1:first-child {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: none;
}

h1 {
    font-size: 20px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}
h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    margin: auto;
    background: #24ad80;
    height: 2px;
}
.menu-close h3:after {
    background: transparent;
    height: auto;
}

input:not([type=submit]), .form-control {
    font-family: inherit !important;
    font-size: 1em !important;
    border-radius: 0;
    box-shadow: none;
    background-color: #EEEEEE;
    border-color: transparent;
}

.sm-btn, .sm-nobtn, .sm-btn-light {
    font-family: inherit !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-weight: bold;
    padding: 8px 30px;
    color: #FFFFFF !important;
    border-radius: 0;
    border: none;
    background-color: #24ad80;
    letter-spacing: 3px;
}
.sm-btn:not([disabled]):hover, .sm-btn:not([disabled]):focus, .sm-btn:not([disabled]):active {
    box-shadow: none;
    background: #FFFFFF !important;
    color: #24ad80 !important;
}

.alert.alert-danger {
    border-radius: 0;
    border: none;
    background: none;
    color: #F00;
    padding: 0;
    font-weight: bold;
}

p {
    margin: 0 0 15px;
}
.contenttext a:not(.sm-btn) {
    font-weight: bold;
}

.messagebar-wrapper {
    margin: 0;
    min-height: 0;
    line-height: 22px;
    padding: 0;
}
.messagebar-wrapper .messagebar {
    border-radius: 0;
    border: none;
}
.messagebar-wrapper .messagebar:not(.bg-info) {
    background: none;
}

/* ########################### */
.support-wrapper {
    margin: 20px 0 30px 30px;
}
dl.support-times {
    max-width: 400px;
    line-height: 1;
}
.support-times dt {
    display: inline-block;
    width: 45%;
}
.support-times dd {
    display: inline-block;
    width: 49%;
    text-align: right;
}
.support-number {
    font-size: 2em;
}
.support-number .fas, .support-number .far {
    font-size: 1.1em;
}

/* ########################### */
.contactrow {
    padding-left: 5px;
    padding-right: 5px;
}
.contactcontent {
    padding-left: 0;
    padding-right: 0;
    min-width: 200px;
}
.contactcontent > div {
    margin-bottom: 5px;
    line-height: 27px;
}
.contactcontent > div .fas, .contactcontent > div .far {
    font-size: 1.11111em;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.contactcontent > div .far {
    top: 1px;
}
.contactcontent > div:last-child {
    margin-bottom: 0;
}
.contactimg {
    padding-left: 0;
    padding-right: 0;
    max-width: 110px;
}
.contactvcard {
    margin-top: 12px;
}
.contactvcard > a {
    font-weight: bold;
}
.form-group.subject label.radio-inline {
    min-width: 155px;
}
#group-zurueck {
    display: none;
}
.contact-frm {
    line-height: initial;
}
h5.cform {
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-top: 1px solid #aaa;
    padding-top: 30px;
    color: #333;
}
h5.cform.first {
    border-top: none;
}

/* ########################### */
/* content_login_box */
.content_login_box {
    text-align: left;
}
.content_login_box .fieldset {
    border: none;
}
.content_login_box .fieldset_level_5 {
    padding: 10px 12px;
}
.content_login_box .remember-link {
    margin-top: 15px;
}

/* ########################### */
/* message_box */
.messagebar {
    font-size: inherit;
}
.messagebar > .fieldset_level_5 {
    padding: 5px 10px;
}
.messagebar_message div > .progress {
    top: 3px;
}
.messagebar.sbmsg span.fas:not(.sm-close), .messagebar.sbmsg span.far:not(.sm-close) {
    top: 4px;
}
.messagebar .page-id {
    display: none;
}
/* ########################### */

/* ########################### */
/* IMPRINT */
.imprint .row {
    margin-bottom: 10px;
}
.imprint .key {
    font-weight: bold;
    text-align: right;
}
.imprint .key1 {
    font-weight: bold;
}
.imprint .val1 {
    font-size: 0.95em;
}
.imprint a {
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .imprint .key1 {
        text-align: right;
    }
}
/* ########################### */

.ul_title {
    font-weight: bold;
    margin-bottom: 5px;
}
ul.contenttext, .contenttext ul {
    margin-bottom: 15px;
}
ul.contenttext li, .contenttext ul li {
    padding-bottom: 10px;
}

/* ########################### */
.ref-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0;
    border: 1px solid #CCCCCC;
}
.refname {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #CCCCCC;
    height: 35px;
    vertical-align: bottom;
    line-height: 15px;
}
.refimg {
    vertical-align: middle;
    padding: 5px;
    height: 72px;
    margin: 0 auto;
}

/* ########################### */
.doc-badge {
    padding: 12px 5px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    min-height: 100px;
    border-bottom: 1px solid #ccc;
}
.doc-badge:last-child {
    border-bottom: none;
}
.doc-badge:hover {
    background-color: #f9f9f9;
}
.doc-badge > div:not(.clearfix) {
    padding: 0 5px;
    float: left;
}
.doc-badge > .icon, .doc-badge > .date, .doc-badge > .size {
    font-size: 0.8em;
    color: #777777;
}
.doc-badge>.icon>.fas, .doc-badge>.icon>.far {
    position: absolute;
    top: 50px;
    text-align: center;
    line-height: 20px;
    left: 45px;
    font-size: 2.5em;
    color: #000;
    opacity: 0.4;
}
.doc-badge > .icon > .fa-file-pdf {
    color: #ff5f5f;
    opacity: 1;
}
.doc-badge > .num {
    width: 35px;
    text-align: center;
}
.doc-badge > .name {
    margin-left: 68px;
    clear: both;
}
.doc-badge > .dl-icon {
    padding-right: 12px !important;
    display: none;
}

/* ########################### */
.error-page h1 {
    font-size: 4.5em !important;
    height: auto;
    margin: 0 auto !important;
    letter-spacing: 15px;
    font-weight: normal;
}

.error-page h2 {
    font-size: 2.5em;
    margin-top: 0;
    padding-bottom: 45px;
}

.error-page.contenttext {
    text-align: center;
    position: relative;
}

.error-page.contenttext ul {
    margin: 5px auto 10px;
    padding: 0;
    list-style: none;
    padding-left: 30px;
    text-align: left;
    max-width: 520px;
}

.error-page.contenttext li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    padding-bottom: 15px;
    line-height: 20px;
}



@media (max-width: 480px) {
    .footer-wrapper {
        display: flex;
        flex-direction: row !important;
        text-align: center;
        justify-content: space-around;
    }
    .footer-wrapper > div {
        margin-left: auto;
        margin-right: auto;
        min-width: 0 !important;
        justify-content: center !important;
    }
    .footer-wrapper > .dfblogo {
        min-width: 150px !important;
    }
    .footer .sm-menu {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    body.container.sm-bigger, .container.sm-bigger td, .container.sm-bigger .ui-widget,
    .container.sm-bigger .form-horizontal input:not([type=submit]), .container.sm-bigger .form-horizontal .form-control {
        font-size: 16px;
    }
    .menuInfo .user {
        font-size: 1.4em !important;
        margin-top: 1px !important;
        margin-bottom: 3px !important;
    }
    .footer-wrapper .footer {
        height: 45px;
    }
    .footer-wrapper>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    body.container > .row {
        min-height: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .page .page-head {
        height: 160px;
    }
    .page .page-head .logo {
        background-size: auto;
    }
    .page .page-head .logo.dfbnet {
        top: 25px;
        left: 20px;
        width: 200px;
        height: 100px;
        background-image: url(../../images/dfbnet3.png);
    }
    .page .page-head .logo.sm {
        top: 45.5px;
        left: 260px;
        width: 220px;
        height: 55px;
        background-image: url(../../images/sm_logo7.png);
    }
    .menu-top {
        top: 160px;
    }
    .page .menu-container ul.sm-menu {
        border-bottom: 0 !important;
    }
    body.scroller.bottom-fix .scrolltop {
        bottom: 90px !important;
    }
    .footer-wrapper {
        display: flex;
        align-items: center;
        height: 80px !important;
    }
    .footer-wrapper .version {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        margin-right: 20px;
    }
    .form-group.subject label.radio-inline {
        min-width: 0;
    }
    .form-group.subject .col-sm-5 {
        padding-right: 0;
        width: auto;
    }
    .form-group.subject .col-sm-5:last-child {
        padding-left: 0px;
        padding-right: 15px;
    }
    .form-group.subject .col-sm-5:last-child label.radio-inline:first-child {
        margin-left: 10px;
    }
    .content_login_box {
        width: 250px;
    }
    .support-times dt {
        width: 180px;
    }
    .support-times dd {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .container.sm-bigger a.menu, .container.sm-bigger a.menu:link, .container.sm-bigger a.menu:visited,
    .container.sm-bigger a.menu:hover, .container.sm-bigger a.menu:active {
        font-size: 16px;
    }
    .content-wrapper {
        margin-left: 20px;
    }
    .bodyNavi > ul.sm-menu > li.menu-spacer {
        margin: 10px !important;
        background-color: transparent;
    }
    .bodyNavi > ul.sm-menu:last-child {
        border-bottom: 0;
    }
}
/* ########################### */
@media (min-width: 992px) {
    body.scroller.bottom-fix .scrolltop {
        bottom: 105px !important;
    }
    .page .menu-container {
        position: absolute;
        top: 160px;
        bottom: 0;
        width: 245px;
    }
    #menu {
        position: relative;
    }
    .page .menu-container ul.sm-menu {
        padding: 0;
        padding-top: 15px;
    }
    .page .menu-container ul.sm-menu li {
        border-radius: 0;
    }
    .page .menu-container ul.sm-menu li a.menu {
        padding: 0 10px 0 25px;
        line-height: 50px;
        height: auto;
        text-transform: none;
        font-size: initial;
    }
    .sm-menu a.menu {
        font-weight: bold;
    }
    .page .menu-container ul.sm-menu li:hover a.menu,
    .page .menu-container ul.sm-menu li:focus a.menu,
    .page .menu-container ul.sm-menu li:active a.menu,
    .page .menu-container ul.sm-menu li.active a.menu {
        background-color: #EEEEEE;
        color: #24ad80;
    }
    .page .menu-container ul.sm-menu li.menu-spacer {
        background-color: transparent;
    }
    #menu {
        width: 100% !important;
    }
    div.bodyNavi {
        width: 100% !important;
    }
    .page div#menubody {
        padding-left: 35px !important;
        padding-right: 35px !important;
        margin-top: 50px;
        margin-left: 245px;
        width: 75%;
    }
    .plain div#menubody {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
    .plain .content-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}