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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  line-height: 1;
  font: 100% "r-regular", sans-serif;
}

ol,
ul {
  list-style: none;
}

.cont ol.latin {
  list-style-type: lower-alpha;
  margin: 1rem 0;
}

.cont ol.latin li {
  padding-bottom: 1rem;
  color: black;
  font-family: "r-regular";
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.pojmy-wrapper {
  display: grid;
  justify-content: center;
}

.pojmy li {
  display: flex;
  flex-direction: column;
}

.input-row {
  margin-bottom: 1rem;
}

.label {
  display: inline-block;
  margin-left: 0;
}

.input--text {
  border: 1px solid #d9d9d9;
  display: block;
  width: 300px;
  max-width: 100%;
  height: 30px;
  font-size: 1rem;
  padding-left: 0.5rem;
}

.input--text:focus {
  border: 1px solid black;
}

@media screen and (max-width: 400px) {
  .pojmy-wrapper {
    display: block;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "r-light";
  src: url("../../fonts/roboto/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "r-regular";
  src: url("../../fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "r-bold";
  src: url("../../fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
}

/* temporary styles */

/* /temporary styles */
section {
  margin: 2rem 0;
}

#landingBody {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  margin: auto;
  overflow-x: hidden;
  height: 100%;
}

#bodyKontakt {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  background-image: url(../../foto/kontakt.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin: auto;
  height: 100%;
  background-position: center;
}

#sluzbyBody {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  background-image: url(../../foto/sluzby.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin: auto;
  height: 100%;
  background-position: top;
}

#bodyAktuality {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  background-image: url(../../foto/aktuality.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
  margin: auto;
  height: 100%;
}

#bodyTym {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  background-image: url(../../foto/tym.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin: auto;
  height: 100%;
  background-position: center;
}

footer {
  background-color: #fff;
}

#bodyPobocky {
  position: relative;
  font: 1em/1.4em "font6", sans-serif;
  margin: auto;
  background-color: #fff;
  background-image: url(../../foto/pobocky.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin: auto;
  height: 100%;
  background-position: center;
}

select {
  border-radius: 0px !important;
}

.captcha-cont {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.peopleUpper h1 {
  float: left;
  padding-right: 10px;
  padding-top: 0px;
}

.fb {
  background-image: url(../../grafika/003.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tw {
  background-image: url(../../grafika/002.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.in {
  background-image: url(../../grafika/001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tym-left {
  float: left;
  width: 50%;
}

.tym-left .tymovka figure {
  margin: 15px 0;
}

@media screen and (max-width: 429px) {
  .tym-left {
    width: 100%;
  }

  .tym-left .tymovka figure {
    margin: 15px auto 15px auto;
  }
}

.socialni-site a {
  color: transparent !important;
  font-size: 24px;
  line-height: 50px;
}

.telefon-header a,
.telefon-header2 a {
  text-decoration: none;
}

#peopleJmeno {
  margin-bottom: 20px !important;
  position: relative;
}

.reference-wrapper {
  padding: 10px;
  margin-bottom: 50px;
  transition: 0.3s;
}

.reference-wrapper:hover {
  background-color: #dfdfdf;
}

/*caste dotazy */

.faq {
  background-color: transparent;
  font-size: 18px;
  color: #0d475b;
  cursor: pointer;
  text-align: left;
  line-height: 28px;
  font-family: "r-regular";
}

.rs {
  background-color: transparent;
}

#dekujeme-button-landing {
  margin-top: 30px;
}

#fce {
  font-size: 22px;
  color: #333;

  line-height: 32px;
  vertical-align: bottom;
}

#centerBoth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 25px;
  min-width: 400px;
  max-width: 100%;
  padding: 20px;
}

#hide-all,
#show-all {
  font-size: 14px;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: unset;
}

#hide-all:hover,
#show-all:hover {
  text-decoration: underline;
}

.obsah-cont {
  display: inline-block;
  width: 100%;
  background-image: url(../../foto/nestastnik_bw2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.obsah-cont-osobni-bankrot {
  display: inline-block;
  width: 100%;
  background-image: url(../../foto/nestastnik_bw2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.obsah-cont-landing {
  display: inline-block;
  width: 100%;
  background-image: url(../../foto/nestastnik_bw2.jpg);
  background-repeat: no-repeat;
  background-position: 5% bottom;
  padding-bottom: 30px;
  margin-top: 0px;
  overflow: auto;
}

.flex-formular-landing div {
  padding-bottom: 15px;
}

.flex-formular-landing div:first-of-type img,
.flex-kalkulacka-landing div:first-of-type img {
  float: left;
  padding-right: 10px;
}

.flex-formular-landing div:last-of-type {
  padding-bottom: 0px;
}

.flex-formular-landing {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex: 1;
  border: 1px solid black;
  flex-wrap: wrap;
  padding: 15px;
  margin-right: 10px;
  overflow: auto;
}

.flex-formular-landing div:nth-of-type(1) {
  height: 50px;
  margin-bottom: 10px;
}

.flex-formular-landing div:nth-of-type(1),
.flex-formular-landing div:nth-of-type(12) {
  flex-basis: 100%;
}

.flex-formular-landing div:nth-of-type(2),
.flex-formular-landing div:nth-of-type(3),
.flex-formular-landing div:nth-of-type(4),
.flex-formular-landing div:nth-of-type(5),
.flex-formular-landing div:nth-of-type(6),
.flex-formular-landing div:nth-of-type(7),
.flex-formular-landing div:nth-of-type(8),
.flex-formular-landing div:nth-of-type(9),
.flex-formular-landing div:nth-of-type(10),
.flex-formular-landing div:nth-of-type(11),
.flex-formular-landing div:nth-of-type(13),
.flex-formular-landing div:nth-of-type(14) {
  flex-basis: 50%;
  box-sizing: border-box;
}

.flex-formular-landing div input,
.flex-formular-landing div select,
.flex-formular-landing div textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #d9d9d9;
}

.flex-formular-landing div input {
  height: 30px;
  font-size: 15px;
  background-color: #fff;
  padding-left: 5px;
  font-family: "r-regular";
}

.flex-formular-landing div input:focus,
.flex-formular-landing div textarea:focus,
.flex-formular-landing div select:focus {
  border: 1px solid black;
}

.flex-formular-landing div textarea {
  resize: none;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 15px;
  font-family: "r-regular";
}

.flex-formular-landing div select {
  height: 30px;
  font-size: 14px;
  background-color: #fff;
  outline: none;
  font-family: "r-regular";
}

.flex-formular-landing h2 {
  color: #63c5f5;
  font-size: 24px;
  line-height: 24px;
  font-family: "r-regular";
  line-height: 50px;
}

.flex-formular-landing span {
  color: #0d475b;
  font-size: 16px;
}

.flex-kalkulacka-landing {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  padding: 15px;
  border: 1px solid black;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 10px;
  overflow: auto;
}

.first-ds {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.flex-kalkulacka-landing h2 {
  color: #63c5f5;
  font-size: 24px;
  line-height: 24px;
  font-family: "r-regular";
  line-height: 50px;
}

.flex-kalkulacka-landing p {
  color: #0d475b;
  font-size: 16px;
}

.kalkulacka-main-items {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}

.kalkulacka-main-items div {
  padding-bottom: 15px;
}

.last {
  font-size: 18px !important;
  font-family: "r-bold";
  line-height: 24px;
}

.kalkulacka-main-items div:nth-child(odd) {
  flex-basis: 70%;
  box-sizing: border-box;
  padding-right: 15px;
}

.kalkulacka-main-items div:nth-child(even) {
  flex-basis: 30%;
  box-sizing: border-box;
}

.kalkulacka-main-items input {
  height: 30px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding-left: 5px;
  font-family: "r-regular";
  width: 100%;
  box-sizing: border-box;
}

p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.flex-kalkulacka-landing input[type="checkbox"] {
  width: 20px;
}

.cislo-kalkulacka {
  color: red !important;
  font-size: 20px !important;
  text-align: right;
}

@media screen and (max-width: 950px) and (min-width: 700px) {
  .flex-formular-landing div:nth-of-type(2),
  .flex-formular-landing div:nth-of-type(3),
  .flex-formular-landing div:nth-of-type(4),
  .flex-formular-landing div:nth-of-type(5),
  .flex-formular-landing div:nth-of-type(6),
  .flex-formular-landing div:nth-of-type(7),
  .flex-formular-landing div:nth-of-type(8),
  .flex-formular-landing div:nth-of-type(9),
  .flex-formular-landing div:nth-of-type(10),
  .flex-formular-landing div:nth-of-type(11),
  .flex-formular-landing div:nth-of-type(13),
  .flex-formular-landing div:nth-of-type(14) {
    flex-basis: 100%;
  }

  .flex-formular-landing div:nth-of-type(2),
  .flex-formular-landing div:nth-of-type(4),
  .flex-formular-landing div:nth-of-type(6),
  .flex-formular-landing div:nth-of-type(8),
  .flex-formular-landing div:nth-of-type(10),
  .flex-formular-landing div:nth-of-type(11),
  .flex-formular-landing div:nth-of-type(13),
  .flex-formular-landing div:nth-of-type(14) {
    padding-bottom: 5px;
  }

  .flex-formular-landing div:last-of-type {
    padding-bottom: 0px;
  }

  .cislo-kalkulacka {
    text-align: left;
  }

  .kalkulacka-main-items div:nth-child(odd) {
    flex-basis: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .kalkulacka-main-items div:nth-child(even) {
    flex-basis: 100%;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .flex-formular-landing div:nth-of-type(2),
  .flex-formular-landing div:nth-of-type(3),
  .flex-formular-landing div:nth-of-type(4),
  .flex-formular-landing div:nth-of-type(5),
  .flex-formular-landing div:nth-of-type(6),
  .flex-formular-landing div:nth-of-type(7),
  .flex-formular-landing div:nth-of-type(8),
  .flex-formular-landing div:nth-of-type(9),
  .flex-formular-landing div:nth-of-type(10),
  .flex-formular-landing div:nth-of-type(11),
  .flex-formular-landing div:nth-of-type(13),
  .flex-formular-landing div:nth-of-type(14) {
    flex-basis: 100%;
  }

  .flex-formular-landing div:nth-of-type(2),
  .flex-formular-landing div:nth-of-type(4),
  .flex-formular-landing div:nth-of-type(6),
  .flex-formular-landing div:nth-of-type(8),
  .flex-formular-landing div:nth-of-type(10),
  .flex-formular-landing div:nth-of-type(11),
  .flex-formular-landing div:nth-of-type(13),
  .flex-formular-landing div:nth-of-type(14) {
    padding-bottom: 5px;
  }

  .kalkulacka-main-items div:nth-child(odd) {
    flex-basis: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .kalkulacka-main-items div:nth-child(even) {
    flex-basis: 100%;
    padding-bottom: 5px;
  }

  .cislo-kalkulacka {
    text-align: left;
  }
}

.obsah-cont-pojem {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

.dik {
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.obsah-cont-form {
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}

.obsah-cont2 {
  padding-top: 0px;
}

.obsah-cont h1 {
  text-align: center;
}

p {
  line-height: 26px;
}

#centerBoth h1,
#centerBoth p {
  margin: auto;
  padding-bottom: 40px;
}

.dropdown-pobocky {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  position: absolute;
  right: -30px;
  top: 41px;
  border-left: 1px solid #0d475b;
  border-right: 1px solid #0d475b;
  border-bottom: 1px solid #0d475b;
  padding-left: 0px;
  padding-right: 0px;
}

.dropdown {
  float: right;
}

.dropdown:hover .dropdown-pobocky {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
}

.dropdown-pobocky a {
  text-decoration: none;
  font-family: "r-regular";
  font-size: 12px;
  padding: 0px;
  width: 100%;
  line-height: 20px !important;
}

.dropdown-pobocky a:hover {
  text-decoration: underline;
  color: #0d475b;
}

.dropdown-pobocky li {
  display: block;
}

.textPob {
  padding-top: 40px;
}

.maxSirkaB .kontForm,
.maxSirkaB .kontFormLanding {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.maxSirkaB {
  position: relative;
}

.textPob li,
.peoplePob,
.peoplePobocky li {
  float: left;
  padding: 0;
  margin: 0;
}

.pojem-cont {
  padding-bottom: 30px;
  display: inline-block;
  overflow: hidden;
  height: auto;
}

#mailySeidova {
  padding-left: 55px;
  margin-top: -22px;
}

#mailySeidova li {
  padding-bottom: 5px;
}

.textPob li,
.peoplePobocky li {
  padding-right: 5px;
  padding-bottom: 10px;
}

.peoplePob {
  padding-right: 5px;
}

.kdojePob li:not(:last-child):after {
  content: ",";
}

.peoplePobocky li:not(:last-child):after {
  content: ",";
}

.kdojePob {
  position: relative;
  overflow: hidden;
}

.cont ol li {
  color: #0d475b;
  font-family: "semibold";
}

.textPob span,
.textSluzby span {
  display: inline;
  font-weight: bold;
  font-size: 15px;
}

.textPob h1,
.textSluzby h3 {
  font-size: 28px;
  padding-bottom: 30px;
  line-height: 40px;
  text-align: left;
}

.textPob {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 50%;
  float: left;
  margin-top: 10px;
  max-width: 100%;
  line-height: 28px;
}

.textPob h1 {
  padding-top: 80px;
}

#lbc-dum img {
  overflow: hidden;
  max-width: 80%;
  margin: auto;
  display: block;
  padding-bottom: 30px;
}

#lbc-dum {
  max-width: 100%;
}

.mapy {
  margin-top: 10px;
  padding-top: 135px;
  width: 50%;
  position: relative;
  float: right;
  height: 90vh;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #fff;
}

.mapy--libe {
  margin-top: 10px;
  padding-top: 135px;
  width: 50%;
  position: relative;
  float: right;
  height: 90vh;
  overflow: hidden;
}

.map-canvas--libe#map-canvas,
.pano--libe#pano {
  width: 80% !important;
  height: 25% !important;
  margin: auto !important;
}

#map-canvas {
  width: 80% !important;
  height: 40% !important;
  margin: auto !important;
}

#pano {
  width: 80% !important;
  height: 40% !important;
  margin: auto !important;
}

/*.second section:last-child {
    float:left;
    padding-left: 100px;
  }

  .second section:first-child {
    float:right;
    padding-right: 100px;
  }
  */

/* FIX internet explorer landing */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .kalkulacka-main-items div {
    box-sizing: border-box;
    padding-right: 15px;
    flex: 1;
  }
}

@supports (-ms-accelerator: true) {
  .kalkulacka-main-items div {
    box-sizing: border-box;
    padding-right: 15px;
    flex: 1;
  }
}

.clear {
  float: none;
  clear: both;
  height: 0;
}

.pobKont {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  padding-top: 50px;
  width: 100%;
  position: relative;
  background-color: blue;
  min-height: 300px;
  overflow: hidden;
  height: auto;
}

.ss {
  padding-bottom: 0px;
}

#peopleJmeno {
  margin: 10px 0px 0px 0px;
}

#peopleJmeno h1 {
  text-align: left;
  line-height: 26px;
}

.mapyPob {
  float: right;
  width: 50%;
  padding-left: 10px;
  position: relative;
  background-color: green;
}

.textSluzby {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  line-height: 22px;
  font-size: 15px;
  text-align: justify;
  margin: 0px auto;
  flex-shrink: 0;
  flex-basis: 30%;
}

.fb-share-button {
  position: absolute;
  top: 0px !important;
  left: 0px;
  margin-top: 40px;
  vertical-align: bottom;
}

.twitter-share-button {
  position: absolute;
  top: 0px !important;
  right: 0px;
  vertical-align: middle;
  margin-top: 10px;
}

.share {
  overflow: hidden;
  position: relative;
  width: 200px;
}

.column-left {
  float: left;
  width: 33%;
}
.column-right {
  float: right;
  width: 33%;
}
.column-center {
  display: inline-block;
  width: 33%;
}

.column {
  position: relative;
  width: 28%;
  float: left;
}

h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "r-bold";
}

.textSluzby h2 {
  padding: 20px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#spoluprace {
  width: 65%;
  padding: 10px 10px 10px 25px;
  float: left;
}

#spolupraceImg {
  width: 300px;
  display: block;
  float: right;
  overflow: hidden;
  margin-right: 50px;
  margin-top: 40px;
}

#spolupraceImg img {
  width: 100%;
}

#spoluprace h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 35px;
  position: relative;
  display: block;
  width: 100%;
}

#spoluprace ul li {
  list-style-type: circle;
  padding-bottom: 20px;
  margin-left: 10px;
  line-height: 22px;
}

#spoluprace ul {
  font-size: 15px;
  list-style-type: square;
  padding-bottom: 15px;
  margin-top: 30px;
}

footer .prvni {
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  align-content: space-between;
}

footer .prvni li {
  padding-bottom: 15px;
  text-align: left;
  list-style-type: none;
  padding-right: 20px;
}

footer .prvni a {
  color: #0d475b !important;
}
footer .druhej {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  padding: 30px;
  overflow: hidden;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

footer .druhej .child {
  max-width: 100%;
  width: 370px;
  margin-bottom: 50px;
  padding: 10px;
  position: relative;
  height: auto;
  min-height: 150px;
}

footer .druhej .aa {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.omg .logo-img {
  width: 60% !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-img {
  width: 80% !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.omg p {
  position: absolute;
  bottom: -10px;
}

footer .prvni .child {
  width: 200px;
}

#gugl1 {
  position: relative;
  display: block;
}

.leftCont span,
.rightCont span {
  font-weight: bolder;
  font-size: 18px;
}

footer {
  text-align: center;
  font-size: 16px;
}

.clear {
  clear: both;
}

.maxSirka {
  margin: auto;
  padding: 0% 0 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.maxSirkaB {
  margin: auto;
  padding: 0% 4% 30px 4%;
  background-color: rgba(255, 255, 255, 1);
  height: 1100px;
}

.maxSirka9 {
  margin: auto;
  padding: 0% 2% 30px 2%;
  background-color: rgba(255, 255, 255, 0.85);
}

.maxSirka8 {
  width: 1400px;
  max-width: 100%;
  margin: auto;
}

.maxSirka12 {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.maxSirka10 {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  padding: 0% 2% 0% 2%;
}

.MaxSirka2 {
  max-width: 1400px;
  margin: auto;
  padding: 0% 2% 0% 2%;
}

.MaxSirka4 {
  max-width: 1350px;
  margin: auto;
  padding: 0% 2% 30px 2%;
}

.MaxSirka5 {
  max-width: 1400px;
  padding: 20px;
  margin: auto;
  width: 90%;
  padding: 0px;
}

.maxSirka3 {
  max-width: 1450px;
  margin: auto;
  padding: 0% 4% 0% 4%;
}

.leftCont p,
.rightCont p {
  font-size: 18px;
}

h5 {
  font-size: 22px;
  text-align: center;
}

.menu {
  background-color: #fff;
  border-bottom: 1px solid #0d475b;
  padding: 0px;
  display: inline-block;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0px;
  height: 80px;
}

.textPob a,
.textSluzby a {
  cursor: pointer;
}

#hide {
  display: none;
}

#h1Contejner h2 {
  font-size: 24px;
  line-height: 28px;
}

.cislo-jaknato-cont h2 {
  color: #0d475b;
  padding-bottom: 10px;
}

.menu h2 {
  font-size: 24px;
  padding-left: 10px;
  padding-top: 16px;
}

.logoNazev a {
  color: #000;
  margin: auto auto;
  text-align: center;
  text-decoration: none;
  display: block;
  font-family: "r-bold";
  text-transform: uppercase;
}

.logoNazev a:hover {
  color: #000;
}

.logoNazev {
  width: 220px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-family: "r-regular";
  font-size: 32px;
}

.logoNazev2 {
  width: 170px;
  height: 80px;
  float: left;
  display: flex;
  flex-direction: column;
}

.logoNazev2 p {
  font-family: "r-regular";
  font-size: 12px;
  padding-left: 5px;
  color: #0d475b !important;
}

.header-gray {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: 100%;
}

.telefon-header {
  position: relative;
  float: right;
  padding-right: 15px;
  padding-top: 10px;
  color: #0d475b;
  font-size: 12px;
  width: 400px;
  text-align: right;
}

.telefon-header2 {
  position: absolute;
  float: right;
  right: 25px;
  padding-right: 0px;
  padding-top: 10px;
  color: #0d475b;
  font-size: 12px;
}

.telefon-header span,
.telefon-header2 span {
  font-family: "r-bold";
  font-size: 18px;
}

.telefon-header2 {
  display: none;
}

.logoNazev img {
  width: 100%;
  position: relative;
  margin-top: 0px;
}

.logoNazev2 img {
  width: 100%;
}

@media screen and (max-width: 1270px) {
  .logoNazev2 {
    display: none;
  }
}

.polozkyMenu {
  position: relative;
  margin: auto;
  font-size: 16px;
  float: right;
}

.AktCont {
  padding-bottom: 20px;
}

.kontaktMenu {
  position: fixed;
  top: 0px;
  display: none;
  height: 30px;
  z-index: 3;
  background-color: #9a8b53;
  width: 100%;
}

.telm-cont {
  max-width: 80%;
  width: 350px;
  height: 100%;
  position: absolute;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
}

.telm-cont a {
  align-items: center;
  vertical-align: middle;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.telm-cont a:nth-last-of-type(2)::before {
  background-image: url("../../grafika/envelope.svg");
  background-size: contain;
  content: "sss";
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.telm-cont a:nth-last-of-type(2):hover::before {
  background-image: url("../../grafika/envelope2.svg");
}

.telm-cont a:nth-last-of-type(1)::before {
  background-image: url("../../grafika/phone.svg");
  background-size: contain;
  content: "ee";
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.telm-cont a:nth-last-of-type(1):hover::before {
  background-image: url("../../grafika/phone2.svg");
}

.jedem {
  position: relative;
  height: 150px;
  transform: translateY(-100px);
}

.asociace {
  float: right;
}

.asociace img {
  width: 30px;
}

.polozkyMenu a {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  top: 10px;
  color: #0d475b;
  padding: 8px 10px 8px 10px;
  line-height: 10px;
  transition: 0.2s;
  font-family: "r-regular";
}

.polozkyMenu2 a:hover {
  color: #069382;
}

.polozkyMenu a:hover {
  background-color: rgba(230, 247, 255, 0.1);
}

.wrapper-lr {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 30px;
}

.wrapper-lr .left {
  flex: 1;
}

.wrapper-lr .left p {
  width: 250px;
  top: 50%;
  float: right;
  padding-right: 20px;
  left: 0% !important ;
  transform: translate(0, -50%) !important;
}

.wrapper-lr .right {
  flex: 1;
}

.brzy-se-ozveme > p {
  font-size: 24px !important;
}

.brzy-se-ozveme img {
  width: 170px;
  height: auto;
  position: relative;
  display: block;
  float: left;
}

.wrapper-lr .right p {
  padding-left: 20px;
  position: relative;
  left: 0% !important;
  top: 50%;
  transform: translate(0%, -50%) !important;
  font-size: 26px !important;
  font-family: "r-bold";
}

@media screen and (max-width: 850px) {
  .wrapper-lr {
    flex-direction: column;
  }

  .wrapper-lr .right {
    margin-top: 15px;
  }
  .wrapper-lr .right p {
    padding-left: 0px;
    position: relative;
    transform: translate(-50%, 0) !important;
    font-size: 26px !important;
    font-family: "r-bold";
    left: 50% !important;
  }

  .wrapper-lr .left p {
    width: auto;
    top: 0%;
    float: right;
    padding-right: 0px;
    left: 0% !important;
    transform: translate(0, 0%) !important;
  }

  .brzy-se-ozveme img {
    margin: auto;
    float: none;
    margin-top: 30px;
  }
}

#patyBigForm,
#sestyBigForm,
#sedmyBigForm,
#osmyBigForm,
#devatyBigForm,
#desatyBigForm,
#jedenactyBigForm,
#dvanactyBigForm {
  display: none;
}

.big-form-text-mobil {
  display: none !important;
}

.index-kalkulacka-wrapper p:last-of-type {
  font-size: 18px;
  font-family: "r-bold";
}

.big-form-section {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
}

.horni-cast-sekce-form {
  width: 100%;
  height: auto;
  position: relative;
  color: #1f4659;
}

.ctvrta-sekce {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  width: 600px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.ctvrta-sekce-left {
  flex-basis: 60%;
  line-height: 34px;
  font-size: 20px;
}

.ctvrta-sekce-right {
  margin-left: 20px;
  line-height: 36px;
}

.ctvrta-sekce-right input {
  width: 70%;
  height: 32px;
  margin-bottom: 5px;
  float: left;
}

.ctvrta-sekce-right textarea {
  width: 100%;
  resize: none;
}

.ctvrta-sekce input {
  border: 1px solid rgb(230, 230, 231);
  padding-left: 5px;
  font-size: 18px;
}

.ctvrta-sekce-right input:focus {
  border: 1px solid black !important;
}

.ctvrta-sekce-right textarea {
  border: 1px solid rgb(230, 230, 231);
  padding: 5px;
}

#paty-big-form p {
  font-size: 20px;
}

.subbut10 {
  background-color: #c92a1d;
  padding: 10px 30px 10px 30px;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  margin: auto;
  font-family: "r-bold";
  cursor: pointer;
  border: 2px solid #c92a1d;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  width: 250px;
  max-width: 100%;
}

.subbut10:hover {
  color: #c92a1d;
  background-color: #fff;
}

.subbut5 {
  background-color: #c92a1d;
  padding: 10px 30px 10px 30px;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
  margin: auto;
  font-family: "r-bold";
  cursor: pointer;
  border: 2px solid #c92a1d;
  transition: 0.3s;
}

.subbut5:hover {
  color: #c92a1d;
  background-color: #fff;
}

.ctvrta-sekce-right textarea:focus {
  border: 1px solid black;
}

.but6 {
  background-color: #c92a1d;
  padding: 10px 30px 10px 30px;
  font-size: 26px;
  color: #fff;
  margin-top: 30px;
  display: block;
  float: right;
  font-family: "r-bold";
  cursor: pointer;
  border: 2px solid #c92a1d;
  transition: 0.3s;
}

.but6:hover {
  color: #c92a1d;
  background-color: #fff;
}

.povinna-pole {
  line-height: 12px;
  font-size: 11px;
}

.co-je-zavazek {
  font-size: 12px;
  cursor: default;
  line-height: 16px;
}

.co-je-zavazek:hover #hide-zavazek-info {
  display: inline-block;
  z-index: 5;
}

.co-je-zavazek:hover {
  text-decoration: underline;
}

#hide-zavazek-info {
  position: fixed;
  width: 150px;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
  line-height: 20px;
  background-color: #1f4659;
  color: #fff;
  display: none;
}

.postup-formular {
  font-size: 36px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: "r-bold";
  color: #0d475b;
}

.fa-question-circle {
  font-size: 18px;
}

.spodni-cast-sekce-form {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}

.horni-cast-sekce-form p:nth-last-of-type(2) {
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  position: relative;
  font-size: 20px;
  z-index: 1;
  padding-bottom: 30px;
}

.horni-cast-sekce-form p:last-of-type {
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  position: relative;
  font-size: 16px;
  z-index: 0;
}

.horni-cast-sekce-form select {
  transform: translate(0, 0);
  border: 1px solid black;
  float: none;
  margin: auto;
  width: 350px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  color: #0d475b;
}

.obsah-cont-form input:focus {
  outline: none;
  border: none;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 400px;
  margin: 7.9px 0;
  margin-left: 10px;
  margin-right: 10px;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 14.2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #e6e6e7;
  border-radius: 25px;
  border: 0px solid #010101;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 3.1px 3.1px 5.9px rgba(0, 0, 0, 0.61),
    0px 0px 3.1px rgba(13, 13, 13, 0.61);
  border: 6.5px solid #fcfcfc;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #e6e6e6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.9px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #e6e6e7;
}
input[type="range"]::-moz-range-track {
  height: 14.2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #e6e6e7;
  border-radius: 25px;
  border: 0px solid #010101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 3.1px 3.1px 5.9px rgba(0, 0, 0, 0.61),
    0px 0px 3.1px rgba(13, 13, 13, 0.61);
  border: 6.5px solid #fcfcfc;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #e6e6e6;
  cursor: pointer;
}
input[type="range"]::-moz-range-progress {
  background: #44a3f8;
}
input[type="range"]::-ms-track {
  height: 14.2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #44a3f8;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: #e6e6e7;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow: 3.1px 3.1px 5.9px rgba(0, 0, 0, 0.61),
    0px 0px 3.1px rgba(13, 13, 13, 0.61);
  border: 6.5px solid #fcfcfc;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #e6e6e6;
  cursor: pointer;
  height: 14.2px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #44a3f8;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #e6e6e7;
}

.number-box {
  border: 1px solid rgb(230, 230, 231);
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: "r-bold";
}

.spodni-cast-sekce-form img {
  margin: auto;
  display: block;
}

.kontForm textarea,
.kontFormLanding textarea {
  width: 50%;
  padding: 10px;
  resize: none;
  float: right;
}

.kontForm2 textarea {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  resize: none;
}

.landingKontakt section {
  padding: 0px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.landingKontakt .fa {
  position: relative;
  padding-bottom: 10px;
  /* bring your own prefixes */
}

.landingKontakt {
  float: right;
  width: 50%;
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 0px;
}

.out-animation {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

.out-animation2 {
  opacity: 0;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

.out-animation3 {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
}

.out-animation5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
}

.out-animation4 {
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  transform: translateY(-80px);
}

.landingKontakt a {
  font-size: 24px !important;
  padding: 0px;
}

.faq-ul li {
  padding-bottom: 30px;
  line-height: 1.3em;
  font-size: 1.5rem;
  font-family: "r-bold";
}

.mainObsah {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  /* background-color: rgba(255,255,255,0.8); */
}

.mainObsahX {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  /* background-color: rgba(255,255,255,0.8); */
}

.mainObsahTy {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
  /* background-color: rgba(255,255,255,0.8); */
  height: 95vh;
}

.mainObsahAkt {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
  /* background-color: rgba(255,255,255,0.8); */
  min-height: 1200px;
  text-align: justify;
  line-height: 22px;
}

.motto {
  position: relative;
  padding-left: 30px;
  height: 30%;
  width: 50%;
  float: left;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  padding-bottom: 100px;
  padding-top: 300px;
}

.foto-cont {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.foto-cont2 {
  width: 100%;
  height: 100%;
  background-image: url("../../foto/nestastnik_bw.jpg");
  background-size: auto 700px;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-color: #d9d7d9;
  background-attachment: scroll;
}

.header-bankrot-wrapper {
  display: grid;
  grid-gap: 2rem;
  place-items: center;
  grid-template-columns: 1fr 75px 1fr;
  margin-bottom: 6rem;
}

.header-bankrot-wrapper__list {
  color: #0d475b;
  list-style-type: none;
  font-weight: bold;
  height: 100%;
  display: flex;
  font-size: 1.1rem;
  flex-direction: column;
  justify-content: space-between;
}

.header-bankrot-wrapper .arrow-wrapper svg {
  width: 100%;
}

@media screen and (max-width: 870px) {
  .header-bankrot-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 100px auto;
  }

  .header-bankrot-wrapper .arrow-wrapper {
    transform: rotate(90deg);
    width: 100px;
  }
  .header-bankrot-wrapper__item {
    padding-bottom: 1rem;
  }
}

.horni-sekce-cont {
  width: 100%;
  margin: auto;
  width: 100%;
}

.horni-sekce-cont p {
  text-align: left;
  line-height: 24px;
}

.clear {
  clear: both;
}

.cont {
  padding: 0 15px 0 15px;
}

.nestastnik {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-image: url("../../foto/nestastnik.jpg");
  background-repeat: no-repeat;
  background-position: center 67%;
  background-size: cover;
  min-height: 550px;
}

.adkins {
  width: 200px !important ;
}

.odpoved-pravej-cont #subbut3 {
  margin: 0px 0px 0px 10px;
  padding: 4px 0px 4px 0px;
  color: #fff;
  background-color: #0d475b;
  font-size: 17px;
  font-weight: normal;
  transition: 0.3s;
  float: left;
  border-radius: 4px;
  width: 120px;
  border: none;
  border: 2px solid #0d475b;
  cursor: pointer;
}

.odpoved-pravej-cont #subbut3:hover {
  color: black;
  background-color: transparent;
}

.zajistuje {
  width: 300px;
  overflow: hidden;
  float: left;
  width: 20%;
  min-width: 400px;
  margin-left: 5%;
  transform: translateY(50px);
}

.zajistuje img {
  width: 300px !important;
}

.zaslouzite {
  float: right;
  width: 55%;
  min-width: 200px;
  font-size: 28px;
  font-family: "semibold";
  color: #0d475b;
  line-height: 35px;
}

.podbarveni {
  background-color: rgba(255, 192, 0, 0.5);
  font-size: 22px !important;
  padding: 15px;
}

.odpoved-pravej-cont input {
  height: 40px;
  width: 50%;
  float: left;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
  border: 1px solid black;
}

.logo-img2 {
  width: 250px;
  overflow: hidden;
  position: relative;
  height: auto;
  vertical-align: middle;
}

.logo-img2 img {
  width: 100%;
  display: inline-block;
}

.logo-img3 {
  width: 150px;
  overflow: hidden;
  position: relative;
  height: auto;
  vertical-align: top;
}

.logo-img3 img {
  width: 100%;
  display: inline-block;
}

.horni-sekce-cont img {
  width: 200px;
}

.horni-sekce-cont .left {
  width: 50%;
}

.horni-sekce-cont .right {
  width: 50%;
  float: right;
  position: relative;
}

.inner-cont {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: row;
  background-color: red;
  align-content: flex-end;
}

.barvicka-phone {
  color: #0d475b;
}

.vyhody-wrapper {
  background-color: #e4e4e4;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 30px;
}

.vyhody-cont {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.jak-postupovat-wrapper {
  padding-top: 50px;
  margin: auto;
}

.jak-postupovat-ul {
  display: block;
  margin: auto;
  width: 550px;
  max-width: 100%;
  padding: 50px 20px 30px 20px;
  list-style-image: url("../../grafika/list_item.png");
  list-style-position: inside;
}

.jak-postupovat-ul li {
  font-size: 28px;
  padding-bottom: 30px;
  max-width: 100%;
  color: rgb(49, 85, 105);
  font-family: "r-bold";
  line-height: 35px;
}

.jak-postupovat-ul span {
  padding-left: 15px;
}

.prvni-levej-odstavec {
  width: 50%;
  padding: 20px;
  float: left;
}

.prvni-levej-odstavec p {
  max-width: 100%;
  float: right;
}

.druhej-pravej-odstavec p {
  max-width: 100%;
  float: left;
}

.druhej-pravej-odstavec {
  width: 50%;
  padding: 20px;
  float: right;
}
.click-button {
  position: absolute;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more-info-button {
  padding: 10px 30px 10px 30px;
  border: 1px solid #0d475b !important;
  text-decoration: none !important;
  border-radius: 4px;
  transition: 0.4s;
}

.more-info-button:hover {
  background-color: #0d475b;
  color: #fff;
}

.textPob h1 {
  text-align: left !important;
}
.cont-odrazky {
  width: 100%;
  height: 200px;
  margin: auto;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  justify-content: space-around;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
}

.odrazka {
  background-image: url("../../grafika/ramecek_cislo.png");
  height: 80px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 3px;
}

.odrazka span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 24px;
  left: 35px;
}

.text-cont {
  position: absolute;
  color: #fff;
  width: 180px;
  left: 67px;
  top: 50%;
  transform: translate(0, -50%);
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}

#pojem-h1 {
  text-align: left;
}

.text-cont:nth-of-type(4) {
  top: 20px;
}

.mezera-15 {
  margin-bottom: 15px;
}

.mezera-400 {
  margin-bottom: 400px;
}

.mezera-30 {
  margin-bottom: 30px;
}

.mezera-pojem {
  margin-bottom: 30px;
}

.mezera-20 {
  margin-bottom: 20px;
}

.mezera-25 {
  margin-bottom: 25px;
}

.mezera-50 {
  margin-bottom: 50px;
}

.mezera-75 {
  margin-bottom: 75px;
}

.mezera-100 {
  margin-bottom: 100px;
}

.mezera-130 {
  margin-bottom: 110px;
}

.padding-50 {
  padding-bottom: 50px;
}

.content {
  height: 1000px;
}

.upper-kecy-cont {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.omg img {
  width: 220px !important;
}

.lista-logo {
  width: 200px;
}

#horni-telefon {
  text-decoration: none;
  color: black;
  font-family: "r-bold";
  font-size: 1.5rem;
  padding-left: 10px;
  line-height: 40px;
}

#phone-svg {
  background-image: url("../../grafika/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

#elp {
  margin-left: 20px;
}

.nebo {
  text-align: center !important;
  font-size: 16px !important;
  width: 300px;
  line-height: 16px !important;
}

.otazky-levej-cont span {
  color: black !important;
  font-family: "font2" !important;
  text-shadow: 2px 2px 13px #474747;

  width: 100%;
  text-align: center !important;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  font-family: "font2" !important;
}

.cont-nest {
  padding: 10px;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
}

.nadpis-span {
  line-height: 40px !important;
  font-size: 36px;
}

.odpoved-pravej-cont p {
  /*  background-color: purple;*/
  line-height: 28px;
  padding-bottom: 30px;
  font-size: 20px;
  font-family: "semibold";
}

#elp {
  border: 2px solid #0d475b;
  padding: 6px 0 6px 0;
  border-radius: 4px;
  background-color: #0d475b;
  color: #fff;
  text-decoration: none;
  font-family: "font6";
  font-size: 17px;
  transition: 0.3s;
  width: 120px !important;
  cursor: pointer;
}

#elp a {
  color: #fff;
  text-decoration: none;
}

.mini-form {
  margin-top: 25px;
  background-color: rgba(255, 192, 0, 0.5);
  position: relative;
  overflow: hidden;
  margin-top: -16px;
  padding: 10px;
  width: 305px;
}

.telefon-input {
  width: 150px !important;
  box-sizing: border-box;
}

#elp:hover {
  background-color: transparent;
  color: black;
}

#ad {
  font-family: "font7";
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -50px; /* account for padding and border if not using box-sizing: border-box; */
}

.bio {
  position: relative;
  display: inline-block;
  width: 120px;
  height: auto;
  left: 0px;
  bottom: 0px;
  text-align: center;
}

.odsazeniTextuPob {
  padding: 0 0 20px 0;
}

.Akt {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-top: 0px;
  font-size: 15px;
}

.AktCont {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  margin-top: 20px;
}

.ImgCont {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-top: 5px;
  width: 200px;
  height: auto;
}

.ImgCont2 {
  width: 200px;
  float: left;
  max-width: 40%;
}

.ImgCont2 img {
  width: 100%;
  margin: auto;
  padding: 10px 15px 0px 0px;
}

.ImgCont img {
  width: 100%;
  display: block;
}

.Akt h2 a {
  margin-top: 0px;
  outline: none;
}

.Akt h2 {
  padding-bottom: 7px;
  line-height: 30px;
  text-align: left;
}

.Akt p {
  padding: 10px 0px 10px 0px;
}

.pagination {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 40px;
}

.pagination .left {
  flex: 1;
}

.pagination .left button {
  float: right;
  margin-right: 3px;
}

.pagination .right {
  flex: 1;
}

.pagination .right button {
  float: left;
  margin-left: 3px;
}

.pagination button {
  color: #fff;
  background-color: #cf0905;
  font-size: 16px;
  padding: 7px 14px 7px 14px;
  cursor: pointer;
  border: 2px solid #cf0905;
  transition: 0.3s;
  text-decoration: none;
  line-height: 1em;
}

.pagination button:disabled,
.pagination button[disabled] {
  border: 2px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}

.pagination button:disabled:hover,
.pagination button:hover[disabled] {
  border: 2px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}

.pagination button:hover {
  background-color: #fff;
  color: #cf0905;
}

.link-more {
  display: none;
}

#specializace p,
.peoplePobocky p {
  font-weight: bold;
}

article p {
  margin-bottom: 20px;
  margin-top: 7px;
}

.AktMeta {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}

.Akt p {
  padding-top: 0px;
}

#sluzbyHeight {
  line-height: 24px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
}

.peopleImg {
  width: 30%;
  overflow: hidden;
  float: left;
  padding-top: 0px;
}

.peopleImg img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}

.peopleInfo {
  float: right;
  width: 68%;
  padding-left: 50px;
  padding-top: 0px !important;
  overflow: hidden;
}

#specializace p {
  padding-bottom: 15px;
}

.peoplePobocky {
  padding-top: 30px;
}

.peopleCV {
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding-top: 30px;
}

caption {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: auto;
  float: left;
  font-size: 15px;
  background-color: #fff;
}

tr:nth-child(even) {
  background-color: #e5e5e5;
}

th,
td {
  padding: 8px;
}

tr td:first-child {
  min-width: 140px;
  text-align: center;
  vertical-align: middle;
}

th {
  background-color: #003470;
  color: #fff;
}

#specializace ul {
  padding-bottom: 0px;
  line-height: 30px;
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.peopleInfo p {
  padding-top: 0px;
}

.mainObsah article {
  margin-bottom: 10px;
}

article p {
  line-height: 28px;
  font-size: 17px;
}

.mainObsahAkt article {
  text-align: justify;
}

.partneri {
  position: relative;
  width: 50%;
  float: right;
  height: 30%;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 300px;
}
.partneri img {
  max-width: 800px;
  height: auto;
  float: right;
  display: block;
  position: absolute;
  top: 30%;
  height: auto;
  width: 80%;
  margin-top: -50px; /* account for padding and border if not using box-sizing: border-box; */
}

#landingOdstavec {
  width: 50%;
  margin: auto;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding: 50px 30px 0px 60px;
  line-height: 26px;
  float: left;
  overflow: hidden;
  font-family: "font6";
  text-align: justify !important;
}

.ddd {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.rightCont {
  width: 50%;
  float: right;
  height: auto;
  position: relative;
  padding: 50px 20px 20px 20px;
  text-align: center;
  line-height: 40px;
  margin: auto;
}

.leftCont {
  width: 50%;
  margin: auto;
  float: left;
  height: auto;
  position: relative;
  padding: 50px 20px 20px 20px;
  line-height: 40px;
  text-align: center;
}

.leftCont h4,
.rightCont h4 {
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.cont {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

/* pobocky */

.pobocky-tlacitka-cont ul {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pobocky-tlacitka-cont li {
  margin: 0 10px 0 10px;
}

.center-h2 {
  text-align: center;
}

/* reference */
.reference-text strong {
  font-family: "r-regular";
  font-size: 18px;
  padding-bottom: 6px;
  color: #0d475b;
}

.reference-text p {
  padding-bottom: 0px;
  line-height: 24px;
  font-size: 16px;
}

/* bankrot */

.dulezite-informace-cont {
  background-color: rgba(255, 192, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  padding-bottom: 30px;
}

.bankrot .tucnej-text-cont {
  padding: 20px 15px 5px 15px;
  background-color: #4a8bac;
  color: #fff;
  font-size: 1.1rem;
}

.bankrot .tucnej-text-cont .text {
  line-height: 2rem;
}

.bankrot p {
  padding-bottom: 15px;
  line-height: 24px;
}

.bankrot span {
  font-family: "r-bold";
  font-size: 24px;
  color: #0d475b;
}

.dulezite-informace-cont h2 {
  padding-bottom: 15px;
}

.big-mb {
  margin-bottom: 3rem;
  font-size: 2rem;
}

.otazky-oddluzeni {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.dulezite-informace-cont li {
  list-style-type: none;
  text-indent: -1.5em;
  padding-bottom: 28px;
}

.dulezite-informace-cont li::before {
  content: "• ";
  top: 5px;
  padding-right: 5px;
  vertical-align: bottom;
  font-size: 28px;
  color: #0d475b; /* or whatever color you prefer *whatever color you prefer */
}

.kontakt-text .list-bullets.list-pl li {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

/* kontakt */
.kontakt-text h2 {
  margin: 1rem 0;
}

.ebankrot-adkins {
  margin-top: 2rem;
  line-height: 35px;
  display: inline-block;
  width: 100%;
}

.links-row {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  font-size: 1.3rem;
  cursor: pointer;
}

.links-row__item {
  text-align: center;
  flex: 1;
  background-color: #4a8bac;
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  transition: 0.2s;
  font-size: 1rem;
}

.links-row__item:hover {
  background-color: #61afd6;
}

.links-row__item a {
  color: rgb(235, 235, 235);
  text-decoration: none;
}

.links-row__item:hover a,
.links-row__item:hover svg {
  color: white;
  text-decoration: none;
}

.links-row__item svg {
  display: block;
  width: 50px;
  margin: auto;
  padding-bottom: 1rem;
  fill: rgb(235, 235, 235);
}

.gray-bigger-text span {
  font-size: 1.1rem;
  color: rgb(119, 119, 119);
  text-transform: uppercase;
}

.section.co-potrebujete {
  position: relative;
  padding-right: 4rem;
  width: 600px;
  margin: 3rem auto;
  max-width: 100%;
}

.section.co-potrebujete p:first-of-type {
  color: rgb(119, 119, 119);
  font-size: 1.1rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

.co-potrebujete__title {
  position: relative;
}

body {
  counter-reset: my-counter;
}

.counter::after {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.5;
}

.section.co-potrebujete ul {
  margin-top: 1rem;
}

.section.co-potrebujete .list-pl {
  padding-left: 3rem;
}

.section.co-potrebujete ul li {
  padding-bottom: 1rem;
}

.list-bullets li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 1rem;
  background-image: url("../../grafika/check-circle-o.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-panel-wrapper  {
  position: relative;
}

.h1-landing-wrapper h1 {
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

.landing-kecy-wrapper-outer {
  width: 50%;
  overflow: hidden;
  height: 65%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.landing-kecy-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1330px;
  max-width: 100%;
  padding: 1rem;
  margin: auto;
}

.landing-kecy-wrapper-inner {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .landing-kecy-wrapper-outer,
  .landing-kecy-wrapper-inner {
    width: 100%;
  }
}

.ebankrot-adkins h2 {
  text-align: center;
}

/* online lista header homepage */
.online-lista {
  position: absolute;
  display: block;
  width: 100%;
  height: 35%;
  bottom: 0;
  background-color: rgba(34, 75, 88, 0.6);
}

.online-lista__wrapper {
  position: relative;
  padding: 2rem 20px;
  width: 1340px;
  max-width: 100%;
  margin: auto;
  color: #fff;
}

.online-lista__flex-wrapper {
  display: flex;
}

.online-lista__h2 {
  margin-bottom: 1rem;
}

.online-lista__flex-wrapper p {
  flex: 3;
}

.online-lista__flex-wrapper a {
  align-self: center;
}

@media screen and (max-width: 1150px) {
  .online-lista {
    height: 31%;
  }

  .landing-kecy-wrapper-outer {
    height: 69%;
  }
}

@media screen and (max-width: 900px) {
  .online-lista {
    height: 38%;
  }

  .landing-kecy-wrapper-outer {
    height: 62%;
  }

  .online-lista__flex-wrapper {
    flex-direction: column;
  }

  .online-lista__flex-wrapper p {
    margin-bottom: 1rem;
  }
}

/* jak to probiha */

.dontcare {
  list-style-type: none;
  overflow: hidden;
}

.dontcare li {
  font-size: 18px;
}

.triple-box-wrapper {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  padding: 40px 0 40px 0;
  margin-top: -5px;
}

.triple-box-box {
  flex: 1;
  margin: 0 15px 0 15px;
  border: 1px solid black;
  padding: 15px 15px 45px 15px;
  position: relative;
}

.triple-box-box h2 {
  color: #62c5f5;
  padding-bottom: 30px;
  font-size: 26px;
}

.triple-box-box h3 {
  text-align: left;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.last-aktualita__highlight {
  position: absolute;
  right: 10px;
  top: 10px;
}

.last-aktualita__highlight__image {
  fill: #be2c18;
  width: 50px;
  float: right;
}

.last-aktualita__highlight__text {
  transform: rotate(20deg) translateY(-15px);
  font-weight: bold;
  font-size: 1.5rem;
  color: #be2c18;
}

.novela-text {
  padding: 3rem 1rem;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.vyhody-h2.novela-text__title {
  padding-bottom: 3rem;
}

.novela-text__list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: flex-start left;
  grid-gap: 1rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .novela-text__list {
    grid-template-columns: 1fr;
  }
}

.novela-text__list__item {
  position: relative;
  padding-left: 2.5rem;
}

.novela-text__list__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0rem;
  background-image: url("../../grafika/check-circle-o.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.zobrazit-vice {
  font-family: "r-bold";
  color: black;
  position: absolute;
  bottom: 15px;
}

.komiks-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-content: space-around;
  place-items: center;
}

.komiks-img-wrapper {
  width: 100%;
  border: 1px solid black;
  overflow: hidden;
  max-width: 300px;
  box-sizing: border-box;
}

.komiks-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.komiks {
  max-width: 100%;
  padding-top: 30px;
  box-sizing: content-box;
  width: 1200px;
  margin: 2rem auto;
}

.komiks h2 {
  padding-bottom: 50px;
}

.dontcare li {
  font-family: "r-bold";
  font-weight: bold;
  padding-bottom: 12px;
  color: #0d475b;
  font-size: 28px;
}

.dontcare span {
  font-size: 30px;
  left: 55%;
  top: 52%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "r-regular";
  color: #0d475b;
}

.header-background {
  position: relative;
  height: 166px;
  background-image: url(../../grafika/header.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.header-background2 {
  position: relative;
  background-image: url(../../grafika/mainheader.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-position: right;
}

.numbers-wrapper {
  width: 100%;
  bottom: 0px;
  font-size: 16px;
  background-color: #e4e4e4;
}

.numbers {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-around;
  padding: 30px;
}

.number {
  width: 250px;
  color: rgb(24, 64, 90);
  display: flex;
}

.number p {
  margin: auto 0;
}

.number img {
  height: 100%;
  margin-right: 10px;
  min-width: 55px;
  height: auto;
}

.number span {
  font-size: 22px;
  font-family: "r-bold";
}

.highlights__text.extra-highlighted {
  color: #be2c18;
}

.header-background h1 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.header-background2 h1 {
  color: black;
  font-size: 38px;
  line-height: 40px;
}

.header-background2 h1 span {
  display: block;
  margin-top: 1.5rem;
  font-size: 32px;
  font-family: "r-light";
}

.miniformek-landing p {
  font-size: 20px;
  font-family: "r-regular";
  display: inline;
}

.miniformek-landing fieldset,
.miniformek-landing form {
  display: inline;
}

.miniformek-landing input {
  height: 32px;
  margin-left: 0.5rem;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}

.contact__item {
  padding-bottom: 0.5rem;
  color: black;
  font-size: 0.8rem;
}

.button {
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  font-family: "r-regular";
}

.button--blue {
  border: 2px solid rgb(24, 64, 90);
  background-color: rgb(24, 64, 90);
}

.button--blue:hover {
  border: 2px solid rgb(34, 91, 129);
  background-color: rgb(34, 91, 129);
  color: #fff;
}

.button--red {
  border: 2px solid #cf0905;
  background-color: #cf0905;
  color: #fff;
}

.button--red:hover {
  border: 2px solid #a80805;
  background-color: #a80805;
  color: #fff;
}

.button.submit {
  height: 32px;
  padding: 0 1.5rem;
}

.count-number {
  padding-right: 1rem;
  font-size: 1.5rem;
  vertical-align: sub;
}

.cislo-jaknato {
  max-width: 80px;
  width: 20%;
  height: 100%;
  position: absolute;
  background-image: url(../../grafika/aa.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
  margin-left: -15%;
}

.cislo-jaknato span {
  margin-top: -3px;
}

.cislo-jaknato-cont {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  width: 80%;
  float: right;
  overflow: visible;
}

.vnitrek {
  right: 0px;
  width: 80%;
  padding: 20px;
  flex: 1;
}

.tel-kontakt {
  display: none;
}

.tel-kontakt a {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  color: black;
  font-family: "font2";
  text-decoration: none;
  font-size: 22px;
}

.phonek {
  width: 17px;
  height: auto;
  top: 50%;
  left: 10px;
  position: absolute;
  transform: translate(0, -50%);
}

.mobilni-kontakt-telefon {
  position: fixed;
  z-index: 100;
  color: #fff;
  right: 80px;
  text-decoration: none;
  font-family: "semibold";
  top: 26px;
  font-size: 18px;
  display: none;
}

.mobilni-kontakt-telefon:hover {
  color: #fff;
}

.tel-kontakt a:hover {
  color: #fff;
}

.dontcare p {
  line-height: 24px;
}

/* ciselniky */

.ciselniky-cont {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  transform: translate(-50%);
  left: 50%;
  padding: 15px;
}

.ciselniky-cont {
  display: inline-flex;
  max-width: 100%;
  justify-content: space-around;
  text-align: center;
  flex-wrap: nowrap;
  margin: auto;
}

.ciselnik {
  width: 250px;
  margin-bottom: 40px;
}

.cislo1,
.cislo2,
.cislo3,
.cislo4 {
  width: 180px;
  height: 180px;
  background-color: transparent;
  background-image: url("../../grafika/circle.png");
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.cislo1 span,
.cislo2 span,
.cislo3 span,
.cislo4 span {
  font-size: 26px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  top: 0px;
  color: black;
}

.text span {
  font-size: 18px;
  font-weight: bold;
}

/* reference */

.reference-cont {
  flex: 1;
  width: 48%;
  margin-right: 10px;
  float: left;
  border-radius: 20px;
  padding: 20px;
  background-image: url(../../foto/reference.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.reference-cont span {
  font-size: 20px;
  color: #ffebae;
}

.reference-cont a {
  font-size: 16px;
  color: #fff;
  float: right;
}

.reference-cont a:hover {
  font-size: 16px;
  color: #fff;
  float: right;
}

.reference-cont p {
  line-height: 28px;
  font-size: 15px;
  color: #fff;
}
.reference-cont h2 {
  text-align: left;
  padding-bottom: 50px;
  color: #fff;
}

.upozorneni-cont {
  width: 48%;
  float: left;
  margin-left: 10px;
  border-radius: 20px;
  padding: 20px;
  background-image: url(../../foto/upozorneni.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.upozorneni-cont span {
  font-size: 20px;
  color: #ffebae;
}

.upozorneni-cont p {
  line-height: 28px;
  font-size: 15px;
  color: #fff;
}
.upozorneni-cont h2 {
  text-align: left;
  padding-bottom: 50px;
  color: #fff;
}

.vyhody-h2 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 38px;
  color: #1f4659;
  line-height: 40px;
}

.ref-upo-cont {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  position: relative;
  width: auto;
}

#landingOdrazky {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 35px;
}

#landingOdrazky li {
  padding-top: 20px;
}

#landingOdrazky li img {
  width: 70px;
  vertical-align: middle;
}

#podpisyKontajner {
  position: relative;
  float: right;
  bottom: 60px;
  padding-right: 80px;
  z-index: 3;
}

.ee {
  width: 70px;
  margin: auto;
  position: relative;
  display: none;
  padding-bottom: 10px;
}

.second p {
  font-size: 14px;
  color: black;
}

.second a {
  color: black !important;
}

.second {
  margin-top: 10px;
}

body a {
  color: black;
  text-decoration: underline;
  color: #0d475b;
}

body a:hover {
  color: black;
  text-decoration: none;
  color: #069382;
}

.tymovka {
  width: 100%;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  height: auto;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
}

.tymovka figure {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  /*  border: 5px solid #069382;
      border-radius: 2%;*/
  margin: 15px auto 15px auto;
  background-color: #fff;
  min-width: 200px;
  position: relative;
  float: left;
  height: 300px;
}

.tymovka figure img {
  transition: 0.25s;
  -webkit-transition: 0.25s;
  filter: grayscale(60%);
  display: block;
}

button {
  outline: none;
}

.tymovka figure img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
  filter: grayscale(0);
}

figure figcaption {
  position: absolute;
  bottom: 0px;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 30px !important;
  width: 100%;
  float: left;
  height: 80px;
}

.dd {
  color: black !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing-h1 {
  font-size: 36px;
}

.dd:hover {
  color: black;
  text-decoration: none !important;
}

.nadpisyTym {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 0px;
}

.tymova-foto-cont {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

.tymova-foto-cont img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.nadpisyTym h2 {
  font-size: 24px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 30px;
  text-transform: uppercase;
}

footer a {
  color: #666 !important;
}

#footerLajna {
  display: block;
  width: 95%;
  margin: auto;
  border: none;
  border-top: 2px dotted #0d475b;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

footer h2 {
  text-align: left;
  color: #0d475b;
  padding-top: 40px;
  padding-bottom: 10px;
}

.prvni a {
  text-decoration: none;
}

.prvni a:hover {
  text-decoration: underline !important;
}

.AktLajna {
  border-top: 1px solid #888;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 10px;
}

#proHr1 {
  display: none;
}

#proHr2 {
  display: inline-block;
  background-color: red;
  height: 0px;
  width: 100%;
}

.logaFirem button {
  cursor: pointer;
  font-size: 22px;
  padding: 10px;
  width: 100%;
}

.logaFirem {
  overflow: hidden;
  position: relative;
  width: 150px;
  background-color: red;
  margin: auto;
  float: left;
}

.logaFirem ul {
  text-align: center;
}
.logaFirem li {
  padding-bottom: 10px;
}

.referenceFirem h2 {
  width: 100%;
  padding-bottom: 20px;
}

#colik,
#fantik,
#spritik,
#upik {
  display: none;
}

.referenceCont {
  overflow: hidden;
  position: relative;
  width: 700px;
  margin: auto;
  background-color: green;
  max-width: 100%;
}

h1 {
  padding: 10px 0px 10px 0px;
  font-size: 28px;
  line-height: 38px;
  font-family: "r-bold";
}

.share-buttons {
  padding-bottom: 30px;
  display: inline-block;
  height: auto;
  overflow: hidden;
}

article h1 {
  line-height: 32px;
  text-align: left !important;
  font-size: 26px;
}

article {
  padding-bottom: 0px;
}

.leftCont .fa,
.rightCont .fa {
  margin-right: 10px;
}

#landingOdstavec h2 {
  font-family: "font6";
  text-align: left;
  padding-bottom: 20px;
  width: 100%;
}

.first {
  display: none;
}

.landingMiddle {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 40px;
  /*background-image: url(grafika/ee2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x:hidden;
    background-size: 100%;*/

  z-index: 1;
}

.content {
  z-index: 3;
  position: relative;
}

select {
  margin: 0px 0px 25px 0px;
  width: 50%;
  height: 30px;
  font-size: 14px;
  float: right;
  padding-left: 5px;
  margin-bottom: 0px;
  background-color: #fff;
  outline: none;
}

label {
  margin: 10px;
}

#fld1 {
  width: 100%;
  float: left;
}

#fld5 {
  width: 100%;
  float: left;
  padding-right: 0px;
}

#fld2 {
  width: 50%;
  float: right;
  padding-left: 10px;
}

label p {
  margin-bottom: 5px;
}

#h1Contejner {
  margin: auto;
  position: relative;
  height: 50px;
  width: 250px;
  text-align: center;
}

.odkazyPobocky {
  width: 1100px;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 0px;
  text-align: center;
  height: auto;
  padding-top: 4%;
  max-width: 100%;
}

.odkazyPobockyKont {
  width: 100%;
  overflow: hidden;
  top: 10%;
  height: 100vh;
}

.upperCont {
  width: 100%;
  min-height: 100px;
  position: relative;
  padding: 120px 20px 20px 20px;
  overflow: hidden;
  text-transform: uppercase;
}

.upperContCl {
  width: 100%;
  min-height: 20px;
  position: relative;
  padding: 90px 20px 20px 20px;
}

.rightCont {
  width: 50%;
  float: right;
  height: auto;
  position: relative;
  padding: 50px 20px 20px 20px;
  text-align: center;
  line-height: 40px;
  margin: auto;
}

.kontForm {
  max-width: 100%;
  position: relative;
  text-align: left;
  margin: auto;
  line-height: 40px;
  width: 100%;
  background-color: #e0e0e0;
}

.kontFormLanding {
  max-width: 100%;
  position: relative;
  text-align: left;
  margin: auto;
  line-height: 40px;
  width: 100%;
  background-color: #fff;
  padding: 40px 0 40px 0;
}

.kontForm .maxSirka8 {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
}

.kontFormLanding .maxSirka8 {
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
}

.kontForm3 {
  max-width: 100%;
  position: relative;
  padding: 0px 0px 20px 0px;
  text-align: left;
  margin: auto;
  line-height: 40px;
  width: 1100px;
}

.p-right {
  float: right;
  color: red !important;
  font-size: 24px !important;
  margin-top: -30px;
  padding-bottom: 5px;
  transform: translateY(-10px);
}

.index-kalkulacka-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  flex: 1;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid black;
}

.index-kalkulacka-wrapper h2 {
  padding-right: 15px;
  padding-left: 40px;
  margin-left: 15px;
  color: #63c5f5;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-45px);
  font-family: "r-regular";
}

.index-form-wrapper h2 {
  padding-right: 15px;
  padding-left: 40px;
  margin-left: 5px;
  color: #63c5f5;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-65px);
  font-family: "r-regular";
}

.index-form-wrapper {
  flex: 1;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid black;
  padding: 15px;
  position: relative;
}

.kontForm2 {
  width: 100%;
  position: relative;
  padding: 0px 0px 20px 0px;
  text-align: left;
  line-height: 40px;
}

.leftCont {
  width: 50%;
  margin: auto;
  float: left;
  height: auto;
  position: relative;
  padding: 50px 20px 20px 20px;
  line-height: 40px;
  text-align: center;
}

.leftCont h4,
.rightCont h4 {
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.odkazyPobocky li {
  display: block;
  padding: 0px;
  width: 250px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  border: 3px solid #0d475b;
}

.scrollDown {
  background-image: url(../../grafika/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  width: 75px;
  height: 45px;
  opacity: 0;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0);
}

.scrollDown:hover {
  bottom: 5px;
  transition: 0.3s;
}

.tlacitkoMore2 {
  bottom: 40px;
  opacity: 0;
  left: 60px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 2px;
  border: 3px solid #fff;
  margin: auto;
  width: 250px;
  position: absolute;
  box-shadow: 2px 2px 5px 0px black;
}

.tlacitkoMore a,
.tlacitkoMore2 a {
  text-decoration: none;
  padding: 12px 0px 12px 0px;
  display: block;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}

.tlacitkoMore a:hover,
.tlacitkoMore2 a:hover {
  color: #fff;
  border-radius: 1px;
  background-color: #0d475b;
}

#landingListPravy {
  float: right;
  padding-right: 50px;
}

.odkazyPobocky a {
  text-decoration: none;
  padding: 17px 0px 17px 0px;
  display: block;
  transition: 0.3s;
}

.odkazyPobocky a:hover {
  background-color: rgba(227, 227, 227, 0.7);
}

.odkazyPobocky ul {
  width: 100%;
  margin: auto;
}

#odk2,
#odk2a,
#odk2b,
#odk2c {
  float: left;
  padding-left: 20px;
  font-size: 22px;
}

.kontForm input {
  height: 30px;
  width: 50%;
  font-size: 15px;
  float: right;
  padding-left: 10px;
  background-color: #fff;
}

.kontFormLanding input {
  height: 30px;
  width: 50%;
  font-size: 15px;
  float: right;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.kontFormLanding select,
.kontFormLanding textarea {
  border: 1px solid #d9d9d9;
}

.kontForm3 input {
  height: 30px;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 4px;
}

.kontForm2 input {
  height: 30px;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid black;
}

textarea {
  outline: none;
  font-size: 16px;
}

.kontForm2 textarea {
  outline: none;
  border: 1px solid black;
  font-size: 16px;
}

.kontForm2 select {
  border: 1px solid black;
}

textarea:focus {
  outline: none;
}

input:focus {
  outline: none;
  border: 1px solid #333333;
}

.kontForm form {
  width: 50%;
  float: left;
  margin: auto;
  padding: 20px;
  height: auto;
  flex: 1;
}

.kontForm form h2 {
  font-size: 32px;
}

.kontFormLanding form {
  margin: auto;
  padding: 20px;
  color: #fff;
  height: auto;
  flex: 1;
}

.kontForm3 form {
  width: 650px;
  max-width: 100%;
  margin: auto;
  background-image: url(../../grafika/kniha.jpg);
  background-position: center center;
  padding: 20px;
  color: #fff;
  height: auto;
  border-radius: 10px;
}

#podnadpis {
  font-size: 18px;
}

#prijemOutputId,
#detiOutputId {
  font-family: "font2";
  font-size: 18px;
}

.center {
  text-align: center;
}

h3 {
  text-align: left;
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 1.5rem;
}

.AktCont h3 {
  text-align: left;
}

.kontForm2 form {
  width: 100%;
  margin: auto;
  background-color: #333;
  background-image: url(../../grafika/ee.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px;
  color: black;
  height: auto;
}

.little-form-ga {
  padding: 14px 0px 14px 0px;
  color: #fff;
  background-color: #0d475b;
  font-size: 20px;
  transition: 0.3s;
  width: 50%;
  float: right;
  cursor: pointer;
  border: 2px solid #0d475b;
}

.subbut4 {
  padding: 14px 0px 14px 0px;
  color: #fff;
  background-color: #0d475b;
  font-size: 20px;
  transition: 0.3s;
  width: 100%;
  cursor: pointer;
  border: 2px solid #0d475b;
}

.index-form-wrapper #subbut {
  position: absolute;
  bottom: 15px;
  float: right;
  right: 15px;
}

#pocet-deti {
  margin-top: -20px;
}

.index-kalkulacka-wrapper span {
  display: block;
  width: 70%;
  line-height: 24px;
  padding-bottom: 16px;
  color: #1f4659;
}

#subbut3 {
  margin: 10px 0px 0px 0px;
  padding: 4px 0px 4px 0px;
  float: right;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 4px;
  width: 120px;
  cursor: pointer;
}

#subbut3:hover {
  color: lightblue;
}

#landing-page-fieldset {
  border: 1px solid black;
  padding: 15px;
}

#field {
  font-family: "r-regular";
  font-size: 16px;
}

#landing-page-fieldset legend {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 15px;
  color: #63c5f5;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-15px);
}

.flex-formular::before {
  content: url("../../grafika/form.png");
  position: relative;
  display: inline;
}

.flex-kalkulacka-index::before {
  content: url("../../grafika/kalkulacka.png");
  position: relative;
  display: inline;
}

.kontForm span,
.kontForm p {
  color: #0d475b;
}

.index-form-wrapper span,
.kontFormLanding p {
  color: #0d475b;
  font-size: 16px;
  line-height: 40px;
}

.kontFormLanding p {
  color: #0d475b;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 14px;
}

.kontForm aside {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.kontForm aside p {
  font-size: 28px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  line-height: 3rem;
  transform: translate(0, -50%);
}

.kontForm aside span {
  font-size: 2rem;
  line-height: 40px;
}

.kontForm aside span:first-of-type,
.kontFormLanding aside span:first-of-type {
  font-family: "r-bold";
}

.button-zacit {
  color: #fff;
  background-color: #cf0905;
  font-size: 20px;
  padding: 14px 28px 14px 28px;
  cursor: pointer;
  border: 2px solid #cf0905;
  transition: 0.3s;
  text-decoration: none;
  line-height: 70px;
  white-space: nowrap;
  margin: 0 0.5rem;
}

.no-margin {
  margin: 0;
}

.button-zacit:hover {
  background-color: #fff;
  color: #cf0905;
}

button {
  border-radius: 0px;
}

#p-button-zacit {
  margin-top: 15px;
  margin-bottom: 5px;
}

.button-zacit2 {
  color: #fff;
  background-color: #cf0905;
  font-size: 20px;
  padding: 14px 28px 14px 28px;
  cursor: pointer;
  border: 2px solid #cf0905;
  transition: 0.3s;
  text-decoration: none;
}

.button-zacit2:hover {
  background-color: #fff;
  color: #cf0905;
}

.kontForm2 #subbut {
  border-radius: 0px;
}

legend strong {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "r-bold";
}

legend p {
  font-size: 16px;
  text-align: center;
  font-family: "semibold";
}

#subbut:hover,
.subbut4:hover {
  color: #0d475b;
  background-color: #fff;
  border: 2px solid #0d475b;
}

.kontForm2 #subbut:hover {
  color: #fff;
  background-color: black;
}

.four-zero-four {
  font-family: "r-regular";
  font-size: 1.4em;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 30px;
}

.four-zero-four span {
  font-family: "r-bold";
  font-size: 1.3em;
}

#formRight {
  width: 49%;
  float: left;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  margin-bottom: 10px;
  min-width: 250px;
  margin-left: 5px;
}

#formLeft {
  float: left;
  width: 49%;
  min-width: 250px;
  padding-top: 57px;
  background-color: rgba(255, 255, 255, 0);
}

.referenceLoga {
  width: 1200px;
  margin: auto;
}
.referenceLoga li {
  display: inline-block;
  padding: 0px 20px 0px 20px;
}

#povinnaPole2 {
  display: none;
}

#mmHide {
  display: inline-block;
}

.webForm {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 5px;
}

#odsadit {
  margin-left: 25px;
}

#twoLeft {
  margin-top: 7px;
}

.webForm h2 {
  font-size: 20px;
}

.parallax {
  /* The image used */
  background-image: url("../../foto/pp.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.parallaxCont {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  margin-bottom: 50px;
}

.parallaxText {
  position: absolute;
  top: 45%;
  opacity: 0;
  padding: 15px;
  width: 100%;
  color: #fff;
}
.parallaxText h1 {
  font-size: 36px;
  line-height: 40px;
  font-family: "font2";
  text-shadow: 3px 3px 4px #000000;
  color: #fff;
  text-align: center;
}

.animation {
  top: 50%;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animation2 {
  opacity: 1;
  bottom: 80px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animation3 {
  opacity: 1;
  bottom: 10px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.sluzbyCont {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

#textLeft {
  float: left;
  width: 49%;
  position: relative;
  margin-top: 15px;
  line-height: 22px;
}

#povinnaPole1 {
  display: inline-block;
  font-size: 13px;
}

#fotoRight {
  margin-top: 5px;
  float: left;
  width: 49%;
  position: relative;
  margin-left: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}

#fotoRight img {
  float: right;
  width: 90%;
  height: auto;
}

.cc {
  position: relative;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  padding-bottom: 0px;
}

#boss {
  width: 100%;
}

#navMob {
  display: inline;
}

#navDesk {
  display: none;
}

#miniMenu,
#miniMenu2 {
  display: none;
  position: absolute;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  top: 30px;
  right: 20px;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
}
#miniMenu {
  background-image: url(../../grafika/hamburger.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

#miniMenu2 {
  background-image: url(../../grafika/cancel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
}

.hidePhone {
  display: none;
}

.polozky-menu-cont {
  position: absolute;
  right: 0px;
  top: 80px;
  background-color: #0d475b;
  height: 90vh;
  transition: 0.4s;
  width: 300px;
}

.polozkyMenu2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  height: 80%;
  max-height: 100%;
  display: flex;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.polozkyMenu2 li {
  padding: 2vh 15px 2vh 15px;
  background-color: #fff;
  border-left: 1px solid #0d475b;
  margin-bottom: 1px;
}

.polozkyMenu2 a {
  text-decoration: none;
  color: #0d475b;
  line-height: 22px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .miniformek-landing {
    padding-top: 15px;
    position: relative;
  }

  .landing-kecy-wrapper {
    height: auto;
  }

  .h1-landing-wrapper {
    position: relative;
    transform: translate(0, 0);
    padding-top: 15px;
  }

  .header-gray {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 900px) {
}

/*-------media------*/
@media screen and (max-width: 1105px) {
  #navMob {
    display: none;
  }

  .telefon-header p {
    display: none;
  }

  .telefon-header2 {
    display: inline-block;
  }

  #miniMenu {
    display: inline-block;
  }

  #hide {
    display: inline;
  }

  .mobilni-kontakt-telefon {
    display: none;
  }

  .tel-kontakt {
    display: none;
  }
}

/*-------media------*/
@media screen and (max-width: 450px) {
  footer .prvni {
    font-size: 11px !important;
  }

  .mobilni-kontakt-telefon {
    display: none;
  }
}

/*iPad landscape*/
@media screen and (width: 1024px) {
  .parallax {
    background-attachment: scroll;
    background-position: center;
  }

  .fb-share-button,
  .twitter-share-button {
    display: none !important;
  }

  .parallaxText h1 {
    top: 35%;
  }

  .animation {
    top: 40%;
  }

  .animation2 {
    bottom: 130px;
  }

  .animation3 {
    bottom: 50px;
  }

  .scrollDown:hover {
    bottom: 50px;
  }
}

/*iPad Portrait*/
@media screen and (width: 768px) {
  .parallax {
    background-attachment: scroll;
    background-position: center;
  }

  .fb-share-button,
  .twitter-share-button {
    display: none !important;
  }

  .scrollDown:hover {
    bottom: 50px;
  }
}

/*iPad portrait*/
@media screen and (width: 2048px) {
  .parallax {
    background-attachment: scroll;
    background-position: center;
  }

  .fb-share-button,
  .twitter-share-button {
    display: none !important;
  }

  .parallaxText h1 {
    top: 35%;
  }

  .animation {
    top: 40%;
  }

  .animation2 {
    bottom: 130px;
  }

  .animation3 {
    bottom: 50px;
  }

  .scrollDown:hover {
    bottom: 50px;
  }
}

/*iPad landscape*/
@media screen and (width: 1496px) {
  .parallax {
    background-attachment: scroll;
    background-position: center;
  }

  .fb-share-button,
  .twitter-share-button {
    display: none !important;
  }

  .parallaxText h1 {
    top: 35%;
  }
  .animation {
    top: 40%;
  }

  .tlacitkoMore2 {
    margin: auto;
    padding-left: 0px;
    width: 250px;
    position: absolute;
    opacity: 0;
    bottom: 90px;
    display: block;
    position: absolute;
    cursor: pointer;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }

  .animation2 {
    bottom: 110px;
    opacity: 1;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .scrollDown {
    bottom: 40px;
  }

  .scrollDown:hover {
    bottom: 40px;
  }
}

/*-------media------*/
@media screen and (max-width: 300px) {
  .h1-landing-wrapper span {
    display: none;
  }

  .header-background2 {
    background: initial;
    background-color: #adadad;
  }
}

/*-------media------*/
@media screen and (max-width: 420px) {
  .big-form-text-mobil {
    display: inline-block !important;
  }

  .ctvrta-sekce-left {
    display: none;
  }

  .subbut5 {
    font-size: 16px;
    width: 100%;
  }

  .but6 {
    font-size: 16px;
    margin: auto;
    float: none;
    margin-top: 30px;
  }

  .ctvrta-sekce input {
    width: 100% !important;
  }
}

/*-------media------*/
@media screen and (max-width: 400px) {
  .ctvrta-sekce-left {
    font-size: 14px;
  }

  .ctvrta-sekce-right input {
    width: 80%;
  }

  .header-background2 h1 {
    font-size: 24px !important;
    line-height: 40px;
  }

    .header-background2 h1 span {
    font-size: 24px !important;
  }

  .jak-postupovat-ul li {
    font-size: 16px !important;
  }

  .miniformek-landing #submit,
  .miniformek-landing input {
    width: 100% !important;
    height: 42px;
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .miniformek-landing #submit {
    margin-top: 10px;
  }

  #p-button-zacit {
    margin-top: 0px;
  }

  .miniformek-landing {
    padding-top: 5px;
  }

  .button-zacit2 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0 6px 0;
    font-size: 16px;
  }
}

/*-------media------*/
@media screen and (max-width: 500px) {
  #peopleJmeno h1 {
    font-size: 24px;
  }

  #fce {
    font-size: 20px;
    padding-bottom: 0px;
    line-height: 30px;
  }

  .ImgCont {
    display: none;
  }
}

/*-------media------*/
@media screen and (max-width: 430px) {
  .ebankrot-adkins h2 {
    font-size: 18px;
  }

  #peopleJmeno h1 {
    font-size: 18px;
  }

  #fce {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 28px;
  }

  body,
  table {
    font-size: 13px;
  }
}

/*-------media------*/
@media screen and (max-width: 1190px) {
  #kk {
    padding-right: 20px;
  }
  .odkazyPobocky {
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 200px;
  }

  #odk2b {
    margin-top: -90px;
  }

  #spoluprace {
    width: 50%;
    padding: 10px;
    text-align: justify;
  }

  #spolupraceImg {
    margin-right: 0px;
  }

  #spolupraceImg img {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding-top: 120px;
  }
}

/*-------media------*/
@media screen and (min-width: 1300px) {
  .parallax {
    background-size: auto;
    background-position: center;
  }
}

/*-------media------*/
@media screen and (max-width: 1125px) {
  #landingListPravy {
    float: left;
    padding-right: 0px;
  }

  .textSluzby {
    flex-basis: 45%;
  }
}

/*-------media------*/
@media screen and (max-width: 770px) {
  #povinnaPole2 {
    display: inline-block;
  }

  .logoNazev {
    width: 280px;
  }
  .logoNazev img {
    margin-top: -5px;
  }

  #mmHide {
    display: inline-block;
  }

  #mm2 {
    display: none;
  }
  #mm {
    float: left;
    margin-bottom: -50px;
  }

  #landingOdstavec {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .landingKontakt {
    float: left;
    width: 100%;
  }
}

/*-------media------*/
@media screen and (max-width: 480px) {
  .menu img {
    width: 180px;
    height: auto;
    top: 25px;
  }

  .telm-cont a {
    font-size: 12px;
  }
}

/*-------media------*/
@media screen and (max-width: 550px) {
  .header-background2 h1 {
    font-size: 30px;
  }

  #horni-telefon {
    font-size: 24px;
  }

  .miniformek-landing p {
    font-size: 18px;
  }
}

/*-------media------*/
@media screen and (max-width: 1050px) {
  .triple-box-box {
    margin: 15px 15px 15px 15px;
  }

  .triple-box-wrapper {
    flex-direction: column;
  }

  .numbers-wrapper {
    display: none;
  }

  .header-background2 {
    height: auto;
    overflow: hidden;
  }
}

/*-------media------*/
@media screen and (max-width: 800px) {
  .jak-postupovat-ul li {
    font-size: 20px;
  }

  #spolupraceImg {
    display: none;
  }

  #spoluprace {
    width: 100%;
  }

  .mobilni-kontakt-telefon {
    position: absolute;
  }

  .kontaktMenu {
    position: absolute;
  }

  .textPob h3 {
    padding-top: 0px;
  }

  #landingOdstavec {
    padding-top: 0px;
  }

  .textPob {
    padding-top: 0px;
    margin-top: 0px;
  }
}

/*-------media------*/

@media screen and (max-width: 700px) {
  .maxSirka12 {
    flex-direction: column;
    margin-top: -10px;
  }

  .index-form-wrapper {
    flex: none;
  }

  .flex-formular-landing,
  .flex-kalkulacka-landing {
    flex: none;
  }

  .flex-formular-landing {
    margin-right: 0px;
  }

  .flex-kalkulacka-landing {
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .header-background h1 {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .ctvrta-sekce-right input {
    width: 95%;
  }

  .ctvrta-sekce-left {
    font-size: 16px;
  }

  .nadpisyTym h2 {
    font-size: 22px;
    top: 7px;
    text-align: center;
    line-height: 20px;
    margin: auto;
  }

  .textSluzby {
    flex-basis: 100%;
  }

  #odk2a {
    clear: both;
  }

  .odkazyPobocky {
    margin: auto;
    height: auto;
  }

  #odk2b {
    margin-top: 0px;
  }

  .tymovka figure img {
    filter: grayscale(0%);
  }

  .pravnikVedouci {
    margin-left: 20px;
  }

  .ee {
    display: block;
  }

  .oo {
    display: none;
  }

  #landingOdrazky li {
    padding-top: 30px;
    margin: 0px;
    text-align: center;
  }

  #landingOdrazky ul {
    width: 100%;
  }

  #kk {
    padding-right: 0px;
  }

  .landingKontakt {
    padding-top: 30px;
  }
}
/*-------media------*/
@media screen and (max-width: 840px) {
  .leftCont {
    width: 100%;
    padding-bottom: 0px;
  }

  .column-left {
    width: 100%;
    margin: 0 auto !important;
  }
  .column-right {
    width: 100%;
    margin: 0 auto !important;
  }
  .column-center {
    width: 100%;
    margin: 0 auto !important;
  }

  .rightCont {
    width: 100%;
    float: left;
    padding-top: 0px;
  }

  .rightCont h4 {
    display: none;
  }

  .hidePhone {
    display: inline;
    margin: auto;
    position: relative;
  }

  .fb-share-button,
  .twitter-share-button {
    display: none !important;
  }
}

/*-------media------*/
@media screen and (max-width: 800px) {
  footer .prvni {
    flex-direction: column;
    align-content: initial;
  }

  footer .prvni li {
    text-align: center;
  }

  footer .druhej {
    flex-direction: column;
  }

  .ciselniky-cont {
    flex-wrap: wrap;
  }

  .ciselnik {
    padding: 30px;
    flex-basis: 50%;
  }

  .textPob {
    width: 100%;
    float: left;
    height: auto;
  }
  .mapy {
    padding-top: 0px;
    width: 100%;
    height: 50vh;
    margin-bottom: 20px;
  }

  .mapy--libe {
    padding-top: 0px;
    width: 100%;
    height: 110vh;
    margin-bottom: 20px;
  }

  #lbc-dum img {
    max-width: 100% !important;
  }

  #map-canvas--libe,
  #pano--libe {
    width: 100% !important;
    height: 25% !important;
    margin: auto !important;
  }

  #map-canvas {
    height: 50% !important;
    width: 100% !important;
  }
  #pano {
    height: 50% !important;
    width: 100% !important;
  }
}

/*-------media------*/
@media screen and (max-width: 760px) {
  input[type="range"] {
    width: 300px;
  }

  .postup-formular {
    font-size: 26px;
    padding-bottom: 15px;
  }

  .co-je-zavazek:hover #hide-zavazek-info {
    display: block !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*-------media------*/
@media screen and (max-width: 650px) {
  input[type="range"] {
    width: 250px;
  }
}

/*-------media------*/
@media screen and (max-width: 600px) {
  input[type="range"] {
    width: 200px;
  }
}

/*-------media------*/
@media screen and (max-width: 550px) {
  input[type="range"] {
    width: 170px;
  }
}

/*-------media------*/
@media screen and (max-width: 550px) {
  .horni-cast-sekce-form p:last-of-type {
    font-size: 14px;
  }
}

/*-------media------*/
@media screen and (max-width: 490px) {
  .horni-cast-sekce-form p:last-of-type {
    font-size: 12px;
  }
}

/*-------media------*/
@media screen and (max-width: 450px) {
  .skryt-range-text {
    display: none;
  }

  .horni-cast-sekce-form p:nth-last-of-type(2) {
    font-size: 18px;
  }
}

/*-------media------*/
@media screen and (max-width: 365px) {
  .horni-cast-sekce-form p:nth-last-of-type(2) {
    font-size: 17px;
  }
}

/*-------media------*/
@media screen and (max-width: 700px) {
  .motto {
    width: 100%;
    padding-left: 0px;
    padding: 400px 50px 0px 50px;
  }

  .referenceLoga {
    margin: auto;
    width: 290px !important;
  }

  .partneri {
    width: 100%;
    padding: 0px;
  }

  .peopleImg {
    width: 50%;
  }

  .peopleInfo {
    margin-top: 20px;
    width: 100%;
    padding-left: 0px;
  }

  .peopleCV {
    padding-top: 15px;
  }
}
/*-------media------*/
@media screen and (max-width: 810px) {
  .upper-kecy-cont {
    display: flex;
    -ms-box-orient: horizontal;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .horni-sekce-cont {
    background-position: center center;
  }

  .ano-cont {
    margin: 80px 0 80px 0;
  }

  .otazky-levej-cont p {
    padding-bottom: 10px;
  }

  .odpoved-pravej-cont  {
    margin-top: 80px;
    padding-top: 100px;
  }
}

/*-------media------*/
@media screen and (max-width: 1100px) {
  .peopleCV {
    width: 100%;
    padding: 0px;
    padding-top: 30px;
  }
}

/*-------media------*/
@media screen and (max-width: 1350px) {
  #podpisyKontajner {
    position: absolute;
    display: flex;
    -ms-box-orient: horizontal;
    display: -ms-flexbox;
    float: left;
    margin: auto;
    top: 340px;
    max-width: 90%;
    left: 10%;
    right: 0;
    margin-top: 100px;
  }

  .bio {
    margin: auto;
    display: inline-block;
    width: 150px;
    min-width: 110px;
  }

  .referenceLoga {
    width: 600px;
    margin: auto;
  }
}
/*-------media------*/
@media screen and (max-width: 500px) {
  .ctvrta-sekce-left {
    flex-basis: 110%;
  }

  .zaslouzite {
    font-size: 18px;
  }

  .nadpis-span {
    font-size: 24px;
  }

  .leftCont span,
  .rightCont span {
    font-weight: bolder;
    font-size: 16px;
  }

  .leftCont h4,
  .rightCont h4 {
    font-size: 22px;
  }

  .leftCont p,
  .rightCont p {
    font-size: 14px;
  }

  .parallaxText h1 {
    top: 25%;
    font-size: 26px;
  }

  .animation {
    top: 30%;
  }
  .scrollDown {
    bottom: 40px;
  }

  .scrollDown:hover {
    bottom: 60px;
    transition: 0.3s;
  }

  .animation3 {
    bottom: 60px;
  }

  .animation2 {
    bottom: 150px;
  }
}

/*-------media------*/
@media print {
  /* All your print styles go here */
  .header,
  footer,
  nav {
    display: none !important;
  }
}

/*-------media------*/
@media screen and (max-width: 640px) {
  .prvni-levej-odstavec {
    width: 100%;
  }

  .prvni-levej-odstavec p {
    width: 100%;
  }

  .druhej-pravej-odstavec {
    width: 100%;
  }

  .druhej-pravej-odstavec p {
    width: 100%;
  }

  .chci-cont {
    width: 100%;
    background-color: red;
  }

  .chci-se-oddluzit {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 180px;
  }

  .inner-cont {
    display: inline;
  }

  .horni-sekce-cont .right {
    width: 100%;
    display: block;
    float: right;
    margin-bottom: 50px;
  }

  .reference-cont,
  .upozorneni-cont {
    width: 100%;
    float: left;
    margin: 20px auto;
  }

  .ref-upo-cont {
    display: inline;
  }

  #fld1 {
    width: 100%;
    float: left;
    padding-right: 0px;
  }

  #fld2 {
    width: 100%;
    float: left;
    padding-left: 0px;
  }

  #povinnaPole1 {
    display: none;
  }

  #povinnaPole2 {
    display: inline-block;
    font-size: 13px;
  }
}

/*-------media------*/
@media screen and (min-width: 1600px) {
  .nestastnik {
    background-position: center 40% !important;
    background-size: cover;
  }
}

/*-------media------*/
@media screen and (max-width: 600px) {
  .nestastnik {
    background-position: 15% 60% !important;
    background-size: cover;
  }

  #slovnicek {
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .logoNazev2 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .kontForm aside,
  .kontFormLanding aside {
    display: none;
  }

  .kontFotm form {
    width: 100%;
  }
}

@media screen and (max-width: 397px) {
  h1 {
    font-size: 22px;
  }

  .cislo-jaknato {
    display: none;
  }

  .vnitrek {
    padding: 0px;
  }

  .kontForm form input,
  .kontForm form select,
  .kontForm form textarea,
  #subbut,
  .kontFormLanding form input,
  .kontFormLanding form select,
  .kontFormLanding form textarea {
    float: none;
    width: 100%;
  }
}

/*-------media------*/
@media screen and (max-width: 870px) {
  .cont-nest {
    flex-direction: column;
  }

  .nestastnik {
    background-position: 0% 60% !important;
    background-size: cover;
  }

  .otazky-levej-cont {
    margin-bottom: 50px;
    float: left;
  }

  .odpoved-pravej-cont {
    align-items: center;
    text-align: center;
    float: left;
    width: 100%;
  }

  .zaslouzite {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 30px;
  }

  .zajistuje {
    width: 100%;
    margin-top: 20px;
    transform: translateY(0px);
  }

  #elp {
    margin-top: 45px;
  }

  .cont-odrazky {
    height: 600px;
    align-items: center;
  }
}
