
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;background-color:#F0F0F0;
}

header {background-color:#444444}
footer {border-top:1px solid black}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:rgb(141, 141, 153) ;
	font-size: 11px;
	opacity: 1; /* Firefox */
  }

#wrapper {background-color:#ffffff;}
@import url("menu.css");

/* tabs */
.tab-container div {}
.tab-container ul { margin: 0; padding: 0 0 0 10px; border-bottom:1px solid #444;}
.tab-container ul li { 
	display: inline-block; 
	background: #fff; 
	border-bottom: none;  
	background:#fff url("../img/top_nav_border.gif") no-repeat top right;
	

}
.tab-container>ul li a { display: block; padding: 4px 16px 4px 12px; outline: none; }
.tab-container>ul li a:hover { text-decoration: underline; }
.tab-container>ul li.active { background: #fff; position: relative; }
.tab-container>ul li a.active {color:red; background:#fff url("../img/top_nav_border.gif") no-repeat top right;}
.tab-container .panel-container { padding: 0 10px; }

#page-header{border-bottom:2px solid #000;height:18px;padding-top:4px}
.page-title{padding: 1px 0 2px 4px;text-transform:uppercase;font-size:85%;color:#999;height:15px;background:#fff}
.newentry{text-align:right;padding: 3px 10px 3px 0;font-size:85%;color:#999}
#mediafiles{padding:20px;clear:both;min-height:640px}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #e7e731;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
   font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

blockquote h2 {
 font-weight: bold;
 padding-bottom: 6px;
}

/*a{color:#333}*/
/* formulare */

.form {
	padding:5px;
	margin: 10px 0; 
	color: #333;
	
	}
.formrow {
	clear: both;
	margin:10px 0px;
	font-size:92%;

}

.label {
	float: left;
	font-weight: normal;
	margin-right: 1em;
	margin-top: 0.5em;
	text-align: right;
	white-space: nowrap;
	width: 25%;
	display:block;
}

.widget {margin-left: 25%;}

.adminform{
	width: 98%; 
	background-color: #fefefe; 
	padding: 10px 3px; 
	color: #333;
}

.adminform  .textfeld{
	width: 250px;
	background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
	}
.adminform input{
	margin: 2px 0px;
	padding:2px;
	}
.adminform label{
	margin-top: 4px;
	padding:2px;
	}
.adminform select{
	width:158px;
	}
#datafields textarea {height:90px;width:290px}
	
/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
/* .error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;} */
.error, .alert, .notice, .success, .info {padding:4px 4px 0 12px;margin:0;border:1px solid #ddd;}
.error, .alert {color:red;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
.help-block{border:none}

div.label>em {color : #cc0000   ; font-size : 150%;padding:3px;vertical-align:middle;}



/* Ungeordnete Listen ohne Listenpunkt */
ul.linklist { list-style-type: none; margin: 0 0 1em 0;  }
ul.linklist li { margin: 0 0 0.5em 0; padding: 0 0 0 3px;line-height:107%;background:none;display:block;}
ul.linklist li a {font-size:85%;line-height:107%;padding:0;text-decoration:none;}
ul.linklist li h2 {padding:0;margin:0;line-height:107%;}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


  	/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

.tab table {border-collapse: collapse;
	border: 0px solid #ccc;
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;}

.tab td {border-top: 1px dotted #bbb;border-bottom: 1px dotted #bbb;
	padding: .5em;font-size:85%}
.tab td.nob{border-bottom:none;padding-bottom:0;}
.tab caption {padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;}

.tab h1,h2{font-size:100%}
.tab h2 {padding-left:0}
/* =links
----------------------------------------------- */

.tab table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

.tab table a:link {border-bottom: 0px dashed #ddd;
color: #000;}

.tab table a:visited {border-bottom: 1px dashed #ccc;
text-decoration: line-through;
color: #808080;}

.tab table a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

.tab thead th, .tab tfoot th {border-bottom: 1px solid #ccc;
text-align: left;
font-size: 85%;
font-weight: bold;
color: #333;
padding: 2px 0 4px 0;
background: transparent;}

.tab tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

.tab tbody th, .tab tbody td {vertical-align: top;
text-align: left;}

.tab tbody th {white-space: nowrap;}

.tab .odd {background: #fcfcfc;}

.tab tbody tr:hover {background: #fcfcf5;}

.list {padding:10px 20px;}
.list div {vertical-align:top;}


.pager{padding:10px;text-align:center}


/*
Uploadify v3.0.0
Copyright (c) 2010 Ronnie Garcia

*/

.uploadifyButton {
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}
.uploadify:hover .uploadifyButton {
	background-color: #808080;
}
.uploadifyQueueItem {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}



 /*!
 * Tabby v10.0.5: Simple, mobile-first toggle tabs.
 * (c) 2016 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */

/*  Force browser to show a pointer on tab navigation. */
/* line 2, /Users/cferdinandi/Sites/tabby/src/sass/components/_tabby.scss */
.tabs{
	margin: 0; padding:0 0 0 10px; border-bottom:1px solid #444;
}
.tabs a {
 cursor: pointer;
 text-decoration: none;
 display: block; padding: 4px 16px 4px 12px; outline: none; 
}

.tabs a.active {color:#C11B17; background:#fff url("../img/top_nav_border.gif") no-repeat top right;}

/*  Hide tab content if javascript is enabled. */
/* line 7, /Users/cferdinandi/Sites/tabby/src/sass/components/_tabby.scss */
.js-tabby .tabs-pane {
 display: none;
 visibility: hidden;
}

.tabs span{
   display: inline-block; 
   background: #fff; 
   border-bottom: none;  
   background:#fff url("../img/top_nav_border.gif") no-repeat top right;
}

/*  Show tab content when active class is added.
*  This class is added via javascript. */
/* line 14, /Users/cferdinandi/Sites/tabby/src/sass/components/_tabby.scss */
.tabs-pane.active {
 display: block;
 visibility: visible;
}

/*jquery-ui mod */
.ui-datepicker-trigger{
	background-color:white;border:none
}

.ui-datepicker-trigger img{
	margin:0 0 -3px 5px;
}

.teaserline{border-top:1px solid #eee;margin:8px 0;}
.teaserline h3{font-weight: normal}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}