﻿	@font-face {
		font-family: 'Cookie';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/cookie-v12-latin-regular.eot'); /* IE9 Compat Modes */
		src: local(''),
			 url('../fonts/cookie-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/cookie-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../fonts/cookie-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/cookie-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/cookie-v12-latin-regular.svg#Cookie') format('svg'); /* Legacy iOS */
	  }

	  @font-face {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/impact-webfont.eot'); /* IE9 Compat Modes */
		src: local(''),
			 url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../fonts/impact-webfont.woff') format('woff'), /* Modern Browsers */
			 url('../fonts/impact-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../fonts/impact-webfont.svg#Cookie') format('svg'); /* Legacy iOS */
	  }

	 :root{
		  --font_0: normal normal normal 55px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
		  --font_2: normal normal normal 33px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
		  --font_1: normal normal normal 20px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
	 }

/* Allgemeines */
	body { font-family: Arial,Helvetica,sans-serif; font-size:15px; min-width:330px; text-align:center; margin:0; padding:0; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale; }
	p {}
	td {}
	a:link { color:#FFF; text-decoration:none; }
	a:visited { color:#FFF; text-decoration:none; }
	a:hover { color:#FFF; text-decoration:none; }
	a:active { text-decoration:none; }
	a:focus { outline: none; }
	.master { position:relative; width:85%; max-width:1200px; margin:auto; overflow: hidden; } 
	.row:after { content:""; display:table; clear:both; }
	.bold { font-weight:bold; }
    .h1 { font-size:65px; text-transform: uppercase; font-weight: bold; }
	.h2 { font-size: 30px; }
    .h3, .blackHeadlineBlock, .whiteHeadlineBlock { font-size:21px; }
    .h4, .button_white { font-size:17px;}
	.center { text-align:center; }
	.uppercase { text-transform: uppercase; }
	.more_space { letter-spacing: +2px; }
	.left { text-align:left; }
	.font_0 { font: var(--font_0); }
	.font_1 { font: var(--font_1); }
	.font_2 { font: var(--font_2); }
/**************/

/* Inhalte */
	#header { position:fixed; top:0; width:100%; height:50px; background-color: #262626; z-index: 300; }
	#headerContent { color: #FFF; line-height: 50px; }

	#main { position:relative; margin-top: 50px; width:100%; min-height:500px; background-color:#FFF; z-index: 100; }

	#firstContentContainer { border-bottom: 8px solid #262626; background-color: #262626; background-image: url('../design/mamapasta_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#firstContent { padding-top:10%; color: #FFF; height:70%; min-height:500px; }
	#logo_mama { font-size: 65px; font-family: cookie,cursive; font-weight: bold; line-height: normal; }
	#logo_pasta { font-size: 110px; text-transform: uppercase; font-weight: bold; letter-spacing: 0.1em; line-height: normal; }
	
	#secondContentContainer { }
	#secondContent { font-size: 21px; }
	.blackHeadlineBlock { text-transform: uppercase; background-color: #262626; color: #FFF; min-height:35px; display: inline-block; letter-spacing: +2px; width:85%; max-width: 350px; padding-bottom: 8px; }
	.whiteHeadlineBlock { display: inline-block; border:5px solid #FFF; letter-spacing: +2px; color:#FFF; text-transform: uppercase; font-weight: bold; font-size: 60px; padding:40px; margin-top:20%; }

	#thirdContentContainer { border-bottom: 8px solid #262626; background-image: url('../design/mamapasta_3.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#thirdContent { height: 60%; min-height: 600px; }

	#fourthContentContainer { }
	#fourthContent { padding-top: 10%; padding-bottom: 10%; }

	#fifthContentContainer { border-bottom: 8px solid #262626; background-image: url('../design/mamapasta_1.jpg'); background-repeat:no-repeat; background-size:cover; background-position: center; }
	#fifthContent { height: 60%; min-height: 600px; }

	#sixthContentContainer {  }
	#sixthContent {  }

	#imprintContent { padding-top:50px; height:70%; min-height:500px; }
	#imprintContent a:link { color:#000; text-decoration:none; }
	#imprintContent a:visited { color:#000; text-decoration:none; }
	#imprintContent a:hover { color:#FFF; text-decoration:none; }
	#imprintContent a:active { text-decoration:none; }
	#imprintContent a:focus { outline: none; }

	#footer { position:relative; width:100%; min-height:150px; padding-top:40px; background-color:#262626; }
	#footerContent { color: #FFF; }


	@media only screen and (min-width:2560px) { 

	}

	@media only screen and (max-width:1200px) { 

	}

	@media only screen and (max-width:992px) { 
		#firstContent { padding-top:15%; }
		.whiteHeadlineBlock { margin-top: 30%; }
	}

	@media only screen and (max-width:768px) { 
		.whiteHeadlineBlock { margin-top: 40%; }
	}

	@media only screen and (max-width:576px) { 
		#header { position:relative; }
		#main { margin-top: 0; }
		.h1 { font-size:30px; }
		.h3 { font-size: 17px; }
		#firstContent { padding-top:30%; }
		#thirdContent { min-height: 400px; }
		#fifthContent { min-height: 400px; }
		#logo_pasta { font-size: 90px; }
		#secondContent { font-size: 17px; }
		.whiteHeadlineBlock { margin-top: 50%; font-size: 35px; }
	}
/**********/

/* Buttons und Formulare */	
	.button_white { width:80%; max-width:300px; height:44px; border: 2px solid #FFF; color: #FFF; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_white:hover { border-color: transparent; background-color: #262626; }
	.button_white:focus { outline: none; }

	.button_black { width:80%; max-width:300px; height:44px; border: 2px solid #000; color: #000; background-color: transparent; -webkit-appearance: none; display: inline-block; line-height: 40px; transition: 0.5s; }
	.button_black:hover { border-color: transparent; background-color: #262626; color: #FFF; }
	.button_black:focus { outline: none; }
/********/