body { 
    background: #54566b; /* Color 01  */ 
    font-family: SlovaR, Tahoma, sans-serif; 
    font-size: 20px; 
    color: white; 
    margin: 0; 
    padding: 0; 
    border:0; 
}
main { 
    padding-left:4%; 
    padding-right:4%;
}

a:link {text-decoration: none; color: #adade2; }
a:visited {text-decoration: none; color: #adade2; }
a:hover {text-decoration: none; color: #8989ce; }
a:active {text-decoration: none; color: #8989ce; }

footer {
    padding:2%; 
    background-color: #31323f;
}
.hr-style {
    height:1px; 
    border-width:0; 
    background-color:#676283; 
}
.footer-8 {
    display: block; 
    height: auto; 
    text-align: center; 
    margin: 0; 
    padding: 0; 
}
.footer-1 {
    min-width: 134px; 
    max-width: 150px;
    min-height: 110px; 
    font-size: 16px; 
    color: #787694; 
    margin: 8px; 
    padding: 8px; 
    text-align: left; 
    display:inline-block; 
    vertical-align: top; 
    overflow-wrap:break-word;
}
.footer-2 {
    width:auto;
    display:inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.footer-4 {
    width:auto; 
    display:inline-block; 
    margin: 0; 
    padding: 0; 
    vertical-align: top; 
}
.footer-title {
    color:#676283; 
    text-decoration: none; 
}
.footer-bottom { 
    font-size: 16px; 
    color: #787694; 
    text-align: center; 
    width: 100%; 
}
.impressum_div {
    height: auto; 
	width: auto; 
	text-align: left; 
	margin: 0px;  
	border: none; 
}
.impressum_section { 
	width: 100%; 
	min-width: 320px;        /* culumns width + (column-gap x 2) */ 
	columns: auto 280px; 
    column-gap: 20px; 
} 
.impressum_article { 
	width: auto; 
	margin: 0px 0px 20px 0px; 
	padding: 10px; 
	background-color: #526877; 
	border-radius: 12px; 
	word-wrap: break-word; 
	break-inside: avoid-column; 
} 
.impressum_article:first-child { margin-top: 0; }

/* gallery css */

.gall-container {
    text-align: left;
    padding: 0 0 0 0; 
    width: auto;
    z-index: 9000;
    }
.gallery {
    height: auto; 
    padding: 5px 0 5px 0; 
    }
.galleryimg {
    cursor: zoom-in;
    display: inline-block;
    border:none; 
    max-height:250px; 
    max-width:100%;
  }

#modal-gall {
    display: none;
    position: fixed;
    z-index: 9010;
    left: 0;
    top: 0; /* 60px da se vidi topmeni */ 
    bottom: 0;
    right: 0;
    padding: 8px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.94);
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    }

.modal-open #modal-gall {
    display: flex;
    }
.modal-content {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    }
    #modal-slides {
        display: block;
        max-width:100%; 
        max-height: calc(100vh - 16px);
        margin: auto; 
        touch-action: manipulation;
    }

    #closem {
        cursor: pointer;
        position: fixed; 
        padding: 0;
        margin: 0; 
        z-index: 9050;
        -webkit-user-select: none;
        user-select: none;
        text-decoration: none;
    }
    #prevm {
      position: fixed;
      padding: 0;
      margin: 0; 
      z-index: 9040;
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
    }
    #nextm {
      position: fixed;
      padding: 0;
      margin: 0; 
      z-index: 9030;
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
    }
    .closesvg {
      width: 160px; 
      height: 160px;
    }
    .arrowsvg {
      width: 160px; 
      height: 160px;
    }
    #closesvg:hover,
    #closesvg:focus {
      cursor: pointer;
    }
    #arrowsvg:hover,
    #arrowsvg:focus {
      cursor: pointer;
    }

#alt-text {
display: block;
position: absolute;
text-align: center; 
min-width: 310px;
min-height: 50px;
bottom: 0;
padding: 8px 10px 10px 10px; 
border-radius: 11px 11px 0 0; 
background-color: rgba(0, 0, 0, 1);
color: #ada7c0;
cursor: pointer; 
z-index: 9020;
}
#alt-text:empty { 
padding: 0;
}
#alt-close {
position: absolute;
background-color: rgba(0, 0, 0, 0.9);
padding: 0; 
margin: 0;
}
/* end of gallery */


.stik-model-first {
    display:inline-block;
    width: 100%;
    min-height: 100%;
    background-color: #465163;
    border-radius: 0 12px 12px 0;
}
.stik-model {
    display:inline-block;
    width: 100%;
    min-height: 100%;
    background-color: #465163;
    clear: left;
    border-radius: 0 12px 12px 0;
}

.model-foto {
    float: left;
    min-width:280px;
    max-width:40%;
    background-color: #465163;
}
.model-info {
    display:flex;
    min-width:260px;
    padding: 0px 10px 5px 15px;
    text-align: left;
    background-color: #465163;
    border-radius: 0 12px 12px 0;
}

.ytcontainer {
    text-align: center;
    width:auto;
    }

.ytiframe {
    width: 100%; 
    max-width: 320px; 
    min-width: 160px; 
    height: 220px;
    padding: 5px;
    }







