/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 14px;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}

html {
	
	background-color: #FFF;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FFF, #EDEDED);
	background-image:    -moz-linear-gradient(top, #FFF, #EDEDED);
	background-image:      -o-linear-gradient(top, #FFF, #EDEDED);
	background-image:         linear-gradient(to bottom, #FFF, #EDEDED); */
	background-repeat:no-repeat;
	height: 100%;
	overflow-y:scroll;
	/*width: 5000px;*/
	}
	
html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	color:black;
	}
	
p {
	font-family: "Valentina", Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color:#333;
	text-align: justify;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	border: 0;
	}
	
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 95%;
	font-weight:bold;
	}
	
h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight:lighter;
	}
	
li {
	list-style: none outside none;
	line-height: 1em;
}
	
#contact {
	width: 220%;
	min-width: 220%;
	}
	
#centerbox {
	position:fixed;
	width: 100%;
	top: 50%;
}
	
.fadein {
	animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
	}
	
	@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}​
	
#navi {
	position: relative;
	width: 100%;
	border:0;
	list-style: none outside none;
	border: 0 none;
	margin:0;
	}
	
.menu {
	position:relative;
	background: none repeat scroll 0 0 transparent;
	display: inline;
	margin: 0;
	float: left;
	border: 0 none;
	text-align:center;
	}
	
#menu a {
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 300%;
/*	font-size: 350%;	*/
	color:orchid;
	font-weight:bold;
	text-decoration: none;
	display: block;
	line-height: 2em;
	padding: 0 1em;
}

#menu a:hover,
	strong {
	background: transparent;
	color: white;
	-webkit-transition: color linear 1.2s;
	-moz-transition: color linear 1.2s;
	-o-transition: color linear 1.2s;
	transition:  color linear 1.2s;
	}
	
#navifont {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 300%;
/*	font-size: 350%;	*/
	color:orchid;
	font-weight:bold;
	display: block;
	line-height: 2em;
	padding: 0 1em;
}

#here {
	color: red;
	}
	
#orange {
	color: orchid;
	font-size: 100%;
}

#orange:hover {
	color: white;
	-webkit-transition: color linear 1.5s;
	-moz-transition: color linear 1.5s;
	-o-transition: color linear 1.5s;
	transition:  color linear 1.5s;
	}
	
#white{
	color: #FF6600;
	font-size: 100%;
}
	
#white:hover {
	color: white;
	-webkit-transition: color linear .5s;
	-moz-transition: color linear .5s;
	-o-transition: color linear .5s;
	transition:  color linear .5s;
	}
	
.orange {
	color: #FF6600;
	font-size: 85%;
}

	
/* ––––––––––––––––––––– info ––––––––––––––––––––– */

#toptextbox {
	height: 40%;
	margin: 2em;
	padding: 1em;
	}
	
	
/* ––––––––––––––––––––– work ––––––––––––––––––––– */	
	
div.navbox {
	background-color: rgba(255,255,255,.9);
	position:fixed;
	height: auto;
	left: 1.5em;
	z-index: 1;
	padding-right: 15px;
	padding-left: 1.5em;
	
  -webkit-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
	}
	
#work a {
	font-family: "Valentina", Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333;
	text-align: justify;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#work a:hover,
	strong {
	background: transparent;
	color: orchid;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
	transition:  color linear .2s;
	}
	
#workbox {
	position: absolute;
	background: transparent;
	height: 45%;
	max-height: 45%;
	width: 200%;
	left: 250px;
	overflow: hidden;
	z-index: -1;
}

.horizon {
	float: left;
	padding: 0 10px;
	width: 8%;
}

img {
	max-width: 100%;
	height: auto;
}
	
	
/* ––––––––––––––––––––– general ––––––––––––––––––––– */	
	
	
/* _________________________________ 3 column table  _________________________________________ */
/* _________________________________ 3 column table  _________________________________________ */
/* _________________________________ 3 column table  _________________________________________ */

div.three-col {
	height:auto;
	width: 58%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-ms-column-gap: 30px;
	-o-column-gap: 30px;
	column-width: 300px;
	margin: 0 30px 30px;
	}
	
div.two-col {
	height:auto;
	width: 58%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-ms-column-gap: 30px;
	-o-column-gap: 30px;
	column-width: 300px;
	margin: 0 30px 30px;
	}
	
#bottomtextbox {
	position: absolute;
	clear:both;
	height: 30%;
	margin: 2em;
	padding: 1em;
	bottom:0;
	overflow: visible;
	}
	
	/* textauszeichnung */
	
.pba {
	page-break-after: always;
}

.pbb {
	-webkit-break-before: column;
	-moz-break-before: column;
	-ms-break-before: column;
	-o-break-before: column;
	break-before: column;
}

.before {
	-webkit-transition: all 4s ease;
	-moz-transition: all 4s ease;
	-ms-transition: all 4s ease;
	-o-transition: all 4s ease;
	transition: all 4s ease;
}

p.nobreak {
    break-inside: avoid;
}