@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
::-webkit-scrollbar {
  display: none;
}

.bg_image {
  background-image: url(../image/background/bkk_kaiserburgblick.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.welcome_div {
  background-color: #2e2e37;
  background-image: url(../image/background/bg_logo.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;

  min-height: 750px;
}

.projects {
  box-sizing: border-box;
}

.card {
  width: 288px;
  height: 198px;
  position: relative;
  margin: 5px;
  border: none;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card label {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.allProjects {
  background-color: #2e2e37;
}

.contact {
  background-image: url(../image/background/bg_logo_gold.svg);
  background-position: 100% 100%;
  background-size: 350px;
  background-repeat: no-repeat;
}

::placeholder {
  color: #b6a894 !important;
}

.form-control:focus {
  border-color: #b6a894;
  box-shadow: 0 0 0 0.2rem rgba(182, 168, 148, 0.25);
  /* box-shadow: 0 0 0 0.2rem rgba(46, 46, 55, 0.25); */
}

#submitBtn:hover {
  background-color: rgba(182, 168, 148, 0.25);
}

.carousel-cell {
  height: 500px;
  margin-right: 10px;
}

.carousel-cell img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.is-fullscreen img {
    object-fit: contain;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
