﻿  .btn-besuchen {
    display: block;
    width: 100%;
    background-color: #ACAAA7;
	color: #333333;
	font-weight: 500;
	font-size: 1.25rem;
    border-radius: 0.5rem;
    padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
    text-align: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    white-space: normal;
    transition: background-color 0.3s ease;
  }

 @media (min-width: 768px) {
    .btn-besuchen {
      font-size: 2.5rem;
	  margin-top: 2rem;
	  margin-bottom: 2rem;
    }
  }

  .btn-besuchen:hover {
    background-color: #c0bebc;
    color: #337AB7;
  }
  
.polaroid {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #ccc; /* fügt sichtbaren Rahmen hinzu */
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* fügt leichten Schatten hinzu */
  background: white;
}
.polaroid img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

  .polaroid-text {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  @media (min-width: 768px) {
    .polaroid-text {
      font-size: 1.7rem;
      padding: 0.75rem 1rem;
    }
  }
  
  
  /* Margin */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

/* Padding */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
