html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

body {
	background-color: #0d0d0d;
}

section {
	min-height: 100%;
}

li {
	list-style-type: none;
}

h2, h3 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

h1 {
	font-family: "Ibarra Real Nova", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	color: #fff;
	letter-spacing: 3px;
	word-spacing: 5px;
	font-weight: 200;
	margin-bottom: 50px;
}

h2 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 50px;
	padding-top: 8%;
	margin-bottom: 5px;
	letter-spacing: 1.2px;
	margin-top: -25px;
}

.skills {
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200px;
	letter-spacing: 1px;
}

h5 {
	font-weight: 300;
	color: #fff;
}

h4, p {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.fa-bars {
	display: none;
	opacity: 0;
}

.inside {
	margin: 0 auto;
	max-width: 1300px;
	align-items: center;
	text-align: center;
}

.home hr {
	color: #ffffff;
	opacity: 100;
	z-index: 1;
}

.fa-solid fa-medal {
	color: #fff;
}

/**hr*************************************************/

.line {
	width: 97px;
	margin-left: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	opacity: 100;
	border-radius: 10px;
	z-index: 1;
}

.pfad {
	width: 69%;
	border-color: #ede4d3;
	border-style: solid;
	align-items: center;
	border-radius: 10px;
	z-index: 1;
}

.pfad2 {
	width: 100%;
	border-color: #ede4d3;
	border-style: solid;
	align-items: center;
	border-radius: 10px;
	z-index: 1;
}

.pfad3 {
	width: 69%;
	border-color: #ede4d3;
	border-style: solid;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 0px;
	z-index: 1;
}

.pfad4 {
	width: 37%;
	border-color: #fff;
	border-style: solid;
	align-items: center;
	z-index: 1;
	border-radius: 10px;
	margin-top: -50px;
}

hr {
	z-index: 1;
}

/**header*************************************************/

header {
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	z-index; 1;
}

#logo {
	width: 50px;
	float: left;
	margin: 7px 0 0 50px;
}

#logo img {
	width: 100%;
	margin-left: 50px;
}

#logo img:hover {
	opacity: 85%;
	transition: all 50ms;
	-webkit-transition: all 50ms;
	-moz-transition: all 50ms;
	-o-transition: all 50ms;
}

#logopn {
	width: 50px;
	float: left;
	margin: 8px 0 0 50px;
}

#logopn img {
	width: 100%;
	margin-left: 50px;
}

#logopn img:hover {
	opacity: 90%;
	transition: all 50ms;
	-webkit-transition: all 50ms;
	-moz-transition: all 50ms;
	-o-transition: all 50ms;
}

header nav {
	float: right;
	margin: -19px 100px 0 0;
}

header nav ul li {
	float: left;
	margin-right: 30px;
}

header nav ul li a {
	color: #0b151a;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
}

header nav ul li a:hover {
	color: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.header {
	z-index: 20;
}

.header.scrolled {
	background: #9dc5cc;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
}

/**home*************************************************/

#home {
	background: url(../img/bg_canada.jpg);
	background-position: top center;
	background-size: cover;
	margin-top: -10px;
}

#home h1 {
	padding-top: 550px;
	font-size: 65px;
	font-weight: 400;
	letter-spacing: 4px;
	font-kerning: normal;
}

#home h2 {
	margin-top: -15px;
}

#homepn h1, h2, a{
	padding-top: 20px;
}

#homepn h1 {
	padding-top: 40px;
	font-size: 75px;
}

#homepn h2 {
	margin-top: -80px;
}

.szlogo img {
	width: 120px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.youtube {
	margin-top: 50px;
	max-width: 715px;
}

iframe {
	align-items: center;
	align-content: center;
}

.ytvideo {
	align-items: center;
	align-content: center;
	margin-top: 35px;
}

.abstand {
	padding-top: 30px;
}

#sven {
	background-color: #fff;
}

/* Instagram Feed *****************************************/

.juicer-feed h1.referral a {
	opacity: 0;
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    pointer-events: none;
    z-index: -1;
    background-color: transparent;
	color: transparent;
}

.referral {
	z-index: -1;
	background-color: transparent;
	color: transparent;
	opacity: 0%;
}

.juicer-feed p {
	font-size: 18px;
	font-weight: 700;
}

.j-share {
	opacity: 0;
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    pointer-events: none;
    z-index: -1;
    background-color: transparent;
	color: transparent;
}

.is-not-youTube .j-poster h3 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}

.j-poster p {
	font-size: 18px;
	letter-spacing: 20px;
	font-weight: 700;
}

.juicer-fee {
	margin-top: -20px;
	opacity: 0;
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    pointer-events: none;
    z-index: -1;
    background-color: transparent;
	color: transparent;
}


/* Polaroid *****************************************/

.row {
	background-color: #0d0d0d;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

div.polaroid {
	align-content: center;
	background-color: #0d0d0d;
}

div.polaroid img {
	margin-top: 20px;
	padding: 10px;
	width: 250px;
	padding-bottom: 10px;
}

div.polaroid-wide {
	align-content: center;
	background-color: #0d0d0d;
}

div.polaroid-wide img {
	margin-top: 20px;
	padding: 10px;
	width: 340px;
}

.container {
	background-color: #4aa8a5;
	text-align: center;
	margin-top: -21px;
	margin-left: 16px;
	height: 30px;
	color: #EDEDED;
	width: 269px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}

.container a:hover {
	text-decoration: underline;
}

.polaroid img{
	filter: grayscale(80%) brightness(85%);
}

.polaroid img:hover {
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
}

.polaroid-wide img{
	filter: grayscale(80%) brightness(85%);
}

.polaroid-wide img:hover {
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
}

.welcome {
	text-align: center;
	padding-bottom: 150px;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	letter-spacing: 25px;
}

/**about-sz*************************************************/

.portrait {
	margin-top: 50px;
	width: 500px;
}

.infotext {
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	font-kerning: normal;
	font-stretch: expanded;
	max-width: 900px;
	align-items: center;
	text-align: center;
	margin-left: 210px;
	line-height: 140%;
	letter-spacing: 1.2px;
}

.infotext p {
	font-weight: 300;
}

.szbio {
	height: 1000px;
}

/**music*************************************************/

.artwork img{
	width: 300px;
	padding-top: 20px;
	filter: grayscale(80%) brightness(72%);
}

.artwork img:hover{
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
}

#music h3{
	width: 900px;
	margin: 0 auto 0 auto;
}

#songs {
	width: 900px;
}

.spotify-player {
	padding-top: 30px;
	padding-bottom: 25px;
	filter: grayscale(80%) brightness(72%);
}

.spotify-player:hover{
	padding-top: 30px;
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
}	

.artist {
	font-size: 30px;
	padding-top: 50px;
}

.artist:hover {
	color: #E6D4E7;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-o-transition: all 150ms;
}


/**contact*************************************************/

form input, textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 0px solid;
	border-color: #0d0d0d;
}

form input:first-child {
	margin-top: 10px;
}

form input {
	width: 550px;
	height: 34px;
}

form textarea {
	width: 550px;
	height: 250px;
	resize: none;
}

.input_text {
	color: #494949;
	padding-left: 10px;
}

.button {
	width: 100px;
	background-color: #404040;
}

.button:hover {
	background-color: #1a1a1a;
	color: black;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
}

	::-webkit-input-placeholder {color: #999999;}
	::-moz-placeholder {color: #999999;}
	::-ms-input-placeholder {color: #999999;}
	::-moz-placeholder {color: #999999;}


.responsive-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-container,
.responsive-container iframe {
    max-width: 1280px;
    max-height: 720px;
}
.responsive-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

/**footer*************************************************/

.footer p{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 25px;
	-webkit-font-feature-settings: "lnum" 1; 
  	-moz-font-feature-settings: "lnum" 1; 
  	-moz-font-feature-settings: "lnum=1"; 
  	-ms-font-feature-settings: "lnum" 1; 
  	-o-font-feature-settings: "lnum" 1; 
  	font-feature-settings: "lnum" 1;
}

.fa {
	color: #fff;
	padding: 5px;
}

.tiktok {
	max-width: 30px;
	margin-bottom: -8px;
	margin-left: -4px;
}

.tiktokicon {
	padding-top: 100px;
}

.fusszeile {
	align-items: center;
}

/**scrollbar*************************************************/

	::-webkit-scrollbar {scroll-behavior: smooth; width: 15px;}
	::-webkit-scrollbar-track {background: #0d0d0d;}
	::-webkit-scrollbar-thumb {background: #888;}
	::-webkit-scrollbar-thumb:hover {background: #555;}

/**media queries*************************************************/

/**tablets*************************************************/

@media screen and (max-width: 1024px) {
	header {
		height: auto;
	}

	#logo {
		width: 25px;
		margin-top: 5px;
	}

	header nav {
		margin-top: 3px;
		font-size: 5px;
	}

	#home {
		margin-top: -80px;
	}

	#home h1 {
		padding-top: 80px;
	}

	#music {
		margin-bottom: -350px;
	}

	#music h3 {
		margin-left: -23px;
		font-size: 35px;
	}

	#songs {
		width: 750px;
		margin-left: 30px;
	}

	.artwork img {
		width: 225px;
	}

	.spotify-player {
		width: 400px;
		margin-left: 140px;
	}

	form input, textarea {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		margin-bottom: 12px;
	}

	form input {
		width: 350px;
		height: 30px;
	}

	form textarea {
		width: 350px;
		height: 100px;
		resize: none;
	}

	.button {
		width: 70px;
		background-color: #BBB;
	}

	#contact h3 {
		font-size: 35px;
		margin-left: -10px;
	}

	#contact {
		min-height: 520px;
	}

	.footer p{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 100;
		color: #fff;
		text-transform: uppercase;
	}

}

/**mobile*************************************************/

@media screen and (max-width: 900px) {
	#logo img {
		width: 28px;
		margin-left: 0px;
	}

	header {
		height: 40px;
	}

	header nav{
		margin: 0;
		float: none;
	}

	.fa-bars {
		display: inline-block;
		width: 100%;
		cursor: pointer;
		text-align: right;
		float: right;
		margin: -25px 30px 0 0;
		padding-top: 7px;
	}

	.fa-bars:hover {
		opacity: 0.7;
		-webkit-transition: all 150ms;
		-moz-transition: all 150ms;
		-o-transition: all 150ms;
	}

	header nav ul {
		height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	header nav ul.open {
		height: auto;
	}

	header nav ul li {
		width: 100%;
		padding: 5px 0;
		margin: 0;
		font-size: 8px;
		background-color: #0d0d0d;
		border: 10px solid #fff;
	}

	header nav ul li:hover {
		background-color: #181818;
		border: 10px solid #fff;
		opacity: 100%;
		-webkit-transition: all 150ms;
		-moz-transition: all 150ms;
		-o-transition: all 150ms;
	}

	nav .fa-bars {
		font-size: 13px;
		margin-top: -29px;
	}

	header nav ul li a {
		font-size: 13px;
		padding-top: 5px;
	}

	#home {
		margin-top: -80px;
	}

	#home h1 {
		padding-top: 100px;
		font-size: 50px;
	}

	#home h2 {
		margin-top: -50px;
	}

	#music {
		margin-bottom: -150px;
	}

	#music h3 {
		margin-left: -100px;
		font-size: 23px;
	}

	#songs {
		width: 100%;
		margin-top: 0px;
		align-items: center;
	}

	.artwork img {
		width: 150px;
	}

	.spotify-player {
		margin-top: -10px;
		width: 250px;
		align-items: center;
	}

	form input, textarea {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		margin-bottom: 12px;
	}

	form input {
		width: 250px;
		height: 30px;
	}

	form textarea {
		width: 250px;
		height: 100px;
		resize: none;
	}

	.button {
		width: 70px;
		background-color: #BBB;
	}

	#contact h3 {
		font-size: 23px;
		margin-left: -10px;
	}

	#contact {
		min-height: 320px;
	}

	.footer p{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 100;
		color: #fff;
		text-transform: uppercase;
	}


}