<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vložená data */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,700,700i,900,900i');

/* NastavenĂ­ posuvnĂ­ku */
/* width */
::-webkit-scrollbar { width: 8px;}
/* Track */
::-webkit-scrollbar-track { background: #f3f4f5;}
/* Handle */
::-webkit-scrollbar-thumb { background: #181717;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #763324;}

body { width: 100%; font-family: 'Poppins', sans-serif; margin: 0 0 0 0; font-size: 18px; font-weight: 300; color: #181717; background: #f3f4f5; background: url('../themes/wall.fw.png') top repeat-y;}

/* Rozhraní pro notebook + PC */
@media screen and (min-width: 1180px) {
    #facebody, #start { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}
    #facebody-page { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}

    /* Definice textu */
    .free { width:100%; height: 20px;}
    .free-big { width: 100%; height: 50px;}
    .free-mini { width: 100%; height: 12px;}
    .space { width: 100%; height: 40px;}
    .top-space { width: 100%; height: 80px;}

    h1, .nadpis { font-size: 3em; font-weight: 900; margin: 0 0 20px 0;}
    h1 span, .nadpis span { font-weight: 300;}
    p, li { font-size: 1.3em; margin: 0 0 10px 0; font-weight: 300;}
    p span, li span , .classic-txt span { font-weight: 600;}
    h3 { font-size: 1.3em; margin: 0 0 10px 0; font-weight: 300;}
    h2 { font-size: 1.4em; margin: 0 0 10px 0; font-weight: 300;}
    h2 span { font-weight: 700; color: #763324;}
    p a, h1 a { color: #181717; text-decoration: none;}
    p a:hover, h1 a:hover { color: #763324;}

    /* BTN */
    .btn { width: 280px; height: 50px; position: absolute; margin: 0; border-radius: 8px; padding: 5px; transition: all .35s ease-in-out;}
    a.btn { border: 1px solid #181717;}
    a.btn:hover { border: 1px solid #763324;}
    .btn-content { width: 280px; height: 50px; position: absolute; margin: 0; font-size: 1.4em; border-radius: 8px; font-weight: 900; text-align: center; display: flex; align-items: center; justify-content: center; transition: all .35s ease-in-out;}
    a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    a.btn:hover .btn-content { color: #f3f4f5; background: #181717;}

    /* StartPage + HomePage + Page, rozcestník */
    header { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center;}
    header section { width: calc(100% - 40px); height: calc(100vh - 40px); display: flex; align-items: start; flex-flow: column; background: url('../themes/back.fw.png') top no-repeat; background-size: 100% 100%;}
    #start header section { background: rgba(0,0,0,.25) url('../themes/back.trinec.fw.png') top no-repeat; background-size: 100% 100%;}
    .header-logomenu { width: 100%; height: 120px; margin: 0;}
    .header-logo { width: 177px; height: 100px; position: absolute; margin: 25px; background: url('../themes/logo.basic.fw.png') top no-repeat; background-size: cover;}
    .header-center-lineas-a { width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 21px); background: #ffffff;}
    .header-center-lineas-b { width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page header { width: 100%; height: 340px; display: flex; align-items: center; justify-content: center;}
        #facebody-page section { width: calc(100% - 40px); height: 300px; display: flex; align-items: start; flex-flow: column; background: url('../themes/back.fw.png') center no-repeat; background-size: 100% auto;}
        #facebody-page .header-center-lineas-a, #facebody-page .header-center-lineas-b { height: 40px;}

    .header-langbox { width: 118px; height: 52px; position: absolute; margin: 45px 0 0 calc(100% - 200px); border: 2px solid #763324; border-radius: 10px;}
    .navi-button-position { width: 56px; height: 56px; position: absolute; margin: -3px 0 0 -65px;}

    .circle-langbutton-cze { width: 56px; height: 46px; position: absolute; margin: 3px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; transition: all .35s ease-in-out;}
    .circle-langbutton-eng { width: 56px; height: 46px; position: absolute; margin: 3px 0 0 58px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; transition: all .35s ease-in-out;}
    .circle-langbutton-none { color: #763324;}
    .circle-langbutton-active { color: #f3f4f5; background: rgba(243,244,245,.20);}
    a.circle-langbutton-cze, a.circle-langbutton-eng { color: #f3f4f5; text-decoration: none;}
    a.circle-langbutton-cze:hover, a.circle-langbutton-eng:hover { color: #f3f4f5; background: #763324;}

    .header-bottom { width: 100%; height: 120px; margin: 0;}
    .header-bottom-lineas-a { width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 21px); background: #ffffff;}
    .header-bottom-lineas-b { width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom { height: 60px;}
        #facebody-page .header-bottom-lineas-a { height: 40px; margin: 7px 0 0 calc(50% - 21px); background: #ffffff;}
        #facebody-page .header-bottom-lineas-b { height: 40px; margin: 7px 0 0 calc(50% - 20px); background: #f3f4f5;}

    .header-bottom-content { width: 100%; height: 80px; position: absolute; margin: calc(100vh - 80px) 0 0 0; display: flex;}
    .header-bottom-content-left { width: 400px; height: 80px; position: absolute; margin: 0; display: flex; align-items: center; justify-content: center; background: #ffffff;}
    .header-bottom-content-right { width: 400px; height: 80px; position: absolute; margin: 0 0 0 calc(100% - 400px); display: flex; align-items: center; justify-content: center; background: #f3f4f5;}
    .header-bottom-content-left h1, .header-bottom-content-right h1 { font-size: 1.8em; margin: 0; color: #181717;}
    .header-bottom-content-left h1 span, .header-bottom-content-right h1 span { font-size: 1em; color: #763324;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom-content { margin: 280px 0 0 0;}
    
    .header-content { width: 100%; height: calc(100vh - 240px); margin: 0; display: flex; align-items: center; justify-content: center;}
    #facebody-page .header-content { height: 200px;}
        /* StartPage */
        .header-content-startpage { width: 100%; height: 360px; margin: 0; display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap;}
        .header-content-startpage-box { width: 208px; height: 348px; border: 1px solid #f3f4f5; border-radius: 8px; display: flex; justify-content: center; overflow: hidden;}
        .header-content-startpage-box img { height: 340px;}
        .header-content-startpage-box-ID { width: 160px; height: 50px; position: absolute; margin: 320px 0 0 0;}
        .header-content-startpage-box-ID-button { width: 150px; height: 40px; position: absolute; margin: 0; border: 5px solid #f3f4f5; border-radius: 8px; color: #f3f4f5; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all .35s ease-in-out;}
        a.header-content-startpage-box-ID-button { color: #f3f4f5; text-decoration: none; background: #763324;}
        a.header-content-startpage-box-ID-button:hover { color: #f3f4f5; background: #181717;}
        /* HomePage */
        .header-content-hp { width: 700px; height: auto; margin: 0; padding: 0 200px 0 0; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-hp h1 { margin: 0;}
        .header-content-hp p { text-align: left;}
        /* Page */
        .header-content-page { width: 900px; height: auto; margin: 0; padding: 0; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-page h1 { font-size: 2em; margin: 0;}
        .header-content-page p { font-size: 1em; text-align: left;}
    
    /* Spodní část webu */
    footer { width: 100%; height: auto; padding: 100px 0 0 0; display: flex; flex-wrap: wrap;}
    .footer-lineas { width: 100%; height: 0px; display: flex; flex-flow: column; justify-content: center;}
    .footer-lineas-a { width: 2px; height: 100px; margin: -120px 0 0 calc(50% - 1px); background: #763324;}
    .footer-lineas-b { width: 600px; height: 2px; margin: 0 0 0 calc(50% - 300px); background: #763324;}
    .footer-credits { width: 100%; height: auto; padding: 30px 0 20px 0; display: flex; flex-flow: column; align-items: center; justify-content: center;}
    .footer-credits h2 { margin: 0 0 10px 0; font-size: 16px;}
    .footer-creative { width: 600px; height: 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .rhotechnology { width: 250px; height: 26px; transition: all .35s ease-in-out;}
    a.rhotechnology { background: url('../themes/creator.fw.png') left no-repeat; background-size: auto 26px;}
    a.rhotechnology:hover { background: url('../themes/creator.active.fw.png') left no-repeat; background-size: auto 26px;}
    .romandesign { width: 213px; height: 26px; transition: all .35s ease-in-out;}
    a.romandesign { background: url('../themes/creator.fw.png') right no-repeat; background-size: auto 26px;}
    a.romandesign:hover { background: url('../themes/creator.active.fw.png') right no-repeat; background-size: auto 26px;}

    /* Obsahové ovládače */
    main, article { width: 100%; height: auto; padding: 100px 0; display: flex; flex-wrap: wrap; justify-content: center;}
    article { justify-content: center;}
    .lineas { width: 100%; height: 0px; text-align: left; display: flex; flex-wrap: wrap; justify-content: center;}
    .lineas-action { width: 2px; height: 100px; margin-top: -120px; background: #763324;}
    article .lineas-action { margin-top: -130px; background: #763324;}

    /* Hlavní stránka, obsah */
    .content { width: 1200px; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}
    .content-image { width: 300px; height: 300px; display: flex; align-items: center; justify-content: center;}
    .content-image-position { width: 298px; height: 398px; display: flex; align-items: center; justify-content: center; border: 1px solid #181717; overflow: hidden;}
    .content-image-position img { height: 100%;}
    .content-container { width: 700px; height: auto; display: flex; flex-flow: column; align-items: start; justify-content: center;}
    .content-container-odkaz { width: 250px; height: 50px;}

    /* Kontakt na společnost */
    #firmbox { background: url('../themes/back.contact.fw.png') top no-repeat;}
    .firmbox-content { width: 100%; height: auto; text-align: left;}
    .firmbox-content h1 { text-align: center; margin: 0;}
    .firmbox-content-obsah { width: 100%; height: 200px; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .firmbox-content-obsah-box { width: 400px; display: flex; flex-flow: column;}
    .firmbox-content-obsah-box h1 { font-size: 1.8em; text-align: center;}
    .firmbox-content-obsah-box p { font-size: 1.1em; margin: 0; text-align: center;}

    /* Nabídka produktu, základ */
    .productboard { width: 100%; height: auto;}
    .productboard h1 { text-align: center; margin: 0;}
    .productboard-content { width: 100%; height: 400px; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .productboard-content-box { width: 278px; height: 358px; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-around; border: 1px solid #181717; border-radius: 8px;}
    .productboard-content-box-vyroba { background: url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-cnc { background: url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-dily { background: url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-realizace { background: url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 360px;}
    
    .productboard-cotnent-box-button-position { width: 200px; height: 28px; text-align: left;}
    .productboard-cotnent-box-button { width: 200px; height: 50px; position: absolute; margin: 0; display: flex; justify-content: center; align-items: center; border: 5px solid #f3f4f5; border-radius: 8px; font-size: 1.4em; font-weight: 700; color: #f3f4f5; text-align: center; transition: all .35s ease-in-out;}
    a.productboard-cotnent-box-button { text-decoration: none; background: #763324;}
    a.productboard-cotnent-box-button:hover { background: #181717;}

    /* Obsah podstránky */
    .contain { width: 1040px; height: auto; text-align: left; padding: 0 60px;}
    .contain-image-position { width: 325px; height: 370px; float: left; text-align: left; margin: 0;}
    .contain-image { width: 298px; height: 398px; position: absolute; margin: -30px 0 0 -25px; overflow: hidden; border: 1px solid #181717;}
    .contain-image img { height: 100%;}

    /* Recyklace, nabídka */
    .recyklace-linea { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .recyklace-box { width: 50%; height: 400px; display: flex; flex-wrap: wrap; justify-content: center;}

    .recyklace-data { width: 580px; height: 360px; position: absolute;}
    a.recyklace-data { text-decoration: none;}
    .recyklace-ID-a { background: url('../themes/recyklace.01.fw.png') top no-repeat; background-size: 580px auto;}
    .recyklace-ID-b { background: url('../themes/recyklace.02.fw.png') top no-repeat; background-size: 580px auto;}
    .recyklace-ID-c { background: url('../themes/recyklace.03.fw.png') top no-repeat; background-size: 580px auto;}
    .recyklace-ID-d { background: url('../themes/recyklace.04.fw.png') top no-repeat; background-size: 580px auto;}
    .recyklace-ID-e { background: url('../themes/recyklace.05.fw.png') top no-repeat; background-size: 580px auto;}
    .recyklace-data .space { height: 310px;}
    .recyklace-data-ID { width: 360px; height: auto; margin: 0 0 0 100px; padding: 10px; background: #FFF;}
    .recyklace-data-ID-text { width: 340px; height: auto; margin: 0; padding: 10px; font-size: 24px; font-weight: 700; text-align: center; transition: all 0.35s ease-in-out;}
    a.recyklace-data .recyklace-data-ID-text { background: #181717; color: #f3f4f5; text-decoration: none;}
    a.recyklace-data:hover .recyklace-data-ID-text { background: #763324; text-decoration: none;}
    
    /* Kontaktní informace */
    .kontaktinfo-all { width: 1040px; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .kontaktinfo-box { width: 520px; height: auto; display: flex; flex-flow: column; justify-content: top; align-items: center;}
    .kontaktinfo-box img { width: 520px; margin: 0 0 15px 0;}
    .kontaktinfo-box h1 { font-size: 1.8em; margin: 0 0 12px 0; font-weight: 400;}
    .kontaktinfo-box h1 span { font-weight: 800;}
    .kontaktinfo-box p { font-size: 1.3em; margin: 0 0 8px 0; font-weight: 400;}
    .kontaktinfo-box h2 { font-size: .9em; margin: 0 0 12px 0; font-weight: 400; text-align: center;}

    .kontaktinfo-firma-all { width: 1040px; height: auto; text-align: left;}
    .kontaktinfo-firma-maps { width: 1036px; height: 356px; border: 2px solid #763324; overflow: hidden; background: url('../themes/maps.fw.png') top no-repeat; background-size: auto 360px;}
    .kontaktinfo-firma-maps-pozice { width: 1040px; height: 356px; position: absolute; margin: 0 0 0 0; overflow: hidden;}
    .kontaktinfo-firma-maps-odkaz { width: 1040px; height: 356px; position: absolute; margin: 0 0 0 0; font-size: 30px; font-weight: 900; text-align: center; transition: all 0.35s ease-in-out; background: rgba(0,0,0,.45);}
    a.kontaktinfo-firma-maps-odkaz { background: rgba(255,255,255,.0); padding: 400px 0 0 0; color: #f3f4f5; text-decoration: none;}
    a.kontaktinfo-firma-maps-odkaz:hover { background: rgba(119,51,39,.75); padding: 160px 0 0 0;}
    
    /* Technologie, tabulky */
    .technologie-tab { width: 1040px; height: auto; text-align: left; margin: 0 0 0 0;}
    .technologie-IDtab { width: 1000px; height: 50px; padding: 5px 20px; font-size: 28px; text-align: center; font-weight: 900; color: #763324; border-top: 1px double #181717;}
    .technologie-container { width: 1040px; height: 50px; margin: 0 0 0 0; cursor: pointer;}
    .technologie-tab-a { width: 1040px; height: 50px; position: absolute; margin: 0 0 0 0;}
    .technologie-tab-b { width: 1040px; height: 50px; position: absolute; margin: 0 0 0 0;}
    a.technologie-tab-a { background: rgba(0,0,0,.04);}
    a.technologie-tab-b { background: rgba(0,0,0,.08);}
    a.technologie-tab-a:hover, a.technologie-tab-b:hover { background: rgba(0,0,0,.14);}
    .technologie-row-01, .technologie-row-02 { width: 220px; height: 50px; position: absolute; margin: 0 0 0 0;}
    .technologie-row-02 { margin: 0 0 0 220px;}
    .technologie-row-03, .technologie-row-04, .technologie-row-05, .technologie-row-06, .technologie-row-07 { width: 120px; height: 50px; position: absolute; margin: 0 0 0 440px;}
    .technologie-row-04 { margin: 0 0 0 560px;}
    .technologie-row-05 { margin: 0 0 0 680px;}
    .technologie-row-06 { margin: 0 0 0 800px;}
    .technologie-row-07 { margin: 0 0 0 920px;}
    .technologie-obsah-header { width: 100%; height: 40px; position: absolute; margin: 5px 0 0 0; font-size: 13px; font-weight: 700; text-align: center;}
    .technologie-obsah-header-special { width: 100%; height: 20px; position: absolute; margin: 15px 0 0 0; font-size: 13px; font-weight: 700; text-align: center;}
    .technologie-obsah { width: 100%; height: 24px; position: absolute; margin: 14px 0 0 0; font-size: 20px; text-align: center;}
    .technologie-tab-a .classic-txt-special, .technologie-tab-b .classic-txt-special { width: 100%; text-align: center; padding: 10px 0; margin: 0 0 0 0;}

    /* Obsahová stránka webu */
    .content-page { width: 1040px; min-height: 20px;}
    .content-page h1 span { font-size: 36px;}
    .content-page-left { width: 510px; height: auto; position: absolute; margin: 0; text-align: center;}
    .content-page-right { width: 510px; height: auto; margin: 0 0 0 530px; text-align: center;}
    .content-page-left h1, .content-page-right h1 { font-size: 32px; margin: 0 0 10px 0;}
    .content-page-left h1 span, .content-page-right h1 span { font-size: 32px;}
    .content-page-left h2, .content-page-right h2 { font-size: 24px; margin: 0 0 5px 0;}

    .content-box { width: 460px; height: 460px; margin: 0 0 0 20px; text-align: left;}
    .content-page-right .content-box { width: 460px; height: 460px; margin: 0 0 0 30px;}
    .content-box-obsah { width: 458px; height: 458px; position: absolute; margin: 0; cursor: pointer; overflow: hidden; transition: all 0.35s ease-in-out;}
    a.content-box-obsah { border: 1px solid #181717;}
    a.content-box-obsah:hover { border: 1px solid #763324;}
    .content-box-obsah-image-01 { width: 460px; height: 460px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-02 { width: 460px; height: 460px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-03 { width: 460px; height: 460px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-04 { width: 460px; height: 460px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 460px;}
    a.content-box-obsah:hover .content-box-obsah-image-01, a.content-box-obsah:hover .content-box-obsah-image-02, a.content-box-obsah:hover .content-box-obsah-image-03,
    a.content-box-obsah:hover .content-box-obsah-image-04 { filter: blur(4px); -webkit-filter: blur(4px);}
    .content-box-obsah-gradient { width: 460px; height: 460px; position: absolute; margin: 0; transition: all 0.35s ease-in-out;}
    a.content-box-obsah .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(13,13,13,.15), #181717);}
    a.content-box-obsah:hover .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(119,52,37,.15), #763324);}
    .content-box-obsah-a { width: 460px; height: 160px; position: absolute; padding: 300px 0 0 0; transition: all 0.35s ease-in-out;}
    .content-box-obsah-a h1 { font-weight: 900; font-size: 46px; text-align: center;}
    a.content-box-obsah .content-box-obsah-a { color: #f3f4f5; text-decoration: none; margin: 0 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-a { margin: -460px 0 0 0;}
    .content-box-obsah-b { width: 400px; height: 150px; position: absolute; padding: 250px 30px 0 30px; text-align: center; transition: all 0.35s ease-in-out;}
    .content-box-obsah-b h2 { font-size: 21px;}
    a.content-box-obsah .content-box-obsah-b { color: #f3f4f5; margin: 460px 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-b { margin: 0;}

    /* Certifikace */
    .cert { width: 100%; display: flex; flex-flow: wrap;}
    .cert-cell { width: calc(50% - 50px); padding: 25px; align-items: flex-start;}
    .cert-content { width: calc(100% - 2px);}
    .cert-content img { width: 100%;}

    /* Certifikace */
    .corp { width: 100%; display: flex; flex-flow: wrap; justify-content: start;}
    .corp-box { width: calc(50% - 25px); height: 180px; padding: 0 5px 0 20px; display: flex; flex-flow: wrap; justify-content: left;}
    .corp-box:nth-child(2) { padding: 0 20px 0 5px;}
    .corp-box-ID { width: 100%; height: 230px; overflow: hidden; display: flex; flex-flow: wrap; justify-content: center; align-items: center; transition: all .35s ease-in-out;}
    .corp-box-ID img { width: 100%;}
    .corp-box-ID .btn { width: 300px; height: 60px;}
    .corp-box-ID a.btn { border: 1px solid #f3f4f5;}
    .corp-box-ID a.btn:hover { border: 1px solid #FFF;}
    .corp-box-ID .btn-content { width: 300px; height: 50px; padding: 5px 0; font-size: 26px; font-weight: 600; display: flex;}
    .corp-box-ID a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    .corp-box-ID a.btn:hover .btn-content { color: #763324; background: #f3f4f5;}
}

/* Rozhraní pro tablety */
@media screen and (min-width: 768px) and (max-width: 1179px) {
    #facebody, #start { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}
    #facebody-page { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}

    /* Definice textu */
    .free { width:100%; height: 20px;}
    .free-big { width: 100%; height: 50px;}
    .free-mini { width: 100%; height: 12px;}
    .space { width: 100%; height: 40px;}
    .top-space { width: 100%; height: 80px;}

    h1, .nadpis { font-size: 2.6em; font-weight: 900; margin: 0 0 16px 0;}
    h1 span, .nadpis span { font-weight: 300;}
    p, li { font-size: 1.1em; margin: 0 0 8px 0; font-weight: 300;}
    p span, li span, .classic-txt span { font-weight: 600;}
    h3 { font-size: 1.1em; margin: 0 0 8px 0; font-weight: 300;}
    h2 { font-size: 1.3em; margin: 0 0 8px 0; font-weight: 300;}
    h2 span { font-weight: 700; color: #763324;}
    p a, h1 a { color: #181717; text-decoration: none;}
    p a:hover, h1 a:hover { color: #763324;}

    /* BTN */
    .btn { width: 240px; height: 40px; position: absolute; margin: 0; border-radius: 6px; padding: 5px; transition: all 0.35s ease-in-out;}
    a.btn { border: 1px solid #181717;}
    a.btn:hover { border: 1px solid #763324;}
    .btn-content { width: 240px; height: 30px; position: absolute; margin: 0; padding: 5px 0; font-size: 20px; font-weight: 900; text-align: center;}
    a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    a.btn:hover .btn-content { color: #f3f4f5; background: #181717;}

    /* StartPage + HomePage + Page, rozcestník */
    header { width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center;}
    header section { width: calc(100% - 30px); height: calc(100vh - 30px); display: flex; align-items: start; flex-flow: column; background: url('../themes/back.fw.png') top no-repeat; background-size: auto 100%;}
    #start header section { background: rgba(0,0,0,.25) url('../themes/back.trinec.fw.png') top no-repeat; background-size: auto 100%;}
    .header-logomenu { width: 100%; height: 120px; margin: 0;}
    .header-logo { width: 177px; height: 100px; position: absolute; margin: 25px; background: url('../themes/logo.basic.fw.png') top no-repeat; background-size: cover;}
    .header-center-lineas-a { width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 21px); background: #ffffff;}
    .header-center-lineas-b { width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page header { width: 100%; height: 330px; display: flex; align-items: center; justify-content: center;}
        #facebody-page section { width: calc(100% - 30px); height: 300px; display: flex; align-items: start; flex-flow: column; background: url('../themes/back.fw.png') center no-repeat; background-size: 100% auto;}
        #facebody-page .header-center-lineas-a, #facebody-page .header-center-lineas-b { height: 40px;}

    .header-langbox { width: 118px; height: 52px; position: absolute; margin: 45px 0 0 calc(100% - 200px); border: 2px solid #763324; border-radius: 10px;}
    .navi-button-position { width: 56px; height: 56px; position: absolute; margin: -3px 0 0 -65px;}

    .circle-langbutton-cze { width: 56px; height: 46px; position: absolute; margin: 3px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #f3f4f5; transition: all .35s ease-in-out;}
    .circle-langbutton-eng { width: 56px; height: 46px; position: absolute; margin: 3px 0 0 58px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #f3f4f5; transition: all .35s ease-in-out;}
    .circle-langbutton-none { color: #763324;}
    .circle-langbutton-active { color: #f3f4f5; background: rgba(243,244,245,.20);}
    a.circle-langbutton-cze, a.circle-langbutton-eng { color: #f3f4f5; text-decoration: none;}
    a.circle-langbutton-cze:hover, a.circle-langbutton-eng:hover { color: #f3f4f5; background: #763324;}

    .header-bottom { width: 100%; height: 120px; margin: 0;}
    .header-bottom-lineas-a { width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 21px); background: #ffffff;}
    .header-bottom-lineas-b { width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom { height: 60px;}
        #facebody-page .header-bottom-lineas-a { height: 40px; margin: 7px 0 0 calc(50% - 21px); background: #ffffff;}
        #facebody-page .header-bottom-lineas-b { height: 40px; margin: 7px 0 0 calc(50% - 20px); background: #f3f4f5;}

    .header-bottom-content { width: 100%; height: 70px; position: absolute; margin: calc(100vh - 70px) 0 0 0; display: flex;}
    .header-bottom-content-left { width: 350px; height: 70px; position: absolute; margin: 0; display: flex; align-items: center; justify-content: center; background: #ffffff;}
    .header-bottom-content-right { width: 350px; height: 70px; position: absolute; margin: 0 0 0 calc(100% - 350px); display: flex; align-items: center; justify-content: center; background: #f3f4f5;}
    .header-bottom-content-left h1, .header-bottom-content-right h1 { font-size: 1.7em; margin: 0; color: #181717;}
    .header-bottom-content-left h1 span, .header-bottom-content-right h1 span { font-size: 1em; color: #763324;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom-content { margin: 280px 0 0 0;}
    
    .header-content { width: 100%; height: calc(100vh - 240px); margin: 0; display: flex; align-items: center; justify-content: center;}
    #facebody-page .header-content { height: 200px;}
        /* StartPage */
        .header-content-startpage { width: 100%; height: 800px; margin: 0; display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap;}
        .header-content-startpage-box { width: 208px; height: 348px; border: 1px solid #f3f4f5; border-radius: 8px; margin: 0 0 50px 0; display: flex; justify-content: center; overflow: hidden;}
        .header-content-startpage-box img { height: 340px;}
        .header-content-startpage-box-ID { width: 160px; height: 50px; position: absolute; margin: 320px 0 0 0;}
        .header-content-startpage-box-ID-button { width: 150px; height: 40px; position: absolute; margin: 0; border: 5px solid #f3f4f5; border-radius: 8px; color: #f3f4f5; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all .35s ease-in-out;}
        a.header-content-startpage-box-ID-button { color: #f3f4f5; text-decoration: none; background: #763324;}
        a.header-content-startpage-box-ID-button:hover { color: #f3f4f5; background: #181717;}
        /* HomePage */
        .header-content-hp { width: 700px; height: auto; margin: 0; padding: 0 20px 0 20px; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-hp h1 { margin: 0;}
        .header-content-hp p { text-align: left;}
        /* Page */
        .header-content-page { width: 700px; height: auto; margin: 0; padding: 30px 0 0 0; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-page h1 { font-size: 2em; margin: 0;}
        .header-content-page p { font-size: 1em; text-align: left;}
    
    /* Spodní část webu */
    footer { width: 100%; height: auto; padding: 80px 0 0 0; display: flex; flex-wrap: wrap;}
    .footer-lineas { width: 100%; height: 0px; display: flex; flex-flow: column; justify-content: center;}
    .footer-lineas-a { width: 2px; height: 100px; margin: -120px 0 0 calc(50% - 1px); background: #763324;}
    .footer-lineas-b { width: 600px; height: 2px; margin: 0 0 0 calc(50% - 300px); background: #763324;}
    .footer-credits { width: 100%; height: auto; padding: 30px 0 20px 0; display: flex; flex-flow: column; align-items: center; justify-content: center;}
    .footer-credits h2 { margin: 0 0 10px 0; font-size: 16px;}
    .footer-creative { width: 600px; height: 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .rhotechnology { width: 250px; height: 26px; transition: all .35s ease-in-out;}
    a.rhotechnology { background: url('../themes/creator.fw.png') left no-repeat; background-size: auto 26px;}
    a.rhotechnology:hover { background: url('../themes/creator.active.fw.png') left no-repeat; background-size: auto 26px;}
    .romandesign { width: 213px; height: 26px; transition: all .35s ease-in-out;}
    a.romandesign { background: url('../themes/creator.fw.png') right no-repeat; background-size: auto 26px;}
    a.romandesign:hover { background: url('../themes/creator.active.fw.png') right no-repeat; background-size: auto 26px;}

    /* Obsahové ovládače */
    main, article { width: 100%; height: auto; padding: 80px 0; display: flex; flex-wrap: wrap; justify-content: center;}
    article { justify-content: center;}
    .lineas { width: 100%; height: 0px; text-align: left; display: flex; flex-wrap: wrap; justify-content: center;}
    .lineas-action { width: 2px; height: 100px; margin-top: -120px; background: #763324;}
    article .lineas-action { margin-top: -130px; background: #763324;}

    /* Hlavní stránka, obsah */
    .content { width: 750px; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}
    .content-image { width: 200px; height: 300px; display: flex; align-items: center; justify-content: center;}
    .content-image-position { width: 198px; height: 398px; display: flex; align-items: center; justify-content: center; border: 1px solid #181717; overflow: hidden;}
    .content-image-position img { height: 100%;}
    .content-container { width: 530px; height: auto; display: flex; flex-flow: column; align-items: start; justify-content: center;}
    .content-container-odkaz { width: 250px; height: 50px;}

    /* Kontakt na společnost */
    #firmbox { background: url('../themes/back.contact.fw.png') top no-repeat;}
    .firmbox-content { width: 100%; height: auto; text-align: left;}
    .firmbox-content h1 { text-align: center; margin: 0;}
    .firmbox-content-obsah { width: 100%; height: 180px; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .firmbox-content-obsah-box { width: 360px; display: flex; flex-flow: column;}
    .firmbox-content-obsah-box h1 { font-size: 1.6em; text-align: center;}
    .firmbox-content-obsah-box p { font-size: 1.0em; margin: 0; text-align: center;}

    /* Nabídka produktu, základ */
    .productboard { width: 100%; height: auto;}
    .productboard h1 { text-align: center; margin: 0;}
    .productboard-content { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .productboard-content-box { width: 278px; height: 358px; margin: 0 0 60px 0; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-around; border: 1px solid #181717; border-radius: 8px;}
    .productboard-content-box-vyroba { background: url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-cnc { background: url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-dily { background: url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-realizace { background: url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 360px;}
    
    .productboard-cotnent-box-button-position { width: 200px; height: 28px; text-align: left;}
    .productboard-cotnent-box-button { width: 200px; height: 50px; position: absolute; margin: 0; display: flex; justify-content: center; align-items: center; border: 5px solid #f3f4f5; border-radius: 8px; font-size: 1.4em; font-weight: 700; color: #f3f4f5; text-align: center; transition: all .35s ease-in-out;}
    a.productboard-cotnent-box-button { text-decoration: none; background: #763324;}
    a.productboard-cotnent-box-button:hover { background: #181717;}

    /* Obsah podstránky */
    .contain { width: 750px; height: auto; text-align: left; padding: 0 60px;}
    .contain-image-position { width: 260px; height: 340px; float: left; text-align: left; margin: 0;}
    .contain-image { width: 248px; height: 368px; position: absolute; margin: -30px 0 0 -5px; overflow: hidden; border: 1px solid #181717;}
    .contain-image img { height: 100%;}

    /* Recyklace, nabídka */
    .recyklace-linea { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .recyklace-box { width: 50%; height: 250px; display: flex; flex-wrap: wrap; justify-content: center;}

    .recyklace-data { width: 350px; height: 210px; position: absolute;}
    a.recyklace-data { text-decoration: none;}
    .recyklace-ID-a { background: url('../themes/recyklace.01.fw.png') top no-repeat; background-size: 350px auto;}
    .recyklace-ID-b { background: url('../themes/recyklace.02.fw.png') top no-repeat; background-size: 350px auto;}
    .recyklace-ID-c { background: url('../themes/recyklace.03.fw.png') top no-repeat; background-size: 350px auto;}
    .recyklace-ID-d { background: url('../themes/recyklace.04.fw.png') top no-repeat; background-size: 350px auto;}
    .recyklace-ID-e { background: url('../themes/recyklace.05.fw.png') top no-repeat; background-size: 350px auto;}
    .recyklace-data .space { height: 180px;}
    .recyklace-data-ID { width: 200px; height: auto; margin: 0 0 0 70px; padding: 10px; background: #FFF;}
    .recyklace-data-ID-text { width: 190px; height: auto; margin: 0; padding: 10px; font-size: 22px; font-weight: 700; text-align: center; transition: all 0.35s ease-in-out;}
    a.recyklace-data .recyklace-data-ID-text { background: #181717; color: #f3f4f5; text-decoration: none;}
    a.recyklace-data:hover .recyklace-data-ID-text { background: #763324; text-decoration: none;}
    
    /* Kontaktní informace */
    .kontaktinfo-all { width: 750px; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .kontaktinfo-box { width: 375px; height: auto; display: flex; flex-flow: column; justify-content: top; align-items: center;}
    .kontaktinfo-box img { width: 375px; margin: 0 0 15px 0;}
    .kontaktinfo-box h1 { font-size: 1.4em; margin: 0 0 12px 0; font-weight: 400;}
    .kontaktinfo-box h1 span { font-weight: 800;}
    .kontaktinfo-box p { font-size: 1em; margin: 0 0 8px 0; font-weight: 400;}
    .kontaktinfo-box h2 { font-size: .7em; margin: 0 0 12px 0; font-weight: 400; text-align: center;}
    
    /* Kontaktní informace */
    .kontaktinfo-firma-all { width: 750px; height: auto; text-align: left;}
    .kontaktinfo-firma-maps { width: 746px; height: 256px; border: 2px solid #763324; overflow: hidden; margin: 0 0 0 5px; background: url('../themes/maps.fw.png') top no-repeat; background-size: auto 360px;}
    .kontaktinfo-firma-maps-pozice { width: 746px; height: 256px; position: absolute; margin: 0 0 0 0; overflow: hidden;}
    .kontaktinfo-firma-maps-odkaz { width: 746px; height: 256px; position: absolute; margin: 0 0 0 0; font-size: 30px; font-weight: 900; text-align: center; transition: all 0.35s ease-in-out; background: rgba(0,0,0,.45);}
    a.kontaktinfo-firma-maps-odkaz { background: rgba(255,255,255,.0); padding: 400px 0 0 0; color: #f3f4f5; text-decoration: none;}
    a.kontaktinfo-firma-maps-odkaz:hover { background: rgba(119,51,39,.75); padding: 110px 0 0 0;}
    
    /* Technologie, tabulky */
    .technologie-tab { width: 760px; height: auto; text-align: left; margin: 0 0 0 0;}
    .technologie-IDtab { width: 750px; height: 50px; padding: 5px 5px; font-size: 28px; text-align: center; font-weight: 900; color: #763324; border-top: 1px double #181717;}
    .technologie-container { width: 760px; height: 50px; margin: 0 0 0 0; cursor: pointer;}
    .technologie-tab-a { width: 760px; height: 50px; position: absolute; margin: 0 0 0 0;}
    .technologie-tab-b { width: 760px; height: 50px; position: absolute; margin: 0 0 0 0;}
    a.technologie-tab-a { background: rgba(0,0,0,.04); background: rgba(255,255,255,.25);}
    a.technologie-tab-b { background: rgba(0,0,0,.08);}
    a.technologie-tab-a:hover, a.technologie-tab-b:hover { background: rgba(0,0,0,.14);}
    .technologie-row-01, .technologie-row-02 { width: 180px; height: 50px; position: absolute; margin: 0 0 0 0;}
    .technologie-row-02 { margin: 0 0 0 180px;}
    .technologie-row-03, .technologie-row-04, .technologie-row-05, .technologie-row-06, .technologie-row-07 { width: 80px; height: 50px; position: absolute; margin: 0 0 0 360px;}
    .technologie-row-04 { margin: 0 0 0 440px;}
    .technologie-row-05 { margin: 0 0 0 520px;}
    .technologie-row-06 { margin: 0 0 0 600px;}
    .technologie-row-07 { margin: 0 0 0 680px;}
    .technologie-obsah-header { width: 100%; height: 40px; position: absolute; margin: 5px 0 0 0; font-size: 10px; font-weight: 700; text-align: center;}
    .technologie-obsah-header-special { width: 100%; height: 20px; position: absolute; margin: 15px 0 0 0; font-size: 13px; font-weight: 700; text-align: center;}
    .technologie-obsah { width: 100%; height: 24px; position: absolute; margin: 14px 0 0 0; font-size: 20px; text-align: center;}
    .technologie-tab-a .classic-txt-special, .technologie-tab-b .classic-txt-special { width: 100%; text-align: center; padding: 10px 0; margin: 0 0 0 0;}

    /* Obsahová stránka webu */
    .content-page { width: 750px; min-height: 20px;}
    .content-page h1 span { font-size: 30px;}
    .content-page-left { width: 370px; height: auto; position: absolute; margin: 0; text-align: center;}
    .content-page-right { width: 370px; height: auto; margin: 0 0 0 390px; text-align: center;}
    .content-page-left h1, .content-page-right h1 { font-size: 28px; margin: 0 0 10px 0;}
    .content-page-left h1 span, .content-page-right h1 span { font-size: 28px;}
    .content-page-left h2, .content-page-right h2 { font-size: 22px; margin: 0 0 5px 0;}

    .content-box { width: 370px; height: 350px; margin: 0 0 0 0; text-align: left;}
    .content-page-right .content-box { width: 370px; height: 350px; margin: 0 0 0 0;}
    .content-box-obsah { width: 368px; height: 368px; position: absolute; margin: 0; cursor: pointer; overflow: hidden; transition: all 0.35s ease-in-out;}
    a.content-box-obsah { border: 1px solid #181717;}
    a.content-box-obsah:hover { border: 1px solid #763324;}
    .content-box-obsah-image-01 { width: 370px; height: 370px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-02 { width: 370px; height: 370px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-03 { width: 370px; height: 370px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 460px;}
    .content-box-obsah-image-04 { width: 370px; height: 370px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 460px;}
    a.content-box-obsah:hover .content-box-obsah-image-01, a.content-box-obsah:hover .content-box-obsah-image-02, a.content-box-obsah:hover .content-box-obsah-image-03,
    a.content-box-obsah:hover .content-box-obsah-image-04 { filter: blur(4px); -webkit-filter: blur(4px);}
    .content-box-obsah-gradient { width: 370px; height: 370px; position: absolute; margin: 0; transition: all 0.35s ease-in-out;}
    a.content-box-obsah .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(13,13,13,.15), #181717);}
    a.content-box-obsah:hover .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(119,52,37,.15), #763324);}
    .content-box-obsah-a { width: 370px; height: 110px; position: absolute; padding: 260px 0 0 0; transition: all 0.35s ease-in-out;}
    .content-box-obsah-a h1 { font-weight: 900; font-size: 38px; text-align: center;}
    a.content-box-obsah .content-box-obsah-a { color: #f3f4f5; text-decoration: none; margin: 0 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-a { margin: -460px 0 0 0;}
    .content-box-obsah-b { width: 310px; height: 190px; position: absolute; padding: 180px 30px 0 30px; text-align: center; transition: all 0.35s ease-in-out;}
    .content-box-obsah-b h2 { font-size: 19px;}
    a.content-box-obsah .content-box-obsah-b { color: #f3f4f5; margin: 460px 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-b { margin: 0;}

    /* Certifikace */
    .cert { width: 100%; display: flex; flex-flow: wrap;}
    .cert-cell { width: calc(50% - 40px); padding: 20px; align-items: flex-start;}
    .cert-content { width: calc(100% - 2px);}
    .cert-content img { width: 100%;}

    /* Certifikace */
    .corp { width: 100%; display: flex; flex-flow: wrap; justify-content: start;}
    .corp-box { width: calc(50% - 25px); height: 180px; padding: 0 5px 0 20px; display: flex; flex-flow: wrap; justify-content: left;}
    .corp-box:nth-child(2) { padding: 0 20px 0 5px;}
    .corp-box-ID { width: 100%; height: 190px; overflow: hidden; display: flex; flex-flow: wrap; justify-content: center; align-items: center; transition: all .35s ease-in-out;}
    .corp-box-ID img { width: 100%;}
    .corp-box-ID .btn { width: 300px; height: 60px;}
    .corp-box-ID a.btn { border: 1px solid #f3f4f5;}
    .corp-box-ID a.btn:hover { border: 1px solid #FFF;}
    .corp-box-ID .btn-content { width: 300px; height: 50px; padding: 5px 0; font-size: 23px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
    .corp-box-ID a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    .corp-box-ID a.btn:hover .btn-content { color: #763324; background: #f3f4f5;}
}

/* Rozhraní pro mobil */
@media screen and (max-width: 767px) {
    #facebody, #start { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}
    #facebody-page { width: 100%; min-height: 100vh; position: relative; display: flex; flex-flow: column;}

    /* Definice textu */
    .free { width:100%; height: 10px;}
    .free-big { width: 100%; height: 30px;}
    .free-mini { width: 100%; height: 7px;}
    .space { width: 100%; height: 20px;}
    .top-space { width: 100%; height: 40px;}

    h1, .nadpis { font-size: 24px; text-align: center; font-weight: 900; margin: 0 0 12px 0;}
    h1 span, .nadpis span { font-weight: 300;}
    p, li { font-size: 18px; margin: 0 0 6px 0; font-weight: 300;}
    p span, li span, .classic-txt span { font-weight: 600;}
    h3 { font-size: 18px; margin: 0 0 6px 0; font-weight: 300;}
    h2 { font-size: 19px; margin: 0 0 6px 0; font-weight: 300;}
    h2 span { font-weight: 700; color: #763324;}
    p a, h1 a { color: #181717; text-decoration: none;}
    p a:hover, h1 a:hover { color: #763324;}

    /* BTN */
    .btn { width: 200px; height: 35px; position: absolute; margin: 0; border-radius: 4px; padding: 5px; transition: all 0.35s ease-in-out;}
    a.btn { border: 1px solid #181717;}
    a.btn:hover { border: 1px solid #763324;}
    .btn-content { width: 200px; height: 25px; position: absolute; margin: 0; padding: 5px 0; font-size: 17px; font-weight: 900; text-align: center;}
    a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    a.btn:hover .btn-content { color: #f3f4f5; background: #181717;}

    /* StartPage + HomePage + Page, rozcestník */
    header { width: 100%; height: 600px; display: flex; align-items: center; justify-content: center;}
    header section { width: calc(100% - 20px); height: 600px; margin: 20px 0 0 0; display: flex; align-items: start; flex-flow: column; justify-content: center; background: url('../themes/back.fw.png') top no-repeat; background-size: auto 100%;}
    #start header section { background: rgba(0,0,0,.25) url('../themes/back.trinec.fw.png') top no-repeat; background-size: auto 100%;}
    .header-logomenu { width: 177px; height: 140px; margin-left: calc(50% - 85px);}
    .header-logo { width: 177px; height: 100px; background: url('../themes/logo.basic.fw.png') top no-repeat; background-size: cover;}
    .header-center-lineas-a { visibility: hidden; width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 21px); background: #ffffff;}
    .header-center-lineas-b { visibility: hidden; width: 1px; height: 120px; position: absolute; margin-left: calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page header { width: 100%; height: 320px; display: flex; align-items: center; justify-content: center;}
        #facebody-page section { width: calc(100% - 30px); height: 300px; display: flex; align-items: start; flex-flow: column; background: url('../themes/back.fw.png') center no-repeat; background-size: auto 100%;}
        #facebody-page .header-center-lineas-a, #facebody-page .header-center-lineas-b { height: 0;}

    .header-langbox { width: 118px; height: 52px; position: absolute; margin: 45px 0 0 calc(50% - 100px); border: 2px solid #763324; border-radius: 10px;}
    .navi-button-position { width: 56px; height: 56px; position: absolute; margin: -3px 0 0 -65px;}

    .circle-langbutton-cze { width: 56px; height: 46px; position: absolute; margin: 3px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #f3f4f5; transition: all .35s ease-in-out;}
    .circle-langbutton-eng { width: 56px; height: 46px; position: absolute; margin: 3px 0 0 58px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #f3f4f5; transition: all .35s ease-in-out;}
    .circle-langbutton-none { color: #763324;}
    .circle-langbutton-active { color: #f3f4f5; background: rgba(243,244,245,.20);}
    a.circle-langbutton-cze, a.circle-langbutton-eng { color: #f3f4f5; text-decoration: none;}
    a.circle-langbutton-cze:hover, a.circle-langbutton-eng:hover { color: #f3f4f5; background: #763324;}

    .header-bottom { width: 100%; height: 120px; margin: 0;}
    .header-bottom-lineas-a { visibility: hidden; width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 21px); background: #ffffff;}
    .header-bottom-lineas-b { visibility: hidden; width: 1px; height: 120px; position: absolute; margin: -5px 0 0 calc(50% - 20px); background: #f3f4f5;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom { height: 60px;}
        #facebody-page .header-bottom-lineas-a { height: 40px; margin: 7px 0 0 calc(50% - 21px); background: #ffffff;}
        #facebody-page .header-bottom-lineas-b { height: 40px; margin: 7px 0 0 calc(50% - 20px); background: #f3f4f5;}

    .header-bottom-content { width: 100%; height: 70px; position: absolute; margin: calc(100vh - 70px) 0 0 0; display: flex; flex-wrap: wrap;}
    .header-bottom-content-left { width: 100%; height: 50px; margin: 0; display: flex; align-items: center; justify-content: center; background: #ffffff;}
    .header-bottom-content-right { width: 100%; height: 50px; margin: 0; display: flex; align-items: center; justify-content: center; background: #f3f4f5;}
    .header-bottom-content-left h1, .header-bottom-content-right h1 { font-size: 1.5em; margin: 0; color: #181717;}
    .header-bottom-content-left h1 span, .header-bottom-content-right h1 span { font-size: .9em; color: #763324;}
        /* Nastavení na obsahové stránce */
        #facebody-page .header-bottom-content { margin: 280px 0 0 0;}
    
    .header-content { width: 100%; height: calc(100vh - 240px); margin: 0; display: flex; align-items: center; justify-content: center;}
    #facebody-page .header-content { height: 200px;}
        /* StartPage */
        .header-content-startpage { width: 100%; height: 300px; margin: 0; display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap;}
        .header-content-startpage-box { width: 208px; height: 50px; border-radius: 0; margin: 0; display: flex; justify-content: center; overflow: hidden;}
        .header-content-startpage-box img { height: 0px; visibility: hidden;}
        .header-content-startpage-box-ID { width: 160px; height: 50px; position: absolute; margin: 0 0 0 0;}
        .header-content-startpage-box-ID-button { width: 150px; height: 40px; position: absolute; margin: 0; border: 3px solid #f3f4f5; border-radius: 8px; color: #f3f4f5; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all .35s ease-in-out;}
        a.header-content-startpage-box-ID-button { color: #f3f4f5; text-decoration: none; background: #763324;}
        a.header-content-startpage-box-ID-button:hover { color: #f3f4f5; background: #181717;}
        /* HomePage */
        .header-content-hp { width: 260px; height: auto; margin: 0; padding: 0 20px 0 20px; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-hp h1 { text-align: left; margin: 0; font-size: 1.6em;}
        .header-content-hp p { font-size: 0px; text-align: left;}
        /* Page */
        .header-content-page { visibility: hidden; width: 0; height: auto; margin: 0; padding: 30px 0 0 0; display: flex; flex-flow: column; align-items: start; justify-content: center; color: #f3f4f5;}
        .header-content-page h1 { font-size: 0em; margin: 0;}
        .header-content-page p { font-size: 0em; text-align: left;}
    
    /* Spodní část webu */
    footer { width: 100%; height: auto; padding: 40px 0 0 0; display: flex; flex-wrap: wrap;}
    .footer-lineas { width: 100%; height: 0px; display: flex; flex-flow: column; justify-content: center;}
    .footer-lineas-a { width: 2px; height: 40px; margin: 0px 0 0 calc(50% - 1px); background: #763324;}
    .footer-lineas-b { width: 200px; height: 2px; margin: 0 0 0 calc(50% - 100px); background: #763324;}
    .footer-credits { width: 100%; height: auto; padding: 30px 0 20px 0; display: flex; flex-flow: column; align-items: center; justify-content: center;}
    .footer-credits h2 { margin: 0 0 10px 0; font-size: 13px; text-align: center;}
    .footer-creative { width: 250px; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    .rhotechnology { width: 250px; height: 26px; transition: all .35s ease-in-out;}
    a.rhotechnology { background: url('../themes/creator.fw.png') left no-repeat; background-size: auto 26px;}
    a.rhotechnology:hover { background: url('../themes/creator.active.fw.png') left no-repeat; background-size: auto 26px;}
    .romandesign { width: 213px; height: 26px; margin: 0 0 0 18px; transition: all .35s ease-in-out;}
    a.romandesign { background: url('../themes/creator.fw.png') right no-repeat; background-size: auto 26px;}
    a.romandesign:hover { background: url('../themes/creator.active.fw.png') right no-repeat; background-size: auto 26px;}

    /* Obsahové ovládače */
    main, article { width: 100%; height: auto; padding: 40px 0; display: flex; flex-wrap: wrap; justify-content: center;}
    article { justify-content: center;}
    .lineas { width: 100%; height: 0px; text-align: left; display: flex; flex-wrap: wrap; justify-content: center;}
    .lineas-action { visibility: hidden; width: 2px; height: 100px; margin-top: -120px; background: #763324;}
    article .lineas-action { margin-top: -130px; background: #763324;}

    /* Hlavní stránka, obsah */
    .content { width: 300px; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}
    .content-image { visibility: hidden; width: 0px; height: 0px; display: flex; align-items: center; justify-content: center;}
    .content-image-position { width: 0px; height: 0px; display: flex; align-items: center; justify-content: center; border: 1px solid #181717; overflow: hidden;}
    .content-image-position img { height: 0px; visibility: hidden;}
    .content-container { width: 300px; height: auto; display: flex; flex-flow: column; align-items: start; justify-content: center;}
    .content-container-odkaz { width: 250px; height: 50px;}

    /* Kontakt na společnost */
    #firmbox { background: url('../themes/back.contact.fw.png') top no-repeat;}
    .firmbox-content { width: 100%; height: auto; text-align: left;}
    .firmbox-content h1 { text-align: center; margin: 0;}
    .firmbox-content-obsah { width: 100%; height: auto; margin: 0 0 10px 0; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .firmbox-content-obsah-box { width: 300px; display: flex; flex-flow: column;}
    .firmbox-content-obsah-box h1 { font-size: 22px; text-align: center;}
    .firmbox-content-obsah-box p { font-size: 18px; margin: 0; text-align: center;}

    /* Nabídka produktu, základ */
    .productboard { width: 100%; height: auto;}
    .productboard h1 { text-align: center; margin: 0;}
    .productboard-content { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: space-around;}
    .productboard-content-box { width: 278px; height: 158px; margin: 0 0 20px 0; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-around; border: 1px solid #181717; border-radius: 8px;}
    .productboard-content-box-vyroba { background: url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-cnc { background: url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-dily { background: url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 360px;}
    .productboard-content-box-realizace { background: url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 360px;}
    
    .productboard-cotnent-box-button-position { width: 200px; height: 48px; text-align: left;}
    .productboard-cotnent-box-button { width: 200px; height: 50px; position: absolute; margin: 0; display: flex; justify-content: center; align-items: center; border: 3px solid #f3f4f5; border-radius: 8px; font-size: 1.4em; font-weight: 700; color: #f3f4f5; text-align: center; transition: all .35s ease-in-out;}
    a.productboard-cotnent-box-button { text-decoration: none; background: #763324;}
    a.productboard-cotnent-box-button:hover { background: #181717;}

    /* Obsah podstránky */
    .contain { width: 300px; height: auto; text-align: left; padding: 0 0;}
    .contain-image-position { width: 300px; height: 220px; float: left; text-align: left; margin: 0;}
    .contain-image { width: 298px; height: 188px; position: absolute; margin: 20px 0 0 0; overflow: hidden; border: 1px solid #181717;}
    .contain-image img { width: 100%;}

    /* Recyklace, nabídka */
    .recyklace-linea { width: 100%; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .recyklace-box { width: 100%; height: 250px; display: flex; flex-wrap: wrap; justify-content: center;}

    .recyklace-data { width: 320px; height: 190px; position: absolute;}
    a.recyklace-data { text-decoration: none;}
    .recyklace-ID-a { background: url('../themes/recyklace.01.fw.png') top no-repeat; background-size: 320px auto;}
    .recyklace-ID-b { background: url('../themes/recyklace.02.fw.png') top no-repeat; background-size: 320px auto;}
    .recyklace-ID-c { background: url('../themes/recyklace.03.fw.png') top no-repeat; background-size: 320px auto;}
    .recyklace-ID-d { background: url('../themes/recyklace.04.fw.png') top no-repeat; background-size: 320px auto;}
    .recyklace-ID-e { background: url('../themes/recyklace.05.fw.png') top no-repeat; background-size: 320px auto;}
    .recyklace-data .space { height: 180px;}
    .recyklace-data-ID { width: 200px; height: auto; margin: 0 0 0 50px; padding: 10px; background: #FFF;}
    .recyklace-data-ID-text { width: 190px; height: auto; margin: 0; padding: 10px; font-size: 18px; font-weight: 700; text-align: center; transition: all 0.35s ease-in-out;}
    a.recyklace-data .recyklace-data-ID-text { background: #181717; color: #f3f4f5; text-decoration: none;}
    a.recyklace-data:hover .recyklace-data-ID-text { background: #763324; text-decoration: none;}
    
    /* Kontaktní informace */
    .kontaktinfo-all { width: 300px; height: auto; display: flex; flex-wrap: wrap; justify-content: center;}
    .kontaktinfo-box { width: 300px; height: auto; margin: 0 0 10px 0; display: flex; flex-flow: column; justify-content: top; align-items: center;}
    .kontaktinfo-box img { width: 300px; margin: 0 0 10px 0;}
    .kontaktinfo-box h1 { font-size: 20px; margin: 0 0 8px 0; font-weight: 400;}
    .kontaktinfo-box h1 span { font-weight: 800;}
    .kontaktinfo-box p { font-size: 17px; margin: 0 0 6px 0; font-weight: 400;}
    .kontaktinfo-box h2 { font-size: 14px; margin: 0 0 4px 0; font-weight: 400; text-align: center;}
    
    /* Kontaktní informace */
    .kontaktinfo-firma-all { width: 300px; height: auto; text-align: left;}
    .kontaktinfo-firma-maps { width: 298px; height: 158px; border: 1px solid #763324; overflow: hidden; margin: 0 0 0 5px; background: url('../themes/maps.fw.png') top no-repeat; background-size: 460px auto;}
    .kontaktinfo-firma-maps-pozice { width: 298px; height: 158px; position: absolute; margin: 0 0 0 0; overflow: hidden;}
    .kontaktinfo-firma-maps-odkaz { width: 298px; height: 158px; position: absolute; margin: 0 0 0 0; font-size: 22px; font-weight: 900; text-align: center; transition: all 0.35s ease-in-out; background: rgba(0,0,0,.45);}
    a.kontaktinfo-firma-maps-odkaz { background: rgba(255,255,255,.0); padding: 200px 0 0 0; color: #f3f4f5; text-decoration: none;}
    a.kontaktinfo-firma-maps-odkaz:hover { background: rgba(119,51,39,.75); padding: 70px 0 0 0;}
    
    /* Technologie, tabulky */
    .technologie-tab { width: 310px; height: auto; text-align: left; margin: 0 0 0 0;}
    .technologie-IDtab { width: 300px; height: auto; padding: 5px 5px; font-size: 18px; text-align: center; font-weight: 900; color: #763324; border-top: 1px double #181717;}
    .technologie-container { width: 310px; height: 40px; margin: 0 0 0 0; cursor: pointer;}
    .technologie-tab-a { width: 310px; height: 40px; position: absolute; margin: 0 0 0 0;}
    .technologie-tab-b { width: 310px; height: 40px; position: absolute; margin: 0 0 0 0;}
    a.technologie-tab-a { background: rgba(0,0,0,.04); background: rgba(255,255,255,.25);}
    a.technologie-tab-b { background: rgba(0,0,0,.08);}
    a.technologie-tab-a:hover, a.technologie-tab-b:hover { background: rgba(0,0,0,.14);}
    .technologie-row-01, .technologie-row-02 { width: 105px; height: 40px; position: absolute; margin: 0 0 0 0;}
    .technologie-row-02 { margin: 0 0 0 105px;}
    .technologie-row-03, .technologie-row-04, .technologie-row-05, .technologie-row-06, .technologie-row-07 { width: 50px; height: 40px; position: absolute; margin: 0 0 0 210px;}
    .technologie-row-04 { margin: 0 0 0 260px;}
    .technologie-row-05, .technologie-row-06, .technologie-row-07 { width: 0px; height: 0px; visibility: hidden; overflow: hidden; margin: 0;}
    .technologie-obsah-header { width: 100%; height: 40px; position: absolute; margin: 5px 0 0 0; font-size: 7px; font-weight: 700; text-align: center;}
    .technologie-obsah-header-special { width: 100%; height: 20px; position: absolute; margin: 10px 0 0 0; font-size: 10px; font-weight: 700; text-align: center;}
    .technologie-obsah { width: 100%; height: 24px; position: absolute; margin: 14px 0 0 0; font-size: 14px; text-align: center;}
    .technologie-tab-a .classic-txt-special, .technologie-tab-b .classic-txt-special { width: 100%; text-align: center; padding: 9px 0; margin: 0 0 0 0;}

    /* Obsahová stránka webu */
    .content-page { width: 300px; min-height: 20px; margin: 0 0 10px 5px;}
    .content-page h1 span { font-size: 24px;}
    .content-page-left { width: 300px; height: auto; position: relative; margin: 0 0 10px 0; text-align: center;}
    .content-page-right { width: 300px; height: auto; margin: 0 0 0 0; text-align: center;}
    .content-page-left h1, .content-page-right h1 { font-size: 18px; margin: 0 0 10px 0;}
    .content-page-left h1 span, .content-page-right h1 span { font-size: 16px;}
    .content-page-left h2, .content-page-right h2 { font-size: 15px; margin: 0 0 5px 0;}

    .content-box { width: 300px; height: 140px; margin: 0 0 0 0; text-align: left;}
    .content-page-right .content-box { width: 300px; height: 140px; margin: 0 0 0 0;}
    .content-box-obsah { width: 298px; height: 138px; position: absolute; margin: 0; cursor: pointer; overflow: hidden; transition: all 0.35s ease-in-out;}
    a.content-box-obsah { border: 1px solid #181717;}
    a.content-box-obsah:hover { border: 1px solid #763324;}
    .content-box-obsah-image-01 { width: 300px; height: 140px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.01.fw.png') top no-repeat; background-size: auto 300px;}
    .content-box-obsah-image-02 { width: 300px; height: 140px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.02.fw.png') top no-repeat; background-size: auto 300px;}
    .content-box-obsah-image-03 { width: 300px; height: 140px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.03.fw.png') top no-repeat; background-size: auto 300px;}
    .content-box-obsah-image-04 { width: 300px; height: 140px; position: absolute; margin: 0; background: rgba(0,0,0,.25) url('../themes/servis.04.fw.png') top no-repeat; background-size: auto 300px;}
    a.content-box-obsah:hover .content-box-obsah-image-01, a.content-box-obsah:hover .content-box-obsah-image-02, a.content-box-obsah:hover .content-box-obsah-image-03,
    a.content-box-obsah:hover .content-box-obsah-image-04 { filter: blur(4px); -webkit-filter: blur(4px);}
    .content-box-obsah-gradient { width: 300px; height: 140px; position: absolute; margin: 0; transition: all 0.35s ease-in-out;}
    a.content-box-obsah .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(13,13,13,.15), #181717);}
    a.content-box-obsah:hover .content-box-obsah-gradient { background: linear-gradient(180deg, rgba(119,52,37,.15), #763324);}
    .content-box-obsah-a { width: 280px; height: 40px; position: absolute; padding: 100px 10px 0 10px; transition: all 0.35s ease-in-out;}
    .content-box-obsah-a h1 { font-weight: 900; font-size: 18px; text-align: center;}
    a.content-box-obsah .content-box-obsah-a { color: #f3f4f5; text-decoration: none; margin: 0 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-a { margin: 0 0 0 0;}
    .content-box-obsah-b { width: 0px; height: 0px; position: absolute; padding: 0; visibility: hidden; overflow: hidden; text-align: center; transition: all 0.35s ease-in-out;}
    .content-box-obsah-b h2 { font-size: 0px;}
    a.content-box-obsah .content-box-obsah-b { color: #f3f4f5; margin: 460px 0 0 0;}
    a.content-box-obsah:hover .content-box-obsah-b { margin: 0;}

    /* Certifikace */
    .cert { width: 100%; display: flex; flex-flow: wrap;}
    .cert-cell { width: calc(100% - 30px); padding: 15px; align-items: flex-start;}
    .cert-content { width: calc(100% - 2px);}
    .cert-content img { width: 100%;}

    /* Certifikace */
    .corp { width: 100%; display: flex; flex-flow: wrap; justify-content: start;}
    .corp-box { width: calc(100% - 10px); height: 180px; padding: 0 5px; display: flex; flex-flow: wrap; justify-content: left;}
    .corp-box-ID { width: 100%; height: 180px; overflow: hidden; display: flex; flex-flow: wrap; justify-content: center; align-items: center; transition: all .35s ease-in-out;}
    .corp-box-ID img { width: 100%;}
    .corp-box-ID .btn { width: 240px; height: 40px;}
    .corp-box-ID a.btn { border: 1px solid #f3f4f5;}
    .corp-box-ID a.btn:hover { border: 1px solid #FFF;}
    .corp-box-ID .btn-content { width: 240px; height: 30px; padding: 5px 0; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
    .corp-box-ID a.btn .btn-content { color: #f3f4f5; text-decoration: none; background: #763324;}
    .corp-box-ID a.btn:hover .btn-content { color: #763324; background: #f3f4f5;}
}</pre></body></html>