/*@font-face {
    font-family: 'Open Sans';
    src: @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
}
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');


@font-face{
    font-family:"big-john-pro-regular";
    src:url("https://dafonttop.com/wp-data/b/835/8835/file/bigjohnpro-regular.otf") format("woff"),
    url("https://dafonttop.com/wp-data/b/835/8835/file/bigjohnpro-regular.otf") format("opentype"),
    url("https://dafonttop.com/wp-data/b/835/8835/file/bigjohnpro-regular.otf") format("truetype");
}
*/
@font-face {
font-family: 'Big John PRO Regular';
font-style: normal;
font-weight: normal;
src: local('Big John PRO Regular'), url('../fonts/BigJohnPRO-Regular.woff') format('woff');
}


@font-face {
font-family: 'Big John PRO Bold';
font-style: normal;
font-weight: normal;
src: local('Big John PRO Bold'), url('../fonts/BigJohnPRO-Bold.woff') format('woff');
}


@font-face {
font-family: 'Big John PRO Light';
font-style: normal;
font-weight: normal;
src: local('Big John PRO Light'), url('../fonts/BigJohnPRO-Light.woff') format('woff');
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: black;
	background-size: cover;
    font-size: 1em;
	font-family: 'Big John PRO Regular';;


}
/*alte Browser*/
.ie6 img {
	width:100%;
}
img, object, embed, video {
	max-width: 100%;
}
a {
	text-decoration: none;
     color: white;
}
a:hover {
}
h3{
     color: white;
}
.inhalt li{
     display: block;
}

/* Layout für Smartphones: */
@media only screen and (min-width: 0px) and (max-width: 1000px) {
     #website {
     	width: 100%;
     	margin-left: 0%;
     	margin-right: 0%;
     	background-color: black;
     }
     #header {
     	width: 100%;
          margin: 0 auto;
          border-bottom: 2px solid #c6c6c6;
          background-color: black;
     }
     #header .logo {
          width: 50%;
          margin-left: 25%;
		  margin-top: 30px;
		  margin-bottom: 1em;
     }
     #mobile_menu {
          margin-top: 0.4em;
          display: block;
          background-color: white;
          text-align: center;
          font-size: 1.4em;
     }
     .nav {
          display: none;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          background-color: black;
     }
     .nav ul{
          margin: 0 auto;
          padding: 0;
          list-style-type: none;
     }
     .nav li{
          font-size: 1.4em;
          color: white;
          text-decoration: none;
          display: block;
          margin: 1em;
          line-height: 40px;



     }
     .nav li a{
          color: white;

     }

     .nav li a:hover{
          color: #c6c6c6;
     }

     .social-media {
          margin: 0;
          padding: 0;
          text-align: center;
     }
     .social-media li{
          display: inline;
     }
     .social {
          width: 30px;
          margin: 2%;
     }

     #center {
     	margin-top: 0em;
     	width: 100%;
     	overflow: hidden;
     	clear: both;
     	background-color: black;
     }
     h1 {
     	text-align: center;
          font-weight: bold;
          color: white;
     	padding: 0em;
     	margin-bottom: 1em;
     }
     .aufzaehlung {
     	margin-top: 0.4em;
     }
     .aufzaehlung li{

     	font-size: 1.1em;
     	margin: 0em;
     	padding: 0em;
     	line-height: 150%;
     }

     .inhalt{
     	 width: 90%;
     	 margin: 0 auto;
     	 margin-bottom: 1em;
     	 background-color: black;
     	 overflow: hidden;
     }
     .inhalt p{
     	float: left;
     	width: 100%;

     	font-size: 1.1em;
     	margin-top: 0.4em;
     	line-height: 150%;
          color: white;
     }
     .inhalt h2{
     	margin-bottom: 0em;
          color: white;
     }
     .inhalt h2:hover{
     	color: ##c6c6c6;
     }
     .inhalt img{
     	width: 100%;
     }
     .inhalt .logo{
     	width: 30%;
          margin-right: 35%;
          margin-left: 35%;
     }

     #footer {
     	width: 100%;
          height: 50px;
          line-height: 50px;
     	background-color: black;
          color: white;
     	text-align: center;
     	overflow: hidden;
          bottom:0;

          border-top: 2px solid #c6c6c6;
     }
     #footer a {

          color: white;
     }
     .video{
          width: 90%;
     	margin-left: 5%;
     }
     .main_video {
     	width: 100%;
     	margin-bottom: 2em;

     }

     .video_content {
     	position: relative;
     	padding-bottom: 56%;
     	height: 0;
     	overflow: hidden;
     }

     .video_content iframe {
     	position: absolute;
     	top: 0;
     	left: 0;
     	width: 100%;
     	height: 100%;
     }
     /*Releases*/
     .release {
          width: 90%;
          margin: 0 auto;
          margin-bottom: 3em;
          background-color: black;


     }
     .release h2{
          color: white;
          margin-top: 0px;

     }
     .release .album {
          width: 100%;
          position: relative;

     }
     .release .players {
          width: 100%;
          margin: 0 auto;
          margin-top: 1%;
          overflow: hidden;
          padding-bottom: 1em;
          border-bottom: 1px solid white;

     }
     .release .listen_on {
          width: 40%;
          margin: 4%;

     }
}

/* Layout für Tablet-PCs: */

/*Layout Desktop-PC*/
@media only screen and (min-width: 1001px) {
#website {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	background-color: black;
}
#header {
	width: 100%;
     height: 100px;

     margin: 0 auto;

     border-bottom: 2px solid #c6c6c6;
     background-color: black;
}
#header .logo {
	margin-top: 20px;
     height: 60px;
     float: left;
     margin-left: 20px;
}
#mobile_menu {
     display: none;
}
.nav {
     width: 100%;
     margin: 0 auto;
     text-align: center;
     background-color: black;
}
.nav ul{
     margin: 0 auto;
     padding: 0;
     list-style-type: none;
     margin-right: 110px;
     margin-left: 150px;
}
.nav li{
     font-size: 1.2em;
     color: white;
     text-decoration: none;
     display: inline;
     margin: 1em;
     line-height: 100px;


}
.nav li a{
     color: white;
	font-weight: bold;
}

.nav li a:hover{
     color: #c6c6c6
}

.social-media {
     float: right;
     padding: 0;
	 margin-top:38px
}
.social-media li{
     display: inline;
}
.social {
     text-align: right;
     width: 25px;
     margin-right: 13px;
}

#center {
	margin-top: 1em;
	width: 100%;
	overflow: hidden;
	clear: both;
	background-color: black;
}
h1 {
     font-family: 'Big John PRO Bold';
	text-align: center;
     color: white;
	padding: 1em;
	margin-bottom: 0px;
}
.aufzaehlung {
	margin-top: 0.4em;
}
.aufzaehlung li{
	font-family: 'Big John PRO Regular';
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	line-height: 150%;
}

.inhalt{
	 width: 70%;
	 margin: 0 auto;
	 margin-bottom: 1em;
	 background-color: black;
	 overflow: hidden;
}
.inhalt p{
	float: left;
	width: 100%;
	font-family:'Big John PRO Regular';
	font-size: 1.1em;
	margin-top: 0.4em;
	line-height: 150%;
     color: white;
}
.inhalt h2{
	margin-bottom: 0em;
     color: white;
}
.inhalt h2:hover{
	color: #c6c6c6;
}
.inhalt img{
	width: 100%;
}
.inhalt .logo{
	width: 30%;
     margin-right: 35%;
     margin-left: 35%;
}
.inhalt ul {
     color: white;
}

#footer {
	width: 100%;
     height: 50px;
     line-height: 50px;
	background-color: black;
     color: white;
	text-align: center;
	overflow: hidden;
     bottom:0;

     border-top: 2px solid #c6c6c6;
}
#footer a {

     color: white;
}
.video{
     width: 60%;
	margin-left: 20%;
}
.main_video {
	width: 100%;
	margin-bottom: 2em;

}

.video_content {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.video_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Releases*/
.release {
     width: 70%;
     max-width: 800px;
     margin: 0 auto;
     margin-bottom: 6em;
     background-color: black;


}
.release h2{
     color: white;
     margin-top: 0px;
     text-align: center;
     text-transform: uppercase;

}
.release .album {
     width: 100%;
     position: relative;

}
.release .players {
     width: 100%;
     margin: 0 auto;
     margin-top: 1%;
     overflow: hidden;
     padding-bottom: 1em;
     border-bottom: 1px solid white;

}
.release .listen_on {
     width: 16%;
     margin-left: 4%;
     margin-right: 4%;

}



} /*Ende Pc Ansicht */
