/*
 Theme Name:   CreaConnect Child
 Theme URI:    https://creaconnect.ch
 Description:  CreaConnect AG – GeneratePress child theme
 Author:       CreaConnect AG
 Author URI:   https://creaconnect.ch
 Template:     generatepress
 Version:      1.0
 Text Domain:  creaconnect-child
*/

body {
    background-color: #fff;
    margin-top: 70px;
    overflow-x: hidden;
}

.site-header {
    text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 20px -5px #2581C4;
	box-shadow: 0px 0px 20px -5px #2581C4;
	background: #d5b58a;
}

.main-navigation .main-nav ul li a {
    background: #d5b58a;
}

button.menu-toggle {
    background: #d5b58a !important;
}

div#content {
    min-height: calc(100vh - 111px);
}

.inside-header {
    padding: 5px 15px;
}

.inside-header.grid-container {
    max-width: 1200px;
}

.main-navigation li a:hover {
    color: #2581C4 !important;
}

.one-container .site-content {
    padding: 0px 0px !important;
}

.site-footer .site-info {
	-webkit-box-shadow: inset 0px -1px 20px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px -1px 20px 1px rgba(0, 0, 0, .05);
}

.inside-site-info {
    padding: 10px 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-content .copyright-bar {
    text-align: left;
    padding: 0;
}

.footer-content .legal-bar {
    text-align: right;
    padding: 0;
}

.footer-container {
    background: #2581C4;
}

.prefooter {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 60px;
}

.prefooter p, .prefooter a, .prefooter h4 {
    color: #ffffff;
}

span.copyright, span.copyright a, span.legal {
    font-size: small;
    font-weight: 200;
}

a.btn-rest,
div.btn-rest {
    background: #2581C4;
    color: #ffffff;
    padding: 20px 5px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
}

.buttons-speisekarte div.btn-rest {
	background: transparent;
}

.buttons-speisekarte .btn-rest.active {
	background-color: #2581C4;
}

.buttons-speisekarte {
    margin-bottom: 50px;
    margin-top: 50px;
}

.buttons-content .col-6 {
    text-align: center;
}

.buttons-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
}

div.btn-rest {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    transition: all 0.25s ease-in-out;
}

div.btn-rest:hover {
    background-color: #2581C4;
	color: #fff;
    border-color: #2581C4;
}


.btn-rest.active {
	background-color: #2581C4;
	color: #fff;
    border-color: #2581C4;
}

#speisen,
#getraenke,
#spirituosen {
	display: none;
}

span.wpcf7-not-valid-tip {
    color: #ffffff;
    background: #dc3232;
    padding: 1px 5px;
    font-size: 14px;
    font-style: italic;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
	font-size: 14px;
    font-style: italic;
}

input.wpcf7-date.restaurant-field {
    text-transform: uppercase;
}

input.restaurant-field,
.restaurant-field {
    width: 100%;
    min-height: 50px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 15px;
}

input.restaurant-field:focus {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline: none;
}

.restaurant-field::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.reserve p.field-caption {
    color: #ffffff;
    margin-bottom: 20px;
}

input.wpcf7-submit {
    background-color: #ffffff;
    color: #2581C4;
    border-color: #ffffff;
    padding: 20px 5px;
    width: 100%;
}

input.wpcf7-submit:focus {
    background-color: #ffffff;
    color: #2581C4;
    border-color: #ffffff;
}

input.wpcf7-submit:hover {
    background-color: #2581C4;
    color: #ffffff;
    border-color: #ffffff;
}

.submit-btn {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-response-output {
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
}

.svg-event-icons {
	max-height: 100px;
	max-width: 200px;
	margin-bottom: 20px;
}

.inside-site-info.row a {
    color: #000000;
    text-decoration: none;
}

.inside-site-info.row a:hover {
	color: #2581C4;
}

img.footer-logo {
    max-height: 100px;
	margin-top: 15px;
}

.prefooter p {
    margin-bottom: 5px;
}

.prefooter a {
	text-decoration: none;
}

body a {
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
    .footer-content .copyright-bar {
        text-align: center;
        padding: 0;
    }

    .footer-content .legal-bar {
        text-align: center;
        padding: 0;
        margin-top: 15px;
    }
	
	.buttons-speisekarte .btn-rest {
		margin-bottom: 15px;
	}
	
	.buttons-speisekarte .col-12.col-md-4:last-child .btn-rest {
		margin-bottom: 0px;
	}
}


/* TABELLEN */
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-lqy6{text-align:right;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
th.tg-0lax {color: #2581C4;font-weight: 600;text-transform: uppercase;}
table.tg {border: none;}
th.tg-0lax {border: none;border-bottom: 1px solid #000;padding: 5px 0px;}
.tg td {border: none;border-bottom: 1px solid #000;padding: 5px 0px;}
.tg tr:last-child td {border-bottom: none;}