
    @media (min-width: 1578px) {
        body{
            width: 1500px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0px;
        }
    }
    @media (max-width: 1578px) {
        body{
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0px;
        }
    }

strong, header, b.head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 25px;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
}

ul, li{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.post{
    padding-bottom: 15px;
    border-bottom: lightgrey 2px solid;
    width: auto;
}

.post > img{
    position: relative;
    max-width: 100%;
    width: auto;
}

.icons{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.icons > a{
    text-decoration: none;
    font-size: 30px;
    color: grey;
    text-align: center;
}

.icons > a.fb:hover{
    background-color: #4668b3;
    color: white;
}
.icons > a.yt:hover{
    background-color: #d94348;
    color: white;
}
.icons > a.mail:hover{
    background-color: grey;
    color: white;
}

.content{
    position: relative;
    width: 93%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
}

/*-----------INDEX-------------------*/


.txt1{
    background-color: rgb(212, 206, 206);
    border: 1px solid rgb(212, 206, 206);
    border-radius: 5px 5px;
    padding: 15px;
}
.txt1 > ul > li> a{
    text-decoration: none;
    color: red;
}
.txt1 > ul > li a:hover{
    color:grey;
}

.txt2{
    background-color: rgb(243, 243, 155);
    border: 1px solid rgb(243, 243, 155);
    border-radius: 5px 5px;
    padding: 15px;
}

.txt3{
    background-color: rgb(248, 167, 167);
    border: 1px solid rgb(248, 167, 167);
    border-radius: 5px 5px;
    padding: 15px;
}
.txt3 > p{
    color:rgb(250, 109, 109);
}


/*-----------------KONTAKT----------------*/


.kontakt{
    position: relative;
    width: 100%;
}


.kontakt > ul{
    list-style: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.kontakt > ul > li{
    margin-bottom: 80px;
}

.kontakt > ul > li.mess > p{
    text-align: center;
}

.kontakt > ul > li.adres > p > a > span, .kontakt > ul > li.adres > p > a{
    color: red;
    text-decoration: none;
}

.kontakt > ul > li.adres > p > a:hover > span{
    color: black;
}


@media (min-width: 850px){
    .kontakt > ul > li{
        display: inline-block;
        vertical-align: top;
    }

    .kontakt > ul > li.mess{
        width: 55%;
    }

    .kontakt > ul > li.adres{
        width:42%;
    }   

}
@media (max-width: 850px){
    .kontakt > ul > li{
        display: list-item;
        vertical-align: top;
    }

    .kontakt > ul > li.mess{
        width: 100%;
    }

    .kontakt > ul > li.adres{
        width:100%;
    }   

}


/*FOOTER*/
.footer{
    position: relative;
    display: block;
    color:whitesmoke;
    background-color: rgb(58, 57, 57);
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}


.txtcookie{
    background-color: rgb(223, 223, 198);
    border: 1px solid rgb(223, 223, 198);
    border-radius: 2px 2px;
    padding: 5px;
    font-style: italic;
    font-weight: lighter;
    font-size: 5px;
    
}