@charset "UTF-8";

body {
    background-image: url(../image/bauz_wm_icon_start.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#adressblock {
    position: absolute;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: rgba(109,110,113,1);
    text-align: left;
    float: left;
    padding-bottom: 50px;
    padding-left: 50px;
    bottom: 0vh;
    font-size: 2.5vmin;
}

#logo {
    padding-top: 50px;
    padding-right: 50px;
    width: 40%;
    float: right;
}

#hg {
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.soft {
    opacity: 0.5;
	}

.link {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: rgba(109,110,113,1);
    font-size: 2.5vmin;
    text-decoration: none;
}