@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/enriqueta/v10/gokpH6L7AUFrRvV44HVrv2mHmA.ttf) format('truetype');
}

.js html, .js body, p, h1, h2 {
    margin: 0;
    padding: 0;
    border: 0;
}

.no-js body {
    padding: 10px;
}


html, body {
    font-size: 100%;
    vertical-align: baseline;
}

.js header {
    width: 100vw;
    height: 800px;
    overflow: hidden;
}

.js header * {
    font-family: Enriqueta, sans-serif;
    position: relative;
}

.js header div.s {
    background: url("back5.webp");
    position: relative;
    left: 0;
    top: 0;
    transform-origin: center top;
}

.js header h1, .js header h2, .js header p {
    width: 100%;
    position: absolute;
    text-align: center;
}

.js .sylbon {
    top: 100px;
    font-size: 39px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.01);
    --x-color: white;
}


.js .dor {
    top: 240px;
    font-size: 39px;
    text-transform: uppercase;
    color: white;
}

.js .prof_in {
    top: 370px;
    font-size: 39px;
    color: white;
}

.js .drjestem {
    display: none;
}

div.debug {
    position: fixed;
    top: 10px;
    left: 10px;
    background: yellow;
    z-index: 2;
    display: none;
}

.js header  ul {
    list-style: none;
}

.js header ul li {
    padding: 5px;
    background: #3378B8;
    border-radius: 10px;
    min-width: 3em;
    color: white;
    font-family: Enriqueta, sans-serif;
    font-size: 36px;
}
.js header li a {
    text-decoration: none;
    color: white;
}

.js p.menu {
    position: absolute;
    top: 590px;
    text-align: center;
}
.js .menu span {
    padding: 9px;
    background: #3378B8;
    border-radius: 10px;
    min-width: 3em;
    color: white;
    font-family: Enriqueta, sans-serif;
    font-size: 36px;
    margin: 15px;
}

.menu span a {
    text-decoration: none;
    color: white;
}

.menu span a:hover {
    background: #cbe4f8;
    border: #cbe4f8;
    color: darkblue;
}

.menu span a:active {
    background: yellow;
    color: darkblue;
}


@media (max-width: 4950px) {
    
    .js nav {
	position: absolute;
	width: 100vw;
	text-align: center;
	margin-top: 10px;
	z-index: 3;
    }
    .js header ul {
	display: inline;
	position: absolute;
	top: 200px;
	z-index: 3;
	
    }
    .js header ul li {
	display: inline;
    }
}

div.omnie {
    padding: 1ex 1ex 1ex 1ex;
    margin-top: 4ex;
    font-family: Enriqueta, sans-serif;
    
}

.omnie #sylpict {
    width: 8em;
    min-width: 25vw;
    max-width: 50vw;
    border-radius: 10px;
}

.omnie #sylcont {
    float: right;
    --x-border-right: 3px solid blue;
    --x-background: #eee;
    --x-background: url("vrule.webp");
    background-position: right top;
    background-repeat: repeat-y;
    margin-left: 1ex;
}

.omnie h1 {
    --x-text-align: center;
    margin-bottom: 2ex;
    color: #005693;
    font-size: calc(10px + 2vw);
    background: #cbe4f8;
    border-radius: calc(2px + 0.5vw);
    padding-left: 15px;
}

.omnie h2 {
    margin-top: 4ex;
    margin-bottom; 1ex;
    font-size: calc( 10px + 2vw );
    text-align: right;
    background: #cbe4f8;
    border-radius: calc(2px + 0.5vw);
    padding-right: 1ex;
    
}

.omnie ul {
        --x-list-style: none;
}

.omnie {
    color: #005693;
    font-size: calc( 10px + 2vw);
	
}

div#content {
    --x-background: yellow;
}
