body, html {
  height: 100%;
}
body {
  background: #000;
}

span {
  color: #fff;
}

p {
  color: #000;
}

.logo {
  width: 300px;
  display: flex;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

.caruso-h1 {
  font-size: 14px;
  color: #ffe08a;
  margin-top: 15px;
  margin-bottom: -15px;
  text-align: center;
}

.page {
  padding: 40px;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.open {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}

.open-items {
  display: grid;
}

.open-items .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-transform: capitalize;
}

.open-items .item .left {
  text-align: left;
}
.open-items .item .right {
  text-align: right;
}

.karte-btn {
      width: 170px;
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        justify-content: center;
}

.instagram i {
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.instagram svg {
  margin-right:5px;
}

a.instagram {
  color:#fff !important;
  font-style: normal;
  text-decoration: none;
}

.btn-caruso {
  margin: 60px auto 0 auto;
  border-radius: 0px;
  font-weight: bold;
  background: #000;
  color: #ffe08a;
  border: #ffe08a 1px solid;
  width: 100%;
}

.btn-caruso:hover, .btn-caruso:focus  {
  margin: 60px auto 0 auto;
  border-radius: 0px;
  font-weight: bold;
  background: #000;
  color: #ffe08a;
  border: #ffe08a 1px solid;
}

.highlight {
  color: #ffe08a;
}

.imprint p {
    color:#fff;
    margin: 0;
}

a.imprint {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}

#datenschutz h2 {
  font-size: 24px !important;
}
#datenschutz h3 {
  font-size: 16px !important;
  font-weight: bold;
}
#datenschutz h4 {
  font-size: 14px !important;
  font-weight: bold;
}