/* ==========================================================================
   PREALOAD ANIMATION
   ========================================================================== */

   .no-scroll{
	position:fixed;
	overflow-y:scroll;
}

.no-js .preloader {
	display: none;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	background: #FFF;
}

.preloader > div{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: absolute;
	margin: auto;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 12px;
  height: 12px;
  background-color: #007D40;
  border-radius: 100% !important;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* ==========================================================================
   COMMON
   ========================================================================== */

*{
    outline: none;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

html{
    height: 100%;
    width: 100%;
}

body {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden !important;
}

ul, ol{
	margin-bottom: 0px;
}

input:-moz-read-only { /* For Firefox */
    cursor: default!important;
}

input:read-only {
	cursor: default!important;
}

video{
	max-width: 100%;
}

.vertical-space{
	margin-top: 30px;
	clear: both;
}

.vertical-space-15{
	margin-top: 15px;
	clear: both;
}

.no-border{
	border-top:none !important;
	border-bottom:none !important;
	border-left:none !important;
	border-right:none !important;
}

.no-padding{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.margin-right-15{
	margin-right: 15px;
}

hr{
	margin-top:30px;
	margin-bottom:0px;
	border-top:1px solid #d1d1d1;
}

.e-1dp{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
}

.e-2dp{
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
}

.e-6dp{
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);
}


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

*{
	font-family: Arial, Helvetica, sans-serif;
}

html, body{
	font-size:17px;
	color:#555;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.6rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    margin:30px 0px;
}

h1{
	color: #007D40;
	font-size: 1.467rem;
	line-height: 1.4;
	font-weight: 700;
}

h2{
	color: #FFF;
	font-size: 1.467rem;
	font-weight: 400;
	background: #007D40;
	padding: 15px 0px;
	text-align: center;
}

#landing_page h2{
	color: #FFF;
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
}

h3{
	color: #888;
	font-size: 1.2rem;
	margin:30px 0px 20px;
	font-weight:400;
}

h4{
	color: #007D40;
	font-size: 1.2rem;
}

.press-row h4, .regional-row h4{
	margin-top:0px;
	margin-bottom: 15px;
}

.press-row p{
	overflow-x: hidden;
}

h5{
	color: #FFF;
	font-size: 1.067rem;
	text-transform: uppercase;
	margin:0 auto;
	text-align: center;
}

.card h2{
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
}

th, thead{
	font-weight: 400;
	color:inherit;
}

.meta, .meta p{
	font-weight: 400;
	color:	#888;
}

.meta i{
	font-size:1.2rem;
}

.btn i{
	font-size: 15px;
	line-height: 15px;
}

.btn{
	line-height: 24px;
}

.breadcrumb li, .breadcrumb li a{
	font-size: 0.9333rem;
}

footer p, footer a, footer p a{
	color:#bbb;
}


b, strong, .strong{
	font-weight: 700;
}

label{
	font-weight: 700;
	font-size: 1rem;
}

a{
	cursor: pointer;
	color: #ee7f00;
	display: inline-block;
}

a:hover{
	color: #ed952f;
	text-decoration: none;
}

a:focus{
	outline: none;
	color: #ed952f;
	text-decoration: none;
}

.dekra-bottom-sidecontent .social-links a i{
	font-size: 1.3rem;
	padding: 8px 8px 6px;
	margin: 5px;
	color: #888;
	border: 1px solid;
	min-width: 40px;
	border-radius: 2px;
}

.dekra-main-content .social-links a i{
	padding:5px 5px 4px;
	margin:0 2px;
	color: #888;
	border:1px solid;
	min-width: 32px;
}

.social-links a{
	text-align: center;
}

.social-links a:hover i{
	color: #ee7f00;
}

#landing_page{
	text-align: center;
	margin-bottom: 30px;
}

p{
	margin-bottom: 10px;
}

p.press-date{
	margin-bottom:10px;
	color:#888;
}

.dropdown-menu{
	font-size:1rem;
}

.form-control{
	font-size:1rem;
}

.green{
	color:#007D40;
}

.orange{
	color:#ee7f00;
}

.red{
	color:#ba0101;
}

.radio-inline-box label{
	font-weight: normal;
	cursor: pointer;
}

ul.fa-ul.userprofile{
	margin-left:20px;
	padding-left: 0px;
}

ul.fa-ul.userprofile .fa-li{
	top:0.25rem
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_label{
	font-size: 0.9333rem;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	box-shadow: none;
	background:#007D40;
}

.help-block.success-msg{
	color: #007D40;
}

/* XS */
@media(max-width:767px){
	.dekra-main-content .social-links{
		float: left;
		margin-top: 20px;
	}
	.main-content.competitions > .row > div.col-xs-6, .main-content.homepage .jobs .row > div.col-xs-6{
		padding-right:5px;
	}
	.main-content.competitions > .row > div.col-xs-3, .main-content.homepage .jobs .row > div.col-xs-3{
		padding-left:5px;
	}
}

/* SM, MD, LG */
@media(min-width:768px){
	.dekra-main-content .social-links{
		float: right;
	}
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

.breadcrumb{
	padding: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	margin: 30px 0px 0px;
}

body.home .breadcrumb{
	margin-top: 10px;
}

.breadcrumb li a{
	color:#777;
}

.breadcrumb li a:hover{
	color:#ee7f00;
}

.breadcrumb li.active{
	color:#007D40;
}

.dekra-content-wrap{
	margin-bottom: 30px;
}

.dekra-content-wrap.gray-section{
	background: #e8e8e8;
	margin-bottom: 0;
	padding: 60px 0 30px;
}

.nav-tabs li a:hover{
    color:#FFF;
}

.dekra-content-wrap img{
	max-width: 100%;
}

.main-content.single img{
	margin-top:30px;
	margin-bottom:30px;
}

.dekra-main-content{
	margin-bottom: 30px;
}

.regional-competitions{
	border-bottom: 1px solid #007D40;
	margin-bottom: 30px;
}

.regional-competitions .table-row:last-of-type hr{
	display: none;
}

.main-content.regional.single p{
	margin-bottom: 0px;
}

.main-content ul{
	padding-left:18px;
}

.main-content.login,
.main-content.profile {
	padding-bottom: 20px;
}

.main-content.search .green{
	font-weight: bold;
}

.card{
	border-radius: 2px;
	overflow: hidden;
	margin-top: 31px;
	padding: 0 15px;
}

.home .card{
	margin-top: 60px;
}

.jobs{
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.main-content #gmap{
	margin-left: -15px;
	margin-right: -15px;
}

/* SM, MD, LG */
@media (min-width: 768px){
	.main-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.main-content #gmap{
		margin-left: -30px;
		margin-right: -30px;
	}
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

footer .copyright{
	margin-bottom:30px;
}

footer{
    background: #333;
    padding-top: 30px;
    padding-bottom: 50px;
}

footer ul.fa-ul{
	margin-left: 20px;
}

footer ul.fa-ul .fa-li{
	top: 0.25rem;
}

footer a:hover{
	color: #ee7f00;
}

/* ==========================================================================
   BOTTOM SIDECONTENT
   ========================================================================== */

.panel{
	border:none;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.panel-heading{
	background: #007D40;
	padding:15px 15px 14px;
}

.panel-body{
	text-align: center;
	padding: 20px 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dekra-bottom-sidecontent .flex-row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.dekra-bottom-sidecontent .col-xs-12.col-sm-6{
	margin-bottom: 30px;
}

/* MD, LG */
@media (min-width: 1200px){
	.dekra-bottom-sidecontent .container{
		width:100%;
		max-width:1800px;
		padding-left: 30px;
		padding-right:30px;
	}
}

/* ==========================================================================
   JUMBOTRON / COVER IMG
   ========================================================================== */

.jumbotron{
	background-color:#333;
	padding:0px !important;
	margin-bottom: 0px;
	
}

.jumbotron .container{
	min-height: 450px;
	display: flex;
	align-items: center;
}

.jumbotron .container .row{
	width: 100%;
}

.jumbotron h1{
	color: #FFF;
	margin-top: 0;
	line-height: 1;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron h3{
	color: #FFF;
	font-size: 1.467rem;
	line-height: 1.4;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron a{
	color: #FFF;
}

.jumbotron h1 a:hover{
	color: #ee7f00;
}

.jumbotron .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron .carousel .carousel-control{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}

.jumbotron .carousel .carousel-control .svg-btn{
	display: inline-block;
	height: 66px;
	width: 42px;
}

.jumbotron .carousel .left.carousel-control .svg-btn{
	background-image: url('../img/prev.svg');
}

.jumbotron .carousel .right.carousel-control .svg-btn{
	background-image: url('../img/next.svg');
}

.jumbotron .image-opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
}

.site-search{
	width: 100%;
	max-width: 250px;
	margin-top: 12px;
	margin-right: 15px;
}

.site-search input{
	padding: 6px 15px;
	border: 0;
}

.site-search .form-group{
	margin-bottom: 0;
}

.dekra-logo-claim{
	width: 150px;
	height: 50px;
	background-image: url('../img/sprites.png');
	background-repeat: no-repeat;
	background-position: 12px -38px;
	background-size: 1000px;
	margin: 15px 0px;
}

.dekra-logo-claim.arbeit{
	background-position: 12px -85px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner > .item {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -o-transition: -o-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* ==========================================================================
   HOMEPAGE 3 SERVICES
   ========================================================================== */

.featured-img{
	background-size: cover;
	overflow: hidden;
	background-position: center;
	border-radius: 2px;
}

.black-overlay{
	width: 100%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
	opacity: 0.6;
}

.featured-img:hover .black-overlay{
	opacity: 0.8;
}

.featured-img .title{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 95%;
	width: calc(100% - 30px);
	overflow: hidden;
}

.featured-img .title h2, .featured-img .title .showable{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.title .showable a{
	color:#FFF;
}

.title .showable a:hover{
	color:#ee7f00;
}

.showable{
	opacity: 0;
}

.featured-img:hover .showable{
	opacity: 1;
}

.featured-img:hover .title h2, .featured-img:hover .title .showable{
	bottom: 30px;
}

/* MD, LG */
@media (min-width: 992px){
	.featured-img{
		height: 250px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px){
	.featured-img{
		height: 200px;
	}
}

/* XS */
@media (max-width:767px){
	.featured-img{
		height: 225px;
	}
	.site-search{
		max-width: calc(100% - 30px);
		margin-bottom: 10px;
	}
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn, #cookieChoiceDismiss{
	padding-top: 7px;
	padding-bottom: 7px;
	background:#d1d1d1;
	font-size:1rem;
}

.btn:hover, .btn:focus, .btn.focus{
	color: #ed952f;
}

button:focus, .btn:focus, button:active, .btn:active{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-orange, .btn-warning, #cookieChoiceDismiss{
	background: #ee7f00;
	color: #FFF;
	border:1px solid #ee7f00;
}

.btn-success{
	background: #007D40;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange{
	background: #ed952f;
	color:#FFF;
	border:1px solid #ed952f;
}

.btn-padding, #cookieChoiceDismiss{
	padding: 7px 25px;
}

.btn-no-style{
	background:transparent;
}

.btn-border-gray{
	border:1px solid #d1d1d1;
}

.btn-border-gray:hover{
	border:1px solid #ed952f;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{
	color:#fff;
	background:#57ab27;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning{
	color:#FFF;
	background: #ed952f;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #007D40;
	border-color: #007D40;
}

.pagination > li > a, .pagination > li > span{
	color:#007D40;
	border:1px solid #ccc;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color:#fff;
	background-color:#ee7f00;
	border-color: #ee7f00;
}

/* ==========================================================================
   FORMS
   ========================================================================== */

.form-control{
	min-height: 40px;
	padding:0px 15px;
	line-height: 40px;
}

.form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 3;
}

.infield input.infield-input:-webkit-autofill, .infield input.infield-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}

.infield{
	border:1px solid #ccc;
}

.infield input.infield-input, .infield input.infield-input:focus {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: none;
}

form.profileEdit input.infield-input{
	padding-left:0px;
	padding-right:0px;
}

.infield select, .infield select:focus {
	background-color: transparent;
	outline: none;
	width: 100%;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: none;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:5px;
}


.infield label{
	padding: 5px 0px 0px 15px;
	margin-bottom: 0px;
	text-transform: none;
}

form.profileEdit label{
	padding-left: 0px;
	margin-bottom: 0px;
}

.infield .form-group{
	border-bottom:1px solid #ccc;
	margin-bottom: 0px;
}

.infield .form-group:last-of-type{
	border-bottom:0px;
}

.infield input[type="submit"]{
	margin-top: 15px;
	margin-right: -1px;
}

.infield .captcha-box{
	margin-top:15px;
	margin-right:15px;
}

.infield .fileuploader{
	margin-bottom: 10px;
	margin-top:3px;
	border-bottom:1px solid #ccc !important;
}

.infield .border-right-ccc{
	border-right:1px solid #CCC;
}

.infield .form-group .checkbox{
	margin-left:20px;
}

.fileuploader label{
	font-weight: normal;
	font-size:1em;
	padding:5px 0px;
}

.well{
    background-color: transparent;
    border-color: #ccc;
}

textarea{
	resize:none;
}

.message textarea{
	min-height: 110px;
	border:none;
	padding:0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.message textarea:focus{

	-webkit-box-shadow: none;
	box-shadow: none;
}

.area_of_intrest .radio{
	padding-left:20px;
}

.radio-inline-box{
	padding: 13px 0px;
}

.fileuploader{
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 34px;
    padding: 0px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.fileuploader input{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fileuploader label{
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.fileuploader .valid + label {
    color: #007D40;
}

.sortable{
    cursor: pointer;
}

#edit-profile{
	display: none;
}

.min-height-form{
	min-height: 86px;
}

/* SM, MD, LG */
@media (min-width:768px){
	.area_of_intrest{
	border-bottom:none !important;
	}
}

/* XS */
@media (max-width:767px){
	.infield .border-right-ccc{
		border-right:none;
	}
	.message textarea{
	min-height: 200px;
	}
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */

.dekra-logo{
	width: 150px;
	height: 50px;
	background-image: url('../img/sprites.png');
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-size: 1000px;
}

.top-bar{
    background: #FFF !important;
    border:none;
	border-radius: 0;
}

.top-bar a, .navbar-nav > li > a{
    color: #666;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, #top-nav-row li > a:hover{
	color:#ee7f00;
	background: transparent;
}

.navbar-toggle{
	padding: 9px 15px;
	margin-right:0px;
}

.top-bar li a, .navbar-nav > .active > a{
    color: #666;
}

.dropdown-menu{
	border:none;
	padding: 0px;
	min-width: initial;
}

.nav > .active > a:hover, .nav > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color:#ee7f00;
	background: transparent;
}

.navbar{
	border:0px;
	text-align: right;
}

#top-nav-row .nav > li > a#lg-font{
	padding-right:0px;
}

#bottom-nav-row{
	background:#006536;
}

#top-nav-row{
	float:right;
}

#bottom-nav-row li > a{
	color: #fff;
}
#bottom-nav-row li > a:hover{
	color:#ee7f00;
}
#bottom-nav-row .dropdown-menu > li > a:hover{
	color:#ee7f00;
	background: #f5f5f5;
}

@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
	  display: block;
	  opacity: 1;
	}
  }

/* SM, MD, LG */
@media (min-width: 768px){
	#main-nav{
		float: left;
		width: 85%;
		width: calc(100% - 135px);
	}
	.nav > li > a {
		line-height: 22px;
	}
	#top-nav-row li > a{
		padding:29px 10px;
	}
	#bottom-nav-row li > a{
		padding:21px 15px;
	}
	#bottom-nav-row .dropdown-menu > li > a{
		color: #007D40;
		line-height: 24px;
	}
	#bottom-nav-row .nav > li:first-of-type > a, #top-nav-row .nav > li:first-of-type > a{
		padding-left:0px;
	}
	#bottom-nav-row .nav > li:last-of-type > a, #top-nav-row .nav > li:last-of-type > a{
		padding-right:3px;
	}
	#top-nav-row{
		padding-left: 0px;
	}
	#bottom-nav-row{
		display: block;
		visibility: visible;
	}
	#main-nav .dropdown-menu > li > a{
		padding: 15px;
	}
	.dekra-logo{
		margin: -1px 0px 13px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px){
	
}

/* XS */
@media (max-width:767px){
	.container > .navbar-collapse{
		margin-left:0px;
		margin-right: 0px;

	}
	#top-nav-row .navbar-nav > li{
		float: left;
	}

	#bottom-nav-row .navbar-nav > li{
		text-align: left;
		border-bottom: 1px solid #d1d1d1;
		padding-left: 15px;
	}

	#bottom-nav-row .navbar-nav > li:last-of-type{
		border-bottom:none;
	}

	#top-nav-row .navbar-nav > li > a{
		color: #ee7f00;
	}

	.navbar-nav{
		margin-left:-30px;
		margin-bottom: 0px;
		margin-top: 0;
	}
	.dekra-logo{
		margin: -3px 0px 13px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
		line-height: 24px;
		padding: 5px 20px 10px;
	}
}

.navbar-toggle{
	margin-top:23px;
}

.navbar-toggle:hover, .navbar-toggle:focus{
	background-color: #fff;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar{
	background-color: #ee7f00;
}

.navbar-toggle .icon-bar{
	background-color: #ee7f00;
}

.navbar-collapse{
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.open > .dropdown-menu{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color:transparent;
}

/* ==========================================================================
   TABLE
   ========================================================================== */

table thead tr th,
table tbody tr td{
    vertical-align: top !important;
}

.center,
.center{
    text-align: center;
}

dekra-dashboard .table thead tr th a,
dekra-dashboard .table tbody tr td a{
    color: #007D40;
}

.table tbody tr td a.edit{
    color: #eb7f22;
}

.table tbody tr td a.delete{
    color: #b81f24;
	cursor: pointer;
}

.table-header hr, .table-row hr{
	margin-top:10px;
}

.table-row a{
	color:#555;
}

.table-row{
	margin-top:10px;
	margin-bottom:10px;
}

.table-row:hover, .table-row:hover a{
	color:#ee7f00;
}

.hoverable{
	opacity: 0;
}

.table-row:hover .hoverable, .press-row:hover .hoverable{
	opacity: 1;
}

.press-row:hover div.press-featured-img{
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure{
	overflow: hidden;
}

figure a{
	display: block;
}

figure div.press-featured-img{
	min-height: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 200px;
}

.table-footer{
	text-align: center;
	padding-top: 10px;
}

/* ==========================================================================
   ERRORS
   ========================================================================== */

.help-block{
	color: #555;
}

.error-msg{
    /*display: none;*/
	color: #ba0101;
}

.form-group.has-error label{
    color: #ba0101;
}

.form-group.has-error .error-msg{
    display: block;
}

.login-error{
    color: #ba0101;
    margin: 0 auto 20px auto;
    text-align: center;
    font-weight: bold;
}

.dekra-registration-form .error-msg{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   Modals
   ========================================================================== */

.open-modal{
    cursor: pointer;
}

.modal-body{
	padding: 30px;
}

.modal-footer{
	padding: 15px 30px 30px;
    border-top: none;
}

.modal-content{
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);;
	border: 0;
}
.modal-open{
	overflow: visible;
	padding-right:0px !important;
}

.modal h4{
	margin: 10px 0px 20px;
}

.border-top-ccc{
	border-top:1px solid #ccc;
	padding-top:10px;
}

/* SM, MD, LG */
@media(min-width:768px){
	.modal-sm {
		width: 600px;
	}
}

/* ==========================================================================
   Candidates
   ========================================================================== */

.counties-to-work-in-wrap{
	vertical-align: top;
}



/* SM, MD, LG */
@media(min-width:768px){
	.counties-to-work-in-wrap .checkbox{
	width: 33.3333%;
	display: inline-block;
	margin-left: -4px;
	text-indent: 5px;
}
}

/* XS */
@media(max-width:767px){
	.counties-to-work-in-wrap .checkbox{
	width: 100%;
	display: inline-block;
	margin-left: -4px;
	text-indent: 5px;
}
}

/* ==========================================================================
   TRANSITIONS
   ========================================================================== */

/* SM, MD, LG */
@media(min-width:768px){
	a, .btn, input, textarea, button, .social-links a i{
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
}

	figure div.press-featured-img{
		-webkit-transition: all 0.35s linear;
		-moz-transition: all 0.35s linear;
		-o-transition: all 0.35s linear;
		transition: all 0.35s linear; 
}

	.featured-img .title h2, .featured-img .showable, .black-overlay{
		-webkit-transition: all 0.25s linear;
		-moz-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear; 
}
}