#redim-cookiehint{
	width: 85%;
    left: 18%;
    padding: 7px 5%;
    box-sizing: border-box;
    position: absolute;
    font-size: 14px;
    z-index: 800;
    top: 29%;
}
#buchfoto{
    float: left;
    margin-right: 3%;
}
schriftrolleTextFarbe {
	color:black;
	font-size:15px;
}
@media screen and (max-width: 799px) {

	#redim-cookiehint{
		width: 74%;
		left: 27%;
	}
	#redim-cookiehint .cookiecontent{
		background-size: 104% 95% !important;
	}
	
}
@media screen and (max-width: 570px) {

	#redim-cookiehint{
		top: 5%;
	}
}
/** IPAD vertikal **/
@media screen and (max-width: 1000px) {
#redim-cookiehint{
	width: 73%;
}
	#redim-cookiehint .cookiecontent{
		background-size: 104% 95% !important;
	}
	#redim-cookiehint .cookiebuttons{
		left: 72% !important;
	}
}
/**  Galaxy S5 ***/
@media screen and (min-width: 319px) and (max-width: 374px) {
	#redim-cookiehint{
		width: 87%;
		top: 36%;
		left: inherit !important;
	}
	#redim-cookiehint .cookiecontent{
		padding-bottom: 240px !important;
		padding-top: 140px  !important;
	}
}
@media screen and (min-width: 374px) and (max-width: 420px) {
	#redim-cookiehint{
		width: 87%;
		top: 37% !important;
		left: inherit !important;
	}
	#redim-cookiehint .cookiecontent{
		padding-bottom: 240px !important;
		padding-top: 140px  !important;
	}	
}
@media screen and (min-width: 361px) and (max-width: 420px) {
	#redim-cookiehint{
		width: 104%;
		top: 38%;
		left: inherit !important;
	}
	#redim-cookiehint .cookiecontent{
		padding-bottom: 240px !important;
		padding-top: 140px  !important;
	}
	#redim-cookiehint .cookiebuttons{
		position:absolute;
		left: 68%;
		top: 4%;
	}
}
/** IPAD horizontal **/
@media screen and (min-width: 1002px) and (max-width: 1030px) {
	#redim-cookiehint{
		width: 87%;
	}
}
#redim-cookiehint .cookiecontent{
	font-size: 14px;
    background-image: url(../../../../images/177.png);
	background-repeat: no-repeat;
	background-size: 101% 95%;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	padding-top: 98px;
	padding-bottom: 98px;
	padding-left:79px;
	padding-right:113px;
    background-position-x: -9px;
    background-position-y: -5px;
}
	#redim-cookiehint .cookiebuttons{
	position:absolute;
	left: 79%;
    top: 4%;
}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	color: #fff;
	background-color: #333;
	font-size: 12px;
	line-height: 14px;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111111;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}