@font-face {
    font-family: wak;
    src: url(../fonts/wak-bold.otf) format("opentype");
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: wak;
    src: url(../fonts/wak-book.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
:root {
    --izcelts: #1c1c1c;
    --sarkans: #c9121f;
    --peleks: #1c1c1c;
    --melns: #1c1c1c;
    --balts: #fff;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: sans-serif;
    overflow-x: hidden;
    color: var(--melns);
    font-size: 18px;
}
.grecaptcha-badge{
    display: none;
}
#windguru{
    width: 800px;
    margin: 0 25%;
    margin-bottom:2rem;
}
h1,
h2,
h3,
h4 {
    font-family: Calibri, sans-serif;
}
h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
h3 {
    font-family: wak, Calibri, sans-serif;
    margin-bottom: 1.8rem;
    font-weight: 700;
    font-size: 33px;
    color: var(--izcelts);
}
h4 {
    margin-bottom: 1.8rem;
    font-weight: 600;
    font-size: 22px;
    color: var(--peleks);
}
h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 25px;
    font-family: Calibri, sans-serif;
}
h6 {
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 22px;
    color: var(--peleks);
}
p,
span {
    font-family: Calibri, sans-serif;
    font-size: 18px;
    color: var(--melns);
    line-height: 26px;
}
img {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.justify {
    text-align: justify;
}
.show_mobile {
    display: none;
}
#fb_link {
    float: left;
    margin-right: 0.8rem;
    width: 80px;
}
#fb_link_mobile {
    display: none;
}
#fb_link a {
    width: 2rem;
    display: block;
    float: left;
    border: 0;
    padding: 1.6rem 0 1.3rem 0;
}
.instagram {
    margin-left: 10px;
}
.instagram img {
    width: 2.6rem;
    margin-top: -0.3rem;
}
.konteineris {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.sakumaKonteineris {
    grid-gap: 2rem;
    grid-template-areas:
    " header header header header header header"
    " ...  main  main  main  main  ..."
    " bg1  bg1   bg1   bg1   bg1   bg1"
    " ...  ban  ban  ban  ban  ..."
    " bg2  bg2  bg2  bg2  bg2  bg2"
    " ...  apm  apm  apm  apm  ..."
    " bg3  bg3  bg3  bg3  bg3  bg3"
    " ...  kont kont kont kont ..."
    " footer footer footer footer footer footer";
}
.header {
    font-family: Calibri, sans-serif;
    position: fixed;
    width: 66%;
    z-index: 3;
    padding: 0 17%;
    margin-top: 0.3rem;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.header li a {
    font-family: wak, Calibri, sans-serif;
    font-weight: 400;
    font-size: 4vw;
    display: block;
    padding: 2vw;
    border-right: 1px solid var(--izcelts);
    text-decoration: none;
    color: var(--peleks);
}
.header .menu-btn:hover,
.header li a:hover {
    color: var(--sarkans);
}
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
.menu li:last-of-type a {
    border: none;
}
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 0.5vw;
    position: relative;
    transition: background 0.2s ease-out;
    width: 8vw;
}
.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 1.5vw;
}
.header .menu-icon .navicon:after {
    top: -1.5vw;
}
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 80vw;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: 0 0;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
}

#navigacija {
    box-shadow: 0 -5px 30px #a2a2a2;
    margin-left: 1fr;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    height: 5.5rem;
    padding: 0;
    z-index: 99;
}
#navtop {
    font-size: 12px;
    height: 2rem;
    padding-top: 0.2rem;
    width: 66%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
#navtop .icon {
    height: 1rem;
    margin: 0.4rem 0.3rem 0 1rem;
}
#navtop .logo {
    margin-right: auto;
}
#navtop .logo img {
    width: auto;
    height: 5.2rem;
    margin-left: -0.3rem;
    position: relative;
    z-index: 4;
}
.mobile_logo {
    display: none;
}
.facebook_icon {
    height: 1.4rem;
    margin-left: 1rem;
    margin-top: 0.1rem;
}
.youtube_icon {
    height: 1.4rem;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}
#lang_flags {
    position: absolute;
    right: 0.2rem;
    height: 2rem;
    z-index: 4;
}
#lang_flags img {
    height: 2rem;
    margin-right: 0.5rem;
}
#lang_flags_mobile {
    display: none;
}
.phone_logo {
    display: none;
}
#footer {
    margin-top: 2rem;
    padding: 2rem 0;
    background-color: var(--peleks);
    text-align: center;
    grid-area: footer;
    z-index: 1;
}
#footer p {
    margin-bottom: 0;
    color: var(--balts);
}
.img-parallax {
    width: 110vmax;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    display: none;
}
.bg {
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: -2;
}
#bg0 {
    height: 55rem;
    position: absolute;
    grid-area: header;
    background: url(../images/bg0.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#bg1 {
    grid-area: bg1;
    background: url(../atteli/bg1.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#bg2 {
    grid-area: bg2;
    background: url(../atteli/bg3.jpeg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#bg3 {
    grid-area: bg3;
    background: url(../atteli/bg2.jpeg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#Home {
    height: 55rem;
    position: absolute;
}
#Laikapstakli {
    position: absolute;
    margin-top: -12vh;
}
#WhyUs {
    position: absolute;
    margin-top: -21vh;
}
#Apmacibas {
    position: absolute;
    margin-top: -14vh;
}
#ParMums {
    position: absolute;
    margin-top: -12vh;
}
#Kontakti {
    position: absolute;
    margin-top: -10vh;
}
#kamera{
    display: block;
    width: 70%;
    margin:0 auto;
    margin-top: 2rem;
}
#ParMumsTeksts {
    padding: 2rem 0;
    grid-area: main;
}
#ParMumsTeksts h4 {
    line-height: 2.5rem;
    max-width: 50ch;
    margin: 0 auto;
    margin-bottom: 1.8rem;
}
.Apmacibas {
    grid-area: apm;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding-bottom: 2rem;
}
.Banda {
    grid-area: ban;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding-bottom: 2rem;
}
.cilveks{
    width: 100%;
}
.cilveks img{
    width: 100%;
}
.cilveks h4{
    text-align: center;
}
.apmacibas_solis {
    grid-column-start: auto;
    grid-column-end: span 1;
    padding: 0 2rem;
    min-height: 12rem;
    height: auto;
    text-align: center;
}
#ApmVirsraksts{
    text-align: center;
    grid-column-start: auto;
    grid-column-end: span 3;
}
#BandaVirsraksts {
    text-align: center;
    grid-column-start: auto;
    grid-column-end: span 4;
}
.apmacibas_solis h3 {
    margin-bottom: 0;
}
.apmacibas_solis h4 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.apmacibas_solis p {
    text-align: left;
}
.apmacibas_solis img {
    height: 5.5rem;
}
#apmacibas_kontakti{
    grid-column-start: auto;
    grid-column-end: span 2;
    padding-top: 3rem;
    text-align: center;
}
#apmacibas_kontakti a{
    color: var(--sarkans);
    font-size: 22px;
}
.Galerija {
    grid-area: gal;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding-bottom: 2rem;
}
#GalVirsraksts {
    text-align: center;
    grid-column-start: auto;
    grid-column-end: span 3;
}
.contact_form {
    visibility: visible;
    animation-name: fadeIn;
}
.cssbox_thumb {
    width: 100%;
}
.tooltip {
    position: relative;
    display: block;
    overflow: hidden;
}
.tooltip div {
    position: relative;
}
.tooltip div img {
    height: 14vw;
    object-fit: cover;
}
.tooltip .tooltiptext {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--melns);
    padding: 0.5rem 1rem 0.7rem 1rem;
    font-weight: 700;
    width: calc(100% - 2rem);
    height: auto;
    bottom: 0;
    position: absolute;
    z-index: 2;
    transition: 0.5s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
}
.gallery {
    position: absolute;
}
.cssbox_full {
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
    cursor: default;
}
.image_close_anywhere {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.image_close_anywhere:hover {
    cursor: default;
}
.cssbox_full img {
    position: fixed;
    background-color: #fff;
    margin: 0;
    padding: 0;
    max-height: 90%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px #000;
}
.cssbox_text {
    float: right;
    width: 20%;
    height: calc(100% - 15rem);
    margin: 6.5rem 15rem 6.5rem 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
}
.gallery_wrapper .cssbox_text {
    margin: 0;
    height: auto;
    flex: 1;
}
.cssbox_text h5,
.cssbox_text p {
    color: #fff;
}
.gallery_img_wrapper {
    flex: 3;
}
.gallery_img_wrapper img {
    max-width: 100%;
    position: relative;
    float: right;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    margin: 0;
    top: unset;
    width: 100%;
    position: relative;
    transform: none;
    height: 100%;
    width: auto;
    max-height: 100%;
}
.gallery_wrapper {
    display: flex;
    width: calc(100% - 34rem);
    margin: 0 17rem;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    max-height: 80%;
}
a.cssbox_close,
a.cssbox_next,
a.cssbox_prev,
h1.cssbox_teksts {
    z-index: 999999;
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: #fff;
    font-size: 30px;
    font-family: sans-serif;
}
.cssbox_next,
.cssbox_prev {
    font-size: 80px !important;
    padding: 2vw;
}
.cssbox_next {
    margin-right: -6%;
}
.cssbox_prev {
    margin-left: -6%;
}
a.cssbox_close {
    top: 0;
    right: 0;
    padding: 1% 2%;
}
a.cssbox_close::after {
    content: "\00d7";
    font-size: 3vw;
}
a.cssbox_next,
a.cssbox_prev {
    top: 50%;
    transform: translate(0, -50%);
}
a.cssbox_next img,
a.cssbox_prev img {
    height: 2vw;
}
a.cssbox_prev {
    left: 5%;
}
a.cssbox_next {
    right: 5vw;
}
a:target ~ a.cssbox_close,
a:target ~ a.cssbox_next,
a:target ~ a.cssbox_prev {
    visibility: visible;
}
a:target > img.cssbox_thumb + .cssbox_full {
    visibility: visible;
    display: block;
    pointer-events: initial;
}
.cssbox_teksts {
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    width: calc(100% - 2rem);
    text-align: center;
}
div:target a.cssbox_close,
div:target a.cssbox_next,
div:target a.cssbox_prev,
div:target h1.cssbox_teksts {
    visibility: visible;
}
div:target .cssbox_full {
    visibility: visible;
    display: block;
    pointer-events: initial;
}
.Kontakti {
    grid-area: kont;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}
.KontaktVirsraksts{
    grid-column-start: auto;
    grid-column-end: span 3;
}
.KontaktIMG h5 {
    text-align: center;
}
.KontaktIMG img {
    width: 100%;
}
.KontaktIMG img.email_svg {
    margin-top: 0.3rem;
    margin-right: 0.4rem;
    width: 1.2rem;
    float: left;
}
.KontaktIMG img.phone_svg {
    margin-top: 0.4rem;
    margin-right: 0.4rem;
    width: 1rem;
}
.KontaktIMG p:first-of-type {
    margin-bottom: 1rem;
}
.KontaktIMG span {
    display: block;
    padding-bottom: 0.5rem;
    line-height: 26px;
}
.KontaktIMG p {
    padding-bottom: 0.5rem;
}
#form input,
#form textarea {
    font-size: 18px;
    padding: 0.05rem 0.5rem;
    width: calc(100% - 1.2rem);
}
#form input {
    margin-bottom: 1rem;
    height: 2.2rem;
}
#form textarea {
    resize: none;
    height: 8rem;
}
#form button {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 3px;
    border: 2px solid var(--peleks);
    margin-top: 1rem;
    width: 100%;
}
#form button:hover {
    background: var(--izcelts);
    color: var(--balts);
}
.contact_form h5{
    color: var(--sarkans);
}
#karte {
    grid-column-end: span 2;
    height: 35.2rem;
}
#rekviziti {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding-top: 2rem;
}
.TopLogo {
    background: url(../atteli/logoS.png) no-repeat center !important;
    background-size: contain;
    width: 30%;
    margin-left: 35%;
    z-index: 1;
    grid-area: header;
    margin-top: 12rem;
    text-align: center;
    height: 50%;
    display: none;
}
.slideshow {
    grid-area: header;
    position: relative;
    width: 100%;
    height: 30rem;
}
.slideshowLielais::after {
    content: " ";
    display: block;
    background: rgba(255, 255, 255, 0.4);
    grid-area: header;
    position: relative;
    width: 100%;
    height: 100%;
}
.slideshow li span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../atteli/bg0.jpg) no-repeat fixed;
    background-position: 0% 15%;
    background-size: contain;
    z-index: 0;
}
@keyframes FadeInWithDelay {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    4% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    29% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    19% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes MoveUpDown {
    0%,
    100% {
        margin-top: 0;
        margin-bottom: 0;
    }
    50% {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1000px) {
    .header li {
        float: left;
    }
    .header li a {
        font-size: 18px;
        padding: 0.3rem 0.5rem;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    #windguru{
        margin: 0 20%;
    }
    #navtop {
        width: 84%;
    }
    #lang_flags {
        right: 0;
    }
    #lang_flags img {
        height: 2rem;
        margin-right: 0.2rem;
    }
    .tooltip div img {
        height: 18vw;
    }
    .header {
        width: 84%;
        padding-left: calc(1.3rem + 6.5%);
    }
    .konteineris {
        grid-template-columns: 0.3fr 1fr 1fr 1fr 1fr 0.3fr;
    }
}
@media only screen and (max-width: 1000px) {
    #kamera{
        width: 100%;
        margin-top:2vw;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 1vh;
    }
    p {
        font-size: 16px;
        line-height: 20px;
    }
    .show_mobile {
        display: block;
    }
    .show_desktop {
        display: none;
    }
    .slideshowLielais {
        overflow: hidden;
    }
    .img-parallax {
        display: block;
    }
    .img-parallax.TopSlider {
        width: 150vmax;
        margin-top: 4vw;
        transform: translate(-30%, 0);
    }
    #bg1 .img-parallax{
        transform: translate(-53%, 0);
        width: 95vmax;
        margin-top: 4vmax;
    }
    #bg2 .img-parallax{
        width: 60vmax;
        margin-top: 2vmax;
        transform: translate(-55%, 0);
    }
    #bg3 .img-parallax{
        width: 40vmax;
        margin-top: -2vmax;
    }
    .slideshow li span {
        display: none;
    }
    .white_space {
        margin-left: -50vw;
        margin-right: -50vw;
        z-index: -1;
    }
    .konteineris > div {
        transform: translateZ(0);
        background: #fff;
    }
    .sakumaKonteineris {
        perspective: 1px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
    }
    .bg {
        transform: translateZ(-1px) scale(3) !important;
        z-index: -3;
    }
    .konteineris .slideshowLielais {
        transform: translateZ(-2px) scale(3);
        z-index: -3;
    }
    #bg1,
    #bg2,
    #bg2,
    #bg3 {
        background: 0 0;
    }
    
    #bg1 {
        transform: translateZ(-1px) scale(4) !important;
    }
    #bg2 {
        transform: translateZ(-0.8px) scale(3.2) !important;
        z-index: -2;
    }
    #bg2 {
        transform: translateZ(-1.3px) scale(4.5) !important;
    }
    #bg3 {
        transform: translateZ(-0.4px) scale(3) !important;
        top: 50%;
    }
    #footer {
        margin-top: 0;
        margin-bottom: 4rem;
    }
    #ParMumsTeksts {
        padding: 2rem 0;
    }
    #GalVirsraksts {
        padding-top: 2rem;
    }
    .Kontakti {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
    .KontaktVirsraksts {
        grid-column-end: span 1;
        margin-bottom: 5vw;
    }
    .contact_form {
        grid-column-end: span 1;
    }
    #fb_link_mobile {
        display: block;
        float: right;
        margin-right: 2vw;
        padding-top: 2.2vw;
    }
    #fb_link_mobile a {
        width: 8vw;
        display: block;
        float: left;
    }
    .facebook_icon, .youtube_icon{
        height: 6.5vw;
    }
    .youtube_icon{
        margin-left: 3vw;
    }
    .facebook_icon{
        margin-left: 2vw;
    }
    .TopLogo {
        display: block;
        width: 80%;
        margin: 20% 10% 0 10%;
    }
    .header li a {
        border: none;
        padding-left: 2rem;
    }
    .slideshow {
        height: 75vh;
        margin-top: -30vh;
    }
    .tooltiptext {
        display: none;
    }
    h1.cssbox_teksts {
        padding: 3vw;
        width: calc(100% - 6vw);
        font-size: 4.5vw;
    }
    .cssbox_next,
    .cssbox_prev {
        font-size: 8vw !important;
    }
    a.cssbox_close {
        font-size: 5vw !important;
    }
    #form {
        width: 100%;
    }
    #form input,
    #form textarea {
        padding: 0.1rem 0.5rem;
        width: calc(100% - 1.3rem);
    }
    .konteineris {
        grid-gap: 4vw;
        display: grid;
        grid-template-columns: 0.1fr 1fr 1fr 0.1fr;
    }
    .sakumaKonteineris {
        grid-template-areas:
        " header header  header header "
        " main  main main  main"
        " bg1  bg1  bg1  bg1 "
        " ban ban ban ban"
        " bg2  bg2  bg2  bg2 "
        " apm  apm  apm apm"
        " bg3  bg3  bg3  bg3 "
        " kont kont  kont kont"
        " footer footer footer footer";
    }
    .Apmacibas {
        grid-template-columns: 1fr 1fr;
    }
    #apmacibas_kontakti {
        grid-column-end: span 1;
    }
    #ParMumsTeksts, .Banda, .Apmacibas, .Kontakti{
        padding: 5%;
    }
    #ParMumsTeksts h4 {
        line-height: 3vh;
        margin-bottom: 1.5vw;
    }
    .Banda {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .apmacibas_solis {
        padding: 0;
    }
    .Galerija {
        grid-area: gal;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    #GalVirsraksts {
        grid-column-end: span 2;
    }
    .gallery_wrapper {
        width: calc(100% - 4rem);
        margin: 0 2rem;
        display: block;
        position: fixed;
        top: 50%;
        transform: translate(0, -50%);
    }
    .gallery_wrapper .gallery_img_wrapper img {
        height: auto;
    }
    .gallery_wrapper .cssbox_text {
        width: calc(100% - 2rem);
    }
    a.cssbox_next img,
    a.cssbox_prev img {
        height: 5vw;
    }
    a.cssbox_close::after {
        font-size: 9vw;
    }
    .tooltip div img {
        height: 30vw;
    }
    #BandaVirsraksts, #ApmVirsraksts {
        grid-column-end: span 2;
    }
    #karte {
        width: 100%;
        grid-column-end: span 1;
        height: 25rem;
        margin-top: 2rem;
    }
    #rekviziti {
        grid-column-end: span 1;
        grid-template-columns: 1fr;
    }
    .bg {
        height: 80vw;
    }
    #navtop {
        display: none;
    }
    #navigacija {
        margin-left: 0;
        width: 100%;
        height: 12vw;
        font-size: 2vw;
    }
    .header {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .header ul {
        background-color: rgba(255, 255, 255, 0.9);
        border-top: 0.1vw solid var(--peleks);
    }
    .mobile_logo {
        display: block;
        padding: 0 0 0 3vw;
        width: 16vw;
        margin: 0;
    }
    .mobile_logo img{
        height: 10vw;
        padding-top: 1vw;
    }
    .header .menu-icon {
        padding: 5.4vw 3vw;
    }
    .header .menu-icon .navicon {
        height: 1.2vw;
    }
    .header li a {
        font-size: 6.5vw;
    }
    .header .menu-icon .navicon:before {
        top: 2.2vw;
    }
    .header .menu-icon .navicon:after {
        top: -2.2vw;
    }
    #lang_flags_mobile {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 2vw;
        gap: 1rem;
    }
    #lang_flags_mobile img {
        height: 5vh;
    }
    #lang_flags a:nth-child(1) {
        margin-right: 1vh;
    }
    #windguru {
        width: auto;
        margin: 0;
    }
    .KontaktIMG p:first-of-type {
        margin-bottom: 0;
    }
    .KontaktIMG {
        width: 100%;
        margin-bottom: 4vw;
    }
    .contact_form h3 {
        padding-top: 2rem;
    }
    #menu {
        position: absolute;
        width: 38rem;
        top: -40px;
        left: 150px;
        padding: 100px 40px 40px 40px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(-50%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transform: none;
    }
    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }
    @media only screen and (min-width: 500px) {
        #bg1 {
            transform: translateZ(-1px) scale(3) !important;
            top: 30%;
        }
        #bg2 {
            transform: translateZ(-0.8px) scale(2.4) !important;
        }
        #bg3 {
            transform: translateZ(-0.6px) scale(3) !important;
        }
    }
    @media (orientation: landscape) {
        .slideshow {
            height: 95vh;
        }
        .TopLogo {
            margin: 10% 10% 0 10%;
        }
        .img-parallax.TopSlider {
            width: 130vmax;
            margin-top: 4vw;
            transform: translate(-40%, 0);
        }
        #bg2 .img-parallax {
            width: 60vmax;
            margin-top: -2vmax;
            transform: translate(-50%, 0);
        }
        #bg3 .img-parallax {
            width: 60vmax;
            margin-top: -4vmax;
        }
        .bg {
            height: 40vw;
        }
        #bg1 {
            transform: translateZ(-1px) scale(3) !important;
            top: 10%;
        }
        #bg2 {
            transform: translateZ(-0.8px) scale(3.4) !important;
        }
        #bg3 {
            transform: translateZ(-0.6px) scale(3) !important;
        }
        .header li a {
            padding: 1vw 0 1vw 4vw;
        }
        #lang_flags_mobile img {
            height: 8vh;
        }
        #lang_flags_mobile {
            padding: 1vw;
        }
        #ParMumsTeksts h4 {
            line-height: 5vh;
        }
        #fb_link_mobile {
            padding-top: 2vw;
        }
        .mobile_logo {
            width: 9.5vw;
        }
        .mobile_logo img{
            height: 5vw;
            padding-top: 1vw;
        }
        .cssbox_teksts {
            font-size: 2.5vw !important;
        }
        a.cssbox_close {
            padding: 1vw;
        }
        .header .logo {
            width: 10vw;
        }
        #fb_link_mobile a {
            width: 4vw;
        }
        .facebook_icon, .youtube_icon{
            margin-top: -0.5vw;
            height: 4vw;
        }
        .youtube_icon{
            margin-left: 3vw;
        }   
        .facebook_icon{
            margin-left: 2vw;
        }
        #navigacija {
            width: 100%;
            height: 7vw;
            font-size: 2vw;
        }
        .header .menu-icon {
            padding: 3.2vw 2vw 3.2vw 4vw;
        }
        .header .menu-icon .navicon {
            width: 5vw;
            height: 0.6vw;
        }
        .header li a {
            border: none;
            font-size: 2.5vw;
        }
        .header .menu-icon .navicon:before {
            top: 1.2vw;
        }
        .header .menu-icon .navicon:after {
            top: -1.2vw;
        }
    }
}
