/*Navigationsbar*/
#ulNav
{
	list-style-type: none;
	overflow: hidden;
	background-color:#2a2b2a;
	position: sticky;
	width: 99.35%;
	transition: 0.4s;
	top:0;
	z-index: 99;
	padding: 20px 5px;
	margin:0;
}

.liNav
{
	float: left;
}

.liNav a
{
	
	display: block;
	width: 175px;
	background-color: 2a2b2a;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	padding: 20px 5px;
	margin:0;
	font-family:Julius Sans One;
	border: 0;
}

.liNav a:hover
{
	background-color: #ed6a5a;
	border-radius: 4px;
}

#navErhartConsulation
{
	text-decoration: none;
	font-size: 17px;
	margin:0;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	color:ffc900;
	font-family: Amatic SC;
}

/*Bauch*/
body
{
	font-family:Julius Sans One;
	background-color: #fdfffc;
	color: #50514f;
}

.spalten
{
	display:table;
	border-spacing: 0px;
	width: 100%;
	font-family: Open Sans Condensed;
	font-size: 35px;
	padding-top:35px;
	padding-bottom:15px;
	
	text-align: center;
}

.eineSpalte
{
	display:table-cell;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: top;
	width: 15%;
	background-color: fdfffc;
	font-size: 20px;
}



.spaltenFachbuecher
{
	display:table;
	width: 100%;
}

.eineSpalteFachbuecher
{
	display:table-cell;
	/*font-family: "Roboto", sans-serif; */
	font-family: Open Sans Condensed;
	box-sizing: border-box;
	vertical-align: top;
	/*width: 25%;*/
	font-size: 20px;
	text-align:center;
	background-color:#FDFFFC;
}

.buecherLink
{
	text-decoration:none;
	font-family: Open Sans Condensed;
	background-color: #fdfffc;
	color: #50514f;
}	

.ueberschriftFachbuecherBuecher
{
	font-family:Quicksand;
}

#mittlereSpalte
{
	width: 70%;
	background-color: fdfffc;
	font-family: Open Sans Condensed;
}

#iUeberschriftDerSpalteMitte
{
	text-align:center;
	font-family:Quicksand;
	font-size: 50px;
}

/*Bild mit Text*/
.bildMitText
{
	position: relative;
	font-family: Crafty Girls ;
}

.textAufBild
{
	background-color: rgba(240,248,255, 0.2);
	text-align: center;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fdfffc;
	width: 90%;
}


h1
{
	color:ffc900;
	text-align:center;
	margin-top: 0;
	font-size: 50px;
	font-family: Amatic SC;
}

/*Footer*/
.fuss
{
	background-color: #2a2b2a;
	padding:20px;
	border:0px;
	margin-top:20px;
	
	text-align:center;
	font-size:15px;
	font-family:Julius Sans One;
}

.fuss a
{
	text-decoration:none;
	color: white;
	
	padding-left: 50px;
	padding-right: 50px;
}

/*Cockies*/
.cookie
{
	background-color: rgba(42,43,42, 0.75);
	color: white; 
	font-family: Open Sans Condensed ;
	
	padding: 14.5px;
	border: 0px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	
	position: fixed;
	bottom: 7px;
	width: 97.05%;
}

.cookie a
{
	color: white;
	text-decoration: none;
}

.cookie a:hover
{
	color: #ed6a5a;
}

#buttonCookie
{
	position:relative;
	text-decoration: none;
	background-color: ffc900;
	border: 0;
	border-radius:3px;
	bottom: 2px;
	
	cursor:pointer;
}