body {
 padding-top: 60px;
    padding-bottom: 40px;
	font-family: 'Clan',Verdana, Geneva, sans-serif !important;
	font-style: normal;font-size: 12px !important;
	line-height: 1.5em;text-align: left;text-rendering: auto;color:#000;-webkit-text-size-adjust: none;
}



.btn{
    background-color: #09a6a6;
}
 


div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}


.zf-green {
    color: #09a6a6;
}

.btn-success {
    background-color: #09a6a6;
  
}


.btn-accept-cookies { color:#fff;
    background-color: #09a6a6;
  
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #09a6a6;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.accept-privacy-wrapper {
	text-align:center;
    display: none;
    background-color: black;
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    margin: auto;
    color: white;
    padding: 16px;
    z-index:9999;
}
.accept-privacy-wrapper.details {
    top: 16px;
}
.accept-privacy-wrapper .accept-privacy-details {
    display: none;
    overflow-y: auto;
    height: 100%;
}
body.disable-scroll {
    overflow: hidden;
}