* {
margin: 0px;
padding: 0px;
}

body, html {
height: 100%;
min-height: 100%;
position: relative;
}

body {
    font-family: 'Inter';
    font-size: 14px;
    color: #525252;
}

h1 {
    color: #050505;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 24px;
}

body {
background: url(../img/background01.png) no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

font-family: Inter, sans-serif;
letter-spacing: 0.5px;

/* Silbentrennung des Browser aktivieren */
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

/*ALLGEMEINES-----------------------------------------------------------------*/

strong {
font-weight: bold;
}

h1 {
font-size: 18px;
font-weight: bold;
text-align:left;
}
h2 {
font-size: 16px;
font-weight: bold;
margin-top: 1.2em;
text-align:left;
}

h3 {
font-size: 14px;
font-weight: bold;
margin-top: 1.0em;
text-align:left;
}

a {
color: #000;
text-decoration: underline;
}

a:hover, a:active, a:visited, a:focus {
text-decoration: none;
}

img {
max-width: 100%;
height: auto;
}

fieldset {
display: block;
padding: 10px 0px;
margin-bottom: 10px;
}

fieldset legend {
font-weight: bold;
padding: 0 0px;
}

#left #nav,
#left #stats,
#content,
#footer {
word-wrap: break-word;
}

/*SEITENAUFBAU----------------------------------------------------------------*/

#wrapper {
min-height: 100%; /* Mindesth�he auf 100 % (bei modernen Browsern) */
height: auto !important; /* important Behel (bei modernen Browsern */
height: 100%; /* IE soll wie gew�nscht interpretieren */
overflow: hidden !important; /* Firefox Scrollleiste */
    overflow: auto;
    min-width: 1050px;
    position: relative;
    min-height: 900px;
}

/********/
/* LEFT */
/********/

#left {
    position: absolute;
    /*position: fixed;<--F�r Stellenanzeige erstellen entfernt-->*/
    left: 30px;
    top: 30px;
    
    min-width: 100px;
    width: 15%;
    max-width: 300px;
	text-align: left;
}

/* Logo */
#left #logo {

}

/* Navigation */
#left #nav {
    margin-bottom: 80px;
    margin-top: 80px;
}

#left #nav ul li {
    padding: 4px 4px;
    min-width: 70%;
    max-width: 75%;
}

#left #nav ul li a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}

#left #nav ul li:not(.menuHeadline):hover {
    background-image: url(../img/hoverMenuItem2.png); 
    background-size: 100%;
}

#left #nav .activeMenuItem {
    background-image: linear-gradient(to right, rgb(243, 126, 42, 0.9) ,rgb(243, 126, 42, 0.1));
    border-radius: 4px;
}

#left #nav li.menuHeadline {
    margin-top: 10px;
}

#left #nav li.bold {
    font-weight: bold;
}

/* Statistik */
#left #stats { 
    line-height: 1.2em;
}

/*********/
/* LOGIN */
/*********/

#login {
    position: relative;
    min-width: 600px;
    width: 80%;
    max-width: 1160px;
    left: 15%;
    color: #FFF;
    text-align: right;
    padding: 10px 0;
}

/*******************/
/* CONTENT-WRAPPER */
/*******************/

#content-wrapper {
    position: relative;
    top: 0;
    min-width: 890px;/*600*/
    width: 80%;
    max-width: 1160px;
    left: 15%;
}

.white-bg {
background-image: url(../img/bg_white3.png);
}

/* Content */
#content {
    padding: 20px 25px;
    margin-top: 40px;
    min-height: 1200px;
}

#content p {
    margin-bottom: 10px;
    line-height: 1.3em;
    margin: 15px 0;
}

#content div.clearBoth {
    clear: both;
    height: 110px;
}

#content div#welcome {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 70%;
    max-width: 860px;
}

div#welcome h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    text-shadow: #000 1px 1px 6px;
    text-align: right;
    letter-spacing: 2px;
}

#content ul {
    list-style-type: square;
    margin-top: 10px;
    margin-left: 25px;
    font-family: Inter, sans-serif;
}

#content ol li,
#content ul li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

#content ul ul,
#content ol ul {
	margin-top: 0.1em;
}

#content ul ol li,
#content ul ul li,
#content ol ol li,
#content ol ul li {
	margin-bottom: 0.1em;
}


/******************/
/* FOOTER-WRAPPER */
/******************/

#footer-wrapper {
    width: 100%;
    position: absolute;
    position: fixed;
    margin-top: -110px;
    line-height: 100px;
    bottom: 0px;
    height: 50px;
    z-index: 1000;
}

/* Linie */
#footer-wrapper #footer-line {
    height: 6px;
    width: 100%;
    background-image: url(../img/parting_line.png);
    background-size: 100%;
}

/* Footer */
#footer {
    width: 100%;
    height: 100%; /*120px*/
    background-image: url(../img/bg_black.png);
}

#footer p a {
    border-bottom: 1px #FFF solid;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

#insertion,
#footlinks {
    position: absolute;
    z-index: 1100;
}

#insertion {
    left: 30px;
}

#footlinks {
	left:25%;
	right:30px;
	line-height: normal;
	bottom:10px;
	text-align:right;
}

#footlinks a:link,
#footlinks a:visited {
	color:#aaaaaa;
	text-decoration:none;
	margin-left:1ex;
}

#footlinks a:focus,
#footlinks a:hover,
#footlinks a:active {
	color:#ffffff;
	text-decoration:none;
	margin-left:1ex;
}


#map
{
    position: absolute;
    display:block;

    height: 160px;
    width: 160px;

    right: 30px;
    bottom: 15px;

    line-height: normal;
    z-index: 1050;
}

#map:hover
{
    height: 200px;
    width: 200px;
}

#map span {
	position:absolute;
    right: 80px;
    bottom:35px;
    text-align: right;
    //border-bottom: 1px #FFF solid;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    margin-right: 60px;
}

#map img.mapImg
{
    height: 100%;
    width: 100%;
}


#map:hover span {
right: 100px;
	font-size:20px;
	bottom:44px;
    //border-bottom: 1.25px #FFF solid;
}

/*Hide all except first fieldset
.Stellenangebot_aufgebenForm fieldset:not(:first-of-type) {
	display: none;
}*/

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
