
@font-face {
  font-family: "Captureit";
  src: url("../fonts/Captureit.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/Captureit.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LemonMilklight";
  src: url("../fonts/LemonMilklight.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/LemonMilklight.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* =============================================================================
  PRESET
============================================================================= */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
small,
strong,
ol,
ul,
li,
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::selection {
    background: #ff6000;
    color: #fff;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #ff6000;
     color: #fff;
}

.deselect ::selection {
    background: transparent;
    color: inherit;
}
.deselect ::-moz-selection {
    background: transparent;
    color: inherit;
}
.deselect {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

/* =============================================================================
  Typo
============================================================================= */
body{
  font-family: "LemonMilklight";
  font-size: 18px;
}
h1{
  font-size: 90px;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 15px;
  font-family: "LemonMilklight";
  margin: 0;
}
h2{
  font-size:50px;
  color: #ff6000;
  background: #000;
  display: inline-block;
  padding: 15px;
  font-family: 'Captureit';
  margin-left: 35px;
  margin-top: 0;
}
h3{
  font-size: 28px;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 5px;
  font-family: "LemonMilklight";
  margin: 0;
}
h5{
  font-size: 16px;
  color: #fff;
  font-family: "LemonMilklight";
}
p{
  font-size: 16px;
  font-family: "LemonMilklight";
  color: #000;
  padding-top: 40px;
}
span{
  color: #ff6000;
}
a:hover{
  text-decoration:underline;
  text-decoration-color: #ff6000;
}
.subline{
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}
.schwarz{
  background-color: #000;
  color: #fff;
}
.show-more-btn{
font-family: 'Captureit';
  background-color: #000;
  color: #ff6000;
  border-radius: 0;
  font-size: 18px;
  padding:15px;
}
.show-more-btn:hover{
  text-decoration: none;
  outline:0;
  color: #fff;
    border-radius: 0;
}
.show-more-btn:focus{
  text-decoration: none;
  outline:0;
  color: #fff;
    border-radius: 0;
}
.show-more-btn:visited{
  text-decoration: none;
  outline:0;
  color: #ff6000;
    border-radius: 0;
}

/* =============================================================================
Header
============================================================================= */

.header {
  height: 100vh;
  width: 100%;
  text-align: center;
  min-height: 750px;
  margin-bottom: 30px;
}

.subheader {
  width: 100%;
  text-align: center;
  min-height: 450px;
  margin-bottom: 100px;
  background: rgba(255, 96, 0, 0.8);
}

.logo{
  display: block;
  z-index: 99;
  position: absolute;
  text-align: center;
  padding: 15px;
  width: 160px;
  top: 5px;
}
.logo img{
  width: 100%;
  height: auto;
}

.header-bg{
  width: 100%;
  height: 100vh;
  min-height: 750px;
  object-fit: cover;
  object-position: top;
  z-index: 1;
  filter: contrast(200%);
  user-select: none;
}

.slogan{
  z-index: 10;
  padding-top: 250px;
  padding-bottom: 250px;
  text-align: center;
  position: absolute;
}

.text{
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 90px;
  z-index: 20;
}

/* =============================================================================
INFO
============================================================================= */
.info{
  background-color: #fff;
  padding: 70px 15px 100px 15px;
  text-align: center;
}
.info h3 {
  margin-top: 50px;
}

/* =============================================================================
Aktuelles
============================================================================= */
.aktuelles{
    background-color: #fff;
    padding: 100px 15px 100px 15px;
    text-align: center;
}
.aktuelles h2{
margin-bottom: 30px;
}
.aktuelles p{
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
}
.aktuell-img{
  background-image: url(../img/nach_vorne_musik_band_B104_2020.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 50%;
  padding-top:50%;
  min-height: 320px;
}
.aktuell-text{
  text-align: left;
}
.more p{
  padding: 5px;

}
.more{
  padding:15px;
  text-align: left;
}

#more{
  display: none;
}

/* =============================================================================
  Idee
============================================================================= */
.idee{
  background-color:  #000;
  padding: 100px 15px 100px 15px;
  text-align: center;
}
.idee h2{
  background-color: #fff;
}
.idee p{
color: #fff;
}
/* =============================================================================
Footer
============================================================================= */
.footer{
  padding: 50px 15px 40px 15px;
  background-color: #ff6000;
}
.footer-list{
  background-color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  padding: 3px;
}
.footer-list a{
  color: #fff;
}
.cta{
  background-color: #fff;
}
.cta a{
  color: #000;
  text-decoration: none;
}
.copyright{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright img{
  width: 120px;
  height: auto;
}
.footer-ico{
  margin-top: 8px;
  width: 48px;
  height: auto;
}

/* =============================================================================
Daten
============================================================================= */
.daten{
  margin-bottom: 50px;
}
.daten h3 {
  padding-left: 0;
  padding-top: 30px;
}
.daten a{
  color: #ff6000;
}
/* =============================================================================
  Responsive Media
============================================================================= */
@media(max-width: 998px){
  .text{
    position: relative;
    left:0;
    bottom:50px;
  }
  h2{
    margin-left: 0;
  }
}
@media(max-width: 786px){
.aktuell-img-frame{
  padding-left: 0;
  padding-right: 0;
}
}

@media(max-width: 420px){
  .slogan{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .logo{
    display: none;
  }
  .text{
    position: relative;
    left:0;
    bottom:90px;
  }
  h1{
    font-size:75px;
  }

  h2{
    font-size:38px;
    margin-left: 0;
  }
  h3{
    font-size: 20px;
    }
}
