
/*  ---  Style-Sheet fÃŒr First-Connection.de  ----  */
/*  -  Â© Stefan RÃŒcker, Dezember 2012, MÃ€rz 2015 -  */

/*  -------------- Allgemeiner Teil --------------  */
 
@font-face {
    font-family: firstfont;
    src: url(LiberationSerif-Regular.ttf);
} 
  	
body {
	background-image: url(../Hintergrund/background_ohneWWSchild.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgb(18,9,7);
	font-family: firstfont !important;
	color: #000;
	letter-spacing: -0.05em;
	}
	
i {
	font-style: italic;
	letter-spacing: 0.02em;
	margin-left: 0.1em;
	text-decoration: underline;
	}
	
a {							
	outline: 0;
	}
	
div a img {
	border: none;
	}

#text a img {					
    border: 1px solid rgb(255,181,21);			
    }
    
ul	{
	list-style: none;
	}
	
ol {
	list-style: decimal outside;
	}
	
.imText {
	float: right;
	width: 22%;
	margin:0 0 5px 1px;
	}
	
nav {
	position: absolute;
	z-index: 10;
	display: block;
	font: inherit;
	}
	
nav a:link,
nav a:visited {
	color: #000;
	text-decoration: none;
	border: #808080 2px solid;
	background: rgba(255,255,255,0.7);
	}
	
nav a:hover,
a.aktive_seite {
	color: #000;
	text-decoration: none;
	border: rgb(255,181,21) 2px solid;
	background: rgba(255,255,255,0.7);
	}

nav a:active {
	color: #000;
	text-decoration: none;
	border: rgb(255,181,21) 2px inset;
	background: rgba(255,255,255,0.7);
	transition: border 0.5s 0.5s linear;
	}

nav a img {
	height: 2ex;
	vertical-align: bottom;
	padding-right: 2px;
	}
	
#naviClose {
	visibility: hidden;
	border: none;
	background: none;
	width: auto;
	height: auto;
	float: right;
	margin-top: -10%;
	margin-right: -10%;
	}
	
#close {
	height: 5ex;
	}

#service~span {
	display: none;
	}
		
#text, #plakat {
	position: absolute;
	z-index: 1;
	height: auto;
	padding: 1%;
	font-size: 90%;	
	}
	
#text {
	background-color: rgba(255,255,255,0.67);
	}
	
#text h1 {
	text-transform: uppercase;
	}
	
#text {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	}
	
#text a:link,
#text a:visited {
	color: #000;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-left: 0.1em;
	}
	
#text a:hover {
	color: rgb(255,181,21);
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-left: 0.1em;
	}
	
#text a:active {
	border: #222 0.5px inset;
	transition: border 0 0.25s linear;
	color: rgb(255,181,21);
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-left: 0.1em;
	margin-right: -2px;
	}
	
#text .bild a {
	margin-left: 0;
	}
	
#text .bild a:active {
	border: none;
	margin: 0;
	}
	
/* Unterelemente von #text */


.bild {
	text-align: center;
	}
	
.thumb {
	width: 20%;
	margin: 0 5px;
	}
	
.pic { 
	width: 40%;
	margin: 0 5px;
	}
	
.thumb, .pic {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	}	
	
.hidden {
	display: none;
	}

#fclogo {
	float: right;
	width: 33%;
	}
	
#fcmap {
	float: right;
	width: 60%;
	}

#fb {
	width: 7.5%
	}
	
/* MÃ¶gliche Videos auf der Startseite */

	video {	
		width: 65%;
		margin-left: 17.5%;
		margin-right: 17.5%;
		height: auto;
		}


/* Kurzer Einschub fÃŒr mÃ¶gliche Tabellen */
/* Die Berechnung von Spaltenbreiten ist auf */
/* eine Swap-Meet-Seite mit PayPal-Direktverkauf */ 
/* ausgelegt. Links ein Bild, rechts der Bestellbutton */
/* Hier geht's nur um Stil und auch das sehr sparsam. */

	table {
		width: 100%;
		}
	
	th, td {
		vertical-align: top;
		text-align: left;
		border-bottom: 2px solid #000;
		padding: 1%;
		}
	
	tr:last-of-type td {
		border-bottom: none;
		}
	
	tr td:first-of-type {
		width: 40%;
		}
		
	tr td:last-of-type {
		width: 20%;
		}
		
	tr td img, tr td input[src] {
		width: 95%
		}
	
/* ----------------------------------------------- */	
/* Hier beginnen die Bereiche fÃŒr die unterschied */
/* lichen Bildschirm-Layouts                       */
/* ----------------------------------------------- */

/* CSS für Anzeigebereiche max. 750 x 549 px/quer und für Apple-Retina-Display quer*/

@media (max-width:750px) and (orientation:landscape),
(-webkit-min-device-pixel-ratio:2) and (orientation:landscape),
(-moz-min-device-pixel-ratio:2) and (orientation:landscape)  {

body {
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	}

#startpunkt {
	visibility: visible;
	position: absolute;
	top: 10%;
	left: 6%;
	width: 9%;
	}
	
#menuIcon {
	width: 100%;
	}	
	
nav {
	visibility: hidden;
	background-color: rgba(20,20,20,0.8);
	-webkit-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	   -moz-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	        box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	top: 8%;
	width: 20%;
	margin-left: 2%;
	}
	
nav a {
	display: list-item;
	list-style: none;
	margin: 2% 6%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 2% 1%;
	}
	

#text, #plakat {
	top: 23%;
	right: 18%;
	width: 58%;
	max-height: 52ex;
	overflow-y: auto;
	overflow-x: hidden;	
	}
 
#text h1 {
	font-size: 140%;
	}
	
#text h2 {
	font-size: 120%;
	}
	
#schloss img {
	position: fixed;
	z-index: 2;
	top: 25%;
	left: 40%;
	width: 20%;
	}

}

/* CSS für Anzeigebereiche 751…989 x 549 px/quer */


@media (min-width:751px) and (max-width:989px) and (orientation:landscape) {

body {
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	}

#startpunkt {
	visibility: hidden;
	}
	
nav {
	visibility: visible;
	top: 8%;
	width: 17%;
	margin-left: 0.25%;
	}
	
nav a {
	display: list-item;
	list-style: none;
	margin-bottom: 3%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 2% 1%;
	}
	

#text, #plakat {
	top: 23%;
	right: 18%;
	width: 58%;
	max-height: 52ex;
	overflow-y: auto;
	overflow-x: hidden;	
	}
 
#text h1 {
	font-size: 140%;
	}
	
#text h2 {
	font-size: 120%;
	}
	
#schloss img {
	position: fixed;
	z-index: 2;
	top: 25%;
	left: 40%;
	width: 20%;
	}

}

/* CSS für Anzeigebereiche min. 990 x 550 px/quer */

@media (min-height:550px) and (min-aspect-ratio:9/5), (min-width:990px) and (orientation:landscape) {

body {
	background-size: 80% auto;
	-moz-background-size: 80% auto;
	}

#startpunkt {
	visibility: hidden;
	}
	
nav {
	visibility: visible;
	top: 8%;
	left: 11%;
	width: 13.5%;
	}
	
nav a {
	display: list-item;
	list-style: none;
	margin-bottom: 3%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 2% 1%;
	}
	
#text, #plakat {
	top: 25%;
	right: 24%;
	width: 48%;
	max-height: 53ex;
	overflow-y: auto;
	overflow-x: hidden;
	}
	
#text h1 {
	font-size: 155%;
	}
	
#text h2 {
	font-size: 128%;
	}
	
#schloss img {
	position: fixed;
	z-index: 2;
	top: 25%;
	left: 40%;
	width: 20%;
	}

}

/* ---- CSS für Anzeigebereiche in Hochformat --- */

@media (max-width:641px) and (orientation:portrait), 
(orientation : portrait) and (-webkit-min-device-pixel-ratio: 2), 
(orientation : portrait) and (-moz-min-device-pixel-ratio: 2) {

body {
	background-size: 120% auto;
	-moz-background-size: 120% auto;
	}

#startpunkt {
	visibility: visible;
	position: absolute;
	width: 100%;
	top: 15%;
	left: 50%;
	}
	
#menuIcon {
	width: 10%;
	margin-left: -5%;
	}	
	
nav {
	visibility: hidden;
	background-color: rgba(20,20,20,0.8);
	-webkit-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	   -moz-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	        box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	top: 15%;
	left: 50%;
	width:40%;
	margin-left: -18%;
	text-align: left;
	}
	
nav a {
	display: list-item;
	list-style: none;
	margin: 1% 5%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1%;
	}
	
#text, #plakat {
	top: 42.5%;
	margin: 0 -5% 0 -3%;
	padding: 0 6.5% 0 3%;
	overflow-y: auto;
	overflow-x: hidden;
	}

#text h1 {
	font-size: 130%;
	}

#text h2 {
	font-size: 115%;
	}
	
#schloss {
	display: none;
	}
	
}

@media (min-width:642px) and (max-width:751px) and (orientation:portrait) {

body {
	background-size: 150% auto;
	-moz-background-size: 150% auto;
	}

#startpunkt {
	visibility: visible;
	position: absolute;
	width: 100%;
	top: 20%;
	left: 50%;
	}
	
#menuIcon {
	width: 12%;
	margin-left: -6%;
	}	

nav {
	visibility: hidden;
	background-color: rgba(20,20,20,0.8);
	-webkit-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	   -moz-box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	        box-shadow: 0 0 55px rgba(255, 181, 21, 0.5);
	top: 21%;
	left: 50%;
	width:40%;
	margin-left: -18%;
	text-align: left;
	}
	
nav a {
	display: list-item;
	list-style: none;
	margin: 2% 5%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1%;
	}
	
#text, #plakat {
	top: 49%;
	margin: 0 -5% 0 -3%;
	padding: 0 6.5% 0 3%;
	overflow-y: auto;
	overflow-x: hidden;
	}

#text h1 {
	font-size: 130%;
	}

#text h2 {
	font-size: 115%;
	}
	
#schloss {
	display: none;
	}
	
}

@media (min-width:751px) and (orientation:portrait) {

body {
	background-size: 120% auto;
	-moz-background-size: 120% auto;
	}

#startpunkt {
	visibility: hidden;
	}
	
nav {
	visibility: visible;
	top: 13%;
	left: 50%;
	width: 90%;
	margin-left: -45%;
	text-align: justify;
	}
	
nav a {
	display: inline-block;
	margin-bottom: 1%;
	width: 35%;
	font-size: 100%;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1% 0;
	}
	
#text, #plakat {
	top: 48%;
	margin: 0 -5% 0 -3%;
	padding: 0 6.5% 0 3%;
	overflow-y: auto;
	overflow-x: hidden;
	}
 
#text h1 {
	font-size: 135%;
	}
	
#text h2 {
	font-size: 118%;
	}
	
#schloss {
	display: none;
	}
	
}

