* {

    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}

.wrap {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.headinfo {
    font-size: 45px;
    margin-bottom: 110px;
    transition: all 0.3s;
}

.headinfo.shrink {
    margin-bottom: 0;
}

.headinfo.shrink .kontaktlink, .headinfo.shrink .fce {
   display: none;
}

.headinfo .name {
    /*font-weight: bold;*/
    font-size: 70px;
    text-decoration: none;
    color: black;
}

.headinfo .fce {
    margin-bottom: 25px;
    transition: all 0.3s;
}

.headinfo .kontaktlink {
    /*display: block;*/
    font-weight: normal;
    text-decoration: none;
    color: grey;
    transition: all 0.2s;
    opacity: 0.7;
}

.headinfo a:hover {
    opacity: 1;
}

.portfolio {

}

.portnadpis {
    font-size: 40px;
    margin-bottom: 40px;
}

.kartywrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}


.karta {
    margin-bottom: 30px;
    flex-basis: 100%;
}

@media (min-width:700px) {
    .karta {
        flex-basis: 25%;
        margin-bottom: 50px;
    }
}

.knadpis {
    font-size: 22px;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

.kobsah {
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 25px;
}

.kobsah a {
    display: block;
    margin-bottom: 10px;
    color: grey;
    text-decoration: none;
    transition: all 0.2s;
    opacity: 0.7;
    font-size: 20px;
}

.kobsah a:hover {
    opacity: 1;
}

.livebtn {
    border: 1px solid black;
    padding: 5px 5px 2px 5px;
    /*float: right;*/
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: inline-block;
    /*margin-right: 50px;*/
}

.livebtnwrap {
    padding-bottom: 40px;
    text-align: center
}

.livewrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.livebox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: white;
    background:url(loading5.svg)

}

.livebox.active {
    z-index: 90;
}
.livebox .indoheadbar{
    display: none;
}

.livebox.active .indoheadbar{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);

    background: rgba(255,255,255,0.9);
    padding: 20px 40px;
    font-size: 25px;
    /*border: 2px solid black;*/
}
.indoheadbar a{
    text-decoration: none;
    color:gray;
}

.livebox.active .inntext {
    display: none;
}

.livebox.cirbutton  {
    z-index: 99;

}

.livebox iframe {
    height: 100%;
    width: 100%;
}

.inntext {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    /*top: 250px ;*/
    top: -150px;
    font-size: 20px;
    /*font-family: "Roboto";*/
    font-weight: 200;
    padding: 400px;
    text-decoration: none;
    text-transform: uppercase;

;
}

.prev .inntext {
    left: 25%;
    transform: translateX(-50%);
    /*transform: translateX(-50%) rotate(-16deg);*/
}

.next .inntext {
    left: 76%;
    /*transform: translateX(-50%) rotate(16deg);*/
    transform: translateX(-50%);
}

.liveportfolionadpis{
    font-size: 18px;
}
.liveportfolionadpis a{
    text-decoration: none;
    color: gray;
}