/* CSS Document */

.tablehead {
    display: none;
}

/* Bilder, die auf allen Geräten linksbündig mit 50% Breite stehen */
.img-fluid-left {
    max-width: 50%;
    margin-right: 15px;
    margin-top: 4px;
    float: left;
}

.img-fluid-right {
    max-width: 50%;
    margin-left: 15px;
    margin-top: 4px;
    float: right;
}


.texttrenner {
    clear: both;
    height: 60px;
}

#info .row div:nth-child(2n+1) {
    clear: both;
}

#info .row div h3 {
    height: 40px;
    text-transform: uppercase;
}

#info figcaption {
    background-color: transparent;
}

#sidemenu {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
    color: black;
    list-style-type: none;
    display: none;
}

#sidemenu a:link, #sidemenu a:visited {
    font-size: 10px;

    background: rgba(59, 191, 86, 0.7);


    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    text-decoration: none;
    color: white;
    transition: all 0.7s;
}

#sidemenu a:hover {
    background: rgba(39, 171, 66, 1);
    transform: scale(1.05);
}

#sidemenu i {
    font-size: 16px;
}

#sidemenu li {
    margin-bottom: 15px;

}

.carousel-inner .carousel-caption {
    display: none;
}


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

    .img-fluid-30-left {
        max-width: 30%;
        margin-right: 15px;
        margin-top: 4px;
        float: left;
        display: inline;
    }

    .img-fluid-50-left {
        max-width: 50%;
        margin-right: 15px;
        margin-top: 4px;
        float: left;
        display: inline;
    }

    .img-fluid-50-right {
        max-width: 50%;
        margin-left: 15px;
        margin-top: 4px;
        float: right;
        display: inline;
    }

    .img-fluid-30-right {
        max-width: 30%;
        margin-left: 15px;
        margin-top: 4px;
        float: right;
        display: inline;
    }

}

@media screen and (min-width: 520px) {
    /* kalender */
    .tablehead {
        display: table-row;
    }

    table#vkalender {
        width: 100%;
        border: none;
    }

    table#vkalender tr {
        background: #fff;
        border-bottom: none;
        border-left: none;
    }

    table#vkalender th, table#vkalender td {
        display: table-cell;
        padding: 8px;
        color: #666;
        border-top: 1px solid #ddd;
    }

    table#vkalender tr td:first-child {
        font-weight: normal;
        color: inherit;
    }

    table#vkalender tr td:first-child br {
        display: inline;
    }
}


@media screen and (min-width: 768px) {
    #sidemenu {
        display: block;
        right: 25px;
        top: 25px;
    }

    .imgzoom {
        transition: transform 0.5s;
        display: block;
    }

    .imgzoom:active {
        -webkit-transform: translate(-200px, 0) scale(2);
        -moz-transform: translate(-200px, 0);
        transform: translate(-200px, 0) scale(2);
    }

    .img-fluid-30-left {
        max-width: 33%;
        margin-right: 15px;
        margin-top: 4px;
        float: left;
        display: inline;
    }


    h1 {
        font-size: 240%;

    }



    /* navigation */



    /* news */
    #news {

        /* border-bottom:1px dotted #999; */
        margin-top: 30px;
    }


    /* vereine */
    #vereine .vereinseitem {
        float: left;
    }

    #vereine .vereinsitem:nth-child(2n+1) {
        clear: both;
    }



    .trenndiv {
        clear: both;
        border-bottom: 1px dotted #999;
        height: 30px;
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .carousel-inner .carousel-caption {
        display: block;
        padding-bottom: 20px;
    }

    .carousel-inner .carousel-caption > div {
        color: white;
        text-shadow: 2px 2px 2px #000;
        margin-bottom: 0.2em;
    }

    .carousel-inner .carousel-caption p {
        color: #2d78bc;
        text-shadow: 2px 2px 0px #2d78bc;
    }

    #carousel1 .carousel-indicators {
        bottom: 10px;
    }

    #sidemenu a:link, #sidemenu a:visited {
        font-size: 9px;
    }

    #sidemenu i {
        font-size: 12px;
    }


}

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

    #info .row div:nth-child(2n+1) {
        clear: none;
    }

    #info .row div:nth-child(3n+1) {
        clear: both;
    }


    /* navigation */
    .navbar ul.nav {
        margin-left: 220px;
    }

    .imgzoom:active {
        -webkit-transform: translate(-225px, 0) scale(2);
        -moz-transform: translate(-225px, 0);
        transform: translate(-225px, 0) scale(2);
    }

    .carousel-inner {
        width: 100%;

    }


    .carousel-inner img {
        width: 100%;
    }

    .carousel-inner .carousel-caption > div {
        font-size: 180%;
        margin-bottom: 0.4em;
    }


}

@media screen and (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}


@media screen and (min-width: 1200px) {
    #sidemenu a:link, #sidemenu a:visited {
        font-size: 14px;
    }

    #sidemenu i {
        font-size: 24px;
    }

    #sidemenu li {
        margin-bottom: 15px;

    }

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


    #info figcaption {
        font-size: 100%;
    }

    .imgzoom:active {
        transform: translate(-290px, 0) scale(2);
    }


    .carousel-inner .carousel-caption > div {
        font-size: 220%;
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 575px) {
    #sitefooter .row > div {
        margin-bottom: 30px;
        width: 48%;
    }
}





