.cookieNotification {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #e4e64f;
    border-top: 3px solid rgb(210, 210, 210);
    z-index: 9999;
}
.cookieNotificationContainer {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cookieNotification .close, .cookieDialog .close {
  float: right;
  color:#000000;
}

.cookieNotification h3, .cookieDialog h3 {
  margin-bottom: 10px;
  color: #000000;
}

.cookieNotification .buttons {
  text-align: center;
}

.cookieNotification .buttons .moreLink, .cookieNotification .buttons .agreeLink {
  margin: 2px 5px 2px 5px;
  padding: 10px 15px 10px 16px;
  background-color: #ffffff;
    color: #000000;
}

.cookieNotification .buttons .moreLink:hover, .cookieNotification .buttons .agreeLink:hover {
  background-color: #ffffff;
  color: #000000;
}

.cookieDialog {
  position: fixed;
  left: 40%;
  top: 20px;
  z-index: 1;
  width: 400px; 
  background-color: #ffffff;
  border: 3px solid rgba(226, 226, 226, 0.69);
  padding: 10px 10px 10px 10px;
}

.cookieNotificationContainer p{
  color:#000000;
}

.cookieDialog p {
  margin-bottom: 20px;
}

a.cookieDialogOpenLink, a.cookieDialogOpenLink:hover{
  color:#3ca2ec;
}
.addthis_native_toolbox{ 
  height:25px;
  margin-bottom:10px;
  margin-top:5px;
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 768px) {
  .cookieNotificationContainer {
    width: 100%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .cookieNotificationContainer {
    width: 768px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) and (max-width: 1200px) {
  .cookieNotificationContainer {
    width: 992px;
  }
}
.cookieNotificationContainer {
	padding:0 15px;
}
.cookieNotification .buttons{
	margin-top:15px;
}
