@charset "utf-8"; /* CSS Document***********************************************************************************************
*  ___       _________ ______ __________________________ _____   ___________    ______  _____________________ _______________  *
*  __ |     / /__  __ \___  / ___  ____/__  ____/___    |___  | / /__  ____/    ___   |/  /___  ____/___  __ \____  _/___    | *
*  __ | /| / / _  / / /__  /  __  /_    _  / __  __  /| |__   |/ / _  / __      __  /|_/ / __  __/   __  / / / __  /  __  /| | *
*  __ |/ |/ /  / /_/ / _  /____  __/    / /_/ /  _  ___ |_  /|  /  / /_/ /      _  /  / /  _  /___   _  /_/ / __/ /   _  ___ | *
*  ____/|__/   \____/  /_____//_/       \____/   /_/  |_|/_/ |_/   \____/       /_/  /_/   /_____/   /_____/  /___/   /_/  |_| *
*                                                                                                                              *
********************************************************************************************************************************            
*              Copyright: Wolfgang Wahl | www.saschas.ch | 01.02.2016 | Letzte Aktualisierung: 09.03.2016                      *
*****************************************************************************************************************************-->	 
		 
/*##############################################################################################################################
---- Layout --------------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #000;
	background-image:url(../images/body/bg-body.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover; 
	font-size: 62.5%;
	color:#bbb;
	font-weight: 300;
	overflow-y: scroll;
}

body#kontaktseite {
	background-image:url(../images/body/bg-kontakt.jpg);
}

body#saschas {
	background-image:url(../images/body/bg-saschas.jpg);
}

body#team {
	background-image:url(../images/body/bg-team.jpg);
}

#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #000;
     z-index: 10000;
    height: 100%;
}

#preloader #status  {
     width: 400px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/body/preloader.png);
     background-repeat: no-repeat;
     background-position: center;
     margin: -200px 0 0 -200px;
}
 
#preloader #status #loader  {
     width: 400px;
     height: 30px;
     position: absolute;
     background-image: url(../images/body/preloader.gif);
     background-repeat: no-repeat;
     background-position: 155px center;
     margin-top: 275px;
} 

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	background-image: url(../images/body/body.png);
	background-repeat: repeat;	
}

#scroll-page {
	position: absolute;
	left: 50%;
	margin-left: 505px;
	z-index: 1000;
	width: 36px;
	height: 130px;	
	margin-top: 25px;
}

#scroll-page a {
	cursor: pointer;	
}

#top-spacer {
	position: absolute;
	margin-top: -10px;
	height: 1px;
	width: 1px;	
}

#outline {
	width: 1000px;
	min-height: 600px;
	margin: auto;
	margin-bottom:15px;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	background-image: url(../images/body/bg-outline.blk.png);
	background-repeat: repeat;	
}

h1 {
	font-family: 'Courier', monospace;			
	font-size: 3.5em;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: 500;
	color: #bbb;	
}

h1 span {
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 0.6em;
	font-weight: 300;
	padding-left: 5px;
	text-transform: uppercase;
 	
}

h2 {	
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 300;	
}

h2.team {
	font-size: 2em;		
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;	
}

h2.geschichte {
	font-size: 2em;		
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;		
}

h3 {	
	font-size: 2em;
	margin-bottom: 0;
	font-weight: 400;	
}

a {
	text-decoration: none;
	color: #e2827e;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #fff;
}

a.btn {
	position: relative;
	font-size: 0.7em;
	display: inline-block;
	background: #111;
	border-radius: 4px;
	color: #fff;		
	padding: 2px 5px 2px;
	margin-top: 0;
	text-transform: uppercase;
	top: -2px;
	font-weight: 400;
}

a.btn.imgdescr {
	font-size: 1em;
	top: 0;	
	float: right;
	line-height: 1.3em;
	margin-left: 10px;
	padding: 0; 
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

a.btn:hover {
	background: #333;
	color: #fff;	
}

p {
	font-size: 2em;	
}

p.spacer {
	height: 12px;
	padding: 0;
	margin: 0;
}

/*##############################################################################################################################
---- Header --------------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

#outline #header {
	position: relative;	
	width: 960px;
	height: 300px;
	margin: auto;
	clear: both;				
}

#outline #header #logo {
	position: absolute;	
	width: 100px;
	height: 300px;
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;			
}

/*##############################################################################################################################
---- Navigation ----------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

#outline #navigation {
	position: relative;		
	width: 920px;
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin: auto;
	clear: both;
	background-image: url(../images/body/bg-content.blk.png);
	background-repeat: repeat;
	z-index: 3000;			
}

/* ---- Quicklinks ---------------------------------------------------------------------------------------------------------- */
#outline #navigation #quicklinks {
	position: absolute;	
	width: 250px;
	right: 10px;
	height: 60px;
	top: 15px;
							
}


#outline #navigation a.quicklinks {	
	float: right;
	margin-right: 9px;
	margin-top: 10px;
	width: 30px;
	height: 30px;
						
}

#outline #navigation a.quicklinks img {	
	width: 30px;
	height: 30px;					
}

/*##############################################################################################################################
---- Content -------------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

#outline #content {	
	position: relative;		
	overflow:hidden;
	width: 920px;
	padding: 20px;
	padding-bottom: 0;
	padding-top: 0;	
	margin: auto;
	top: 0;	
	background-image: url(../images/body/bg-content.blk.png);
	background-repeat: repeat;
	z-index: 1000;					
}

#pressetexte #outline #content {	
	background-image: url(../images/body/bg-content.blk-dark.png);				
}

#outline #content .divider {
	position: relative;
	width: 920px;
	height:20px;
	margin-top: 0px;
	overflow: hidden;
	background-image: url(../images/body/hor_separator.png);
	background-repeat:no-repeat;
	background-position: top center;		
}

#outline #content #marken {
	position: relative;
	float: left;
	width: 920px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/misc/marken.png);		
}

#outline #content .container {
	position: relative;
	width: 920px;
	margin-top: 6px;	
	overflow: visible;		
}

#outline #content .container p {
	font-size: 2em;
}

#outline #content .container .container-left {
	display: inline;
	width: 450px;
	float: left;
	margin-bottom: 0;  
}

#outline #content .container .container-left h1 {
	margin-top: -7px;  
}

#outline #content .container .container-left img.welcomeimg {
	width: 160px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 20px;  
}

#outline #content .container .container-left img.signaturimg {
	float: right;
	margin-top: -30px;  
}

#outline #content .container .container-right {
	width: 440px;	
	float: right;
	margin-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/body/ver_separator.png);
	background-repeat: repeat-y;		   
}

#outline #content .container .container-right .eyecatcher img {
	margin-top: 2px;	   
}

#outline #content .container .container-right p {
	font-size: 1.6em;		   
}

#outline #content .container .container-right h2  {
	float: left;
	width: 435px;
	color: #fff;
	font-size: 2em;
	margin-top: 3px;		   
}

#outline #content .container .container-right h2 span {
	color: #fff;
	font-size: 0.8em;		   
}

#outline #content .container .container-right h3 span {
	float: left;
	width: 220px;		   
}

#outline #content .container .container-right.current {
	display: inline;	   
}

#outline #content .container .container-right ul {
	margin-bottom: 10px;
	clear: both;	   
}

#outline #content .container .container-right ul.last {
	margin-bottom: 0;	   
}

#outline #content .container .container-right ul li p.select {
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;	   
}

#outline #content .container .container-right ul li h3 {
	color: #e7b33e;	
	font-weight: 300;	   
}

#outline #content .container .container-right img {
	float: left;
	margin-top: 5px; 
	margin-bottom: 13px;	   
}

#tagesmenu {
	display: none;
}

.businessmenu, .tagesmenu {
	display: block;
	z-index: 999;
	position: absolute;
	right: 2px;
	top: 50px;
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;	
	background: #de9a38;
	border-radius: 4px;
	color: #532d2a;
	padding: 4px 6px 5px;	
}

.businessmenu:hover, .tagesmenu:hover {
	background: #699440;
	color: #fff;	
}

#outline #content .container .container_right {
	width: 440px;	
	float: right;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/body/ver_separator.png);
	background-repeat: repeat-y;
	background-color: #0F0;	   
}

#outline #content .container .container_right img {
	width: 426px;
	float: right;
    border: 7px solid #532d2a;
    -webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;			   
}

/* ---- Team ---------------------------------------------------------------------------------------------------------------- */
#outline #content .personalblock {
	
}

#outline #content .personalblock img.personalimg {
	float: left;
	width: 130px;
	height: 195px;
	margin-right: 20px;
	margin-top: 5px;   
}

/* ---- Team ---------------------------------------------------------------------------------------------------------------- */

/* ---- Kontakt ------------------------------------------------------------------------------------------------------------- */
#outline #content #kontakt {
	position: relative;	
}

#outline #content #kontakt ul#contact-image {
	position: relative;
	float: right;			
}

#outline #content #kontakt ul#contact-image img {
	float:right; 
	width: 365px;
	height: 100px;
	margin-right: 0;		
}

#outline #content #kontakt ul#contact-left {
	position: relative;
	float: left;	
	width: 250px;		
}

#outline #content #kontakt ul#contact-right {
	position: relative;
	float: left;	
	width: 280px;		
}

#outline #content #kontakt ul li {
	list-style: none;
	font-size: 2em;
	clear: both;		
}

#outline #content #kontakt ul li h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	margin-top: -3px;		
}

#outline #content #kontakt ul li span {
	font-size: 0.8em;		
}

#outline #content #kontakt ul li img {
	float: left;
	margin-right: 10px;	
	margin-top: 1px;	
}

#outline #content #kontakt ul li a {
	float: left;
	z-index: 999;
	font-size: 1em;
	font-weight: 300;
	background: #111;
	border-radius: 4px;
	color: #bbb;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-top:2px;
	height: 20px !important;
	line-height: 20px !important;		
}

#outline #content #kontakt ul li a:hover {
	background: #333;
	color: #fff;			
}

#outline #content #kontakt .divider {
	margin-top: 25px;
	margin-bottom: 0;			
}
/* ---- Kontakt ------------------------------------------------------------------------------------------------------------- */

/* ---- Router -------------------------------------------------------------------------------------------------------------- */
#outline #content #router {
	position: relative;
	width: 920px;
	margin-top: 20px;
	font-size: 1.2em;	
}

#outline #content #router #control {
	position: relative;
	width: 920px;
	float: left;
	z-index: 1000;
}

#outline #content #router #control label {
	float: left;
	padding-right: 10px;
	letter-spacing: normal!important;
	font-size: 18px;
	color: #fff;		
}

#outline #content #router #control dl {
	float: right;
}
    
#outline #content #router #control .dropdown dd, .dropdown dt, .dropdown ul { 
	margin: 0px;
	padding: 0px;
}

#outline #content #router #control .dropdown dd {
	position: relative; 
}

#outline #content #router #control .dropdown dt a:hover {
	color: #000;
	border: 1px solid #ccc;
}

#outline #content #router #control .dropdown dt a {
	background: #fff url(../images/flags/arrow.png) no-repeat scroll right center;
	display: block; 
	padding-right: 20px;
    border: 1px solid #ccc;
	color: #333; 
	width: 120px;
}

#outline #content #router #control .dropdown dt a span {
	cursor: pointer; 
	display: block; 
	padding: 5px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;	
}

#outline #content #router #control .dropdown dd ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	display:none;
    left: 0px; 
	padding: 5px 0px;
	position: absolute;
	top: 5px;
	width: auto;
	width: 140px;
	list-style: none;
}

#outline #content #router #control .dropdown span.value {
	display: none;
}

#outline #content #router #control .dropdown dd ul li a {
	padding: 5px;
	display: block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	
}

#outline #content #router #control .dropdown dd ul li a:hover {
	background-color: #efefef;
}
        
#outline #content #router #control .dropdown a img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;		
	border: none;
	vertical-align: middle;
}

#outline #content #router #control input {
	float: right;
	height: 20px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;	
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#outline #content #router #control input.ortschaft {
	border-left: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;	
}

#outline #content #router #control input.suche {
	cursor: pointer;
	border-left: none;
	height: 28px;
	padding-top: 1px;
	background-color: #efefef;
}

#outline #content #router #map {
	position: relative;
	float: left;
	width: 920px; 
	height :450px;
}

/* Schriftfarbe - Route Text */
#outline #content #router #directions {
	position: relative;
	float: left;
	width: 920px;
	margin-bottom: 20px;	
}

/* Schriftfarbe - Route Titel Text */
#outline #content #router #directions .adp-summary span {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal	
}

/* Tabelle - Route Start / Ziel */
#outline #content #router #directions table.adp-placemark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	text-indent: 12px;
}

/* Tabellenbreite - Route Text */
#outline #content #router #directions table.adp-directions {
	width: 100%;
	padding: 0;
	color: #bbb;	
}

#outline #content #router #directions .adp-directions td.adp-substep {
	color: #bbb;
	border: none;	
	border-bottom: 1px dotted #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal	;	
}

/* Anzeige Distanz Details */
#outline #content #router #directions table.adp-directions .adp-distance {
	text-align: right;
}

/* Anzeige Zeit / Distanz */
#outline #content #router .adp-summary {
	text-align: right;
	float: right;
	margin-top: -40px;
	margin-right: 5px;
}

/* Anzeige Zeit / Distanz */
#outline #content #router .adp-summary span {
	color: #fff;
	font-weight: bold;
}

/* Google CopyRight */
#outline #content #router .adp-legal {
	font-size: 0.9em;	
}
/* ---- Router -------------------------------------------------------------------------------------------------------------- */

#outline #content .fotogallerie h2 {
	font-size: 2.2em;	
	padding-left: 7px;
}

#outline #content .fotogallerie h2 span {
	font-size: 1.6em;	
}

/*---- Links  ----------------------------------------------------------------------------------------------------------------*/
#outline #content .linkcontent {
	width: 450px;
	min-height: 100px;
	float: left;
	text-align: left;
}

#outline #content .linkcontent.left {
	width: 280px;
	margin-right: 40px;
}

#outline #content .linkcontent.right {
	width: 300px;
}

#outline #content .linkcontent h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

#outline #content .linkcontent form textarea.saschas-code {
	width: 450px;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	cursor: pointer;
	margin-bottom: 17px;
	color: #888;
	background-color: transparent;
	overflow: hidden;
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
}

#outline #content .linkcontent form textarea.saschas-code:hover {
	color: #fff;
}

#outline #content .clear.separator {
	position: relative;
	height: 30px;
	margin-bottom: 50px;
	background-image: url(../images/body/hor_separator.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#outline #content .linkcontainer {
	position: relative;
	float: left;
	width: 280px;
	margin-right: 40px;
	margin-bottom: 40px;
}

#outline #content .linkcontainer.last {
	margin-right: 0;
}

#outline #content .linkcontainer img {
	width: 280px;
}

#outline #content .linkcontainer p.descr {
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
}

/*##############################################################################################################################
---- Footer --------------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

#outline #footer {
	position: relative;
	width: 920px;
	margin: auto;
	margin-top: 0;
	padding: 20px;
	padding-top: 10px;
	color: #bbb;	
	background-color: transparent !important;
	background-image: url(../images/body/bg-content.blk.png);
	background-repeat: repeat;	
}

#pressetexte #outline #footer  {	
	background-image: url(../images/body/bg-content.blk-dark.png);				
}

#outline #footer #credits {
	float: left;
	margin-top: 3px;
	font-size: 1.4em;	
}

#outline #footer #credits span a {
	color: #bbb;
}

#outline #footer #credits span a:hover {
	color: #fff;
}

#outline #footer p {
	margin-left: 200px;
	text-align: right;	
	font-size: 1.8em;	
}

#outline #footer p a.btn  {
	font-size: 0.9em;
	padding: 1px 5px 1px 5px; 	
}

/*##############################################################################################################################
--------------------------------------------------------------------------------------------------------------------------------
##############################################################################################################################*/

div.clear {
	clear:both;
}



















