html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  height: 100%;
  padding-top: 70px;
}


.video_containter {
  position: relative;
  overflow: hidden;
  //background-color:black;
  //  padding-right: 15px;
//	padding-left: 15px;
z-index: 10;
}



.video_containter video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  //opacity:0.5;
  //padding-right: 30px;
}
.video_containter .container {
  z-index: 2;
  position: relative;
  height:100%;
  
  background: rgba(0, 0, 0, 0.5);
  //color: #f1f1f1;
  

}


.navbar-light .navbar-brand {
    color: #FFFFFF;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
    background: darkblue;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
  -o-transition:color .5s ease-out, background .5s ease-in;
  -ms-transition:color .5s ease-out, background .5s ease-in;
  -moz-transition:color .5s ease-out, background .5s ease-in;
  -webkit-transition:color .5s ease-out, background .5s ease-in;
  /* ...and now for the proper property */
  transition:color .5s ease-out, background .5s ease-in;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ccc !important;
    background: darkblue;
}

.bg-light-grau {
    background-color: #F6F6F6 !important;
}


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


a.custom-card,
a.custom-card:hover {
 color: inherit;
 text-decoration: none
}


.card__effekt {
  transition: transform .5s;
}
.card__effekt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: '';
  opacity: 0;
  z-index: -1;
}
.card__effekt:hover, .card__effekt:focus {
  transform: scale3d(1.106, 1.106, 1);
}
.card__effekt:hover::after, .card__effekt:focus::after {
  opacity: 1;
}


.card__effekt_s {
  transition: transform .5s;
}
.card__effekt_s::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: '';
  opacity: 0;
  z-index: -1;
}

.card__effekt_s:hover, .card__effekt_s:focus {
  transform: scale3d(1.050, 1.050, 1);
}
.card__effekt_s:hover::after, .card__effekt_s:focus::after {
  opacity: 1;
}


.modal-lg {
    max-width: 80%;
}


.img_slider {
display: none
}

.img_center{
   display:flex;
  align-items:center;
  justify-content:center;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.img_numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.img_fade {
  -webkit-animation-name: img_fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes img_fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes img_fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


#form_bg{
	border-radius: 5px;
	//background-color: #f2f2f2;
	padding: 20px;
}

.tbl_varianten {
	margin: 0 auto;
	padding: 8px;
}

.card-block {
    min-height: 220px;
    margin-bottom: 15px;
}

.x-scroll
{
	Overflow-x: scroll;
}


.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.thumb_setting{
  margin-top: 0px;
  margin-bottom: 0px;
  height:100px;
}

.tmp_image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.tmp_image img{
    position:absolute;
}

.gs-gallery .thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.img-responsive_neu {
    max-height: calc(100vh - 225px);
    width:100%;
}


.modal {
    text-align:center;
}
.modal-dialog {
    display: inline-block;
    width: auto;
}


form #website{ display:none; }
