/* creation-handicap / style.css */
@import url(https://fonts.bunny.net/css?family=open-sans:300,400,600,700);

/*
font-family: 'Open Sans', sans-serif;

- Open Sans
light: 300
regular: 400
semi-bold: 600
bold: 700

*/

/************ HTML ************/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  margin: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fde5eb;
	text-align: center;
}

/************ disable-animation *************/
.disable-animation * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/************ kontainers *************/
#haupt-kontainer {
	
}
.kontainer {
	width: 1200px;
    margin: 0 auto;
}
.footer__kontainer {
	width: 1200px;
    margin: 0 auto;
}

/************ header ************/
header {
	background-color: #fff;
	padding: 20px 0 0 0;
    z-index: 10;
	-webkit-box-shadow: 2px 1px 10px 0px rgba(238,238,238,0.5);
	-moz-box-shadow: 2px 1px 10px 0px rgba(238,238,238,0.5);
	box-shadow: 2px 1px 10px 0px rgba(238,238,238,0.5);
	position: relative;
	/*
	-webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(.42,0,.58,1);
    transition-timing-function: cubic-bezier(.42,0,.58,1);
	*/
}
header.sticky {
	position: fixed;
	width: 100%;
}
#logo {
	height: 210px;
	text-align: center;
	
	-webkit-transition: all .5s;
    transition: all .5s;
	
    -webkit-transition-timing-function: cubic-bezier(.42,0,.58,1);
    transition-timing-function: cubic-bezier(.42,0,.58,1);
	
	transform-origin: center top;
}
header.sticky #logo {
	height: 100px;
}
.logo-link {
	text-decoration: none;
}
.logo-img {
	/*margin: 14px 20px 0 0;*/
	
	-ms-transform: scale(1.0,1.0); /* IE 9 */
	-webkit-transform: scale(1.0,1.0); /* Safari */
	transform: scale(1.0,1.0);
	
	-webkit-transition: all .5s;
    transition: all .5s;
	
    -webkit-transition-timing-function: cubic-bezier(.42,0,.58,1);
    transition-timing-function: cubic-bezier(.42,0,.58,1);
	
	transform-origin: center top;
}
header.sticky .logo-img {
	-ms-transform: scale(0.4,0.4); /* IE 9 */
	-webkit-transform: scale(0.4,0.4); /* Safari */
	transform: scale(0.4,0.4);
}
.logo-titel {
	margin: 0;	
}
/************ stern-icon ************/
.stern-icon {
	height: 25px;
}

/************ nav ************/
nav {
	margin: 20px 0 0 0;
	
	-webkit-transition: all .5s;
    transition: all .5s;
	
    -webkit-transition-timing-function: cubic-bezier(.42,0,.58,1);
    transition-timing-function: cubic-bezier(.42,0,.58,1);
}
header.sticky nav {
	margin: 0 0 0 0;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline;
	margin: 0 40px;
}
nav ul li a {
	text-decoration: none;
	color: #f05e82;
	font-size: 20px;
}
nav ul li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #5ec5bd;
	color: #f05e82;
}
nav ul li.aktiv a {
	text-decoration: none;
	border-bottom: 3px solid #5ec5bd;
	color: #f05e82;
}

/************ meanMenu ************/
.mean-container .mean-bar {
	background: #fff;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}
.mean-container .mean-nav {
	background: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #5ec5bd;
}
.mean-container a.meanmenu-reveal {
	color: #5ec5bd;
}
.mean-container .mean-nav ul li {
	margin: 0;	
}
.mean-container .mean-nav ul li a {
	color: #5ec5bd;
    border-top: 1px solid #5ec5bd;
}
.mean-container .mean-nav ul li.aktiv a,
.mean-container .mean-nav ul li a:hover {
	border-bottom: none;
}
/************ main ************/
main {
    display: block;
	margin: 0;
	padding: 30px 80px;
	background-color: #FFF;
	min-height: 100%;
	min-height: calc(100vh - 230px);
}
/************ section ************/
#inhalt section#inhalt-home {
	margin-top: 0;
}
#inhalt section {
	margin-top: 80px;
}
/************ inhalt ************/
#inhalt p {
    width: 540px;
    margin: 0 auto 25px;
}
#inhalt #inhalt-kontakt p  {
    width: 100%;
    margin: 0 auto 25px;
}
/************ footer ************/
footer {
	
}
#footer-inhalt {
	background-color: #FFF;
	padding: 30px 80px;
}
#footer-inhalt p {
	border-top: 1px solid #5ec5bd;
	text-align: right;
	font-size: 12px;
}
#footer-inhalt a {
	text-decoration: none;
	color: #000;
}
#footer-inhalt a:hover {
	text-decoration: underline;
}
/************ headings ************/
h1 {
	color: #5ec5bd;
	font-size: 30px;
	font-weight: 700;
}
h2 {
	color: #f05e82;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
h3{
	color: #f05e82;
	font-size: 20px;
	font-weight: 700;
}
/************ font ************/
p {
	font-size: 16px;
}
/************ seiten ************/
/* produkte
#inhalt-produkte h2 {
	background-image: url(../../inhalt/bilder/stern-icon.png), url(../../inhalt/bilder/stern-icon.png);
	background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
	width: 384px;
    margin: 0 auto 6px;
} 
*/
/* kontakt */
.portrait {
	border-radius: 50%;
	margin: 0 0 30px 0;
}
.kontakt-block-adresse-kontainer {
	display: flex;
}
.kontakt-block-adresse-1 {
	flex: 1;
}
.kontakt-block-adresse-2 {
	flex: 1;
}
.karte {
	width: 100%;
}
/************ impressum ************/
/* section */
#inhalt section#inhalt-impressum {
	margin-top: 0;
}
/* links */
body#impressum a {
	color: #000;	
}
body#impressum a:hover {
	color: #000;
	text-decoration: none;	
}
/* inhalt */
.creation-handicap-logo {
	display: block;
	margin: 16px 0 6px 0;	
}
.impressum-zurueck-link {
	display: block;
	margin: 4px 0 0 0;	
}

/*------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */

/*------------------------------------------------------------------------------------------------------*/
/* Super Big Desktop */
@media only screen and (max-width: 1480px) {
	
}

/*------------------------------------------------------------------------------------------------------*/
/* Very Big Desktop */
@media only screen and (max-width: 1380px) {
	/************ kontainers *************/
	.kontainer {
		width: 1024px;
	}
	.footer__kontainer {
		width: 1024px;
	}
}

/*------------------------------------------------------------------------------------------------------*/
/* Big Desktop */
@media only screen and (max-width: 1200px) {
	/************ kontainers *************/
	.kontainer {
		width: 960px;
	}
	.footer__kontainer {
		width: 960px;
	}
	/************ nav ************/
	nav ul li {
		margin: 0 20px;
	}
}

/*------------------------------------------------------------------------------------------------------*/
/* Desktop */
@media only screen and (max-width: 1000px) {

}

/*------------------------------------------------------------------------------------------------------*/
/* zwischen-schritt: 960 */
@media only screen and (max-width: 960px) {
	/************ kontainers *************/
	.kontainer {
		width: 600px;
	}
	.footer__kontainer {
		width: 600px;
	}
	/************ header ************/
	#logo {
		height: 142px;
	}
	header.sticky #logo {
		height: 78px;
	}
	.logo-img {
		height: 139px;
		width: 320px;
	}
	/************ nav ************/
	nav ul li {
		margin: 0 15px;
	}
	/************ inhalt ************/
	#inhalt p {
		width: 100%;
	}
	/************ seiten ************/
	.kontakt-block-adresse-kontainer {
		display: block;
	}
	/************ impressum ************/
	body#impressum {
	}
	body#impressum main {
		min-height: calc(100vh - 162px);
	}
	body#impressum .logo-img {
		/*
		height: 114px;
		width: 262px;
		*/
		-ms-transform: scale(0.8,0.8); /* IE 9 */
		-webkit-transform: scale(0.8,0.8); /* Safari */
		transform: scale(0.8,0.8);
	}
}
	
/*------------------------------------------------------------------------------------------------------*/
/* Mobile/Browser */
@media only screen and (max-width: 750px) {
	/************ kontainers *************/
	.kontainer {
		width: 480px;
	}
	.footer__kontainer {
		width: 480px;
	}
	/************ header ************/
	header {
    	padding: 70px 0 0 0;
		height: 144px;
	}
	header.sticky {
    	padding: 20px 0 0 0;
		height: 96px;
	}
	#logo {
		/*
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		*/
		height: 72px;
		position: absolute;
		right: 0;
		left: 0;
	}
	header.sticky #logo {
		height: 72px;
	}
	.logo-img {
		height: 56px;
		width: 130px;
	}
	header.sticky .logo-img {
		-ms-transform: scale(1.0,1.0);
		-webkit-transform: scale(1.0,1.0);
		transform: scale(1.0,1.0);
	}
	/************ seiten ************/
	/* produkte */
	#inhalt-produkte h2 {
		background-image: none;
		width: auto;

	}
	/************ impressum ************/
	body#impressum header {
	    padding: 18px 0 0 0;
    	height: 104px;
	}
	body#impressum main {
		min-height: calc(100vh - 104px);
	}
	body#impressum .logo-img {
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Safari */
		transform: scale(1.2,1.2);
	}

}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 550px) {
	/************ kontainers *************/
	.kontainer {
		width: 320px;
	}
	.footer__kontainer {
		width: 320px;
	}
	/************ main ************/
	main {
		padding: 30px 40px;
	}
	/************ footer ************/
	#footer-inhalt {
		padding: 30px 40px;
	}
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	/************ seiten ************/
	/* kontakt */
	.portrait {
		width: 100%
	}	
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
	
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 280px) {
	
}