/****** PLACE YOUR CUSTOM STYLES HERE ******/

.container-fluid { padding-left: 0 ; padding-right: 0 ; } 



h1 { color: #0f75bc; }
h2.uppercase { color: #0f75bc ; font-weight: bold ;}


.text-justify { text-align: justify ; } 
	

.main-container .menu-v.right ul li  { margin: 0 0 0 0; }

.image-slider ul li {  margin: 0 ; }
ul.accordion li { list-style: none ; margin: 0 ; }

/*  --- Navigation --  */
.menu > li { list-style: none ; }
.menu li a { opacity: 0.7; font-size: 13px; }
.menu li a.active1 { color: #f57215 ; opacity: 1 ;}

/*  --- Navigation  Footer --  */
.v-menu ul li {  list-style: inside ;list-style-type: none ; margin: 0 ;} 
.v-menu li a { opacity: 1; font-size: 13px; color: #333 ; letter-spacing: 1px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
.v-menu li a:hover { opacity: 1 ; }

.my-popup .modal.fade.in {  opacity: 0.7 ; }

/*!---------- 5. SECTIONS ----------*/
section,
footer {
  padding: 36px 0 16px 0;
}

.plr32 {
  padding-left: 32px;
  padding-right: 32px;
}
.plr16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pr32 { 
  padding-right: 32px;
}
.pl16 { 
 padding-left: 16px;
}
.pr16 { 
 padding-right: 16px;
}
.pb32 {
	padding-bottom: 32px;
}

.mb30 { margin-bottom: 30px ; }


.feature .weiter {
	position: absolute ;
	bottom: 10px ;
	right: 0;		
}

img.start-logo {

    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
	
    -webkit-animation: myopacy 3s cubic-bezier(0,0,0.25,1) ; /* Chrome, Safari, Opera */
    animation: myopacy 3s ease-in 0s;
	
}

.feature-2 i {
    width: 60px;
    height: 60px;
	line-height: 60px;	
	border-radius: 0;	
    background-color: #fff;
    color: #f57215 ;	
	
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
	
    -webkit-animation: myopacy 3s cubic-bezier(0,0,0.25,1) ; /* Chrome, Safari, Opera */
    animation: myopacy 3s ease-in 0s;
	
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myopacy {
    from {width: 100px; height: 100px; opacity: 0 ; }
    to {width: 60px; height: 60px; opacity: 1 ;}
}

@keyframes myopacy {
    from {opacity: 0 ;}
    to {opacity: 1 ;}
}


.feature-2.filled i { 
    background-color: #fff;
    color: #f57215 ;
}
.feature-2 i:hover  {
    background: #f57215;
    color: #fff ;

	    border-radius: 50%;
}

.weiter i {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 20px;
    background: #fff;	
    color: #f57215;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.weiter i:hover, .weiter.filled i {
    background: #fff;
    color: #f57215
}

.feature.boxed  { border: 1px solid transparent ;  }

.feature.boxed:hover { 
	border: 1px solid #ccc;
}

span.ti:hover {  
    background: transparent;
    color: #f57215 ;
 }  



.feature-right { margin-bottom: 3px ;}
.feature-right i {
  font-size: 15px ;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #f57215;
  text-align: center;
  line-height: 50px;
  color: #f57215;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature-right i:hover,
.feature-right.filled i {
  background: #f57215;
  color: #fff;
}



/*!---------- 23. SLIDERS ----------*/
.image-slider.height-70 .slides li {
  height: 50vh;
  min-height: 600px;
  top: 0;
}



.footer-3 {
  padding: 16px 32px;
}

.pt0 { padding-top: 0 ; }
.p0 { padding: 0 ; } 

.bg-lightdark {
  background: #b0bbc3;
}



/* Team section
========================================================*/
#team {
 /* background: #e9e9e9;*/
  /* padding: 28px 0 0px 0;*/
  text-align: center;
  font-weight: 300;
}
.team-list {
  overflow: hidden;
  width: 100%;
  /*padding-top: 30px;*/
  position: relative;
}
.team-list.owl-theme .owl-controls {
  margin-top: 0;
}
.team-list.owl-theme .owl-controls {
  font-size: 50px;
  color: #f57215 ;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-prev {
  top: 50%;
  left: -80px;
  margin-top: -25px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-prev:hover {
  color: #FAF4F4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-next {
  top: 50%;
  right: -80px;
  margin-top: -25px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-next:hover {
  color: #FAF4F4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme:hover .owl-prev {
  left: 20px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme:hover .owl-next {
  right: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumbnail {
  text-align: center;
  width: 100%;
  border:  none ;
  padding: 0 ;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
}
.thumbnail p {
  text-align: justify ;
  padding: 0 15px ;
}

.thumbnail .member-text p {  text-align: center ; } 

.thumbnail:hover .member-description {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
  opacity: 1;
}
.thumbnail:hover .member-description li:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.thumbnail:hover .member-description li:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.thumbnail:hover .member-description li:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.thumb-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 10% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team-link {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-link:hover {
  color: #c1c1c1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member-description {
  background: rgba(33, 33, 33, 0.8);
  padding: 15px 0 15px 0;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
}
.social-contact {
  width: 210px;
  margin: 0 auto;
}
.social-contact li {
  float: left;
  padding: 0 10px 0 0px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.social-contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 31px;
  line-height: 39px;
  display: inline-block;
  padding: 12px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 500px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-contact li a:hover {
  background: #eb4f1e;
  border-color: #eb4f1e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-contact li:last-child {
  padding: 0;
}
.social-contact li:nth-child(1) {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.social-contact li:nth-child(2) {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.social-contact li:nth-child(3) {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.member-text {
  color: #eb4f1e;
  font-weight: 300;
  display: block;
  font-size: 17px;
  line-height: 24px;
  min-height: 48px;
}
/* Testimonial section
========================================================*/
#testimonials {
  background: #eb4f1e;
  position: relative;
}
.testimonials-indent {
  padding: 79px 0 76px 0;
}
.blockquote {
  padding: 10px 0 10px 0;
}
.blockquote img {
  float: left;
  margin-right: 30px;
}
.blockquote blockquote {
  float: left;
  width: 300px;
  padding: 20px 0 0 0;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}
.blockquote blockquote span {
  font-size: 19px;
  line-height: 25px;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.blockquote.grid_6 {
  margin-left: 0 !important;
}
.blockquote-img {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .blockquote blockquote {
    width: 100%;
  }
  .blockquote {
    text-align: center;
  }
  .blockquote img {
    float: none;
    margin: 0;
  }
}



 
/*  Formular */
/* -------------------- */


#formular fieldset {
	margin: 0 0 10px 0;
	padding: 5px;

} 

#formular label, 
#formular select, 
#formular textarea, 
#formular .controlset {
	margin: 5px 0;
}

#formular label {
	display: inline-block;	
	width: 30%;
	vertical-align:middle ;
}


#formular input[type="checkbox"] {
	margin: 0 0 0 30%;
}
 
#formular input[type="text"] {
	margin: -30px 0 0 30%;
	float: left;
	width: 70%;
	height: 30px ;
}

#formular .checkbox {
    margin-left: 30%;
    display: inline-block;
    vertical-align: center;
}

#formular textarea {
	margin: -20px 0 0 30%;
	width: 70%;
	height: 100px;
}
#formular .options {

	margin: -30px 0 0  30%;
	width: 70%; 	
}

#formular .options  ul li { display: inline; margin: 0 10px 0 0 ; }

#formular input[type="submit"] {

	margin: 30px 10px 0 30%;
	width: 70%;
}


#formular .blockitem { 
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}


#formular #recaptcha_area { float: right !important ; }

#formular .errors, .form-container .errors {
	color: #f57215;
	font-weight: bold;
}



#kontakt_antwort {  display: none ; }


/*   Referenzen */

.modal-body{
    height: auto;
    overflow: hidden;
	padding: 20px 0 0 30px;
}


/* Cookie Style Overwrite */
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	background-color: #f57215 !important ;
	
}




.nav-bar > ul { opacity : 1 ; }

.module-group { /* opacity: 0.9; */ } 

.nav-bar .module,
.nav-bar .module-group {
	position: relative;
}

