<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* messages */
#messageWrap{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 60;
}
#messageWrap .messageTemplate{
    display: none;
}
.message{
    padding: 20px 40px 20px 20px;
    width: 100%;
    background: #f27d30;
    color:#fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px -2px rgba(0,0,0,.4);
    margin-bottom: 4px;
    position: relative;
    box-sizing: border-box;
}
.message .close{
    position: absolute;
    right: 10px;
    height: 25px;
    top: 20px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    cursor: pointer;
}
.message.error{
    background: #c00;
}

/* Login CUG */
.loginFormWrap .formularfeld{
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 10px;
    border-radius: 3px;
}
.loginFormWrap .row{
    margin-bottom: 5px;
}
.loginFormWrap .row #loginFormSubmit{
    margin: 0;
    border-radius: 3px;
}

.tooltip-element {
    color: #fff;
    background: #777;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    position: relative;
    font-weight: bold;
}
[tooltip]:hover:before {
    border: solid;
    border-color: #777 transparent;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: "";
    left: 2px;
    position: absolute;
    z-index: 99;
}
[tooltip]:hover:after {
    background: #777;
    border-radius: 5px 5px 5px 5px;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: -8px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
}

.mpl-button{
    display: flex;
    width: 100%;
}
.mpl-button.left,
.mpl-social.left{
    justify-content: flex-start;
}
.mpl-button.center,
.mpl-social.center{
    justify-content: center;
}
.mpl-button.right,
.mpl-social.right{
    justify-content: flex-end;
}
.btn-red{
    background-color: #bf0909;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}
.btn-blue{
    background-color: #318ac3;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}
.btn-green{
    background-color: #26a01b;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}
.btn-grey{
    background-color: #696969;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

/*Distance*/

.space-top-s{
    padding-top: 15px;
}
.space-top-m{
    padding-top: 30px;
}
.space-top-l{
    padding-top: 45px;
}

.space-bottom-s{
    padding-bottom: 15px;
}
.space-bottom-m{
    padding-bottom: 30px;
}
.space-bottom-l{
    padding-bottom: 45px;
}

/* Social Icons */
.mpl-social{
    display: flex;
    margin: 0 -5px;
}
.mpl-social a{
    display: block;
    padding: 0 5px;
    font-size: 22px;
    cursor: pointer;
}

/*content Element*/
.ceImageBG{
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
}
.ceImageWrap img{
    max-width: 100%;
}
.ceRow{
    display: flex;
    margin: 0 -5px;
}
.ceCol{
    padding-left: 5px; 
    padding-right: 5px; 
}
.ceColLeft{
    width: 30%;
}
.ceColRight{
    width: 70%;
}

.mgp-langNav{
    position: relative;
}
.mgp-langNav .langNavOpener{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 12px;
    cursor: pointer;
}
.mgp-langNav .langNavOpener:after{
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d8";
    transform: rotate(180deg) translateY(50%);

}
.mgp-langNav .langNavOpener.open:after{
    transform: rotate(0deg) translateY(-50%);
}
.mgp-langNav .langNavContainer{
    display: none;
    position: absolute;
    padding: 10px 15px;
    left: -15px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    z-index: 5;
}
.mgp-langNav .langNavContainer ul{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
.mgp-langNav .langNavContainer ul li{
    padding: 0;
}
.mgp-langNav .langNavContainer ul a{
    text-align: center;
}

.mpg-moduleNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
}
/*.mpg-moduleNav ul li{
    padding: 0 10px;
}*/
td header{
    position: static !important;
}

.img-content-overlay .ceImageWrap{
    cursor:  pointer;
}
.img-content-overlay .ceOverlay{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}
.img-content-overlay .ceOverlay.open{
    display: flex;
}
.img-content-overlay .ceOverlay:before{
    content: '';
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.img-content-overlay .ceOverlay .ceContentWrap{
    background: #fff;
    padding: 30px 20px;
    position: relative;
    margin: 0 auto;
    top: 10%;
}
.img-content-overlay .ceOverlay .ceOverlayClose{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content-overlay .ceOverlay .ceOverlayClose:before, 
.img-content-overlay .ceOverlay .ceOverlayClose:after{
    content: '';
    height: 100%;
    width: 2px;
    background: #969696;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%;
}
.img-content-overlay .ceOverlay .ceOverlayClose:after{
    transform:  rotate(-45deg);
}
@media (min-width: 768px) {
.img-content-overlay .ceOverlay .ceContentWrap{
    max-width: 900px;
    top: 25%;
}
.img-content-overlay .ceContentInner{
    display: flex;
    margin: 0 -15px;
}
.img-content-overlay .ceInnerImgWrap{
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
}
.img-content-overlay .ceInnerTextWrap{
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
}
}

/*Slide Box*/
.row.mpSlideBox{
    margin: 0;
}
.mpSlideBox &gt; .column{
    padding: 0;
}
.mpSlideBox &gt; .column:first-child{
    padding: 10px 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 450ms;
}
.mpSlideBox &gt; .column:first-child:after{
    content: '\f078';
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px !important;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
}
.mpSlideBox.mpSlideBoxOpen &gt; .column:first-child:after{
    transform: rotate(180deg);
}
.mpSlideBox &gt; .column:last-child{
    display: none;
}
.mpSlideBoxOpen &gt; .column:first-child{
    background-color: rgba(0,0,0,.2);
}
.mpSlideBoxOpen &gt; .column:last-child{
    display: block;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-top: none;
}

/*** ANGULARJS***/
/* hide non rendered elements */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.mpLabelCol label br{
    display: none;
}</pre></body></html>