/* 
    Document   : basic_layout
    Created on : 14.06.2016, 12:08:14
    Author     : helmuth
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-image: url('/pictures/layout/bg_2015.jpg');
    background-attachment: fixed;
    height: 100%;
    font-family: 'Abel', sans-serif;
}

#main-container {
    margin-top: 130px;
}

/** NAVIGATION START **/
#main-logo {
    width: auto;
    height: 60px;
    margin-top: -10px;
}

.navbar-default {
    height: 73px;
    margin-bottom: 0px;
    border-bottom: 3px solid #da001a;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}

#breadcrump {
    position: fixed;
    margin-top: 0px;
    top: 73px;
    z-index: 8;
    width: 100%;
}

/* bootstrap 3 helpers NAVBAR */
.navbar-form input, .form-inline input {
    width: auto;
}

header {
    height: 280px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}

nav.navbar-default.shrink {
    height: 45px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

nav.navbar-default.shrink .navbar-nav > li > a {
    line-height: normal;
    font-size: 14px;
}

nav.navbar-default.shrink .navbar-form {
    margin-top: 5px;
}

nav.navbar.shrink .navbar-brand > img {
    height: 40px !important;
    width: auto;
    margin-top: -10px !important;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

nav.navbar.shrink #header-no-password {
    display: none;
}

.badge.badge-burger {
    position: absolute;
    margin-top: -27px;
    margin-left: -30px;
}

li.dropdown .badge {
    margin-top: -5px;
}

#breadcrump.shrink {
    top: 50px;
    height: 18px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#breadcrump.shrink h1.SEO-title {
    line-height: 18px;
    font-style: normal;
}

/* END */
.navbar-form {
    margin-top: 17px;
}

.navbar-nav > li > a {
    line-height: 40px;
    color: #444 !important;
    font-size: 19px;
}

.dropdown-toggle .glyphicon {
    font-size: x-small;
}

.dropdown-menu li a {
    font-size: 17px;
}

#header-no-password {
    margin-top: -6px;
    margin-right: -10px;
    font-size: smaller;
}

#breadcrump {
    background-color: #000;
    height: 30px;
}

#breadcrump h1.SEO-title {
    color: #fff;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0px;
}


/** NAVIGATION END **/

.post {
    background: white;
    padding: 1em;
    margin: 0 15px 20px 15px;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: block;
    width: 100%;
}

.panel {
    box-shadow: 1px 1px 3px #888;
}

h1.error {
    color: #fff;
}

@media screen and (max-width: 1010px) {
    .post {
        margin: 0 0px 20px 0px;
    }

    #navbar {
        z-index: 9999;
        position: absolute;
        width: 100%;
        margin-top: 22px;
        background: rgb(239, 239, 239);
    }

    nav.navbar-default.shrink #navbar {
        margin-top: -2px;
    }

    ul.navbar-nav {
        margin: 7.5px -15px;
    }
}

@media (max-width: 650px) and (orientation: portrait) {
    .hide-for-portrait {
        display: none;
    }


}

.content-cols {
    /*margin:75px auto;*/
    -webkit-column-count: 1;
    -webkit-column-gap: 15px;
    -moz-column-count: 1;
    -moz-column-gap: 15px;
    column-count: 1;
    column-gap: 15px;
    margin-top: -8px;
}

.no-csscolumns .content-cols {
    max-width: 500px;
}

.content-cols .post {
    margin: 0px;
    margin-bottom: 6px;
    margin-top: 8px;
}

.content-cols .post:first-of-type {
    margin-top: 0px;
}

@media screen and (min-width: 650px) {
    .content-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .post {
        width: 355px;
    }
}

@media screen and (min-width: 768px) {
    /*iPad*/
    ul.navbar-nav {
        margin-left: -30px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 960px) {

    .content-cols {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .post {
        width: 305px;
    }
}

@media screen and (min-width: 1200px) {
    .content-cols {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        max-width: 1460px;
    }

    .post {
        width: 275px;
    }

    ul.navbar-nav {
        margin-left: 0px;
    }

    .navbar-nav > li > a {
        font-size: 19px;
    }
}

body {
    padding-bottom: 0px;
}

footer .navbar-default {
    height: auto;
}

.footer-navmenu a {
    line-height: 55px;
    margin-right: 8px;
}

.footer-copyright {
    line-height: 55px;
}

.footer-sm-icons {
    height: 55px;
}

.footer-sm-icons .follow-text {
    line-height: 55px;
    margin-right: 18px;
    display: block;
    float: left;
}

.footer-sm-icons a {
    font-size: 36px;
    line-height: 55px;
}

.footer-sm-icons a:hover {
    text-decoration: none;
}

#facebook-login {
    border: none;
}

.share-buttons {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}

.share-buttons .jssocials-share-logo {
    color: #fff;
    font-size: 12px;

}

.fb-like.card-view {
    display: block !important;;
    margin-top: 8px;
    margin-left: 11px;
}

.fb-like.single-article {
    display: inline-block !important;
    float: left;
    top: 11px !important;
    margin-left: 7px;
    width: 120px !important;
}

img.header-club-icon{
   /* background: #fff;*/
    padding: 5px;
    margin-top: 10px;
}
#top-leagues{
    cursor: pointer;
}

img[src="/pictures/layout/deine-stimme.png"]{
    position: relative !important;
    width: 50% !important;
    height: auto !important;
    margin: 32px 32px 32px 25% !important;
}

#list-button-errop-page{
    padding: 0px;
}


div.radio img , tr.moment-configurations img, div.list-group-item img, img.clubs-icon-small {
    max-width: 25px;
    height: auto;
}

img.header-club-icon, img.club-name {
    height: auto;
    max-width: 50px;
    margin: auto;
}

.clubselect{
    white-space: nowrap;
}

.landingpage-logos {
    width: 80px;
    height: auto;
    padding: 10px;
}