html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}

body {
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  /*background-color: #e5eff5;*/
  background-color: #ffffff;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
  display: block;
}

h1 {
  font-size: 1.0rem;
  font-weight: bold;
  padding: 0 0 6rem 0;
  text-shadow: 1px 1px 2.5px #000000bf;
}

@media all and (min-width: 743px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.0rem;
  font-weight: bold;
  padding: 0 0 6rem 0;
  text-shadow: 1px 1px 2.5px #000000bf;
}

@media all and (min-width: 743px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.0rem;
  font-weight: bold;
  text-shadow: 0 0 1.5px #000000bf;
}

@media all and (min-width: 743px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 0.5rem;
  font-weight: bold;
  padding: 0 0 4rem 0;
  text-shadow: 0 0 1.5px #000000bf;
}

@media all and (min-width: 743px) {
  h4 {
    font-size: 1.0rem;
  }
}

@media all and (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 900px) {
  p {
    font-size: 0.675rem;
  }
}

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-shadow: 0 0 2px #000000bf;
}

li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem;
}

@media all and (min-width: 900px) {
  li {
    font-size: 1rem;
  }
}

@media all and (min-width: 1169px) {
  li {
    font-size: 1.25rem;
  }
}

a {
  text-decoration: none !important;
  color: #000;
  line-height: 1.25rem;
  text-shadow: 0 0 1px #000000bf;
}

a:hover {
  text-decoration: none;
  color: #d11111;
}

hr {
  background-color: grey;
  height: 3px;
  border: 0;
}

button:hover, button:focus {
  text-decoration: none;
  font-weight: bold;
  color: #d11111;
  cursor: pointer
}

input:focus, textarea:focus {
  background-color: #858585;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

footer {
  background-color: #b8c8d2;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

.header-inner {
  position: fixed;
  z-index: 100;
  padding: 12px 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.header-inner-bg {
  position: fixed;
  z-index: 100;
  padding: 12px 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
  border-bottom: 2px solid #404040;
}

.header-nav {
  padding: 12px 0;
  width: 100%;
  margin-top: -57px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: block;
}

.main-nav-wrapper-mobile {
  font-size: 1.25rem;
  font-weight: bold;
  position: fixed;
  top: 50px;
  left: 10px;
  right: 10px;
 /* width: 100%;*/
  height: auto;
  z-index: 100;
  background-color: rgba(255,255,255,0.9);
  /*text-align: center;*/
  display: none;
}

.nav-mobile-toggle-image {
  width: 33px;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 110;
}

@media all and (min-width: 500px) {
 .nav-mobile-toggle-image {
  left: 20px;
 }
 .main-nav-wrapper-mobile {
  left: 20px;
  right: 20px;
 }
}

@media all and (min-width: 750px) {
 .nav-mobile-toggle-image {
  left: 65px;
 }
 .main-nav-wrapper-mobile {
  left: 65px;
  right: 65px;
 }
}

.main-navigation-mobile {
  max-height: 100%;
  white-space: normal;
  display: flex;
  flex-direction: column;
}
.main-page {
  width: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  background-size: cover;
}

.first-section {
  display: block;
  text-align: center;
  height: 100%;
  margin-bottom: 100px;
  margin-top: 105px;
  padding-bottom: 90px;
  background-color: #b8c8d2;
}

@media all and (min-width: 750px) {
 .first-section {
  margin-bottom: 180px;
  margin-top: 0px;
 }
}

.first-section-top {
  top: 0;
  width: 100%;
  height: 16.667%;
  position: absolute;
  background-color: #b8c8d2;
  z-index: -1;
}

.icon-bar-icons_small_red {
  display: none;
  justify-content: center;
}

@media all and (min-width: 750px) {
 .icon-bar-icons_small_red {
  display: flex;
  position: absolute;
  top: 10px;
  right: 65px;
 }
}

.icon-bar-icons_small_red_center {
  display: flex;
  justify-content: center;
  padding-top: 125px;
}

@media all and (min-width: 750px) {
 .icon-bar-icons_small_red_center {
  display: none;
  position: absolute;
  top: 10px;
  right: 65px;
 }
}

.icon-bar-icons_small_red img , .icon-bar-icons_small_red_center img {
  height: 25px;
}

.second-section {
  position: relative;
  display: block;
  /*text-align: center;*/
  max-width: 90%;
  height: 100%;
  left: 5%;
  margin-bottom: 90px;
  z-index: 2;
}

@media all and (min-width: 750px) {
 .second-section {
  margin-bottom: 180px;
 }
}

@media all and (min-width: 1327px) {
 .second-section {
   max-width: 50%;
   left: 25%;
 }
}

.second-section-impressum {
  position: relative;
  display: block;
  text-align: center;
  max-width: 90%;
  height: 100%;
  left: 5%;
  margin-bottom: 0px;
  z-index: 2;
}

@media all and (min-width: 750px) {
 .second-section-impressum {
  margin-bottom: 180px;
 }
}

@media all and (min-width: 1327px) {
 .second-section-impressum {
   max-width: 50%;
   left: 25%;
 }
}

.second-section-impressum-inner {
  display: inline-block;
}

.second-section-impressum-inner p, .second-section-impressum-inner h2 {
  width: fit-content;
}

.menu-dots {
  /*width: 20px;*/
  height: 20px;
}

.btn-wrapper a {
  border: 1px solid;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.btn-wrapper a:hover {
  background-color: #d11111;
  border-color: #d11111;
  color: #fff;
  font-weight: bold;
}

.third-section {
  display: block;
  background-color: #b8c8d2 !important;
  text-align: center;
  height: 65%;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 45px;
}

@media all and (min-width: 750px) {
 .third-section {
  padding-top: 180px;
  margin-bottom: 180px;
  padding-bottom: 180px;
 }
}

.third-section a {
  display: flex;
  justify-content: center;
}

.team-section {
  position: relative;
  text-align: center;
}

@media all and (min-width: 1327px) {
 .team-section {
   max-width: 60%;
   left: 20%;
 }
}

@media all and (min-width: 735px) {
  .team-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .team-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-section img {
  max-width: 40%;
}

.fourth-section {
  display: block;
  text-align: center;
  height: 65%;
  margin-bottom: 125px;
}

@media all and (min-width: 750px) {
 .fiveth-section {
  margin-bottom: 170px;
 }
}

.img_bang {
  max-width: 100%;
  height: 150px;
}

@media all and (min-width: 992px) {
 .img_bang {
  max-width: 100%;
  height: 250px;
 }
}

.icon-bar-icons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-bar-icons a {
  display: flex;
  justify-content: center;
}

.icon-bar-icons img {
  height: 35px;
}

.fiveth-section {
  display: flex;
  background-color: #fff !important;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 125px;
}

@media all and (min-width: 750px) {
 .fiveth-section {
  margin-bottom: 135px;
 }
}

.contact-main {
  justify-content: center;
  margin: 0 auto 0 auto;
}

.contact-name {
  display: grid;
  grid-template-columns: repeat(1, 0fr);
  grid-gap: 1rem;
  justify-content: center;
  margin: 0 auto;
}

.contact-name p {
  text-align: left;
}

.contact_input_firstname, .contact_input_lastname, .contact_input_date, .contact_input_type {
  height: 50px;
  width: 247px;
  padding-left: 22px;
  padding-right: 10px;
  border-radius:7px 7px 7px 7px;
  border-width:0;
  background-color:#676767;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
}

.contact_input_email, .contact_input_phone, .contact_input_subject, .contact_input_city, .newsletter-signup-input-email {
  height: 50px;
  width: 89%;
  padding-left: 22px;
  padding-right: 10px;
  border-radius:7px 7px 7px 7px;
  border-width:0;
  background-color:#676767;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
}

.contact_type_select {
  height: 50px;
  width: 245px;
  padding-left: 22px;
  padding-right: 10px;
  border-radius:7px 7px 7px 7px;
  border-width:1px;
  background-color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  visibility: hidden;
  position: absolute;
  padding-top: 10px;
  border-color: gray;
  border-style: solid;
}

.contact_type_select a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  transition: all 0.0s ease-in-out;
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
}

.contact_input_msg {
  width: 89%;
  resize: none;
  padding-left: 22px;
  padding-right: 10px;
  padding-top: .75em;
  border-radius:7px 7px 7px 7px;
  border-width:0;
  background-color:#676767;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
}

.contact_privacy {
  text-align: left;
}


.contact_privacy label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-shadow: 0 0 2px #000000bf;
}


.submit{
  width: 25%;
  height: 50px;
  border-radius:7px 7px 7px 7px;
  border-width:0;
  background-color:#676767;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
}

.contact-bar-icons_small_red_center {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}

.contact-bar-icons_small_red_center img {
  height: 40px;
}

@media all and (min-width: 900px) {
  .contact-name {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-gap: 1rem;
  }

  .contact_email, .contact_phone, .contact_subject, .contact_msg, .contact_submit, .contact_text, .contact_city, .contact_privacy {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .contact_input_email, .contact_input_phone, .contact_input_subject, .contact_input_msg, .contact_input_city, .contact_privacy {
    width: 94.5%;
  }
}

.six-section {
  background-color: #fff !important;
  text-align: center;
  background-image: url("../images/main_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 200px;
}

@media all and (min-width: 750px) {
 .six-section {
  padding-bottom: 255px;
 }
}

.six-section h2 {
  color: #fff;
  text-shadow: 1px 1px 2.5px #000000bf;
}

@media all and (min-width: 900px) {
  .social-main {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-gap: 2rem;
    justify-content: center;
  }
}

@media all and (min-width: 1000px) {
  .social-main {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-gap: 5rem;
    justify-content: center;
  }
}

.social-main {
  margin: 0 auto;
  padding: 3rem 0 0;
}

.social-facebook {
  width: 340px;
  height: 502px;
  margin: 0 auto;
  overflow: hidden;
}

@media all and (max-width: 899px) {
  .social-twitter {
    padding-top: 3rem;
  }
}

.social-twitter {
  width: 340px;
  height: 502px;
  margin: 0 auto;
  overflow: hidden;
}

.icon-bar-icons_small_white {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.icon-bar-icons_small_white img {
  width: 40px;
  height: 40px;
}

.social-button-section {
  display: flex;
  background-color: #fff !important;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

@media all and (min-width: 750px) {
  .social-main-button {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    grid-gap: 1rem;
    justify-content: center;
  }
}

.social-main-button {
  margin: 0 auto;
  padding: 3rem 0 1rem;
}

.social-twitter-button {
  /*width: 340px;
  height: 500px;*/
  margin: 0 auto;
  /*overflow: hidden;*/
}

.social-facebook-button {
  /*width: 340px;
  height: 502px;*/
  margin: 10px auto;
  /*overflow: hidden;*/
}

@media all and (min-width: 750px) {
  .social-facebook-button {
  margin: 0 auto;
  }
}

.social-youtube-button {
  /*width: 340px;
  height: 502px;*/
  margin: 0 auto;
  /*overflow: hidden;*/
}

.eight-section {
  display: block;
  max-width: 70%;
  left: 15%;
  position: relative;
  background-color: #fff !important;
  text-align: center;
  height: 100%;
  margin-bottom: 135px;
}

.eight-section img{
  width: 100%
}

@media all and (min-width: 750px) {
 .eight-section {
   margin-bottom: 250px;
 }
 .eight-section img{
   width: 45%
 }
}

.setlist-section {
  position: relative;
  display: block;
  background-color: #fff !important;
  text-align: center;
  /*max-width: 90%;*/
  height: 100%;
  /*left: 5%;*/
  margin-bottom: 135px;
}

@media all and (min-width: 750px) {
 .setlist-section {
  margin-bottom: 200px;
 }
}

@media all and (min-width: 1327px) {
 .setlist-section {
   /*max-width: 50%;*/
   /*left: 25%;*/
 }
}

.setlist-section-div {
  position: relative;
  z-index: 2;
}

.ten-section {
  position: relative;
  display: block;
  background-color: #fff !important;
  text-align: center;
  max-width: 90%;
  height: 100%;
  left: 5%;
  margin-bottom: 0px;
  z-index: 2;
}

@media all and (min-width: 750px) {
 .ten-section {
  margin-bottom: 107px;
 }
}

@media all and (min-width: 1327px) {
 .ten-section {
   max-width: 50%;
   left: 25%;
 }
}

.dates-section {
  position: relative;
  display: block;
  background-color: #fff !important;
  text-align: center;
  /*max-width: 90%;*/
  height: 100%;
  /*left: 5%;*/
  margin-bottom: 135px;
}

@media all and (min-width: 750px) {
 .dates-section {
  margin-bottom: 200px;
  /*max-width: 26%;*/
  /*left: 37%;*/
 }
}

@media all and (min-width: 1327px) {
 .dates-section {
   /*max-width: 26%;*/
   /*left: 37%;*/
 }
}

.dates-section-div {
  position: relative;
  display: block;
  background-color: #fff !important;
  text-align: center;
  max-width: 90%;
  height: 100%;
  left: 5%;
}

.dates-section-head {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 750px) {
 .dates-section-div {
  max-width: 26%;
  left: 37%;
 }
}

@media all and (min-width: 1327px) {
 .dates-section-div {
   max-width: 26%;
   left: 37%;
 }
}

.dates-2022 {
  visibility: hidden;
  position: absolute;
}

.dates-2023 {
  visibility: hidden;
  position: absolute;
}

.dates-2024 {
  visibility: hidden;
  position: absolute;
}

.dates-upcoming {

}

.dateslink-upcoming {
  font-weight: bold;
}

.dates-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  list-style: none !important;
  margin: 1.5em 0 2em 0;
  padding: 0;
  max-width: 500px;
}

.dates {
  clear: both;
  font-size: 1rem;
}

.dates-date {
  float: left;
}

.dates-date-back {
  float: left;
  text-align: center;
  width: 3.2em;
  border-radius: 5px;
  margin: 0 1em 0 0;
  padding: 0.3em 0 0.3em 0;
  background-color: #d11111;
  color: white;
  text-shadow: 0 0 1.5px #000000bf;
}

.dates-date-weekday {
  font-size: 0.8em;
  text-transform: uppercase;
}

.dates-date-day {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: -0.2em;
}

.dates-date-month {
  text-transform: uppercase;
  font-size: 1.0em;
  line-height: 1em;
  padding: 0.4em 0;
}

.dates-date-year {
  font-size: 0.8em;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
}

.dates-info {
  display: block !important;
  margin: 0 0 0 1em;
}

.dates-info-title {
  text-align: left;
  white-space: nowrap;
  padding: 0 0 0 3.2rem;
}

.dates-info-title-time {
  float: left;
}

.dates-info-content {
  text-align: left;
  padding: 1rem 0 0 3.2rem;
}

.video-grid.front-page {
  max-width: 1280px;
  margin: 0 auto;
  /*padding: 3em 4em;*/
}

@media all and (max-width: 500px) {
  .video-grid.front-page {
    padding: 3em 0;
  }
}

ul.video-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

li.video {
  flex-grow: 1;
  position: relative;
  ooverflow: hidden;
	width: 33.333333333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
  border: solid 0.2em transparent;
}

li.video a {
  outline: none;
}
      
li.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  transition: background-color .15s;
}
  
li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}    

li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all .20s;
}

li.video figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  transform: translateY(0);
  opacity: 1;
  transition: all .20s;
}
  
li.video:hover figure img {
   opacity: 1;
   transform: scale(1);
}
      
li.video:hover figcaption {
    opacity: 0;
    transform: translateY(50%);
}
  
li.video:hover:before {
  /*background-color: rgba(0,0,0,0.1);*/
}

@media screen and (max-width: 800px) {
	li.video {
		width: 50%;
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 640px) {
	li.video {
		width: 100%;
	}
}





.band-section-main {
  position: relative;
  display: block;
  background-color: #fff !important;
  text-align: center;
  max-width: 90%;
  height: 100%;
  left: 5%;
  margin-bottom: 135px;
}

@media all and (min-width: 750px) {
 .band-section-main {
  margin-bottom: 220px;
 }
}

@media all and (min-width: 1327px) {
 .band-section-main {
   max-width: 74%;
   left: 13%;
 }
}

.container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0.5rem;
  background-color: rgba(255,255,255,255);
}

@media all and (min-width: 600px) {
  .band-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .band-section {
    grid-template-columns: repeat(5, 1fr);
  }
}

.backline-top-div {
  background-color: #fff;
  height: 168px;
  transform: skewY(-5deg);
  transform-origin: left;
  z-index: 1;
  position: relative;
  margin-bottom: 95px;
}

.backline-bott-div {
  background-color: #fff;
  height: 168px;
  transform: skewY(-5deg);
  transform-origin: left;
  z-index: 1;
  position: relative;
  margin-bottom: -60px;
}

.jumptotop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  z-index: 10;
}

.jumptotop-hidden {
  display: none;
}

.jumptotop a {
  border: 1px solid;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background-color: #d11111;
  border-color: #d11111;
  color: #fff;
  font-weight: bold;
}

.jumptotop a:hover {
  background-color: #d11111;
  border-color: #d11111;
  color: #fff;
  font-weight: bold;
}

@media all and (min-width: 600px) {
  .pressefotos-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .pressefotos-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 600px) {
  .bandfotos-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .bandfotos-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 600px) {
  .logo-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .logo-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 600px) {
  .download-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0rem;
  }
}

@media all and (min-width: 1634px) {
  .download-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (min-width: 600px) {
  .poster-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0rem;
  }
}

@media all and (min-width: 1634px) {
  .poster-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

.livefotoslink-now {
  font-weight: bold;
}

.livefotos-section, .referenzen-section {

}

.livefotos-section-2022, .livefotos-section-2023 {
  visibility: hidden;
  position: fixed;
}

@media all and (min-width: 735px) {
  .livefotos-section, .livefotos-section-2022, .livefotos-section-2023, .referenzen-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media all and (min-width: 1634px) {
  .livefotos-section,.livefotos-section-2022, .livefotos-section-2023, .referenzen-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.newsletter-signup {
  visibility: hidden;
  background-color: rgb(248, 248, 248, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-signup-close {
  width: 98%;
  text-align: right;
  padding-top: 10px;
  margin: 0 auto 0 auto;
}

.newsletter-signup-close img {
  width: 33px;
}

.newsletter-signup-head {
  padding-top: 15px;
  margin: 0 auto 0 auto;
}

.newsletter-signup-head img {
  max-width: 100%;
}

.newsletter-signup-success {
  width: 98%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto 0 auto;
}

.newsletter-signup-text {
  width: 98%;
  padding-top: 20px;
  margin: 0 auto 0 auto;
}

.newsletter-signup-email {
  width: 98%;
  padding-top: 20px;
  margin: 0 auto 0 auto;
}

.newsletter-signup-privacy {
  width: 96%;
  padding-top: 20px;
  text-align: left;
  margin: 0 auto 0 auto;
}


.newsletter-signup-privacy label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-shadow: 0 0 2px #000000bf;
}

.newsletter-signup-privacy-text {
  padding-top: 10px;
  width: 98%;
  margin: 0 auto 0 auto;
}

.newsletter-signup-privacy-text p{
  font-size: 0.675rem;
  line-height: 0.95rem;
  text-shadow: 0 0 2px #000000bf;
}

.newsletter-signup-abort {
  padding-top: 20px;
}

.newsletter-signup-submit {
  padding-top: 10px;
  padding-bottom: 10px;
}

.newsletter-signup-content {
  background-color: rgb(255, 255, 255);
  width: 80%;
  margin: 0 auto 0 auto;
  text-align: center;
}

@media all and (min-width: 600px) {
  .newsletter-signup-content {
  width: 60%;
  }
}

@media all and (min-width: 900px) {
  .newsletter-signup-content {
  width: 45%;
  }
}

@media all and (min-width: 1200px) {
  .newsletter-signup-content {
  width: 33%;
  }
}

#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(255,255,255,0.9);
  color: #d11111;
  border-top: 3px solid grey;
  z-index: 9999;
}

#footer-cookie p{
  line-height: 60px;
}    

#footer-cookie a {
  color: #d11111;
}

#footer-cookie #description {
  float: left;
  margin-left: 30px;
}

#footer-cookie #accept {
  float: right;
  margin-right: 30px;
}

#footer-cookie #accept a {
  border: 1px solid #d11111;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  #footer-cookie {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: inherit;
    height: auto;
  }

  #footer-cookie #description {
    width: 90%;
    float: none;
    text-align: center;
    margin-left: 5%;
  }

  #footer-cookie #accept {
    width: 90%;
    margin-top: 15px;
    margin-right: 5%;
  }

  #footer-cookie #accept a {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer-cookie p{
    line-height: 35px;
  } 
}
