/*================================
sponsors Start
================================*/

/*================================
sponsors Ende
================================*/
@media only screen and (min-width: 1921px) {
    .NaWa18 {
        right: 10em;
        width: 50%;
    }

    .clubinfo {
        position: absolute;
        top: 35em;
        right: 10em;
    }

    .mobile-sponsor {
        display: none;
    }
}

/*HD Devices, Desktop*/
@media only screen and (max-width: 1920px) {
    .herocontent {
        max-width: 90%;
        height: 100%;
    }

    h1 {
        font-size: 8em;
    }

    .herocontent h1 {
        text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    }

    .herocontent h2 {
        font-size: 6em;
        text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    }

    .herocontent h3 {
        font-size: 2em;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    }

    #Progra {
        width: 100%;
    }

    #fahrplan {
        width: 75%;
    }

    .footer-info h4 {
        margin-top: -5px;
    }

    .NaWa18 {
        right: 5em;
        width: 60%;
    }

    .clubinfo {
        position: absolute;
        top: 35em;
        right: 5em;
        width: 30%;
    }

    .mobile-sponsor {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    #hero {
        max-height: 800px;
    }

    .clubinfo {
        top: 30em;
    }
}

@media only screen and (max-width: 1280px){
    #hero {
        max-height: 700px;
    }

    .clubinfo {
        top: 28em;
    }
}
/*Sponsoren fix*/
@media screen and (max-width: 1200px) {
    #sponsoren .spon_description{display:block;}
}
@media screen and (max-width: 1200px) and (min-width: 993px)  {
    #sponsoren .spon_img{display:block;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    /*HREO AREA */
    #hero {
        max-height: 500px;
    }

    .herocontent {
        padding-top: 80px;
        height: 100%;
    }

    h1 {
        font-size: 50px;
    }

    .herocontent h1 {
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .herocontent h2 {
        font-size: 3em;
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .herocontent h3 {
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }


    .clubinfo {
        position: absolute;
        width: 30%;
        top: 20em;
        right: 5em;

    }

    /*PLAN SECTION*/
    /*.col-lg-4 {width: 25%;}*/
    .ClubName h3 {
        font-size: 200%;
    }

    #Progra {
        width: 100%;
    }

    #fahrplan {
        width: 100%;
    }

    /* FEATURED CLIENTS SECTION*/
    #clients img {
        height: 50px;
    }

    /*Footer*/
    .footer-info {
        width: 50%;
        padding-bottom: 20px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {

    /*HERO AREA */
    #hero {
        height: 450px;
        margin-left: -50px;
    }

    .herocontent {
        padding-top: 60px;
        height: 100%;
    }

    .herocontent h3 {
        font-size: 1.5em;
    }

    .NaWa18 {
        margin-top: 20px;
    }

    #clients img {
        height: 50px;
        width: 100%;
    }

    .clubinfo {
        position: absolute;
        top: 19em;
        width: 26%;
    }

    /*ABOUT SECTION*/
    #about {
        padding-top: 40px;
    }

    .col-md-6 {
        width: 100%;
    }

    /*BEER SECTION*/
    /*PLAN SECTION*/
    /*.col-lg-4 {width: 50%;}*/
    #Progra {
        width: 100%;
    }

    #Progra p {
        width: 100%;
    }

    /* FEATURED CLIENTS SECTION*/
    #clients {
        text-align: center;
    }

    #clients ul {
        float: none;
    }

    #clients h4 {
        display: none;
    }

    /* PORTFOLIO SECTION */
    #shotsByPlayerId li {
        width: 47%;
    }

    #shotsByPlayerId li:first-child {
        width: 97%;
    }

    .myphoto {
        text-align: center;
    }

    /*COLLUPSABLE NAVIGATION MENU*/
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
        padding-left: 30px;
        overflow: hidden;
    }

    .collapse.in {
        display: block !important;
    }

    /*Footer*/
    .footer-info {
        width: 50%;
        padding-bottom: 20px;
    }

    .hold {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .NaWa18 {
        width: 80%;
    }

    .clubinfo {
        position: absolute;
        width: 30%; /* width: 26%; */
    }

    .map18 {
        width: 100%;
    }

    .fotercontainer > div {
        width: 45%;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 640px) {
    .herocontent {
        padding-top: 60px;
        height: 100%;
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.9em;
    }

    h3 {
        font-size: 1.5em
    }

    h4 {
        font-size: 1.1em;
    }

    .NaWa18 {
        right: 3em;
        width: 80%;
    }

    .clubinfo {
        position: absolute;
        width: 27%;
        top: 18em;
        right: 3em;
    }

    /*Hero area*/
    #hero {
        height: 380px;
        margin-left: -180px;
    }

    .herocontent {
        padding-top: 80px;
    }

    .herocontent h1 {
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .herocontent h2 {
        font-size: 1.9em;
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .herocontent h3 {
        font-size: 1.2em;
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    /*About section*/
    #about {
        text-align: center;
    }


    /*BEER SECTION*/
    .col-lg-8 {
        width: 100%;
    }

    .beer {
        width: 50%;
        padding-bottom: 30px;
    }

    /*Portfolio*/
    #shotsByPlayerId li {
        width: 96%;
    }

    /* Programm section*/
    .ClubName h3 {
        font-size: 150%;
    }

    #Progra {
        width: 100%;
    }

    #Progra p {
        width: 100%;
    }

    /*Footer*/
    .footer-info {
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-info p, h4 {
        text-align: center;
    }
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 516px) {
    #hero {
        height: 320px;
        margin-left: -150px;
    }

    .herocontent {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .herocontent h2 {
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .herocontent h3 {
        font-size: 1em;
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .navbar-brand {
        font-size: 14px;
    }

    .clubinfo {
        position: absolute;
        width: 35%;
        top: 14em;
    }

    .sponsoren {
        display: none;
    }

    .mobile-sponsor {
        display: contents;
    }

    .fotercontainer > div {
        width: 100%;
    }

    .NaWa18 {
        right: 1.5em;
        width: 85%;
        margin-top: 20px;
    }
}

/* Programm section*/
.ClubName h3 {
    font-size: 120%;
}


h1 {
    font-size: 2.6em;
}

.footer-info {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0px;
}

.footer-info p, h4 {
    text-align: center;
}

/* footer section*/


/* Smallest Mobile Devices */
@media only screen and (max-width: 320px) {
    #hero {
        height: 320px;
        margin-left: -200px;
    }

    .herocontent {
        padding-bottom: 30px;
    }

    .herocontent h2 {
        font-size: 1.8em;
        text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
    }

    .navbar-brand {
        font-size: 14px;
    }


    .NaWa18 {
        right: 1.5em;
        width: 85%;
    }

    .clubinfo {
        position: absolute;
        width: 50%;
        top: 13em;
        right: 1.5em;
    }

    /*About section*/
    .fadeInDown {
        padding-left: 15px;
    }

    /*BEER SECTION*/
    .beer {
        width: 80%;
        padding-bottom: 20px;
    }

    /* Programm section*/
    .ClubName h3 {
        font-size: 100%;
    }

    #Progra {
        width: 100%;
    }
}


/*Footer*/
.footer-info {
    width: 100%;
    padding-bottom: 20px;
}

h1 {
    font-size: 2em;
}

.footer-info {
    padding-left: 0px;
}
	

