@charset "utf-8";
/* CSS Document */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body { background:#fff; font-family: 'Lato', Arial, sans-serif; font-size: 16px; font-weight: 300;}

a { color:#B21A33;}
a:hover { text-decoration:underline; color:#B21A33;}

a.white { color:#fff;}
a.white:hover { text-decoration:underline; color:#fff;}

/*
.navbar-brand { padding-top:0px;}
.navbar { padding-bottom:0px; border:1px solid transparent; border-bottom: 1px solid #eee; padding-top: 25px;}
.navbar-default { background:rgba(255,255,255,1);	}
.navbar-default .navbar-nav > li > a { color:#000000; font-size:18px; text-transform:uppercase; font-weight:lighter;}
.navbar-default .navbar-nav > li > a:hover { color:#B21A33;}
.navbar-default .navbar-nav > .open > a:hover {color: #B21A33;}

li.dropdown {text-transform:uppercase; font-weight:lighter; padding-left: 20px; padding-bottom: 35px;}

.dropdown-submenu {position:relative;}
.dropdown-menu { background:rgba(0,0,0,0.2);}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
   background:rgba(0,0,0,0.5);
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {border-left-color:#B21A33;}

.dropdown-menu > li > a, .dropdown-menu > .active > a {color:#fff; font-size:16px; font-weight:lighter;}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  background:#B21A33;
  color:#fff;
}  

.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.dropdownhover-bottom {
	-webkit-transform-origin: 50% 0;
			transform-origin: 50% 0;
}
.dropdownhover-left {
	-webkit-transform-origin: 100% 50%;
			transform-origin: 100% 50%;
}
.dropdownhover-right {
	-webkit-transform-origin: 0 50%;
			transform-origin: 0 50%;
}
.dropdownhover-top {
	-webkit-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
}

@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
	margin-bottom: 33px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #b21a33;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #333;}
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {color: #fff;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {background-color: #b21a33;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {background-color: #ccc;}

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 10px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }
	li.dropdown {text-transform:uppercase; font-weight:lighter; padding-left: 0px; padding-bottom: 0px;}

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
*/
nav.black {
	background: rgba(20,27,30,0.9);
}
nav {transition: 1s;}

 .navbar{
     background: rgba(20,27,30,0.9);
     /*padding-top: 0;
     padding-bottom: 0;*/
     /*box-shadow: 1px 3px 4px 0 #adadad;*/
}
 .navbar-light .navbar-brand {
     /*color: #2196F3;*/
}
 .navbar-light .navbar-nav .nav-link {
     /*color: #B21A33;*/
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #B21A33;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #B21A33;
}
 .navbar-light .navbar-nav .nav-link{
     /*padding-top: 22px;
     padding-bottom: 22px;*/

     padding-left: 24px;
     padding-right: 24px;
         font-size: 20px;
	 font-weight: 300;
	      transition: 0.3s;
	 text-transform: uppercase;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     /*background: #B21A33;*/
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #B21A33 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 18px;
	font-weight: 300;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #B21A33;
}

/*-------------------------------------------------------Menu Ende--------------------------------------------------------*/
/*--------------------------------------------------------Back to top------------------------------------------------------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
/*-------------------------------------------------------Ende Back to top---------------------------------------------------*/
.divider {height:50px;}
.divider20 {height:20px;}
.divider40 {height:40px;}
.divider60 {height:60px;}
@media (max-width: 768px) {
.divider60 {height: 20px;}
}
.divider80 {height:80px;}
.divider100 {height:100px;}
@media (max-width: 768px) {
.divider100 {height: 20px;}
}

.fs10 {font-size: 10px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs24 {font-size: 24px;}

.fw300 { font-weight:300;}
.fred {color: #B21A33;}

hr.style-one {
border: 0;
height: 1px;
background: #97c21f;
background-image: -webkit-linear-gradient(left, #ccc, #b21a33, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #b21a33, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #b21a33, #ccc);
background-image: -o-linear-gradient(left, #ccc, #b21a33, #ccc);
}

hr.style-two {
padding: 0;
border: none;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
color: #333;
text-align: center;
}

hr.style-two:after {
content:" ";
display: inline-block;
position: relative;
top: -0.9em;
font-size: 1.5em;
padding: 19px 1.2em;
background: #fff url(../img/logo_hr.jpg) no-repeat scroll center;
background-size: 30px 30px;
height: 30px;
}

.band {
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	background-color: #B21A33;
	padding-top: 20px;
	padding-bottom: 10px;
}
.band p {color: #fff; font-size: 24px; font-weight: 300;}

@media (max-width: 767px) {.band p {font-size: 18px;}}

/*--------------------------------------------------------------------------index------------------------------------------------------------------------*/
section {
color:#000;
height: auto !important;
height: 100%;
/*padding-top:30px;
padding-bottom:30px;*/
}

.bg-1 {
	background: rgba(255,255,255,1.00); 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: rgba(238,238,238,1);
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	background: rgba(178,26,51,1.00);
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/*************************************************************************************Footer*******************************************************************************************/

.footer-bottom {
    background-color: rgba(255,255,255,1.00);
    min-height: 30px;
    width: 100%;
	border-top:1px solid #b21a33;
}
.copyright {
    color: #B21A33;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
	font-size: 16px;
	font-weight: 300;
}

/*************************************************************************************Carousel********************************************************************************************/
/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background:#007aeb;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
}
/* 
anchors are inline so you need ot make them block to go full width
*/
/*.carousel-item a {
  display: block;
  width:100%;
}*/

.carousel-caption-black{
	/*background-color: rgba(0,0,0,0.30);*/
  position: absolute;
  right: 0;
  top: 20%;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #fff;
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.2s;}

@media (max-width: 767px) {
.carousel-caption-black{
	/*background-color: rgba(0,0,0,0.30);*/
  position: absolute;
  right: 0;
  top: 20px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.2s;}
}


.carousel-caption-black img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.2s;
	align-content: center;
	max-width: 100%;
  height: auto;
}

.carousel-caption-black p {
    color: #bdb9b4;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1px;
	text-align: center;
	margin-top: 100px;
	margin-left: 650px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.8s;
}

@media (max-width: 767px) {
.carousel-caption-black p {
    color: #bdb9b4;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
	margin-left: 150px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
	animation-delay: 0.8s;}
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
	background: rgba(0,0,0,0.3)
}

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

