
@import url("bootstrap.css");	/* http://getbootstrap.com/ --> Boostrap-Styles */
/* ALLGEMEIN */
body, html {
height: 100%;
width: 100%;
}
/*---------------------------------------------------------------------------------------------------
# Helper-Classes
---------------------------------------------------------------------------------------------------*/  
section {
width: 100%;
}
.bg-cover {
background-attachment: scroll;
background-position: center center;
background-size: cover;
display: table;
margin: 0px auto; /* center container on xxl-screens */
max-width: 2000px; /* prevent infinite width */
position: relative;
width: 100%;
z-index: 5;
}
.fs{
height: 100%;
}
.vam-content {
display: table-cell;
opacity: 1;
position: relative;
text-align: center;
vertical-align: middle;
z-index: 1;
}