
.label-wssbundesland {
  background-color: #ad1447;
}
.label-quali {
  line-height: 2.3 !important;
  background-color: #8097a5;
}
.label-quali-ski {
  background-color: #1a567c;
}
.label-quali-snb {
  background-color: #178493;
}
.label-quali-nordic {
  background-color: #174393;
}
.label-quali-tele {
  background-color: #168978;
}
.label-quali-tour {
  background-color: #296188;
}
.label-quali-inline {
  background-color: #187354;
}
.label-quali-walking {
  background-color: #1A4E7D;
}
.label-quali-praev {
  background-color: #183073;
}


/* Tyles DSHS Köln */
.list-item-title {
	color: #8097a5;
}
.item-title {
	margin-bottom: 0px;
	font-weight: bold;
	color: #8097a5;
}
.item-title-quali {
	margin-bottom: 0px;
	font-weight: bold;
}
.button-backlink {
	margin-top: 15px;
}
.contact-symbols {
	font-size: 28px;
	color: #8097a5;
}
.contact-symbols a {
	text-decoration: none;
}
.box-institution {
	min-height: 120px;
}

/* Back to Top Button
-------------------------------------------------- */
#back-top {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 3000;
	
}

/* Download Box */
.dce-download-box {
    margin-top: 30px;
}

/*@media (min-width: 992px) {
	.joblist {
		margin-top: 85px;
	}
}*/

.dce-download-box-header {
    font-size: 22px;
    color: #eeede9;
    background-color: #1a567c;
    width: 100%;
    margin: 0px;
    padding-left: 10px;
    min-height: 42px;
}

.dce-download-box-header h2 {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
    font-size: 22px;
}

.dce-download-box-links {	
    background-color: #eeede9;
    width: 100%;
    margin: 0px;
    padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dce-download-box-links ul {
	padding-left: 0px;
}

.dce-download-box-links ul > li {
	display: block;
	min-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	margin-left: 10px;
}
.dce-download-box-links ul > li:before {
    content: " ";
}

.dce-download-box-links a {
	text-decoration: none;
}
.dce-download-box-links a:hover {
    color: #ad1447;
	text-decoration: none;
}
/* END Download-Box */


/* Symbole / Glyphicons für Verlinkungen */
/* internal Link */
/* external Link */
/* download Link */

.download:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e022";
    font-family: 'Glyphicons Halflings';
	margin-right: 5px;
}

.link-sign-plus:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\002b";
    font-family: 'Glyphicons Halflings';
	margin-right: 5px;
}


.internal-link:before,
.internal-link-new-window:before,
.external-link:before,
.external-link-new-window:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e144";
    font-family: 'Glyphicons Halflings';
	margin-right: 5px;
}

/* DCE Image-List */
.img-wrap-xs  {
	margin-bottom: 15px;
}

@media (max-width: 991px){
    .img-wrap-xs {
        width: 70%;
    }
}

@media (min-width: 769px){
	.img-list-row {
		margin-bottom: 30px;
	}
}

/* DCE-Video */
.dce-video {
	margin-top: 30px;
}


/* Pagination-Fortbildungen */

.f3-widget-paginator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 4px;
}
.f3-widget-paginator > li {
  display: inline;
}
.f3-widget-paginator > .current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #1a567c;
  border: 1px solid #1a567c;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1a567c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > span:hover,
.f3-widget-paginator > li > a:focus,
.f3-widget-paginator > li > span:focus {
  z-index: 2;
  color: #1a567c;
  background-color: #eee;
  border-color: #ddd;
}


/* Jobbörse */

.preview-job {
	border: 3px dotted #f0eeeb;
    padding: 10px;
    margin-top: 20px;
}
.preview-job h3 {
	margin-top: 0px;
}

.job-category-items,
.job-form-category {
	margin-top: 30px;
}

.job-form-item {
	margin-bottom: 15px;
}
.form-date-pick {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
}

/* END Jobbörse */