body { 
    /* background: #54566b;  Color 01  */ 
    font-family: SlovaR, Tahoma, sans-serif; 
    font-size: 20px; 
    margin: 0; 
    padding: 0; 
    border:0; 
}
main { 
    padding-left:4%; 
    padding-right:4%;
}

a:link {text-decoration: none; color: #303076; }
a:visited {text-decoration: none; color: #303076; }
a:hover {text-decoration: none; color: #4242a5; }
a:active {text-decoration: none; color: #303076; }

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;
    }
.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: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 8px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.94);
    align-items: center;
    justify-content: center;
    }
.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; 
    background-color: #f30e0e;
    }
#closem {
    cursor: pointer;
    position: absolute;
    top: 26px;
    width: auto;
    padding: 2px 16px 8px 16px;
    color: #9e97b1;
    right: 0px;
    font-size: 40px;
    font-weight: bold;
    border-radius: 11px 0 0 11px;
    z-index: 40;
    user-select: none;
    background-color: #440f0f;
    text-decoration: none;
    }
#closem:hover,
#closem:focus {
    color: red;
    cursor: pointer;
    }
#prevm,
#nextm {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    color: #9e97b1;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    background-color: rgb(39, 29, 63, 0.9);
    text-decoration: none;
    }
#prevm {
    left: 0;
    border-radius: 0 11px 11px 0;
    z-index: 30;
  }
#nextm {
    right: 0;
    border-radius: 11px 0 0 11px;
    z-index: 20;
  }
#alt-text {
    display: block;
    position: absolute;
    text-align: left; 
    min-width: 310;
    min-height: 50px;
    bottom: 0;
    padding: 8px 10px 10px 10px; 
    border-radius: 11px 11px 0 0; 
    background-color: rgba(0, 0, 0, 0.90);
    color: #ada7c0;
    cursor: pointer; 
    z-index: 10;
  }
#alt-text:empty { 
    padding: 0;
  }
#alt-close {
    position: absolute;
    background-color: rgba(143, 50, 50, 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:300px;
    max-width:40%;
    background-color: #465163;
}
.model-info {
    display:flex;
    min-width:280px;
    padding: 0px 10px 5px 15px;
    text-align: left;
    background-color: #465163;
    border-radius: 0 12px 12px 0;
}











