/* CSS Document */

@charset "utf-8";

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
url('fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
url('fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
url('fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
url('fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
url('fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
url('fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
url('fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* CSS Document */

html {
}
body {
	/*min-width:960px;*/
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
	font: 16px 'Source Sans Pro', sans-serif;
	background-color: #fff;/*overflow-y: scroll;*/

}

div.vegas-loading {
	position: absolute;
	top: 49%;
	left: 49%;
	opacity: 0.5;
	
}

/* ---------------------------------------------------------------------- #topline */

#topline {
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.40);
	width: 100%;
	text-align: left;
}

#topline ul.contact-list li:last-child,
#topline ul.contact-list li:nth-last-child(2),
#topline ul.contact-list li:nth-last-child(3){
    float: right !important;
}

#topline .contact-list {
	padding: 0 0 0 30px;
	margin: 7px 0;
}

#topline .contact-list li {
	padding: 0;
	margin: 0;
	color: rgba(255,255,255,0.70);
}

#topline .contact-list li {
	display:inline;
	padding-right: 24px;
}

#topline .contact-list li a {
    color: rgba(255,255,255,0.70);
    font-size: 16px;
	text-decoration:none;
	font-weight:400;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.2);
	filter: dropshadow(color=#666, offx=0, offy=0);
	font-weight: 300;
}
#topline .contact-list li a:hover,
#topline .contact-list li a:active {
    color: rgba(255,255,255,1);
	text-decoration:none;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.4);
}

/* ---------------------------------------------------------------------- #datenschutz */

#datenschutz {
	display: none;
	z-index: 1000;
	padding:30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
	background: rgb(255, 255, 255);
	overflow-y: scroll;
	font-size: 80%;
}

/* ---------------------------------------------------------------------- #container */

#container {
	text-align:right;
	bottom:80px;
	right:0px;
	position:absolute;
	/* padding: 37px 144px 34px 0; */
	padding: 30px 50px 30px 0;
	width: 450px;
	/*background: url(bg_50.png);*/
	background: rgba(0, 0, 0, 0.4);
}

h1 {
	font-size:38px;
	line-height:34px;
	padding:0;
	margin:0;
	color: #ffffff;
	font-weight:400;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.2);
	filter: dropshadow(color=#666, offx=0, offy=0);
}

h2 {
	font-size:21px;
	line-height:42px;
	padding: 10px 0 0 0;
	margin:0;
	color: #fff;
	font-weight:300;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.2);
	filter: dropshadow(color=#666, offx=0, offy=0);
}
h2.container {
	font-size:18px;
	line-height:30px;
	padding: 0 0 0 0;
	margin:0;
	color: #fff;
	font-weight:300;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.2);
	filter: dropshadow(color=#666, offx=0, offy=0);
}

h1 span.name{
	display:block;
}

p {
	margin:0 0 10px 0;
}

#container ul.portfolio {
	font-size:22px;
	line-height:26px;
	list-style:none;
	margin: 0;
	padding: 22px 0 35px 130px;
	font-weight: 300;
}

#container ul.portfolio li {
	display:inline;
}
#container ul.portfolio li:before {
	content: " .\0000a0";
}

#container ul.portfolio li:first-child:before,
#container ul.portfolio li.el6:before,
#container ul.portfolio li.el8:before,
#container ul.portfolio li.el10:before { 
	content: none;
}

#container ul.portfolio li {
	color:rgba(255,255,255,0.70);
text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.3);
	filter: dropshadow(color=#666, offx=0, offy=0);
	/*padding-left: 7px;*/
}

/*#container ul.portfolio li.even {
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(128, 128, 128, 0.3);
	filter: dropshadow(color=#999, offx=0, offy=0);
}*/

#container ul.portfolio li.odd {
	/*color:#F4F4F4;
	text-shadow: 0px 0px 3px rgba(128, 128, 128, 0.3);
	filter: dropshadow(color=#999, offx=0, offy=0);*/
}

/* ---------------------------------------------------------------------- #contact */

#contact {
	display: none;
	z-index: 1000;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 230px;
	margin-left: -250px;
	margin-top: -180px;
	background: rgb(255, 255, 255);
	font-size:14px;
}

#contact p span.buero {
	display:block;
	padding-top: 12px;
}

#contact p span.name {
	font-size:34px;
	padding-right: 10px;
}

#contact p.big {
	font-size:20px;
	line-height:26px;
	color: #575757;
}

#contact a {
	color:#575757;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.2);
}
#contact a:hover,
#contact a:active {
	color:#333333;
	text-decoration:none;
	text-shadow: 0px 0px 4px rgba(128, 128, 128, 0.4);
}


/* ---------------------------------------------------------------------- #impressum */

#impressum {
	display: none;
	z-index: 1000;
	padding:30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
	background: rgb(255, 255, 255);
	overflow-y: scroll;
	font-size: 14px;
}

/* ---------------------------------------------------------------------- #frankfurterfuenf */

#frankfurterfuenf {
	bottom:26px;
	left:26px;
	position:absolute;
	padding: 0;
	z-index: 1002;
}

#frankfurterfuenf,
#frankfurterfuenf a {
	display:block;
	height: 69px;
	width: 69px;
}

/* ---------------------------------------------------------------------- #overlay */

#overlay {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}


@media only screen and (max-width: 599px) {
	#container {
		width: 100%;
		bottom: 0;
		right: initial;
		padding: 20px;
		text-align: center;
	}
	#container ul.portfolio {
		display: none;
	}
	#topline ul.contact-list li.titel {
		display: none; 
	}
	#contact, #datenschutz, #impressum {
    padding: 20px;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
}
}

#contact h2, #datenschutz h2, #impressum h2 {
	color: #000;
}
