/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
} 

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.3;
    font-family: 'PT Sans', sans-serif;
    color: #414141;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   br { font-size: 100%; }
     .br { font-size: 100%; }
.clear {
	clear: both;
}
h1 {
	color: #ca9501;
	font-family: 'PT Serif', serif;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 13px 0;
	padding: 0;
	line-height: 28px;
}
h4 {
	color: #ca9501;
	font-family: 'PT Sans', serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 17px;
	text-transform: uppercase;
}

h6 {
	
	font-family: 'PT Sans', serif;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 17px;
	text-transform: uppercase;
	color: #5b5b5b;
}


h5 {
	
	font-family: 'PT Sans', serif;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 15px;
	text-transform: uppercase;
	color: #5b5b5b;
}
.data {
	font: normal 13px 'PT Sans', serif;
	color: #999999;
padding-top: 10px;
padding-bottom: 10px;}

.container {
	line-height: 15px;
}

.container h1 {
	font-weight: bold;
}

.container h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}

.container h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
}

.aktuelles h2 {
    color: #ca9501;
    margin: 0 0 5px 0;
}


.gold {
    color: #ca9501;
    
}
.startpage-list{
	margin: 0 0 18px 0px;
}

@-moz-document url-prefix() { .container h2, .container h3 { letter-spacing: normal; } } 

.container p {
	font-size: 13px;
	margin: 0;
}

#slider .inner a:hover, 
#slider .inner a:focus,
#slider .inner h2,
#slider .inner:hover,
#slider .inner:focus,
#slider .inner:hover a,
#slider .inner:focus a {
	text-decoration: none !important;
	border-bottom: none !important;
}

#slider .inner:hover .unslider-arrow {
	display: block;
}

#slider .inner .unslider-arrow {
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 1000;
	display: none;
	top: 21px;
	opacity: 0.5;	
	display: none;
}

#slider .inner .prev {
	left: 30px;		
	background: url(../img/prev.png) no-repeat;
}

#slider .inner .next {
	right: 30px;
	background: url(../img/next.png) no-repeat; 
}

#slider .inner { position: relative; overflow: auto; }

#slider .inner li { list-style: none; }

#slider .inner ul li { float: left; }

#slider .inner ul,
#slider .inner ul li {
	margin: 0;
	padding: 0;
}

#slider {
	border-top: 7px solid #ca9501;
	border-bottom: 7px solid #878787;
	/*height: 267px;*/
	background-color: #cccccc;
	height: 267px;
	overflow: hidden;
}

#slider .inner {
	width: 1024px !important;
	/*height: 267px;*/
	margin: 0 auto;
}

#slider .inner ul li {
	position: relative;
}

#slider h2 {
	color: white;
	position: absolute;
	top: 135px;
	left: 32px;
	width: 400px;
	letter-spacing: 1px;
	margin: 0;
	z-index: 100;
	font: italic bold 25px/29px 'PT Serif', serif;
}

#slider .inner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

#slider .inner .dots {
	position: absolute;
	left: 85px;
	bottom: 0;
	display: none;
}

#slider .inner:hover .dots {
	display: block;
}

#slider .inner .dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	
	text-indent: -999em;
	
	background-color: #e8e8e8;
	border-radius: 5px;
	
	cursor: pointer;
	opacity: .4;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
#slider .inner .dots li.active {
	background: #3e3e3e;
	opacity: 1;
}

#logo-wrapper {
	width: 241px;	
	float: left;
	height: 74px;
	padding-right: 84px;
}

#logo {
	background: url(../img/logo.png) no-repeat left;
	display: block;
	color: black;
	line-height: 17px;
	height: 74px;
}

#logo-wrapper img{
	display:none;}

#logo:hover {
	text-decoration: none;
}

.container {
	margin-top: 25px;	
	padding-bottom: 80px;
}

.container a {
	border-bottom: 1px dotted #626262;
	font-weight: bold;
	color: #414141;
	display: inline-block;
	line-height: 0.8;
	height: 14px;
}

.container.light-links a {
	font-weight: normal;
}

.container.light-links a:hover {
	font-weight: bold;
}

.container ul li a {
	height: 11px;
}

.container a:hover {
	color: #ca9501;
	text-decoration: none;
}

.container .inner {
	width: 655px;
	margin-left: 85px;
}

.container, #header, #footer .inner {
	width: 	960px;
}

.container .light-list li {
	font-weight: normal;
	margin-bottom: 15px;
}
.container .pdf-list,
.container .doc-list {
	margin-left: 5px;
    margin-bottom: 25px;
}
.container .pdf-list li,
.container .doc-list li {
	margin-bottom: 15px;
		padding-left: 7px;
}
.container .doc-list li {
	list-style-image: url(../img/word-icon.jpg);
}
#header {
	margin-top: 25px;
	margin: 25px auto 28px auto;
}

#header ul {
	width: 633px;
	display: block; 
	float: left;
	margin: -7px 0 0 0;
}

#header ul li {
	list-style-type: none;
	float: left;
	border-bottom: 1px dotted #626262;
	margin-right: 30px;
}

#header ul li:nth-child(3n+3) {
	margin-right: 0;
}

#header ul li a {
	display: block;
	float: left;
	width: 191px;
	line-height: 11px;
	color: #414141;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 7px;
}

#header ul li a:hover, #header ul li a.active {
	text-decoration: none;
	color: #ca9501;
	font-weight: bold;
}

.container .inner {
	float: left;
	margin-right: 0;
	width: 655px;
	margin-bottom: 18px;
}

.container .aktuelles, .container .unternehmenswachstum {
		margin-bottom: 8px;
}

.container ul li {
	list-style-type: square;	
	font-size: 13px;
	font-weight: bold;
	list-style-image:url(../img/golden-square.gif);
	padding-left: 20px;
	margin-left: 20px;
	line-height: 16px;
}

.container ol li {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 16px;
	}

#footer {
	background-color: #a5a5a5;
	border-top: 7px solid #8e8e8e;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-bottom: 36px;
	font-size: 12px;	
}

#footer .inner {
	margin: 6px auto 0 auto;
	padding-left: 165px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

.aside {
	float: left;
	margin-left: 30px;
	width: 190px;
	border: 1px dotted #626262;
	border-left: 0;
	border-right: 0;
	padding: 4px 0 5px 0;
}

.aside.no-border {
	border: none;
	padding-top: 0;
}

.aside ul {
	margin-left: 0px;
}

.aside ul li {
	list-style-image: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 16px;
	margin-bottom: 15px;
	list-style-type: none;
}
.aside ul li:last-child {
	margin-bottom: 0;
}
.aside a.pdf-icon {
	font-weight: bold;
	display: inline;
	font-size: 13px;
}

.pdf-description {
    margin-left: -35px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

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

	#logo-wrapper {
		width: 209px;

	}
	#logo {
		position: absolute;
		left: 32px;
		width: 209px;
	}
}

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

	#slider {
		width: 1024px;
	}
	.container,
	.container .inner {
		width: 960px;
	}
	#footer {
		position: relative;
		overflow: visible;
		width: 960px;
	}
	#footer .inner {
		width: 960px;
		overflow: visible;
	}
}
