@import url("reset.css");

/* roboto-condensed-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v27-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oleo-script-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oleo Script';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oleo-script-v14-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	color: #4b4b4b;
	line-height: 28px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header {}

.flex {
	display: flex;
}

nav {
	display: flex;
	padding: 10px 10%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

nav ul {
	display: flex;
	align-items: center
}

.logo img {
	height: 100px;
}

nav ul {
	margin-left: 100px;
}

nav ul li a {
	padding-left: 20px;
	font-size: 18px;
	color: #262626;
	text-decoration: none;
}

header .flex {
	align-items: center;
	height: 850px;
	background: #eee
}

header .slogan {
	padding-left: 10%;
	padding-right: 20%;
	width: 60%;
}

.dropdown{
	display: none;
}

header .rot {
	width: 40%;
	background: #d63432;
	height: 850px;
}

.gitarre {
	position: absolute;
	right: 0;
	height: 850px;
	margin-right: 23.5%;
}

h1 {
	text-transform: uppercase;
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 10px;
	color: #4b4b4b
}

h1 span {
	color: #d63432;
}

header .button,
.parallax .button,
#premium-gitarren .button {
	background: #d63432;
	padding: 10px;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'Oleo Script';
	font-size: 25px;
}

#ueber-uns {
	background: url(../images/bricks.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 10%;
}

#ueber-uns .flex {
	align-items: center;
	column-gap: 100px;
}

#ueber-uns .col1 {
	width: 40%;
}

#ueber-uns .col2 {
	width: 60%;
}

#ueber-uns img {
	width: 100%;
}

h2 {

	font-family: 'Oleo Script';
	color: #d63432;
	font-size: 30px;
	padding-bottom: 10px;
}

h3 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 20px;
}

h4 {

	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
}

#claim .flex {
	align-items: center;
	background: #eee
}

#claim .padding {
	padding: 100px 10% 100px 20%;
}

#claim .col {
	width: 50%;
}

#claim img {
	width: 100%;
}

#service {
	margin-top: -8px;
}

#service .flex {
	align-items: center;
	background: #2e2e2e;
}

#service .col1 {
	width: 60%;
	background: #262626;
	padding: 150px 10%;
	color: #b5b5b5
}

#service .col2 {
	width: 40%;
	text-align: center;
	padding: 100px 10%;
	color: #d63432;
	font-family: 'Oleo Script';
	font-size: 40px;
	line-height: 50px;
}

.parallax {
	padding: 200px 10%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	background: url(../images/parallax.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase
}

.parallax .button {
	text-transform: none;
	margin-top: 40px;
}

#premium-gitarren {
	background: #eee;
	padding: 100px 10%;
	text-align: center
}

#premium-gitarren .col {
	width: 33.3%;
	margin-top: 80px;
}

#premium-gitarren .col img {
	height: 600px;
}



#kontakt {
	background: url(../images/bricks.jpg);
	background-attachment: fixed;
	background-size: cover;
}

#kontakt .flex {
	align-items: center;
}

#kontakt .inhalt {
	width: 70%;
	padding: 100px 25% 100px 10%;
}

#kontakt .roter-bg {
	background: #d63432;
	height: 650px;
	width: 30%
}

#impressum{
	padding: 150px 10%;
	background: url(../images/bricks.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#impressum a{
	text-decoration: none;
	color: #d63432
}

#impressum .col{
	width: 50%;
}

#impressum .flex{
	column-gap: 50px;
}

#kontakt .haende {
	position: absolute;
	right: 0;
	height: 450px;
	width: 40%;
	margin-right: 10%;
	object-fit: cover
}

#kontakt .quote {

	font-family: 'Oleo Script';
	color: #d63432;
	font-size: 25px;
	line-height: 35px;
	margin-top: 20px;
}

#kontaktdaten {
	padding: 100px 10%;
	text-align: center;
	background: #222222;
	color: #ddd
}

#kontaktdaten .col {
	width: 33.3%;
}

#kontaktdaten .flex {
	column-gap: 50px;
}

#kontaktdaten a {
	text-decoration: none;
	color: #d63432
}

.dse {
	padding: 10px 10%;
	text-align: center;
	background: #191919;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.dse a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #777777;
	text-decoration: none;
}

.modaloverlay h3 {
	font-size: 30px !important;
	padding-bottom: 20px;
	text-align: center;
	text-transform: inherit;
}

a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99999;
	display: none;
}

.pfeil {
	margin-top: 20px;
	height: 40px !important;
}

.modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 9999;
}

.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 3em;
	overflow-y: scroll;
	height: 45vh;
	margin-left: 5%;
	z-index: 9999;
	width: 40%;
	margin-top: 20vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modals h3 {
	color: #000;
	font-size: 40px;
}

.modals p {
	font-size: 16px;
	font-family: 'Roboto';
	line-height: 23px;
	color: #5f5f5f;
	text-align: center;
}

.modaloverlay a {
	color: #000;
	text-decoration: none;
}

.modaloverlay .close {
	background-color: #000;
	color: white;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

#navbar {
	background-color: #333;
	position: fixed;
	top: -100px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
	padding-left: 10%;
}

#navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 17px;

}

#navbar a:hover {
	background-color: #ddd;
	color: black;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1550px) {
	nav ul {
		margin-left: 20px;
	}

	.gitarre {
		margin-right: 20.5%;
	}
}

@media screen and (max-width: 1320px) {
	.gitarre {
		height: 650px;
		margin-right: 21%;
	}

	header .flex {
		height: 650px;
	}

	header .rot {
		height: 650px;
	}

	header .slogan {
		padding-right: 15%;
	}

	.logo img {
		height: 70px;
	}

	nav ul li a {
		padding-left: 18px;
		font-size: 17px;
	}

	/*CSS*/
}

@media screen and (max-width: 1150px) {
	
	.modaloverlay .modals {
    padding: 2em;
    height: 80vh;
    width: 80%;
    margin-top: 10vh;
}
	header .slogan {
		width: 70%;
	}

	header .rot {
		width: 30%;
		height: 550px;
	}

	.gitarre {
		height: 550px;
		margin-right: 12%;
	}

	header .flex {
		height: 550px;
	}

	header .slogan {
		padding-right: 20%;
	}

	#claim img {
		height: 500px;
		object-fit: cover;
	}

	#premium-gitarren .col img {
		height: 400px;
	}

}

@media screen and (max-width: 950px) {
	nav ul {
		display: none;
	}
		.dropbtn {
		background-color: #d63432;
		color: white;
		padding: 10px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 0px;
		right: 0px;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(214, 52, 50, 0.31);
	}

	.show {
		display: block;
	}

	h1 {
		font-size: 35px;
		line-height: 40px;
	}

	header .button,
	.parallax .button,
	#premium-gitarren .button {
		font-size: 20px;
	}

	.gitarre {
		height: 450px;
	}

	header .rot {
		height: 450px;
	}

	header .flex {
		height: 450px;
	}

	#navbar {
		display: none;
	}

	.parallax {
		padding: 100px 10%;
		font-size: 30px;
		line-height: 40px;
	}

	#kontakt .haende {
		display: none;
	}

	#kontakt .inhalt {
		width: 90%;
		padding: 100px 10% 100px 10%;
	}

	#kontakt .roter-bg {
		background: #d63432;
		height: 650px;
		width: 10%;
	}

	#premium-gitarren .flex {
		display: block;
	}

	#premium-gitarren .col {
		width: 100%;
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
	}

	#premium-gitarren .col img {
		height: 500px;
	}

	#service .col1 {
		width: 100%;
		padding: 100px 10%;
	}

	#service .col2 {
		width: 100%;
		line-height: 50px;
	}

	#service .flex,
	#kontaktdaten .flex,
	#claim .flex,
	#ueber-uns .flex {
		display: block;
	}

	#claim .col {
		width: 100%;
	}

	#claim img {
		height: 200px;
	}

	#kontaktdaten .col {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	#ueber-uns .col2 {
		width: 100%;
		margin-top: 50px;
	}

	#ueber-uns .col1 {
		width: 100%;
		max-width: 300px;
	}

	#claim .padding {
		padding: 100px 10% 100px 10%;
	}
	
	

}

@media screen and (max-width: 700px) {
	.gitarre {
		display: none;
	}
	
	

	header .slogan {
		padding-right: 5%;
		width: 85%
	}

	header .rot {
		width: 15%;
	}

	.logo img {
		height: 50px;
	}

	h3 {
		text-transform: uppercase;
		font-size: 26px;
		line-height: 36px;
		padding-bottom: 20px;
	}

	#kontakt .roter-bg {
		display: none
	}
	
	#impressum .flex{display: block}
	#impressum .col{
		width: 100%;
	}

	#kontakt .inhalt {
		width: 100%;
	}

	.dse a {
		font-size: 13px;
	}
}
