body {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 16px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #1c3c6c;
}

#canvas, #background1, #background2 {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
}

#background1 { background-image: url('002_web.jpg'); opacity:1; }

#background2 { background-image: url('003_web.jpg'); opacity: 0; }

#info {
    position: absolute;
    text-align: center;
    top: calc(50% - 240px);
    margin: 0px auto;
    left: calc(50% - 200px);
    width: 400px;
	height: 480px;
}

    #info img {
        width: 200px;        
        margin-bottom: 15%;
    }
	#info p {
        text-align: center;
    }
        #info p.titel { 
            font-size: 36px;
            text-transform: uppercase;
            font-weight: bold;
        }

a {
    text-decoration:none;
    color: #1c3c6c;
}

    a:hover {
        text-decoration:underline;
    }