@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-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing:normal;
    line-height: 1.7;
    /* color: #59566D; */
    color: black;
    padding:0;
    margin:0;
    background-color: #e5eaf1;
}

div {
    box-sizing:border-box;
}

#page {
    /* background-color: #293945; */
    margin: 0px;
    /* padding-top: 120px; */
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* min-height: calc(100vh - 127px); */
}

#masthead {
    padding: 20px 40px;
    font-size: 0;
    position: absolute;
    width: 100%;
    transition: all .5s;
    z-index: 19;
    text-align: center;
}
.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/logo.svg);
    width: 210px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: red; */
    vertical-align: middle;
    margin-top: 20px;
    transition: all .3s;
    font-size: 1.4rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4rem;
    margin: 0px auto;
}

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


#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;
        color: black;
}
#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;
    display: none;
}
.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: #ec6602;
    display: block;
    transition: all .4s;
    width: 0%;
}
#masthead ul li a:hover:after {
    width:100%
}

.fixedheader #masthead ul a {
    color: black;
}

#hero-banner {
    background-color: #e5eaf1;
    padding: 0;
    font-size:0;
    text-align: center;
    min-height: 80vh;
}

#hero-banner h1 {
    font-size: 3.4rem;
    /* text-transform: uppercase; */
    /* max-width: 300px; */
    line-height: 3.6rem;
    font-weight: normal;
}

#hero-banner  p {font-size:1.3rem}

#hero-banner .hb-content {}
#hero-banner .hb-content {
    color: #002f73;
    /* width: 40%; */
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    z-index: 9;
    padding: 40px;
    left: 0;
    right: 0;
    margin: 20px auto;
    text-align: center;
    top: 30%;
}


#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 .hb-image:hover {
    /* background-blend-mode: normal; */
    /* background-color: white; */
}     

.btn {
    background-color: #002f73;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all .53s;
    display: inline-block;
}



.btn:hover {
        color: #002f73;
   
    background-color: white;
}


.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: #ec6602;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: 20px;/* background-color: #e5eaf1; *//* background-color: #293945; *//* max-width: 1200px; */margin-top: -70px;z-index: 99;position: relative;}
.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: 100%;text-align: center;color: #666666;}
#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: 20px;}
#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;display: none;}
#colophon .copyright p {display:block;/* color: white; *//* max-width: 50%; */text-align: center;padding-bottom: 0;/* text-indent: 40px; */margin-bottom: 0;font-size: 1.3rem;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: white;border-radius: 0px;position: relative;}
.lines::before, .lines::after {display: inline-block;width: 31px;height: 2px;background: white;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: #ec6602;
    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;}
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;
    }

video {width:100%;opacity: .63;background-blend-mode: multiply;/* background-color: black; */}





.full {
  position: absolute;
  width: 80%;
  height: 80%;
  /* top: 0; */
  bottom: 0;
  /* left: 0; */
  right: 0;
  margin: auto;
  display: block;
  -webkit-transform:scale(1.7);
  -moz-transform:scale(1.7);
  -ms-transform:scale(1.7);
  -o-transform:scale(1.7);
  transform:scale(1.7);
}

.zoom {
  
}


.anim-holder {
    position: fixed;
    /* background-color: red; */
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.i1 {
    /* background-color: blue; */
    top: 0;
    left: 0;
    margin: -11% 0 0 -28%;
    background-image: url(images/element-1.png);
    background-size: contain;
    backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    animation: scale 50.4s linear infinite;
    /* border: 0; */
}
.i2 {
    /* background-color: blue; */
    bottom: 0;
    right: 0;
    margin: -20% -38% 0 0;
    background-image: url(images/element-2.png);
    background-size: contain;
    backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    animation: scale2 50.4s linear infinite;
    /* border: 0; */
}

  
@keyframes scale {
  
   0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
     -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    
  }
  
  
  50% {
    -webkit-transform:scale(2.8);
    -moz-transform:scale(2.8);
    -ms-transform:scale(2.8);
    -o-transform:scale(2.8);
    transform:scale(2.8);
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    
  }
  
  
  
  
   100% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
     -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    
  }
}








@keyframes scale2 {
  
   0% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
     -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    
  }
  
  
  50% {
    -webkit-transform:scale(2.8);
    -moz-transform:scale(2.8);
    -ms-transform:scale(2.8);
    -o-transform:scale(2.8);
    transform:scale(2.8);
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
    
  }
  
  
  
  
   100% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
     -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    transform:rotate(-360deg);
    
  }
}







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


.fixedheader #masthead {background-color: black;}

html .lines-button {/* display:block!important; */position: absolute;top: 5px;outline: 0;background-color: transparent!important;}
html #masthead {/* background-color:white; */padding: 20px 20px;/* background-color: transparent; */} 
html .shrink #masthead {background-color:white; padding: 20px 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 0;
}

html .shrink #masthead .logo {color:black; margin-top:0px}



#hero-banner h1 {font-size:1.53rem;line-height: 1.8rem;}
#hero-banner .hb-content {display:block;width:initial;position: relative;/* top: 80%; */margin-top: 120px;}
#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;margin-top: -120px;padding: 0 5px;}
html #colophon br {/* display:none */}
#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;font-size: .8rem;}

.form {padding:20px; width:100%}
#kontakt .initials {width:100%;padding: 20px;}
.p-content {padding:20px}

.fixedheader #masthead .logo  {color:white}
 }


 .copyright a {color:#002f73; text-decoration:none;}
 body {overflow-x:hidden;}



