/*
Theme Name: Šablona RTsoft 7
Author: RTsoft s.r.o
Description: RTSOFT
Version: 0.0.1
Tags: rtsoft
*/

/*
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, center,
dl, dt, dd, ol, ul, 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;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
end reset
normalize
*/
     
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

html {
  line-height: 1.2; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


figcaption,
figure,
main { 
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}

pre {
  font-family: monospace, monospace; 
  font-size: 1em;
}

a {
  background-color: transparent; 
  -webkit-text-decoration-skip: objects; 
}

abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}

button,
input { 
  overflow: visible;
}


button,
select { 
  text-transform: none;
}

button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; 
  color: inherit;
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}

progress {
  display: inline-block; 
  vertical-align: baseline; 
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}

details, 
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
end gen normalization
my norm
*/
            
p {
  padding:0.3em;  
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline:none; 
}
           
/*
end my norm
*/


body{
    margin:0px;
    padding: 0px;
    width:100%;
    height: 100%;
    font-family: arial;    
    font-size: 18px;
    color: white;
    background: white;
    overflow-x: hidden;
}

div {
    float:left;
    width:100%;
    padding:0px;
    text-align:center;
}

p {
    text-align:left;}

a {
    text-decoration:none;
    color: #aca;
}

a:hover {
    text-decoration:none;
    color: #797
}

hr {
    width: 30%;
    margin-bottom: 50px;
}

.title {
    text-align:center;
}

.panel {
    width: 100%;
    margin: 0px;
    padding-bottom: 100px;
    background-color: #ff0000;
}

ul {
    list-style-type:disc;
    padding: 0;
    padding-left: 30px;
    width: 45%;
    float:none;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    margin: 20px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.02);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    overflow: hidden;
}

ul:hover {
    background: rgba(255, 255, 255, 0.08);
    
}

.list-unbullet-first li:first-child {
    list-style-type:none;    
}
    
li {
    float:none;
    text-align: left;
    margin-bottom:20px;
}
    

.bar {
    height: 4em;
    position: fixed;          
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(16, 22, 16, 0.5);            
    color: #fff;
    z-index:250;                             
    list-style:none;
    margin: 0px;         
    padding: 0px;         
    overflow:hidden;
    transition: 0.3s ease-out;
    
                      

}


.bar a {
    margin-right: 0px;
    padding: 0px 15px 0px 15px;     
    display: block;
    height: 100%;
    width:100%;
    line-height: 4em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

}
.bar a:hover {
    color: #222;
    background-color: #eee;
}

.bar li {
    float: left;
}

.bar:hover {
    background: rgba(16, 22, 16, 1);
}

.bgvid {
    text-align:left;

    width:100vw;

    height:auto;
    position:relative;
    float:none;
    z-index:100;
    padding:0px;
    margin-left:-50vw;
    margin-right:-50vw;          
}

.vid-text p {
    display: inline;
    font-size: 1.8vw;
    white-space: nowrap;
    padding:0 15px;
    line-height: 150%;   
}


h2 {
    color: #eee;
    margin-bottom: 50px;
    margin-top: 2.5em;
    text-align: center;
    font-size: 32px;
}

h3 {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 26px;
    text-align: center; 
}

h4 {
    margin-bottom: 30px;
    font-size: 22px;
    margin-top: 10px;
    text-align: center;  
}

.obsah {
    text-align:center;
    float:none;
    width:85%;
    margin: auto;
}

button, input, select, textarea {
    font:inherit;
}

input, select, textarea {
    width:80%;
    margin: 10px;
    padding:0px 0.8em 0px 0.8em;    
    color: #444;
    min-height: 3em;
}

textarea {
  padding-top: 0.3em;
  line-height: 1.5em;
}

a.button {
    text-decoration: none;
    display:inline-block;
    padding: 10px 30px 10px 30px;
    margin:20px;
    font-size: 30px;
    color: #eee;
    background: rgba(0,0,0,0.5);
    border:none;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

a.button:hover{
    color: black;
    background: rgba(255,255,255,0.6);
}

.prep {
    background-color: #00973F;           
    float: left;
    border:none;
    height: 80px;
    width: 20%;
    overflow: hidden;
    font-size:18px;
    border-radius: 0px;
    margin:0px;
    color: white;
    padding: 3px;
    transition: 0.3s;
}

.prep:hover {
    background-color: #0a1c14;
    color: white;
}

.prep:focus {
    outline:none !important;   
}


#menu {
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
}

.tabmenu {
    display: none;
    padding: 20px 0px 50px 0px;
    background-color: #fafaff;
    color: #444;
    margin-bottom: 20px; 
}

.tabradek {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
}

.tabradek:hover {
    background-color: #e5e5f0;
}                

.tabmenu h4 {
    text-align: left;
    color: black;
    clear: both;
}


.mini {
    float:right;
    position: relative;
    border-radius: 50%;
    height: 150px;
    display:block;
    margin-top: -50px;
    margin-left: 10px;
    
}

.tablink, .tablink:hover, .tablink:focus {
    color: #444;
}


.img-kontakt { 
    float:none;
    border-radius: 50%;
    margin: 10px;

}

.inline {
    display: inline-block;
    width: 45%;
    text-align:center;
    float:none;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.02);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.inline:hover {
    background: rgba(255,255,255,0.08);
}

.inline p {
    text-align:center;
}
     
a.kontakt {

    color: white;
    padding: 5px 10px 5px 10px;
}

a.kontakt:hover{
    color: black;
  /*  background: rgba(255,255,255,0.6);*/
}

#nabidka {
    width:100%;
    column-count:2;
    column-gap:100px;
}

#google-map {
    float:none;
    height: 400px;
    border: none;
    margin:0px;
    width:100vw;
    position: relative;
    left: calc(50% - 50vw);
} 
  
.vlastni-projekty {
    text-align:center;
} 

#uvod {
  padding-bottom:50px;
}

#menuham {
  display: block;
  position: fixed;
  top: 5px;
  left: 5px;
  width: 45px;
  height: 45px;
  padding:0px 5px 5px 5px;     
  background-color: white;     
  z-index: 120;
  line-height:12px;
  -webkit-user-select: none;
  user-select: none;
  display:none;
}

#menuham input {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 121;   
  -webkit-touch-callout: none;
}

#menuham span {
  display: block;
  width: 33px;
  height: 4px;
  margin:auto;         
  margin-bottom: 5px;
  margin-top: 0px;
  position: relative;  
  background: #cdcdcd;
  border-radius: 3px;  
  z-index: 120;
  transform-origin: 4px 0px;  
  transition: transform 0.5s ease-out,
              background 0.5s ease-out,
              opacity 0.55s ease;              
}
 
#menuham span:first-child {
  transform-origin: 0% 0%;
}

#menuham span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuham input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuham input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuham input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}           

.hambar {
  width: 100vw;
  position: fixed;          
  top: -20px;
  left: 0px;
  width: 100%;
  padding:0px;        
  color: #fff;
  z-index:100;                             
  background: #61bf1d;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;      
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.5s ease-out;

}

ul.hambar {
    background: #61bf1d;  
}

.hambar li {
  padding: 0px;
  font-size: 18px;
  width:100%;
  text-align:right;
  height: 100%;
  float: none;
  display:block;
  margin:0px;
}
.hambar a {
  display: block;
  width:100%;
  line-height:200%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin:0px;
  padding-right:10px;
}

.hambar li:hover {
  background-color: #00973F;    
}

#menuham input:checked ~ ul {
  transform: none;          
}

.active {
  background-color: #0a1c14;
}

.centered {
  text-align: center;
}

li.logo {

    float: right;
}

.logo-pic {
        height:4em;
}
     
@media only screen and (max-width: 1000px) {

body {
  margin-top:4em;
}

.obsah {
    width:95%;

}

#google-map {
    float:none;
    height: 400px;
    border: none;
    margin:0px;
    width:100vw;
    position: relative;
    left: calc(50% - 50vw);
} 

.vid-text {
    position: relative;
    top:0px;
    left:0px;
    width:100%;
}

hr {
    margin-bottom:10px;
    margin-top:10px;
}

  
.p-velky {
    font-size: 7vw !important;
    line-height:10vw;
    margin-top: 30px;
    margin-bottom: 0px;
}
  
.vid-text p {
    font-size: 18px;
    display:block;
    text-align:center;
}

ul {
    list-style-type:disc;
    width:100%;
    margin:0;
    margin-top:20px;
}

.prep {
    height: 60px;
    width: 100%;
}

.mini {
    float:right;
    position: relative;
    border-radius: 50%;
    height: 100px;
    display:block;
    margin-top: -50px;
    margin-left: 10px;
    
}
.tabradek {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#nabidka {
    width:100%;
    column-count:1;
    column-gap:0px;
}

.img-kontakt { 
    margin:0px;
    margin-bottom:20px;
}

.inline {
    width: 100%;
}

input, select, textarea {
    width:100%;
    margin:0px;
    margin-bottom: 10px;
    color: #444;
    min-height: 3em;
}

.bar {
    background-color: #0a1510;
}

.bar li {
    width: 20%;
    text-align: center;
}
 
.bar:hover {
    background-color: #050805;
}
     
li.logo {
    display:none;
}

.bgvid {
    width:100vw;
    }                              

}



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

body {
  margin-top:0;
}

.obsah {
    width:100%;

}

.bar {
    height: auto;
    position: relative;
    background-color: #00973F;
    display:none;
}

.bar a {
    padding: 0px;
    width:100%;
    line-height: 200%;
    text-align:center;
    height:auto;
}

.bar li {
    float: none;
    margin:0px;
    width: 100%;
}
      
.bar:hover {
    background-color: #00973F;
}
 
#menuham {
  display:block;
}                            

}
