/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y:auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width: 100%; height: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; border: 0;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; text-align: center;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

li.brand-nav{margin:5px 0px 10px 0px;transition: opacity 0.3s ease-in-out; display: inline-block;}
li.brand-nav:hover{opacity: 1 !important;}		

li.brand-nav > a > img {
	filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.15));
	-webkit-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.15));
	-ms-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.15));
}

.main-menu li {
	border-bottom: 0px;
}

.main-menu ul {

}

.partner{
	display: inline-block;
	font-size: 20px;
	padding: 0;
	width: auto;
	text-align: center;
	cursor:pointer;
}

.partner > div {
	padding: 5px 0px;
	font-size: 13px;
	text-align: center;
}

.partner:hover{color:red;}
   
::-moz-selection { background: #5F6062; color: #fff; text-shadow: none; }
::selection { background: #5F6062; color: #fff; text-shadow: none; }

html {
	/*min-width: 998px;*/
}

#wrapper{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}

#container {
	/*background: #fff url('../../public/pubonline/sitebackground/default.jpg') top left no-repeat;*/
	background-image: url(../../pictures/dtop_hauptbild.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 25% top;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%; 
}

div#shadow{
	position:absolute;
	display:block;
	width:100%;
	height:90px;
	bottom:0;
	background: url('img/bottom-bg.png') no-repeat bottom transparent;
	z-index:1;
}

body {
    background:#fff;
	width: 100%;
    height: 100%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5f6062;
    position: relative;
}
header.main {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    border: 1px solid #000000;
    border-left: 0;
    border-right: 0;
	z-index:10;
	background-color: rgba(100, 100, 100, 0.3);
	animation: fadeIn 1s ease-in;
}
/* LANG SWICHER */
.lang-switch {
    position: absolute;
    bottom: 16px;
	left:70px;
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 83px;
    padding: 0;
	z-index:20;
}
.lang-switch li {
    display: inline;
	float: left;
    border-right: 1px solid #5f6062;
    
}
.lang-switch li.last { border: 0;}
.lang-switch a {
    color: #5f6062;
    margin: 0 8px;
    text-decoration: none;
}
.lang-switch .active a { color: #dd0028;}

/*MAIN CONTENT*/
#main {
	position: absolute;
    height: auto;
    left: 0;
    top: 15%;  
    overflow: visible;
    float: left; 
	z-index:20;
}
.constant #main { /*CONSTANT class*/
    width: 100%;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
    width: 100%;
    height: 60px;
	margin: 0;
    text-indent: -9999px;
}
#logo a {
	margin: auto;
}

#logo a,
#logo img {
	width: 204px;
	height: 100%;
	display: block;
	/*margin: auto;*/
	outline: none;
	/*background-image: url(../cat/images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;*/
	}

#content {
    background: url(../img/content_bg.png);
    height: 370px;
    /*overflow-y: scroll;*/
	overflow-y: auto;
	width:717px;
}

#content.scroll {
    max-height: 300px;
}


#main.redbox {top: 500px;} /*REDBOX*/
#main.redbox #content {
    background: #dd0028;
    color: #fff;
}
#content .main {
	/*
    padding: 27px;
    color: #5f6062;
    font-size: 13px;
    line-height: 1.4;
    */
}

/* COLS */
.cols-content {
    overflow: hidden;
}
.cols-content .col {
    width: 46%;
    margin-right: 2%;
    float: left;
}

.cols-content .col-last {width: 50%; padding-left: 0;}


.redbox h1, .redbox a, .redbox p, .redbox h2, .redbox h3, .redbox h4, .redbox b, .redbox strong {color: #fff;}


/* QUICK SEARCH FORM*/
#quick-search {overflow: hidden; margin: 15px 0 25px 0;}
#quick-search label { width: auto; margin-top: 3px; margin-right: 0;}
#quick-search input { width: 200px; padding: 4px 5px;}
#quick-search button {float: left; padding: 5px;}



/* MENU SEARCH*/
#serch-menu {overflow: hidden;}
#serch-menu input {
	background: #D1D3D4;
	border: 0;	
	width: 170px !important; 
        padding: 0;
        margin: 0;
}
#serch-menu input[type="submit"] {
	float: right;
	color: #5F6062;
	margin: 2px 5px 0 0;
	width: 25px !important;
}

/* 
 * galleryjer
 */

div#galleryjer{
	height:auto;
	padding:0;
	display:block;
	float:left;
	margin:10px 0;
}

div#galleryjer div.items a{
	display:block;
	width:125px;
	height:125px;
	line-height:125px;
	float:left;
	text-align:center;
	vertical-align:middle;
	margin:1px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
 

/*
 * Dynamiczne skrypty
 */

div.script{
	display:block;
	width:100%;
	height:auto;
	float:left;
}

div.script div.scriptinfo{
	display:none;
}

div.script div.scriptcontent{
}



/* PAGINATION */
.pagination {
    text-align: center;
    margin: 0 auto 5px auto;	
}
.pagination ol {padding: 0; margin-right: 4%;}
.pagination li {
    display: inline;
    color: #27a5dc;
    border-right: 1px solid #5f6062;
    padding: 0 3px;
}
.pagination li.next {border: 0;}
.pagination li a {
    color: #5f6062;
    padding: 3px 5px;
    text-decoration: none;
}
.pagination li.active a {
    color: #dd0028;
}
.pagination li a:hover {
    color: #dd0028;
}	

/* Paginacja news */
div.paginationer{
	display:block;
	width:700px;
	height:20px;
	position:absolute;
	top:340px;
	left:0;
	text-align:center;
}

div.paginationer a{
	padding:3px;
	text-decoration:none !important;
}

div.paginationer a.current{
	color:red !important;
}

/* FCKPAGINATOR */

#fckpaginator{
	display:block;
	width:700px;
	height:20px;
	position:absolute;
	top:340px;
	left:0;
	text-align:center;
}


/* NEWSY */

.clear{
	clear:both;
}

ul.news{
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	clear:both;
}

ul.news li{
	background:none !important;
	display:block;
	list-style:none;
	float:left;
	padding:10px 20px 10px 0 !important;
	width:300px;
	height:230px;
	overflow:hidden;
}

ul.news li a{
	font-weight:normal;
}

span.newsdate{
	color:#393938;
	font-size:12px;
	text-align:right;
	float:right;
}


/* HOMERED */

#homeredbox {
	/*position:relative;
	top: 160px;*/
    color: #fff;
	display:block;
	width: 100%;
	padding:20px 60px 42px 60px;
	text-align: center;
}

#homeredbox h1,
#homeredbox h2 {
	font-size:26px;
	margin:20px 0 0 0;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

#homeredbox #welcomeTxt {
	font-size: 4em; 
}


#homeredbox h2:first-child {
	animation: slideInTop 1s linear;
}

#homeredbox h1 {
	animation: fadeIn 2s linear;
}
#homeredbox h2:last-child {
	animation: slideInBottom 1s linear;
}

span.diva{
	margin:0 5px;
}

.jspContainer,
.jspPane {
	width: 100%;
}

.jspContainer {
	padding: 5px 0;
}

.jspPane:hover ul li.brand-nav{
  transition: opacity 0.3s ease-in-out;
  opacity: 0.3;
}

/* ------ */
div#welcomeframe{
	position:relative;
	top:-13px;
	left:30px;
	display:block;
	width:480px;
	height:400px;
	background:url('img/white90.png') repeat;
}

div#welcomeframe img.logo{
	position:relative;
	top:150px;
	left:165px;	
}

div#longo{
	position:relative;
	top:50px;
	width:300px;
	height:250px;
	display:block;
	margin:auto;
}

div#welcomeframe div.languages{
	display:block;
	position:relative;
	top:90px;
	text-align:center;
}

div#welcomeframe div.languages a{
	color:#5F6062;
	padding:5px;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}

div#welcomeframe div.languages a:hover{
	color:red;
}

/* MAIN MENU */

.main-menu .navigation { 
	max-height: 504px; overflow: auto;
}

#chooseTxt {
	margin: auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.6);
}

.main-menu { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.9); 
	padding: 0;
}
.main-menu li {
   /* border-bottom: 2px solid grey;*/
   display: inline-block;
   line-height: 1.5;
}
.main-menu li a {
	display: table-cell !important;
	vertical-align: middle;
    color:#5f6062;
    display: block;
    text-decoration: none;
    padding: 0 20px;
}
.main-menu li.active ul{
	margin:0 0 5px 0;
}
.main-menu li.active a, .main-menu a:hover, .main-menu .active .active a, .main-menu .active li a:hover  {color: #dd0028;}
.main-menu li ul li{
    border: 0;
}
.main-menu li ul li a {padding-left: 38px; padding-top: 3px; padding-bottom: 3px;}
.main-menu li.active li a {color: #5f6062;}

/* 3 */
.main-menu li.active ul li ul{
	margin:0 0 5px 0;
}
.main-menu li.active ul li.active ul li a {
	padding-left: 52px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	color: #5f6062;
}
.main-menu li.active ul li.active ul li.active a {
	color: #dd0028;
}
.main-menu li.active ul li.active ul li a:hover {
	color: #dd0028 !important;
}
.main-menu li ul li ul { display: none; }
.main-menu li ul li.active ul { display: block; }

/*
 * SEARCHCHCHHCHCH
 */

form#searchhome{
	background:#D1D3D4;
	display:block;
	height:26px;
	line-height:26px;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	padding:0 0 0 26px;
}

form#searchhome input.phrase{
	border:0;
	background:transparent;
	padding:0;
	color:#5F6062 !important;
	width:180px;
}

form#searchhome input.phrase:focus{
	background:#E5E5E5;
}

form#searchhome input.submitter{
	border:1px solid #D1D3D4;
	background:transparent;
	padding:0;
	color:#5F6062;
	margin:0 5px 0 0;
}

form#searchhome input.submitter:focus{
	border:1px dotted #222;
}

form#searchhome input.submitter:hover{
	color:red;
}


div.result-entry {
	display:block;
	float:left;
	width:50%;
    padding: 6px 0;
}

span.result-idx {
    /*
	background: none repeat scroll 0 0 #ff0000;
    color: #FFFFFF;
    */
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 2px 2px 2px 5px;
}

span.result-category{
	background:#fff;
	padding:2px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:10px;
	color:#444;
	margin-left:20px;
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
}

/* in search result page */
input.srch-phrase{
	background:#D1D3D4;
	color:#5F6062;
	border:0px;
	padding:4px 6px;
	width:240px;
}

input.srch-submit{
	background:transparent;
	border:0px;
}

input.srch-submit:hover{
	color:red;
}


/* FOOTER */

footer.main {
    position: fixed;
    bottom: 0;
    left: 0;
    /*background: url(../img/footer_bg_grad.png);*/
    height: 58px;
    width: 100%;
	padding: 0px 20px;
    overflow: hidden;
	z-index:2;
}
.constant footer.main { /*CONSTANT class*/
    width: 100%;
}
/* FOOTER ICONS */
.icons { 
    float: left; 
    width: 100px;
    text-indent: -9999px; 
    list-style: none; 
    margin: 29px 0 0 23px; 
    padding: 0;}
.icons li {
    float: left;
    background: url(../img/icon_contact.png) no-repeat;
    width: 11px;height: 10px;
    margin: 0 4px; 
    
}
.icons .facebook { background: url(../img/icon2_facebook.png) no-repeat; }
.icons .contact { background: url(../img/icon2_contact.png) no-repeat; }
.icons .forward { background: url(../img/icon2_forward.png) no-repeat; }
.icons .print { background: url(../img/icon2_print.png) no-repeat; }
.icons .facebook:hover { background-position: 0 -10px; }
.icons .contact:hover { background-position: 0 -10px;  }
.icons .forward:hover { background-position: 0 -10px; }
.icons .print:hover { background-position: 0 -10px;  }
.icons a {
   display: block;
   width: 100%; height: 100%; 
}
/* FOOTER MENU */
.footer-menu {
    font-size: 13px;
}
.footer-menu > ul > li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #fff;
}
.footer-menu li.last {margin-right: 0; border: 0;} 
.footer-menu a {
   display: block;
   color: #5f6062; 
   text-decoration: none;
   
}
.footer-menu li a:hover, .footer-menu li.active a {color: #DD0028;}


a.more{
	white-space:nowrap;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; 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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media screen and (min-width: 680px) {
	body {
		padding-top: 80px;
	}
	
	#logo {
		position: absolute;
		top: 10px;
		left: 0;
	}
}

@media screen and (max-width: 679px) {
	body {
		padding-bottom: 55px;
	}
	
	#logo {
		top: 3px;
		width: 80px;
		height: 45px;
	}
	
	footer {
		height: 50px !important;
	}
}

@media only screen and (max-width: 480px) {

	#homeredbox {
		padding: 0;
	}

	#homeredbox h1 {
		color: rgba(0, 0, 0, 0.8);
		font-size: 1.3em;
		text-shadow: none;
	}

	#homeredbox #welcomeTxt {
		font-size: 1.5em !important;
	}
	
	nav.main-menu {
		max-height: 60%;
		overflow-y: auto;
		border: none;
	}
	
	.brand-image-nav {
		max-width: 100px !important;
	}
	
	header.main {
		background-color: rgba(255, 255, 255, 0.7);
	}
	
	#main {
		top: 10%;
	}

}

@media screen and (max-width: 768px) {
	#main {
		top: 15%;
	}
	
	#homeredbox #welcomeTxt {
		font-size: 3em;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	#homeredbox {
		padding: 0;
	}

	#homeredbox h1 {
		color: rgba(0, 0, 0, 0.8);
		font-size: 1.3em;
		text-shadow: none;
	}

	#homeredbox #welcomeTxt {
		font-size: 1.5em !important;
	}
	
	nav.main-menu {
		position: relative;
		padding: 0;
		width: 50%;
		height: 100%;
		float: right;
		overflow-y: auto;
		border: none;
	}
	
	header.main {
		background-color: rgba(255, 255, 255, 0.7);
	}
	
	#main {
		position: relative;
		top: 25%;
		width: 50% !important;
	}
}


/* ==|== print styles ======================================================= */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { 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; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	#shadow{
		display:none;
	}
	
	iframe{
		border:1px solid #000;
		height:2000px !important;
	}
	
	div#main{
		position:absolute;
		top:0 !important;
		height:auto;
	}
	
	div.jspContainer {
	   position: static !important;
	   height: auto !important;
	   overflow: visible !important;
	}
	
	
	div.jspVerticalBar {
	   position: static !important;
	   display: block !important;
	   float: none !important;
	}

	
	div#content{
		overflow:visible;
		padding:0 0 100px 0  !important;
	}
  
  	form#jobsuche select{
  		max-width:155px !important;
  	}
  
	footer{
		display:none;
	}
  
	nav.main-menu{
		top:0 !important;
	}
	  
	#wrapper{
		overflow:visible;
	}
	
	#container{
		overflow:visible;
		height:auto;
		background:none;
	}
	
	ul.lang-switch{
		display:none;
	}
	
	div.jeditable section{
		display:block !important;
	}
	
	#fckpaginator{
		display:none;
	}
		
	#logo {
	    width: 150px;
	    height: 85px;
	    margin: 46px auto;
	}
}

@keyframes fadeIn {
	0%	{opacity: 0;}
	100% {opacity: 1;}
}

@keyframes slideInTop {
	0%	{transform: translateY(-100%); opacity: 0;}
	100%	{transform: translateY(0), opacity: 1}
}

@keyframes slideInBottom {
	0%	{transform: translateY(100%); opacity: 0;}
	100%	{transform: translateY(0); opacity: 1}
}

@keyframes fadeIn {
	0%	{opacity: 0;}
	100%	{opacity: 1}
}