/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

/*****************************************************************************************************************
/* Allgemein *****************************************************************************************************
******************************************************************************************************************/
.positionRelative {
  position: relative;
}

.positionAbsolute {
  position: absolute;
}

.zIndex2 {
  z-index: 2;
}
.zIndex1 {
  z-index: 1;
}

.onlineStatusDisplayed {
  display: block;
  background-color: darkred
}
.onlineStatusNotDisplayed {
  display: none;
}
.colorWhite {
  color: white;
}

h4.card-title {
	font-size: 22px;
}

.card-footer center a{
  color: white;
}

.card-footer center a:hover{
  color: white;
  text-decoration: underline;
}

.card-footer center a:link{
  color: white;
}

.card-footer center a:visited{
  color: white;
}


.card-body a{
	color: #c65966;
	text-decoration: none;
}

.card-body a:hover{
	color: #c65966;
	text-decoration: underline;
}

body{
	background-image: url("/assets/images/background-039e77cbd18a06816e2d248b216d7c27.png");
	animation: fade-slide-down 2s ease-out forwards;
}

body, html {
    height: 100%;
}

.card {
  height: 100%;
}

.cardVideo {
	padding-top: 30px;
}

.listPoint li{
  list-style-type: square;
}

a{
	color: #c65966;
}

a:hover {
	color: green;
}

header.jumbotron {
	background-size: 100% 100% !important;
	/* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

.centering-outer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
}

.centering-inner {
  display: inline-block;
  vertical-align: middle;
	width: 100%;
}

.centering-content {
  visibility: visible;
}

.cItem {
	position: relative;
	float: left;
}

.two {
	width: 25%;
}

.three {
	width: 25%;
}

.four {
	width: 16%;
}

.seven {
	width: 14%;
}

.myCarousel-control-next-icon, .myCarousel-control-prev-icon {
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-image: none;
  background-size: auto auto;
  background-size: 100% 100%;
  border-width: 0px;
}

.myCarousel-control-prev-icon {
  background-image: url("/assets/images/bb/prevArrow_hover-034c0eefb0a7b3de2366e36f00256b5a.png");
  opacity: 0.3;
	width: 100px;
	height: 100px;
}
.myCarousel-control-next-icon {
  background-image: url("/assets/images/bb/nextArrow_hover-d8873e8f48219f8b629156ed95e415be.png");
  opacity: 0.3;
	width: 100px;
	height: 100px;
}
.myCarousel-control-prev-icon:hover {
  background-image: url("/assets/images/bb/prevArrow-13e315c2a606e24236be698eb49287b4.png");
  opacity: 1;
	width: 100px;
	height: 100px;
}
.myCarousel-control-next-icon:hover {
  background-image: url("/assets/images/bb/nextArrow-1ca62558cd42bb69381791f9fdf7cf14.png");
  opacity: 1;
	width: 100px;
	height: 100px;
}
.carouselIconPrevSmall{
  width: 40px;
	height: 40px;
}
.carouselIconNextSmall{
  width: 40px;
	height: 40px;
}

.carouselIconPrevSmall:hover{
  width: 40px;
	height: 40px;
}
.carouselIconNextSmall:hover{
  width: 40px;
	height: 40px;
}
.divIconHolder{
  height: 100px;
}

.carouselContainer {
  white-space: nowrap;
}

.carouselContainer > div {
  display: inline-block;
}

/*****************************************************************************************************************
/* Facts-Section *************************************************************************************************
******************************************************************************************************************/

#facts .counters span {
  display: block;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}


.single-faq {
  text-align: center;
}

.circle {
  border: 1px solid darkred;
  border-radius: 68px;
  display: inline-block;
}

.inner {
  background-color: #c47178;
  border-radius: 50px;
  margin: 24px;
  height: 90px;
  width: 90px;
}

.single-faq h5 {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
  font-weight: 600;
}

.labelSmall {
  font-style: normal;
  font-family: arial;
}

.noBackground{
	background-color: transparent;
}

.noBackground:hover{
	background-color: transparent;
}
