/* LAYOUT  Homepage Copyright © 2023 Design by Frank Steffen | All rights reserved ©  */
* {
  margin: 0;
  /* Damit kein Abstand zum Browserrand besteht. */
  padding: 0;
  /* Damit kein Abstand zum Browserrand besteht. */
  color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 1.75em;
  background-color: #ffffff;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c9c9c9;
  font-weight: 700;
  line-height: 0.5em;
  margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  text-align: center;
  padding-top: 10px;
  font-size: 1.80em;
}

h2 {
  padding-left: 2%;
  padding-bottom: 2%;
  font-size: 1.4em;
  line-height: 1.5em;
}

h3 {
  padding-left: 2%;
  padding-bottom: 2%;
  font-size: 1.35em;
  line-height: 1.5em;
}

h4 {
  padding-left: 2%;
  padding-bottom: 2%;
  font-size: 1.1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

p {
  margin: 2%;
  padding: 5px;
}

a {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #ffffff;
}

a:active,
a:hover {
  text-decoration: underline;
  color: #686868;
}

/* Anker Links */
.sprung_music {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -145px;
}

.sprung_videos {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -185px;
}

.sprung_links {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -70px;
}

.cleaner_01 {
  clear: both;
  width: 100%;
  height: 1px;
}

.cleaner_05 {
  clear: both;
  width: 100%;
  height: 5px;
}

.cleaner_10 {
  clear: both;
  width: 100%;
  height: 10px;
}

.cleaner_15 {
  clear: both;
  width: 100%;
  height: 15px;
}

.cleaner_20 {
  clear: both;
  width: 100%;
  height: 20px;
}

.cleaner_30 {
  clear: both;
  width: 100%;
  height: 30px;
}

.cleaner_40 {
  clear: both;
  width: 100%;
  height: 40px;
}

.cleaner_45 {
  clear: both;
  width: 100%;
  height: 45px;
}

.cleaner_50 {
  clear: both;
  width: 100%;
  height: 50px;
}

.cleaner_100 {
  clear: both;
  width: 100%;
  height: 100px;
}

.cleaner_200 {
  clear: both;
  width: 100%;
  height: 200px;
}

.cleaner_300 {
  clear: both;
  width: 100%;
  height: 300px;
}

#header {
  top: 0;
  background-color: #000000;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  position: fixed;
  width: 100%;
  z-index: 3;
  border: 0px solid #ffffff;
}

/* nav */
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #000000;
}

.nav li a {
  display: block;
  padding: 20px 20px;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #ffffff;
  ;
  text-decoration: none;
}

.nav li a:hover,
.nav .menu-btn:hover {
  color: #686868;


  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.nav .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 20px 20px;
  text-decoration: none;
}

/* Nav menu */
.nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* Nav menu icon */
.nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.nav .menu-icon .navicon {
  background: #ffffff;
  /* Mobile Nav 3 Striche Coler */
  display: block;
  height: 2px;
  position: relative;
  transition: background-color .2s ease-out;
  width: 18px;
}

.nav .menu-icon .navicon:before,
.nav .menu-icon .navicon:after {
  background: #ffffff;
  /* Mobile Nav 3 Striche Coler */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.nav .menu-icon .navicon:before {
  top: 5px;
}

.nav .menu-icon .navicon:after {
  top: -5px;
}

/* Nav menu btn */
.nav .menu-btn {
  display: none;
}

.nav .menu-btn:checked~.menu {
  max-height: 240px;
}

.nav .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.nav .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.nav .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* List  in Nav*/

ul.unstyled {
  list-style: none;
  padding-left: 2%;
}

ul.unstyled li {
  padding: 0.4em 0;
}

/* END of Nav */
/*LIST*/
ul.default {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.default li {
  padding: 0.60em 1.4em;
  border-top: 0px solid;
  border-color: rgba(255, 255, 255, .1);
}

ul.default li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.default a {
  text-decoration: none;
  color: #fff;
}

ul.default a:hover {
  text-decoration: none;
}

ul.style {
  list-style: none;
}

ul.style li {
  margin: 1em;
  padding: 2em 0em 1.5em 0em;
  border-top: 1px solid #ECECEC;
}

ul.style li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style img {
  float: left;
  margin-right: 20px;
}


ul.style .posted {
  padding: 0em 0em 1em 0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #ffffff;
}

ul.style .first {
  padding-top: 0px;
  border-top: none;
}

/* Images */
.picborder {
  border: 3px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.images {
  display: flex;
  flex-direction: row;

}

.image_item {
  width: 30%;
  margin: 2%;
}

.image_item img {
  width: 60%;
  height: auto;
  object-fit: cover;

}

.bild_img {
  margin: 0px auto;
  width: 90%;
  padding: 0em 1.0em 0em 1.0em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0px;
  border-color: blue;
  border-style: solid;
}


.videoborder {
  width: 70%;
  height: auto;
  border: 2px solid #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#main {
  width: 100%;
  margin-top: 0%;
  background-color: #fff;
  border: 0px solid #ffffff;
}

#section1 {
  width: 100%;
  min-height: 720px;
  margin: auto;
  position: static;
  text-align: center;
  background: #000 url(images/background1a.jpg) no-repeat;
  /* Background image is copyright reserved. - Dieses bild (background) ist urheberrechtlich gesch�tzt */
  background-size: cover;
  border: 0px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#logo {
  padding-top: 12em;
  display: block;
  border: 0px solid #FFF;
}

#logo h1 {
  display: block;
  letter-spacing: 1px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 600;
  color: #FFF;

}

#logo span {
  display: block;
  padding-top: 0.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: rgba(255, 255, 255, .5);

}

.flex-container1 {
  display: flex;
  flex-direction: row;
  /* Standardwert */
  width: 100%;
  height: auto;
  background: #000 url(images/banner4.jpg) no-repeat;
  /* Background image is copyright reserved. - Dieses bild (background) ist urheberrechtlich gesch�tzt */
  background-size: cover;
  border: 0px;
  border-color: #000dff;
  border-style: solid;
  border-bottom: 1px solid #ffffff;
}

.flex-item-insite1 {
  flex: 0 1 auto;
  width: 98%;
  height: auto;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 1%;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

.flex-item-insite1 h2 {
  text-align: center;
}



.flex-container2 {
  /* Standardwert */
  width: 100%;
  height: auto;
  background: #000 url(images/banner_f.jpg) no-repeat;
  /* Background image is copyright reserved. - Dieses bild (background) ist urheberrechtlich gesch�tzt */
  background-size: cover;
  border: 0px;
  border-color: #000dff;
  border-style: solid;
  border-bottom: 1px solid #ffffff;
  /* add flexbox style */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.flex-item-leftsite2 {
  width: 56%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  box-sizing: border-box;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

.album_cover {
  width: 90%;
  height: auto;
  /* Alter Wert war: 60% */
  margin: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  border: 0px solid #000000;
}

.flex-item-sitebar {
  width: 36%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  box-sizing: border-box;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

#video_container {
  width: 100%;
  min-height: 500px;
  background: #000 url(images/banner_h.jpg) no-repeat;
  /* Background image is copyright reserved. - Dieses bild (background) ist urheberrechtlich gesch�tzt */
  background-size: cover;
  border: 0px;
  border-color: #000dff;
  border-style: solid;
  border-bottom: 1px solid #ffffff;
}

.video_ueberschrift {
  width: 100%;
  margin: auto;
  text-align: center;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

.flex-container3 {
  /* Standardwert */
  width: 100%;
  min-height: 500px;

  border: 0px;
  border-color: #000dff;
  border-style: solid;
  border-bottom: 1px solid #ffffff;
  /* add flexbox style */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.flex-item-leftsite3 {
  width: 48%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 1%;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

.flex-item-rightsite3 {
  width: 48%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 1%;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

#footer {
  overflow: hidden;
  background: #000 url(images/background1.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  bottom: 0;
  text-align: center;
  border: 0px;
  border-color: #e5e5e5;
  border-style: solid;
}

.flex-container4 {
  /* Standardwert */
  width: 100%;
  min-height: 400px;
  padding-top: 3%;
  border: 0px;
  border-color: #000dff;
  border-style: solid;
  /* add flexbox style */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;

}

.flex-item-cell1 {
  width: 31%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 2%;
  border: 0px;
  border-color: #ff0000;
  border-style: solid;
}

.flex-item-cell2 {
  width: 31%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  border: 0px;
  border-color: #00ff11;
  border-style: solid;
}

.flex-item-cell3 {
  width: 31%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  border: 0px;
  border-color: #3700ff;
  border-style: solid;
}

.copyright {
  width: 98%;
  height: auto;
  text-align: center;
  margin-top: 5px;
  border: 0px;
  border-color: #ffea00;
  border-style: solid;
}

/*     ############### Mobile & Co #########################    */


/* 48em = 768px Nav Menu */

@media (min-width: 48em) {
  .nav li {
    float: left;
  }

  .nav li a {
    padding: 20px 30px;
  }

  .nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .nav .menu-icon {
    display: none;
  }
}

/*add responsive media quaries*/

@media screen and (max-width: 600px) {
  .flex-item-leftsite2 {
    width: 97%;
  }

  .flex-item-sitebar {
    width: 97%;
  }
/* Video Container */
  .flex-item-leftsite3 {
    width: 97%;
  }
  .flex-item-rightsite3 {
    width: 97%;
  }
  /* Footer */
  .flex-item-cell1 {
    width: 97%;
  }
  .flex-item-cell2 {
    width: 97%;
  }
  .flex-item-cell3 {
    width: 97%;
  }
}