body {
    color: white;
    margin: 0;
    background: #000;
    font-family: 'Titillium Web', sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

    a:hover {
        text-decoration: underline; 
    }

h1 {
    font-family: Dense-Regular;
    font-size: 2.5em;
    letter-spacing: 0.5em !important;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
    text-align: left;
}

h2 {
    font-family: Dense-Regular;
    font-size: 1.3em;
    letter-spacing: 0.3em !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
    text-align: left;
}

.img-big {
    height: 200px;
    border: 1px solid #FFF;
}

.img-small {
    height: 100px;
    border: 1px solid #FFF;
}

section {
    position: fixed;
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -50;
    overflow: hidden;
}

#header {
    position: fixed;
    display: block;
    width: 100%;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 40%;
    background-color: black;
    z-index: 1000;
    padding-top: 2%;
    height: 10%;
}

#rotateDevice {
    display: block;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 10%;
    background-color: black;
    text-align: center;
}

#rotateDeviceImg {
    display: inline-block;
    font-size: 1.5em;
    margin-top: 20px;
}

 @media only screen and (orientation:landscape) { 
     #content {  
        top: 100%;
     } 
	 
	 .contenttext {
		 width: 60%;
	 }
	 
	 #scrollDown{
		display: block;
	 }
 } 
 
  @media only screen and (orientation:portrait) { 
	 #content {  
        top: 10%;
     }  
	 
	 .contenttext {
		 width: 80%;
	 }
	 
	 #scrollDown{
		display: none;
	 }
	 
	 #youtubePlayer{
		 display: none;
	 }
 } 


#youtubePlayer {
    pointer-events: none;
}

#ytIFrame {
    position: fixed;
    z-index: -100;
}

#centerDown {
    width: 100px;
    margin: auto;
}

#scrollDown {
    position: absolute;
    bottom: 0px;
    text-align: center;
}

    #scrollDown .fa-angle-down {
        font-size: 2.5rem;
    }

#songkick-tourdates {
    margin-top: -50px;
    margin-bottom: -50px;
}

#content {
    display: block;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5);
}
#contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contact h1 {
    width: 100%;
}

.contactBooking {
    text-align: right;
}

.contenttext {
    z-index: 2;
    margin: auto;
    top: 100px;
    font-size: 1.2rem;
    margin-bottom: 90px;
}

#footer {
    display: block;
    width: 10%;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
}

    #footer img {
        width: 100%;
    }

#impressum {
    display: none;
}

.cedricButton {
    display: block;
    width: 30%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(100,100,100,.80);
    border-radius: 3px;
    border-color: white;
    border-width: 1px;
    cursor: pointer;
    -webkit-transition: .3s background;
    transition: .3s background;
    text-align: center;
}