/**
* Theme Name: Uptown Big Band
* Theme URI: http://www.uptownbigband.ch
* Description: Theme for Uptown Big Band 2024
* Version: 1.0
* Author: Lukas Knecht
* Author URI: http://www.imflou.ch
*/

@import url("css/min.css");
@import url("css/lightbox.css");
@import url("css/hamburger.min.css");

/* ausblenden admin-bar temporär */
#wpadminbar {display:none;}
/* mk: removing unwanted html-margin from admin-bar */
html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; }
@media screen and ( max-width: 782px ) {
  html { margin-top: 0px !important; }
  * html body { margin-top: 0px !important; }
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.eot');
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff'),
        url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


html, body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  /* mk: line-height: 1.7; */
  /* mk:; color: #86754d; */
  color: #030303;
  text-align: center;
  height:100%;
  width: 100%;
  /*overflow-x:hidden;*/
  background-color: #EFE6D5;
}

@media (max-width: 400px) {
/* Mobile: Schrift kleiner, Zeilenabstand kleiner*/
    html, body {
        font-size: 16px;
    }
}

i {
    line-height: 1.5;
}

p {
  margin-top: 0px;
  margin-bottom: 30px;
}

h1  {
  font-size: 34px;
  line-height: 2;
  font-weight: 300;
  font-weight: bold;
}

h2  {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;

}


@media (max-width: 1024px) {
/* Tablet: h1 und h2 kleiner */
    h1  {
        font-size: 25px;
        line-height: 2;
    }

    h2  {
        font-size: 17px;
        line-height: 1.5;
    }
}

@media (max-width: 400px) {
/* Mobile: h1 und h2 kleiner */
    h1  {
        font-size: 19px;
        line-height: 2;
    }

    h2  {
        font-size: 14px;
        line-height: 1.5;
    }
}

#container a:not(:has(img)):not(.scrollToTop)  {
    position: relative;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    background-color: #81632D; /* hellblau */
    border-radius: 1px; /* leicht abgerundete Ecken */
    transform: rotate(1deg); /* Winkel leicht verschoben */
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); /* Schlagschatten */
    transition: all 0.3s ease-in-out; /* sanfte Übergänge */
}

/* Hover Effekt */
#container a:not(:has(img)):not(.scrollToTop):hover {
    background-color: #FFF; /* Farbänderung bei Hover */
    color: #030303;
    transform: rotate(-1deg); /* Winkeländerung und leichtes Vergrößern */
    box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.8); /* Schatten verstärken */
}





/*a:link, a:visited {
  !* mk: color: #FFF; *!
  color: #030303;
  text-decoration: underline;
}

a:hover {
  !* mk: color: #666; *!
  !* mk: text-decoration: underline; *!
  text-decoration: none;
  color: #81632D;
}*/

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin-top:40px;
    margin-bottom: 10px;
    padding: 0;
}

.red h1, .red h2, .red h3, .red h4, .red h5, .red h6 {
  color: #333;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

#header {
    text-align: center;
    height: 200px;
    z-index: 110;
    background-color: #81632D;
}

#header h1 {
    margin: 16px auto 0;
}

#header h1 img {
    height: 62px;
}

#header h1 span {
    display: none;
}

#header h2 {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

#header figure {
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

#header figure img {
    height: 180px;
}

#header figure.fixed {
    position: fixed;
    height: 70px;
    z-index: 100;
    top: 0; left: 0;
    background-color: #81632D;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#header figure.fixed img {
  height: 70px;
}

#header nav {
    position: fixed;
    z-index: 120;
    top: 10px; left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}

#header nav.off-canvas {
    height: 100vh;
    background-color: #81632D;;
    padding-top: 0px;
    transition: backround-color 300ms ease-in-out;
}

#header nav.off-canvas ul {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

#header nav ul {
    position: absolute;
    list-style-type: none;
    width: 100%; top: 0;
    padding-left: 5%;
}

#header nav ul.nav-left {
    left: 0;
}

#header nav ul.nav-right {
    right: 0;
}

#header nav.off-canvas ul {
    position: relative;
    width: 100%;
}

#header nav ul li {
    width: 10%;
}

@media (min-width: 1200px) {
  #header nav ul li.break {
    padding-left: 30%;
  }
}

#header nav.off-canvas ul li {
    width: 100%;
}

#header nav ul.nav-left li {
    float: left;
}

#header nav ul.nav-right li {
    float: left;
}

#header nav a:link,
#header nav a:visited {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    display: block;
    padding-top: 36px;
}

#header nav a .fingerprint {
    display: block;
    position: absolute;
    top: 5px; left: 50%;
    margin-left: -5px;
    background-color: #FFF;
    width: 10px; height: 10px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#header nav a:hover .fingerprint,
#header nav a.active .fingerprint {
    top: 24px;
    opacity: 1;
}

#header .hamburger {
    position: absolute;
    top: 20px; right: 0;
    display: none;
}

.hamburger-box {
  width: 30px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px;
  height: 3px;
  background-color: #333;
}


@media all and (max-width: 1200px) {
  #header nav ul { opacity: 0; }
  #header .hamburger { display: block; }
  #header nav a .fingerprint { display: none; }
  #header h1 { letter-spacing: 3; }
}

@media all and (max-width: 425px) {
  #header h1 img { height: 52px; }
  #header h2 { font-size: 13px; line-height: 17px; }
  #header .hamburger { top: 13px; }
}

/* ==========================================================================
   MK: End edit new styles for header
   ========================================================================== */

#container  {
  background-color: #EFE6D5;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}

#container li {
    margin-left: 30px;
    margin-top: 15px;
}

#achtsamkeit {
  max-width: 100%;
}

#achtsamkeit.quotation {
  background-color: #333;
  z-index: 2;
  text-align: center;
  padding: 2% 10% 2% 10%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 50px 0px rgb(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px 0px rgb(0, 0, 0, 0.3);
}

#achtsamkeit.quotation p {
  color: #FFF;
  margin-top: -3px !important;
  margin-bottom: 0px !important;
  font-weight: 350;
  font-size: 26px;
  line-height: 38px;
}

#kombination.article {
  padding: 0% 20% 6% 20%;
}

@media all and (max-width: 767px) {
  #achtsamkeit.quotation p { font-size: 20px; line-height: 30px; }
}

#achtsamkeit.quotation p small {
    font-size: 12px;
    font-weight: 300;
}

@media (min-width: 551px) {

    .article50 {
      /* mk: position: relative; */
      min-height: 100%;
        width: 50%;
        padding: 0% 0% 5% 0%;
    }
    
    .article-left-50 {
        /* mk: position: relative; */
        text-align: left;
      min-width: 50%;
      height: 100%;
      padding:0% 6% 0% 20%;
        margin-top: 6%;
        border-right: 1px solid #ccc; 
    }

    .article-right-50 {
        /* mk: position: relative; */
        text-align: left;
      min-width: 50%;
      height: 100%;
      padding:0% 20% 0% 6%;
        margin-top: 6%;
    }
    
}

@media (max-width: 550px) {

    .article50 {
      /* mk: position: relative; */
      min-height: 100%;
        width: 100%;
        padding: 0% 0% 5% 0%;
        clear: all;
    }
    
    .article-left-50 {
        /* mk: position: relative; */
    text-align: left;
      max-width: 100%;
      height: 100%;
      padding:0% 20% 0% 20%;
        margin-top: 6%;
    }

    .article-right-50 {
        /* mk: position: relative; */
        text-align: left;
      max-width: 100%;
      height: 100%;
      padding:0% 20% 0% 20%;
        margin-top: 6%;
    }
    
}

.articlefull {
  /* margin-bottom: 5px; */
  clear:left;
}

@media (min-width: 600px) {
    .article100 {
        margin-top: 3%;
        margin-bottom: 3%;
        text-align: left;
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 599px) {
    .article100 {
      margin-top: 10%;
      margin-bottom: 10%;
      min-height: 100%;
      text-align: left;
      padding-left: 10%;
      padding-right: 10%;
    }
}

.article100 img {
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2), 
  0px 2px 10px rgba(0, 0, 0, 0.1);}

.header-bild {
  width: 100%;
  background: url('images/banner/rotate.php') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 600px) {
  .header-bild {
    height: 700px;
  }
}

@media (max-width: 600px) {
  .header-bild {
    height: 400px;
  }

}

.header-bild img {
  object-fit: cover; 
	width: 100%; 
	height: 100%;
}


.float-left {
    float:left;
}

.margin-oben-unten {
    margin: 6% 0% 6% 0%;
}

.article {
  /* mk: position: relative; */
  text-align: left;
  max-width: 100%;
  height: 100%;
  padding:6% 20% 6% 20%;
}

@media (min-width: 801px) {

    .facts-title {
        /* mk: position: relative; */
        float: left;
        text-align: left;
      min-width: 30%;
      min-height: 200%;
        font-weight: bolder;
    }

    .facts-content {
        /* mk: position: relative; */
        margin-left: 30%;
        text-align: left;
      min-width: 70%;
      height: 100%;
    }
    
}

@media (max-width: 800px) {
    
    .facts-title {
    /* mk: position: relative; */
    clear: all;
    text-align: left;
    width: 100%;
        font-weight: bolder;
    }

    .facts-content {
        /* mk: position: relative; */
        clear: all;
        text-align: left;
        width: 100%;
    }
    
}

.topmargin {
    margin-top: 60px;
}

.article-praxis {
  /* mk: position: relative; */
  text-align: left;
  max-width: 100%;
  height: 100%;
  padding:4% 6% 6% 6%;
}

/* Praxis-Grid */

.grid {
  max-width: 100%;
}

@media (max-width: 450px) {
    
/* ---- grid-item ---- */
    
    .grid-sizer,
    .grid-item {
      width: 100%;
    }

    .grid-item {
      height: 100%;
      margin-bottom: 2%;
    }
        
    .grid-item img {
      display: block;
      max-width: 100%;
    }
    
}

@media (min-width: 451px) {
    
    /* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

    .grid-sizer,
    .grid-item {
      width: 33%;
    }

    .grid-item {
      height: 100%;
      float: left;
    }

    .grid-margin-left {
        margin-left: 6%;
    }

    .grid-margin-bottom {
        margin-bottom: 7%;
    }

    .grid-margin-right {
        margin-right: 6%;
    }

    .grid-item img {
      display: block;
      max-width: 100%;
    }

    .grid-item--width2 { width:  60%; }
    .grid-item--width3 { width:  99%; }

    .clearleft {
        clear: left;
    } 

    /*.clearboth {
        clear: both;
    }*/

    .floatright {
        float: right;
        padding-right: 1%;
    }

}

/* Ende Grid */

@media (max-width: 949px) {

    .bildung-text {
        text-align: left;
        width: 100%;

    }

    .bildung-jahr {
        text-align: left;
        width: 100%;
        padding-bottom: 3%;
    }
    
}

@media (min-width: 950px) {

    .bildung-text {
        /* mk: position: relative; */
        float: left;
        text-align: left;
      width: 80%;
    }

    .bildung-jahr {
        /* mk: position: relative; */
        margin-left: 80%;
        text-align: right;
      width: 20%;
    }
    
}



@media (min-width: 800px) {

    .logoverband1 {
        /* mk: position: relative; */
        position: absolute;
        left: 20%;
    }

    .logoverband2 {
        /* mk: position: relative; */
        position: absolute;
        left: 45%;
    }

    .logoverband3 {
        /* mk: position: relative; */
        position: absolute;
        right: 20%;
    }
    
}

@media (max-width: 800px) {

    .logoverband1 .logoverband2 .logoverband3 {
        /* mk: position: relative; */
        left: 20%;
        clear: both;
    }
    
}

@media (min-width: 801px) {

    .kontakt-text {  
        /* mk: position: relative; */
        float: left;
        text-align: left;
       width: 50%;
        margin-right: 2%;
    }

    .kontakt-karte {
        /* mk: position: relative; */
        margin-left: 52%;
        text-align: left;
      width: 47%;
    }

}

@media (max-width: 800px) {

    .kontakt-text .kontakt-karte {  
        /* mk: position: relative; */
        text-align: left;
       width: 100%;
        margin-bottom: 6%;
    }

}

@media (max-width: 800px) {
    .article {
          padding: 15% 20% 5% 20%;
    }
}

@media (max-width: 600px) {
    .article {
        padding: 7% 15% 5% 15%;
    }
}

.article a:link, .article a:visited {
    color: #030303;
    font-weight: normal;
    text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

.article.red a:link, .article.red a:visited {
  color: #fff;
}

.opacity {
    /* mk: opacity: 0.7; */
    /* mk: filter: alpha(opacity=70); /* For IE8 and earlier */
}

.float_right {    
  float: right;
  margin-left: 50px;
}

input {
  width: 68%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    font-size: 17px;
    height: 30px;
    margin-bottom: 20px;
}

input:focus {
    border: 2px solid #81632D;
}

select {
    color: #565655;
    box-sizing: border-box;
  font-size: 17px;
    height: 30px;
    margin-bottom: 20px;
  width: 68%;
    background:#FFF;
    border: 2px solid #ccc;
    border-radius: 4px;
}

textarea {
  width: 68%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    font-size: 17px;
    margin-bottom: 20px;
}

input[type=checkbox] {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    font-size: 17px;
}

input[type=submit] {
    width: 68%;
    background-color: #81632D;
    border: 2px solid #f2f2f2;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 17px;
    height: 60px;
}

input[type=submit]:hover {
    background-color: #fff;
    border: 2px solid #81632D;
    color: #333;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 17px;
}

.clear {
  clear: both;
  height: 0px;
}

#sponsoren {
  width: 100%;
  background-color:#333/*#BBD337*/;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sponsoren-titel {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  background-color:#333/*#BBD337*/;

}


@media (max-width: 949px) {
  #sponsoren img.gold {
    height:75px;
    margin: 30px;
  }
}

@media (min-width: 950px) {
  #sponsoren img.gold {
    height:100px;
    margin: 30px;
  }
}

@media (max-width: 949px) {
  #sponsoren img.silber {
    height:65px;
    margin: 30px;
  }
}

@media (min-width: 950px) {
  #sponsoren img.silber {
    height:75px;
    margin: 30px;
  }
}

@media (max-width: 949px) {
  #sponsoren img.traegerschaft {
    width: 40%;
    margin: 15px;
  }
}

@media (min-width: 950px) {
  #sponsoren img.traegerschaft {
    width: 12%;
    margin: 15px;
  }
}

.display-inline-flex  {
    display: inline-flex !important;
}

#footer {
  width: 100%;
}
#article_footer {
  padding: 1% 20% 1% 20%;
  /* text-align:center;  */
  font-size: 14px;
  background-color: #81632D;
}

#article_footer p {
  margin-bottom: 0px !important;
}

#footer a:link, #footer a:visited {
  color: #030303;
  font-weight: normal;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 10%;
    right: 5%;
    background-color: #333; /* Dunkelgrauer Hintergrund */
    border-radius: 50%; /* Kreisförmiger Button */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); /* Schattierung */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.scrollToTop::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ccc; /* Pfeil in Hellgrau */
}

.scrollToTop:hover {
    background-color: #81632D; /* Blauer Hintergrund bei Hover */
    transform: scale(1.1); /* Button wird etwas größer */
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5); /* Intensivere Schattierung */
}





