.bg-suessen {
	background-color: #eee;
}

.bg-suessen-dark {
	background-color: #d9d9d9;
}

.card-main {
    position: absolute;
    top: 71vh;
    left: 10vw;
    width: 19vw;
}


a {
  text-decoration: none;
}

#HoverSlider {
	text-align: center;
	color: white;
	background-color: #d9d9d9;
	color: black;
}

.carousel-control-next, .carousel-control-prev {
  background-color: transparent;
  border: none;
  opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 0.5;
}

.carousel-control-prev-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

figure, figcaption {
	display: flex;
	min-width: 25%;
}

.ShowHideStyke {
	display: none; 
	clear: both;
  width: 100%;
}

#HoverSlider:hover {
	background-color: #555555 !important;
	color: #FF0000;
}

#HoverSlider h3:hover {
	color: white;
}

html {
  scroll-behavior: smooth;
}

#panel {
  display: none;
}

.text-red {
	color: red;
}

.border {
border: 7px solid rgba(221, 225, 230, 0)!important
}

.border-light {
	border: 7px solid #d9d9d9!important;

}

.shadow-md {
	box-shadow: 0px 0px 30px -15px;
}

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url("../images/HeadeMain.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.position-top {
  position: relative;
  top: 90px;
}

.position-botton {
  position: absolute;
  bottom: 7vh;
}

h1, .h1 {
	font-size: 3rem;
}

.font-size-2
{
	font-size: 2rem;
}


.H100 {
	height: auto !important;
	max-width: none !important;
}

.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}

.fas {
	font-size: 2.5rem;
	color: white;
	font-style: normal;
}

.download{
	font-size: 1.5rem;
	color: red;
	font-style: normal;
}

#close {
    float:right;
    display:inline-block;
    padding:2px 5px;
}

.collapsible {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.HoverRed:hover {
	color: red !important;
}

a:hover
{
	text-decoration: none;
}


.fadein img {
    position:absolute;
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    25% {opacity: 0;}
	55% {opacity: 1;}
    75% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    25% {opacity: 0;}
	55% {opacity: 1;}
    75% {opacity: 1;}
	100% {opacity: 0;}
}

#f1 {
    background-color: lightblue;
}
#f2 {
    -webkit-animation-delay: -6s;
    background-color: yellow;
	position: absolute;
}