/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* give-you-glory-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Give You Glory';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/give-you-glory-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.hide {
  display: none;
}

.alert {
  background-color: rgb(66, 153, 225);
  color: white;
  border-radius: 3px;
  padding: 13px 17px;
  margin-bottom: 100px;
}
.alert.danger {
  background-color: #da4336;
}
.alert p {
  margin: 0px;
}

header {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}

ul.topnavigation {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

ul.topnavigation > li {
  padding: 0px !important;
  margin: 15px;
}

ul.topnavigation > li > a {
  line-height: 5rem !important;
}

div.element.gallery div.image {
  text-align: center;
}

div.element.gallery div.image img {
  max-width: 250px;
}

a > i.material-icons {
  color: DimGray;
  font-size: inherit;
}

a > i.material-icons:hover {
  color: Gray;
}

[data-id="email-link"]:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

i.fa-facebook-square {
  color: #3B5998;
}

i.fa-google-plus-square {
  color: #DC4A38;
}

td.price {
  white-space: nowrap;
  text-align: right;
  vertical-align: bottom;
}

td.time {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
}

p {
  text-align: justify;
}

a {
  display: inline-block;
}

a svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#profile-image {
 width: 250px;
 height: 250px;
 margin: auto;
 background-image: url('/cms/media/images/45/0030-bildschirmfoto-2014-07-07-um-140415.jpg');
 background-size: cover;
 background-position: center;
 display: block;
 border-radius: 125px;
 -webkit-border-radius: 125px;
 -moz-border-radius: 125px;
}

.payment-options {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 700px;
}

.payment-options .cash {
  width: 50%;
  padding: 20px;
}

.payment-options img {
  width: 100%;
}

.payment-options figcaption {
  text-align: center;
}

.opening-hours {
  margin: auto;
  border-collapse: separate;
  border-spacing: 4px;
}

.opening-hours tr.today {
  font-weight: bold;
}

#map, #map-non-interactive {
  width: 100%;
  height: 500px;
  background: url('/imgs/map.jpg') no-repeat center;
  background-size: cover;
}

#map > a {
  display: block;
}

#map > a:not(:only-child) {
  display: none;
}