@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


html, body {
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    letter-spacing:normal;
    line-height: 1.7;
    color: #59566D;
    color: #293945;
    padding:0;
    margin:0;
}

div {
    box-sizing:border-box;
}

#page {
    background-color: #293945;
    margin: 0px;
    padding-top: 120px;
    width: 100vw;
    overflow: hidden;
}

#masthead {
    padding: 0px 40px;
    font-size: 0;
    position: absolute;
    width: 100%;
    transition: all .5s;
    z-index: 9;
}
.fixedheader #masthead {position:fixed;background-color:#fff;box-shadow: 1px 1px 6px rgba(0,0,0,0.1);}


#masthead .logo {
    display: inline-block;
    background-image: url(images/databrush-logo-2.svg);
    width: 170px;
    height: 60px;
    background-size: 169px;
    background-repeat: no-repeat;
    background-position: left;
    /* background-color: red; */
    vertical-align: middle;
    margin-top: 20px;
    transition: all .3s;
}

#masthead .logo:after {
    content:"";
    display:block;
    width: 4px;
    height: 27px;
    position:absolute;
    left: 75px;
    top: 16px;
    background-color: #d1a91f;
    transition: all .4s;
}


#masthead .logo:hover:after {height:0}
#masthead:hover .logo:after {height:0}


.fixedheader #masthead .logo {
        background-image: url(images/databrush-logo-3.svg);
        margin-top: 0;
}
#masthead ul {
    margin: 0px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    text-align: right;
    margin-top: 20px;
    width: calc(100% - 170px);
    transition: all .3s;
}
.fixedheader #masthead ul {
    margin-top:0;
}
#masthead ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
#masthead ul li a {
    text-decoration: none;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    transition: all .3s;
    font-weight: bold;
    display: block;
}

#masthead ul li a:after {
    content:"";
    /* width: 100%; */
    height: 3px;
    background-color: #D1A920;
    display: block;
    transition: all .4s;
    width: 0%;
}
#masthead ul li a:hover:after {
    width:100%
}

.fixedheader #masthead ul a {
    color:#293945
}

#hero-banner {
    /* background-color: #293945; */
    padding: 100px 40px 200px 40px;
    font-size:0;
    text-align: center;
    min-height: 80vh;
}

#hero-banner h1 {
    font-size: 3rem;
    text-transform: uppercase;
    max-width: 300px;
    line-height: 3rem;
}

#hero-banner h1 {
    max-width: 340px;
}

#hero-banner .hb-content {}
#hero-banner .hb-content {
    color: white;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}


#hero-banner .hb-image {
    color: white;
    width: 40%;
    display: inline-block;
    height: 42vh;
    background-image: url(images/grafika.svg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: #293945;
    vertical-align: middle;
    background-position: center;
    /* padding: 40px; */
    transition: all .53s;
    border-radius: 20px;
    padding: 20px;
    }


    #hero-banner._404 .hb-image {
        background-image: url(images/404.svg);
    }

#hero-banner .hb-image:hover {
    /* background-blend-mode: normal; */
    /* background-color: white; */
}     

.btn {
    background-color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    text-transform: uppercase;
    color: #293945;
    font-weight: bold;
    font-size: 1rem;
    transition: all .53s;
    display: inline-block;
}

.btn:after {
    content:"";
    width:30px;
    height:10px;
    vertical-align:middle;
    display:inline-block;
    background-image:url(images/arrow3.svg);
    background-repeat:no-repeat;
    transition: all .4s;
    margin-left: 10px;
}

.btn:hover:after {
    background-position:right;
}

.btn:hover { color:#d1a91f}

.boxes {
    background-color:white;
    font-size:0;
    padding: 30px;
    text-align: center;
}

.boxes > div {
    display:inline-block;
    width: 33.33%;
    vertical-align: middle;
    font-size: 1rem;
    text-align: left;
    max-width: 450px;
    border-right: 1px solid rgba(41,57,69,0.14);
    padding-right: 60px;
    padding-left: 60px;
    min-width: 250px;
}

.boxes > div h2 {color:#D1A920; font-size:2rem}

.boxes > div:last-child {
    border-right:0;
    
}


#colophon {
    text-align:center; 
    font-size:.8rem;
}



#colophon {background-color: #1A385D;/* background-color: #43b1e6; */padding: 50px;background-color: black;background-color: #293945;/* max-width: 1200px; */}
.site-info {display:block; font-size:0;max-width: 1220px;margin: 10px auto 0px auto;}
#colophon  .f-links {vertical-align: middle;display:inline-block;text-align: right;width: 30%;}
#colophon .copyright {display:inline-block;width: 70%;vertical-align:middle;}
#colophon  .f-links .social {display:block;margin: 0px 0px;}
#colophon  .f-links .social a img {display:inline-block;width: 43px;height: 17px;margin: 0px 0px 14px 0px;margin-left: -10px;}
#colophon  .f-links a {color: white;/* color: initial; */font-size: .76rem;transition: all .4s;padding-left: 0px;text-decoration: none;text-align: right;}
#colophon  .f-links a img {transition: all .4s;}
#colophon  .f-links a:hover img {transform:scale(1.3)}
#colophon .copyright p i {display: block;width: 120px;height: 32px;/* background-color:red; */vertical-align:middle;margin-right:20px;background-image: url(images/databrush-logo-2.svg);background-repeat: no-repeat;background-position: center;margin-bottom: 0px;background-position: left;margin-bottom: 18px;}
#colophon .copyright p {display:block;color: white;/* max-width: 50%; */text-align: left;padding-bottom: 0;/* text-indent: 40px; */margin-bottom: 0;font-size: .6rem;margin: 0;}







.clicked .lines-button { right: 0px; position: absolute; width: 93px; top: -10px; background: rgb(80, 189, 173); margin-right: initial; }
.lines-button::before { position: absolute; margin-left: -70px; color: white; font-size: 1rem; text-transform: lowercase; margin-top: -3px; }
.lines-button {padding: 0px;cursor: pointer;user-select: none;background: transparent;border: none;position: absolute;outline: none;width: 50px;min-height: 50px;text-align: right;margin-left: auto;margin-right: auto;display: inline-block;float: right;transition: all 0.5s ease 0s;z-index: 9999;right: 15px;/* top: 6px; */}
.lines-button:hover { opacity: 1; }
.lines-button:active { }
.clicked .lines, .clicked .lines::before, .clicked .lines::after { background: rgb(255, 255, 255); }
.lines {display: inline-block;width: 31px;height: 2px;background: black;border-radius: 0px;position: relative;}
.lines::before, .lines::after {display: inline-block;width: 31px;height: 2px;background: black;border-radius: 0px;transition: all 0.3s ease 0s;position: absolute;left: 0px;content: "";transform-origin: 0.28571rem center;}
.lines::before { top: 8px; }
.lines::after { top: -8px; }
.lines-button:hover .lines::before { }
.lines-button:hover .lines::after { }
.lines-button.closed { }
.lines-button.arrow.closed .lines::before, .lines-button.arrow.closed .lines::after { top: 0px; width: 2.22222rem; }
.lines-button.arrow.closed .lines::before { transform: rotate3d(0, 0, 1, 40deg); }
.lines-button.arrow.closed .lines::after { transform: rotate3d(0, 0, 1, -40deg); }
.lines-button.arrow-up.closed { transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg); }
.lines-button.minus.closed .lines::before, .lines-button.minus.closed .lines::after { transform: none; top: 0px; width: 4rem; }
.lines-button.x.closed .lines { background: transparent; box-shadow: 0px 0px 0px; }
.lines-button.x.closed .lines::before, .lines-button.x.closed .lines::after { transform-origin: 50% 50%; top: 0px; width: 22px; margin-left: 3px; }
.lines-button.x.closed .lines::before {background-color: black;transform: rotate3d(0, 0, 1, 45deg);}
.lines-button.x.closed .lines::after {transform: rotate3d(0, 0, 1, -45deg);background-color: black;color: black;}
.lines-button.x2 .lines { transition: background 0.3s ease 0.5s; }
.lines-button.x2 .lines::before, .lines-button.x2 .lines::after { transform-origin: 50% 50%; transition: top 0.3s ease 0.6s, transform 0.3s ease 0s; }
.lines-button.x2.closed .lines { background: transparent; }
.lines-button.x2.closed .lines::before, .lines-button.x2.closed .lines::after { transition: top 0.3s ease 0s, transform 0.3s ease 0.5s; top: 0px; width: 4rem; }
.lines-button.x2.closed .lines::before { transform: rotate3d(0, 0, 1, 45deg); }
.lines-button.x2.closed .lines::after { transform: rotate3d(0, 0, 1, -45deg); }
.lines-button.closed { z-index: 9999; padding-left: 18px; }
.lines-button.closed:hover { }
.lines-button.closed:hover .lines::before, .lines-button.closed:hover .lines::after { }
.lines-button.closed::before { margin-left: -110px; margin-top: -5px; text-align: left; }

#kontakt {background-color:white;text-align: center;font-size: 0;}

#kontakt .initials {
    display:inline-block;
    vertical-align:middle;
    padding: 40px 40px;
    width: 50%;
    font-size: 1rem;
    max-width: 500px;
}


#kontakt .initials h3 {
    text-transform: uppercase;
    font-size: 1.95rem;
    display: block;
    margin-bottom: 30px;
}


#kontakt .initials a {
    color: white;
    box-shadow:1px 1px 10px rgba(0,0,0,0.1);
    background-color: #293945;
    padding:10px 20px;
    border-radius: 60px;
    text-decoration:none;
    font-weight:bold;
    margin: 20px;
    font-size:1.3rem;
    transition: all .3s;
    display: inline-block;
}


#kontakt .initials a:hover {transform: scale(1.13);}



.p-content {background-color:white;padding: 60px;border-top: 1px solid rgba(41,57,69,0.14);border-bottom: 1px solid rgba(41,57,69,0.14);}
.p-content h2 {text-transform:uppercase;text-align: center;max-width:600px;margin:20px auto;font-size: 1.95rem;display: block;margin-bottom: 30px;}
.p-content h3 {text-transform:uppercase;text-align: center; max-width:600px; margin:20px auto}

.p-content p {max-width:600px; margin:20px auto}


.form form {max-width:500px;margin: 20px auto;display: inline-block;/* min-width: 340px; */width: 100%;}
.form h2 {text-transform:uppercase; font-size:1.95rem; display:block; margin-bottom:30px;}


input[type="text"], input[type="button"], input[type="submit"] {appearance: none;/* background-color: red; */}
::-webkit-input-placeholder { color: #293945; }
.form {text-align: center;display: inline-block;/* max-width: 800px; *//* margin: 40px auto 0px !important; */background-color: white;padding: 40px 0px;width: 50%;vertical-align: middle;font-size: 1rem;max-width: 500px;}
.form label {max-width: 550px;display: inline-block;width: 100%;position: relative;font-size: 1rem;/* color: white; */text-align: left;margin-bottom: 8px;margin-left: 17px;}
input, textarea, select {width: 100%;font-family: inherit;padding: 15px;border-radius: 32px;font-size: 1.3rem;margin-bottom: 2px;max-width: 500px;appearance: none;color: #293945;background-color: white;outline: 0px;border: 2px solid rgba(14, 50, 102, 0);box-shadow: rgb(0 0 0 / 10%) 1px 1px 8px;font-weight: bold;transition: all 0.3s ease 0s;margin-bottom: 20px;}
input:focus, textarea:focus, select:focus { border: 2px solid #D1A920; }
input[type="submit"] {
    background-color: #293945;
    color: white;
    transition: all .3s;
}

input[type="submit"]:hover {
    transform: scale(1.13);
}



.grafika-2{
    color: white;
    width: 30%;
    display: block;
    height: 10vh;
    /* margin-bottom: 50px; */
    background-image: url(images/grafika2.svg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: #fff;
    vertical-align: middle;
    background-position: center;
    /* padding: 40px; */
    transition: all .53s;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto 60px auto;
    }



    .grafika-3 {
    color: white;
    width: 30%;
    display: block;
    height: 10vh;
    /* margin-bottom: 50px; */
    background-image: url(images/grafika3.svg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: #fff;
    vertical-align: middle;
    background-position: center;
    /* padding: 40px; */
    transition: all .53s;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto 60px auto;
    }



    .grafika-4 {
    color: white;
    width: 30%;
    display: block;
    height: 10vh;
    /* margin-bottom: 50px; */
    background-image: url(images/grafika4.svg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: #fff;
    vertical-align: middle;
    background-position: center;
    /* padding: 40px; */
    transition: all .53s;
    border-radius: 20px;
    padding: 20px;
    margin: 60px auto 60px auto;
    }

#banner {
    position: relative;
    overflow: hidden;
    /* max-height: 60vh; */
    /* min-height:60vh */
}
#banner h2 {position: relative;color:white;z-index: 1;padding: 24vh 40px;text-align:center;width: 100%;text-transform: uppercase;box-sizing: border-box;}
#banner video {position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .69;}



.form a  {color: #d1a91f;}
.p-content a {color: #d1a91f;}



@media only screen and (max-width: 880px) {




html .lines-button {display:block!important;position: absolute;top: 5px;outline: 0;background-color: transparent!important;}
html #masthead {background-color:white;padding: 0px 20px;} 
html #masthead .logo {
    background-image: url(images/databrush-logo-3.svg);
    margin-top: 0px;
}
html #masthead ul {
    display: block;
    width: initial;
    margin: 0px;
    padding: 0px;
    max-height:0px;
    overflow:hidden;

}
html .shrink #masthead ul {

    padding:30px 0px;
    max-height:900px

}

html #masthead ul li {
    display: block;
}
html #masthead ul li a {
    color: #293945;
    text-align: left;
    padding: 10px 0px;
}


#hero-banner {
    padding:20px;
}





#hero-banner .hb-content {display:block; width:initial;}
#hero-banner .hb-image {display:block; width:initial;}

.boxes > div {width:initial;margin: 0px 0px;width: 100%;border:0;text-align: left;}
html #colophon {padding:20px}
#colophon .copyright {width:initial;text-align: center;}
.site-info {text-align: center;}
#colophon .f-links {width:initial; text-align:left;margin-top:20px}
#colophon .f-links .social a img {margin-left:0}
#colophon .f-links .social {text-align:center}
#colophon .copyright p i {margin:0px auto 20px auto}
#colophon .copyright p {text-align:center}

.form {padding:20px; width:100%}
#kontakt .initials {width:100%;padding: 20px;}
.p-content {padding:20px}
#hero-banner h1 {font-size:2rem}
 }
 
 
#echeck {display:none;}
