@charset "UTF-8";
/*

  Projekt: stoeckliarchitektur.ch
  Datei: stoeckliarchitektur.css
  © Peter Stalder 2017
  
*/
/* ---------------------------- reset */
* { 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 240px;
	}
html, body { 
	min-height: 100%;
	}
html { 
	overflow-y: scroll;
	}
body { 
	background-color: transparent;
	overflow: hidden;
	}
img { 
	border-width: 0;
	border: none;
	width: 100%;
	}
ul li { 
	list-style-type: none;
	}
article,
footer,
header,
nav,
section { 
	display: block;
	}
/* ---------------------------- fonts */
<link href="https://fonts.googleapis.com/css?family=Unica+One" rel="stylesheet">
400 = Regular
*/
html, body { 
	font-family: 'Unica One', cursive;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	}
/* ---------------------------- color*/
/* ---------------------------- container */
/*Breite 330px, Abstand 80px = 490px Breite */
.redarea {
	width:330px;
	height:330px;
	background-color:#fa485b;
	top:80px;
	left:80px;
	position:absolute;
	border-radius: 23px;
	}
/* Breite 286 */
@media (max-width:320px) {
.redarea {
	top:17px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relativ;
	width: 286px;
	height: 300px;
	}
}
@media (min-width:321px) and (max-width:339px) { 
.redarea{ 
	top:19px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relativ;
	}
}
@media (min-width:340px) and (max-width:374px) { 
.redarea{ 
	top:19px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relativ;
	}
}
@media (min-width:414px) and (max-width:489px) {
.redarea {
	top:42px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relativ;
	}
}
@media (min-width:375px) and (max-width:413px) { 
.redarea{ 
	top:23px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relativ;
	}
}
.content {
	width: 240px;
	margin:35px 48px 30px 45px;
}
@media (max-width:320px) { 
.content {
	width: 237px;
	margin:21px 21px 23px 25px;
	}
}
/* ---------------------------- nav */
/* ---------------------------- framework */
img { 
	width: 100%;
	height: 100%;
	}
/* ---------------------------- offset */
/* ---------------------------- content */
img.logo {
	width:240px;
	margin-top:12px;
	margin-bottom:8px;
	}
a { 
	color: #FFF;
	text-decoration: none;
	}
a:hover,
a:focus { 
	text-decoration: none;
	color:#000;
	}
/* ---------------------------- general */
h1, h2, p { 
	font-family: 'Unica One', cursive;
	font-weight: 400;
	font-size: 18px;
	line-height: 133.8%;
	color:#FFF;
	text-transform: uppercase;
	}
p { 
	line-height: 134%;
	}