/*!
 * individual css tylesheet
 * 2019 Thomas Schien
 * Version 1.0
 */

 /*******************/

 .mainPage{
     padding-top: 3%;
     width: 90%;
     margin: auto;
}

 .sightsCarouselImg > p > img {
    width: auto !important;
    height: auto !important;
    max-height: 200px;
    min-height: 200px;
    margin: auto;

  }

.divLogo {
    width: 100%;
    height: 150px;
    background-image: url('/images/logo_schwarz_transparent.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    
}

.divLogoBlack {
    width: 50%;
    height: 600px;
    background-image: url('/images/logo_weiskpl_transparent.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 100px;
    margin-bottom: 25px
    
}

.btnIndexPage{
  background-color: rgb(192, 0, 0) !important;
  border-color: rgb(192, 0, 0) !important
  }

.btnblack {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0) 
}

.div-bild {
    position:relative;
    margin:0 auto;
    background-color:#999999;
  }
.center	{
    position:relative;
    height:521px;
    background-color:#fff;
    margin:0 auto;
          width:100%;
    overflow:hidden;
    text-align:center;
  }
  
@media (max-width: 768px) {
    .mainPage {
      width: 95%;
    }
    .smallCards{
      margin-bottom: 5%;
      padding: 0px;
      display: flex;
    }
  }
  
  @media (min-width: 992px) {
    .mainPage {
      width: 90%;
    }
  }
  
  @media (min-width: 1200px) {
    .mainPage {
      width: 80%;
    }
  }

  .dsgvoPopup { 
    position: fixed; 
    bottom:0%;
    margin: 0px;
    width:100%;
    opacity: 1 !important;
    z-index: 2;
    padding: 7px;
    background-color: white;
    color: black;
  }

  .indivClose{
    margin-left: 15px;
  }

  .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid green; /* Blue */
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    class="bg-black" 0% {
        transform: rotate(0deg);
    }
    100% { transform: rotate(360deg); }
  }

/* Offset for fixed Navbar */
.offsetNavbar{
  height: 30px;
}

.bg-black {
    background-color: #000000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000000 !important;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: unset  ;
    right: 0;
    top: 0;
    //min-width: 100%;
    //min-height: 100%;
    
    width: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Add some content at the bottom of the video/page */
.videoContent {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;