
@font-face {
  font-family:"LemonMilk";
  src: url("../fonts/LemonMilkbold.otf");
  font-weight: bold;
}


/* -----TEST test--------------------------------------------------- */
/* ----- Neutralize some Boostraap css  --------------------------------------------------- */
.navbar-default {
    background-color: transparent;
    border: none;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-toggle { border: none; }

/* ----- Amboss & Steigbügel  --------------------------------------------------- */

.sponsoren_logo { height:2.5rem; }
.sponsoren_logo_quadrat { height:7rem; }
.links  { font-weight: bold; }
.musiker { font-weight: bold; }


.bandText a {
  text-decoration: underline;
  
 
  }

.videobutton {
  font-family:"terminal";
  font-size: 15px;
  font-weight: bold;
  background:none;
  border:none;
  margin-bottom: 15px;
 
  }



.videobutton:hover {color:#CAB100;}
.videobutton:visited {color:#00000;}

.wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%; max-width:550px;
  margin: 0 auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}



/* ----- General --------------------------------------------------- */
body {
font-family: "agenda", sans-serif;
font-style: normal;
font-weight: 200;
text-align: left;
font-size: 1.4rem;
max-width:1400px;
min-width: 200px;
color: #000;
}
html {
  width: 100%;
  height: 100%;
}


/* ----- h1 page titel - h2 subtitel --------------------------------------------------- */


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:"LemonMilk";
  font-weight: bold;
}
.h1, h1 {
  text-transform: uppercase;
  font-size:1rem;
}

.h2, h2 {
  text-transform: uppercase;
  font-size:1rem;
}

.h3, h3 {
  text-transform: uppercase;
  font-size:1.3rem;
}

/* ----- Event --------------------------------------------------- */
/* ----- Headline  --------------------------------------------------- */
.event h1 { font-size:3rem; }
/* ----- Datum  --------------------------------------------------- */
.event h2 { font-size:2rem;}
/* ----- Datum  --------------------------------------------------- */
.event h3 { font-size:1.5rem;}
/* ----- Info   --------------------------------------------------- */
.info { font-size:1.5rem;   font-family:"LemonMilk";}
.ort { font-size:1.5rem;   font-family:"LemonMilk"; text-decoration: underline;}
.adresse { font-size:1rem;   font-family:"LemonMilk";}


/* ----- Menu  --------------------------------------------------- */
.navbar {
  padding-top: 5px;
  padding-bottom: 0px;

}
.navbar-brand {
  font-family:"LemonMilk";
  font-weight: bold;
  font-size: 2rem;
  margin-left: -25px;

}
.navbar-right {
  text-transform: uppercase;
  font-family:"LemonMilk";
  font-size: 1rem;
  text-align: right;
}
.active {
  font-weight: bold;
  text-decoration: underline ;
  text-underline-position: above;
}


.navbar-toggle {
  margin-right: -15px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 5px 0px;
}

/* ----- Masonry  --------------------------------------------------- */
.grid-item {
  padding: 7.5px;
}
.thumbnail {
  position:relative;
  overflow:hidden;
  padding:0;
  border: none;
  border-radius: 0;
}
.caption { position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  padding:15px;
  display: none;
  text-align:center; z-index:2;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.toctoc { position:absolute;

  text-transform: uppercase;
  text-align: center;
  font-family:"LemonMilk";
  color: #000;
  font-size: 0.7rem;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
  border:solid;
  border-width: 1px;




  padding:2px;
 
  text-align:center;
   background-color: rgba(255,255,255, 1);
}


.itemHead { 
  position:absolute;

  margin: 5px;
  padding: 2px;
  bottom: 10px;

  text-transform: uppercase;

  font-family:"LemonMilk";
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  border:solid;
  border-width: 1px;


   background-color: rgba(255,255,255, 1);
}



.hovereffect .overlay:hover{opacity: 0;}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  
  -webkit-transition:  0.6s;
  -moz-transition:  0.6s;
  transition:  0.6s;
}






/* ----- Infinite scroll  --------------------------------------------------- */
.grid.are-images-unloaded {
  opacity: 0;
}
.scroller-status {
  display: none;
  padding-top: 20px;
  text-align: center;
  color: #777;
}
.view-more-button {
 padding: 40px 0;
}
.loader-ellips {
  font-size: 4px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}
@keyframes slide {
  to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}


/* ----- Project  --------------------------------------------------- */
.project {
  height: 100%;
  padding-bottom: 20px;
}
.project img {
  padding-bottom: 20px;
}


/* ----- Copyright  --------------------------------------------------- */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.item { margin-left: 0.2rem; }

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {

  .itemHead {font-size:1.2rem;}
  .toctoc {font-size:0.7rem;}
  .navbar-brand {font-size: 2.5rem;}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

  .itemHead {font-size:1.5rem;
  
    bottom: 20px;}
  .toctoc {font-size:1rem;
  padding:10px;}
  .navbar-brand {font-size: 2.5rem;}
  .navbar-right {font-size: 1.1rem;}
  .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 0px;
  
  }
 


}

@media (min-width: 768px) {


    .item { margin-left: -1.8rem; }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .itemHead {font-size:1.5rem;}
    .toctoc {font-size:1rem;}
    .navbar-brand {font-size: 3rem;}
    .navbar-right {font-size: 1.5rem;}
    .item { margin-left: -1rem; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

 .itemHead {font-size:1.7rem;}
 .toctoc {font-size:1.2rem;}

}
