html{
    background-color:#fff;
}
body{
    font-family: Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    background-color:#fff;
	color:#7B7979;    
	padding-top:106px;
}

p{
	font-weight:normal;
	font-size: 16px;
}


a {
    color: #0077B7;
    text-decoration: none;
}
a:hover, a:focus{
	color:#5BA4CB;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #393939;
    text-transform: uppercase;
    line-height: 1.1;
	word-wrap:break-word;
}

h1{
	color: #0077B7;
	font-weight: 700;
	margin: 80px 20px 20px 20px;
	text-transform: uppercase;	
}

h2{
	color: #0077B7;
	font-weight: 700;
	text-transform: uppercase;	
	font-size: 45px;
}

h3{
	color: #0072B5;
	text-transform: uppercase;
	margin: 0; 
	line-height: 30px;
	margin-bottom:20px;
	font-weight:normal;
	font-size: 25px;
}

#main {
    position: relative;
    margin-top: 100px;
}

#logo{
    width: 120px;
	padding-top:0px;
}

#head_info{
	
}

.navbar-brand {
	height:auto;
	padding: 10px;
}
.navbar-right{
    margin-top:18px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-decathlon{
	background-color: #0077b7;
	border-bottom: 6px solid #fff;
}

.navbar-nav{
	margin-top:0px;
}

.nav > li {
    margin-bottom:0;
}
.nav > li > a {  
    color:#fff;    
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    padding: 23px 30px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #5BA4CB;
    text-decoration: none;
}

.border-bottom{
	border-bottom: 1px solid #449bca;
}


.nav > li.active > a {
    background-color: #5BA4CB;
    text-decoration: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
{
    max-height: inherit;
}

/* buttons */

.btn{
	border-radius:0;	
}
.btn {
	border: none;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
}
.btn-default{
	color:#fff;
	background: #ccc;
}
.btn-primary{
    background: #0077B7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #5BA4CB;
    color: #FFFFFF;
}
.btn-primary-on{
    background: #5BA4CB;
    color: #FFFFFF;
}
.btn-primary-on:hover, .btn-primary-on:focus, .btn-primary-on:active, .btn-primary-on.active, .btn-primary-on.disabled, .btn-primary-on[disabled] {
    background-color: #0077B7;
    color: #FFFFFF;
}


footer{
	color:#fff;
	padding: 50px 0;
	background-color:#515151;
}
footer h4{
	color:#fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
}

footer hr{
	margin-top:40px;
	margin-bottom:40px;
}

footer .copy{
	margin-top:0px;
	text-align:right;
	font-size:10px;
}

footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

footer a{
	color:#fff;	
}

footer a:hover{
	color:#0077B7;	
}

footer .container > div.row > div{
	margin-bottom:15px;
	text-align:center;
}


/* video carousel */

.carousel-control {
	height:80%;
}

.carousel-control.left, .carousel-control.right {
    background:none;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

/* jcarousel */

.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
   }

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 60px/30px Arial, sans-serif;
   
}
.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none; 
}

 
label.valid {
	width: 24px;
	height: 24px;
	background: url(assets/img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
	display:none !important;
}
label.error {
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
	font-size: 12px;
}  

.btn-group > .btn:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}


.bluebg{
	margin:80px 0;
	padding-bottom:30px;
}
.bluebg h2{
	font-size: 36px;
    font-weight: 500;
    line-height: normal;
}
.bluebg:nth-child(even) h2{
	margin-top:22px;
	color:#fff;
}
.bluebg:nth-child(even){
	color:#fff;
	background-color:#0077B7;
}
.blueprefooter{
	margin-bottom:0;
	border-bottom: 4px white solid;
}
.blueprefooter .container{
	padding:40px 0;
}

.bluebg .col-md-5, .bluebg .col-md-7{
	padding:0;
}
.bluebg .col-md-5.text-right {
    padding-right: 30px;
}
.bluebg .col-md-7.text-left {
    padding-left: 30px;
}


.bluebgdirect{
	margin:40px 0;
	padding:40px 0;
	color:#fff;
	background-color:#0077B7;
}
.bluebgdirect h2{
	margin-top:0px;
	margin-bottom: 25px;
	color:#fff;
}
.bluebg p{
	font-size:14px; 
}
.bluebgdirect .btn-default{
	color:#aaa;
	background-color:#fff;
}
.bluebgdirect .btn-primary, .bluebgdirect .btn-default.active{
	color:#fff;
	background-color:#5BA4CB;
}
.bluebgdirect a{
	color:#fff;
	text-decoration:underline;
}
.bluebgdirect a:hover{
	color:#5BA4CB;
}
.bluebgdirect a.btn{
	text-decoration:none;
}


.bluebgdirect.detail{
	margin:40px 0;
	padding:0;
	color:#fff;
	background-color:#0077B7;
}

.bluebgdirect.detail h3{
	margin-top:40px;
}


/* positions */
.positions .bluebg:nth-child(even) h2{
	margin-top:20px;
	color:#fff;
}
.positions .bluebg:nth-child(even) .btn-primary {
	background: #fff;
	color: #0077B7;
}
.positions .label-primary {
	padding: 0.3em 0.6em;
	border-radius:0;
	background: #5BA4CB;
	border: none;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
}
.positions .btn {
	margin-top:0.6em;
}
.positions h2 {
	margin-bottom:0.3em;
	word-wrap:break-word;
}

/*.picture-item{
	width: 33.33333333%;
}*/


#map {
	height: 600px;
}

ol, ul {
	font-size: 16px;
    padding-left:15px;
}
ul li {
    margin-bottom: 6px;
}
ul li p {
    font-size: 16px;
    margin: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/*
 * END Sidebar
 */


/* Formular */
#upload_file_1-error{
    display: inline;    
    margin-left: 10px;
}
#upload_file_2-error{
    display: inline;    
    margin-left: 10px;
}
.text-center .img-responsive, .img-responsive .text-center{
    margin: 0 auto;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ff0000;
}


/* Akademie */
.nav-tabs.nav-tabs-akademie {
    position: relative; float: left; display: block; left: 50%;
    border-bottom: 0;
}
.nav-tabs.nav-tabs-akademie > li{
    position: relative; float: left; display: block; right: 50%;
}
.nav-tabs.nav-tabs-akademie > li > a{
    font-size: 14px;
    font-weight:normal;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:0;
    border:0;
    color: #aaa;
    background-color: #fff;
    padding: 6px 12px;
    margin-right: 5px;
    /*-webkit-transform: skew(0deg,-10deg);
    transform: skew(0deg,-10deg);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;*/
}
.nav-tabs.nav-tabs-akademie > li.active > a{
    color: #fff;
    background-color: #5BA4CB;
    border:0;
}



/* Media Queries
*********************************************/

/* Only Small devices (tablets, 768px and down) */
@media (max-width: 768px) { 
	h2{
		font-size: 30px;
	}
	.navbar-fixed-bottom, .navbar-fixed-top{
		position: absolute;
	}	
	ul li {
	    list-style-type: none;
	}
	.bluebg{
		text-align:center !important;
	}
	
	.bluebg .col-md-7.text-left {
	    padding: 0 15px;
		text-align:center !important;
	}	
	.bluebg .col-md-5.text-right {
	    padding: 0 15px;
		text-align:center !important;
	}
	
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	body{
		padding-top:115px;
	}	
	
	h1{
		font-size: 55px;	
	}
	
	.nav > li > a {
	    font-size: 12px;
		padding: 21px 12px;
	}
	
	.bluebg{
		padding-bottom:0;
	}

	footer .container > div.row > div{
		margin-bottom:inherit;
		text-align:inherit;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {	
	.nav > li > a {
	    font-size: 16px;
	    padding: 23px 20px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/* text alignings */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


/* 2018 */
div#maincontainer {
    border: none;
    background: none;
    box-shadow: none;
}



.dec-box {
    background: no-repeat center;
    background-color: #0077B7;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
    z-index: 0;
    background-size: cover;
    box-shadow: 2px 2px 4px #676766;
}
@media (min-width: 768px) { 
    .dec-box {
        height: 320px;
    }
}
.dec-box.dec-box-carousel {
    height: 320px;
}
.dec-box .box-layer {
    content: "";
    z-index: 1;
    width: 400px;
    height: 105px;
    position: absolute;
    left: 0;
    top: -90px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: (-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.dec-box .box-title {
    z-index: 1000;
    font-weight:bold;
    width: auto;
    top: 15px;
    left: 10px;
    background: #0077B7;
    background: rgba(255, 255, 255, 1);
    transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg;
    -ms-transform: skewY(-10deg);
    ) -o-transform: skewX(10deg);
    position: absolute;
    /*box-shadow: 1px 0px 8px #676766;*/
}
.dec-box .box-title p.box-title-inner {
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #0077B7;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transform: skewY(-10deg) skewY(10deg);
    -moz-transform: skewY(-10deg) skewY(10deg);
    -ms-transform: skewY(-10deg) skewY(10deg);
    -o-transform: skewY(-10deg) skewY(10deg);
    transform: skewY(-10deg) skewY(10deg);
    margin-left: 85px;
    margin-top: 70px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 5px 10px 5px 10px;
}
.dec-box .box-title p.box-title-inner font {
    font-size: 28px;
    font-weight: 300;
}
.dec-box .box-title p.box-title-inner a {
    color: #fff;
}
/*.dec-box .box-title::after {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    margin-left: 102%;
    top: 0;
    border-left: solid 5px #FFF;
    border-right: solid 2px #FFF;
}*/
.dec-box .bu-tech {
    position: absolute;
    padding: 0 4% 0 4%;
    margin-top: 420px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 92%;
    left: 50%;
    margin-left: -50%;
}
.dec-box .prix {
    position: absolute;
    margin-left: 72%;
    margin-top: 200px;
    height: 58px;
    padding-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
    transform: skewX(-18deg);
    transform: skewX(-18deg);
    transform: skewX(-18deg);
    transform: skewX(-18deg);
}
.dec-box .prix:before {
    left: -19px;
    top: 20px;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f7c500;
    transform: skewX(18deg) rotate(53deg);
    transform: skewX(18deg) rotate(53deg);
    transform: skewX(18deg) rotate(53deg);
    transform: skewX(18deg) rotate(53deg);
}
.dec-box .prix .prix-txt {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    padding: 1px 7px 0 20px;
    margin-left: -10px;
    height: 42px;
    box-sizing: border-box;
    transform: skewX(18deg);
    transform: skewX(18deg);
    transform: skewX(18deg);
    transform: skewX(18deg);
    background: linear-gradient(to right top, #f7c500 0%, #fff800 100%);
}
.dec-box .prix .prix-centime {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.dec-box .prix .prix-currency {
    position: absolute;
    left: 0;
    top: -12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
/*.dec-box .right {
    width: initial;
}*/
.dec-box .bouton {
    float: none;
    text-align: center;
    margin-right: inherit;
    margin-top: 460px;
}
.dec-box p {
    font-size:12px;
    color:#fff;
}
.dec-box h3 {
    font-size:18px;
    font-weight:600;
    color:#fff;
    margin:0;
    margin-top:20px;
}
.dec-box ul li{
    font-size:14px;
    color:#fff;
}

.positions .dec-box p {
    font-size:14px;
}


.fourfour{
    margin: 10px 10px;
}
.fourfour .row{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
}
.fourfour .col-xs-6{
    padding-right: 5px;
    padding-left: 5px;
}
.fourfour .box{
    padding-top:15px;
    text-align:center;
    height:145px;
    display: block;
    color: #fff;
    background-color: #0077B7;
}
.fourfour .box:hover{
    background: linear-gradient(to bottom, #4eb0ed 0%, #0173b9 100%);
}
.fourfour .box .img-responsive{
    max-height: 100%;
    margin: 0 auto;
    height: 80px;
}
.fourfour .box span{
    padding-top:5px;
    display: block;
}

.fourfourcontent{
    margin: 10px;
    padding:60px 10px;
    height: 300px; 
    display: none; 
    background-color: #0077B7;
}
.fourfourcontent h4{
    color:#fff;
}

ul.buttons{
    list-style-type: none;
    margin:0;
    padding:0;
}

ul.buttons > li{
    float:left; 
    width:33.33333%;
    text-align:center;
    padding-right: 10px;
}

ul.buttons > li > a.btn-default{
    color:#0077b7;
    background-color:#fff;
    font-size:12px;
}

.btn-white{
    color:#0077b7;
    background-color:#fff;
}

.btn-blue{
    color:#fff;
    background-color:#0077b7;
}

/*.dec-box .box-title.box-title-center{
    top: 24px;
    left: 90px;
}*/
.dec-box .box-title.box-title-blue{
    top: 60px;
    left: 0;
    color:#fff;
    background-color:#0077b7;
}
.dec-box .box-title.box-title-blue .box-title-inner{
    color:#fff;
    background-color:#0077b7;
}

#carousel-blog .item{
    height: 320px;
}
#carousel-blog .carousel-caption{
    text-shadow:none;
    top: 60px;
}
#carousel-blog .carousel-caption h3{
    line-height: 22px;
    margin-bottom:10px;
}
.findjobs{
    margin: 10px 50px;
    padding-top: 60px;
    padding-left: 152px;
}
.findjobs .btn-default{ 
    padding:30px 10px;
}
.findjobs .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

/* jobs list */
.picture-item {
    margin-bottom: 30px;
}
.picture-item > div{
    padding: 15px;
    color: #fff;
    background-color: #0077B7;
    height: 360px;
}
.picture-item > div > h2{
    color: #fff;
    font-size: 16px;
}
.picture-item > div > p{
    color: #fff;
    font-size: 14px;
}
.picture-item > div > .htmlcontent{
    overflow:hidden;        
    height: 142px;
    color:#fff !important;
}
.picture-item > div > .htmlcontent > p{
    font-size: 14px;
    color:#fff !important;
}

.picture-item > div > .htmlcontent > p span{
    font-size: 14px !important;
    color:#fff !important;
}

/* categorie list */
.categorie-item {
    margin-bottom: 30px;
}
.categorie-item > div{
    padding: 15px;
    color: #fff;
    background-color: #0077B7;
    height: 360px;
}
.categorie-item > div > h2{
    color: #fff;
    font-size: 16px;
}
.categorie-item > div > p{
    color: #fff;
    font-size: 14px;
}
.categorie-item > div > .htmlcontent{
    overflow:hidden;        
    height: 192px;
}
.categorie-item > div > .htmlcontent > p{
    font-size: 14px;
}

.btns-bottom{
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: auto -15px;
    width: 90%;
}

@media (min-width: 1200px) {
    
    .btns-bottom{
        width: 100%;
        margin: auto -30px;
    }
    .picture-item > div > .htmlcontent {
        height: 192px;
    }
    
}

.navbar-nav > li.nav_12{
    display:none;
}

.close{
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    text-shadow: none;
    filter: inherit;
    opacity: 1;
    color: #fff;
    margin: 5px 10px 0 0;
    position: absolute;
	top: 10px;
	right: 10px;
}
.close:hover, .close:focus{
    opacity: 0.2;
}

.row {
    margin-bottom: 0px;
}

.col-sm-6, .col-sm-12 {
    margin-bottom: 30px;
}
.st-rate__btn{
	font-size:26px;
	font-weight: normal;
}
.btn-insta{
    position:absolute;
    bottom:0;
    width:100%;
    height: 150px;
}   
.bluebgdirect .control-label{
    color:#fff;
} 
.st-rate__btn{
    color: #393939;
}
.st-rate__btn--left:hover,.st-rate__btn:hover {
    color: #0077B7;
    border-color: #0077B7;
    box-shadow: inset 0 0 0 1px #0077B7;
}
.st-rate__btn:hover::before {
    border-color: #0077B7;
}

.positions .dec-box{
    height: auto;
}

.navbar-brand-btn{
    margin: 16px 10px;
}

/*
 * cluster on startpage
 */

#questionStart, #questionStart2 {
    position: absolute;
    bottom: -15px;
    margin: auto -15px;
    width: 100%;
    text-align: center;
}
#questionMsg{
    font-size: 12px;
    font-weight: bold;
}
.question {
    margin: 15px;
    padding-top: 180px;
}
.question .btn-default{ 
    padding:30px 10px;
}
.btn-yes, .btn-no{
    color:#0077B7;
    font-size:22px;
    border-radius: 58px;
    border:3px solid #0077B7;
    padding:10px 10px 6px 10px;
}
 #questionStart3{
    position: absolute;
    top: 15px;
    width: 100%;
}
.dec-box-cluster{
    background-color:#fff; 
    background-size: cover; 
    background-position-y: top;
}
@media (max-width: 768px) {
    .dec-box-cluster{
        background-position-y: 60%;
    }
}

/*
 * new job form 
 */

#jobFormV2 .dec-box {
    background-color: #fff;
    padding: 15px;
    height:auto;
    box-shadow: none;
}
#jobFormV2 .owl-carousel {
    width: auto;
    display: block;
}
#jobFormV2 .owl-carousel .owl-dots {
    position: initial;
}
#jobFormV2 .bluebgdirect {
    padding: 15px;
}
#jobFormV2 label {
    color: #000;
}
#jobFormV2 h1 {
    margin:0;
    color: #fff;
    font-style: italic;
    font-size: 24px;
}
#jobFormV2 h2 {
    margin:0px 0px 30px 0px;
    color: #fff;
    font-style: italic;
    font-size: 18px;
}
#jobFormV2 h3 {
    margin:0;
    color: #333;
}
#jobFormV2 h3.blue, #jobFormV2 h2.blue {
    margin:0;
    color: #0082c3;
}
#jobFormV2 .dec-box p, #jobFormV2 .dec-box ol {
    font-size:12px; 
    color: #333;
}
#-error, #upload_file_2-error {
    display: inline;
    margin-left: 10px;
} 

#jobFormV2 input, #jobFormV2 select {
    background-color:#fff;
}
#jobFormV2 .bluebgdirect a {
    color: #0077B7;
    text-decoration: none;
}
#jobFormV2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #0077B7;
    box-shadow: 0 0 0 3px #fff; 
}
#jobFormV2 .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
}
@media (min-width: 768px) {
    #jobFormV2 .dec-box {
        padding: 40px;
        box-shadow: 2px 2px 4px #676766;
    }
    #jobFormV2 .bluebgdirect {
        padding: 40px;
    }
    .owl-carousel .owl-dots .owl-dot {
        margin: 0 12px;
    }
}
.bg-layer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat; 
}


/* newstores */
.dec-box-newstores{
    background-color: #eeeeee;
    height: auto;
}
.dec-box-newstores img.visible-xs-inline{
    max-height: 90px;
}
.dec-box-newstores .col-sm-6, .dec-box-newstores .col-sm-12 {
    margin-bottom: 0px;
}
.dec-box-newstores .col-xs-12{
    margin-top: 25px;
}
@media (min-width: 768px) { 
    .dec-box-newstores{
        height: 452px;
    }
    .dec-box-wachsen{
        height: 452px;
    }
    #carousel-eroeffnungen .item > .row{
        padding-bottom:30px;
    }
    .dec-box-newstores .col-xs-12{
        margin-top: 0px;
    }
    .dec-box-newstores .st-btn.st-btn-small.st-btn-right{
        padding: 5px 30px 5px 15px;
    }
}

.dec-box-newstores .dec-box-white{
    padding: 15px 15px 3px 15px; 
    background-color:#fff;
    font-family: "Roboto Condensed";
}

.dec-box-newstores .dec-box-white-store{
    
    font-family: "Roboto Condensed";
    font-size: 13px; 
    color:#0077B7; 
    text-transform:uppercase;
}

/* new orange btn */
.st-btn.st-btn-yellow {
    color:#fff;
    background: -webkit-linear-gradient(top, #ec985c 0%, #ec6607 100%);
    background: linear-gradient(to bottom, #ec985c 0%, #ec6607 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
}

/* eroeffnungen */
#carousel-eroeffnungen .carousel-control{
    height: initial;
    top: auto;
    bottom: 5px;
    color: #0077B7;
}   

#carousel-eroeffnungen .carousel-indicators{
    position: inherit;
    height: initial;
    top: auto;
    bottom: -10px;
    color: #0077B7;
}
@media (min-width: 768px) { 
  #carousel-eroeffnungen .carousel-indicators{
        bottom: 15px;
    }  
}      
#carousel-eroeffnungen .carousel-indicators li{
    color: #0077B7;
    border-color: #0077B7;
} 
#carousel-eroeffnungen .carousel-indicators li.active{
    background-color: #0077B7;
}   
.bootstrap-select>.dropdown-toggle{
    border: 1px solid;
}
