h2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0.5em;
  border-bottom: 5px solid #682045;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 1em;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 35px;
  line-height: 1.05em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

p {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0.75em;
  margin-left: auto;
  font-size: 25px;
  line-height: 1.25em;
}

a {
  text-decoration: underline;
}

.body {
  font-family: 'Breuer Condensed', sans-serif;
  color: #682045;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #682045;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.navbar {
  background-color: transparent;
}

.nav-link {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #d9ce5e;
}

.hero-section {
  position: relative;
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1510.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content-section {
  position: relative;
  padding: 75px 25px;
}

.content-section.light {
  background-color: #fdf6e5;
}

.content-section.dark {
  background-color: #682045;
  color: #fdf6e5;
}

.content-section.light-background {
  background-color: #fdf6e5;
}

.center-text {
  text-align: center;
}

.center-text a {
  color: #d9ce5e;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.separator-section {
  height: 75vh;
  box-shadow: inset 0 0 10px 0 #333;
}

.separator-section.first {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1840.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.separator-section.second {
  background-image: url('../images/IMGP1800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.separator-section.third {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1468.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.separator-section.fourth {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1873.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.full-width-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.center-link {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 0.25em;
  margin-left: auto;
  color: #d9ce5e;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.background-image-column {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.background-image-column.first {
  background-image: url('../images/IMGP1774.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%) contrast(125%);
  filter: grayscale(100%) contrast(125%);
}

.background-image-column.second {
  background-image: url('../images/IMGP1817.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-image-column.reservieren {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1873-crop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.full-height-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper {
  max-width: 470px;
  margin: 75px 25px;
}

.content-wrapper.center-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.center-text.margin-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.vertical-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dark-background {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #682045;
  color: #fff;
}

.light-background {
  background-color: #fdf6e5;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #333;
  color: #fdf6e5;
}

.hero-slogan {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45px;
  z-index: 9;
  color: #fdf6e5;
  font-size: 75px;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
}

.spacer-25 {
  height: 25px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-graphic {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 990;
  display: none;
}

.kompass {
  position: absolute;
  left: 5vw;
  top: 5vw;
  width: 15vw;
}

.garnele {
  position: absolute;
  right: 2.5vw;
  bottom: 2.5vw;
  width: 15vw;
}

.fisch {
  position: absolute;
  top: 2.5vw;
  right: 0px;
  width: 20vw;
}

.tintenfisch {
  position: absolute;
  left: 25px;
  bottom: 5vh;
}

.hero-slider {
  height: 100vh;
}

.slide-1 {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1468.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-2 {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2._3 {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1840.jpg');
  background-attachment: fixed;
}

.slide-3 {
  background-image: url('../images/pizzeria-il-sestante-wien-restaurant-1814.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-nav {
  font-size: 10px;
}

.footer-text {
  color: #fff;
  text-align: center;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.image-2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.spacer-75 {
  height: 75px;
}

.html-embed {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-link {
  width: 50px;
  padding: 5px;
}

.social-links {
  position: absolute;
  top: 25px;
  right: 50px;
}

.full-height-center-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-text {
  display: block;
  width: 600px;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.error-text a {
  color: #682045;
}

html.w-mod-js *[data-ix="fade-up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .separator-section {
    display: none;
    height: 50vh;
  }
  .background-image-column {
    -webkit-filter: none;
    filter: none;
  }
  .menu-button {
    padding: 10px;
    color: #fdf6e5;
    font-size: 35px;
  }
  .menu-button.w--open {
    background-color: #682045;
    color: #d675a7;
  }
  .phone-button {
    width: 50px;
    margin-right: 5px;
    padding: 15px;
    float: right;
  }
  .hero-graphic {
    max-width: 75%;
  }
  .garnele {
    width: 25vw;
  }
  .image {
    width: 150px;
    padding-top: 5px;
  }
  .nav-menu {
    background-color: #682045;
  }
  .social-link {
    width: 35px;
  }
  .social-links {
    top: 10px;
    right: 150px;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  p {
    font-size: 25px;
    font-weight: 500;
  }
  .center-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .center-text a {
    font-size: 25px;
  }
  .background-image-column {
    height: 50vh;
  }
  .content-wrapper.center-text.float-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .fisch {
    width: 40vw;
  }
  .social-links {
    right: 130px;
  }
}

@media (max-width: 479px) {
  h4 {
    font-size: 28px;
  }
  p {
    font-size: 22px;
  }
  .content-section {
    padding: 25px 15px;
  }
  .content-wrapper.center-text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-slogan {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }
  .hero-graphic {
    max-width: 60%;
  }
  .image {
    margin-left: 10px;
  }
  .social-link {
    width: 50px;
    padding: 11px;
  }
  .social-links {
    top: 0px;
    right: 115px;
  }
}

@font-face {
  font-family: 'Breuer Condensed';
  src: url('../fonts/breuercondensed_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Breuer Condensed';
  src: url('../fonts/breuercondensed_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Breuer Condensed';
  src: url('../fonts/breuercondensed_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Breuer Condensed';
  src: url('../fonts/breuercondensed_bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}