/* 2e2d2c - cerna */
/* 09a3e3 - modra */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* page section */
#wrapper {
    width: 70%;
    margin: 0 auto;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* header section */
#header-wrapper {
    width: 100%;
    position: fixed;
    background-color: #DADADA;
    border-bottom-color: #2e2d2c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#header {
    z-index: 999;
    width: 70%;
    margin: 0 auto;
    vertical-align: middle;
    min-width: 850px;
}
#header #header-left {
    float: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#header #header-right {
    float: right;
}
#header #header-right ul li {
    display: inline-block;
}
#header #header-right ul li a {
    color: #2e2d2c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 1.5em 0.5em 1.5em;
    display: block;
    font-size: 1em;
    font-weight: 800;
    text-decoration: none;
}
#header #header-right ul li a:hover, #header #header-right ul li.active a {
    color: #09a3e3;
}
/* general content */
.content-section-wrapper {
    width: 100%;
    min-height: 100vh;
}
.content-section-wrapper:nth-child(even) {
    background-color: #09a3e3;
}
.content-section-wrapper:nth-child(even) h1, .content-section-wrapper:nth-child(even) h2,
.content-section-wrapper:nth-child(even) h3, .content-section-wrapper:nth-child(even) strong {
    color: #FFF;
}
.content-section {
    padding-top: 4em;
    padding-bottom: 2.5em;
    width: 70%;
    min-width: 850px;
    margin: 0 auto;
}
.content-section h1 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    font-weight: 800;
    color: #09a3e3;
}
.content-section h2 {
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    font-weight: 600;
    color: #09a3e3;
}
.content-section h3 {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-weight: 800;
    color: #09a3e3;
}
.content-section p {
    margin-bottom: 0.75em;
}
.content-section strong {
    font-weight: bold;
}
.content-section img.left {
    float: left;
}
.content-section img.right {
    float: right;
}
/* lightbox */
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background-color: rgba(0,0,0,0.5);
    text-align:center;
    display: none;
}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    //max-width:940px;
}
/* special content */
#elektro ul li {
    list-style-type: square;
    margin-left: 1.5em;
    margin-bottom: 0.1em;
}
#elektro ul li ul li {
    margin-left: 3.5em;
}
#elektro .right-images {
    float: right;
    width: 25%;
}
#elektro .right-images img {
    margin-top: 1em;
    width: 100%;
}
#kontakt .human-box {
    min-width: 450px;
    border: 1px solid black;
    overflow: hidden;
    margin: 20px 20px 0 0;
    display: inline-block;
}
#kontakt .human-box .qr {
    height: 100px;
    width: 100px;
    padding: 5px 5px 5px 5px;
    margin: 10px 20px 10px 20px;
    border: 1px solid black;
    float: left;
}
#kontakt .human-box .name {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
}
#kontakt .human-box .position {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: italic;
}