/* Styles für die JoSie's Website */

/* === Farben === */

/*
Blau:       #102B43  16,43,67
Weiß:       #FFFFFF
HTML:       #f3e2d5
Background: #0039AD
color:      #0a1a2f
Border      #CFAF6D
Text        #CFAF6D
Headline:   #0a1a2f
Hellgrau:   #5e5e5e
*/

/* +++ Allgemeine Definitionen +++ */

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    background-color: #111111;
    color: #111111;
}

body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: #bbbeee;
        background-color: #0039ad;
        margin: 0;
        padding: 0;
        }

header {
            background-color: #0a1a2f;
            text-align: center;
        }

        h1, h2 { color: #bbbeee; text-transform:none; letter-spacing: 2px; }

div {
border-radius: 20px;
}

/* --- Ende der Allgemeinen Definitionen --- */

/* --- Definitionen für Elemente, die für alle Seiten gelten z. B. Navigation  --- */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.active {
    background-color:  #0039ad !important;
}

/* --- Ende der Definitionen für Elemente, die für alle Seiten gelten --- */

/* +++ Beginn der Navigationsleiste +++ */

/* === Das Grid für die Navigationsleiste === */

.navCon {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right:auto;
}

.navRow {
    height: 100%;
}

.navRow::after {
    content:"";
    clear: both;
    display: block;
}
.navCm {
    width: 100%;
    height: 100%;
    background-color: #0a1a2f;
    border-radius: 0%;
}

/* === Ende der Grid Definition für die Navigationsleiste === */

/* === Formate für Inhalte der Navigationsleiste === */

.header-nav {
    width: 100%;
    height: 100px;
    background-color: #0a1a2f; 
    position: relative;
}

.header-nav > .navCon > .navRow > .navCm > a {
    display: inline-block;
    position: relative;
    width: auto;
    height: 81%;
    left: 1rem;
    top: 1.3rem;
} 

.header-nav > .navCon > .navRow > .navCm > a > img {
    width: 150px;
    height: auto;
    position: absolute;
    float:left;
    bottom: 0.1rem;
}

.header-nav > .navCon > .navRow > .navCm > h1 {
    color: #bbbeee;
    position: absolute;
    font-size: 48px;
    font-style: italic‚;
    left: 18rem;
    margin-top: 0.5rem;
    top: 0;
}

/* === Defionitionen für die klassische Navigationsleiste === */

.header-nav > .classNavSec> .classic-menue {
    display: inline-block;
    color: #bbbeee;
    height: 50px;
    top: 20px;
    left: 600px;
    position: absolute;
    list-style-position: inside;
    list-style-type: none;
}

.header-nav > .classNavSec > .classic-menue > li {
    display: inline-block;
    position: relative;
    margin-left: 7px;
    padding: 3px;
    text-align: center;
    width: 100px;
    height: auto;
}

.header-nav > .classNavSec > .classic-menue > li.active {
    background-color: #0a1a2f;
}

.header-nav > .classNavSec > .classic-menue> li > a {
    color: #bbbeee;
    width: 100px;
    height: auto;
}

.header-nav > .classNavSec > .classic-menue > li > a:link {
    text-decoration: none;
}

.header-nav > .classNavSec > .classic-menue > li > a:hover {
    color: #53bddd;
    text-decoration: none;
} 

/* === Die Styles für das Dropdown-Menue für mobile Endgeräte === */

/* === Hamburger Menue als Navigation für mobile Endgeräte === */

.mobile-nav-dropDown {
    position: absolute;
    float:right;
    left: 650px;
    top: 30px;
    width: 30px;
    height: 30px;
}
.mobile-nav-button {
    color: #bbbeee;
    float: right;
    border: 2px solid #0a1a2f;
    font-size: 2rem;
    position: relative;
    width: 35px;
    height: 35px;
}

.mobile-nav-button > span {
    position: relative;
    width: 150px;
    height: 30px;
    bottom: 13px;
    left: 4px;
}

.mobile-nav-content {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
}

/* === Menue im DropDown für mobile Endgeräte === */

.mobile-menue {
    display: none;
    position: absolute;
    font-size: small;
}

.mobile-nav-content > ul {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #0a1a2f;
}

.mobile-nav-content > .mobile-menue > li {
    display: block;
    text-align: center;
    margin: 3px;
    width: 150px;
    height: auto;
    padding: 0.5rem 1.2rem;
}

.mobile-nav-content  > .mobile-menue > li > a {
    display: inline-block;
    color: #bbbeee;
}

.mobile-nav-content  > .mobile-menue > li > a:link {
    text-decoration: none;
}

.mobile-nav-content  > .mobile-menue > li > a:hover {
    color: #53bddd;
    text-decoration: none;
} 

.mobile-nav-content  > .mobile-menue > li > a:active {
    color: #bbbeee;
    text-decoration: none;
} 

.mobile-nav-content  > .mobile-menue > li > a:active {
    color: #bbbeee;
    text-decoration: underline;
} 

/* === Anzeige des Muenues, wenn der User über dem Hamburger-Menue hovered === */

.mobile-nav-dropDown:hover > .mobile-nav-content {
    display: block;
}

.mobile-nav-button {
    display: none;
}

@media (max-width: 1100px) {
    .mobile-nav-button {display: inline-block;}
    .mobile-menue { display: inline-block;}
    .classNavSec {display: none;}
}

@media (max-width: 700px) {
    #Bandname { display: none;}
}

/* --- Ende der Navigationsleiste --- */


/* +++ Beginn der Beschreibung für die Band +++ */

/* --- Ende der Beschreibung für die Band */

/* +++ Defionitionen für die Bilder als Header-Banner +++ */


/* === Bild im Head als skalierendes Banner für alle Seiten === */

.headerBanner {
    background:  url(../../src/img/pics/Palazzo-Licht.png) no-repeat fixed center top 50px;
    width:100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    background-size: contain;
}

/* --- Ende Header Banner --- */

/* --- Ende der Header-Definition --- */

/* +++ Beginn der Inhalte für die Startseite +++ */

/* === Beschreibung der Band === */

.bandDescCon {
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    background-color: #0a1a2f;
}

.bandDescRow {
    margin-left: 35px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

.bandDescClm {
    width: 95%;
    height: auto;
    margin-top: 15px;
    padding: 10px;
    text-align: justify;
}

.bandName {
    font-size: 2rem;
    margin: 3rem 3rem 3rem;
    padding:30px;
}

.bandIntroHead {
    text-align: center;
    background-color:#0a1a2f;
    color: #bbbeee;
}

#BandIntro {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
}

/* === Das Grid System für die Startseite === */

.musContainer {
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    background-color: #0a1a2f;
    color: #bbbeee;
    border-radius: 20px;
}

.nextGigContainer {
    width: 95%;
    height: 350px;
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 10px;
    background-color: #0a1a2f;
    color: #bbbeee;
    border-radius: 20px;
}

/* === Clearfix-Hack für die Reihen === */

.musRow::after {
    content:"";
    clear: both;
    display: block;
}

.nextGigRow::after {
    content:"";
    clear: both;
    display: block;
}

/* === Anzeige der Reihen === */

.musRow {
    margin-left: 35px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

.nextGigRow {
    margin-left: 35px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

.conName {
    font-size: 2rem;
    margin: 3rem 3rem 3rem;
    padding:30px;
}

/* === Anzeige der Spalten == */

/* === Nutzung eines Attribut-Selktors für Klassen mit der Endung 'Col' === */

[class*="Col"] {
    float: left;
    min-height: 1px;
    margin: 6px;
    padding: .8rem;
    text-align: center;
}

.musCol {
    width: 30%;
    margin-top: 15px;
    padding: 10px;
}

.nextGigCol {
    width: 30%;
    height: 200px;
    margin-top: 15px;
    padding: 10px;
}

div.nextGigs {
    border: 2px solid #cfaf6d;
    height:200px;
    padding: 5px;
    margin: 5px;
}

/* === Breakpoints für unterschiedliche Devices === */
/*
320  Pixel für iPhone (Hochformat)  - unnötig
480  Pixel für iPhone (Querformat)
768  Pixel für iPad (Hochformat)
1024 Pixel für iPad (Querformat)
1200 Laptop                         - unnötig
>1200 große Endgeräte               - unnötig
*/

@media (max-width: 1200px) {
    .musCol { width: 30%; }
}

@media (max-width: 1024px) {
    .musCol { width:50%}
}

@media (max-width: 768px) {
    .musCol { width:75%}
}

@media (max-width: 480px) {
    .musCol { width: 100%}
}

.gigPicCol {
    width: 24%;
    margin-top: 15px;
    padding-left: 3%;
}

@media (max-width: 1040px) {
    .gigPicCol { width: 33%; }
}

@media (max-width: 768px) {
    .gigPicCol { width: 50%}
}

@media (max-width: 480px) {
    .gigPicCol { width: 100%}
}

.gigVidCol {
    width: 95%;
    margin-top: 15px;
    padding-left: 6%;
}

@media (max-width: 1040px) {
    .gigVidCol { width: 33%; }
}

@media (max-width: 768px) {
    .gigVidCol { width: 50%}
}

@media (max-width: 480px) {
    .gigVidCol { width: 100%}
}


/* === Fotos der Musiker === */

.mus_pic {
    height: 180px;
    width: auto;
    object-fit: contain;
}

/* --- Ende der Inhalte für die Startseite --- */

/* +++ Beginn der Inhalte für die Medien-Seite +++ */

/* === Fotos von den letzten Gigs === */

.gigPicFlexContainer {
    display: flex;
    width: 100%;
    padding: 1.5rem;
    margin-left: auto;
    margin-right:auto;
    margin-top: 0.3rem;
    background-color: #0a1a2f;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gigPicFlexContainer > img {
    margin: 0.3rem;
    padding: 0.2rem;
}

.gigVidFlexContainer {
    display: flex;
    width: 100%;
    padding: 1.5rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right:auto;
    background-color: #0a1a2f;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gigVidFlexContainer > video {
    margin: 0.3rem;
    padding: 0.2rem;
}

.gig_pic {
    position: relative;
    height: 150px;
    width: auto;
    padding: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

/* === Videos von den letzten Gigs === */

.gigVideos {
    width: 25%;
    height: auto;
}

/* --- Ende der Inhalte für die Medien-Seite --- */

/* +++ Beginn der Inhalte für die Set-List +++ */

#headlineSetlist {
    margin-left: 500px;
}

#setlist {
    margin-left:300px;
}

.thHead {
    padding: 2rem;
}

.tblRow1 {
    text-align: left;
    padding: 2rem;
    background-color: #0a1a2f;
    color: #bbbeee;
}

.tblRow2 {
    text-align: left;
    padding: 2rem;
    background-color: #bbbeee;
    color:#0a1a2f;
}

td {
    padding: 10px;
    width: 500px;
}

table#tblSetlist, table#tblSetlist td, table#tblSetlist th {
  border-spacing: 10px;
}

/* --- Beginn der Inhalte für die Set-List --- */

/* +++ Beginn der Inhalte für das Kontaktformular +++ */

#Kontaktheadline {
    position:relative;
    text-align: center;
}

#KontaktInfo {
    border: solid 5px #bbbeee;
    border-radius: 20px;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 50px;
    font-weight: bold;
}

#konText {
    text-align: center;
}

#kName {
    text-align: center;
}

#kTel {
    text-align: center;
}

#kMail {
    text-align: center;
}

/* --- Ende der Inhalte für das Kontaktformular --- */

/* === Impressum === */

#impressum {
    font-size: x-small;
    position: relative;
    left: 25px;
}

#siegel {
    margin: 3rem;
    width: 100px;
    height: auto;
}

