/* ewalds stylesheet schmiedeseite */

html,body {font-family: 'Courier New', cursive;}
h1,h2,h3,h4,h5 {font-family: 'Special Elite', cursive;color:#2E2E68;}
.w3-sidenav a,.w3-sidenav h4 {font-weight:bold}
.clearfix:after { content: ""; display: table; clear: both;}

.ec-linethrough {text-decoration: line-through;}
.ec-underline {text-decoration: underline;}
.ec-justify {text-align: justify;}
.ec-bold {font-weight: 900;}
.ec-red {color:red}
.ec-small {font-size:12px}

.ec-text-bluegrey,.ec-hover-text-bluegrey:hover{color:#2E2E68!important}
.ec-bluegrey,.ec-hover-bluegrey:hover{color:#fff!important;background-color:#2E2E68!important}
.ec-border-bluegrey,.ec-hover-border-bluegrey:hover{border-color:#2E2E68!important}
.ec-hover-text-bluegrey,.ec-hover-bluegrey
{-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #D5B9B9;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}