.navbar-ur {
    border-bottom: none;
	background: #ffed00;
    padding: 0% 5% 0% 5%;
}

.navbar-ur .row {
    margin-top: 0;
}

.navbar-ur .row .nav-menu .nm-ul li {
    width: auto !important;
    margin-left: 20px !important;
}

.navbar-ur .row .nav-menu a {
	font-weight: bold;
    color: red;
	font-size: 1.1em;
}

.job-search {
    min-height: 500px;
	background-position: center center;
}

.btn {
	padding: 1% 4%;
	border-radius: 0 !important;
	background-color: #ffed00 !important;
	color: #ff0000 !important;
	border: 1px solid #ff0000 !important;
}

.btn:hover {
    background: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
}	

.search-filter .filter-menu,
.search-filter .form-control,
.cc_container .cc_btn {
    border-radius: 0 !important;
}

.job-details .btn-social {
    width: auto !important; 
	background: white !important;
}

.job-details .btn-social:hover,
.job-details .btn-social:focus {
	background: #ff0000 !important;
}

.jobs-v1 .search-result ul li {
    width: 30% !important;
}
	
.jobalert-pos {
    color: #FF0000;
}	
	
.asb-title {
	color: red !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

 .asb-highlight {
	 font-weight: bold;
	 font-size:1.1em;
 }


.footer {
    background: none;
    background-color: #ffed00;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;
}

.footer a:hover, .footer a:active {
    color: #FF0000;
}


@media only screen and (max-device-width: 767px) and (min-device-width: 240px) {
  .footer .footer-f2 {
      display: block !important;
  }
  
  .footer .footer-f3 {
		margin-bottom: 35px;
  }
  
   .footer .footer-f1 li, .footer .footer-f3 li, .footer .footer-f4 li {
		text-align: left;
		padding-left: 25px;
  }
  
  .footer .footer-f4 {
    padding-left: 25px;
  }
  
   .footer .footer-f4 li {
    padding-left: 0;
  }
	  
}


.cc_container a, .cc_container a:visited {
    color: #ff0000 !important;
}

.action-req .caution .fa-info-circle {
    color: #ff0000 !important;
}


.splash{
	background-image: url(http://www.asb-chance.de/uploads/images/subheader.jpg) !important;
	background-position: center center;
}

.splash-rettungsdienst {
	background-image: url(http://www.asb-chance.de/uploads/images/subheader-rettungsdienst.jpg) !important;
}

.splash-pflege {
	background-image: url(http://www.asb-chance.de/uploads/images/subheader-pflege.jpg) !important;
}

.splash-sozialstation {
	background-image: url(http://www.asb-chance.de/uploads/images/subheader-sozialstation.jpg) !important;
}


.intro-content h4 {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
	/*margin-bottom:10px;*/
	padding-bottom: 10px;
}

.intro-content li {
    line-height: 20px;
    letter-spacing: 1px;
    margin: 10px 0;
}

.intro-content h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -3px;
	color: #E30613;
}
.introduction h2 {
    font-size: 40px;
	font-weight: 500;
    color: #2d3033;
}

.asb-hier {
	color: #E30613;
}



.new {
    margin-left: 10px !important;
    font-size: 15px !important;
    color: #E30613 !important;
    border: solid 1px #E30613 !important;
    padding: 2px 5px 2px 5px !important;
}

.full-width-div {
    position: fixed;
    width: 100%;
    left: 0;
	/*clear:both;*/
	outline: 2px solid red;
}

.container-asb {
    padding-right:0 !important;
    padding-left:0 !important;
}

.full-width { padding-left: 0; padding-right: 0; }
.full-width .row { margin-right: 0; margin-left: 0; }
.full-width .col-md-12 { padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.datenschutz {
	width: auto !important;
	height: auto !important;
	margin-right: 1em !important;	
}

.datenschutz-link {
	color: red !important;
}

.einwilligung li {
	line-height: normal !important;
}
