@charset "utf-8";
/* CSS Document */
/*                                                                                   */
/*  --------  Main Page (prefix=mp) special formatting ---------------------------------------   */
/*                                                                                   */
.wrap-all {
    background-color: white;
    background: url(../ikbunina/pictures/europapier.jpg);  
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden;
}
.mp0 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width: 960px;
    margin: auto;
    background-color: rgba(255,255,255,0.3);
    padding: 1em;
}
.mp1 {
    /* width: 360px; */
	width: 450px;
   padding-left: 1rem; 
}

@media only screen and (max-width: 959px)  {
.mp1 {
    width: 360px;
}
}


.mp-cover {
    padding-left: 3rem;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: auto;
}
.mp-img {
    display: block;
    width: 184px;
    height: 240px;
}
.mp-footer {
    background-color: #635655;
}
.mp-content {
    margin: 1rem;
}
.mp-content p {
     margin: 0;
}
.mp-content ol {
    list-style-type: upper-roman;
     margin: 0;
	list-style-position:outside;
    text-align: right;
}
.mp-content li {
    text-align: left;
     margin: 0;
	line-height: 1.75rem;
}
.mp-content li:hover {
    cursor: pointer;
}
.mp-content-link:link {
    text-decoration: none;
	color: black;
}
.mp-content-link:active {
    text-decoration: none;
	color: black;
}
.mp-content-link:visited {
    text-decoration: none;
	color:black;
}
.mp-content-link:hover {
    text-decoration: none;
    color: dodgerblue;
}
.title0 {
    padding: 0.3rem 0;
    margin: 0;
}
.title1 {
    font-size: 28pt;
    padding: 0;
    margin: 0.5rem 0 0 0;
}
.title2 {
    font-size: 36pt;
    padding: 0;
    margin: 0;
    font-style: italic;
    line-height: 70%;
}
.ikbepig {
    font-style: italic;
    text-align: left;
    margin: 1rem 0 0 0;
    line-height: 110%;
    font-size: 0.8rem;
}
.ikbepig span {
}
.ikbtech {
    font-size: 0.75rem;
    text-align: left;
	margin-block-start:0.1rem;
	margin-block-end:0.0rem;
	margin-top:0.1rem;
	margin-bottom:0.0rem;
}
/* ---- End of Main Page formats ---------- */
/* ---- dont type below this line           */