@charset "utf-8";
/* ===== [ COPYRIGHT: DER KREATIV SCHMI(E)D · WERNER SCHMID · WWW.DER-KREATIV-SCHMIED.DE ] ===== */
/* ===== [ NORMALIZE.CSS NECOLAS.GITHUB.IO / CLEARDFIX ] ===== */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}nav,nav ul,nav ul li{padding:0;margin:0;} 


body { font-size: 14px; color: #333; line-height: 1.75em; }

ul { display: block; list-style: none; }
ul li { display: block; list-style: none; }

/* ===== [ FONTS ] ===== */
h1, h2, h3, h4, h5, h6 { font-family: 'sinkin_sans300_light', sans-serif; text-transform: uppercase; text-align: center; }

h1 { font-size: 1.953em; margin: 2em 0 .25em 0; padding: 0; line-height: 1.25em; }
h2 { font-size: 1.563em; }
h3 { font-size: 1.25em; margin: 0 0 2em 0; padding: 0; color: rgb(181,31,31); }
h4 { font-size: 1em; }

a, a:link, a:visited { color: rgb(181,31,31); text-decoration: none; }
a:hover { color: rgb(100,31,31); }

figure { display: block; margin: 0; padding: 0; }
#logo-container { display: block; max-width: 350px; margin: 0 auto; padding: 6em 6em 0 6em; text-align: center; }
#logo-container img { display: block; height: auto; width: 100%; }

/* ===== [ BUTTON ] ===== */
a.button, a.button:link, a.button:visited { 
	display: inline-block; 
	padding: 2em 4em; 
	background: rgb(181,31,31); 
	color: #fff; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgb(181,31,31);
	border-top: 1px solid rgb(240,31,31); 
	border-bottom: 1px solid rgb(100,31,31);
	-webkit-box-shadow: 0 2px 2px 0 #333;
	box-shadow: 0 2px 2px 0 #333;
	text-transform: uppercase;
	text-align: center;
}
a.button:hover { background: rgb(100,31,31); }

/* ===== [ CONTENT ] ===== */
#content { width: 100%; display: block; }
#content-left { display: block;}
#content-right { display: block;}
.inner-left { padding: 4em; }
.inner-right { padding: 4em; }
#info { text-align: center; display: block; padding: 4em; margin: 0 auto; max-width: 680px; }


/* ===== [ FRAMES ] ===== */
#frameleft, #frameright, #frametop, #framebottom { position: fixed; background: #333; }
#frameleft { width: 1em; top: 0; bottom: 0; left: 0; }
#frameright { width: 1em; top: 0; bottom: 0; right: 0; }
#frametop { height: 1em; left: 0; right: 0; top: 0; }
#framebottom { height: 1em; left: 0; right: 0; bottom: 0; }

@media screen and (min-width: 481px) {
#content-left { text-align: center; }
#content-right { text-align: center; }
.inner-left { padding: 6em; }
.inner-right { padding: 6em; }
#info { text-align: center; display: block; padding: 0 6em 6em 6em; margin: 0 auto; max-width: 680px; }
}

@media screen and (min-width: 681px) {
h1, h2, h3, h4, h5, h6 { text-align: inherit; }
/* ===== [ CONTENT ] ===== */
#content { width: 100%; display: block; }
#content-left { width: 50%; display: block; text-align: right; float: left; }
#content-right { width: 50%; display: block; text-align: left; float: left; }
.inner-left { padding: 8em 4em 8em 8em; }
.inner-right { padding: 8em 8em 8em 4em; }
#info { text-align: center; display: block; padding: 0 8em 8em 8em; margin: 0 auto; max-width: 680px; }
/* ===== [ FRAMES ] ===== */
#frameleft, #frameright, #frametop, #framebottom { position: fixed; background: #333; }
#frameleft { width: 2em; top: 0; bottom: 0; left: 0; }
#frameright { width: 2em; top: 0; bottom: 0; right: 0; }
#frametop { height: 2em; left: 0; right: 0; top: 0; }
#framebottom { height: 2em; left: 0; right: 0; bottom: 0; }	
}

.animiert {	
-webkit-transition: all 450ms linear;
-moz-transition: all 450ms linear;
-ms-transition: all 450ms linear;
-o-transition: all 450ms linear;
transition: all 450ms linear;
}