
/*
 *************************************************************************
 **                                                                     **
 **                               YES!                                  **
 **                  .YOU CAN EDIT THIS FILE MANUALLY.                  **
 **        Place you changes here, this file will be included           **
 **                    in the project automatically.                    **
 **                                                                     **
 **            .DIESE DATEI KANN VON HAND ANGEPASST WERDEN.             **
 **        Fuegen Sie ihre haendischen CSS-Aenderungen hier ein.        **
 **        Diese Datei wird automatisch im Projekt eingebunden.         **
 **                                                                     **
 **                                                                     **
 *************************************************************************
*/

.ieOverlay{
    position: fixed;
    z-index: 9999;
    /*left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ieOverlay p{
    color:#000000;
    margin-bottom: 5px;
}
.ieOverlay .ieInner{
    
    position:relative;
    overflow-y: auto;
    overflow-x: hidden;
    /*width: 80vw;
    height: 80vh;*/
    width:80%;
    height:80%;
    border: 3px solid #009a93;
    text-align: center;
    background-color:#FFF;
    padding:20px;
}

.ieOverlay .ieInner .ieBtnWrap{
    position:absolute;
    right:0;
    top:0;
}
.ieOverlay .ieInner .ieBtnWrap a {
    display: block;
    color:#000;
    width: 40px;
    height: 40px;
    margin-top:10px;
}

.ieOverlay .ieInner .ieBtnWrap a:before, .ieOverlay .ieInner .ieBtnWrap a:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.ieOverlay .ieInner .ieBtnWrap a:before {
    transform: rotate(45deg);
}
.ieOverlay .ieInner .ieBtnWrap a:after {
    transform: rotate(-45deg);
}
  

.ieOverlay ul{
    list-style-type: none;
}

.ieOverlay h4{
    padding-top:35px;
    padding-bottom:35px;
    color:#000;
}

.ieOverlay h4,
.ieOverlay p,
.ieOverlay ul{
    max-width: 100%;
    text-align: left;
    font-size: 20px;
}

.ieOverlay p.iebold{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ieOverlay {
    margin-bottom:0;
}
.position-blockquote {
    padding-left: 15%;
}
@media screen and (max-width: 1920px) {
    .intro-content--hero-image:before {
        display: none;
    }
}