﻿.bg-brown {
    background: #6d2900;
}


.bg-img4 {
    background: url(../video/thumb.jpg) !important; 
}

#kontakt{
    color: black;
}

    #kontakt::placeholder, .placeholder-gray::placeholder {
        color: gray;
        font-weight: bold;
    }

#phone {
    color: black;
}

    #phone::placeholder, .placeholder-gray::placeholder {
        color: gray;
        font-weight: bold;
    }



.opacity-65 {
    opacity: .75;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#app-slider {
    position: initial;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #app-slider {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .app-image {
        width: 100%;
        margin: 3rem auto;
        height: 500px;
    }
}


.app-image img {
    max-width: initial !important;
    margin: 0 auto;
    display: inline-block;
}

section#galerie {
    padding: 0px;
}