@charset "utf-8";

/*aussehen der gesamten Seite*/
body{
    
    background-color: #337d96; /*For browsers that do not support gradients */
    margin: 0;
    color: white;
}

/*Navbar*/
.navbar-custom {
    z-index: 1;
    background-color: #337d96; /* For browsers that do not support gradients */
    background-image: linear-gradient(#337d96, #14323c);
    position:fixed;
    top: 0;
    width: 100%;
}



/*Aktives Element Navbar*/
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
    color: #337d96;
}

/*Oberpunkte Navbar standard*/
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/*Oberpunkte Navbar beim Hovern*/
.navbar-dark .navbar-nav .nav-link:hover {
    color: #337d96;
}

/*Untermenü der Navbar*/
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background-image: linear-gradient(#337d96, #14323c);

}

/*Untermenü der Navbar*/
.navbar-custom .navbar-nav li a{
    color: white;
}

/*Untermenü der Navbar beim Hovern*/
.navbar-custom .navbar-nav li a:hover {
    background-color:#14323c ;
    color: #337d96;
}

/*Linktexts*/
a{
    color: #337d96;
}

/*Linktext beim Hovern*/
a:hover{
    color: #196883;
}

/*Fußleiste*/
footer{
    bottom: 0px;
    width: 100%;
    background-color: #14323c;
    height: 6em;
}

/*Position HW Hauptseite*/
#hauptseite{
    margin-top: 8em;
    margin-bottom: 10em;
    background-color: white;
    color: black;
    margin-left: auto;
    margin-right: auto;
    display: block;
    
}

/*Position HW Artikel*/
#artikel{
    margin-top: 10em;
    margin-bottom: 26em;
    background-color: white;
    color: black;
    
}

/*Position HW Kontakte*/
#kontakte{
    margin-top: 10em;
    margin-bottom: 26em;
    background-color: white;
    color: black;
    background: rgba(255,255,255,1);
}

/*Social Media Links*/
#teilen{
    color: #337d96;
}

/*Bilder in den Vorschau-News*/
#bild{
    width: 10em;
    margin-left: -14em;
    margin-top: 0.5em;
    float: left;
    margin-right: 1em;
}

/*Bilder bei den Veranstaltungen
#bild_veranstaltung{
    width: 8em;
    margin-left: -13em;
    margin-top: 0.5em;
    float: left;

}*/

/*Vorschautexte einrücken*/
article{
    margin-left: 20em;
    margin-right: 15em;
    margin-top: 4em;

}

/*Überschrift in den Vorschau-News*/
#titel{
    color: black;
}

/*Vorstellung des Vereins*/
#vorstellung{
    margin-top: 5em;
    color: black;
    background: rgba(255,255,255,0.6);
    width: 22em;
}

#bildSteeldart{
    float: left;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0em;
    width: 18em;
}

/*Tabellenlinien*/
table, th, td{
    border: 1px solid black;
}

/*Style für Tage*/
th{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Style für Uhrzeiten*/
td{
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Ausrichtung Tabelle Links*/
#oeffnungszeiten{
    text-align: center;
    margin-bottom: 3em;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

/*Ausrichtung Überschrift Links*/
#oeffnung{
    text-align: center;
}

/*Linkfarbe Hauptseite*/
#spielplan{
    color: #337d96;
}

/*Linkfarbe der Dokumente*/
#dokument{
    color: black;
}

/*Kontakte Zentrieren*/
#kontaktRainer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Kontakte Zentrieren*/
#kontaktWalter{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Kontakte Zentrieren*/
#kontaktAndreas{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Kontakte Zentrieren*/
#kontaktLuca{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Ausrichtung Überschrift Vorstand*/
#titel{
    text-align: center;
}

/*Ausrichtung Videos*/
#video{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2em;
    width: 300px;
}

/*Ausrichtung Google Maps*/
#maps{
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
    width: 300px;
}

/**/
#einrücken{
    text-align: center;
    margin-bottom: 3em;
}

/*Größe Sponsoren*/
#sponsor{
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

article{
    margin-left: 150px;
    margin-right: 50px;

}

#bild{
    width: 100px;
    margin-left: -120px;
    margin-top: 1%;
    float: left;
    margin-right: 2%;
}

#bild_veranstaltung{
    width: 110px;
    margin-left: -130px;
    margin-top: 7%;
    float: left;
    margin-right: 2%;
}

#vorstand{
    text-align: center;
}

#vorstandRainer{
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#vorstandSven{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#vorstandAndreas{
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#vorstandWalter{
    margin-top: 0em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mannschaftLinksOben{
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mannschaftRechtsOben{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mannschaftLinks{
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mannschaftLinksLetzter{
    position: static;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mannschaftRechts{
    margin-top: 0em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Slideshow für Drachenpokal*/
.slideshow {
    margin: auto;
    width: 75vw;
    height: 75vh;
    box-shadow: 0px 0px 10px gray;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 2s;
}

.slide-bild {
    width: 100%;
}

.slide-textbereich {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 70%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-family: sans-serif;
    padding: 0 15% 0 15%;
}

.slide-ueberschrift {
    font-size: 2em;
    margin: 10px 0;
}

.slide-beschreibung {
    font-size: 1.4em;
    margin: 0;
}

.pfeil {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    color: rgba(255, 255, 255, 0.5);
    user-select: none;
    cursor: pointer;
}

.pfeil:hover {
    color: white;
}

.pfeil-links {
    left: 0;
}

.pfeil-rechts {
    right: 0;
}

.indikatorenliste {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    list-style-type: none;
    font-size: 40px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.indikator {
    padding: 0 10px;
    user-select: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 2s;
}

.aktiv {
    opacity: 1;
}
/*Textscroller*/
#scroll-container {
    border: 3px solid #337d96;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 7.5em;
  }
  
  #scroll-text {
    text-align: right;
    color: white;
  
    /* animation properties */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    
    -moz-animation: my-animation 25s linear infinite;
    -webkit-animation: my-animation 25s linear infinite;
    animation: my-animation 25s linear infinite;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(-100%); }
    to { -moz-transform: translateX(100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(-100%); }
    to { -webkit-transform: translateX(100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    to {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

/*Anpassen des Vorstand an Handygröße*/
@media only screen and (min-width: 760px){

    /*Vorstellung des Vereins*/
    #vorstellung{
        width: 60em;
        margin-top: 5em;
        color: black;
        background: rgba(255,255,255,0.6);
    }

    #bildSteeldart{
        float: left;
        margin-top: 2em;
        margin-bottom: 2em;
        margin-left: 0em;
        width: 42em;
    }

    /*Ausrichtung Überschrift Vorstand*/
    #vorstand{
        text-align: center;
    }

    #vorstand{
        width: 35em;
    }

    #maps{
        display: block;
        margin: 0 auto;
        margin-bottom: 3em;
        width: 600px;
    }

    /*Style für Uhrzeiten*/
    td{
        padding-left: 75px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*Ausrichtung Videos*/
    #video{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 2em;
        width: 600px;
    }

    /*Größe Sponsoren*/
    #sponsor{
        width: 30em;
    }

    /*Kontakte Zentrieren*/
    #kontaktRainer{
        text-align: center;
        float: left;
        margin-left: 10em;
        display:flexbox;
    }

    /*Kontakte Zentrieren*/
    #kontaktWalter{
        text-align: center;
        float: right;
        display:flexbox;
    }

}

@media only screen and (min-width: 1201px) {

    body{
    
        background-image: url(../images/dartboard\(2.1\).jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center 4em;
        background-size: 105em;
    }

    #bildSteeldart{
        margin-top: 2em;
        margin-bottom: 2em;
        width: 68em;
    }

    /*Vorstellung des Vereins*/
    #vorstellung{
        margin-left: auto;
        width: 72em;
        margin-top: 5em;
        color: black;
        background: rgba(255,255,255,0.6);
    }

    /*Ausrichtung Vorstand*/
    #vorstandRainer{
        position: relative;
        text-align: center;
    }

    /*Ausrichtung Vorstand*/
    #vorstandSven{
        position: absolute;
        text-align: center;
        margin-left: 7em;
    }

    /*Ausrichtung Vorstand*/
    #vorstandAndreas{
        position: relative;
        text-align: center;
        margin-left: 36em;
    }

    /*Ausrichtung Vorstand*/
    #vorstandWalter{
    margin-top: 0em;
    margin-left: 39.4em;
    text-align: center;
    }

    /*Ausrichtung Mannschaft*/
    #mannschaftLinksOben{
        position: absolute;
        text-align: center;
        margin-left: 10em;
    }

    /*Ausrichtung Mannschaft*/
    #mannschaftRechtsOben{
        margin-left: 30em;
        text-align: center;
    }

    /*Ausrichtung Mannschaft*/
    #mannschaftLinks{
        position: absolute;
        text-align: center;
        margin-left: 10em;
    }

    /*Ausrichtung Mannschaft*/
    #mannschaftLinksLetzter{
        text-align: center;
        margin-left: -29.5em;
    }

    /*Ausrichtung Mannschaft*/
    #mannschaftRechts{
    margin-top: 0em;
    margin-left: 30em;
    text-align: center;
    }

    #maps{
        display: block;
        margin: 0 auto;
        margin-bottom: 3em;
        width: 800px;
    }

    /*Style für Uhrzeiten*/
    td{
        padding-left: 100px;
        padding-right: 75px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*Ausrichtung Videos*/
    #video{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 2em;
        width: 1000px;
    }

    /*Größe Sponsoren*/
    #sponsor{
        width: 70em;
    }

}

/*Anpassungen des Footers an Bildschirmgrößen*/
@media only screen and (min-width: 1480px){

    .slideshow {

        width: 65em;;

    }

}

/*Anpassungen des Footers an Bildschirmgrößen*/
@media only screen and (min-height: 1148px){

    footer{
        position: fixed;
        height: 8em;
        bottom: 0px;
        width: 100%;
        background-color: #14323c;
        height: 5em;
    }

}

@media only screen and (min-height: 1227px){

    footer{
        position: fixed;
        height: 8em;
        bottom: 0px;
        width: 100%;
        background-color: #14323c;
        height: 6em;
    }

}

@media only screen and (min-height: 1243px){

    footer{
        position: fixed;
        height: 8em;
        bottom: 0px;
        width: 100%;
        background-color: #14323c;
        height: 7em;
    }

}

@media only screen and (min-height: 1259px){

    footer{
        position: fixed;
        height: 8em;
        bottom: 0px;
        width: 100%;
        background-color: #14323c;
        height: 8em;
    }

}

