﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700,700italic,600,400italic,600italic,300,300italic);

html, body {
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    color: white;
}

h1 {
}

label {
    font-weight: normal;
    width: 180px;
    vertical-align: top;
    margin-top: 3px;
}

input, select, textarea {
    color: black;
    width: 280px;
}

    input[type="checkbox"] {
        width: 30px;
    }


    input[type="submit"] {
        width: 130px;
        padding: 15px;
        background-color: #69A460;
        color: white;
    }


textarea {
    height: 200px;
}

#header {
    background: #231F20;
    padding: 17px 0;
    box-shadow: 0 3px 10px 0px rgba(0,0,0,.24);
    position: relative;
}

    #header img {
        margin: 0 auto;
        max-height: 200px;
    }

    #header .loginstatus {
        color: #FFFFFF;
        position: absolute;
        right: 15px;
        top: 21px;
        font-size: 1.3rem;
        line-height: 1.2em;
        text-align: left;
    }

    #header .btn-group.loginstatus {
        top: 7px;
    }

nav {
    border-radius: 0px !important;
}

.shadow {
    box-shadow: 0 3px 10px 0px rgba(0,0,0,.24);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #5AC4FC;
}



#pageheader {
    background: transparent;
    color: #FFF;
}

    #pageheader a i {
        line-height: 80px;
        color: #FFF;
    }

#home {
    margin: 13px 0;
}

    #home .panel {
        border-bottom: 0;
    }

        #home .panel .panel-body .list-group {
            margin-bottom: 0;
        }

        #home .panel .panel-body .list-group-item {
            border-left: 0;
            border-right: 0;
            border-radius: 0;
        }

            #home .panel .panel-body .list-group-item:last-child {
                border-bottom-right-radius: 0;
            }

            #home .panel .panel-body .list-group-item .fa {
                line-height: 22px;
            }

            #home .panel .panel-body .list-group-item:hover .fa {
                color: #082768;
            }


#content {
    padding: 0px 15px;
}

    #content .row {
        background: #FFFFFF;
    }

    #content .imagecontent img {
        margin: 0 auto;
        width: 100%;
    }

#authenticationModal {
    text-align: center;
    display: block;
}

.userpagebutton {
    color: #FFFFFF !important;
    display: inline-block;
    vertical-align: middle;
    color: #000011;
    font-size: 1.t3rem;
    line-height: 1.2em;
    text-align: left;
    float: left;
}

    .userpagebutton small {
        color: rgba(255,255,255,.9);
        font-size: 1.1rem;
        line-height: 1.2em;
    }

.profile-info {
    float: left;
    padding-right: 10px;
}

.userbox {
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

    .userbox.open > .btn {
        position: relative !important;
        z-index: 1000;
        color: #333 !important;
    }

    .userbox.open > button .profile-info {
        color: #333 !important;
    }

    .userbox.open > button small {
        color: #333 !important;
    }

    .userbox .dropdown-menu {
        border-radius: 0;
        border: none;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        left: 0px;
        padding: 55px 0px 15px 0px;
        top: -10px;
        width: 100%;
        z-index: 992;
    }

        .userbox .dropdown-menu > li > a {
            padding: 5px 15px;
        }

#LoginStatus:hover, .userpagebutton:hover, .userpagebutton:active, .userpagebutton:focus {
    text-decoration: none;
    color: rgba(255,255,255,.6);
}

#LoginStatus:before {
    content: "\f007";
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    #authenticationModal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

#authenticationModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

    #authenticationModal .modal-dialog .modal-content {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 15px 30px;
    }

        #authenticationModal .modal-dialog .modal-content .modal-header {
            border-bottom: 0;
        }

            #authenticationModal .modal-dialog .modal-content .modal-header .modal-title {
                text-align: center;
                padding-top: 30px;
            }

        #authenticationModal .modal-dialog .modal-content .modal-body .form-control {
            margin: 5px 0;
            border-radius: 0;
            background: #efefef;
            text-align: center;
        }

            #authenticationModal .modal-dialog .modal-content .modal-body .form-control:not(select) {
                padding: 20px 15px;
            }

            #authenticationModal .modal-dialog .modal-content .modal-body .form-control::-webkit-input-placeholder {
                text-align: center;
            }

            #authenticationModal .modal-dialog .modal-content .modal-body .form-control:-moz-placeholder {
                text-align: center;
            }

            #authenticationModal .modal-dialog .modal-content .modal-body .form-control::-moz-placeholder {
                text-align: center;
            }

            #authenticationModal .modal-dialog .modal-content .modal-body .form-control:-ms-input-placeholder {
                text-align: center;
            }


        #authenticationModal .modal-dialog .modal-content .modal-body .btn {
            padding: 10px 15px;
            margin-bottom: 10px;
        }

.modal-backdrop.in {
    opacity: .9;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #082768;
    border-color: #082768;
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:visited,
.btn-link:focus {
    color: #082768;
}



.btn {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.force-padding {
    padding: 15px !important;
}


.panel {
    border-radius: 2px 2px 0 0;
    border: 0;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,.5);
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,.5);
    margin-bottom: 15px;
}

    .panel .panel-heading {
        background: #f5d76e;
        padding: 15px;
    }

        .panel .panel-heading .panel-title {
            text-transform: uppercase;
        }

    .panel .panel-body {
        padding: 0;
    }

.list-group-item, .list-group-item:last-child {
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding: 5px;
}

.panel-heading .btn-group, .btn-group-vertical {
    position: absolute;
    right: 30px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.top-buffer {
    margin-top: 20px;
}

.top-buffer-xs {
    margin-top: 20px;
}

@media (min-width: 960px) {
    .top-buffer-xs {
        margin-top: 0px;
    }
}

.bottom-buffer {
    margin-bottom: 40px;
}

.application-label {
    border-top: 1px solid #fff;
    background-color: #101010;
    padding: 5px;
    height: 30px;
    overflow: hidden;
}

    .application-label a {
        color: #5AC4FC;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
    }

        .application-label a:hover {
            text-decoration: none;
        }


.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

#footer {
    color: #fff;
    background: #231F20;
    padding: 17px 0;
    box-shadow: 0 3px 10px 0px rgba(0,0,0,.24);
    position: relative;
}

    #footer p {
        font-size: 24px;
        text-align: center;
        margin: 0;
    }

.slogan {
    text-align: center;
    font-size: 24px;
}


@media screen and (min-width: 768px) {

    .slogan {
        font-size: 50px;
    }
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

    #clockdiv > div {
        padding: 10px;
        border-radius: 3px;
        background: #7dafde;
        display: inline-block;
    }

    #clockdiv div > span {
        padding: 15px;
        border-radius: 3px;
        background: #5774b9;
        display: inline-block;
    }

.smalltext {
    padding-top: 5px;
    font-size: 14px;
}

.staffel {
    margin-bottom: 10px;
}

    .staffel th {
        background: #5774b9;
        color: white;
    }

    .staffel td, .staffel th {
        padding: 10px;
        border: solid 1px black;
    }

    .staffel tr.active {
        background-color: #7dafde;
        color: white;
    }
