@font-face {
	font-family: 'DollyPro-Bold';
	src: url('/fonts/DollyPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/DollyPro-Bold.woff2') format('woff2'),
		 url('/fonts/DollyPro-Bold.woff') format('woff'),
		 url('/fonts/DollyPro-Bold.ttf') format('truetype'),
		 url('/fonts/DollyPro-Bold.svg#DollyPro-Bold') format('svg');
}

@font-face {
	font-family: 'DollyPro-Reg';
	src: url('/fonts/DollyPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/DollyPro-Regular.woff2') format('woff2'),
		 url('/fonts/DollyPro-Regular.woff') format('woff'),
		 url('/fonts/DollyPro-Regular.ttf') format('truetype'),
		 url('/fonts/DollyPro-Regular.svg#DollyPro-Regular') format('svg');
}

@font-face {
	font-family: 'DollyPro-RegItalic';
	src: url('/fonts/DollyPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/DollyPro-RegularItalic.woff2') format('woff2'),
		 url('/fonts/DollyPro-RegularItalic.woff') format('woff'),
		 url('/fonts/DollyPro-RegularItalic.ttf') format('truetype'),
		 url('/fonts/DollyPro-RegularItalic.svg#DollyPro-RegularItalic') format('svg');
}

@font-face {
	font-family: 'DollyPro-RegSmallCaps';
	src: url('/fonts/DollyPro-RegularSmallCaps.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/DollyPro-RegularSmallCaps.woff2') format('woff2'),
		 url('/fonts/DollyPro-RegularSmallCaps.woff') format('woff'),
		 url('/fonts/DollyPro-RegularSmallCaps.ttf') format('truetype'),
		 url('/fonts/DollyPro-RegularSmallCaps.svg#DollyPro-RegularSmallCaps') format('svg');
}

@font-face {
	font-family: 'PlexMono';
	src: url('/fonts/IBMPlexMono-Text.woff2') format('woff2'),
		 url('/fonts/IBMPlexMono-Text.woff') format('woff'),
		 url('/fonts/IBMPlexMono-Text.ttf') format('truetype');
}


/* BODY */
/* Multiples: 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448, 480,*/
/*512, 544, 576, 608, 640, 672, 704, 736, 768, 800, 832, 864, 896, 928, 960, 992, 1024*/

body{
	/*background-image: url("/images/baseline.png");*/
	background-size: 50px 16px;
	font-family: 'DollyPro-Reg', serif;
    font-size:20px;
    line-height: 1.6em;
    /*Magic Numbers: 32 / 16 / 8 / 4 / 2*/
    font-variant-ligatures: common-ligatures;
    background-color: #ffffff;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
}

.main {
	float: none;
	/* background-color: #FF0000; */
	width: 980px;
	margin: 0px;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Generic*/

p {
	/*-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}

p.langmenu {
	margin-top: 2px;
}

p.shortlinks{
	margin-top: 3px;
	line-height: 32px;
}

p.blogTitleBlock{
	margin-top:64px;
}

div {

}

div.paging{
	background-color: #EEEEEE;
	padding-top: 62px;
	padding-bottom: 62px;
	/*text-align: center;*/
}
	
span.regular{
	font-family: 'DollyPro-Reg';
}

span.bold{
	font-family: 'DollyPro-Bold';
	letter-spacing: 0.02em
}

span.submenu_head{
	font-family: 'DollyPro-RegItalic';
	color: #999999;
}


ul { 
	padding-left: 5px; 
	margin-bottom: 12px;
	list-style-type: circle;
}

li{
	color:#888;
}

li span { 
	position: relative; 
	left: -5px; 
	color:#000;
}

i {
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
    font-style: normal;
}

em {
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
    font-style: normal;
}

b {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
}


/* Blog CSS*/

p.pBlog {
	font-size:20px;	
    line-height: 1.6em;
	margin-bottom: 0.8em;
}

p.img_caption {
	font-family: 'DollyPro-RegItalic';
	/*text-align: center;*/
	text-indent: 200px;
	font-size:16px;	
	color: #bbbbbb;
    line-height: 1.6em;
	margin-bottom: 0.8em;
	margin-top: 0em;
}

p.pBlogH1 {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 32px; 
	margin-top: 61px;
	margin-bottom: 0px;
}

p.pBlogH2 {
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1.6em; 
	margin-bottom: 16px;
}

p.pBlogIntro {
	font-family: 'DollyPro-RegItalic';
	font-size:20px;	
    line-height: 1.6em;
	margin-bottom: 0.8em;
}

p.pBlogDate{
	font-family: 'DollyPro-Reg';
	font-size:16px;
	line-height: 2em;
	color: #bbbbbb;
}

p.pBlogQuote{
	font-family: 'DollyPro-RegItalic';
	font-size:20px;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}


/* Columns */

	
.c1 {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 180px;
}

.c2 {
	/*background-color: #EEEEEE;*/
	float: left;
	margin: 0px;
	padding: 0px;
    width: 375px;
}

.c3 {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 570px;
}

.c4 {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 765px;
}

.c5 {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 960px;
}

.cBlog {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 690px;
}

.cBlogHead{
	float: left;
	margin: 0px;
	padding: 0px;
    width: 885px;
}

.gutter {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 15px;
    height: 1px;
}

.v_gutter{
	float: left;
	margin: 0px;
	padding: 0px;
    width: 100%;
    height: 15px;
}

.halfbreak{
	float: left;
	margin: 0px;
	padding: 0px;
    width: 100%;
    height: 16px;
}

.submenu{
	font-size: 16px;
	line-height: 24px;
	/*24 / 48 / 72 / 96 -> 24*4 */
	/*16 / 32 / 64 / 80 / 96 -> 32*3 */
	margin-bottom: 6px;
}

.submenu_lrg{
	font-size: 16px;
	line-height: 24px;
	/*24 / 48 / 72 / 96 -> 24*4 */
	/*16 / 32 / 64 / 80 / 96 -> 32*3 */
	margin-top: 6px;
	margin-bottom: 6px;
}

.projectInfo{
	font-family: 'DollyPro-RegItalic';
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 11px;
}

.sideHeadline{
	font-family: 'DollyPro-Bold';
	color: #000000;
	font-size: 20px;
	line-height: 32px;
	margin-top: 6px;
}

.footer{
	font-size: 16px;
	line-height: 24px;
}

.xycontainer{
	position:relative;
}

.brbox{
	position: absolute;
    bottom: 0;
    right: 0;
}

.monobox{
	font-family: 'PlexMono', monospaced;
	font-size:12px;
	line-height: 1.6em;
}



/* LINKS */



a {
	text-decoration: none;
	color: #ff0000;
}

a.reglink{
	color: #000000;
}

a.menu {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    letter-spacing: 0.02em
}

a.namelink{
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
	font-size: 28px;
	line-height: 32px;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.namelink:hover{
	color: #000000;
	text-decoration: none;
}

a.submenu_link{
	font-family: 'DollyPro-Reg';
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

a.submenu_link_lrg{
	font-family: 'DollyPro-Reg';
	color: #000000;
	font-size: 20px;
	line-height: 32px;
}

a.sidemenu{
	font-family: 'DollyPro-Reg';
	color: #FF0000;
	font-size: 20px;
	line-height: 32px;
}

span.submenu_selected{
	font-family: 'DollyPro-Bold';
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}

span.submenu_selected_lrg{
	font-family: 'DollyPro-Bold';
	color: #000000;
	font-size: 20px;
	line-height: 32px;
}

a.blackLink{
	font-family: 'DollyPro-Bold';
	color: #000000;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    letter-spacing: 0.02em
}

a.blackLink:hover{
	color: #000000;
	text-decoration: none;
}

a.italic {
	font-family: 'DollyPro-RegItalic';
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

span.amp{
	font-family: 'DollyPro-RegSmallCaps';
	font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
}

span.timestamp{
	color: #00ff00;
}

a.imprint {
	font-size: 12px;
    color: #ff8888;
    line-height: 16px;
}

a.fhp {
	font-family: 'DollyPro-RegSmallCaps';
	font-weight: normal;
    font-style: normal;
    letter-spacing: 0.02em
}

a.blogTitle {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
    color:#000;
    letter-spacing: 0.02em
}

/*.footer{
	width: 860px ;
	text-align: center;
	}*/

p.lrg_quote{
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 52px; 
	margin-top: 16px;
	margin-bottom: 21px;
}

p.institutions{
	font-family: 'DollyPro-RegSmallCaps';
	font-weight: normal;
	font-style: normal;
}

p.text{
	margin-top: 6px;
	margin-bottom: 16px;
}


p.textmenu{
	font-family: 'DollyPro-Bold';
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.02em
}

p.largeQuote{
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
    font-style: normal;
	font-size: 32px;
	line-height: 48px; 
	margin-top: 16px;
	margin-bottom: 21px;
}

hr { 
	border: none; 
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #888888; 
	color: #FFFFFF; 
	background-color: #ffffff; 
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

hr.white { 
	border: none; 
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff; 
	color: #FFFFFF; 
	background-color: #ffffff; 
	height: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
}

hr.selection{
	border: none; 
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #000000; 
	color: #FFFFFF; 
	background-color: #ffffff; 
	height: 3px;
	margin-top: 0px;
}

hr.info-divide { 
	border: none; 
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #bbbbbb; 
	color: #FFFFFF; 
	background-color: #FFFFFF; 
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

hr.vspacer{
	margin-bottom: 14px;
}

h1 {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
	font-size: 28px;
	line-height: 32px;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1.projectHeadline{
	margin-top:64px;
	margin-bottom:14px;
}

h1.name{
	margin-bottom: 2px;
}

h2 {
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
    font-style: normal;
	font-size:20px;
	line-height: 32px;
	margin: 0px;
}

h4{
	font-family: 'DollyPro-RegSmallCaps';
	font-weight: normal;
    font-style: normal;
    font-size:20px;
    line-height: 1.6em;
	margin: 0px;
}

h5 {
	font-family: 'DollyPro-Bold';
	font-weight: normal;
    font-style: normal;
	font-size:20px;
	margin: 0px;
	margin-top: 32px;
	margin-bottom: 5px;
}

h6 {
	font-family: 'DollyPro-RegItalic';
	font-weight: normal;
    font-style: normal;
	font-size:16px;
	margin: 0px;
	margin-top: 32px;
	margin-bottom: 5px;
}

img{
	display: block;
	vertical-align: middle;
}

img.opener {
	margin-top:0px;
	margin-bottom:0px;
}

img.imgBorder{
	border:1px solid #BBBBBB;
	/*DIN-Formate: 375 x 528*/
}




/*Carousel*/

.carousel-cell {
  width: 100%; 
  height: 666 px; /* height of carousel */
  margin-right: 10px;
}

.carousel-image{
	position: relative;
    text-align: center;
    /*color: white;*/
}

.carousel-text{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px; 
	font-family: 'DollyPro-RegItalic';
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
  	background-color: #ffffff;
  	opacity: 0.6;
  	filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* SPACER */

.whitespace-32 {
	/*background-color: #eeeeff;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 39px;
}

.whitespace-100 {
	/*background-color: #eeeeff;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
}

.whitespace-64 {
	/*background-color: #eeeeff;*/
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 64px;
}

.whitespace-200 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 200px;
}

.vspace2{
	height:2px;
}

.vspace3{
	height:3px;
}
