/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * This CSS resource incorporates links to font software which is the valuable copyrighted
 * property of Monotype and/or its suppliers. You may not attempt to copy, install,
 * redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 * with any questions regarding Web Fonts:  http://www.linotype.com
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face{
	font-family: 'ConduitLight';
	src: url('../font/1557360a-d5fd-4b26-b496-c4184b406ce3.eot?#iefix');
	src: url('../font/1557360a-d5fd-4b26-b496-c4184b406ce3.eot?#iefix') format('eot'),
		 url('../font/64a51bb9-4dd3-4f30-8718-546eded4f484.ttf') format('truetype'),
		 url('../font/37486069-9485-4d12-bd65-7e85340c3b7f.woff') format('woff'),
		 url('../font/785be20f-a251-4f70-9be1-6d9aa696b03b.svg#785be20f-a251-4f70-9be1-6d9aa696b03b') format('svg');
}

@font-face{
	font-family: 'ConduitRegular';
	src: url('../font/6b9d9fc1-c7e3-4136-9675-c7b386a26f5e.eot?#iefix');
	src: url('../font/6b9d9fc1-c7e3-4136-9675-c7b386a26f5e.eot?#iefix') format('eot'),
		 url('../font/66e1b8ab-27b5-4cc2-ac0e-e1d3fd1f30bd.ttf') format('truetype'),
		 url('../font/ba99be99-fd71-4c65-b579-6d1c36a08680.woff') format('woff'),
		 url('../font/542ee858-ac73-4e27-a0ca-7adecbfdd3f3.svg#542ee858-ac73-4e27-a0ca-7adecbfdd3f3') format('svg');
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	font-family: 'ConduitLight';
	color: #fff;
	background-image: url('../img/157483281_7_2550px.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #0a51a3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll; /* vertikale Scrollbar erzwingen */
	overflow-x: hidden;
}

body {
    font-size: 1em;
    line-height: 1em;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

form#formProfile input#checktext,
form#formProfile input#checktext2 {
	display: none;
}

.bold {
	text-align: left;
	font-weight: bold;
}


/* ==========================================================================
   Tooltips
   ========================================================================== */
.tooltip {
	max-width: 300px;
	display: none;
	position: absolute;
	left: -9999px;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	z-index: 60;
}



/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Allgemeines
   ========================================================================== */
div.submitWrapper a button {
	padding: 5px 10px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	background-color: #80c1f1;
	border: none;
	float: right;
	margin-left: 5px;
}

div.submitWrapper a button:hover {
	background-color: #92caf3;
}

input:required {
	/*border: 1px solid black;*/
}

input:valid {
	/*background-image: url("valid.png");
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid green;*/
}

input:invalid {
	/*background-image: url("invalid.png");
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #e2001a;*/
}

.mandatoryField {
	color: #e2001a;
}

.submitWrapper {
	width: 100%;
	padding: 1.4em 0 0 0;
}

.buttonWrapper {
	width: 100%;
	background-color: #fff;
	padding: 0 0 0.5em 0;
}

input[type="submit"],
input[type="button"] {
	padding: 5px 10px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fff;
	background-color: #e2001a;
	border: none;
	float: right;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #ff0000;
}

input[type="submit"].blueButton,
input[type="button"].blueButton {
	color: #fff;
	background-color: #80c1f1;
	border: none;
	margin-right: 3% !important;

}

input[type="submit"].blueButton:hover,
input[type="button"].blueButton:hover {
	background-color: #92caf3;
}

/* Div für die Systemmeldungen */
#notices {
	display: none;
	position: fixed;
	z-index: 500;
	top: 50px;
	right: 0;
	left: 0;
	margin: auto;
	width: 380px;
	padding: 10px;
	background-color: #fff;
	color: #262f86;
	border: 1px solid #262f86;
	box-shadow: 2px 2px 4px rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}

.blueDividingRule {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #262f86; /* Farbe für Opera und Firefox */
	color: #262f86; /* Farbe für Internet Explorer (IE) */
	border: 0;
	margin: 0 0 1em 0;
}

.babyblueMarkup {
	width: 92%;
	padding: 6px 4%;
	background-color: #80c1f1;
	color: #fff;
}

.successNotice {
	color: #008000;
}

.errorNotice {
	color: #e2001a;
}

.move1emTop {
	 margin: -1em 0 1em 0;
}

#hiddenUploadImg {
	display: none;
	position: fixed;
	top: 46%;
	left: 50%;
	z-index: 9999;
	height: 120px;
    width: 120px;
	margin-top: -60px;
	margin-left: -60px;
}

.fixedWidth60 {
	width: 60px;
	display: inline-block;
}

/* ==========================================================================
   Progress-Bar(Bootstrap)
   ========================================================================== */
#progressWrapper {
	margin-top: 5px;
	padding: 1px 4px 4px 4px;
	background-color: #fff;
	color: #262f86;
}

#progressWrapper small {
	font-size: 74%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height:6px;
  background-color: #fff;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5ec2fb;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e2001a;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* ==========================================================================
   Strukturelles
   ========================================================================== */
#wrapper {
	width: 92%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*
	-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;*/
}

header {
	width: 100%;
	font-family: 'ConduitLight';
	text-transform: uppercase;
}

header #menu span {
	display: inline-block;
	height: 1em;
}

header span a, footer span a {
    position: relative;
	color: #fff;
	text-decoration: none;
	z-index: 5;
}

footer {
	font-size: 1.25em;
}

header span a:hover,
header li.active span a,
header span a.active,
footer span a:hover,
footer li.active span a {
	border-bottom: 5px solid #e2001a;
}

#navWrapper {
	width: 100%;
	font-size: 1.25em;
}

#logo {
	float: right;
	width: 200px;
	height: 110px;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
}

#logo h1 {
	text-indent: -9999px;
	position: absolute;
}

div#logo #slogan {
	width: 200px;
	height: 0.69em;
	vertical-align: top;
	text-align: center;
	font-size: 0.62em;
}

div#menu {
	float: left;
	width: 67%;
}

#navWrapper div#login {
	margin-top: 0.438em;
	height: 1.125em;
}

#navWrapper div#login #username {
	text-transform: none;
}

div#menu nav {
	display: table-cell;
	height: 70px;
	vertical-align: bottom;
	text-transform: uppercase;
}

div#menu nav ul {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
	background: none;
	border: none;
}

div#menu nav ul li {
	float: left;
	margin: 0.15em 0.625em 0 0;
}

div#menu nav ul li:last-child {
	margin-right: 0;
}

div#menu nav a#mobileMenu {
	display: none;
	padding: 3px 8px 0 8px;
	line-height: 1.4em;
    text-align: center;
	background-color: #e2001a;
	color: #fff;
    text-decoration: none;
    outline: none;
}

h2.headline {
	font-family: 'ConduitLight';
	font-weight: normal;
	margin: 1.15em 0 0.5em 0;
	font-size: 1.875em;
	line-height: 0.9em;
}

h3.subHeadline {
	text-align: left;
	font-family: 'ConduitRegular';
	font-weight: normal;
	margin: 0 0 0.3em 0;
	font-size: 1.4em;
	line-height: 1em;
}

.contentWrapper {
	width: 100%;
	font-size: 1em;
	background-color: #fff;
	color: #262f86;
}

.columnSingle {
	width: 94%;
	padding: 3%;
	text-align: justify;
}

.columnLeft {
	float: left;
	width: 45.5%;
	padding: 3% 1.5% 3% 3%;
	text-align: justify;
}

.columnRight {
	float: right;
	width: 45.5%;
	padding: 3% 3% 3% 1.5%;
	text-align: justify;
}

.columnLeftSmall {
	float: left;
	width: 25.5%;
	padding: 3% 1.5% 3% 3%;
}

.columnRightBig {
	float: right;
	width: 65.5%;
	padding: 3% 3% 3% 1.5%;
}

.unindentList {
	padding-left: 3.4%;
}

/* ==========================================================================
   View: SUBNAVI PROFIL-LINKS
   ========================================================================== */
div#menu div#login nav#profileSubNavi {
	z-index: 200;
	position: absolute;
}

div#menu div#login nav#profileSubNavi ul {
	height: auto;
	display: none;
	border: 1px solid #333399;
}

div#menu div#login nav#profileSubNavi ul li {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	padding: 6px 5px 5px 5px;
	border-bottom: 1px solid #333399;
	font-size: 1em;
	background-color: #0083e3;
}

div#menu div#login nav#profileSubNavi ul li:last-child {
	border-bottom: none;
}

div#menu div#login nav#profileSubNavi ul li:hover,
div#menu div#login nav#profileSubNavi ul li:active {
	background-color: #e2001a;
}

div#menu div#login nav#profileSubNavi ul li span {
	display: block;
	height: 100%;
	width: 100%;
}

div#menu div#login nav#profileSubNavi ul li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

div#menu div#login nav#profileSubNavi ul li a:hover {
	border: none;
}

/* ==========================================================================
   View: Registrierung/Login
   ========================================================================== */
form#registration {
	margin-top: 1.5em;
	width: 100%;
}

form#registration label,
form#login label, 
form#pwForgotten label {
	display: block;
	float: left;
	width: 14%;
	padding: 0.3em 0;
}

form#registration input[type="text"],
form#login input[type="text"],
form#registration input[type="email"],
form#login input[type="email"],
form#pwForgotten input[type="text"],
form#registration input[type="password"],
form#login input[type="password"] {
	display: block;
	float: right;
	width: 83%;
	padding: 0.1em 0.3em;
	background-color: #e9f4fd;
	color: #262f86;
	border: none;
}

form#registration div#agbWrapper {
	display: block;
	float: right;
	width: 83%;
	padding: 0.1em 0.3em;
	background-color: #e9f4fd;
	color: #262f86;
	border: none;
}

form#registration div#agbWrapper div#agbCheckboxWrapper {
	display: inline-block;
	vertical-align: middle;
}

form#registration div#agbWrapper div#agbCheckboxWrapper input[type="checkbox"] {
	margin: 0 0.2em;
}

form#registration div#agbWrapper div#agbText {
	display: inline-block;
	padding: 0.1em 0.3em;
	border-left: 3px solid #fff;
	width: 90%;
	vertical-align: middle;
}

form#login span#registrationSlogan {
 	font-size: 1.4em;
}

/* ==========================================================================
   View: Ads - Stellenanzeigen Übersicht

   ads umbennant in hkwda (Adblocker)

   ========================================================================== */
/* Menü */
div.filterTrigger {
	width: 92%;
	height: 40px;
	padding: 4%;
	margin-bottom: 1px;
	background-color: #80c1f1;
	color: #fff;
	cursor: pointer;
}
	
#hkwdaFreitextsuche {
	background: #80c1f1 url('../img/icons/suche40x40.png') no-repeat 95% center;
}
	
#hkwdaUnternehmen {
	background: #80c1f1 url('../img/icons/berater40x40.png') no-repeat 95% center;
}
	
#hkwdaRegionen {
	background: #80c1f1 url('../img/icons/region40x40.png') no-repeat 95% center;
}
	
#hkwdaBranchen {
	background: #80c1f1 url('../img/icons/branche40x40.png') no-repeat 95% center;
}
	
#hkwdaZeitraum {
	background: #80c1f1 url('../img/icons/zeitraum40x40.png') no-repeat 95% center;
}
	
#hkwdaGehalt {
	background: #80c1f1 url('../img/icons/gehalt40x40.png') no-repeat 95% center;
}

div.filterContent {
	width: 92%;
	padding: 4%;
	background-color: #345997;
	color: #fff;
	margin: 0 0 1px 0;
	display: none;
	-hyphens: none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

div.filterContent label:hover {
	color: #72baef;
	cursor: pointer;
}

div.filterContent label.activeLight {
	color: #72baef;
}

div.filterContent label {
	margin: 0;
}

div.filterContent input[type="text"] {
	width: 96%;
}

div.filterContent input[type="checkbox"] {
	margin: 0;
	visibility: hidden;
}

div.filterContent select {
	width: 98%;
	cursor: pointer;
}

/* Ergebnisse */
article.hkwda {
	width: 100%;
	border-bottom: 2px solid #262f86;
	padding-bottom: 1em;
	text-align: justify;
	color: #262f86;
}

a.hkwdaLink {
	color: #262f86;
	text-decoration: none;
}

article.hkwda:hover {
	color: #0183E3;
	text-decoration: none;
}

article.hkwda section {
	float: left;
	width: 70%;
	margin-right: 5%;
}

article.hkwda aside {
	float: right;
	width: 25%;
}

article.hkwda section h2,
article.hkwda aside h2 {
	font-family: 'ConduitRegular';
	font-weight: normal;
	margin: 0 0 0.3em 0;
	font-size: 1.4em;
	padding: 0.5em 0;
	line-height: 0.9em;
}

article.hkwda section h2.noPaddingTop,
article.hkwda aside h2.noPaddingTop {
	padding: 0 0 0.5em 0;
}

article.hkwda aside span {
	display: block;
}

/* ==========================================================================
   View: Ads - Stellenanzeigen Einzelansicht
   ========================================================================== */
.hkwdaKennziffer {
	height: 50px;
	padding-bottom: 1em;
}

.companyLogoRight {
	height: 50px;
	padding-bottom: 1em;
	text-align: right;
}

div#agbWrapperAd {
	width: 97%;
	padding: 0.1em 0.3em;
	background-color: #e9f4fd;
	color: #262f86;
	border: none;
}

div#agbWrapperAd div#agbCheckboxWrapperAd {
	display: inline-block;
	vertical-align: middle;
}

div#agbWrapperAd div#agbCheckboxWrapperAd input[type="checkbox"] {
	margin: 0 0.2em;
}

div#agbWrapperAd div#agbTextAd {
	display: inline-block;
	padding: 0.1em 0.3em;
	border-left: 3px solid #fff;
	width: 90%;
	vertical-align: middle;
}

.buttonWrapper input[type="submit"],
.buttonWrapper input[type="button"] {
	margin-right: 3%;
	margin-bottom: 1em;
}

/* ==========================================================================
   View: Über den Hamburger Karriereweg
   ========================================================================== */
div#slider {
	width: 100%;
	max-height: 315px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #262f86;
	border-left: none;
}

ul#slideShow {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
}

#slider img {
	display: block;
	max-height: 315px;
	max-width: 400px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#slider li {
	height: 100%;
	max-height: 315px;
	width: 100%;
	border-left: 1px solid #262f86;
	background-color:#fff;
}

#slider li div {
	position: absolute;
	width: 100%;
	font-family: 'ConduitLight';
	color: #262f86;
	cursor: pointer;
}

#slider li div h1 {
	display: inline-block;
	vertical-align: top;
	width: 4%;
	margin: 0 17% 0 11%;
	font-size: 400%; /* Muss bei Änderung auch im JS angepasst werden(main.js->Slider->buildComplete && resize) */
	line-height: 1.45em;
	color: #e2001a;
	font-weight: normal;
}

#slider li div h2 {
	display: inline-block;
	font-size: 150%; /* Muss bei Änderung auch im JS angepasst werden(main.js->Slider->buildComplete && resize) */
	line-height: 1em;
	width: 66%;
	margin-right: 2%;
	font-weight: normal;
}

#mobileSliderControl {
	display: none;
	margin-top: 1em;
	text-align:center;
	margin: 0 auto;
}

#mobileSliderControl ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobileSliderControl ul li {
	margin: 0 1em 0 1em;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.8);
	
	background: #fff; /* für alte browser */
	background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb));/* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

#mobileSliderControl ul li:hover {
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,1);
	
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#e10219), to(#960b1a));	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-radial-gradient(circle, #e10219, #960b1a);	/* Safari 5.1+, Chrome 10+ */
	background: -moz-radial-gradient(circle, #e10219, #960b1a);	/* Firefox 3.6+ */
	background: -ms-radial-gradient(circle, #e10219, #960b1a);	/* IE 10 */
	cursor: pointer;
}

/* ==========================================================================
   View: Wer wir sind(Clientinfo)
   ========================================================================== */
div#columnSingleClients {
	width: 94%;
	padding: 3%;
	background: url('../img/teppich_oben.png') no-repeat center 0, url('../img/teppich_unten.png') no-repeat center bottom;
	background-size: 100%;
	background-origin: content-box;
	text-align: justify;
}

article.clientInfo {
	float: none;
	margin-bottom: 38px;
	overflow: hidden;
}

article.coopInfo {
	float: none;
	overflow: hidden;
}

article.clientInfo img,
article.coopInfo img {
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
	
article.clientInfo aside,
article.coopInfo aside {
	float: left;
	width: 22%;
	height: 100%;
	margin-right: 2%;
	overflow: hidden;
}

article.clientInfo aside img {
	max-width: 100%;
}

article.coopInfo aside img {
	max-width: 100%;
	margin-bottom: 15px;
}

article.clientInfo div,
article.coopInfo div {
	float: left;
	width: 70%;
	margin-right: 5%;
}

article.clientInfo:first-child {
	margin-top: 70px;
}

article.clientInfo:last-child {
	margin-bottom: 70px;
}

/* ==========================================================================
   View: Veranstalungen
   ========================================================================== */
div#eventAppointment {
	margin: 2em 0 1em 0;
}

div#eventAppointment h4 {
	font-family: 'ConduitRegular';
	font-weight: normal;
	margin-top: 0;
}

.fullWidth {
	max-width: 100%;
}

div#twoColumnTable {
	display: table;
	width: 100%;
	margin: 1em 0 0 0;
}
 
div#twoColumnTable > div {
	display: table-row;
}
 
.tableRow {
	display: table-row;
}
 
.tableCell {
	display: table-cell;
}

div#twoColumnTable > div > div:first-child {
	width: 50px;
}

article.hosts {
	width: 100%;
	margin-top: 15px;
    font-size: 1em;
}

article.hosts section {
	margin-bottom: 1.25em;
}

article.hosts section:last-child {
	margin-bottom: 0;
}

article.hosts h4 {
	font-family: 'ConduitRegular';
	font-weight: normal;
    margin: 0 0 0 24%;
}

article.hosts aside {
	float: left;
	width: 22%;
	margin-right: 2%;
	overflow: hidden;
}

article.hosts aside img {
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

article.hosts div {
	float: left;
	width: 76%;
}

article.hosts footer a {
	margin-left: 24%;
	color: #ff0000;
	text-decoration: none;
}
 
div#eventTable {
	display: table;
	width: 100%;
	margin: 10px 0 40px 0;
	border-spacing: 2px;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '2px'); /* IE6 Browser-Hack */
}
 
div#eventTable > div {
	display: table-row;
}

div#eventTable > div > div:first-child {
	width: 100px;
}

div#eventTable > div > div:last-child {
	width: 210px;
}
 
div.tableContent {
	display: table-cell;
	padding: 8px;
	width: 140px;
	background-color: #efeff7;
}



/* ==========================================================================
   Modal Flyer
   ========================================================================== */
#flyer {
	display: none;
	position: fixed;
	z-index: 450;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
  
#mask {
	display: none;
	height: 100%;
	width: 100%;
	background-color: #000;
}
  
#flyer #dialog {
	position: absolute;
	z-index: 500;
	left: 50%;
	width: 390px;
	margin-top: 50px;
	margin-left: -195px;
	padding: 30px;
	background-color: #fff;
	color: #262f86;
	font-size: 1.2em;
	line-height: 1em;
}

#flyer #dialog img {
	max-width: 100%;
    display: block;
    margin: 10px auto;
}

#flyer #dialog a.close {
	float: right;
	text-decoration: none;
}



/* ==========================================================================
   Impressum
   ========================================================================== */
div#addressTable {
	display: table;
	width: 100%;
	margin: 1em 0 1em 0;
}
 
div#addressTable > div {
	display: table-row;
}

div#addressTable > div > div:first-child {
	width: 60px;
}



/* ==========================================================================
   User Profil
   ========================================================================== */
form#formProfile,
form#formFragebogen,
form#formClients,
form#registerByAdForm {
	width: 100%;
}

form#formProfile h3,
form#formFragebogen h3,
form#formClients h3,
form#registerByAdForm h3,
.blueUnderlinedHeadline {
	width: 100%;
	display: block;
	border-bottom: 2px solid #262f86;
	margin: 0 0 1em 0;
	padding: 0;
	font-family: 'ConduitRegular';
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1em;
}

form#formProfile label,
form#formFragebogen label,
form#formClients label,
form#registerByAdForm label {
	display: block;
	float: left;
	width: 34%;
	padding: 0.3em 0;
}

form#formProfile input[type="text"], 
form#formProfile input[type="password"], 
form#formProfile input[type="email"], 
form#formProfile input[type="number"],
form#formFragebogen input[type="text"], 
form#formFragebogen input[type="password"], 
form#formFragebogen input[type="email"], 
form#formFragebogen input[type="number"],
form#formClients input[type="text"], 
form#formClients input[type="password"], 
form#formClients input[type="email"], 
form#formClients input[type="number"],
form#registerByAdForm input[type="text"],
form#registerByAdForm input[type="password"] {
	display: block;
	float: left;
	width: 63%;
	margin-bottom: 0.5em;
	padding: 0.1em 0.3em;
	background-color: #e9f4fd;
	color: #262f86;
	border: none;
}

form#formProfile textarea,
form#formFragebogen textarea,
form#formClients textarea {
	display: block;
	float: left;
	width: 63%;
	margin-bottom: 0.5em;
	padding: 0.1em 0.3em;
	background-color: #e9f4fd;
	color: #262f86;
	border: none;
}

form#formProfile optgroup,
form#formFragebogen optgroup,
form#formClients optgroup {
	border: 1px solid #262f86;
}

form#formProfile select,
form#formFragebogen select,
form#formClients select {
	display: block;
	float: left;
	width: 65%;
	margin-bottom: 0.5em;
	padding: 0.1em 0 0.1em 0.1em;
	background-color: #92caf3;
	color: #262f86;
	border: none;
}

form#formProfile .extraMarginTop,
form#formFragebogen .extraMarginTop,
form#formClients .extraMarginTop {
	margin-top: 2em;
}

.branchLeftSided {
	display: block;
	float: left;
}

/* upload */
#uploadedFiles {
	margin-bottom: 1em;
	background-color: #e9f4fd;
}

#uploadedFiles ul {
	list-style: none;
	margin: 0;
	padding: 0.5em 0.3em;
}

#uploadedFiles li a {
	color: #262f86;
}

#uploadedFiles li input[type="checkbox"] {
	vertical-align: middle;
}

#uploadedFiles li img {
	vertical-align: top;
}

#fileContainer {
	margin: 1em 0;
}

#fileContainer .radiolabel {
	display: block;
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}

#fileContainer input[type="radio"] {
	display: block;
	float: left;
	width: 13%;
}

#fileContainer input[type="file"] {
	margin-top: 0.5em;
}

/* clients */
div#clientContainer fieldset {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	padding: 0;
}

div#clientContainer {
	padding-bottom: 0;
}

div#clientContainer .tableCell {
	background-color: #e9f4fd;
}

div#clientContainer fieldset section,
div#clientContainer fieldset aside {
	padding: 0.3em;
}

div#clientContainer fieldset section.checkboxWrapper {
	vertical-align: middle;
	width: 2%;
}

div#clientContainer fieldset aside {
	vertical-align: top;
	overflow: hidden;
}

div#clientContainer fieldset aside img {
	max-width: 100%;
    display: block;
    margin: 0.2em auto;
}

div#clientContainer fieldset section.details {
	vertical-align: top;
}

div#clientContainer fieldset section.details label {
	width: 100%;
	cursor: pointer;
}

div#clientContainer fieldset section.details span.clientName {
	font-family: 'ConduitRegular';
	font-weight: normal;
    margin: 0;
}

/* FRAGEBOGEN */
button#showQuestionnaire {
	color: #fff;
	background-color: #262f86;
	border: none;
	border-radius: 25px;
	font-size: 3em;
	width: 50px;
	height: 50px;
    line-height: 50px;
}

button#showQuestionnaire:hover {
	background-color: #92caf3;
}

button#showQuestionnaire div {
	margin-top: -8px;
    font-family: 'verdana';
}

div#questionnaireContainer #questionnaireWrapper {
	display: none;
}

div#questionnaireContainer #questionnaireWrapper div.formWrapper {
	display: block;
	width: 100%;
	min-height: 22px;
}

div#questionnaireContainer #questionnaireWrapper div.formWrapper div {
	vertical-align: middle;
}

div#questionnaireContainer #questionnaireWrapper div.formWrapper div input {
	margin-top: 2px;
}

div#questionnaireContainer fieldset {
	border: thin solid #262f86;
	background-color: #e9f4fd;
	padding: 0.3em;
	margin-bottom: 8px;
}

div#questionnaireContainer legend {
	font-weight: bold;
	padding: 0 0.2em;
}

div#questionnaireContainer legend.animationLegend {
	cursor: pointer;
}

div#questionnaireContainer div.formFieldContainer {
	border: 1px dashed #262f86;
}

div#questionnaireContainer label {
	cursor: pointer;
    text-align: left !important;
}

div#questionnaireContainer div.hiddenGroup {
	display: none;
}

div#questionnaireContainer div.hiddenGroup label,
div#questionnaireContainer div.hiddenGroup div.formWrapper {
	display: inline;
	width: 40%;
	margin: 1px 0;
	padding: 0;
}

div#questionnaireContainer input[type="text"],
div#questionnaireContainer select {
	background-color: #fff;
	width: 50%;
}

div#questionnaireContainer span.radioLabelMargin {
	margin-right: 10px;
}

div#questionnaireContainer span.checkboxLabelMargin {
	margin: -3px 0 0 3px;
}

.radioResetButton {
    display: inline-block;
    cursor: pointer;
    border: 3px solid white;
    color: white;
    background-color: #900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 900;
    margin: 0 0 0 10px !important;
    padding: 0 5px !important;
}


/* ACCESSES */
form#formProfile div#accessContainer fieldset {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	padding: 0;
}

form#formProfile div#accessContainer fieldset div.tableCell {
	vertical-align: middle;
	width: 2%;
	padding: 0.3em;
	background-color: #e9f4fd;
	cursor: pointer;
}

form#formProfile div#accessContainer fieldset label {
	float: right;
	width: 100%;
	padding: 0.3em 0;
	background-color: #e9f4fd;
	cursor: pointer;
}

div.submitWrapper input[type="submit"] {
	margin-right: 3%;
	margin-bottom: 2em;
}

div.submitWrapper input.noMarginRight {
	margin-bottom: 0;
    margin-right: 0;
}


/* ==========================================================================
   OmniWindow Jquery Modal Plugin
   ========================================================================== */
/* Default class for an overlay */
.ow-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	background: #424242;
	opacity: 0.8;
}

/* Default class for both hidden overlay and modal window */
.ow-closed {
	display: none;
}

/* Default class for modal window */
.modal {
	position: fixed;
	overflow: auto;
	z-index: 20;
	max-height: 600px;
	max-width: 500px;
	left: 50%;
	top: 50px;
	border: 1px solid #262f86;
	background-color: #fff;
}



.modalHeadline {
	font-family: 'ConduitLight';
	font-weight: normal;
	margin: 1.15em 3% 0.5em 3%;
	font-size: 1.875em;
	line-height: 0.9em;
	color: #262f86;
	width: 94%;
	display: block;
	border-bottom: 2px solid #262f86;
}



/* ==========================================================================
   Messe
   ========================================================================== */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.cardBlue {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #06507f;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


h3.fairSubHeadline {
    text-align: left;
    font-family: 'ConduitRegular';
    font-weight: normal;
    margin: 0 0 0.3em 0;
    font-size: 1.2em;
    line-height: 1em;
}

div.card-body ul li {
    margin-bottom: 12px;
}

ul.spaced li {
    font-weight: bold;
    margin-bottom: 12px;
}

div#footerMenu {
    width: 100%;
}

div#footerMenu nav {
    display: table-cell;
    vertical-align: bottom;
    text-transform: uppercase;
}

div#footerMenu nav ul.floatList li {
    margin-right: 1em;
    float: left;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	padding: 20px 0 40px 0;
}

footer div {
	float: left;
	width: 20%;
	padding: 0 1.5% 0 1.5%;
}

footer div:first-child {
	width: 20%;
	padding: 0;
}

footer div:last-child {
	top: 0;
	right: 0;
	padding: 0;
	width: 57%;
}

footer div address {
	font-style: normal;
}

footer div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer div ul li a {
	text-decoration: none;
	color: #fff;
}



/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 2550px) {
	html {
		background-image: url('../img/157483281_7.jpg');
	}
}

@media only screen and (min-width: 1024px) {
	#wrapper {
		width: 940px;
	}
}

/* Auf Einspaltigkeit floaten*/
@media screen and (max-width: 800px) {
	html {
		background-image: url('../img/157483281_7_800px.jpg');
	}
	
	.columnSingle {
		width: 94%;
		padding: 3%;
	}
	
	.columnLeft {
		float: none;
		width: 94%;
		padding: 3%;
	}
	
	.columnRight {
		float: none;
		width: 94%;
		padding: 0 3% 3% 3%;
	}
	
	.mobileExtraMargin {
		margin-top: 1em;
	}

	.companyLogoRight {
		text-align:left;
	}

	.hkwdaKennziffer {
		height: 22px;
	}
	
	form#formProfile h3#userfilesHeadline,
	form#formFragebogen h3#userfilesHeadline,
	form#formClients h3#userfilesHeadline {
		padding: 3% 0 0 0;
	}

	form#registration label,
	form#login label, 
	form#pwForgotten label {
		display: block;
		width: 98%;
	}
	
	form#registration input[type="text"],
	form#login input[type="text"],
	form#pwForgotten input[type="text"],
	form#registration input[type="email"],
	form#login input[type="email"],
	form#registration input[type="password"],
	form#login input[type="password"],
	form#registration div#agbWrapper {
		display: block;
		width: 98%;
	}
	

	form#registration div#agbWrapper div#agbText {
		width: 82%;
	}
	
	.gapLeft {
		width: 10%;
	}
	
	.gapRight {
		width: 90%;
	}
	
	div#eventTable > div > div:first-child {
		width: 18%;
	}
	
	div#eventTable > div > div:last-child {
		width: 50%;
	}
	 
	div.tableContent {
		width: 32%;
	}
	
	/* Ads = hkwda (Ablock) */
	.columnLeftSmall {
		float: none;
		width: 94%;
		padding: 3%;
	}
	
	.columnRightBig {
		float: none;
		width: 94%;
		padding: 0 3% 3% 3%;
	}
	
	div.filterTrigger {
		width: 98%;
		padding: 1%;
	}
	
	div.filterContent {
		width: 98%;
		padding: 1%;
	}

	footer div:first-child {
		width: 50%;
	}
	
	footer div#footerMidDiv {
		width: 50%;
		top: 0;
		padding: 0;
	}
	
	footer div#footerMidDiv address {
		float: right;
	}
 
	footer div:last-child {
		margin-top: 20px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	html {
		background-image: url('../img/157483281_7_550px.jpg');
	}
	
	#wrapper {
		width: 100%;
	}
	
	header #menu #login span {
		height: 0.8em;
	}

	header li.active span a {
		border-bottom: none;
	}

	#navWrapper div#login {
		height: 100%;
		max-height: 31px;
		font-size: 1em;
		margin: 0.438em 0 1.25em 0;
	}
	
	div#logo #slogan {
		width: 100%;
		vertical-align: top;
		text-align: center;
		font-size: 0.675em;
		color: #fff;
		display: none;
		visibility: hidden;
	}

	div#menu {
		margin-left: 3%;
	}

	div#menu nav {
		margin-top: 0px;
		vertical-align: top;
	}
	
	div#menu nav a#mobileMenu {
		display: block;
	}
	
	div#menu nav ul {
		display: none;
		height: auto;
		position: absolute;
		z-index: 100;
		width: 94%;
		border: 1px solid #333399;
		padding: 0;
	}
	
	div#menu nav ul li {
		float: none;
		background-color: #0083e3;
		margin: 0;
		padding: 6px 5px 5px 5px;
		border-bottom: 1px solid #333399;
		font-size: 1em;
	}
	
	div#menu nav ul li:last-child {
		border-bottom: none;
	}
	
	div#menu nav ul li:hover,
	div#menu nav ul li.active {
		background-color: #e2001a;
	}

	div#menu nav ul li span {
		display: block;
		height: 100%;
		width: 100%;
	}

	div#menu nav ul li a {
		display: block;
		height: 100%;
		width: 100%;
		color: #fff;
		text-decoration: none;
	}

	div#menu nav ul li a:hover {
		border: none;
	}
	
	h2.headline {
		padding-left: 5px;
	}
	
	h2.headline {
		line-height: 0.8em;
		margin-bottom: 0.2em;
	}
	
	.tooltip {
		max-width: 180px;
	}

	div#slider {
		border: 1px solid #262f86;
		width: 98%;
		margin: 0% 1%;
	}

	#slider li {
		height: 100%;
		max-height: 315px;
		width: 100%;
		border-left: none;
	}

	#mobileSliderControl {
		display: block;
		width: 100%;
		margin-top: 1em;
	}

	footer {
		padding: 3%;
	}
	
	footer div:last-child {
		top: 0;
		right: 0;
		width: 100%;
		margin-top: 3%;
	}
    
    .radioResetButton {
        margin: 0 0 0 4px !important;
        padding: 0 4px;
    }
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px; /* IE 6/7 fallback */
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
