/*                                                                                                                                                       
   ;;;;;;;;;;;;;                               ;;;;;;;;;;;;           
	;;;;;;;;;;;;;;;.                     ,;;;;;;;;;;;;;;;            
	 ;;;;;;;;;;;;;;;;;                 ;;;;;;;;;;;;;;;;;             
	   ;;;;;;;;;;;;;;;;;            .;;;;;;;;;;;;;;;;;               
				 :;;;;;;;;         ;;;;;;;;:                         
					  ;;;;;      ,;;;;:                              
						 ;;;.   ;;;;                                 
						   ;;  ,;;                                   
							;; ;;                                    
							 ;;;                                     
							 ;;; 

	^^ Title : Cookie consent banner - eu law
	^^ Create : 2020-10-19
	^^ For PS version 1.4, 1.5, 1.6
	^^ Copyright : EAGLEMEDIA.de 
*/
div.cookiebanner img { height: auto; width: 100% }
div.cookiebanner .relative { position: relative }
div.cookiebanner .absolute { position: absolute }

div#cookiebanner { 
    height: 0 !important }	
div#cookiebanner.jsactive {
    height: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(255,255,255,.888);
    width: 100%;    
}
div.cookiebanner {
    width: 100%; 		
	font-size: 110%;
    z-index: 9999;
    position: relative
}
div.cookiebanner >* { overflow: hidden; }
div.cookiebanner.jsactive { 
    
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in;
	    -ms-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
    opacity: 1!important 
}
div.cookiebanner.jsactive.noov { box-shadow: 0 2px 7px rgba(0,0,0,.35); }
div.cookiebanner .container { 
	margin: 0 auto;
    padding: 7px 0
}	
div.cookiebanner_image a { display: inline-block; max-width: 20% }
div.cookiebanner_image a:before { }	
	
div.cookiebanner_descr p { 
    width: 100%;
	padding: 22px 3px 18px;
	margin: 0;	
	text-align: left;
    line-height: 22px;}
div.cookiebanner_descr p a { text-decoration: underline }	

div.cookiebanner_buttons { width: 100%; border-top: 1px solid #ccc } 
div.cookiebanner_buttons ul {
	list-style: none;
	padding: 0 }
div.cookiebanner_buttons ul li ul { margin: 0 auto; padding-top: 17px;}
div.cookiebanner_buttons div.checker { margin-right: 9px; height: 100% }
div.cookiebanner_buttons div.checker span { vertical-align: middle; opacity: .930 }
div.cookiebanner_buttons div.checker span input { position: absolute; top: 0; left: 0 }
div.cookiebanner_buttons div.checker span div.checker span { top: 0; background: transparent }
div.cookiebanner_buttons ul li ul li > * { float: left; display: block; }
div.cookiebanner_buttons ul li ul li {  
    border: 1px solid #ccc;
	cursor: pointer;
	display: block;
	min-height: 35px;
	line-height: 35px;
	padding: 0 3% !important;
	margin: 0 2% 17px 0;
    float: left;
    width: 31.33%;
    position: relative; }
div.cookiebanner_buttons ul li ul li:last-child { margin-right: 0}
.jsactive div.cookiebanner_buttons ul li ul li {
    color: #c57c5f }
div.cookiebanner_buttons ul li ul.ini li {
    width: 49%;
}
div.cookiebanner_buttons ul li ul li label { 
    font-weight: 400;
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer; }
div.cookiebanner_buttons ul li ul li input { 
    cursor: crosshair; 
    float: none;
    display: inline-block !important;}
    div.cookiebanner_buttons ul input[name="cookie_r"] { cursor: text }
div.cookiebanner_buttons ul #uniform-cookie_r span.checked,
 div.cookiebanner_buttons ul #uniform-cookie_ga span.checked { background-position: -15px -257px; opacity: .6 }

.cookiebanner_later, .cookiebanner_later .container { height: 0; }
.cookiebanner_later .container { position: relative }
.cookiebanner_later .triangle {
    width: 0;
    height: 0;
    -webkit-transform: rotate(180deg);
    border-style: solid;
    border-width: 0 35px 25px 35px;
    border-color: transparent transparent rgb(17, 131, 243) transparent;
    position: absolute;
    right: 0;
    bottom: -25px;
    text-indent: -500px;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;}
.cookiebanner_later img {
    -webkit-transform: rotate(180deg);
    position: absolute;
    z-index: 99999;
    bottom: auto;
    width: 30px;
    top: -17px;
    right: 20px;
    cursor: pointer;   
    opacity: .6}
.cookiebanner_later.bottom .triangle {   
    opacity: 0;
    -webkit-transform: rotate(360deg);     
    position: fixed;
    right: calc(50vw - 35px);
    bottom: 0 }
.cookiebanner_later.bottom img {
    opacity: 0;
    -webkit-transform: none;
    position: fixed;
    top: auto;
    bottom: -17px;
    right: calc(50vw - 15px);
    margin-left: 20px}

@media only screen and ( max-width: 991px ) {
    div.cookiebanner_buttons ul li ul.ini { width: 100% }
    div.cookiebanner_buttons ul li ul,
     div.cookiebanner_buttons ul li ul li {
        width: 100% }
    div.cookiebanner_buttons ul li ul li label {
        width: 90%; }    
}

@media only screen and ( max-width: 769px ) {
    div.cookiebanner_buttons ul li ul.ini { width: 100% }
    div.cookiebanner_image { display: none }
} 

@media screen and (max-width: 575px) {
    div.cookiebanner { padding: 0 1%;}
    div.cookiebanner .container { width: 98%; }
    div.cookiebanner_buttons ul li ul.ini li { 
        width: 100%; } 
}