

body {
font-family: 'Roboto', sans-serif;
color: #404040;
font-weight: 300;
}

.quote {
	width: 100%;
}


.quote p {
	color: #000;
	text-align: center;
}



.socials {
	padding-right: 12px;
}

.pull-right {
    float: right;
    height: 20px;
}

.pull-left {
    float: left;
    padding-left: 4px;
}

.socials li{
	padding-right: 4px;

}


.p-center {
	text-align: center;
}

.p-white {
	color: #fff;
}

a {
	color: #157777; 
	font-weight: 400;
	text-decoration: none;
}


a:hover {
    color: #000;
    	text-decoration: none!important;
}

a:active {
	color: #000; 
	text-decoration: none!important;
}

p {
	padding: 1em 1em 1em 0;	
}


.carousel-inner .carousel-item {
  transition: -webkit-transform 12s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #157777;
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 10px 0 10px 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

.distance10 {
  width: 100%;
  height: 10px;
}

.distance20 {
  width: 100%;
  height: 20px;
}

.distance30 {
  width: 100%;
  height: 30px;
}

.distance40 {
  width: 100%;
  height: 40px;
}

.distance50 {
  width: 100%;
  height: 50px;
}

.distance60 {
  width: 100%;
  height: 60px;
}

.distance70 {
  width: 100%;
  height: 70px;
}

.distance80 {
  width: 100%;
  height: 80px;
}

/*margins*/
.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-b40 {
  margin-bottom: 40px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-b40 {
  margin-bottom: 40px;
}



.pd-left {
	padding-left: 10px;
}

.pd-left15 {
	padding-left: 15px;
}

.btn-primary {
	padding: 5px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-primary:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-primary a:focus, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



.btn-primary a:active, a:hover {
	outline: 0;
}

.btn-group-lg > .btn, .btn-lg {
	line-height: 19px;
}

.btn-group-lg > .btn, .btn-lg {
	padding: 10px 26px;
}

.btn {
    font-size: 1.2em;
    font-weight: 300;
    border-radius: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-group-lg > .btn, .btn-lg {
	padding: 10px 16px;
	font-size: 1.2em;
	line-height: 1.2;
	border-radius: 0px;
}

.btn {
	display: inline-block;
	padding: 5px 8px 3px 8px!important;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}


.btn-secondary {
	padding: 5px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-secondary:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-secondary a:focus, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.btn-secondary a:active, a:hover {
	outline: 0;
}



.btn-extra {
	padding: 2px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
	background-color: #333;
	border-color: #333;
}



.btn-extra:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.btn-extra a:focus, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.btn-extra a:active, a:hover {
	outline: 0;
}


.btn-extra-versa {
	padding: 4px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #000;
	background-color: #fff;
	border-color: #000 !important;
}



.btn-extra-versa:hover {
	color: #fff;
	background-color: #333;

}

.btn-extra-versa a:focus {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-extra-versa a:active, a:hover {
	outline: 0;
}



.btn-primary-versa {
	padding: 5px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #000;
	background-color: #fff;
	border-color: #333;
}

.btn-primary-versa:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-primary-versa a:focus, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-primary-versa a:focus {
	color: #fff;
}

.btn-primary-versa a:active, a:hover {
	outline: 0;
}



.btn-secondary-versa {
	padding: 5px 8px 3px 8px!important;
	margin-bottom: .75em;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #000;
	background-color: #fff;
	border-color: #333;
}

.btn-secondary-versa:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-secondary-versa a:focus, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn-secondary-versa a:active, a:hover {
	outline: 0;
}

@media (max-width: 767px) {
.logo-invisible2 {
display:none;
}
}

@media (min-width: 768px) {
.logo-invisible1 {
display:none;
}
}

.breadcrumb {
	 font-size: .85em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0.4rem 1rem 0;
    margin-bottom: .5rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 0px;
}

.jumbo {
	border-left: 1px solid #000;
	padding: 0 30px 0 40px;
}



.pd-item {
	padding-right: 10px;
}



.overlay-slide {
	background-color: #333;
	opacity: 0.9;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .1;
    transition: opacity 0.6s ease;
}

.carousel-item p {
	color: #157777;
}


.carousel .carousel-control-prev-icon {
/* change fill="currentColor" to %23fff to make it white  */
  background-image: url('data:image/svg+xml, <svg class="bi bi-chevron-left" width="1em" height="1em" viewBox="0 0 16 16" fill="%23000" xmlns="http://www.w3.org/2000/svg">  <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
}

.carousel .carousel-control-next-icon {
  /* change fill="currentColor" to %23fff to make it white  */
    background-image: url('data:image/svg+xml,<svg class="bi bi-chevron-right" width="1em" height="1em" viewBox="0 0 16 16" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    /* Use to adjust size of icons */
    width: 3rem;
    height: 3rem;
}



.gallery-header {
	text-align: center;
	width:100%;
}


.bottom-line {
	border-bottom: 1px solid #157777; 
	padding-bottom: 0px;
	position: relative;
	margin: 5px 0 3px 0;
	width: 75%;
}

.bottom-line-sm {
	border-bottom: 1px solid #157777; 
	padding-bottom: 0px;
	position: relative;
	margin: 0px 0 10px 0;
	width: 55%;
}

.gallery-header h1 {
    border-bottom: 1px solid #157777;
    color: #157777;
	font-size: 2em;
	font-weight: 300;  
	width: 90px;
    padding-bottom: 10px;
    position: relative;
    margin: auto;
    width: 33%;
}

.gallery-header p {
	padding: 20px 20px; 
}


.gallery-header a {
	color: #157777; 
	text-decoration: underline;
}

.gallery-header a:hover {
	color: #000; 
	text-decoration: none;
}

.gallery-header a:active {
	color: #000; 
	text-decoration: none;
}

.gallery-header a:visited {
	color: #000; 
	text-decoration: none;
}



.image-overlay-gallery {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.image-overlay-gallery img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.img-overlay-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.img-overlay-gallery span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/plus2-1.png") no-repeat center center rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.image-overlay-gallery:hover .img-overlay-gallery span {
  opacity: .8;
}

/*  for mouseover zoom
.image-overlay-gallery:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
 */


.image-overlay-mail {
  position: relative;
  text-align: center;
}

.image-overlay-mail img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.img-overlay-mail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.img-overlay-mail span {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 1px;
  top: 0;
  left: 0;
  background: url("../img/email-recondis-hover.svg") no-repeat center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.image-overlay-mail:hover .img-overlay-mail span {
  opacity: 1;
}


.image-overlay-logo {
  position: relative;
  text-align: center;
}

.image-overlay-logo img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.img-overlay-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.img-overlay-logo span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/Logo-Recondis-hover.svg") no-repeat center center rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.image-overlay-logo:hover .img-overlay-logo span {
  opacity: 1;
}


.navbar-nav .nav-link {
	color: #000!important;
}

.navbar-nav .nav-link:hover {
	color: #1b8d8a!important;
}

.social-top i {
	font-size: 1.2em;
	padding-right: 12px;
}

.top-info a {
	font-family: 'Roboto', sans-serif;
   color: #fff;
   font-size: 0.9em;
   letter-spacing: 0px;	
}

.top-info a:hover {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 0.9em;
	letter-spacing: 0px;
	text-decoration:none;	
}

.bg-white {
	background-color: #fff;
}

.top-info-wrap {
	height: 42px;
	padding: 5px 0 5px 0;
	background-image:linear-gradient( #157777, #157777);
}

.top-info {
	line-height: 20px;
}

.social-top li  {
	list-style: none;
	display: inline;
}

.box-shadow-top  {
	box-shadow: 0px 1px 0px #fff;
}

.logo-float img {
	float:left;
}

.intro-top {
   padding-top: 20px;	
}  

.intro-top p {
   text-align: justify;	
} 

.dropdown-toggle::after {
	display: none;
}


.bg-slidetext {
	background-color: #fff;
	opacity: 0.8;
	border-radius: 3px;
}




.card-group {
	border-radius: 5px;
	background-color: #efefef;
}

.card-title {
	color: #157777!important;
}

.navbar {
	border-bottom: 1px solid #157777!important;
}



.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
}


.card {
	padding:5px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 0px;
}

.image-overlay-card {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.image-overlay-card img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.img-overlay-card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.img-overlay-card span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/plus2-2.png") no-repeat center center rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0.3;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.image-overlay-card:hover .img-overlay-card span {
  opacity: 1;
}

.image-overlay-card:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}

.testimonials {
  background: url(../img/slide-1.jpg);
  padding: 50px 0;
}

.footer-bar i {
	color: #adadad;
	line-height: 50px;
	font-size: 5.9em;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:15px 15px 15px 15px!important;	
}

.footer-bar p {
font-family: 'Roboto', sans-serif;
	color: #adadad;
	line-height: 50px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:15px 15px 15px 15px!important;	
}

.footer-bar-link a {
	color: #999;
	text-decoration: none!important;	
}  

.footer-bar-link i:hover {
	color: #000;
	text-decoration: none;
}  


.bottom-line-orange {
    border-bottom: 1px solid #999;
    padding-bottom: 0px;
    position: relative;
    margin: 7px 0 20px 0;
    width: 22%;
}


.background-footer {
	background-color: #eee;
}
		
.footer { 
	background-color: #eee;
	padding: 60px 0 30px 0;
}


.social-bottom ul {
	margin-bottom: 2em;
}


.social-bottom li  {
	list-style: none;
	display: inline;
}

.footer-ref {
	margin: 0 0 5px 15px;
}

.footer-ref li {
	list-style: square;
	padding: 0 0 5px 5px;
}



.footer-bottom {
	padding: 0 15px 0 15px;
}

.footer-bottom a {
	color: #000;
	text-decoration: underline!important;	
}  

.footer-bottom a:hover {
	color: #999;
	text-decoration: none;
} 

.news-img img {
	width: 80px;
}

.news-boxie-top {
	padding: 0 0;
} 


.news-boxie-bottom {
	padding-top: 40px
} 

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} 


.footer p {
	text-align: center;
	color: #000;
}

.footer-line {
	padding-top: 5px;
	text-align: center;
	background-color: #fff;
}

.footer-line p {
	color: #333;
}

.copy-line {
	padding: 10px 0 0 0 
}

.copy-line p {
	text-align: center;
}

@media only screen and (min-width: 993px) {

.pd-right {
	padding-right: 15px;
}

.navbar-nav .bg-nav {
	background-color: #fff;
}

.navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	color: #adadad;
	line-height: 50px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0px;

}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #000;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
}

.dropdown-menu > a {
font-family: 'Roboto', sans-serif;
	color: #adadad;
	line-height: 30px;
	font-size: 0.9em;
	letter-spacing: 0px;
	padding:3px 3px 3px 8px!important;
}

.dropdown-menu a{
	background-color: #000;	
	color: #fff;
	font-weight: 300;
}

.dropdown-menu::before {
	position: absolute;
	top: -7px;
	left: 25px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #000;
   border-bottom-color: #000;
	border-left: 7px solid transparent;
	border-bottom-color: #000;
	content: '';
    }
    
.h1, h1 {
	font-size: 2em;
	font-weight: 300; 
    
}

.h2, h2 {
	font-size: 1.6em;
	font-weight: 400; 
}

.h3, h3 {
	font-size: 1.5em;
	font-weight: 300; 
}

.h4, h4 {
	font-size: 1.4em;
	font-weight: 400; 
}

.h5, h5 {
	font-size: 1.3em;
	font-weight: 400; 
}

.h6, h6 {
	font-size: 1.2em;
	font-weight: 300; 
}

body {
font-size: 1em;
}
    
}

@media only screen and (max-width: 992px) {


.navbar {
	border-bottom: 1px solid #999;
}

.navbar-nav {
	background-color: #fff;
	padding-top: 15px;
}

.navbar-nav > li > a {
font-family: 'Roboto', sans-serif;
	color: #adadad;
	line-height: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:15px 15px 15px 15px!important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #000;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
}

.dropdown-menu > a {
font-family: 'Roboto', sans-serif;
	color: #adadad;
	line-height: 20px;
	font-size: 0.9em;
	letter-spacing: 0px;
	padding:3px 3px 3px 8px!important;
}

.dropdown-menu a{
	background-color: #000;	
	color: #fff;
	font-weight: 300;
}

.h1, h1 {
	font-size: 1.2em;
	font-weight: 500; 
    
}

.h2, h2 {
	font-size: 1.2em;
	font-weight: 400; 
}

.h3, h3 {
	font-size: 1.1em;
	font-weight: 400; 
}

.h4, h4 {
	font-size: 1em;
	font-weight: 500; 
}

.h5, h5 {
	font-size: 1em;
	font-weight: 400; 
}

.h6, h6 {
	font-size: 1em;
	font-weight: 400; 
}

body {
font-size: 0.85em;
}


.subtext-logos {
	display:none;
}

}


.up_top {
float:right;
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #157777;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 15px;
    transition: all 0.5s;
}

.icon-white {
	font-size: 1.5em;
	margin-top: 5px;
	padding-right:1px;
	color: #fff;
}


.footer-nav {
	 font-size: .85em;
    list-style: none;
}


.footer-nav a {
	color: #000!important; 
	text-decoration: none!important;
}


.footer-nav a:hover {
	color: #157777!important; 
    text-decoration: underline!important;
}

.footer-nav > li + li::before {
    padding: 0 5px 0 3px;
    color: #000;
    content: "\0399";
}

.footer-nav ul {
	list-style: none;
}

.footer-bottom ul {
	padding-left: 0px!important;	
}

.footer-nav li {
	display: inline;
}

.tel-bottom a {
	color: #157777!important; 
	text-decoration: none!important;
	font-size: 0.9em;
}


.tel-bottom a:hover {
	color: #000!important; 
    text-decoration: none!important;
}

@media (max-width: 767px) {
.carousel-caption {
    position: absolute;
    right: 11%;
    bottom: 5px;
    left: 11%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.bg-slidetext h5 {
	font-size: 1rem;
	color: #c10000;
	text-transform: capitalize;
	line-height: 1em!important;
}

.bg-slidetext p {
	padding: 0;
}

.subtext {
	display: none;
}

}

@media (min-width: 768px) {
.carousel-caption {
    position: absolute;
    right: 21%;
    bottom: 20px;
    left: 21%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.bg-slidetext h5 {
	font-size: 1.5rem;
	color: #c10000;
	text-transform: capitalize;
}

.bg-slidetext p {
	padding: 0;
}

.subtext {
 font-size: 1.8em;
 color: #157777;
 font-weight: 500;
}

}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
    
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


.slick-prev::before {
    font-family: Pe-icon-7-stroke !important;
    content: "\e687"!important;
}

.slick-next::before {
    font-family: Pe-icon-7-stroke !important;
    content: "\e685"!important;

}

.slick-prev::before, .slick-next::before {
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        padding: 3px;
}

.slick-next::before {

        padding-left: 0px;
}

.slick-prev::before {

        padding-right: 10px;
}

.slickside {
	width: 95%;
	padding: 0 20px 0 20px;
}


.contact-form {
	padding: 15px;
}


.checkbox {
	padding: 15px;
}


.top-map-color {
	background-color: #f2f1f0
}

.leiar ul {
	margin-left: -25px;
}

.leiar li {
	padding: 10px;
	list-style: square;
}

.leikampf {
   background-color: #F7F8F6;
	border-radius: 3px;
}

.leikampf ul {
	margin-left: -25px;
}

.leikampf li {
	padding: 5px;
	list-style: square;
}

.leikampf h1 {
	margin-left: -2px;
}

.h-blank {
	color: #fff;
}

.dark-link {
	margin-top: -20px;
}

.h-kon h5, h4 {
	margin: 15px 0 5px 0;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: #157777!important;
}


.nav-pills {
	background-color: #F7F8F6;
	padding: 5px;
	border-radius: 3px;
}

.tab-content  {
	background-color: #F7F8F6;
	padding: 5px;
	border-radius: 3px;
}


.img-fluid {
	border-radius: 3px;
}

.marin-top-10 {
	margin-top: -10px;
}

.wrap-recht h2, h3 {
	margin-left: -5px;
}

.wrap-recht p {
	margin-left: -3px;
}

.p-blind {
	display: none;
}
