/*
   
    Template Name : Cafe Studio Switzerland
	
*/

/*
   
    Table Of Content

    1. Global Style
    2. Navigation Menu
    3. Home Page
    4. Menüs Page
    5. Galerie Page
    6. Kontakt Page
    7. Footer
    8. Responsive
  
*/

/* Global Style */
html, body {
    font-family: 'Catamaran', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: auto;
    margin: 0 !important;
}
body {
    overflow-y: scroll;
}
a, 
a:hover, 
a:focus {
    text-decoration: none;
}
h1 {
    color: #141414;
    font-size: 36px;
    line-height: 14px;
    font-weight: 300;
}
h2 {
    color: #141414;
    font-size: 34px;
    line-height: 14px;
    font-weight: 300;
}
h3 {
    color: #141414;
    font-size: 32px;
    line-height: 14px;
    font-weight: 300;
}
h4 {
    color: #141414;
    font-size: 30px;
    line-height: 14px;
    font-weight: 300;
}
h5 {
    color: #141414;
    font-size: 28px;
    line-height: 14px;
    font-weight: 300;
}
p {
    color: #141414;
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
h1, 
h2, 
h3, 
h4, 
h5, 
p {
    margin: 0;
}
ul, ol {
	list-style: none;
    padding: 0;
    margin: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
}
li {
    list-style: none;
}
.banner-header {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-title {
    position: relative;
    text-align: center;
    z-index: 0;
}
.banner-title h1{
    position: relative;
    color: #fff;
    font-size: 48px;
    line-height: 20px;
    font-weight: 300;
    z-index: 2;
}
.banner-title::before {
    content: "";
    background-image: url('../img/shape.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 180px;
    height: 60px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.home-banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 550px;
}
.home-banner-title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.home-banner-title h1 {
    position: relative;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 300;
    z-index: 2;
}
.home-banner-title::before {
    content: "";
    background-image: url('../img/shape.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 180px;
    height: 60px;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to top, rgba(27,25,59,1) 0%, rgba(26,25,58,1) 2%, rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(to top, rgba(27,25,59,1) 0%, rgba(26,25,58,1) 2%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to top, rgba(27,25,59,1) 0%, rgba(26,25,58,1) 2%, rgba(0,0,0,0.3) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b193b', endColorstr='#4d000000',GradientType=0 ); 
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section-top-100 {
    margin-top: 100px;
}
.section-top-90 {
    margin-top: 90px;
}
.section-top-80 {
    margin-top: 80px;
}
.section-top-70 {
    margin-top: 70px;
}
.section-top-60 {
    margin-top: 60px;
}
.section-top-50 {
    margin-top: 50px;
}
.no-padding {
    padding: 0;
}
.main-title {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.main-title::before {
    content: "";
    background-image: url('../img/shape1.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 75px;
    height: 25px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.main-title h1 {
    font-size: 36px;
    line-height: 14px;
    color: #141414;
    font-weight: 300;
    text-transform: uppercase;
}
::-moz-selection { 
  color: #fff;
  background-color: #690039;
}

::selection {
  color: #fff;
  background-color: #690039;
}
.error-message {
    text-align: center;
}
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    background-color: #ffffff;
}
/* End Global Style */

/* Navigation Menu */
.header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    height: 100px;
}
#menu.navbar-default {
	border-color: rgba(231, 231, 231, 0);
    background-color: transparent;
    border-radius: 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-right {
    padding: 30px 0;
}
.menu-logo {
    padding: 15px;
}
#menu.navbar-default .navbar-nav > li > a {
	color: #aeaeae;
	font-size: 18px;
    line-height: 20px;
	letter-spacing: 1px;
    font-weight: 300;
    background: transparent;
}
.navbar-nav > li > a {
    padding: 0;
}
.navbar-nav > li {
    padding: 10px 15px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: black !important;
	background-color: transparent;
    font-weight: 500;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: black;
    font-weight: 600;
}
.navbar-toggle {
	border-radius: 0;
    right: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle >.icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #690039;
}
/* End Navigation Menu */

/* Home Page */
.reserv {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.reserv-title h1 {
    font-size: 24px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}
.reserv-form {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(234, 234, 234, 1); 
    padding: 16px 0;
}
.modal-body .caldera-grid label span.field_required {
    display: none;
}
.modal-body.caldera-grid label {
    font-size: 13px;
    line-height: 14px;
    color: #b0b0b0;
    font-weight: 300;
}
.modal-body .caldera-grid .form-control {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    box-shadow: none;
    transition: all .7s ease;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.modal-body .caldera-grid .form-control:focus {
    border: 1px solid #690039;
    outline: none;
    color: #22201b;
    font-weight: 400;
    box-shadow: none;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
}
.modal-body input.send {
    border: 1px solid #690039;
    background-color: #690039;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    width: 100%;
    height: 60px;
    transition: all .5s ease;
    text-transform: uppercase;
    margin-top: 20px;
}
.modal-body input.send:hover {
    background: transparent;
    border: 1px solid #690039;
    color: #690039;
    transition: all .7s ease;
}
.modal-body input.send:focus {
    outline: none;
}
.modal-body input[type=date]::-webkit-inner-spin-button, 
.modal-body input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.modal-title {
    text-align: center;
}
.reserv-button{
    text-align: center;
}
.reserv-button .button{
    border: 1px solid #690039;
    background-color: #690039;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
    min-width: 170px;
}
.reserv-button .button:hover {
    border: 1px solid #690039;
    background-color: #fff;
    color: #690039;
}
.about {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.about-text p {
    padding-bottom: 25px;
}
.about-text p:last-of-type {
    padding-bottom: 0px;
}
.about-img {
    height: 645px;
    overflow: hidden;
}
.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-menu {
    float: left;
    width: 100%;
    position: relative;
    padding: 86px 0 96px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.home-menu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.home-menu-text {
    padding: 60px 0;
}
.home-menu-text h2 {
    font-weight: 100;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 30px;
}
.home-menu-text p {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 300;
}
.dots {
    text-align: center;
}
.dots span {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 0;
    padding: 5px;
    margin: 2px;
}
.work-hours {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.work-hours-img {
    height: 500px;
    overflow: hidden;
}
.work-hours-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.work-hours-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.work-days {
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #141414;
    position: relative;
    padding-left: 40px;
    width: 200px;
    max-width: 200px;
    margin-right: 40px;
}
.work-days::before {
    content: "";
    background-image: url('../img/shape2.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 11px;   
    left: 0;
    top: 8px;
}
.work-hour {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #690039;
    text-align: left;
}
/* End Home Page */

/* Menüs Page */
.pg-menu {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0;
}
.pg-menu-item {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 30px 45px;
    margin-bottom: 80px;
    min-height: 1460px;
    height: 1460px;
}
.pg-menu-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,0.7);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.pg-menu-title {
    position: relative;
    padding-bottom: 35px;
    text-align: center;
}
.pg-menu-title h1 {
    position: relative;
    color: #fff;
    font-size: 36px;
    line-height: 20px;
    margin-bottom: 75px;
}
.pg-menu-title h1::before {
    content: "";
    position: absolute;
    background-image: url('../img/shape3.png');
    background-repeat: no-repeat;
    width: 75px;
    height: 25px;   
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.pg-menu-title p {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.pg-menu-item table {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.pg-menu-item table th {
    text-transform: uppercase;
}
.pg-menu-item table td.first-td {
    padding-top: 38px;
}
.pg-menu-item table td.extra-td {
    padding-top: 65px;
}
#tablepress-1 tr.row-2 td.column-1,
#tablepress-1 tr.row-4 td.column-1,
#tablepress-1 tr.row-6 td.column-1,
#tablepress-1 tr.row-8 td.column-1,
#tablepress-1 tr.row-10 td.column-1,
#tablepress-1 tr.row-12 td.column-1,
#tablepress-1 tr.row-14 td.column-1,
#tablepress-1 tr.row-16 td.column-1,
#tablepress-1 tr.row-18 td.column-1,
#tablepress-1 tr.row-20 td.column-1 {
	padding-top: 38px;
}
#tablepress-2 tr.row-5 td.column-1,
#tablepress-2 tr.row-5 td.column-2,
#tablepress-2 tr.row-7 td.column-1,
#tablepress-2 tr.row-7 td.column-2,
#tablepress-2 tr.row-9 td.column-1,
#tablepress-2 tr.row-9 td.column-2,
#tablepress-2 tr.row-11 td.column-1,
#tablepress-2 tr.row-11 td.column-2,
#tablepress-2 tr.row-13 td.column-1,
#tablepress-2 tr.row-13 td.column-2 {
    padding-top: 38px;
}
#tablepress-3 tr.row-2 td.column-1,
#tablepress-3 tr.row-4 td.column-1,
#tablepress-3 tr.row-6 td.column-1,
#tablepress-3 tr.row-6 td.column-2,
#tablepress-3 tr.row-9 td.column-1,
#tablepress-3 tr.row-11 td.column-1,
#tablepress-3 tr.row-13 td.column-1,
#tablepress-3 tr.row-13 td.column-2,
#tablepress-3 tr.row-14 td.column-1,
#tablepress-3 tr.row-14 td.column-2,
#tablepress-3 tr.row-15 td.column-1,
#tablepress-3 tr.row-15 td.column-2 {
    padding-top: 38px;
}
#tablepress-4 tr.row-2 td.column-1, 
#tablepress-4 tr.row-5 td.column-1, 
#tablepress-4 tr.row-9 td.column-1, 
#tablepress-4 tr.row-12 td.column-1, 
#tablepress-4 tr.row-16 td.column-1, 
#tablepress-4 tr.row-19 td.column-1 {
    padding-top: 38px;
}
#tablepress-4 tr.row-8 td.column-1,
#tablepress-4 tr.row-15 td.column-1 {
    padding-top: 65px;
}
#tablepress-6 tr.row-4 td.column-1,
#tablepress-6 tr.row-7 td.column-1,
#tablepress-6 tr.row-10 td.column-1,
#tablepress-6 tr.row-13 td.column-1,
#tablepress-6 tr.row-16 td.column-1,
#tablepress-6 tr.row-19 td.column-1,
#tablepress-6 tr.row-22 td.column-1 {
    padding-top: 38px;
}
#tablepress-7 tr.row-4 td.column-1,
#tablepress-7 tr.row-7 td.column-1,
#tablepress-7 tr.row-10 td.column-1,
#tablepress-7 tr.row-13 td.column-1,
#tablepress-7 tr.row-16 td.column-1,
#tablepress-7 tr.row-19 td.column-1,
#tablepress-7 tr.row-22 td.column-1,
#tablepress-7 tr.row-25 td.column-1 {
    padding-top: 38px;
}
/* End Menüs Page */

/* Galerie Page */
.galerie {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0;
}
.galerie-item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    background-color: #690039;
}
.galerie-item:after {
    content: '';
    display: block;
    background-color: inherit;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
    transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
    transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.galerie-item:hover:after {
    -webkit-transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
    transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.galerie-item:hover .galerie-inner-item {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.galerie-inner-item {
    height: 265px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.galerie-inner-item::before {
    content: "";
    display: block;
    padding-top: 75%;
    overflow: hidden;
}
.galerie-inner-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}
/* End Galerie Page */

/* Kontakt Page */
#map {
    position: relative;
    width: 100%;
    height: 500px;
}
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
    display:none !important
}
.gmnoprint a, 
.gmnoprint span, 
.gm-style-cc {
    display:none;
}
.kontakt {
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0 100px;
}
.kontakt .form-control {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    transition: all .7s ease;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.kontakt .form-control:focus {
    border: 1px solid #690039;
    outline: 0;
    color: #22201b;
    font-weight: 400;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
}
.kontakt textarea.form-control {
    resize: none;
    height: 150px;
}
.kontakt input.send {
    border: 1px solid #690039;
    background-color: #690039;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    width: 100%;
    height: 60px;
    transition: all .5s ease;
    text-transform: uppercase;
}
.kontakt input.send:hover {
    background: transparent;
    border: 1px solid #690039;
    color: #690039;
    transition: all .7s ease;
}
.kontakt input.send:focus {
    outline: none;
}
.kontakt-info ul li,
.kontakt-info ul li a {
    font-size: 24px;
    line-height: 34px;
    color: #141414;
    font-weight: 400;
}
.kontakt-info ul li.telephone {
    margin-top: 50px; 
}
.kontakt-info ul li a:hover {
    color: #690039;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: none;
    text-align: center;
    color: #7e7e7e;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    max-width: 100%;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}
div.wpcf7-validation-errors::before, 
div.wpcf7-acceptance-missing::before {
    background-color: #FFC007;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
span.wpcf7-not-valid-tip {
    color: #7e7e7e;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 100%;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
span.wpcf7-not-valid-tip::before {
    background-color: #e60000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #7e7e7e;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 100%;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
    background-color: #2eb82e;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
/* End Kontakt Page */

/* Footer */
.footer {
    float: left;
    width: 100%;
    position: relative;
    background-color: #690039;
    padding: 100px 0 50px;
}
.footer-menu ul li,
.footer-menu ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}
.footer-menu h1 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.footer-info h1 {
	color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.footer-info p,
.footer-copyright p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}
.footer-info ul li,
.footer-info ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}
.footer-info ul li.f-info {
    text-transform: uppercase;
}
.footer-social ul li {
    display: inline-block;
    padding-right: 15px;
}
.footer-social ul li:last-of-type {
    padding-right: 0px;
}
.footer-copyright {
    padding-top: 50px;
    border-top: 1px solid #fff;
    margin-top: 100px;
    text-align: center;
}
/* End Footer */

/* Responsive */
@media (max-width:1199px) {
    .menu-title h1 {
        font-size: 26px;
    }
}
@media (max-width:991px) {
    .menu-logo {
        padding: 25px;
    }
    .menu-logo img {
        max-width: 150px;
    }
    .reserv-form .form-control {
        margin-bottom: 30px;
    }
    .home-banner {
        height: 450px;
    }
    .home-banner-title {
        top: 35%;
    }
    .about-img {
        height: 400px;
    }
    .about-text {
        margin-top: 30px;
    }
    .about-text p {
        padding-bottom: 15px;
    }
    .work-hours-item {
        display: flex;
    }
    .kontakt-info {
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .left-side { 
        height: 80px;
    }
    .header {
        height: 80px;
    }
    .menu-logo {
        width: auto;
        margin-left: -16px;
        padding: 15px;
        height: 80px
    }
    .menu-logo img {
        max-width: 150px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        right: -15px;
        top: 78px;
        z-index: 999;
        margin-right: 0px;
        margin-left: 0px;
        background-color: #690039;
        border-color: #fff;
    }
    .navbar-right {
        padding: 0;
    }
    .home-banner {
        height: 350px;
    }
    .home-banner-title h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .banner-header {
        height: 300px;
    }
    .menu-item {
        height: auto;
        min-height: auto;
    }
    .main-title h1 {
        font-size: 28px;
        line-height: 24px;
    }
    .main-title::before {
        top: 50px;
    }
    .pg-menu-item {
        height: auto;
    }
    .pg-menu-title h1 {
        font-size: 25px;
    }
    .pg-menu-title h1::before {
        top: 50px;
    }
    .reserv {
        margin-top: 30px;
    }
    .reserv-title {
        padding: 0 15px;
    }
    .reserv-title h1 {
        color: #141414;
    }
    .reserv-form {
        box-shadow: none;
    }
    .about-img {
        margin-top: 30px;
    }
    .home-menu-text {
        text-align: center;
    }
    .about-img,
    .work-hours-img {
        height: 300px;
    }
    .work-hours-item {
        display: inherit;
        margin-bottom: 30px;
    }
    .work-days {
        width: 100%;
        max-width: 100%;
    }
    .work-hour {
        padding-left: 40px;
    }
/*
    .menu-item {
        padding: 30px 15px;
    }
*/
    .menu-title h1 {
        line-height: 30px;
        margin-bottom: 85px;
    }
    .menu-title h1::before {
        top: 60px;
    }
    #map {
        height: 300px;
    }
    .footer-menu {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-info {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-copyright {
        margin-top: 50px;
    }
    .footer-social {
        text-align: center;
        margin-bottom: 30px;
    }
}
/* End Responsive */


header .menu-logo img{
    max-width: 250px;
}
.video_gallery{
	margin-bottom:30px;
}
.video_gallery .wp-video{
	margin:0 auto;
}
@media (max-width:800px) {
	header .menu-logo img{
		max-width:180px!important;
	}
}







  
  @media (max-width: 991.89px) {
    .ar_row_2 {
      margin-top: 50px;
    }
  }
  
  .ar_row_2 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'Allura';
    padding-bottom: 20px;
  }
  
  .ar_row_2 .col_svg {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .ar_row_2 .menu-back {
    position: relative;
    text-align: center;
    width: 100%;
    background: #59584e;
    height: auto;
    padding: 60px;
  }
  
  @media (max-width: 991.89px) {
    .ar_row_2 .menu-back {
      margin-bottom: 50px;
    }
  }
  
  .ar_row_2 .menu-back h2 {
    margin-top: 0;
    color: #fff;
    font-size: 48px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-family: 'Allura';
          line-height: 1;
  }
  .ar_row_2 .menu-back pre {
       color: #fff !important;
  }
  .ar_row_2 .menu-back h3 {
  
    font-family: 'Allura';
        
  }
  .menu-back p {
      font-size: 14px;
      line-height: 1;
  }
  
  @media (max-width: 575.89px) {
    .ar_row_2 .menu-back h2 {
      font-size: 30px;
    }
  }
  
  .ar_row_2 .menu-back ul {
    font-family: 'Roboto-Light';
  }
  
  @media (max-width: 575.89px) {
    .ar_row_2 .menu-back ul li {
      font-size: 12px !important;
    }
  }
  
  @media (max-width: 342.89px) {
    .ar_row_2 .menu-back ul li {
      font-size: 10px !important;
      line-height: 20px;
    }
  }
  
  .ar_row_2 .menu-back::before {
    content: " ";
    position: absolute;
    width: 92%;
    border: 1px solid #fff;
    left: 40px;
    top: 25px;
    bottom: 25px;
  }
  
  @media (max-width: 575.89px) {
    .ar_row_2 .menu-back::before {
      content: " ";
      position: none;
      width: none;
      border: 0px solid #fff;
      left: 0px;
      top: 0px;
      bottom: 0px;
    }
  }
  
  .ar_row_2 .menu-back ::after {
    content: " ";
    position: absolute;
    width: 95%;
    border: 1px solid #fff;
    left: 25px;
    top: 40px;
    bottom: 40px;
  }
  
  @media (max-width: 575.89px) {
    .ar_row_2 .menu-back ::after {
      content: " ";
      position: none;
      width: none;
      border: 0px solid #fff;
      left: 0px;
      top: 0px;
      bottom: 0px;
    }
  }
  
  .ar_row_2 .menu-back ul {
    padding: 0;
  }
  
  .ar_row_2 .menu-back ul li {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: 'Roboto-Light';
    list-style: none;
  }

  
.ar_row_2 .col_link {
    margin-top: 50px;
    text-align: center;
  }
  
  .ar_row_2 .col_link a {
    font-family: 'Roboto-Light';
    font-size: 18px;
    color: #0f0f0f;
    text-decoration: none;
    font-weight: 600;
  }
  
  .ar_row_2 .col_link a svg {
    width: 35px;
    height: 35px;
    position: absolute;
    margin-left: 15px;
    margin-top: -5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .ar_row_2 .col_link a:hover svg {
    margin-left: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }


.menu-back table{
      width: 100% !important;
      margin: 0 auto !important;
  }
.menu-back table:first-child td{
    width: 100% !important; 
}
.menu-back table td{
    width: 33.3% !important; 
}


.br_menu {
    padding: 0;
  }
  .br_menu_pageimahe {
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .br_menu_pageimahe h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Allura';
  }
  .br_menu_content {
    font-family: 'Roboto-Light';
    margin-top: 100px;
  }
  .br_menu_content h4 {
    font-size: 15px;
    color: #858585;
  }
  @media (max-width: 991.98px) {
    .br_menu_content {
      text-align: center;
    }
    .br_menu_content h2 {
      margin: 0 auto;
    }
  }
  /* Style the tab */
  .main_section_content {
    width: 100%;
    float: left;
  }
  .mytab {
    width: 100%;
    float: left;
  }
  .catttt {
    background-color: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
    width: 75%;
    text-align: center;
  }
  .catttt button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Roboto-Light';
    color: inherit;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
  }
  .catttt button:hover {
    background-color: transparent;
    color: #368283;
  }
  .catttt button.active {
    background-color: transparent;
    color: #368283;
  }
  .tabcontent {
    display: none;
    width: 100%;
    float: left;
  }
  .tabcontent .speisekarte .container h1 {
    color: #5b9495;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
  }
  .tabcontent .speisekarte {
    padding-bottom: 10% !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto !important;
    float: none !important;
  }
  .tabcontent .speisekarte div img {
    padding-top: 5%;
    float: right;
    position: absolute;
    right: 0;
    max-height: 300px;
    max-width: 250px;
  }
  @media (max-width: 992px) {
    .tabcontent .speisekarte div img {
      opacity: 0.3;
      margin: 0 auto;
      max-height: 200px;
    }
  }
  @media (max-width: 800px) {
    .tab {
      width: 100%;
      float: left;
      display: grid;
    }
  }
  .speisekarte h1 {
    font-family: 'Allura';
  }
  .speisekarte p {
    max-width: 70% !important;
    font-size: 14px;
    color: #858585;
  }
  .speisekarte p span {
    float: right;
    color: #016364;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 86%;
    font-family: 'Roboto-Light';
  }
  
  .tabcontent table{
      width: 100%;
  }
  .tabcontent table td{
    width: 50%;
}
section.speisekarte span {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #5b9495;
    transform: translateY(-50%);
}
.sconta{
    width: 60% !important;
}
@media(max-width: 991.98px){
    .sconta{
        width: 80% !important;
    }
    .tabcontent table td{
        width: 33.3%
    }
    .tabcontent .speisekarte .container h1{
        font-size: 24px;
    }
}
@media (max-width:575.98px){
    .tabcontent table td {
        font-size: 12px;
    }
    .tabcontent table td em{
        font-size: 12px;
    }
}