/* ==========================================================================
   Generic styles
   ========================================================================== */
html {
    background-color: rgb(44, 44, 44);
	font: 1em Arial;
	color: #dedede;
}

/* ==========================================================================
   Header and Footer
   ========================================================================== */

.header {
    width: 100%;
	height: 65px;
    position: fixed;
    top:0px;
    background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	transition: 0.2s;
}

.footer {
    width: 100%;
    position: fixed;
    bottom:0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
	z-index: 1000;
	height: 25px;
}

.header_logo_img {
	transition: 0.2s;
	max-width: 80%;
	height: auto;
	width: 392px;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
    height: 100vh;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    z-index: 500;
	text-align: center;
    justify-content: center;
    align-items: center;
	transition: 0.2s;
	margin-top: 65px;
}

.impressum {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    justify-content: center;
    align-items: center;
	z-index: 500;
}

.impressum_content {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
	z-index: 500;	
}

.contact {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    justify-content: center;
    align-items: center;
	vertical-align: middle;
	z-index: 500;
}

.contact_content {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
    width: 100%;
	z-index: 500;
	font-size: 1.5em;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.onepager_body {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 1;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-image: url('../pictures/bg_impressum.jpg');
	overflow: auto;	
}

.contact_info_table {
	margin: auto;
	text-align: left;
}

.contact_info_logo img{
	width: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#transparent_bg_logo {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	background-image: url('../pictures/airbrush_icon.png');
	opacity: 0.4;
	position:absolute;
	margin:auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#benbrush_logo_kontakt {
	max-width: 80%;
	width: 1024px;
}

.spacer_100px {
	height: 100px;
}

.separator {
	width: 100%;
	height: 678px;
	position: relative;
	z-index: 2;
	background-image: url('../pictures/home_separator.png');
	background-repeat: repeat-x;
	transform: translate(0, -50%);
}

.separator img {
	width: 100%;
}

.about_me {
	font-size: 16pt;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	line-height: 1.5;
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
	z-index: 500;
}

.vita {
	display: flex;
	text-align: left;
	z-index: 500;
}

.vita ul li{
	margin-bottom: 1em;
	z-index: 500;
}

.vita ul {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
	max-width: 840px;
}
.profile_pic {
	display: flex;
	z-index: 500;
}

.profile_pic img{
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 500;
}

.stretch_screen-height img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.stretch_screen-height {
	height: 120%;
}

.fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;

}

.scroll-bg {
	background-color: rgb(44, 44, 44);
}

.main_bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*background-image: url('../pictures/background_gallery/bg_01.jpg');*/
	transition: 5s;
}

.logo_mainpage {
	max-width: 95%;
}

#bg_gallery {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: 2s;
}

#bg_gallery img{
	width: 100vw;
	height: 100vh;
	min-width: 1920px;
	position: fixed;
	z-index: 1;
}
/* unvisited link */
a:link {
	color: #b6e9f1;
}

/* visited link */
a:visited {
	color: #b6e9f1;
}

/* mouse over link */
a:hover {
	color: hotpink;
}

/* selected link */
a:active {
	color: blue;
}

h1 {
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	z-index: 750;
}

@media screen and (min-width: 1000px) {
h1 img {
	max-width: 95%;
	z-index: 750;
	height: 50px;
}
}
@media screen and (max-width: 999px) {
h1 img {
	max-width: 80%;
	z-index: 750;
	height: 30px;
}
}


#preload {
	position: absolute;
	z-index: -1;
}

cite {
font-style: italic;
}

cite:before { content: open-quote; }
cite:after  { content: close-quote; }

/* ==========================================================================
   Social Media
   ========================================================================== */

.social_media {
	clear: both;
	background-color: rgb(54, 54, 54);
	min-height: 153px;
	width: 100%;
	margin: auto;
	display:inline-flex;
    justify-content: center;
	z-index: 750;
}

.social_media_logo {
	height: 64px;
	width: 64px;
	margin-top: 32px;
	z-index: 750;
}

.social_media_logo img {
	height: 64px;
	width: auto;
	z-index: 750;
}

.social_media_separation {
	width: 32px;
	z-index: 750;
}