@font-face {
    font-family: 'elegant_typewriterregular';
    src: url('../font/elegant_typewriter-webfont.woff2') format('woff2'),
         url('../font/elegant_typewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
    font-family: 'elegant_typewriterregular', Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #8c8c8c;
    letter-spacing: .5px;
}

h1, h2, h3{
    font-weight: normal;
}

a{
    color: #fff;
}

a:hover{
    color: #f2f2f2;
    text-shadow: .5px .5px 0 #302f2f;
}

.header {
    background-color: #8c8c8c;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

.TV{
    font-size: 3.5em;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.nav {
    margin: 0.5rem 0;
}

.nav ul{
    margin: 0px;
    padding: 0px;
} 

.nav ul li{
    display: inline;
}

.nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 1rem;
    font-size: 1rem;
}

.nav a:hover {
    text-decoration: underline;
}

.hero {
    text-align: center;
    margin: 0rem 0;
}

.artist-photo {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.credit{
    font-size: 10px;
    margin-top: 3px;
}

.post_img{
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
}

.post_img img{
    width: 100%;
}

iframe{
    border:none;
    /* width: 100%; */
    max-width: 600px;
    box-sizing: border-box;
}

.hl_1{
    margin-top: 30px;
    margin-bottom: 30px !important;
    text-align: center;
}

.posts{
    padding: 1rem;
    text-align: left;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
}

.booking.posts{
    width: 700px !important;
    max-width: 100%;
}

.booking.posts iframe{
    margin: 10px 0px 10px 0px;
}

.booking.posts .align_center{
margin: auto;
display: block;
}

.booking.hero img{
max-width: 300px;
border-radius: 0px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.post{
    margin-bottom:60px;
}

.posts h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.posts ul {
    list-style-type: none;
    padding: 0;
}

.posts {
    margin: 0 auto;
    font-size: 1rem;
    font-weight:300;
}

.align_center{
    text-align: center;
}

.align_full{
    text-align: justify !important;
}

footer {
    background-color: #8c8c8c;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}

footer p {
    margin: 0;
    font-size: 11px;
}

footer a{
    text-decoration: none;
}

.footer_menu{
 text-align: center;
 font-size: 12px;
}
.footer_menu ul{
    margin: 0px;
    padding: 0px;
    display: inline;
}

.footer_menu li{
    list-style: none;
    display: inline;
}

 .footer_menu li:after {
    content: '|';
    margin: 0 5px;
 }

  .footer_menu ul li:last-child:after {
        content: '';
        margin: 0px;
  }

@media (max-width: 768px) {
    .tour-dates h2 {
        font-size: 1.2rem;
    }

    .tour-dates li {
        font-size: 0.9rem;
    }

    .nav a {
        font-size: 0.9rem;
    }
}


/* KONTAKT */

.contact {
    text-align: center;
    padding: 0rem;
}

.contact h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.contact p, .contact address {
    font-size: 1rem;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
}

.contact a {
    color: #fff;
    text-decoration: underline;
}

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

/* TRAILER */

.trailer{
    width: 900px;
    max-width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 30px auto;
}



  /* IMPRINT */

  .impressum{
    width: 400px;
    margin: 0 auto;
  }

  /* Datenschutz */

  .datenschutz{
    width: 400px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {

    body{
        padding: 15px;
    }
    
    .tour-dates h2 {
        font-size: 1.2rem;
    }

    .tour-dates li {
        font-size: 0.9rem;
        
    }

    .nav a {
        font-size: 0.9rem;
        margin: 0 10px;
    }

   

    .TV{
        font-size: 2.5em;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .impressum{
        width: 300px;
        margin: 0 auto;
        font-weight: 300;
      }

    .datenschutz{
        width: 300px;
        margin: 0 auto;
        font-weight: 300;
      }
}