@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --red: #a60809;
    --primary: #4b740a;
    --secondary: #8bb44a;
    --light: #b4df71;
    --vlight: #eaffc8;
    --super-light: #f4f7ee;
    
    --robotoc:  'Roboto Condensed', sans-serif;
    
    --opens: 'Open Sans', sans-serif;
    --yellow: #ffdd7f;
    --gradient-bg: linear-gradient(to bottom, var(--primary), var(--secondary)); 
    --gradient-ico: linear-gradient(to bottom, var(--secondary), var(--light));
/*    --gradient-ico: radial-gradient(circle,rgba(156, 255, 153, 1) 0%, rgba(114, 161, 39, 1) 100%);*/
    
    --box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}


html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
}

body {
    height: 100%;
/*    min-height: 35rem;*/
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: white !important;
    overflow-x: hidden;
    font-size: 1rem
}
body.start .home-none {
    display: none !important
}

.home-only {
    display: none !important
}
body.start .home-only {
    display: grid !important;
}


.bg-top {
/*    background: linear-gradient(to bottom, var(--primary), var(--secondary));*/
    background: var(--gradient-bg);
/*    box-shadow: var(--box-shadow);*/
        
}
.rounded-lg {
    border-radius: 1rem !important;
}

.error-404 {
    background-image: url(../img/404.svg);
    background-position: bottom right;
    background-size: auto 60%;
/*  background-size: cover;*/
    background-repeat: no-repeat;
    height: 50vh;
}
.error-404 footer {
    display: none;
}
.error-404 h3 {
    font-weight: 300 !important;
    font-size: 2rem !important;
}
h3.uslugi {
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    color: var(--secondary);
}
/*
@media (min-width: 1600px) {
    
.container {
    max-width: 1550px;
}
}
*/

a {
    color: #212529;
}

a:hover,
a:focus {
    color: #667481;
}

h4, .h4 {
    font-size: 1.25rem
}

.btn-pill {
    border-radius: 10rem !important;
    padding: 10px 30px; 
}
.bg-dark {
    background-color: #0a0a38!important;
}

.bg-light {
    background-color: var(--light) !important;
}
.super-light {
    background-color: var(--super-light) !important;
}
.bg-green {
    background-color: #1ACD1A!important;
}
.bg-red {
    background-color: var(--red) !important;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}
.text-red {
    color: #e01c1c;
}

.text-dark {
    color: #0a0a38!important;
}

.text-sea {
    color: #4f9cb1;
}
@media (min-width: 1600px) {
    .container:not(.container.carousel-inner) {
         max-width: 1500px !important   
    }
    .container.carousel-inner {
        max-width: 1200px !important
    }
}
.shadow {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}

hr {
    border-width: 2px;
    border-color: rgb(191, 195, 204)
}

.btn {
    border-radius: 0
}
.btn-primary {
    background-color: var(--secondary);
    color: white !important;
    border-color:  var(--secondary) !important;
    border-radius: 6px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37!important;
    border-color: #ba7c37!important
}

.input {
    font-weight: 300!important;
}

.form-control {
    border-radius: 0;
}

.only-home {
    display: none;
}

.start .only-home {
    display: block
}

small {
    opacity: 0.5
}
.form-check-label {
    font-size: 0.9rem
}

.pb-top img {
    max-width: 250px;
}
.btn {
    font-weight: 600;
    
}
@media (min-width: 992px) {
    

.adres-pb {
    font-size: 1.0rem;
}
.adres-pb:after {
    content: '';
    clear: both;
}
.adres-pb i.fa,
.adres-pb i.fas {
    color: var(--primary);
}
.adres-pb .ico {
    width: 50px
}
}

/* NAWIGACJA */

@media (min-width: 992px) {
    .navbar {
        padding: .0rem;
    }
}

header {
    background-color: var(--primary);
    margin-top: 60px;
    box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 0.5);
}

.nav-top {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 38px;
    text-transform: uppercase;
    z-index: 100000;
    background-color: black;
    font-size: 1.6rem;
   box-shadow: 0px 8px 60px 0px rgba(0, 0, 0, 1);
}

@media (min-width: 1199px) and (max-width: 1599px) {
    .nav-top {
        font-size: 1.4rem;
    }
}



@media (min-width: 1200px) {
    .nav-top {
    padding-top: 0;
    padding-bottom: 0;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
/*      font-size: 1.6rem;*/
    }
}
.navbar-brand {
    color: var(--brand) !important;
    text-transform: none !important;
    max-width: 40%;
/*    font-size: 2rem !important*/
}
.navbar-brand b {
    color: var(--primary) !important;
}

.navbar-light .navbar-toggler {
    border: none;
    color: var(--primary);
}
.navbar-brand img {
/*  max-width: 90%*/
}

.nav-item {
    transition: all 1s ease;

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
/*    text-align: center;*/
    
}
.navbar-toggler {
    border: none !important;
    outline: none;
}
.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    opacity: 1;
        outline: none;
}

.nav-item.listek img { 
    width: 150px
}


@media (max-width: 1199px) {
   .menu-right {
    display: none;   
    } 
}
@media (min-width: 1200px) {
    .menu-left-right {
        display: flex;
        -ms-flex-pack: justify!important;
        justify-content: space-between !important;
    }
}
 
.service-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .service-icon {
        width: 90px;
        height: 90px;
        background: var(--gradient-ico);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        flex-shrink: 0;
    }
    .service-icon img {
        width: 50%;
        height: auto;
    }
    .service-text {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
    }


@media (min-width: 576px) and (max-width: 991px) {
    .service-item {
        display: contents !important;
        text-align: center;
    }
    .service-icon {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1024px) {
    .nav-item>a {

    }
    .dropdown-menu .nav-link {

    }
}

.ms img {
    height: 30px;
    padding: 4px 5px
}

.navbar-nav .nav-item .nav-link {
    opacity: 1.0;
/*    font-weight: bold;*/
    transition: .5s ease;
    font-size: 1.3rem;
    color: var(--primary);
    white-space: nowrap;
}





.navbar-nav .nav-item .nav-link:hover,

body.start .nav-item.start a,
body.oferta .nav-item.oferta a,
body.realizacje .nav-item.realizacje a,
body.szkolka .nav-item.szkolka a,
body.kontakt .nav-item.kontakt a {
    color: var(--dark) !important;
}

.navbar-brand img {
    max-height: 80px;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes animnav {
    from {
        background-color: var(--primary) ;
    }
    to {
        background-color: black;
    }
}

.cien {
    background-image: url(../img/cien.png);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-size: 100% auto;
}
/* Standard syntax */

@keyframes animnav {
    from {
        background-color: var(--primary) ;
    }
    to {
        background-color: black;
    }
}

.dropdown-menu {
    border-radius: 0 0 1rem 1rem;
    border: none;
    background-color: var(--super-light);
    margin: 0;
    padding: 0;
    min-width: 100%;
    
}
@media (min-width: 1200px) {
    .dropdown-menu {
        __text-align: center;
        __padding-left: 25px
    }
}

.nav-item.dropdown {
    border-radius: 1rem 1rem 0 0;
}

.nav-item.dropdown:hover {

    background-color: var(--super-light);
    
}

.nav-item.dropdown.show {
    background-color: var(--super-light);
}
.nav-item.dropdown.show .nav-link:after {
    display: block;
    width: 80px;
    height: 3px !important;
    padding: 0 !important;
    background-color: var(--secondary);
    margin: 10px auto -13px 0;
    border: none !important;
    
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary)  !important;
    color: white !important
}

.dropdown-menu .nav-item:hover {

}

@media (min-width: 1200px) {
    .dropdown-menu .dropdown-item.last {
        border-radius: 0 0 1rem 1rem;
        padding-bottom: 1rem
    }
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: var(--primary);
}


.nav-item.dropdown {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700
}


.dropdown-toggle::after {
    display: none
}

@media (min-width: 768px) {
    .logo {
        font-size: 3.5rem;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: -2px;
        color: var(--red) ;
    }

    .logo a {
        text-decoration: none;
        color: var(--red) ;
        }
    .logo span {
            color: #667481;
        }
        .firma-n {
            float: left;
            line-height: 1.32rem;
            font-size: 1.22rem;
            color: #667481;
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .firma-n {
                display: none!important
            }
        }
        .adres-n {
            line-height: 1.20rem;
            font-size: 1.0rem;
            color: #667481;
        }
    }

/* SLIDER */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 0;
    background-image: url(../img/overlay.png);
    opacity: 0.2
}


.carousel-inner {
    background-color: transparent;
}



.carousel {
    position: relative;
}


.carousel-caption {
    bottom: 0;
    background-color: transparent;
    left: auto;
    right: 0;
    text-align: left;  
    width: 100%;
    padding-right: 20px
}
.carousel-caption * {
    margin: 0;
    padding: 0;
}
.carousel-caption h1 {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.4);
}
@media (min-width: 992px) {
.carousel-caption h1 {
    font-size: 5rem;
    font-weight: 900;
}

.carousel-caption p {
    margin: 0
}
.carousel-caption a {
    color: white;
    text-decoration: none;
}
.carousel-caption h5 {
    font-weight: 500;
    font-size: 2.5rem;
    color: white;
}
}
    
.carousel-caption .hr {
    width: 50%;
    height: 3px;
    padding: 0;
    margin: 0;
}

.carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    padding-bottom: 50px;
    width: 10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
.carousel-caption {
       background-color:transparent;
       text-align: right;
        bottom: auto;
    }

@media (min-width: 992px) {
    .carousel-caption br {
        display: block;
    }
    .start .carousel-caption {
       top: 50px;      
    }
    .carousel-caption  h5 {
        font-size: 2.5rem;
        font-weight: 500;
        color: #ffffff;
    }
    .carousel-caption p {
        font-size: 1.3rem
    }
    .carousel-caption  b {
        color: #19c1ff
    }
    
}
.gh {
    display: none
}
.start .gh {
    display: block
}
.carousel-indicators {
    display: none
}

@media (min-height: 772px) {
    .carousel-indicators {
        display: inline-flex;
        position: relative !important;
        margin-left: 0
    }
}

.carousel-item {
    height: 200px;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.carousel-item img {
     height: 200px;
}

@media (min-width: 992px) {
   .carousel-item {
    height: 250px; 
    }
    .carousel-item img {
     height: 250px;
}
}




@media (min-width: 992px) {
   .start .carousel-item {
    height: 500px; 
    }
    .start .carousel-item img {
     height: 500px;
    }
}



@media (min-width: 1200px) {
    .carousel-inner {
        padding-left: 100px !important;
    }
    .carousel-caption {
        padding-right: 100px !important;
    }
}



.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius:0 !important;
    margin-right: 8px;
}



.btn-lg {
    padding: 0.8rem 3rem;
    font-weight: 700;
    
}
.btn-info {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
/*    border-bottom: 6px solid var(--secondary) */
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    
}

img.spec {
    max-width: 45%;
}



hr {
    border: 0;
    box-shadow: none;
    background-color: var(--primary);
    height: 1px
}
.h5, h5 {
    font-size: 1.25rem;
    line-height: 160%;
}

.klucz {
    -webkit-animation-name: klucz;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: klucz;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}

@keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}


.domki {
    font-size: 1.3rem
}
    .domki img {
        box-shadow: 0px 39px 60px -30px rgba(0, 0, 0, 1);
        margin-top: 30px;
        margin-bottom: 10px;
        width: 100%;
    }

.h2-domki {
    font-family: var(--robotoc);
    color: var(--primary);
    font-size: 2.2rem;
    margin-top: 1.5rem;
    font-weight: 600;
    line-height: 1.2
}
.h2-domki small {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    opacity: 1
}

@media (min-width: 992px) { 
    .domki {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -100px;
        z-index: 10;

    }
    
    .domki-h {
        min-height: 500px
    }
    
    
}
.fala_b,
.fala_c {
    background-color: var(--light);
    height: 42px
}
.fala_b img,
.fala_c img {
    width: 100%;
    height: 42px
}
.rounded {
    border-radius: 50% !important;
    display: block;
    margin: auto;
}
.h-oferta {
    font-size: 1.30rem;
}
.h-oferta a {
    
}
.h-oferta a.a-domki {
    display: block;
    font-family: var(--robotoc);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 20px;
    text-decoration: none;
     transition: 0.6s ease;
   
}   
.h-oferta a.a-domki:hover {
    color: var(--primary);
    letter-spacing: 1px
}
a.mail {
    color: var(--primary);
    text-decoration: none;
     transition: 0.5s ease;
}
a.mail:hover {
    color: black;
   
}

.h-oferta a i {
    margin: 0 5px
}
@media (max-width: 1199px) {
    .h-oferta br {
        display: none;
    }
}

 /* STRONKI */

.tytul {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    color: var(--primary);
    padding-bottom: 1rem;
    margin-top: 1rem;
}


h3.podtytul {
    text-align: left;
    color:  black;
    font-weight: 900;
    font-size: 1.8rem;
    
    
}

.card-img-overlay {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 0.3rem 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 0.9rem
}
.pokoj {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary);
    margin-right: 10px;
    font-family: var(--robotoc)
}
.cena {
    font-size: 2.3rem;
    font-weight: 900 !important;
    color: black;
    display: block;
    font-family: var(--robotoc)
            
}
.cenka {
    font-size: 1.5rem;
    font-weight: 900 !important;
    color: black;
    font-family: var(--robotoc)
            
}
.price {
    background-color: var(--yellow);
    padding: 30px 10px;
    border-radius: 1.5rem;
    box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.price table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.9rem
        
}


/*
.firma b,
.oferta b,
.opis b {
    font-weight: 600;
}
.firma i {
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
}
.fotki2 {
    background-color: #eeeeee
    }
.fotki2 h3,
.oferta h3 {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.5rem;
    text-align: left;
}
*/

.fotki2 h3:after,
.p-pb:after{
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: var(--primary);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h4.tyt-sm-pb {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.5rem
}

.fotki img {
    border: 5px solid white;
    border-radius: 50%;
}

img.hurt {
    border: 3px solid #d9d9d9;
    -webkit-box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
}

.oferta-index {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    color: rgba(240, 248, 255, 0.88);
    font-weight: 700;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .oferta-index {
        font-size: 1.6rem;
    }
}
.oferta-index ul {
    margin-top: 2rem;
    width: 100%;
    text-align: right
}

@media (max-width: 767px) {
    .oferta-index ul br {
        display: none;
    }
}

.form-group label {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);
}

.oferta-index ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block
}

.oferta-index ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 100%;
    line-height: 4rem;
    height: 4rem;
    width: 4rem
}

@media (min-width:768px) {
    .oferta-index {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto
    }
    .oferta-index ul {
        margin-top: 0;
        width: auto
    }
    .oferta-index ul>li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }
    .oferta-index ul>li:last-child {
        margin-bottom: 0
    }
    .oferta-index ul>li>a {
        transition: all .2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem
    }
    .oferta-index ul>li>a:hover {
        background-color: #262f38;
    }
}


    /* OFERTA */
.card {
        border: none;
    overflow: hidden;
    }
.oferta p,
.firma p,
.firma li {
      
    }


.oferta h3 {
    text-align: left;
    color: black;
}

.fot-o:hover {
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
.fot-o {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

/* STOPKA */
 footer {  
   background: var(--gradient-bg);
     color: white;
     text-align: center;
     padding-top: 3rem;
     padding-bottom: 3rem;
     font-size: 1.2rem;
     margin-top: -1rem; 
     
    font-size: 0.85rem
}

footer .adres {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    width: auto;
    display: inline-block;
    padding: 30px 50px
}
    
footer img {
    max-height: 45px
}
footer small {
    opacity: 1.0;
    color: #667481;
    font-size: 1.1rem
}
footer p {
    font-size: 1.1rem!important
}
.icons {
    font-size: 0.7rem;
    float: left;
    text-align: left;
    opacity: 0.5
}
div.infocity {
    
}
a.infocity {
    background-image: url(../img/infocity.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    font-size: 0.9rem;
    padding-left: 1.0rem;
    line-height: 2rem;
    z-index: 10000;
    color: #545454;
    font-weight: 300
}
.licencje {
    color: #212529;
    border-top: 1px dotted #212529;
    text-align: left;
    font-size: 0.8rem;
    opacity: 0.7;
}
.licencje a {
    color: #212529!important;
}

/* GŁÓWNA */
.ikony {
    background-color: white;
}
.ikonka {
    border-radius: 50%;
    opacity: 0.0;
}
.wys {
    height: 139px;
    width: 139px;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    opacity: 1.0
}
.ico img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
}
.ico img:hover {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.ikonka {
    -webkit-animation-name: ikon;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: ikon;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.ikonka.iko-2 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.ikonka.iko-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes ikon {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

 @keyframes ikon {
     from {
         opacity: 0.0;
     }
     to {
         opacity: 1.0;
     }
 }
 
.ikony h3 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #c34017;
}
.ikony h3 span {
    font-weight: 300;
    font-size: 1.2rem;
}
.intro h1 {
    font-size: 1.3rem
}
.intro p {
    
    }
.intro p b {
    font-weight: 800;
}



/* Scroll to top */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    color: white !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    border-radius: 0;
    z-index: 1111;
    cursor: pointer;
}
body.kontakt .scrollToTop {
    bottom: 90px;
    right: 10px
}

.scrollToTop * {color: white!important;}

.scrollToTop:hover {
    background-color: #212529;
    /* opacity: 1.0 */
}
.mapa {
    
}
.grecaptcha-badge {
    z-index: 1
}