/* BACKGROUND COLORS */

.bg-black { background-color: #111111 !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-offwhite { background-color: #F5F5F5 !important; }
.bg-clouds { background-color: #ECF0F1 !important; }
.bg-silver { background-color: #BDC3C7 !important; }
.bg-concrete { background-color: #95A5A6 !important; }
.bg-asbestos { background-color: #7F8C8d !important; }
.bg-tan { background-color: #D1DBBD !important; }
.bg-logo { background-color: #c0412f; !important; }
.bg-pewter { background-color: #91AA9D !important; }
.bg-moonlight { background-color: #3E606F !important; }
.bg-deepocean { background-color: #193441 !important; }
.bg-turquoise { background-color: #1ABC9C !important; }
.bg-aqua { background-color: #16A085 !important; }
.bg-sunflower { background-color: #F1C40F !important; }
.bg-orange { /*! background-color: #f4f7f9 !important; */ }
.bg-sienna { background-color: #BF4E19 !important; }
.bg-milanored { background-color: #AC1C00 !important; }
.bg-river { background-color: #3498DB !important; }
.bg-marina { background-color: #2980B9 !important; }
.bg-deco { background-color: #C9D787 !important; }
.bg-crete { background-color: #7D8A2E !important; }
.bg-guardsman { background-color: #D90000 !important; }
.bg-pomegranate { background-color: #C0392B !important; }
.bg-finn { background-color: #723147 !important; }
.bg-tamarind { background-color: #31152B !important; }
.bg-oker { background-color: #b3cf76 !important; }
.bg-gray { background-color: #f3f3f3; padding-bottom: 60px;}
.bg-cyanlight {background-color: #b3d1c9 !important;}

/* COLORS */

.black { color: #111111; }
.white { color: #3a2611; }
.darkgreen { color: #344b25; font-weight: 500;}
.offwhite { color: #F5F5F5; }
.clouds { color: #ECF0F1; }
.silver { color: #BDC3C7; }
.concrete { color: #95A5A6; }
.asbestos { color: #7F8C8d; }
.tan { color: #D1DBBD; }
.logo { color: #dc143c;}
.pewter { color: #91AA9D; }
.moonlight { color: #3E606F; }
.deepocean { color: #193441; }
.turquoise { color: #1ABC9C; }
.aqua { color: #16A085; }
.sunflower { color: #F1C40F; }
.orange { color: #F39C12; }
.sienna { color: #BF4E19; }
.milanored { color: #AC1C00; }
.river { color: #3498DB; }
.charcoal { color: #36454f; }
.charcoalanalog {color: #354B54; }
.marina { color: #2980B9; }
.deco { color: #C9D787; }
.crete { color: #7D8A2E; }
.guardsman { color: #D90000; }
.pomegranate { color: #C0392B; }
.finn { color: #723147; }
.tamarind { color: #31152B; }
.oker { color: #b3cf76; }
.senf {color: #e0b246;}
.contact{color: #c4aead; line-height: 1.5;}


/* PADDING, MARGIN & ALIGNMENT */
.pad5 { padding-top:5px; }
.pad10 { padding-top:10px; }
.pad15 { padding-top:15px; }
.pad25 { padding-top:25px; }
.pad30 { padding-top:30px; }
.pad35 { padding-top:35px; }
.pad40 { padding-top:40px; }
.pad45 { padding-top:45px; }
.pad50 { padding-top:50px; }
.pad55 { padding-top:55px; }
.pad60 { padding-top:60px; }
.pad90 { padding-top:90px; }
.pb60 { padding-bottom: 60px; }
.pb40 { padding-bottom:40px; }
.pb15 { padding-bottom:15px; }
.pt50 { padding-top:50px;}
.pt60 { padding-top:70px;}
.min-height-100px { min-height: 100px; }
.min-height-200px { min-height: 200px; }
.min-height-300px { min-height: 300px; }
.min-height-400px { min-height: 400px; }
.min-height-500px { min-height: 500px; }
.min-height-600px { min-height: 600px; }
.min-height-700px { min-height: 700px; }
.min-height-800px { min-height: 800px; }

.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }
.mr5 { margin-right: 5px; }
.but_marg { margin-left: 3px; }
.mb30 { margin-bottom: 30px;}
.mt30 { margin-top: 30px;}
.mb50 { margin-bottom: 50px;}
.mt50 { margin-top: 50px; }

.v-center {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/** TYPOGRAPHY 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	col or: #e5e5e5;
}
**/
h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: 300;
}

h4, h5, h6 {
	margin: 15px 0 15px 0;
	font-weight: 300;
}

h1, .h1 { font-size: 42px; }
h2, .h2 { font-size: 32px; }
h3, .h3 { font-size: 27px; }
h4, .h4 { font-size: 23px; }
h5, .h5 { font-size: 18px; font-weight: 500; }
h6, .h6 { font-size: 16px; }

p {
	font-family: Lato, sans-serif; 	
	margin: 15px 0;	
	font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  color:#2f2f2f;
  line-height: 1.5;    
}

.lead {
    /*margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;*/
	font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    color:#3a2611;
    line-height: 24px;
	margin-bottom: 30px;
}
.lead-times {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	color: whitesmoke;
}
small, .small {
	font-size: 80%;
	line-height: 2;
}

em { color: #ff6600; }

/* LINKS */

1a { color: #F0F8FF; font-weight: 300;}


/*BUTTONS*/

.btn{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:focus{
    outline: 0;
}
.btn-white{
    color:#2f2f2f;
    padding: 0px;
    border:1px solid #2f2f2f;
    padding: 10px 20px;
    background-color: transparent;
}
.btn-white:hover{
    color:crimson;
    border-color: #2f2f2f;
    background-color: #2f2f2f;
}
.btn-whitectc{
    color:#dc143c;
    padding: 0px;
    border:1px solid #2f2f2f;
    padding: 10px 20px;
    background-color: #2f2f2f;
}
.btn-whitectc:hover{
    color:#c4aead;
    border-color: #000000;
    background-color:transparent ;
}
.btn-border-black{
    border: 1px solid #333;
    color:#333;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-black:hover{
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.btn-border-theme{
    border: 1px solid #00a99d;
    color:#00a99d;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-theme:hover{
    color:#fff;
    border-color:#00a99d;
    background-color: #00a99d;
}
.btn-terzo{
    background:  #af2a38;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}
.btn-terzo:hover{
    color: #fff;
    background:  #e38300;
}
.btn-radius{
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/* Hyphenator */
.hyphenate {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

/* FORM CONTROL */

fieldset {
	border: 2px solid #ecf0f1;
	border-radius: 6px;
	padding: 30px 50px;
}

fieldset legend {
    color: #333;
    padding: 5px 10px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

.form-control {
	border: 2px solid rgba(0,0,0,0.65);
	color: #000000;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.467;
	padding: 8px 12px;
	height: 40px;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group.focus .form-control,
.form-control:focus {
	border-color: #dc143c;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #000;
	border-color: #d5dbdb;
	color: #d5dbdb;
	cursor: default;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.form-control.form-minimal {
	border-color: transparent;
}

.form-control.form-minimal:hover {
	border-color: #bdc3c7;
}

.form-control.form-minimal:focus {
	border-color: #1abc9c;
}


.has-success .help-block,
.has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:-moz-placeholder {
	color: #e74c3c;
	opacity: 1;
}

.has-error .form-control::-moz-placeholder {
	color: #e74c3c;
	opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
	color: #e74c3c;
}

.has-error .form-control::-webkit-input-placeholder {
	color: #e74c3c;
}

.has-error .form-control.placeholder {
	color: #e74c3c;
}

.has-error .form-control:focus {
	border-color: #e74c3c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .input-group-addon {
	color: #e74c3c;
	border-color: #e74c3c;
	background-color: #ffffff;
}


/* FORM - INPUT ICON */
.form-control + .input-icon {
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 20px;
	color: #b2bcc5;
	background-color: #ffffff;
	padding: 0 12px 0 0;
	border-radius: 6px;
}

.input-hg + .input-icon {
	line-height: 49px;
	padding: 0 16px 0 0;
}

.input-lg + .input-icon {
	line-height: 41px;
	padding: 0 15px 0 0;
}

.input-sm + .input-icon {
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px 0 0;
}

/* FORM - INPUT GROUP */
.input-group .input-group-btn .btn {
	margin: 0;
	box-shadow: none;
}

/* Tabs */
.nav-tabs > li > a {
	padding: 8px 12px;	
	font-weight: 400;
	font-style: normal;
	text-transform: capitalize;
	color: #354B54;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 2px;
	border: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #eb3c26;
	color: #fff;	
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0; 
	background-color: #eb3c26;
	color: #fff;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	margin-top: 12px;	
}

.tab-pane {	
	padding: 12px;
	border: 8px dashed rgb(58, 38, 17);
}

/* CONTENT BLOCK HOLDERS */

.content-block {
	width: 100%;
	padding: 60px 0 60px 0;
	z-index: 100;
	position: relative;
	/*! background-color: #ffffff; *//*fde7b6;*/
}

.content-block-nopad {
	width: 100%;
	z-index: 100;
	position: relative;
	background-color: rgba(226, 185, 120,1);
}

.testimonials-overlay {
	background-color: rgba(226, 185, 120,.825);
	padding: 70px 0px 10px 0px;
}
#testimonials{
    background-image: url("../img/parallax/bg2.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;    
}
.testimonials .flexslider .slide-items img{
    width: 150px ;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 10px;
}
.testimonials .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}
.testimonials .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}
.testimonials .flexslider{
    margin:0px;
}
.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -10px 0 0;
    position: absolute; 
    top: 30%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #354b54;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.slide-items{
    padding: 10px 0px 80px; 

}
.slide-items p{
    /*! color:#fff; */
}
.slide-items h5{
    margin-bottom: 0;
    /*! color:#ffffff; */
	  font-weight: 300;
}
.testimonials .flexslider{
    background: rgba(0,0,0,0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* call to advice */
.cta{
    padding: 40px 0px;
}
.cta h1{
    text-transform: uppercase;
    font-weight: 700;
    color:#3a2611;
    margin-bottom:30px;
}
.cta-bg{
    background-color: #dc143c;
	  padding-top: 40px;    
}
.cta-bg2{    
    background: #2f2f2f url(../img/team/RS-Montagen-AG_gruppenfoto.jpg) no-repeat 15% 49%;    	  
    padding: 270px 0px;         
    background-size: cover;    
    border-style: solid; 
    border-width: 1px 0 1px 0; 
    border-block-start-color: rgba(196,174,173,1);
    border-block-end-color: red;    
}
.cta-bg h2{
    color:#fff;
}	

.content-1-4 .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.content-1-4 .image-container .background-image-holder {
	background: #000 url('../img/slider/job-2.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}