/* titillium-web-200 - 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: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/titillium-web-v17-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/titillium-web-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-600 - 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: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-web-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/titillium-web-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Titillium Web', sans-serif;
	color: #333;
	font-weight: normal;
	background-image: url("design/Background_new2.jpg");
	background-size: 100% auto;
	background-position: left top;
	/*background-repeat: no-repeat;*/
	background-color: #45515a;
	
}

html{
   scroll-behavior: smooth;
}

.autoheight {
	height: auto;
}

#all_container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #333;
			
}

#gallery_all_container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #333;
	background-image: url("galerie/Background_galerie.jpg");
			
}

#header {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 1%;
	padding-bottom: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	background: #45515a;
	
}

@media screen and (max-width: 767px) {
	#header {
		/*background-image: none;*/
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-top: 2%;
		padding-bottom: 2%;

	}
}

#logo {
	width: 30%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding-left: 5%;
	padding-bottom: 1%;
	position: relative;
	
}

.logo_img {
	max-width: 50%;
	height: auto;
	
}

.logo_link {
	min-width: 50%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: rgba(255, 0, 0, 0.5);*/
	margin-left: 10%;
	z-index: 114;
}

@media screen and (max-width: 767px) {
	#logo {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding-left: 0px;
		padding-bottom: 0;
		
	}
	.logo_img {
		padding-left: 27px;
	
	}
	
	.logo_link {
		max-width: 50%;
		margin-left: 6%;
	}
	
}
	
#navigation_desktop {
	width:35%;
	padding-right: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;

}

@media screen and (min-width: 768px) and (max-width: 1080px){	
	#logo {
		width: 57%;
		height: auto;
	
	}
	#navigation_desktop {		
		width:43%;
	}
	
}

@media screen and (max-width: 767px) {
	#navigation_desktop {
		display: none;
	
	}
	
}

.desktop_navigation {	
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: space-around;
	align-items: flex-start;
	color: #fff;
	font-size: 16px;
	
}

.desktop_links {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
}

.desktop_links:hover {
	color: #e8cb9f;
	cursor: pointer;
}

.desktop_links:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #e8cb9f;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.desktop_links:hover:after { 
	width: 100%; 
	left: 0; 
}

.desktop_links_active {
	color: #e8cb9f;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px 8px 10px;
	border-bottom: 2px solid #e8cb9f;
	
}

.phone_button {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: row;
	min-width: 18%;
	padding-bottom: 1%;
	
}

.telefon_img {
	width: 45%;
	margin-right: 1%;
		
}

#content {
	width: 100%;
	position: relative;

}

.wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #333;

}
#headerbild {
	width: 100%;
	height: 100%;
	position: relative;
}
.headerbild {
	width: 100%;
}

/*Hide the responsive navigation*/
#navigation_responsive {
	display: none;
}

/*Show the responsive navigation version*/
@media screen and (max-width: 767px) {
	#navigation_responsive {
		position: absolute;
		/*top: 0;*/
		top: -300px;
		left: 0;
		background: rgba(69, 81, 90, 0.7);
		width: 100%;
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		overflow: hidden;
		opacity: 0;
		z-index: 114;
		transition: all 2s ease-in-out;		
	
	}
	#navigation_responsive.show {
		opacity: 1;
		top: 0;
		transition: all 2s ease-in-out;
		
	}

	.mobile_links {
		padding: 8px 30px;
		width: 100%;
		text-decoration: none;
	}
	
	.mobile_links:hover {
		background: rgba(69, 81, 90, 0.4);
	}
	
	.responsive_links {
		color: #fff;
		text-transform: uppercase;
		/*text-decoration: none;*/
	}
	
	.responsive_links:hover {
		color: #e8cb9f;
		
	}
	
	.responsive_links_active {
		color: #e8cb9f;
		
	}
}

.like_design {
	width: 64%;
	padding-top: 10%;
	padding-left: 18%;
	padding-bottom: 5%;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #45515a;	
		
}

.like_spielen {
	width: 64%;
	margin-top: 5%;
	margin-left: 18%;
	margin-bottom: 3%;
	margin-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #45515a;	
		
}

#first_couple {
	padding-top: 5%;
	
}

.four_images {
	width: 64%;
	margin-left: 18%;
	margin-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #45515a;	
		
}

.first_q {
	width: 50%;
	min-width: 320px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.second_q {	
	width: 50%;
	min-width: 320px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;

}

.images_tiles_left {
	
	width: 50%;
	min-width: 320px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	flex-direction: column;
		
}

.images_tiles_right {
	
	width: 50%;
	min-width: 320px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}

.first_q img {
	width: 100%;
	min-width: 320px;
	
}

.images_tiles_left img {
	width: 100%;
	min-width: 320px;
}

.images_tiles_right img {
	width: 100%;
	min-width: 320px;
}

@media screen and (max-width: 1053px) {
	
	.like_design{
		flex-direction: column;
		padding-top: 6%;
		
	}
	.first_q {
		justify-content: center;
		
	}
	.second_q {
		max-width: 320px;		
	}	
	.first_q img {
		width: 100%;
		max-width: 320px;
	
	}
	.four_images {
		flex-direction: column;
	}
	
	.like_spielen {
		max-width: 320px;
		flex-direction: column;
		margin-top: 6%;
		margin-bottom: 6%;
		
	}
		
}

.design_ist {
	min-width: 320px;
	font-weight: 600;
	font-size: 4vw;
	line-height: 110%;
	letter-spacing: 0.04em;
	margin-top: 0;
	margin-bottom: 0;

}

.spielen {
	min-width: 320px;
	font-weight: 200;
	font-size: 4vw;
	line-height: 105%;
	letter-spacing: 0.04em;
	margin-top: 0;
	margin-bottom: 0;
	
}

.text_size {
	min-width: 320px;
	font-weight: 300;
	font-size: 1.5vw;	
	margin-top: 40px;
	margin-bottom: 0;
}

.text_size_spielen {
	min-width: 320px;
	font-weight: 300;
	font-size: 1.5vw;	
	margin-top: 40px;
	margin-bottom: 0;
}

/*skills text*/
.skills_text_size {
	min-width: 320px;
	font-weight: 300;
	font-size: 1.5vw;	
	margin-top: 25px;
	margin-bottom: 0;
}

.skills_header_size {
	min-width: 320px;
	font-weight: 600;
	font-size: 2vw;	
	
}

@media screen and (max-width: 1053px) {
	
	.design_ist {	
		font-size: 40px;
		line-height: 90%;
		margin-top: 20px;
	
	}

	.spielen {			
		font-size: 40px;
		line-height: 120%;
	
	}

	.text_size, .skills_text_size {		
		font-size: 16px;	
		margin-bottom: 5px;
	}
	
	.skills_header_size {		
		font-size: 20px;	
		
	}
	
	.text_size_spielen {		
		font-size: 16px;	
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
}

.navigation_on, .navigation_off {
	background: #fff;
	cursor: pointer;
	width: auto;
	background-color: #45515a;
	border: none;
	padding: 5px 27px 5px 5px;
	font-size: 22px;
	cursor: pointer;
	color: #e8cb9f;
	
}

.navigation_on:hover, .navigation_off:hover {
	color: #fff;
	
}

#switch {
	display: none;	
}

@media screen and (max-width: 767px) {
	
	#switch {
		display: block;
		
	}
	.navigation_on {
		display: block;

	}
	
	.navigation_off {
		display: none;
		
	}
	
}

.skills {
	width: 64%;
	margin-top: 3%;
	margin-left: 18%;
	margin-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #45515a;	
		
}

.spielkind {
	width: 64%;
	padding-top: 5%;
	padding-left: 18%;
	/*margin-bottom: 10%;*/
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	color: #45515a;
min-width: 320px;	

}

.quotes {
	width: 64%;
	padding-top: 6%;
	padding-left: 18%;
	padding-bottom: 5%;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #45515a;
	/*background-color:  rgba(255, 255, 255, .6);*/
	
}

.quotes_background {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:  rgba(255, 255, 255, .5);
	
}

.quotes_paragraph {
	min-width: 320px;
	font-weight: 200;
	font-size: 2.6vw;
	line-height: 120%;
	letter-spacing: 0.04em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	
}

.testimonials {
	min-width: 320px;
	font-weight: 400;
	font-size: 1.5vw;	
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

.testimonials_links {
	text-decoration: none;
	color: #45515a;
}

.testimonials_links:hover {
	color: #000;
}

.bold_text {
	font-weight: 600;

}

.text_links {
	font-weight: 600;
	text-decoration: none;
	color: #45515a;
}

.text_links:hover {
	color: #000;
}

.testimonials_underline {
	margin-top: 3%;
	margin-bottom: 4%;
}

@media screen and (max-width: 1053px) {
	.skills {
		max-width: 320px;
	}
	
	.spielkind {
		max-width: 320px;
		
	}

	.quotes {	
		max-width: 320px;
	}

	.quotes_paragraph {
		font-size: 20px;
		font-weight: 300;
	}
	
	.testimonials {		
		font-size: 16px;	
		margin-top: 15px;
		margin-bottom: 5px;
	}
}

.footer {
	width: 64%;
	padding-top: 3%;
	padding-left: 18%;
	padding-bottom: 5%;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
	color: #fff;	
	background-color: #45515a;
	
}

.footer_left {
	width: 50%;
	min-width: 320px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #45515a;
}

.footer_right {
	width: 50%;
	min-width: 320px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	background: #45515a;

}

@media screen and (max-width: 1053px) {
	.footer {
		width: 100%;
		margin-left: 18%;
		margin-right: 18%;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		
	}
	
	.footer_left {
		max-width: 320px;
		padding-bottom: 20px;
	}	
	
	.footer_right {
		max-width: 320px;
		align-items: flex-start;
	}
}

.align_text {	
	text-align: right;
}

.left_footer_fonts, .right_footer_fonts {	
	font-weight: 300;
	min-width: 320px;
	font-size: 1.5vw;	
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}

.footer_bold {
	font-weight: 600;
	color: #e8cb9f;
}

.onimagemouse {
	transition: transform .2s;
}

.onimagemouse:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05); 
}

.footer_links {
	text-decoration: none;
	color: #fff;
}

.footer_links:hover {
	color: #e8cb9f;
}

@media screen and (max-width: 1053px) {
	
	.left_footer_fonts {
		font-size: 16px;
	}
	.right_footer_fonts {
		font-size: 16px;
		margin-top: 10px;
	}
	
	.phone_button {	
		justify-content: flex-start;
	}
	
	
	.align_text {	
		text-align: left;
	}
}

/*Button to come back to the top of the page*/
#topBtn {
 	display: none;
  	position: fixed;
  	bottom: 10px;
  	right: 20px;
 	z-index: 99;
  	cursor: pointer;
	font-size:40px;
	color: rgba(0, 0, 0, 0.5);
	
}

@media screen and (max-width: 767px) {
	#topBtn {
		right: 12px;
	}
}

/*Banner at the bottom of the images*/
.description_banner {
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	background-color:  rgba(69, 81, 90, .1);
	display: none;
}


.show_banner {
	position: relative;
}

.show_banner:hover .description_banner {	
	display: flex;
	font-weight: 200;
	font-size: 1.5vw;
	
}

@media screen and (max-width: 1053px) {
	.show_banner:hover .description_banner {
		font-size: 18px;
	}

}

.impressum {
	width: 64%;
	padding-top: 4%;
	padding-left: 18%;
	padding-bottom: 0;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #333;	
}

.datenschutz {
	width: 64%;
	padding-top: 4%;
	padding-left: 18%;
	padding-bottom: 4%;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #333;	
}

.impressum_background {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*background-color:  #666;*/
	
}

.impressum_title {
	min-width: 320px;
	font-weight: 200;
	font-size: 2.5vw;
	line-height: 105%;
	letter-spacing: 0.04em;
	margin-top: 0;
	margin-bottom: 0;
}

.impressum_text {
	min-width: 320px;
	font-weight: 300;
	font-size: 1.5vw;	
	margin-top: 35px;
	margin-bottom: 0;
}

@media screen and (max-width: 1053px) {	
	.impressum {	
		min-width: 320px;
		padding-top: 8%;
	
	}
	
	.datenschutz {
		min-width: 320px;
		padding-top: 8%;
		padding-bottom: 8%;
		
	}
	
	.impressum_title {
		max-width: 320px;
		font-size: 30px;
		
	}
	.impressum_text {		
		font-size: 16px;
		margin-top: 20px;		
		margin-bottom: 0px;
	}
}

/*Gallery styles*/

.gallery_title {
	min-width: 320px;
	font-weight: 200;
	font-size: 2.5vw;
	line-height: 105%;
	letter-spacing: 0.04em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

#first_triple {
	padding-top: 3%;
	
}

.gallery_images_left, .gallery_images_center, .gallery_images_right {	
	width: 33%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	align-items: center;
	flex-direction: column;
		
}

.gallery_images_left img {
	width: 100%;
	
}

.gallery_images_center img {
	width: 100%;
	
}

.gallery_images_right img {
	width: 100%;
	
}

.gallery_intro_text {
	width: 64%;
	padding-top: 5%;
	padding-left: 18%;
	padding-bottom: 0;
	padding-right: 18%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #333;	
}

.placeholder {
	width: 100%;
	min-height:120px;
}

@media screen and (max-width: 1053px) {
	
	.gallery_title {
		max-width: 320px;
		font-size: 30px;
		
	}
	
	.gallery_images_left, .gallery_images_center, .gallery_images_right {
		min-width: 320px;
		
	}
	
	.gallery_intro_text {	
		max-width: 320px;
		padding-top: 10%;
		padding-bottom: 4%;
		align-items: center;
	
	}
	
	.placeholder {	
		min-height:60px;
	}
}

