@import url("reset.css");

/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/montserrat-v29-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/montserrat-v29-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reenie-beanie-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: 'Reenie Beanie';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/reenie-beanie-v20-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 25px;
}

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

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

html {
	scroll-behavior: smooth;
}

nav {
	background: url(../images/background.png);
	padding: 10px 10%;
	position: fixed;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
	font-size: 15px;
}

nav ul {
	display: flex;
}

nav ul li a {
	margin-left: 25px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
}

nav img {
	width: 160px;
}

.flex {
	display: flex
}

header .flex {
	align-items: center
}

header .flex div {
	width: 50%;
	height:
}

header .flex .slogan {
	width: 50%;
	padding: 0px 10%;
}

h1 {

	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

h1 span,
h2 span {
	font-family: 'Reenie Beanie';
	color: #CF3E43;
	font-size: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;

}

#galerie a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;

}

.sidenav{
	position: fixed;
	left: 0;
	top: 40vh;
	z-index: 2;
	
}

.sidenav img{
	width: 50px;
	display: block;
	padding-bottom: 10px;
}

.preis {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;

}

strong {
	font-weight: 700;
}


.headerbild {
	height: 850px;
	object-fit: cover;
	border-bottom-left-radius: 100vh;
	border-top-left-radius: 100vh;
	margin-top: 65px;
	width: 100%;
}

.btn {
	background: #ddd;
	border-radius: 100vh;
	text-decoration: none;
	color: #000;
	height: 48px;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
}

.btn:hover {
	background: #CF3E43;
	border-radius: 100vh;
	color: #fff;
	transition: 0.2s;
	opacity: 1;
}

.btn img {
	height: 20px;
	margin-right: 10px;
}

#geraete {
	padding: 100px 20%;
	text-align: center;
	background: #eee;
}

#galerie {
	padding: 100px 0%;
	text-align: center;
	background: url(../images/vektor.svg);
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.dse {
	display: none;
}

.dropdown {
	display: none;
}

.center {
	margin-top: 30px;
}

#galerie .flex img {
	width: 150px;
	border-radius: 100vh;
	height: 150px;
	object-fit: cover;
	display: inline;
	margin-right: 50px;
}

#galerie .flex {
	padding: 100px 10%;
	column-gap: 20px;
}

#galerie .flex-item {
	display: flex;
	align-items: center;
	padding: 0px 0px 50px 0px;
}

#galerie .flex .col {
	text-align: left;
	width: 50%;
}

.komplettpreis {
	display: flex;
	background: url(../images/background.png);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	justify-content: space-around
}

.komplettpreis .font {
	font-family: 'Reenie Beanie';
	font-size: 50px;
}

.komplettpreis .btn {
	background: #CF3E43;
	color: #fff;
}

#kontakt {

	background: url(../images/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: auto;
	width: 80%;
	display: flex;
	margin: 100px 10%;
	margin-right: auto;
	align-items: center;
}

#kontakt .btn {
	background: #CF3E43;
	color: #fff;
}

#kontakt .btn:hover,
.komplettpreis .btn:hover {
	background: #000;
	color: #CF3E43;
	transition: 0.2s;
	opacity: 1;
}

#kontakt .col-1 {
	padding: 60px;
	width: 50%;
}

#kontakt .col {
	width: 50%;
}

#impressum {
	padding: 100px 10%;
	background: #eee;
	display: flex;
	align-items: center;
	column-gap: 50px;

}

#impressum .col {
	width: 50%;
}

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

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

.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;
}

.modals {
	overflow-y: scroll;
}

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

.modaloverlay .col1 {
	width: 35%;
}

.modaloverlay .col1 img {
	width: 100%;
	height: 80vh;
	border-top-right-radius: 100vh;
	object-fit: cover;
	object-position: center;
	border-bottom-right-radius: 100vh;

}

.modaloverlay .col2 {
	width: 65%;
	padding: 50px;
	text-align: left;
}

.modaloverlay .modals {
	background-color: white;
	position: relative overflow-y: scroll;
	height: 80vh;
	margin-left: 5%;
	z-index: 9999;
	width: 90%;
	margin-top: 10vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.modals p {
	font-size: 14px;
	line-height: 24px;
	color: #5f5f5f;
}

.modals ul {
	font-size: 14px;
	color: #5f5f5f;
	list-style: disc;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

.modals .btn {
	background: #CF3E43;
	color: #fff;
}

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

.preisbox {
	background: url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 5px;
	width: 50%;
	margin-top: 30px;
}

.preisbox .big {
	font-size: 30px;
	font-weight: 700;
}

.preisbox .btn {
	margin-top: 0px;
}

.lps{
	padding: 10px 10%;
	background: #5f5f5f;
	
}

.lps a{
	color: #fff;
	text-decoration: none; padding-right: 10px;
}

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

@media screen and (max-width: 1180px) {
	#galerie .flex .col {
		width: 100%;
	}

	#galerie .flex {
		display: block;
	}

	#geraete {
		padding: 100px 10%;
	}

	#kontakt .col-1 {
		padding: 30px;
	}

	header .flex .slogan {
		padding: 0px 3% 0px 10%;
	}
}

@media screen and (max-width: 980px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.headerbild {
		height: 500px;
	}

	.komplettpreis {
		display: block;
	}

	#kontakt {
		display: block;
	}

	#kontakt .col-1 {
		width: 100%;
		padding: 50px;
	}

	#kontakt .col {
		width: 100%;
	}

	.dsa-secure-plugin {
		height: 300px !important;
	}

	nav ul {
		display: none;
	}

	.dropbtn {
		background-color: #CF3E43;
		color: white;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 15px;
		right: 5%;
		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.85);
		z-index: 1;
	}

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

	.dropdown a:hover {
		background-color: #CF3E43;
	}

	.show {
		display: block;
	}


	.modaloverlay .col1 {
		display: none;
	}

	.modaloverlay .col2 {
		width: 100%;
		padding: 50px;
		text-align: left;
	}

	.dse {
		display: block;
		position: fixed;
		z-index: 2;
		background: #CF3E43;
		padding: 5px 10%;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.dse a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		padding-right: 10px;
	}
	.preisbox{
		width: 100%;
	}
	.preisbox .big {
    font-size: 15px;
    font-weight: 700;
}

}

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

	.flex {
		display: block;
		padding: 150px 10% 100px 10%;
	}

	header .flex .slogan {
		padding: 0px;
		width: 100%;
	}

	#impressum .col {
		width: 100%;
	}

	#impressum {
		display: block;
	}

	.slick-slide img {
		height: 250px;
	}

	#galerie .flex img {
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}

	#galerie a {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 20px;
		margin-bottom: 0px;
	}

	.komplettpreis .font {
		font-family: 'Reenie Beanie';
		font-size: 30px;
		line-height: 40px;
	}

	.komplettpreis {
		padding: 20px;
	}

	#kontakt .col-1 {
		width: 100%;
		padding: 20px;
	}

	#kontakt .btn {
		font-size: 12px;
	}

	h2 {
		font-size: 20px;
		line-height: 30px;
	}

	nav img {
		width: 140px;
	}

	body {
		font-size: 14px;
		line-height: 24px;
	}

	.modals .flex {
		padding: 0px;
	}

}
