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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
------------------------------------------------------------------------------- 
allgemein
------------------------------------------------------------------------------- 
*/
body, html {
	height: 100%;
	margin: 0;
}

html {
	background-image: url("../images/Paco-Mendez_Comal.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
html {
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#000;
}
/* 
------------------------------------------------------------------------------- 
hauptnavigation
------------------------------------------------------------------------------- 
*/
#head {
	margin: 35px 0 0 0;
	height:40px;
}
#head a {
	color: #999;
	text-decoration:none;
}
#head a:hover {
	color: #cc6633;
}
#footer a.current {
	color: #cc6633 !important;
}
#head h1 {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:normal;
}
#head h1 a {
	display:inline-block;
	padding:9px 15px 10px 0px;
}
/* 
------------------------------------------------------------------------------- 
content
------------------------------------------------------------------------------- 
*/
#content {
	margin:65px 0 0 230px;
	/*padding:65px 0 0 0;*/
	width:670px;
	position:relative;
	z-index:0;
	font-size:12px !important;
	line-height:1.8em;
}
#content a {
	text-decoration:underline;
	color: #999;	
}
#content a:hover {
	text-decoration:underline;
	color: #cc6633;	
}
#content p {
	color:#000;
	margin:0 0 1em 0;
}
#content em {
	font-style: italic;
}
#content h2 {
	display:none;
}

#content h3 {
	margin:0 0 1em 0;
	color: #999;
	font-size:12px;
}
#content h4 {
	margin:0 0 1em 0;
		font-size:12px;
}
#content ul {
	list-style: disc ;
	margin: 0 0 1em 2em;
}
.imprint #content h1,
.imprint #content h2,
.privacy #content h1,
.privacy #content h2 {
    display: block;
	margin:0 0 1em 0;
	color: #000;
	font-size:12px;
	font-weight:bold;
}
.imprint #content h1,
.privacy #content h1 {
	font-weight: bold;
}
.imprint #content header h2,
.privacy #content header h2 {
color: #cc6633;	
	font-weight: normal;
}
.imprint #content h3,
.privacy #content h3 {
	font-weight: bold;
	margin:0;
	color: #000;
}
/* 
-------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------- 
*/
/*#footer, #footer a {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #cc6633;
}*/
/* 
------------------------------------------------------------------------------- 
startseite
------------------------------------------------------------------------------- 
*/
/*.home #all {
	width: 100%;
	text-align:center;
	position:absolute;
    top:50%;
    height: 30px;
    margin-top:-15px;
}*/
.home #all {
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
}
.home #head {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	height: auto;

	}
.home #head h1 {
	display: none;
}
.home .logo {
	width:100%;
	height:auto;
}
.home #icons {
    margin: 65px auto 0 auto;
	width: 100%;
}

.home #icons img {
    width:50px;
    height:auto;
    /*margin:0 10px;*/
}
.home #icons a {
    padding:10px;
	display: inline-block;
}
/*
-------------------------------------------------------------------------------
mobile
-------------------------------------------------------------------------------
*/
@media screen and (max-width: 1025px) {
	html {
		background-image: url("../images/Paco-Mendez_Comal_mobile.jpg");
	}
}
@media screen and (max-width: 768px) {
	.home .logo {
		width:80%;
	}
	.home #icons {
		margin-top: 40px;
	}
	.home #icons img {
		width:40px;
	}
}
@media screen and (max-height: 768px) {
	.home .logo {
		width:80%;
	}
	.home #icons {
		margin-top: 30px;
	}
	.home #icons img {
		width:40px;
	}
}
@media screen and (max-width: 560px) {
	.home .logo {
		width:60%;
	}
	.home #icons {
		margin-top: 40px;
	}
	.home #icons img {
		width:30px;
	}
}
/*@media screen and (max-width: 480px) {
	.home #icons {
		max-width: 300px;
	}
}*/
