/* CSS Document 
Hexa-Codes:
Westhaven: #27413e
Dark Night: #23373e
Silver Strand: #c0c3bc
Country Squire: #c0c3bc
Individual White: #cac5bf
Extra White: #e5e6e0
Cascades: #243c3e
Olive: #657b6f
*/

body {
	background: #e5e6e0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	width: 100%;
	margin: 0 auto;
}

p, h1, h2, h3, body {
	color: #000;
	font-weight: lighter;
}

nav.affix-top {
	font-size: 16px;
	padding: 20px 0;
	padding-top: 150px !important;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	padding-left: 25%;
}



.navbar-inverse{
	background: none;
	border: 0px;
}

nav.affix {
	background-color: #4d4256d0;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 50px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	padding-left: 25%;
	z-index: 1000;
	margin-bottom: 100px;
}

nav.affix li{
	background: none;
}

.navbar-inverse .navbar-toggle, .navbar-collapse {
	border: 0px;
	color: #000!important;
	z-index: 1000;
}

.navbar-toggle{
	background-color: #4d4256d0 !important;
	z-index: 1000;
}

.navbar-toggle:hover{
	background-color: #4d4256d0 !important;
	z-index: 1000;
}

.navbar-toggle li:hover{
	background-color: #4d4256d0;
	z-index: 1000;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background: none;
	border: none;
	z-index: 1000;
}

.navbar-collapse p.headerline{
	font-size: 20px;
}

nav a{
	color: #fff !important;
	z-index: 1000;
}

nav a:hover{
	color: #fff !important;
	background: #886da09a !important;
}

.navbar-inverse .navbar-nav > .active > a{
	background-color: #886da0c3 !important;
}

button#burger.navbar-toggle{
	position: absolute !important;
	top: 70px !important;
	right: 20px !important;
}

nav.affix button#burger.navbar-toggle{
	position: absolute !important;
	top: 15px !important;
	right: 20px !important;
}

footer {
	padding: 30px 100px;
	min-height: 100px;
	background: #886da0c3;
	color: #fff;
	text-align: center;
}

footer a{
	color: #fff;
	text-decoration: none;
  }
  
  footer a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
  }
  
  footer a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
  }

header {
	background-image: url("../images/lavendelKlein.jpg");
	background-position: auto auto;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	text-align: center;
}

.headerline{
	font-family: 'Parisienne';
	font-size: 60px;
	margin: 0;
	bottom: 10px;
	position: absolute;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 3px #23373e;
	text-align: center;
	z-index: 999;
}

.headerline.affix{
	font-size: 20px;
}

/* parisienne-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Parisienne';
	font-style: normal;
	font-weight: 400;
	src: url('../input/fonts/parisienne-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

div#main{
	background: #e5e6e0;
}

.innenabstand {
    padding: 40px;
}

img.logoInNav{
	height: 120px;

}

.affix img.logoInNav{
	height: 60px;

}

.referenzen{
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 425px;
	right: 5px;
}

.referenzen a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
}

h2{
	font-family: 'Parisienne';
	font-weight: lighter;
	font-size: 32px;
}

h3{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
}


p, label{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align:justify;
	font-size: 20px;
	font-weight: lighter;
}

p.small{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
	color: #000;
}

p.fett{
	text-align:justify;
	font-size: 20px;
	font-weight:bolder;
}

.collapsible p{
	text-align: left;
}

.collapsible p>a, .row a{
	text-align: left;
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}

button{
	border: 0px;
}

.checkbox label{
	font-weight: lighter;
}

@media screen and (max-width: 700px){
	nav.affix-top li{
		background-color: #4d4256d0;
		z-index: 1000;
	}

	nav.affix-top li:hover{
		background-color: #4d4256d0;
		z-index: 1000;
	}

	.headerline{
		font-family: 'Parisienne';
		font-size: 50px;
		margin: 0;
		bottom: 150px;
		position: absolute;
		font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 3px #23373e;
		text-align: center;
		z-index: 999;
		padding: 0;
	}

	.innenabstand{
		margin: 25px 25px;
		padding: 0;
	}

	.fuehrungen .innenabstand{
		margin: 25px 0px;
		padding: 0;
	}
}

.center{
	text-align: center;
}

input[type = "button"], a.btn{
	background-color: #886da09a;
	box-shadow: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	border: none;
	border-radius: 20px 10px;
	box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.5);
	height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

input[type = "button"]:hover, a.btn:hover{
	color: #657b6f;
	font-weight: lighter;
}

.buttonBearbeiten{
	background-color: #657b6f;
	color: #fff !important;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	margin: 10px;
	padding: 5px;
}

.buttonBearbeiten:hover{
	font-weight: bold;
}

.buttonLoeschen{
	background-color: #c0c3bc;
	color: #243c3e;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	margin: 10px;
	padding: 5px;
	font-weight: 400;
}

.buttonLoeschen:hover{
	font-weight: bold;
}

.buttonKochmodus{
	background-color: #23373e;
	color: #fff !important;
	border: none;
	border-radius: 25px;
	font-size: 18px;
	margin: 10px;
	padding: 5px;
}

.buttonKochmodus:hover{
	font-weight: bold;
}

@keyframes heart{
	0%   {color: #6e00cec3; font-size: 15px;}
	25%  {color: #ffffff; font-size: 20px;}
	50%  {color: #6e00cec3; font-size: 15px;}
	75%  {color: #ffffff; font-size: 20px;}
	100% {color: #6e00cec3; font-size: 15px;}
}

.heart{
	animation: heart 3s infinite;
}

.margin{
	margin: 10px 0;
}

.impressum h3{
	text-align: left;
	margin-top: 50px;
	font-size: 20px;
}

.parallax{
	text-align: center;
	padding: 100px 0;
	margin: 0 !important;
	width: 100%;
	background: url('../images/lilieInGlas.jpg') no-repeat center center fixed;
	background-size: cover;
	margin: 0;
}

.parallax h2{
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 1px #4d4256 ;
}

.blockquoteParallax{
	padding: 50px 20px !important;
}

.blockquoteKochmodus{
	padding: 50px 20px !important;
}

blockquote{
	border: none !important;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 3px #4d4256 ;
}

.carousel-control{
	background: none !important;
	color: #4d4256d0;
	box-shadow: none;
}

.parallax .row{
	margin: 0 !important;
}

.blockquoteKochmodus{
	color: #000;
	font-weight: 400;
	text-shadow: none;
}