@font-face {
	font-family: ql;
	src: url(ql.otf);
}

@font-face {
	font-family: qr;
	src: url(qr.otf);
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
	font-family: qr, sans-serif;
	font-size: 16px;
	color: #303030;
/*	background: linear-gradient(#eeebef,#fff);*/
	background-color: #fff;

}

hr {
	border: 1px solid #DB2319;
	max-width: 900px;
	color: #DB2319;
}

img {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

dl {
	padding: 0.0em;
}
dt {
	float: left;
	clear: left;
	/*width: 100px;*/
	text-align: left;
}
dt:after {
	content: ":";
}
dd {
	margin: 0 0 7px 150px;
	padding: 0 0 0.0em 0;
}

#langBox {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 75px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	z-index: 2;
}


#mainColLeft {
	float: left; 
	margin-right: 25px; 
	width: 400px; 
	display: flex; 
	flex-direction: column; 
	height: 770px;
}

#mainColLeftEN {
	float: left; 
	margin-right: 25px; 
	width: 400px; 
	display: flex; 
	flex-direction: column; 
	height: 650px;
}

#mainColSpacer {
	flex-grow: 1; 
	text-align: left;
}

#mainColRight {
	width: 400px;
	float: left;
}

#aboutMeText {

}

.moreSpace {
	margin-top: 30px;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;s
	transition: opacity 1s;
}

#main {
	position: absolute;
	top: 5%;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 900px;
	text-align: center;
	opacity: 0;
	transition: opacity 1s ;
}

#name {
	font-family: ql;
	font-size: 60px;
	text-shadow: 2px 2px 3px #aaa;
	background: -webkit-linear-gradient(#303030, #000, #303030);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#subtitle {
	font-size: 30px;
	color: #303030;
}

#nav {
	margin-top: 15px;
}

#nav p {
	margin-left: 5px;
	margin-top: 5px;
}

#nav a {
	padding-left: 15px;
	padding-right: 15px;
}



.content {
	transition: opacity 0.5s;
	opacity: 0;
	display: none;
	margin-top: 20px;
}

a {
	transition: color 0.3s;
}

a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	color: #303030;
}
a:hover {
	color: #DB2319;
}
a:active {
	color: #303030;
}

#impressum {
	position: fixed;
	bottom: 5px;
	right: 10px;
	text-align: right;
	font-size: 14px;
}

#impr_box {
	margin-top: 50px;
	opacity: 0;
	transition: opacity 1s;
}

/*#impr_box a:link {
	color: #DB2319;
}

#impr_box a:active {
	color: #303030;
}
#impr_box a:hover {
	color: #303030;
}
#impr_box a:visited {
	color: #DB2319;
}*/

.textLinks a:link {
	color: #DB2319;
}

.textLinks a:active {
	color: #303030;
}
.textLinks a:hover {
	color: #303030;
}
.textLinks a:visited {
	color: #DB2319;
}




.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.block {
	display: inline-block;
}