@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap');

html {
    height:100%;
}

body {
    margin:0;
    background-color: #fcfcfc;
    height:100%;
    background: url('/content/images/bg.jpg');
	background-repeat: no-repeat;
    font-family: 'Merriweather', serif;
    line-height: 150%;
}

div.block {
    width:98%;
    margin: 0 auto;
    max-width: 1000px;
}

.header {
    height:150px;
    margin-top:80px;
}

.menu {
    
    margin: 0 auto;
    position: fixed;
    top:0;
    padding:27px 20px 0 20px;
    width:calc(100% - 40px);
     -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
     background-color: rgba(255,255,255,0.40);
}

/*.menu-bg {
    
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
}

.menu-bg::after {
	margin-left: -490px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 980px;
    height: 1px;
    z-index: 1;
}

.menu-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1;
}*/


img.logo {
   height:55px;
    width:auto;
}

a {
    color: #04569F;
    text-decoration: none;
    border-bottom: 1px solid #E60F2D;
}
img.konkurs {
   max-width: 100%; 
}

.content {
    margin-top: 110px;
    padding:20px;
}
.footer {
    text-align: center;
    padding:20px;
}

div.links {
    display: flex;
     justify-content: space-around;
    font-size: 1.5em;
    line-height: 150%;
}

.relative {
position:relative;
}

a.anchor {
	position:absolute; top:-120px;
	}