
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');


/* === Allgemein ===*/

.container {
	margin-top: 10px;
	margin-bottom: 15px;
}


.card {
	box-shadow: 5px 5px 10px #EC691F;
	border-color: #EC691F;
}


/* Schriften */

body, p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .font-alt {
	font-family: 'Courgette', serif;
}

strong {
font-weight: bold;
}

/* === Speisekarte === */

.karte hr {
	border-color: #ec6608;
}

.rubrik {
	font-family: 'Courgette', serif;
	color: #EC691F;
	font-weight: 900;
	font-size: xx-large;
}

.nummer, .gericht {
	font-family: 'Courgette', serif;
	font-size: x-large;
}

.beschreibung {
	margin-top: -15px!important;
}

.preis {
	font-family: 'Courgette', serif;
	font-size: x-large;
	text-align: right;
}

p.preis:after {
	content: " €";
}

.info {
	margin-top: 5px;
	border: 2px solid;
	border-color: #ec6608;
	font-family: 'Courgette', serif;
	font-size: medium;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
}




/* Button */

.btn-round {
border-radius: 30px;
}

/* section */
section{
padding: 140px 0;
}

/* Hilfsklassen */

.d-relative {
position: relative;
}

/* === Hero ===*/
.hero-bg {
background-color: blue;
}

/* === Kalender-Anpassungen ===*/

h3.panel-title {
font-size: 1rem;
}

.f3-widget-paginator {
display: none;
}

.news-list-item {
border-bottom: 2px #f58832 solid;
margin-bottom: 15px;
}

.img-responsive {
width:100%;
max-width: 100%;
height: auto;
}


/* ==== Navigation ==== */

.navbar-dark {
	font-weight: bold;
}

.nav-zeile {
background-color: #eeeeee!important;
background:  url("/fileadmin/images/christos/background-navbar-grau.jpg");
}

.bg-gkp {
// background-color: none!important;
}

.dropdown-menu {
	min-width: 15rem;
	padding-left: 15px;
	padding-right: 15px;
}

.dropdown-menu li {
	border-bottom: 1px solid #ff00ff;
}


/* ==== Carousele ==== */

.btn-ctn {
text-align: left!important;
}

/* === Nach Oben Button === */
#toTop-right {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
}
#toTop-left {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
	outline:none;
}

#toTop-center {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-20px; /*Feintuning je nach Inhalt */
	outline:none;
}


footer {
	background-color: #eeeeee;
	background:  url("/fileadmin/images/christos/background-navbar-grau.jpg");
	padding-top: 30px;
	color: #000000;
	border-top: #444444 solid 1px;
}

footer a {
	color: #EC691F;
}


footer a:hover {
	color: #E31E24;
}

.platzhalter {
	background-color: #eeeeee;
	min-height: 200px;
	box-shadow: 10px 10px 15px #eeeeee;
}

.textbox {
	padding: 40px;
}


#she {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;font-weight:normal;
	line-height:normal;
	}

.banner {
	color: #ffffff;
	text-align: center;
	text-shadow: 5px 5px 4px #163c23;
}


@media (max-width: 767px) {
	.big {
		display: none!important;
	}

}