.venhead, .venhead1, .venhead2, .venhead_content, .venhead_content1, .venhead_menu { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
/* Gerüst + Hintergrund */
.venhead {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 362px;
    margin: auto;
    background: url(https://winx-saga.de/fate/images/darkneu.png) no-repeat;
    overflow: hidden;
}

/* Boxen */
.venhead1, .venhead2 {
    position: absolute;
    height: 362px;
    overflow: hidden;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
/* Position linker Box */
.venhead1 { width: 0px; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); }
/* Position rechter Box */
.venhead2 { width: 50px; top: 0; right: 0; background: rgba(0, 0, 0, 0.4); }

/* Hovereffekte */
.venhead:hover .venhead1 { width: 700px; }
.venhead:hover .venhead2 { width: 300px; }

/* Boxeninhalte */
.venhead_content { width: 700px; padding: 25px; }
.venhead_content1 {
    width: 325px;
    height: 350px;
    padding: 25px;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #eee;
    float: left;
}
/* Menübox */
.venhead_menu { width: 300px; }
.venhead_menu ul { list-style-type: none; margin: 0; padding: 0; }
.venhead_menu ul li {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Abril Fatface', cursive;
    font-size: 14px;
    color: #eee;
    letter-spacing: 0.2em;
    padding: 10px 50px 10px 0px;
}
span.venhead_menupunkt {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 20px;
    margin-right: 25px;
}
/* Links */
.venhead a:link, .venhead a:active, .venhead a:visited {
    text-decoration: none;
    color: #eee;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.venhead a:hover { color: turquoise; }
		
		
		
		
		
		
		
		
		
		
		
		
		