@charset 'utf-8';
@import url(reset.css);
@import url(../fancybox/fancybox.css);

/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SlGVmQWMvZQIdix7AFxXkHNSbRYXags.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ----------------------------------------------- FARBEN
	dunkelblau: #034769
	hellblau: #086fa1	
	orange: #ff8900
*/



/* ----------------------------------------------- TABS */
.ui-tabs .ui-tabs-hide {
	display:none !important;
}



/* ----------------------------------------------- BODY */
body {
	margin:20px;
	font-family:'Droid Sans', arial, sans-serif;
	color:#454545;
	font-size:15px;
	line-height: 1.6em;
}



/* ----------------------------------------------- LINKS */
a {	color:#086fa1; text-decoration:none; border-bottom:1px solid #cecece; }
	a:hover { color:#000; }
	
a.ext { background:url("../img/ext.png") no-repeat scroll right center transparent; padding-right:12px; }
a.mailto { background:url("../img/mail.png") no-repeat scroll right center transparent; padding-right:12px; }

.cc-link, .cc-revoke:hover {
	border:none;
}


/* ----------------------------------------------- UMSCHLIEßENDE MAIN-BOX */
#wrapper {
	width:850px;
	margin:auto;
	border:10px solid #454545;
	-moz-border-radius:12px; 
	-webkit-border-radius:12px;
	border-radius:12px; 
	-moz-box-shadow:0px 0px 6px #cecece; 
	-webkit-box-shadow:0px 0px 6px #cecece; 
	box-shadow:0px 0px 6px #cecece;
	background:#fff;
}



/* ----------------------------------------------- HEADER, LOGO, NAVIGATION */
header {
	padding:15px; text-align:right;
}

.logo {
	float:left;
}

nav {
	float:right;
}
	nav ul {
		list-style:none;
	}
		nav ul li {
			float:left; margin: 0 5px; font-size: 1.4em; background:none; padding:0;
		}
			nav ul li a {
				color: #086fa1;
				display:block;
				text-decoration:none;
				padding: 5px 7px;
				border:0;
				-moz-border-radius:9px;
				-webkit-border-radius:9px;
				border-radius:9px; }
				
				nav ul li a:hover {
					background-color:#ebe8e8;
					color:#000;
				}
				
				nav a.current, nav a.current:hover {
					background-color:#086fa1;
					color:#fff;
				}



/* ----------------------------------------------- BASICS STYLES */
#content { padding:15px; }

p, blockquote, legend, h1, h2, h3, h4, h5, h6 { margin:15px 0 0;}

h1 { font-size:1.7em; font-weight:bold; }

h2 { font-size:1.2em; font-weight:bold; margin: 15px 0 5px;}

blockquote { margin-left: 7px; padding-left: 7px; border-left: 4px solid #888; font-style: italic; }

ul { list-style:none; margin:0 0 15px 0px;}
li {
	padding-left:11px;
	background-image:url(../img/li.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

#socialshareprivacy li {
	padding:0;
	background:none;
}

i { font-style:normal; color:#000; }

time { font-weight:bold; }

mark { background:none; color:#000; }

b { font-weight:bold; }

.clear { clear: both; }

.sebm { font-family:'Trebuchet MS', arial, sans-serif; }
	.sebm > b:first-of-type { color:#034769;}
	.sebm > b:last-of-type { color:#086fa1; }
	
.vworks { font-family: Verdana, arial, serif; font-size: 0.92em;}
	

.box, .half-box {
	padding:0 15px 0;
	background:#f7f7f7;
	border-top:2px solid #454545;
	border-bottom:2px solid #454545;
}



/* -----------------------------------------------  */
.half-box {
	width:370px;
	height:265px;
}
.half-box-left {
	float:left;
}
.half-box-right {
	float:right;
}
#news li time {
	float:right;
	font-weight:normal;
	font-size:0.85em;
}

#flickr {
	margin-top:15px;
}
#flickr img {
	border: 1px solid #888;
	margin:0 15px 5px 0;
}
#flickr img#flickr-ajax-loader {
	border:none;
	margin:70px;
}
#flickr a {
	border:none;
}

#clients {
	margin-top: 15px;
}
#clients img {
	border: 1px solid #888;
	margin:0 7px 5px 0;
}
#clients img:nth-of-type {
	border: 1px solid #888;
	margin:0 7px 5px 0;
}
#clients a {
	border:none;
}


ul#network {
	position: relative;
	height: 130px;
}
ul#network img {
	width: 100px;
	height: 100px;
	float:left;
	margin-right:15px;
	border: 1px solid #888;
}
ul#network li {
	clear: both;
}
#networkbox, #clientsbox {
	position:relative;
}
#networkbox a#back_button, #networkbox a#forward_button, #clientsbox a#back_button, #clientsbox a#forward_button {
	position:absolute;
	bottom:-16px;
	border-bottom:none;
}

#networkbox a#back_button, #clientsbox a#back_button {
	left:1px;
}
#networkbox a#forward_button, #clientsbox a#forward_button {
	right:1px;
}
#networkbox ul li {
	padding-left: 0;
	background-image: none;
	position: absolute;
	left: 10;
	top: 0;
	width:370px;
}



/* ----------------------------------------------- LEISTUNGEN */
.service-box {
	margin-top:10px;
	border-top:2px solid #454545;
	border-bottom:2px solid #454545;
	background:#f7f7f7;
	padding:15px 0 15px 15px;
}

.service-box > ul {
	list-style:none;
	margin:0;
}

.service-box > ul > li { float:left; margin-right:10px; }
.service-box > ul > li.angebote, .service-box > ul > li.ui-tabs-selected.angebote {
	background-image:url(../img/li-orange.png);
}
.service-box > ul > li.angebote > a { color:#ff8900; border-bottom:1px solid #ff8900; }
.service-box > ul > li.ui-tabs-selected.angebote a { color:#ff8900; border-bottom:2px solid #ff8900; }

.ui-tabs-selected a, .ui-tabs-selected a:hover {
	color:#034769;
	border-bottom:2px solid #034769;
}

ul.col, ul.col2 { margin-top:15px; }
ul.col > li { float:left; width:30%;}
ul.col2 > li { float:left; width:48%;}

.refbox {
	float:left;
	background:#fff;
	margin-top:15px;
	margin-right:16px;
	padding:0;
	width:250px;
	font-size:0.9em;
	text-align:center; 	
	border:1px solid #454545;
}

.angebote > .refbox {
	height:390px;
	background:#fff;
	border:1px solid #ff8900;
}

.angebote .price {
	font-family: "Arial Black", arial, serif;
	font-size:2.9em;
	font-weight:bold;
	color: #ff8900;
    text-shadow: 1px 1px 1px #034769; 
	margin:5px 0 15px;
}

.refbox > img { border-bottom:1px dotted #454545; margin:0;}
.angebote > .refbox > img { border-bottom:3px solid #ff8900; margin:0;}
.refbox > p { margin:5px 0; padding:0 10px; }


table.reftable {
	background:#fff;
	font-size:0.8em;
	border-collapse:collapse;
	margin:15px 15px 0 0;
}
.reftable thead td {
	font-weight:bold;
	text-decoration:underline;
}
.reftable td {
	border:1px solid #454545;
	padding:0px 6px;
}

/* Zeilen abwechselnd einfärben */
.reftable > tbody > tr:nth-of-type(odd) {
	background:#f9f9f9;
}

/* Erste Spalte fett */
.reftable > tbody > tr > td:nth-of-type(1) {
	font-weight:bold;
}

.reftable span { font-size:0.8em; }
.reftable span.flat { line-height:0.6em; }
.reftable span a.ext { background:url("../img/ext-small.png") no-repeat scroll right center transparent; padding-right:9px; }
.reftable .iframe, .reftable .iframe-rnr { float:right; border:0; }



/* ----------------------------------------------- KONTAKT */
.contactform {
	float:right;
	width:500px;
}
fieldset { margin:15px 0 0;}
input {
	height:20px;
	margin-bottom:15px;
}
input, textarea {
	width:450px;
	font-family:inherit;
	font-size:inherit;
	/*color:#034769;*/
	padding:5px;
	border:1px solid #cecece;
	background:#f7f7f7;
	border-radius: 3px;
}
input:focus, textarea:focus { background:#fff; }
input#submit {
	width: 120px;
	height: 40px;
	border:1px solid #cecece;
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px; 
	border-radius: 9px;
	background:#cecece; color:#000;
}
input#submit:hover, input#submit:focus { background:#086fa1; border:0; color:#fff; }
#response {
	margin-left:135px;
	padding:7px;
	color:#ff3500;
}

input[type=checkbox]{
	width:20px;
	margin:0;
	margin-top:10px;
} 

.sidebar {
	float:left;
	width:290px;
	padding-right: 15px;
}
.sidebar img {
	float:none;
	border:none;
}
.social a { border:0; }



/* ----------------------------------------------- PROFIL */
#stationen time {
	font-weight:bold;
}


p > img, p > a > img {
	float:left;
	margin: 2px 15px 10px 0;
	border: 1px solid #888;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p > img.right-img {
	float:right;
	margin:0 15px 10px 10px;
	border:1px solid #888;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

img.inline {float:none; margin:1px; border:0; 
-moz-border-radius:0; 
-webkit-border-radius:0;
border-radius:0;
	height:16px;
    margin-right: 4px;
    position: relative;
    top: 3px;
    width:16px;
}

aside {
	/* text-align: right; */
	font-size:0.9em;
	color:#888;
	margin-bottom: 15px;
}

#fancybox-close { border:0; }

.ie-upgrade a img { border:0; } 



/* ----------------------------------------------- IMPRESSUM */
#piwik-opt-out {
	width:100%;
	height:190px;
	margin-top:15px;
}


/* ----------------------------------------------- FOOTER */
footer { 
	padding: 15px;
	margin-bottom:15px;
}
footer > span { float:left; }
footer > a { float:right; }