body {
    background: url(../img/pozadi.jpg);
    font-family: 'Times New Roman', Times, serif;
}
h1,h2,h3,h4,p,ul,ol,li,body {
    margin: 0;
    padding: 0;
} 
    *, *:after, *:before {
    box-sizing: border-box;
}
    a {
    transition: all 0.3s ease-out;
}
    a:hover {
    transition: all 0.3s ease-out;
}
.container {
    width: 1100px;
    margin: auto;
}
/*mediascreny - zobrazování mimo PC*/
@media screen and (max-width: 479px) {
.container {width: 92%}
}
@media screen and (min-width: 480px) {
.container {width: 95%}
}
@media screen and (min-width: 740px) {
.container {width: 95%}
}
@media screen and (min-width: 960px) {
.container {width: 95%}
}
@media screen and (min-width: 1200px) {
.container {width: 1100px}
}

/*hlavička*/
/*responziv topline*/
@media screen and (max-width: 860px) {
    .open {display: none}
    }
    @media screen and (max-width: 600px) {
    .pcsidlo {display: none;}
        }
    @media screen and (min-width: 600px) {
    .mobsidlo {display: none;}
    }
    /*topline*/
    .topline {
        background: rgba(0,0,0,0.7);
        color: #fff;
        height: 37px;
        line-height: 37px;
        font-size: 16px;   
    }
    .topline span {
        margin-right: 20px;
    }
    .topline span a {
        color: #fff;
        text-decoration: none;
    }
    .topline span a:hover {
        color: #daa520;
        text-decoration: underline;
    }
    .toplinesoc {
        float: right;
        font-size: 18px;
    }
    .toplinesoc a {
        color: #fff;
    }
    .toplinesoc a:hover {
        color: #daa520;
        text-decoration: underline;
    }
    /*responziv v headermenu*/
    @media screen and (max-width: 600px) {
    .headermenu h1 {font-size: 40px !important;}
    }
    @media screen and (max-width: 600px) {
    .headermenu h2 {font-size: 30px !important;}
    }
    /*headermenu*/
    .headermenu .nadpis {
        display: block;
    }
    .headermenu h1 {
        font-size: 70px;
        color: #fff;
        text-shadow: 8px 8px 4px rgba(250,250,250,0.5);
        margin-top: 30px;
    }
    .headermenu h2 {
        font-size: 60px;
        color: #fff;
        text-shadow: 8px 8px 4px rgba(250,250,250,0.5);
        margin: 20px 0 50px;
    }
    .headermenu {
        background: rgba(0,0,0,0.3);
        border-radius: 0 0 100px 100px;
    }
    .headermenu .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu ul li {
        list-style: none;
    }
    
    .menu ul li a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        padding: 10px 15px;
        display: block;
        border-radius: 20px;
    
    }
    .menu ul li a:hover {
        background: rgba(0,0,0,0.7);
        color: #daa520
    }
    .menu ul li p a {
        color: #c0c0c0; 
    }
    /*responziv menu*/
    @media screen and (max-width: 740px) {
    .headermenu .container {flex-direction: column;}
    .menu ul li a {padding: 20px 7px;}
    }
    @media screen and (max-width: 740px) {
    .headermenu h1 {text-align: center;}
    .headermenu h2 {text-align: center; margin-bottom: 20px;}
    }
    @media screen and (max-width: 740px) {
    .menu ul li {display: block; text-align: center;}
    .menu ul li a {padding: 5px}
    }
    
    header {
        background: url("../img/kamenictvi.jpg") center no-repeat;
        background-size: cover;
        box-shadow: 0 10px 10px rgba(0,0,0,0.8);
    }
    /*responziv uvod*/
    @media screen and (max-width: 600px) {
        .promo p {margin: 5px !important;}
    }
    /*úvod*/
    .promo h3 {
        text-align: center;
        font-size: 30px;
        color: #000;
        margin: 30px 0;
        text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    }
    .promo {
        text-align: center;
        color: #000;
        padding: 40px 0 60px;
        
    } 
    .promo p {
        font-size: 24px;
        font-weight: 200; 
        line-height: 40px;
        margin: 0 60px;
    }
    .promo a {
        color: #000;
        background: #808080;
        font-size: 23px;
        padding: 15px 30px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 50px;
        display: inline-block;
    }
    .promo a:hover {
        color: #daa520;
        background: #000;
    }
    .garance {
        margin-top: 50px;
    }
    
    
    
    /*patička*/
    /*responziv patička*/
    
    @media screen and (max-width: 1100px) {
    .line .container a {display: block ;}
    }
    @media screen and (max-width: 1100px) {
    .line .container .pcpata {display: none;}
    }
    @media screen and (min-width: 1100px) {
    .line .container .mobpata {display: none;}
    }
    @media screen and (max-width: 600px) {
    .idatabaze, .zivefirmy {
            display: none !important;}
    }
    
    .line {
        background: url(../img/kamenictvi.jpg);
        box-shadow: 0 10px 10px rgba(0,0,0,0.8);
    }
    .line .container {
        color: #fff;
        font-size: 18px;
        text-align: center;
        justify-content: space-between;
        display: flex;
    }
    .pcpata {
        padding: 60px 0;
    }
    .mobpata {
        text-align: left;
    }
    
    .line .container a {
        text-decoration: none;
        color: #fff;
        padding: 10px 15px;
    }
    .line .container a:hover {
        text-decoration: underline;
        color: #daa520;
    }
    .line .informace {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-top: 60px;
    }
    
    .idatabaze {
        justify-content: flef-start;
        
    }
    .zivefirmy {
        justify-content: flex-end;
       
    }
    .copy .container {
        text-align: center;
        padding: 15px 0;
        font-size: 16px;
    }

    /*responziv kamenické práce*/
    @media screen and (max-width: 740px) {
        .kameny .container {flex-direction: column;}
    }
    @media screen and (max-width: 1180px) {
        .napis .container {flex-direction: column;}
    }
    @media screen and (max-width: 740px) {
        .kameny p {text-align: center !important;}
        } 
    /*kamenické práce*/
    .kameny .container {
        text-align: center;
        padding: 40px 0 0; 
        justify-content: space-between;
        display: flex;
    } 
    .kameny h3, .napis h3 {
        font-size: 27px;
        color: #fff;
        text-shadow: 3px 3px 3px rgb(255, 255, 255,0.6);
        margin: 10px 60px 10px;
    }
    .kameny i, .napis i {
        margin-right: 20px;
    }
    .kameny .nove {
        background: url(../img/kamenictvi.jpg);
        color: #fff;
        padding: 10px 25px ;
        margin: 5px 5px;
        border-radius: 100px 0 0 10px;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.8);   
    }
    .kameny .opravy {
        background: url(../img/kamenictvi.jpg);
        color: #fff;
        padding: 10px 25px ;
        margin: 5px 5px;
        border-radius: 0 100px 10px 0;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.8);
    }
    .kameny p {
        font-size: 22px;
        font-weight: 700; 
        line-height: 40px;
        text-align: justify;
    }
    .napis .container {
        text-align: center;
        margin: 5px auto 40px; 
        box-shadow: 0px 15px 15px rgba(0,0,0,0.8);
        justify-content: space-between;
        display: flex;
        
    }
    .napis .pismo {
        background: url(../img/kamenictvi.jpg); 
        color: #fff;
        border-radius: 10px 0 0 0;
        font-size: 22px;
        font-weight: 700; 
        line-height: 40px;
    }
    .pismo p {
        margin: 15px 25px;
    }
    .napis .hrob img {
        width: 555px;
        height: auto;
        border-bottom: 9px solid #000;
        border-right: 4px solid #000;
        margin-bottom: -4px;
    }
    @media screen and (max-width: 1180px) {
        .napis .hrob img {width: 100%;}
    }  
    /*responziv kontakt*/
    
    
    @media screen and (max-width: 820px) {
        .kon img {display: none;}
    }
    
    
    /*Kontakt*/
    .kontakt h1 {
        text-align: center;
        padding: 30px 0 50px;
        text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    }
    .kontakt {
        padding-bottom: 50px;
    }
    .kon h2 {
        font-size: 21px;
        padding-bottom: 17px;
    }
    .kon h3 {
        font-size: 18px;
        color: #ff0000;
        padding-bottom: 20px;
    }
    .kon {
        padding: 20px 100px;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .kon p {
        line-height: 26px;
    } 
    .foto {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    }
    .adresa p i {
        margin-right: 15px;
    }
    
    .adresa p a {
        color: #000;
        text-decoration: none;
    }
    .adresa p a:hover {
        color: #daa520;
    }
    .volej {
        text-align: center;
    }
    .volej a {
        color: #000;
        background: #808080;
        font-size: 20px;
        padding: 15px 30px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 700;
        margin-top: 25px;
        display: inline-block;
    }
    .volej a:hover {
        color: #daa520;
        background: #000;
    }
    .mapa iframe {
        width: 100%;
        background: #000;
        padding: 5px 0;
        margin: 30px 0;
    }
    .kontakty {
        text-align: center;  
        font-size: 18px; 
        line-height: 33px;
    }
    .kontakty i {
        margin: 0 10px;
    }
    
    .kontakty a {
        color: #000;
        text-decoration: none;
    }
    .kontakty a:hover {
        color: #daa520;
    }
    @media screen and (max-width: 600px) {
    .kon {padding: 20px 5px 20px 5px !important;}
    }
    
    /*informace*/
    @media screen and (max-width: 900px) {
    .coi, .eet {margin: 10px !important;}
    }
    .coi {
        background: url(../img/kamenictvi.jpg);
        border-radius: 50px 50px 5px 5px;
        box-shadow:0 15px 15px rgba(0,0,0,0.6);
        padding: 40px 50px;
        text-align: center;
        margin: 15px 100px;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
    }
    .eet {
        background: url(../img/kamenictvi.jpg);
        border-radius: 20px 20px 0 0;
        box-shadow:0 15px 15px rgba(0,0,0,0.6);
        padding: 40px 50px;
        text-align: center;
        margin: 15px 100px 30px;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
    }
    /*GDPR*/
    .gdpr {
        text-align: center;
        font-size: 16px;
        padding: 10px 0 10px 0;
        margin: 20px 0 5px;
        background: rgba(0,0,0,0.3);
        
    }
    .gdpr a {
        color: #000;
    }
    .gdpr a:hover{
        color: #fff;
    }
    
    .promogdpr .container h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .promogdpr .container {
        font-size: 18px;
        padding: 10px 0 40px;
        
        text-align: center;
    }





    