/*---- cookiehint ----*/

footer {
    padding: 5em 0 5em 0 !important;

}

#cookiehint {
	width: 100%;
	padding: 0.75em 0 1em 0;
	position: fixed;
	bottom: 0;
	left: 0;
/*
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #ffffff;
*/
	z-index: 9999999;
	font-size: 0.9em;
	
/*
	background: url('https://www.sibylle-rieckhoff.de/templates/schmakowski/images/nav-back2.png');
	background-size: 100% 160%;
	background-position: 0 center;
	background-repeat: repeat-x;
*/
	background-color: rgba(255, 219, 99, 0.95);
	border-top: 1px solid #ffffff;
}
#cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehint .cookiecontent {
	color: #000000;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;	
}
#cookiehint .cookiecontent p {
	margin: 0;
	padding: 0;
}

#cookiehint a {
	color: #000000;
	border: none;
	text-decoration: underline;
}
#cookiehint a:hover {
	color: #a6161f;
	border: none;
	text-decoration: underline;
}

#cookiehint .cookiebuttons {
	float: right;
	margin: 8px 0 0 20px;
}

#cookiesubmit {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 0 0 1px;
	margin: 0;
	border-radius: 200px;
	border: 0px solid transparent;
	background: #ffffff; 	/* #ffdd55; */
	color: #000000;
	cursor: pointer;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
#cookiesubmit:hover {
  background: #a6161f;
  color: #ffffff;
}
