@import url("reset.css");

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

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

/* roboto-condensed-300 - 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: 300;
	src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-300italic - 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: 300;
	src: url('../fonts/roboto-condensed-v27-latin-300italic.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+ */
}

body {
	font-family: 'Roboto Condensed';
	font-size: 20px;
	line-height: 30px;

}

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

.logo {
	position: fixed;
	z-index: 99;
	top: 0;
	height: 100px;
	left: 5%;
	padding: 5px;
}

html {
	scroll-behavior: smooth;
}

nav {
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}

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

strong {
	font-weight: 700;
}

nav ul li a {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Rajdhani';
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

nav ul {
	display: block;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

.dropdown{
	display: none
}

.kontaktieren {
	position: fixed;
	top: 25px;
	right: 5%;
	z-index: 99;
}

.kontaktieren img {
	padding: 10px;
}

header {

	background: url(../images/kueche-massgeschneidert.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 800px;
}

.clear {
	clear: both;
}

.teaser {
	position: absolute;
	margin-top: 700px;
	right: 0;
	padding: 50px;
	padding-right: 10%;
	background: #92d2c7
}

.center {
	display: table-cell;
	vertical-align: middle;
}

h1 {
	font-size: 55px;
	line-height: 65px;
	padding-bottom: 10px;
	font-family: 'Rajdhani';
}

h2 {
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 10px;
	font-family: 'Rajdhani';
}

h3 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
	font-family: 'Rajdhani';
}


.teaser a {
	font-size: 24px;
	line-height: 34px;
	color: #000;
	text-decoration: none;
}

#home {
	padding-top: 150px;
	padding-bottom: 100px;
}

#home .col1 {
	width: 40%;
	float: left;
}

#home .col1 img {
	width: 100%;
	height: 800px;
	padding-right: 5%;
	object-fit: contain;
	object-position: left
}

#home .col2 {
	width: 60%;
	float: left;
	padding-left: 2%;
	height: 800px;
	padding-right: 10%;
	display: table;
}

#ueber-uns .col1 {
	height: 700px;
	width: 60%;
	float: left;
	border-right: 20px solid;
	border-color: #fff;
}

#ueber-uns .col2 {
	height: 800px;
	float: left;
	width: 40%;
}

#ueber-uns .box {
	height: 700px;
	margin-top: 50px;
	background: #92d2c7;
	display: table;
	padding-left: 10%;
	padding-right: 10%;
}

#ueber-uns .col2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ueber-uns .col1 a {
	display: inline-block;
	padding: 10px;
	border: 2px solid;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	font-family: 'Rajdhani';
	font-size: 24px;
}

#planung {
	padding: 100px 10%;
	text-align: center;
}

#planung .box {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding: 30px;
	border: 2px solid;
	margin-top: 100px;
	height: 350px;
	display: table;
}

#planung .box img {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: -130px;
	margin-bottom: 50px;
	float: none;
}

#informieren {
	background: url(../images/kueche-konzeption.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	background-position: center;
	padding-top: 400px;
}

#informieren .border {
	border: 3px solid;
	padding: 10px;
	border-left: none;
	padding-left: 0px;
	width: 70%;
}

#informieren .box {
	background: #92d2c7;
	padding: 50px;
	padding-left: 15%;

}

.stoerer{
	position: absolute;
	top: 130px;
	left: 5%;
}

.button{
	background: #92d2c7;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	margin-top: 30px;
	text-transform: uppercase;
}

#informieren .info {
	font-size: 26px;
	line-height: 38px;
	font-family: 'Rajdhani';
}

#inspiration {
	padding-top: 200px;
	padding-bottom: 50px;
	text-align: center;
}

#kontakt .col1 {
	width: 65%;
	padding: 100px 10%;
	background: #92d2c7;
	height: 600px;
	display: table;
}

#kontakt .col1 a {
	display: inline-block;
	padding: 10px;
	border: 2px solid;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	font-family: 'Rajdhani';
	font-size: 24px;
}

#kontakt .col2 a{
	color: #75afa5;
	text-decoration: none;
}

#kontakt .col2 {
	position: absolute;
	margin-top: -500px;
	right: 10%;
	width: 28%;
}

#kontakt .col2 .col {
	margin-top: 30px;
}

#kontakt .bild {
	float: left;
	margin-right: 30px;
}

#kontakt .text {

	float: left;
}

.uppercase {
	text-transform: uppercase;
	font-family: 'Rajdhani';
	color: #464545
}

.dse{
	background: #92d2c7;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dse a{
	padding:  20px;
	color: #000;
	text-decoration: none;
	font-family: 'Rajdhani';
}

#impressum{
	padding: 100px 10%;
}

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

#impressum .col1{
	width: 50%;
	float: left;
	padding-right: 3%;
}
#impressum .col2{
	width: 50%;
	float: left;
	padding-left: 3%;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.3%; /* IE10 */
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
	text-align: center
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



.prev{
	left: 0;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999999!important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	z-index: 9999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.93);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
	padding: 10px;
  font-size: 35px;
  font-weight: bold;
	background: #92d2c7
}

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

.mySlides {
  display: none;
	max-width: 100%;
}

.mySlides img{
	height: 75vh;
	object-fit: contain;
	max-width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

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

@media screen and (max-width: 1230px) {
	#kontakt .col1 {
		width: 60%;
	}

	#kontakt .col2 {
		width: 34%;
	}

	.teaser {

		margin-top: 550px;
	}

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

	header {
		height: 650px;
	}
}

@media screen and (max-width: 1050px) {
	#informieren .box {
		padding: 30px;
		padding-left: 15%;
	}

	#informieren .border {
		width: 80%;
	}

	#informieren .info {
		font-size: 22px;
		line-height: 32px;
	}

	#kontakt .bild img {
		width: 50px;
	}

	#kontakt .bild {
		margin-right: 20px;
	}

	#kontakt .col2 {
		margin-top: -450px;
	}

	h3 {
		font-size: 25px;
		line-height: 35px;
		color: #75afa5;
	}
}

@media screen and (max-width: 920px) {
	header {
		height: 550px;
	}

	.teaser {
		margin-top: 450px;
	}

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

	.teaser a {
		font-size: 20px;
	}

	#home .col1 {
		display: none;
	}

	#home .col2 {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		height: auto;
	}

	#ueber-uns .col1 {
		height: auto;
		width: 100%;
		border-right: 0px;
	}

	#ueber-uns .col2 {
		height: 250px;
		float: left;
		width: 100%;
	}

	#planung .box {
		width: 100%;
	}

	#kontakt .col1 {
		width: 100%;
		height: auto;
	}

	#kontakt .col2 {
		margin-top: -50px;
		position: inherit;
		padding: 0px 10% 100px 10%;
		width: 100%;
		background: #92d2c7;
	}
	
	#kontakt .col2 a{
	color: white;
}
	nav ul{
		display: none;
	}
	.dropbtn {
		background-color: #393939;
		color: white;
		padding: 14px;
		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;
	}
	.kontaktieren {
    position: fixed;
    top: 5px;
    right: 10%;
}
	.logo {
    top: 0;
    height: 70px;
}
	nav{
		height: 70px;
	}

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

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

.show {display: block;}
}

@media screen and (max-width: 620px) {
	#informieren .info {
		font-size: 18px;
		line-height: 22px;
	}

	#informieren .border {
		width: 95%;
	}

	#informieren {
		height: 350px;
		padding-top: 200px;
	}
	    h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }
	
	#impressum .col1{
	width: 100%;
	padding-right: 0%;
}
#impressum .col2{
	width: 100%;
	margin-top: 30px;
	padding-left: 0%;
}
	
	h2 {
    font-size: 28px;
    line-height: 35px;
}
	
	body{
		font-size: 18px; line-height: 26px;
	}
    .kontaktieren {
        right: 15%;
    }
	.kontaktieren img {
    padding: 4px;
    width: 35px;
    margin-top: 10px;
}
	
}

@media screen and (max-width: 420px) {
	    h3 {
        font-size: 20px;
        line-height: 30px;
    }
	#planung .box{
		padding: 10px;
	}
	    #kontakt .bild img {
        width: 30px;
    }
	    #kontakt .bild {
        margin-right: 15px;
    }
	.teaser{
		padding: 30px;
	}
	    .kontaktieren {
        right: 20%;
    }
	.dse a{
		padding: 15px;
	}
}