﻿.cookiebalk {
 display:inline;
 position:fixed;
 left:0px;
 bottom:0px;
 width:100%;
 height:85px !important;
 text-align:center;
 line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
  background: #e97f34;
  color: #000000;


 padding: 10px 0px 0px 0px;
 margin-left:auto;
 margin-right:auto;
 border-top:1px solid black;
 z-index:999999;

}
.footer-marge {
 margin-bottom:45px;
}
.knopcookie {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 15px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #e97f34;
  color: #e97f34;
  background: #fff;
}
.knopcookie:hover {
	background: #CCCCCC;
	color: #000000;
}





/* Tablets verticaal SM) */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {

.cookiebalk {
 height:80px !important;
}
.footer-marge{
 margin-bottom:80px;
}

}




/* Smartphones horizontaal XS */
@media only screen 
  and (min-width: 481px) 
  and (max-width: 767px) {


.cookiebalk{
 height:100px !important; 
}
.footer-marge {
 margin-bottom:100px;
}

}


/* Smartphones verticaal XS */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px) {
 h1{font-size: 2.5em;}
 h3{font-size: 1.5em;}

.cookiebalk{

 height:100px !important; 
}
.footer-marge {
 margin-bottom:100px;
}

}