@font-face {
    font-family: DINPro-CondensedRegular;
    src: url(fonts/DINPro/DINPro-CondensedRegular.ttf)
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: DINPro-CondensedRegular;
    margin: 0;
    padding: 0;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: DINPro-CondensedRegular;
    font-weight: normal;
    /* font-size: 100%; */
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

h1 {
    font-size: 40pt;
}

.navbut {
    width: 60%;
    height: 25%;
    position: relative;
    top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
}

.tarif p a {
    color: red;
    text-decoration: none;
    border-bottom: red dashed 2px;
}

.tarif p a:visited {
    color: red;
    text-decoration: none;
}

.container {
    height: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
}

.slide_title {
    width: 50%;
    height: 10%;
    position: relative;
    left: 25%;
    margin-top: 3vh;
}

.text_info {
    width: 80%;
    height: 10%;
    position: relative;
    left: 10%;
    font-family: DINPro-CondensedRegular;
    font-size: 3vh;
    color: white;
    text-align: center;
    margin-top: 2%;
}

.tarif_container {
    height: 50%;
    width: 52%;
    margin-left: 24%;
    margin-right: 24%;
    margin-top: 2%;
}

.button {
    border-bottom: solid 1px #d2032d !important;
}

.button a {
    text-align: center;
    color: white;
    text-decoration: none;
}

.button a:visited {
    text-align: center;
    color: white;
    text-decoration: none;
}

.button:hover {
    box-shadow: inset 0px -120px 0px #d2032d;
    transition: all 500ms ease !important;
}

.section {
    padding: 6% 0 0 0;
    background-size: cover;
}

.text_info ul {
    list-style: none;
    text-align: left;
    margin-left: 25vw;
}

.text_info li {
    margin-top: 1vh;
}

.text_info li:before {
    content: "-";
    position: relative;
    left: -5px;
}

.text_info .button {
    display: inline;
}

.text_info a {
    color: rgb(179, 179, 179);
    text-decoration: none;
}

.nav-btns div a img {
    height: 100%;
}

.container svg {
    width: 80vw;
    position: absolute;
    left: 10%;
    bottom: 5%;
    overflow: visible;
}

.container table {
    margin-left: auto;
    margin-right: auto;
}

.portfolio {
    text-align: center !important;
    /* border-bottom: solid 1px #d2032d !important; */
    /* padding: 20px; */
    /* width: auto; */
}

.portfolio img {
    height: 22vh;
}

.portfolio:hover {
    background: #ccc8;
    position: relative;
}

.kont table {
    margin-left: 10%;
    height: 50vh;
    float: left;
}

.kont table caption {
    text-align: left;
    font-size: 6vh;
    white-space: nowrap;
}

.kont table img {
    height: 8vh;
}

.kont table td {
    font-size: 3vh;
    border-bottom: 1px solid white;
}

.kont table tr:last-child td {
    border: 0;
}

.kont table td:last-child {
    padding-left: 1vw;
}

.kontakt {
    width: 30%;
    height: 100%;
    float: left;
    margin-left: 10%;
}

.kontakt .krow {
    height: 25%;
    width: 100%;
    margin-bottom: 2%;
    background: red;
}

.krow img {
    height: 100%;
}

.krow p {
    height: 100%;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    /* padding: 16px; */
    /* border: 16px solid orange; */
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_text {
    width: 60%;
    height: auto;
    left: 20%;
}

.white_content p, .white_content h2, .white_content li {
    color: black;
}

.white_content:target {
    display: block;
}

.lnk_to_tarif:target~.white_content {
    display: none;
}

.white_text p {
    font-size: 3vh !important;
    text-align: left;
}
.white_text p > span {
    line-height:1.5;
}
.white_cb {
    width: 30%;
    height: auto;
    left: 35%;
    top: 20%;
    background: #1d1e25;
}

.white_cb h2 {
    font-size: 4vh;
    color: white;
    width: 90%;
    padding: 5%
}

.white_cb .formBox {
    width: 100%;
    height: 6vh;
    border-bottom: 1px solid #38393f;
}

.formBox img {
    margin: auto;
    margin-right: 20%;
    height: 80%;
    width: auto;
}

.white_cb .formBox label {
    float: left;
    display: flex;
    width: 20%;
    height: 99%
}

.white_cb .formBox input {
    float: left;
    display: block;
    font-size: 4vh;
    background: 0;
    height: 100%;
    width: 80%;
    border: 0;
    color: #a6a7aa;
}

.formCheck {
    width: 100%;
    height: 8vh;
    display: flex;
}

.formCheck input {
    margin-left: 10%;
    margin-top: auto;
    margin-bottom: auto;
}

.formCheck label {
    font-size: 2vh;
    color: #a6a7aa;
    margin-left: 5%;
    margin-top: auto;
    margin-bottom: auto;
}

.white_cb .button {
    height: 7vh;
    width: 100%;
}

.white_cb .button input {
    height: 80%;
    width: 100%;
    padding: 2%;
    background: 0;
    border: 0;
    font-size: 4vh;
}
.typeform {
    display: none;
}

.closform {
    height: 5vh;
    width: auto;
}

.white_cb form input:focus {
    background: #2a2b32;
    color: white;
}

#section5 svg {
    /* margin-bottom: -5%; */
}

#section0 {
    background-image: url(img/01-fon-g-1.jpg);
}

#section1 {
    background-image: url(img/02-fon-g.jpg);
}

#section2 {
    background-image: url(img/03-fon-g.jpg);
}

#section3 {
    background-image: url(img/04-fon-g.jpg);
}

#section4 {
    background-image: url(img/fon-kontext-rekl.jpg);
}

#section5 {
    background-image: url(img/05-fon-g.jpg);
}

#section6 {
    background-image: url(img/06-fon-g.jpg);
}

#section7 {
    background-image: url(img/07-fon-g.jpg);
}

#section8 {
    background-image: url(img/08-fon-g.jpg);
}

#section0 .container {
    display: flex;
    flex-direction: column;
    justify-content:center;
}

#header, #footer {
    position: fixed;
    height: 8%;
    display: block;
    width: 100%;
    /*background: rgba(51, 51, 51, 0.288);*/
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 20px 0 0 0;
}

#header {
    top: 0px;
}

#header .Hblock, #header #logo {
    display: flex;
    height: 100%;
    float: left;
    width: 20%;
}

.Hblock img {
    padding-right: 10px;
    border-right: solid silver 1px;
}
#phone.Hblock {
    justify-content: flex-end;
}
.Hblock p,
.Hblock a.hbc{
    margin-left: 10px;
}

#city p,
#city a{
    border-bottom: dashed silver 1px;
}

.Hblock .hbc {
    margin-top: auto;
    margin-bottom: auto;
}

#header div p,
#header div a.hbc{
    display: table-cell;
    vertical-align: middle;
    /* text-align: left; */
    font-size: 3vh;
}

#header .button {
    width: auto;
    height: auto;
    margin: auto;
    padding: 10px;
    white-space: nowrap;
    font-size: 3vh;
}

#logo {
    height: 100%;
}
#header #logo img {
    height: 100%;
}

#header #logo a {
    margin: auto;
    height: 100%;
}

#header div img {
    height: 80%;
}

#header a {
    color: white;
    text-decoration: none;
}

#footer {
    bottom: 0px;
}

#table2 td {
    border-left: 2px solid #ffffff32;
    width: 20%;
    vertical-align: top;
}

#table2 h2 {
    color: #d2032d;
    font-size: 90px;
    line-height:1;
}

#table2 p {
    font-size: 2vh;
}

#table2 img {
    width: 40%;
}

/* img {
    max-height: 90%;
    max-width: 90%;
} */

.portfolioFull {
    /* height: 100%; */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    /* background: red; */
    /* background: url(img/portfolioFull2.jpg); */
    background-size: cover !important;
    padding: 5px;
    display: none;
}

.portfolio:hover .portfolioFull {
    display: block;
}

.pdf_load {
    height: 8vh;
    width: 80%;
    position: absolute;
    bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 4vh;
    display: flex;
    display: none;
}

.pdf_load img {
    height: 5vh;
    margin: auto;
}

.pdf_load span {
    border-bottom: #f2f2f2 dashed 2px;
}

.pdf_load a {
    display: flex;
    color: white;
    text-decoration: none;
    margin: auto;
}

.pdf_load a:visited {
    color: white;
    text-decoration: none;
}

.white_text {
    top: 50%;
    transform: translateY(-50%);
    padding: 2%;
}

.white_text a {
    color: black;
    text-decoration: none;
}

.white_text a:visited {
    color: black;
    text-decoration: none;
}

.white_text a p {
    text-align: right !important;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 50px;
}

.radioBox {
    height: 8%;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
}

.radioLabel {
    height: 8%;
    width: 25%;
    float: left;
    background: #ccc3;
    display: table;
    /* margin-left: 25% */
}

#marglb {
    margin-left: 25%;
}

#margrb {
    margin-right: 25%;
}

.container input {
    display: none;
}

.container input:checked+label {
    background: red;
}

.radioContent {
    display: none;
}

#rc1, #rc2 {
    margin-top: 0;
}

#tab_1:checked~#rc1, #tab_2:checked~#rc2 {
    display: block;
}

/* new tarif */

.TarifBlock {
    max-height: 120%;
    width: 32%;
    float: left;
    margin: 1%;
    /* margin-top: 0;
    margin-bottom: 0; */
    text-align: center;
    background: #cccccc26;
}

.tarif_container .TarifBlock:nth-child(1) {
    margin-left: 0;
}

.tarif_container .TarifBlock:nth-child(3) {
    margin-right: 0;
}

.TarifLogo {
    margin-top: 5%;
    margin-bottom:5%;
    width: 100%;
    height: 30%;
}

.TarifLogo img {
    display: inline;
}

.TarifTitle {
    width: 100%;
    height: 10%;
    font-size: 3.5vh;
    margin: 12px 0px;
}

.TarifText {
    width: 100%;
    height: 10%;
    margin-top: 5%;
    font-size: 3vh;
}

.TarifText img {
    display: inline;
}

.TarifPrice {
    width: 100%;
    height: 15%;
    font-size: 6vh;
    margin: 10px 0;
}

.TarifText a {
    color: silver;
    text-decoration: none;
    /*border-bottom: red dashed 2px;*/
}
.TarifText a img {
    display:none;
}
.TarifText a:hover {
    font-weight: 600;
    text-decoration: none;
}

.TarifBlock .button {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 10%;
    width: 100%;
    height: 10%;
    font-size: 3vh;
}

.autoplay {
    height: 50%;
    width: 52%;
    margin-left: 24%;
    margin-right: 24%;
    margin-top: 2%;
    /* overflow: hidden; */
}

.autoplayBlock {
    width: 94%;
    margin: 0;
    margin-right: 3%;
    margin-left: 3%;
}

.slar {
    height: 3vh;
    padding: 1vh;
}

.slar:hover {
    background: rgba(134, 134, 134, 0.527);
}

#prev {
    position: absolute;
    top: 50%;
    left: 21%;
}

#next {
    position: absolute;
    top: 50%;
    right: 21%;
}

#rc2 .TarifBlock:nth-child(1) {
    margin-left: 17%;
}

#rc2 .TarifBlock:nth-child(2) {
    margin-right: 17%;
}

.radioContent .TarifBlock .TarifText {
    margin-top: 0;
}

/* svg style */

.step {
    visibility: hidden;
    height: 100%;
}

/* .step_t {
    height: 20%;
    position: relative;
    bottom: 80%;
}

.step_c {
    position: relative;
    bottom: -20%;
    height: 80%;
    border-left: white solid 2px;
    border-top: white solid 2px;
}

.laststep .step_c {
    border-right: white solid 2px;
    border-left: 0;
    overflow: visible;
} */

.step p {
    padding-top: 2%;
    padding-left: 10px;
    /* text-align: center; */
}

.step h3 {
    white-space: nowrap;
    padding-bottom: 10px;
    padding-left: 12px;
    text-align: left;
}

/* .laststep p {
    margin-right: 1vw;
    text-align: right;
}
.laststep h3 {
    padding-left: 0;
    margin-left: 0;
    padding-right: 2px;
    margin-right: 1vw;
    text-align: right;
} */

.step_n {
    text-align: center;
}

.circle:hover+foreignObject .step {
    visibility: visible;
}

.circle:hover+foreignObject+line+foreignObject .step_n {
    font-size: 5vh !important;
    transform: translateY(10px);
}

.circle:hover+foreignObject+line {
    transform: translateY(10px);
}

.white_content div {
    overflow: hidden;
}

.white_content .tarifList {
    height: 38%;
    overflow-y: scroll;
}

.Nscroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.Nscroll::-webkit-scrollbar-track {
    background-color: #999;
}

.Nscroll::-webkit-scrollbar-track-piece {
    background-color: #999;
}

.Nscroll::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: rgb(255, 0, 0);
    border-radius: 3px;
}

.Nscroll::-webkit-scrollbar-corner {
    background-color: #999;
}

.Nscroll::-webkit-resizer {
    background-color: #666;
}

.tarifList ul {
    list-style: none;
    max-height: 200%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 45%;
}

.tarifList li {
    padding-left: 40px;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* new lightbox */

.headline h2 {
    font-size: 4.5vh;
}

.headline p {
    font-size: 3vh;
}

.headline .price {
    font-size: 5vh;
}

.closeBut {
    float: right;
    width: 10%;
    margin-top: 1%;
    margin-right: 1%
}

.closeBut {
    color: black;
    text-decoration: none;
}

.headline {
    margin-top: 1%;
    height: 35%;
    width: 100%;
}

.headline .tlogo {
    margin-top: 2%;
    padding: 0 2% 0 2%;
    height: 70%;
    max-width: 15%;
    border-right: silver solid 1px;
}

.headline .price_element {
    width: 20%;
    height: 70%;
    padding-left: 3%;
    margin-top: 2%;
    text-align: left;
    border-right: silver solid 1px;
}

.contPrice {
    width: 30%;
    height: 70%;
    padding-left: 3%;
    margin-top: 2%;
    text-align: left;
    border-right: silver solid 1px;
}

.contPrice .tarifName {
    height: 22%;
    width: 100%;
}

.contPrice .tarifName h2 {
    text-align: left;
}

.contPrice .price_element {
    width: 50%;
    padding-left: 0;
    border-right: 0;
}

.headline .formContext {
    width: 30%;
}

.price_element h2 {
    text-align: left;
}

.price_element .price_ {
    color: silver;
}

.headline div, .headline img {
    text-align: center;
    float: left;
}

.headline .frombox {
    width: 40%;
    height: 90%;
    margin-top: 2%;
}

.headline .formContext {
    width: 35%;
}

.headline a img {
    height: 5vh;
}

.Tincluded, .Tfrom {
    list-style: none;
    font-size: 3.2vh;
}

.Tfrom li {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    float: left;
    /* border: red solid 2px; */
    border-radius: 12px;
    margin-bottom: 1%;
    margin-left: 3%;
    font-size: 3vh;
}

.Tfrom li {
    color: red;
}

.Tfrom li:before {
    font-size: 3vh;
    content: "#";
    position: relative;
    left: -5px;
}

.Tincluded li:before {
    font-size: 3vh;
    content: "-";
    position: relative;
    left: -5px;
}

.title {
    height: 10%;
    background: black;
}

.title::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.title p {
    width: 99%;
    color: white;
    font-size: 5vh !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.footline {
    height: 15%;
    width: 100%;
}

.footline .fc {
    display: flex;
    height: 100%;
    width: 25%;
    float: left;
}

.footline div .button a {
    color: #d2032d;
}

.footline div .button:hover a {
    color: white;
}

.pl {
    display: flex;
    margin: auto;
    color: black;
    font-size: 3vh !important;
    text-decoration: none;
    margin-left: 20px !important;
}

.pl span {
    margin: auto;
    border-bottom: black dashed 2px;
}

.footline div .button, .footline div .pl {
    margin: auto;
    padding: 2%;
}

.footline a {
    text-align: center;
    font-size: 4vh;
    white-space: nowrap;
}

.oNas p {
    height: unset;
    font-size: 4vh !important;
    text-transform:uppercase;
}

.footline img {
    height: 5vh;
}

@media (max-height: 768px) {
    .TarifText {
        margin-top: 0;
    }
    .TarifBlock .button {
        margin-top: 2%;
    }
}