[scroll] {
    position:fixed;
    top:0;
    opacity: 0.9;

}
md-toolbar{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.md-toolbar-dropdown{
    width: 100%;
    min-height: 75px;
    margin: 0px 0px;
    line-height: 6;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v11/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* parallax */
body{
    height: initial;
    min-height: initial;
}
.img {
    background-image: url(https://placeimg.com/640/640/arch);
    width:640px;
    height:500px;
    position: relative;
}
.txt {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}
.mainText{
    min-height: 650px;

}
div{
    /*border:dotted;*/
}

/*Rules-Seite*/
.rules{
    text-align: left;
    margin-left: 30px;
    margin-right: 30px
}

/*background-image*/
#background{
background-image: url(../img/hs_sw.jpg);
overflow: hidden;
background-attachment: fixed;
position: relative;
text-align: center;
}

/*#background:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: url(../img/pattern.png) repeat;*/
/*}*/
body{
font-family: "Open Sans", Tahoma, Arial;
}
.background_masterhead{
    box-sizing: border-box;
    color: rgb(222, 87, 73);
    text-align: center;
    font: normal normal bold normal 55px / 60.5px "Open Sans", Tahoma, Arial;
    margin: 70px 0px 10px;

}
h3{
    box-sizing: border-box;
    color: #404040;
    text-align: center;
    font: normal normal 500 normal 24px / 26.4px "Open Sans", Tahoma, Arial;
    outline: rgb(255, 255, 255) none 0px;
}
footer{

    color: rgb(255, 255, 255);
    position: relative;
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 516.5px 104px;
    transform-origin: 516.5px 104px;
    background: rgb(0, 150, 136) none repeat scroll 0% 0% / cover padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 14px / 20px "Open Sans", Tahoma, Arial;
    outline: rgb(255, 255, 255) none 0px;
    padding: 5px 0px;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;

}
