/*!
 * 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/3dlogoSchwarz2.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px
  }

  /* .divLogoFix { 
    position: fixed; 
    width: 8%;
    height: 150px;
    background-image: url('/images/3dlogoSchwarz Otext.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px
    } */

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

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

.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
    }
  }
  
  @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: dimgrey;
    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 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

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


