
#site {
	background-color: #fff5f3;
}

.sloganimage {
	width: 42%; padding-left: 20px; padding-bottom: 20px;
}






.slogan {
	font-size: 24px; line-height: 34px; font-style: italic; padding: 0px 0px; margin-top: 22px;
	margin-bottom: 30px;
}


html, body
{
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

a {   outline: 0; }

body {
	background-color: white;
    overflow-x: hidden;
}


#wrapper {	width: 100%; overflow: hidden; }


h1 {
	margin-top: 0px;
}




#slideshow {
	float: left;
	width: 100%;

	position: relative;
}



#slideshow img {
    position: absolute;
    left: 0;
    float: left;
}


#slideshow div {
    position: absolute;
    left: 0;
    float: left;
}






#header {
	width: 100%;
	background-color:rgba(255, 255, 255, 0.8);

    background-size: cover;
	background-repeat: no-repeat;
}


#footer {
	clear: both;
}

#content {
	clear: both;
}

#content {
	letter-spacing: 0.4px;
}

#logo {
	float: left;
}
#logosymbol {
	float: right;
	mix-blend-mode: darken;
}


#fullmenu {
	text-align: right;
	float: right;
	letter-spacing: 0.4px;
}







#logosymbol img {
	width: 95px !important;
}





#footer {
	width: 100%;
	margin-top: 60px;
	border-top: 2px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 60px;
}






#site {
	max-width: 1280px;
	margin: 0 auto;

	box-shadow:         0px 0px 300px 50px #fee6e7;

}








@media only screen
and (min-width : 751px)  {





	#slideshow, #content {
		width: 100%;
		margin: 0;
	}

	#slideshow {
		overflow-y: hidden;
	}



	#content {
	    margin: 0px auto 0px auto;

		box-sizing: border-box;

	    background-color: white;
	    box-shadow: 0px 0px 600px #ffe7df;
		padding: 40px 40px 0px 40px;
	}

}







@media only screen
and (max-width : 750px) and (min-width: 551px)  {
	#content {
	    width: 100%;
	    margin: 0 auto;
	    padding: 35px 40px 40px 40px;
	    box-sizing: border-box;
	}
}



@media only screen
and (max-width : 550px)  {

	#content {
	    width: 100%;
	    margin: 0 auto;
	    padding: 15px 10px 0px 15px;
	    box-sizing: border-box;
	}

}






@media only screen
and (max-width : 1100px)  {
	#content {
		width: 100%;
	}
}



@media only screen
and (min-width : 1101px) {
	#content {
		min-width: 980px;
	}



}





@media only screen
and  (max-width : 560px)  {

	#slideslogan {
		position: absolute; top: 20px; left: 30px; color: white; opacity: 0.9;
	}


	#slidesloganfirst {
		font-size: 18px;
	}

	#slideslogansecond {
		font-size: 46px;
	}

	#dot1 {
		font-size: 40px;
	}

	#dot2 {
		 font-size: 60px;
	}

	#dot3 {
		font-size: 80px;
	}



	#logosymbol img {
		width: 82px !important;
	}





}


@media only screen
and (min-width: 561px) and (max-width : 768px)  {

	#slideslogan {
		position: absolute; top: 60px; left: 80px; color: white; opacity: 0.6;
	}


	#slidesloganfirst {
		font-size: 24px;
	}

	#slideslogansecond {
		font-size: 54px;
	}

	#dot1 {
		font-size: 33px;
	}

	#dot2 {
		 font-size: 44px;
	}

	#dot3 {
		font-size: 55px;
	}

}




@media only screen
and (min-width : 769px)  {

	#slideslogan {
		position: absolute; top: 100px; left: 100px; color: white; opacity: 0.6;
	}


	#slidesloganfirst {
		font-size: 38px;
	}

	#slideslogansecond {
		font-size: 104px;
	}


	#dot1 {
		font-size: 84px;
	}

	#dot2 {
		 font-size: 100px;
	}

	#dot3 {
		font-size: 124px;
	}


}





.full {
	display: block;
}
.mobile {
	display: none;
}


.uebermichimage {
	width: 40%; padding-left: 30px; padding-bottom: 120px;
}








@media only screen
and  (max-width : 560px)  {

	.uebermichimage {
		width: 54%; padding-left: 0px; padding-bottom: 20px;
		position: relative;
		bottom: 15px;
		left: 15px;
	}



	.sloganimage {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}



	.slogan {
		font-size: 19px; line-height: 27px;
		margin-bottom: 0px;
	}

	.full {
		display: none;
	}

	.mobile {
		display: block;
	}

	#footercopyright {
		padding-left: 30px;
		padding-right: 30px;
	}


}






