@charset "utf-8";
/* CSS Document */

html {
  font-size: 16px;
}
body {
  background: #222222;
  font-family: 'Slabo 27px', serif;
  font-weight: normal;
  line-height: 20px;
  color: #aaaaaa;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Slabo 27px', serif;
  font-weight: 400;
  color: #aaaaaa;
}
/*
 * Don't worry about the universal selector.
 * There is no mentionable performance impact.
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 30px;
}
h1 {
  font-size: 80px;
  line-height: 80px;
}
h3 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 15px 0;
}

img {
	margin: 0 0 0 0;
}

a:link {
    color: #aaaaaa;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #aaaaaa;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ffffff;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #ffffff;
	text-decoration: underline;
}

.sprite-vm {
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;
}
 
.sprite-vm:hover {
		border-top-left-radius: 50%; 
		border-bottom-right-radius: 30%;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 40%;
}

.sprite-st {
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
		border-bottom-right-radius: 30px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
}
 
.sprite-st:hover {
		border-top-left-radius: 20%; 
		border-bottom-right-radius: 30%;
		border-top-right-radius: 50%;
		border-bottom-left-radius: 40%;
}

.sprite-voiksmund img {
left: 0;
top: 0;
}

.stuengoe-head {
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;

}

div { display: block;
}

#main {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.content {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

@media screen and (min-width:960px) and (orientation: landscape) {
	.content {
		width: 960px;
	}
}

#footer {
	width: 80%;
	text-align: center;
	background-color: #303030;
	margin: 0 auto;
	padding: 20px;
		border-top-left-radius: 40px; 
		border-top-right-radius: 40px;
	overflow: hidden;
}

@media screen and (min-width:960px) and (orientation: landscape) {
	#stuengoe, #name {
		float: left;
	}
}

#name {
	text-align: right;
	width: 420px;
		border-top-left-radius: 40px; 
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	background-color: #353535;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
}

#face {
	text-align: left;
	width: 420px;
		border-bottom-right-radius: 40px;
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
	background-color: #353535;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
}

#stuengoe {
	text-align: right;
	width: 420px;
		border-top-left-radius: 40px; 
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	background-color: #353535;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
}

#voiksmund {
	text-align: left;
	width: 420px;
		border-bottom-right-radius: 40px;
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
	background-color: #353535;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
}
