*,
*:after, /*reset für margins/paddings und sorgt dafür, das padding + border innerhalb des elements vorgenommen werden (und nicht außerhalb)*/
*:before{
	-webkit-box-sizing: border-box; /*Webkit? Das sind die prefix-Versionen für ältere Browser/webkit-Browser, die unprefixed nicht supporten*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline: none;
	font-family: 'Roboto Slab', Verdana, sans-serif;
	font-weight: 400;
	color: #a7a7a7;
	text-align: center;
}

a:hover {
    color: #616161;
}

body,
html{
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', Verdana, sans-serif;
	font-size: 16px;
	color: #464646;
	line-height: 2.0;
	background-color: #f9f9f9;
}

h1{
	font-family: 'Sedgwick Ave', Tahoma, cursive;
	font-size: 55px;
	line-height: 1.0;
	color: #c29b64;
}

h2{ /* überschrift absatz */
	font-family: 'Roboto Condensed', Arial, serif;
	font-size: 28px;
	margin: 30px 0px 10px 0px;
}

h3{ /* gold */
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #c29b64;
}

h4{ /* subtitles + h1 */
	font-family: 'Roboto Slab', Verdana, sans-serif;
	font-weight: 400;
	color: #a7a7a7;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

h5{ /* zitate */
	font-family: 'Roboto Slab', Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #7c7c7c;
	text-align: center;
	margin: -15px 0px;
}

h6{ /* überschrift */
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

hr{
	max-width: 250px;
	margin: 45px auto;
	color: #e3f2fd;
	background: #3f51b5;
}

img {
	margin: 5px 0px 0px 0px;
    max-width: 100%;
}

.wrapperout{
	height: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;	
	background: url('img/cover_main_uk.png') no-repeat;
	background-size: cover;
}

.nav{
	text-align: right;
	list-style: none;
	position: relative;
}

.nav ul li{
	display: inline-block;
	padding: 10px 15px 0px 0px;
}

.header{
	padding: 120px 0px 160px 0px;
	text-align: center;
	position: relative;
}

.wrapperin{
	height: 100%;
	max-width: 950px;
	margin: auto;
	position: relative;
	padding: 0px 5px;
}

.read{
	margin: 70px 0px 20px;
	position: relative;
}

.me{
	width: 100%;
	max-width: 950px;
	height: 270px;
	position: relative;
	text-align: center;
}

.rifattbg{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 50px -15px #aaaaaa;
}

.rifattpic{
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 300px;
	position: relative;
	background: url('img/preview_rifatt.png') no-repeat center;
	background-size: cover;
}

.rifatttxt{
	margin: 40px 0 80px 0;
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 260px;
	position: relative;
}

.lebenslaufbg{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 50px -15px #aaaaaa;
}

.lebenslaufpic{
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 300px;
	position: relative;
	background: url('img/preview_aboutme.png') no-repeat center;
	background-size: cover;
}

.lebenslauftxt{
	margin: 40px 0 80px 0;
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 260px;
	position: relative;
}

.tagbg{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 50px -15px #aaaaaa;
}

.tagpic{
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 300px;
	position: relative;
	background: url('img/preview_tag.png') no-repeat center;
	background-size: cover;
}

.tagtxt{
	margin: 40px 0 80px 0;
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 260px;
	position: relative;
}

.bsbbg{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 50px -15px #aaaaaa;
}

.bsbpic{
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 300px;
	position: relative;
	background: url('img/preview_platzhalter.png') no-repeat center;
	background-size: cover;
}

.bsbtxt{
	margin: 40px 0 80px 0;
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 260px;
	position: relative;
}

.drumcoverbg{
	background-color: #f2f2f2;
	box-shadow: 1px 1px 50px -15px #aaaaaa;
}

.drumcoverspic{
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 300px;
	position: relative;
	background: url('img/preview_drums.png') no-repeat center;
	background-size: cover;
}

.drumcoverstxt{
	margin: 40px 0 80px 0;
	text-align: center;
	width: 100%;
	max-width: 950px;
	height: 260px;
	position: relative;
}

.footer{
	list-style: none;
	width: 100%;
	height: 25px;
	bottom: 0;
	position: relative;
	text-align: center;
}

.footer ul li{
	display: inline-block;
	padding: 0px 50px 0px 50px;
}

.active{
	color: #D80000;
}



 /* Style the Image Used to Trigger the Modal */
.myImg {
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 960px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 960px;
    text-align: center;
	font-family: 'Roboto', Verdana, sans-serif;
	color: #7c7c7c;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}