html, body {
	width: 100%;
} 

/* Add a dark background color with a little bit see-through */
.navbar {
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 13px !important;
    letter-spacing: 2px;
    opacity:0.9;
	border-radius: 0 !important;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

/* Dropdown links */
.dropdown-menu li a {
    color: #000 !important;
}

/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: red !important;
}

body {
    font: 400 15px/1.8 'Noto Serif', serif;
    color: #777;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.navbar {
    font-family: Montserrat, sans-serif;
}

.content {
	background: rgba(255,255,255,0.9);
	color: #000;
	padding: 3em;
	margin-bottom: 2em;
}

.bigquote p {
	font-family: "Great Vibes", serif;
	font-size: 220%;
	line-height: 140%;
}

blockquote {
	border-left: 0;
}

.bigquote footer {
	font-size: 115%;
}

.bigword {
	font-size: 110%;
	color: #BC0000;
}

.calendar {
    font-size: 105%;
    margin: 10px;
}

.calendar-date {
    padding: 5px;
    background: rgb(166,0,0);
    text-align: center;
    font-weight: bold;
    color: rgb(245,245,245);
}

.calendar-name {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background: rgb(230,230,230);
    border: 1px solid rgb(166,0,0);
}

.panelheading {
	margin-top: 10px;
}

.portraet {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}


.initiale::first-letter {
	font-size: 450%;
	float: left;
	line-height: 100%;
	margin-right: 0.1em;

}

.siteheading {
	margin-top: -15px;
	margin-bottom: 20px;
}

#frmContact {
	max-width: 600px;
	margin-left: 4em;

}

#message {
	text-align: center;
}

.curriculum {
	text-align: center;
	clear: both;
}

.curriculum a {
	margin-top: 5px;
	margin-bottom: 7px;
	display: block;
}

.kontakt {
	margin-left: 3em;
}

.curriculum p:after {
    display: block;
    content: "";
    width: 100px;
	height: 15px;
    background: url('../img/ornament.png') no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

i {
	margin: 0px 8px 0px 5px;
}

.fdiv {
	display: inline-block;
    position: relative;
    width: 320px;
    padding-bottom: 320px; /* = width for a 1:1 aspect ratio */
    margin:12px;
    overflow:hidden;
	background: #555;
	color: white;
	border-radius: 10px;
}

.fdiv:hover {
	-webkit-box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
-moz-box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
}

.fdivcontainer {
	width: 100%;
	text-align: center;
}

.fsquare {
	float:left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    overflow:hidden;
	background: #fff;
	border-radius: 10px;
}

.fsquare:hover {
	-webkit-box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
-moz-box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
box-shadow: 0px 0px 29px 11px rgba(43,0,0,1);
}

.fcontent {
    position:absolute;
    width: 100%;
	height: 100%;
	text-align: center;

}

.fdivcontainer a {
	text-decoration: none;
	color: black;
}

.fbild {
	height: 63%;
}

.fpreis {
	font-size: 110%;
	width: 30%;
}

.fanzahl {
	width: 35%;
}

.fzeit {
	width: 35%;
	padding-left: 8px;
}

.fname {
	position: relative;
	height: 20%;
	line-height: 120%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight: bold;
	background: rgba(0, 0, 0, .7);
	padding: 5px;
}

.finfo {
	height: 17%;
	font-weight: bold;
	line-height: 110%;
	font-size: 90%;
}

.finfo-detail {
	font-weight: bold;
	font-size: 180%;
        margin-top: 50px;
}

.finfo-detail-preis {
    font-size: 200%;
}

.finfo-detail div div {
    background: #555;
    border-radius: 10px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 5px;
    color: white;
}


.finfo div {
	float: left;
	height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.route {
    text-align: center;
    margin-top: 70px;
    font-size: 150%;
}

.dropdown-menu {
	background-color: #333;
}

.dropdown-menu > li > a {
    color: #e9e9e9 !important;
}

.dropdown-menu li a:hover {
	background-color: #bc0000 !important;
}

.umsatzsteuer {
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
}

.hinweis-corona {
	margin: 1em;
	padding: 1em;
	border-left: 10px solid #BC0000;
}

.img-gutschein {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
}

/* big screen size */
@media (min-width: 768px)
{
	
	.uebermich {
	font-size: 109%;
	}
	
	.fuehrungen {
		font-size: 109%;
	}
	
	.bigger {
		font-size: 109%;
	}
	
	.telefonart {
		font-size: 150%;
		display: inline-block;
		width: 6em;
	}
	
	.telefonnummer {
		font-size: 250%;
	}

        .email {
            font-size: 200%;
        }

}


/* small screen size */
@media (max-width: 768px)
{
    .bigquote p {
		font-size: 150%;
	}  
	
	.bigquote footer {
	font-size: 80%;
	}
	
	.portraet {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.siteheading {
	text-align: center;
	}
	
	.telefonart {
		font-size: 100%;
		display: inline-block;
		width: 5em;
	}
	
	.telefonnummer {
		font-size: 130%;
		white-space: nowrap;
	}
	
	#frmContact {
	margin-left: auto;
	margin-right: auto;
	}
	
	.fsquare {
		float: none;
		width: 100%;
		padding-bottom: 100%;
		margin-bottom:1em;
	}
	
	.fuehrungen {
		padding: 1.5em;
	}
	
	.fdiv {
		margin: 12px 0;
	}
	
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.img-gutschein {
		width: 100%;
	}
}
