@charset "UTF-8";

/* FONTS */

@font-face {
	font-family: 'opensans';
	src: url('webfont/OpenSans-Regular-webfont.eot');
	src: url('webfont/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Regular-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('webfont/OpenSans-Semibold-webfont.eot');
	src: url('webfont/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('webfont/OpenSans-Bold-webfont.eot');
	src: url('webfont/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfont/OpenSans-Bold-webfont.woff') format('woff'),
		 url('webfont/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('webfont/OpenSans-Bold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: '_bfarhead';
	src:	url('webfont/BfarWebHead-Regular.eot');
	src:	url('webfont/BfarWebHead-Regular.eot?#iefix') format('embedded-opentype'),
			url('webfont/BfarWebHead-Regular.woff') format('woff'),
			url('webfont/BfarWebHead-Regular.ttf') format('truetype'),
			url('webfont/BfarWebHead-Regular.svg#fontid') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: '_bfarhead';
	src:	url('webfont/BfarWebHead-Bold.eot');
	src:	url('webfont/BfarWebHead-Bold.eot?#iefix') format('embedded-opentype'),
			url('webfont/BfarWebHead-Bold.woff') format('woff'),
			url('webfont/BfarWebHead-Bold.ttf') format('truetype'),
			url('webfont/BfarWebHead-Bold.svg#fontid') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family:'_icon';
	src:	url('webfont/FAIconsMin.eot');
	src:	url('webfont/FAIconsMin.eot?#iefix') format('embedded-opentype'),
			url('webfont/FAIconsMin.woff') format('woff'),
			url('webfont/FAIconsMin.ttf') format('truetype'),
			url('webfont/FAIconsMin.svg#fontid') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* RESET */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
big, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption,  
footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #000;
    background: rgba(0,0,0,0.62);
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* SETUP */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: opensans, 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 100%;
	line-height: 1.375;
	color: #fff;
	text-align: center;
	background: #000;
}

button, input, select, textarea {
	font-family: opensans, 'helvetica neue', helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: _bfarhead, opensans, 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.75em;
	line-height: 1.1786;
}

h2 {
	font-size: 1.5em;
	line-height: 1.208;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.75em;
	line-height: 1.1786;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.0625em;
	line-height: 1.353;
}

h5 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

b, .bold {
	font-weight: bold;
}
.semibold {
	font-weight: 600;
}

p {
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ul.dotlist {
	list-style: disc outside;
}
ul.dotlist li {
	margin-left: 1.5em;
}

small, .small {
	font-size: 0.875em;
	line-height: 1.286;
}
p.small {
	margin-bottom: 0.3572em;
}
.downsize {
	font-size: 0.964em;
}

.nobreak, .nowrap {
	white-space: nowrap;
}

.padtop {
	padding-top: 0.5em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

code, pre, tt {
	font-family: consolas, menlo, courier, monospace;
	color: #666;
}

.icon {
	font-family: _icon;
	font-style: normal;
	font-weight: normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.icon-fw {
	width: 1.25em;
	display: inline-block;
	text-align: center;
}

/* LAYOUT */

html, body, #wrapper {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	min-width: 20em;
	min-height: 100%;
	text-align: left;
}

.slide {
	clear: both;
	width: 100%;
	min-height: 40em;
	position: relative;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: cover;
	background-attachment: scroll;
	background-position: 50% 50%;
	overflow: show;
}
#home {
	background-color: #fc0;
	background-image: url(images/bghome.jpg);
}
#portfolio {
	background-color: #cc3;
	background-image: url(images/bgportfolio.jpg);
}
#vita {
	background-color: #099;
/*
	background-image: url(images/bgvita.jpg);
*/
}
#workspace {
	background-color: #36c;
	background-image: url(images/bgworkspace.jpg);
}
#kunden {
	background-color: #f93;
	background-image: url(images/bgkunden.jpg);
}
#kontakt {
	background-color: #c06;
	background-image: url(images/bgkontakt.jpg);
}
#impressum {
	background-color: #666;
	background-image: url(images/bgimpressum.jpg);
}

.slidecontent {
	height: 100% ;
	padding: 2em 4em 2em 2em;
}

#nav {
	font-family: _bfarhead, opensans, 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	display: inline;
	display: inline-block;
	padding: 0.75em 0.5em;
	border-radius: 0.5em;
	background: #000;
	background: rgba(0,0,0,0.62);
	color: #fff;
	position: fixed; top: 1.6em; right: -9em; z-index: 100;
	-moz-transition: right 0.2s linear;
	-webkit-transition: right 0.2s linear;
	transition: right 0.2s linear;
}
#nav ul {
	display: inline;
	display: inline-block;
	width: 10em;
	list-style: none outside;
	margin: 0; padding: 0;
}
#nav ul li {
	white-space: nowrap;
	margin-bottom: 0;
}
#nav:hover {
	right: -0.5em;
}
#nav ul li a {
	display: block;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #fc0;
}

.circle {
	display: inline;
	display: inline-block;
	font-size: 1.2em;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 0.1em solid #fff;
	position: relative; top: 0.208em;
}
.home .circle {
	background: #fc0;
}
.portfolio .circle {
	background: #cc3;
}
.vita .circle {
	background: #3cc;
}
.workspace .circle {
	background: #36c;
}
.kunden .circle {
	background: #f63;
}
.kontakt .circle {
	background: #c06;
}
.impressum .circle {
	background: #999;
}

.whitebox {
	display: inline;
	display: inline-block;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #fff;
	background: rgba(255,255,255,0.85);
	color: #000;
}
.logo {
	padding-right: 1.25em;
}

.blackbox {
	display: inline;
	display: inline-block;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #000;
	background: rgba(0,0,0,0.62);
	color: #fff;
}

.oben_rechts {
	text-align: right;
	position: absolute;
	top: 11em;
	right: 4em;
}
.unten {
	text-align: left;
	position: absolute;
	bottom: 2em;
	left: 2em;
	right: 4em;
}
.unten_links {
	text-align: left;
	position: absolute;
	bottom: 2em;
	left: 2em;
	right: 4em;
}
.unten_rechts {
	text-align: right;
	position: absolute;
	bottom: 2em;
	left: 2em;
	right: 4em;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover, a:active {
	text-decoration: none;
	color: #fc0;
}

/* MEDIAQUERIES */

.desk_block {
	display: none;
}
.phone_block {
	display: block;
}

@media screen and (min-width: 48em) and (min-height: 20em) {
	#home {
		background-color: #724d44;
		background-image: url(images/bghome.jpg);
	}
	#portfolio {
		background-color: #f0f7fd;
		background-image: url(images/bgportfolio.jpg);
	}
	#vita {
		background-color: #423c30;
		background-image: url(images/bgvita.jpg);
	}
	#workspace {
		background-color: #cdd0d6; /* #3b5fb3; */
		background-image: url(images/bgworkspace.jpg);
	}
	#kunden {
		background-color: #9eb9ee;
		background-image: url(images/bgkunden.jpg);
	}
	#kontakt {
		background-color: #d8e3f5;
		background-image: url(images/bgkontakt.jpg);
	}
	#impressum {
		background-color: #534f4c;
		background-image: url(images/bgimpressum.jpg);
	}
	.oben_rechts {
		text-align: right;
		position: absolute;
		top: 2em;
		right: 4em;
	}
	
	.desk_block {
		display: block;
	}
	.phone_block {
		display: none;
	}
}
