/*****************************************

		CUSTOM CSS

******************************************/
h1, h1 a, .componentheading, h2.contentheading, h2.contentheading a {
    border-width: 1px;
}
.website-content, .title-centered .module-title h3, .button-header-address {
    background: #transparent;
  border-radius: 25px;
}
.button-header-address {
    background: #000000;
}
h1, .componentheading, .blog > h2 {
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 14px 0px;
}
#easycookieinfo {
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #000000;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-bottom: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    padding: 25px 0;
    box-sizing: border-box;
}
#easycookieinfo .accept > a:hover, #easycookieinfo .accept > a:focus, #easycookieinfo .accept > a:active {
    background-color: #10385b;
    color: #FFFFFF;
    text-decoration: none;
}
#easycookieinfo .accept > a {
    display: inline-block;
    background: #4682b4;
    color: #FFFFFF;
    padding: 8px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    text-decoration: none;
}
#easycookieinfo .text > a {
    color: #4682b4;
    text-decoration: none;
}
.module-translate {
position:absolute;
right:20px;
top:3px;
z-index:20;
}