@font-face {
    font-family: Myriad Pro;
    src: url(./fonts/MyriadPro-Regular.eot), url(./fonts/MyriadPro-Regular.otf),
        url(./fonts/MyriadPro-Regular.ttf);
}
@font-face {
    font-family: MyriadPro-Bold;
    src: url(./fonts/MyriadPro-Bold.eot), url(./fonts/MyriadPro-Bold.otf),
        url(./fonts/MyriadPro-Bold.ttf);
}
:root {
    --factor: 1;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
}
body {
    font-size: 1.6rem;
}
body {
    font-style: Myriad Pro;
    background: white;
    padding: 0;
    width: 100%;
}
/* bootstrap class */
.col-md-6,
.col-md-12,
.container-fluid,
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* max-width: 100%; */
}
@media screen and (max-width: 1140px) {
    .container {
        width: 1140px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        /* max-width: 100%; */
    }
}
@media screen and (max-width: 1139.98px) {
    .container {
        max-width: 100vw !important;
    }
}
@media (min-width: 1140px) {
    .container {
        max-width: 1140px !important;
    }
}
.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* max-width: 100%; */
}
/* background & color */
.bg-grey {
    background: #d7d7d7;
}
.bg-red {
    background: #c10230;
}
.white {
    color: white;
}
.dark {
    color: #1d1d1b;
}
.schlitz {
    max-width: 100%;
}
.schlitz__nav {
    height: 87.32px;
    left: 9.211rem;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 71.5px;
    background: white;
    padding: 0;
}
@media screen and (max-width: 1140px) {
    .schlitz__nav {
        height: calc(7.70833vw * 0.59);
        min-height: 7.65vw;
        background: white;
        padding: 0;
        left: 12.93vw;
    }
}
@media screen and (max-width: 719.98px) {
    .schlitz__nav {
        min-height: 55.5px;
    }
}
.schlitz__nav .list-inline {
    position: absolute;
    top: 32.5px;
}
@media screen and (max-width: 1140px) {
    .schlitz__nav .list-inline {
        position: absolute;
        top: 2.44vw;
    }
}
@media screen and (max-width: 719.98px) {
    .schlitz__nav .list-inline {
        position: absolute;
        top: 20.65px;
    }
}
.schlitz__nav__brand {
    z-index: 1060;
    padding: 0;
    margin-top: 0;
    width: calc(11.375rem * 0.59);
}
.schlitz__nav__brand img {
    height: calc(169px * 0.59);
    z-index: 999;
    offset: none;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    position: absolute;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__nav__brand {
        z-index: 1060;
        padding: 0;
        margin-top: 0;
        width: 9.41vw;
    }
    .schlitz__nav__brand img {
        height: 8.74vw;
        z-index: 999;
        offset: none;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        position: absolute;
    }
}
@media screen and (max-width: 719.98px) {
    .schlitz__nav__brand {
        z-index: 1060;
        padding: 0;
        margin-top: 0;
        width: 68.25px;
    }
    .schlitz__nav__brand img {
        height: 63.36px;
        z-index: 999;
        offset: none;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        position: absolute;
    }
}
.schlitz__nav__link {
    z-index: 1060;
    padding: 0;
    margin-top: 0;
    top: 0;
}
.schlitz__nav__link a {
    left: calc(50px * 0.59);
}
@media screen and (max-width: 1139.98px) {
    .schlitz__nav__link a {
        left: 2.1vw;
    }
}
@media screen and (max-width: 719.98px) {
    .schlitz__nav__link a {
        bottom: 1vw;
    }
}
/*=============================================
=            schlitz__block            =
=============================================*/
.schlitz__block {
    position: relative;
    padding: 0;
    margin-bottom: 9.44px;
    max-width: 1140px;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block {
        margin-bottom: 0.82vw;
    }
}
.schlitz__block>.DAS_BIER {
    width: 100%;
}
.schlitz__block>.WELCOME_TO {
    width: 100%;
}
/* schlitz__banner__label */
.schlitz__banner__label {
    margin-top: -27px;
    margin-right: 27px;
    width: 265px;
    height: 341px;
    text-align: center;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__banner__label {
        margin-top: -2.36vw;
        margin-right: 2.36vw;
        width: 23.24vw;
        height: 28vw
    }
}
/* schlitz__block__welcome */
.schlitz__block__welcome {
    position: relative;
    margin-top: -27px;
    top: 80px;
    margin-left: -20px;
}
@media (max-width: 1139.98px) {
    .schlitz__block__welcome {
        margin-top: -2.36vw;
        margin-left: -2vw;
        top: 7.3vw;
        bottom: 0
    }
}
.separator_x {
    width: 57.82px;
    border: 1px solid #1d1d1b;
    position: relative;
    margin: 17.11px 0;
}
@media (max-width: 1139.98px) {
    .separator_x {
        width: 5.07vw;
        margin-top: 2.22vw;
        margin-bottom: 2.22vw;
    }
}
/* schlitz__block-small */
.schlitz__block-small {
    position: relative;
    height: 347.51px;
    width: 567px;
}
.schlitz__block-small--bg {
    background-position: center !important;
    background-size: cover !important;
}
@media screen and (max-width: 992px) {
    .schlitz__block-small {
        height: 100%;
        width: 100%;
        min-height: 220px;
    }
}
/* schlitz__block-small */
.schlitz__block-small>img {
    position: relative;
    width: 100%;
    height: 100%;
}
/* schlitz__block__info-small */
.schlitz__block__info-small {
    position: relative;
    margin-left: 105px;
    margin-right: 85.55px;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__info-small {
        margin-left: 9.21vw;
        margin-right: 7.5vw;
    }
}
/*=====  End of Section schlitz__block======*/
.schlitz__block__header {
    top: 7.29vw;
}
.schlitz__block__footer {
    bottom: 9.61vw;
    left: 0;
}
.schlitz__block__footer__item1 {
    margin-left: 25.2vw;
}
.schlitz__block__footer__item2 {
    margin-left: 9vw;
}
.schlitz__block__footer__item3 {
    margin-left: 11.8vw;
}
.schlitz__bgimage-style {
    background-repeat: no-repeat;
    background-position-y: 0 !important;
}
.schlitz__block__form {
    padding: 0;
    left: 0;
    margin: 0;
    background: #c10230;
    padding-bottom: 15px;
}
.schlitz__block__form__block {
    width: 538px;
}
.schlitz__block__form__block .form-control {
    height: 32.45px;
}
.schlitz__block__form__block .form-control {
    border: 2px solid rgb(206, 212, 218);
    border-radius: 0px;
    color: White !important;
    margin: 0;
    text-align: left;
    padding: 7.08px !important;
    background: #c10230 !important;
}
.schlitz__block__form__block textarea {
    height: 101.48px !important;
}
.schlitz__block__form__block .btn {
    width: 83.48px;
    height: 30.09px;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__form__block {}
    .schlitz__block__form__block .form-control {
        height: 32.45px;
    }
    .schlitz__block__form__block textarea {
        height: 8.9vw !important;
    }
    .schlitz__block__form__block .btn {}
}
.schlitz__block__bg--bottle-red__header {
    background-repeat: no-repeat;
    position: absolute;
    top: 360px;
    margin-left: 10.72%;
    z-index: 1070;
    height: 100%;
}
/*=====  End of schlitz__block  ======*/
.schlitz__text__header {
    position: absolute;
    top: 7.44vw;
    width: 100%;
}
.schlitz__block__info {
    margin-left: 195px;
    margin-right: 195px;
    top: 125px;
    bottom: 11.45vw;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__info {
        margin-left: 17.9vw;
        margin-right: 17.9vw;
        top: 10.97vw;
    }
}
@media screen and (max-width: 992px) {
    .schlitz__block__info {
        margin-left: 8.5vw;
        width: 83vw;
        margin-right: 0vw;
        top: 19.45vw;
        bottom: 19.45vw;
    }
}
@media screen and (max-width: 992px) {
    .schlitz__block__info {
        top: 30px;
        bottom: 30px;
    }
}
.schlitz__text__about {
    position: absolute;
    height: 100%;
    width: 100%;
    word-wrap: break-word;
}
.schlitz__text__about-gold {
    position: absolute;
    top: 11.25vw;
    width: 100%;
    word-wrap: break-word;
}
.schlitz__banner__text {
    margin-left: 3.58vw;
    line-height: 0.8;
    margin-top: 8.22vw;
    max-height: 30.7vw;
}
@media screen and (max-width: 992px) {
    .schlitz__banner__text {
        font-size: 1em;
        line-height: 0.8;
    }
}
.schlitz__text__about-left {
    left: 338px;
}
.schlitz__text__about-right {
    right: 17.6vw;
}
.separator-white {
    border: 1px solid white;
}
/*=============================================
=            schlitz__block__godfather            =
=============================================*/
.schlitz__block__godfather {
    position: relative;
    padding-top: 80.24px;
    padding-bottom: 105.26px;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__godfather {
        position: relative;
        padding-top: 7.9vw;
        padding-bottom: 7.9vw;
    }
}
.schlitz__block__godfather .img {
    width: 391.76px;
    height: 459px;
    position: relative;
    margin-left: 105px;
    margin-right: 5.82vw;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__godfather .img {
        width: 34.36vw;
        height: 40.31vw;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 719.98px) {
    .schlitz__block__godfather .img {
        width: 80vw;
        height: 85.99vw;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
}
.schlitz__block__godfather__info {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 1139.98px) {
    .schlitz__block__godfather__info {
        position: relative;
    }
}
@media (min-width: 576px) and (max-width: 719.98px) {
    .schlitz__block__godfather__info {
        position: relative;
        padding-bottom:0;
    }
}
.schlitz__block__godfather__info__bg_logo {
    width: 107%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    margin-right: 5vw;
    z-index: -1
}
@media screen and (max-width: 1199.98px) {
    .schlitz__block__godfather__info__bg_logo {
        position: absolute !important;
        top: 6vw;
        width: 106%;
        height: 85%;
        left: 0;
        z-index: -1
    }
}
@media (min-width: 768px) and (max-width: 939.98px) {
    .schlitz__block__godfather__info__bg_logo {
        position: absolute !important;
        top: 6vw;
        width: 106%;
        height: 100%;
        left: 0;
        z-index: -1
    }
}
@media screen and (max-width: 1139.98px) {}
/*=====  End of schlitz__block__godfather  ======*/
.color-white {
    color: white;
}
.button {
    background: #8c734b;
    border-radius: 0px;
    color: white;
    width: 140px;
    margin-bottom: 30px;
}
/* positions */
.absolute-top {
    top: 0;
}
.absolute-left {
    position: absolute;
    left: 0;
}
/* form */
.head {
    margin-top: 40px;
}
@media screen and (max-width: 992px) {
    .head {
        margin-top: 5.26vw;
    }
}
.about {
    margin-top: 20px;
    padding-left: 1.7vw;
    padding-right: 1.7vw;
}
@media screen and (max-width: 992px) {
    .about {
        margin-top: -10px;
    }
}
.form-row {
    max-width: 826px;
    padding: 0;
    margin: 0;
    margin-top: 17px;
}
textarea {
    resize: none;
}
::-webkit-input-placeholder {
    /* Chrome */
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
}
:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgb(255, 255, 255) !important;
    text-align: left !important;
}
:focus::-webkit-input-placeholder {
    color: transparent !important;
    text-align: left !important;
}
:focus:-moz-placeholder {
    color: transparent !important;
    text-align: left !important;
}
/* FF 4-18 */
:focus::-moz-placeholder {
    color: transparent !important;
    text-align: left !important;
}
/* FF 19+ */
:focus:-ms-input-placeholder {
    color: transparent !important;
    text-align: left !important;
}
.effect-one>span {
    position: relative;
}
.effect-one>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.effect-one>span:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (max-width: 992px) {
    .our_beer_container--big {
        display: none;
    }
}
/* @media (min-width: 992px) {
	.our_beer_container--sm {
		display: none;
	}
} */
.our_beer_container--sm .beer-item {
    display: inline-block;
    text-align: center;
}
.our_beer_container--sm .our-beer-title>h2 {
    margin: 5.5vw 0 3.54vw;
    font-weight: bold;
}
.our_beer_container--sm .beer-item>.font-size-27px {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}
.our_beer_container--sm .beer-item img {
    max-width: 25%;
    height: auto;
}
.our-beer-title {
    top: 5vw;
    text-align: center;
}
.our-beer-list {
    position: relative;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 8vw;
    right: 0;
    left: 0;
}
.our-beer-list .our-beer-list__item {
    flex: 1;
    text-align: center;
}
.our-beer-list .our-beer-list__item.our-beer-list__item--left {
    flex: 2;
    text-align: end;
}
.our-beer-list .our-beer-list__item.our-beer-list__item--left>span {
    margin-right: 4vw;
}
.our-beer-list .our-beer-list__item.our-beer-list__item--right>span {
    margin-left: 6.5vw;
}
.our-beer-list .our-beer-list__item.our-beer-list__item--right {
    flex: 2;
    text-align: start;
}
.our-beer-list .our-beer-list__item .beer-img {
    max-width: 50%;
}
@media screen and (max-width: 992px) {
    .beer-and-description--bg {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .beer-and-description--sm {
        display: none;
    }
}
.beer-and-description--sm {
    position: relative;
}
.beer-and-description--sm .img-bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.beer-and-description--sm .beer-and-description__container {
    position: relative;
    text-align: center;
    height: auto;
    align-items: baseline;
    padding: 1vw 0;
}
.beer-and-description--sm .beer-and-description__container.beer-and-description__container--helles {
    background: rgb(110, 8, 26);
    background: linear-gradient(117deg,
            rgba(115, 8, 26, 1) 0%,
            rgba(181, 13, 43, 1) 100%);
}
.beer-and-description--sm .beer-and-description__container.beer-and-description__container--non-alcho {
    background: linear-gradient(-53deg,
            rgb(10, 10, 10) 0%,
            rgb(216, 216, 216) 80%,
            rgb(187, 187, 187) 100%);
}
.beer-and-description--sm .beer-and-description__container.beer-and-description__container--weise-beer {
    background: rgb(113, 81, 27);
    background: linear-gradient(447deg,
            rgb(128, 94, 38) 0%,
            rgb(208, 149, 50) 100%);
}
.beer-and-description--sm .beer-and-description__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beer-name {
    font-weight: bold;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}
.beer-and-description--sm .beer-and-description__content img {
    width: 18%;
    margin: 20px 0px 15px;
    z-index: 2;
}
.beer-and-description--bg .beer-description {}
.beer-and-description--bg .beer-description.beer-description--helles {}
.beer-and-description--bg .beer-description.beer-description--non-alcho {
    right: 0;
}
.beer-and-description--bg .beer-description.beer-description--weise-beer {}
.icon-down {
    font-size: 1.6vh;
}
.hover-underline {
    position: relative;
}
.hover-underline ::before {
    content: '';
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    bottom: 0;
    margin: -1px 0;
    background-color: #1d1d1b;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.hover-underline :hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hidden {
    /* visibility: hidden; */
    opacity: 0;
}
.our-beer-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}
.our-beer-wrapper .beer-item {
    margin-left: 2.06vw;
    margin-right: 2.06vw;
}
@media screen and (max-width: 992px) {
    .our-beer-wrapper {
        flex-direction: column;
    }
    .our-beer-wrapper .beer-item img {
        /* max-width: 50%; */
    }
}
.our-beer-wrapper .beer-item img {
    max-width: 126px;
    max-height: 326.27px;
}
@media screen and (max-width: 1139.98px) {
    .our-beer-wrapper {
        flex-direction: row;
    }
    .our-beer-wrapper .beer-item img {
        max-width: 40%;
    }
    .our-beer-wrapper .beer-item__alcho-beer .font-size-27px {
        margin-right: 1vw;
    }
    .our-beer-wrapper .beer-item__alcho-beer {
        text-align: right;
    }
    .our-beer-wrapper .beer-item__helles .font-size-27px {}
    .our-beer-wrapper .beer-item__weise-beer {
        text-align: left;
    }
    .our-beer-wrapper .beer-item__weise-beer .font-size-27px {
        margin-left: 3vw;
    }
}
#feedback {
    padding-bottom: 0;
}
a,
a:hover {
    color: #212529;
    text-decoration: none;
}
.message {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    min-height: 100px;
    text-align: center;
    vertical-align: center;
}
.message>span {
    text-align: center;
    vertical-align: center;
}
.hideme {
    opacity: 0;
}
@media screen and (max-width: 992px) {
    form {
        padding: 0 30px;
    }
}
.anchor {
    display: block;
    height: 115px;
    /*same height as header*/
    margin-top: -115px;
    /*same height as header*/
    visibility: hidden;
}
/*=============================================
=            modificators            =
=============================================*/
.border-top-gold {
    border-top: 2px solid #806941;
}
/*=====  End of modificators  ======*/
/* Shine */
.hover-shadowscale {
    position: relative;
    overflow: hidden;
}
.hover-shadowscale>img {
    z-index: 2;
}
.hover-shadowscale>.shine {
    position: absolute;
    opacity: 0;
    width: 30%;
    height: 100%;
    top: 0;
    left: -25%;
    background-position: 0px 0px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 60%) no-repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 60%) no-repeat;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
}
.hover-shadowscale:hover>.shine {
    opacity: 1;
    left: 125%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}