
html {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.5em;
    color: black;
    font-family: sans-serif;
    font-weight: 100;
    background-color: white;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0.5em;
    line-height: 135%;
}

div#site {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

header {
    float: left;
    width: 100%;
    background-image: url(/styles/images/headimage-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
}

body.team header {
    background-image: url(/styles/images/headimage-2.jpg);
}

body.referenzen header {
    background-image: url(/styles/images/headimage-3.jpg);
}

a#offcanvas-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 34px;
    border: 1px solid #FA9B00;
    border-radius: 8px;
}

a#offcanvas-menu span.bar {
    float: left;
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-top: 7px;
    height: 0;
    border-bottom: 1px solid #FA9B00;
}

a#logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    background-image: url(/styles/images/webjazz-Logo-2025.svg);
    background-size: contain;
    z-index: 101;
}

img#screens {
    margin-left: 10px;
    margin-top: -30px;
    width: 90%;
}

nav {
    display: none;
}

header div.text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    width: 84%;
    max-width: 680px;
    margin-right: 8%;
    margin-bottom: 35px;
}


h1, h2, h3 {
    font-family: 'HeroinePro-Condensed', serif;
    font-variant-alternates: swash(user-defined-ident);
}

h1 {
    font-size: 48px;
    color: #fa9b00;
    text-shadow: 0px 0px 10px black;
    margin-bottom: 0.3em;
}

h2 {
    font-size: 24px;
    color: #8b8b8b;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    color: #7a9a00;
    margin-bottom: 0.3em;
    margin-left: -0.8em;
}

div.intro {
    font-size: 24px;
    color: #8b8b8b;
    margin-bottom: 20px;
    font-family: 'HeroinePro-Condensed', serif;
    font-variant-alternates: swash(user-defined-ident);
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
}

div#top {
}

div#top.visible{
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 100;
    background-color: black;
    box-shadow: 0 0 30px black;
}

a#logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 270px;
    height: 75px;
    background-image: url(/styles/images/webjazz-Logo-2025.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 101;
}

div#top.visible a#logo {
    top: 8px;
    width: 180px;
    height: 50px;
}

div#top.visible a#offcanvas-menu {
    top: 15px;
}


header h2 {
    color: white;
    text-shadow: 0px 0px 5px black;
    margin-bottom: 0px;
}


main {
    margin-top: 600px;
    position: relative;
    overflow: visible;
}

div.row {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-left: 8%;
    padding-right: 8%;
}

div.row:last-child {
    margin-bottom: 50px;
}

div.content {
    width: 95%;
    margin: 0 auto;
}

/*******************************************/
/* Grid
/*******************************************/

.grid {
    width: calc(100% + 30px);
    float: left;
    display: flex;
    flex-basis: auto;
    margin-left: -30px;
}

.grid.row {
    flex-direction: row;
}

.grid.column {
    flex-direction: column;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid .item {
    width: calc( 100% - 30px );
    margin-left: 30px;
    /*margin-right: auto;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    align-items: flex-start;
    position: relative;
}

.item.double {
    width: calc( 100% - 30px );
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
.item.tripplet {
    width: calc( 100% - 30px );
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
.item.full {
    width: calc( 100% - 30px );
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.item.team {
    text-align: center;
}

.item.empty {
    margin-bottom: 0;
}

.item.team h3 {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.item.team img {
    width: 40%;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    margin: 0 auto 0.5em auto;
}
.item.team p {
    width: 100%;
}

.item.tipp {
    text-align: right;
}

.item.tipp h3 {
    margin-left: 0;
    width: 100%;
    text-align: right;
}

.item.tipp p {
    width: 100%;
}


section {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
}

section.triplet {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

section.tipp {
    text-align: right;
}

section.tipp h3 {
    text-align: right;
}

section.double {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

figure.mib {
    display: block;
    position: absolute;
    background-size: contain;
    opacity: 0.15;
}

body.index figure.mib {
    cursor: pointer;
    z-index: 10;
}

body.index figure.mib:hover {
    opacity: 0.3;
}

figure.mib-guitar {
    top: -80px;
    right: -60px;
    width: 185px;
    height: 290px;
    background-image: url(/styles/images/mib-guitar.png);
    background-repeat: no-repeat;
}

figure.mib-sax {
    top: -40px;
    right: -30px;
    width: 185px;
    height: 330px;
    background-image: url(/styles/images/mib-sax.png);
}

figure.mib-trumpet {
    top: -50px;
    left: -60px;
    right: auto;
    width: 140px;
    height: 285px;
    background-image: url(/styles/images/mib-trumpet.png);
}

figure.playing {
    opacity: 0.3;
}

section.project {
    margin-bottom: 1.5em;
}

section.project img {
    box-sizing: content-box;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

section.project h4 {
    text-align: right;
    margin-right: 10px;
    font-family: 'HeroinePro-Condensed';
}

section.project h4 a {
    color: #b3b3b3;
}

section.team {
    text-align: center;
}

section.team div.text {
    float: left;
    width: 100%;
}

section.team h3 {
    margin-left: 0;
}

section.team img {
    width: 40%;
    border-radius: 50%;
    margin-bottom: 0.5em;
    border: 1px solid #b3b3b3;
}

video {
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);

}

footer {
    float: left;
    width: 90%;
    border-top: 1px dotted rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
    font-size: 0.8em;
    padding-top: 0.6em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 5%;
    margin-right: 5%;
}


#gmap_canvas {
    height:300px;
    width:100%;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important
}