@font-face {
font-family: gafata;
src: url(../fonts/gafata-regular.ttf);
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: sawarabi-gothic;
src: url(../fonts/sawarabi-gothic-regular.ttf);
font-style: normal;
font-weight: normal;
}



/**Basis-Einstellungen**/
html {
	width: 100%;
	/*background: linear-gradient(to bottom, #ffcc00, #000080, #aa0000);*/
	background-image: url(../backgrounds/Hintergrund-html-klein.jpg);
	background-position: center top;
	background-color: #b66437;
	background-repeat: no-repeat;
}

body {
    width: 100%;
    max-width: 1280px;
	 height: 100%;
    font-family: sawarabi-gothic, Arial, Helvetica, sans-serif;
    margin-left: auto;
	 margin-right: auto;
	 margin-top: 0;
	 margin-bottom: -1px;
	 background-color: rgba(135, 73, 40, 0.8);
	 -webkit-box-shadow: 0px 0px 5px 5px black;
	 -moz-box-shadow: 0px 0px 5px 5px black;
	 box-shadow: 0px 0px 10px 5px black;
	 font-size: 1em;
	 text-align: center;
	 color: #080707;
	 
}
/***********/
/**Header**/

div#header-topline {
width: 100%;
height: 40px;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
display: flex;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
background-color: rgba(211, 251, 206, 0.5);
}

div#eli-logo-container {
text-align: left;
padding-left: 10px;
flex-grow: 2;
}

img#header-eli {
width: 127px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 5px;
}

div#language-container {
text-align: right;
padding-right: 10px;
flex-grow: 1;
}

img.header-language {
width: 36px;
height: 36px;
margin-top: 2px;
margin-bottom: 2px;
margin-right: 5px;
}

@media (max-width: 64em) {
	div#header-topline {
		height: 38px;
	}			
	img.header-language 
	{
		height: 34px;
		width: 34px;
	}	
	img#header-eli
	{
		width: 120px;
	}
}

@media (max-width: 50em) {
	div#header-topline {
		height: 36px;
	}	
	img.header-language 
	{
		height: 32px;
		width: 32px;
	}	
	img#header-eli
	{
		width: 113px;
	}
}

@media (max-width: 30em) {
	div#header-topline {
		height: 34px;
	}	
	img.header-language 
	{
		height: 30px;
		width: 30px;
	}	
	img#header-eli
	{
		width: 106px;
	}
}

div#header {
width: 100%;
min-height: 378px;
background: url(../backgrounds/Hintergrund-titelbanner.jpg) right top no-repeat;
background-color: white;
display: flex;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-direction: row;
justify-content: space-between;
/*border: 1px solid blue;*/
}

@media (max-width: 64em) {
	div#header 
	{
		min-height: 250px;
	}
}

@media (max-width: 50em) {
	div#header 
	{
		min-height: 220px;
	}
}

@media (max-width: 30em) {
	div#header 
	{
		min-height: 190px;
	}
}

div#header-titlebox {
margin-top: 1em;
margin-left: 1em;
margin-right: 0.5em;
height: 150px;
flex-grow: 2;
text-align: left;
/*border: 1px solid red;*/
}

div#header-logobox {
margin-top: 1.2em;
margin-right: 1em;
width: 222px;
height: 222px;
flex-grow: 1;
text-align: right;
/*border: 1px solid green;*/
}

img#header-logo {
width: 222px;
height: 222px;
-webkit-box-shadow: 2px 2px 5px black;
-moz-box-shadow: 2px 2px 5px black;
box-shadow: 2px 2px 5px black;
}

@media (max-width: 64em) {
	
	div#header-titlebox
	{
		margin-top: 0.8em;
		margin-left: 0.8em;
	}
	
	div#header-logobox
	{
		margin-top: 0.9em;
		margin-left: 0.8em;
	}	
	
	img#header-logo 
	{
		width: 185px;
		height: 185px;
	}
}

@media (max-width: 50em) {
	
	div#header-titlebox
	{
		margin-top: 0.7em;
		margin-left: 0.7em;
	}
	
	div#header-logobox
	{
		margin-top: 0.8em;
		margin-left: 0.7em;
	}		
	
	img#header-logo 
	{
		width: 148px;
		height: 148px;
	}
}

@media (max-width: 30em) {
	
	div#header-titlebox
	{
		margin-top: 0.5em;
		margin-left: 0.5em;
	}	
	
	div#header-logobox
	{
		margin-top: 0.6em;
		margin-left: 0.5em;
	}	
	
	img#header-logo 
	{
		width: 111px;
		height: 111px;
	}
}

/***********/

/**Hauptmenü**/
div#headmenu {
height: auto;
line-height: 37px;
text-align: center;
vertical-align: top;
background-color: rgba(182, 100, 55, 0.5);
/*border: 1px solid blue;*/
}

.menu-container {
	color: #ffc3a2;
 	text-align: center;
 	display: inline-table;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -4px;
	height: 37px;
   text-decoration: none;
   /*border-left: 1px solid white;
   border-right: 1px solid white;*/
   width: auto;
   /*border: 1px solid red;*/
}

.menu-container:hover, #menu-container-selected {
	background-color: rgba(135, 73, 40, 0.5);
	/*border-left: 1px solid lightgrey;
	border-right: 1px solid white;*/
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: white;
}

.menu-container:hover > .submenu-container {
	display: block;
}

/***********/

/**Untermenü**/
.submenu-container {
	background-color: rgba(135, 73, 40, 0.9);
	display: none;
	list-style: none;
	position: absolute;
	margin-top: 0;
	margin-left: -10px;
	/*border: 1px solid green;*/
}

.submenu-container a {	
	color: #ffc3a2;
	display: block;
	padding: 5px 15px;
	font-family: gafata;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	/*border-top: 1px solid lightgrey;*/
	/*border: 1px solid orange;*/
}

.submenu-container a:hover {
	background-color: rgba(135, 73, 40, 0.5);
	/*border-top: 1px solid white;*/
	color: white;
} 
/***********/


/**Inhalte**/
div#content {
	width: 100%;
	height: 100%;
	text-align: justify;
	line-height: 1.5em; 
	display: block;
	background-color: rgba(255, 221, 203, 0.8);
	
}

div.article {
	max-width: 900px;
	min-width: 150px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	
}


/**Fußbereich**/

div#footer {
	min-height: 30px;
	height: auto;
	margin-bottom: 0;
	padding-top: 10px;
	font-family: gafata;
	font-size: 1.0em;
	vertical-align: bottom;
	background-color: rgba(255, 221, 203, 0.1);
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

div#policy-container {
	text-align: left;
	width: 50%;
	margin-bottom: 10px;
}

div#policy-container a {
	color: #ffc3a2;
	line-height: 40px;
	padding-left: 30px;	
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

div#policy-container a:hover {
	color: white;
}

div#funder-container {
	color: #ffc3a2;
	text-align: left;
	width: 50%;
	margin-bottom: 10px;
}

div#announcement-container {
	margin-top; 30px;
	text-align: center;
	width: 100%;
}


/**************/

/**Überschriften**/

h1 {
	font-family: gafata;
	font-weight: bold;
	text-transform: normal;
	text-align: left;
	text-shadow: 2px 2px 3px black; 
	color: #92d050;
}

h1#main-title {	
	font-size: 1.7em;	
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 64em) {
	h1#main-title 
	{
			font-size: 1.5em;
	}
}

@media (max-width: 50em) {
	h1#main-title 
	{
			font-size: 1.3em;
	}
}

@media (max-width: 30em) {
	h1#main-title 
	{
			font-size: 1.1em;
	}
}



h1#main-subtitle {
	font-size: 1.0em;
	margin-top: 0;
	
	}


h2 {
	font-family: sawarabi-gothic;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	margin-bottom: 1.3em;
	
}

h2.text-headline {
	color: #6b3a20;

}

h2.menu-headline {
	font-family: gafata;
	font-size: 1.1em;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;

}

@media (max-width: 64em) {
	h2
	{
			font-size: 1.1em;
	}
	h2.menu-headline
	{
			font-size: 1.0em;
	}
	
}

@media (max-width: 50em) {
	h2 
	{
			font-size: 1.0em;
	}
	h2.menu-headline
	{
			font-size: 0.9em;
	}
}

@media (max-width: 30em) {
	h2
	{
			font-size: 0.9em;
	}
	h2.menu-headline
	{
			font-size: 0.8em;
	}
}


h3 {
	font-family: gafata;
	font-weight:bold;
	font-size:1.1em;
	color: white;
	margin-top: -32px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
	padding-top: 2px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color: rgba(135, 73, 40, 0.8);
}



h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6b3a20;
	margin-bottom: 0.2em;
	margin-top: 1em;
	display: block;
}

h4.disclaimer {
	font-size: 1.3em;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: black;
	text-align: center;
}

/***********/

/**Links**/
a.textlink, a.footnote_link, a.partnerlink { 
	text-decoration:none;
	color: #a3572f;
}

a.footnote_link {
	font-size: 0.8em;
}

a.partnerlink {
background: url(../buttons/www.png) no-repeat left;
padding-left: 16px;
}

a.textlink:visited, a.footnote_link:visited, a.partnerlink:visited { 
	color: #874928; 
}

a.textlink:hover, a.textlink:active, a.textlink:focus, a.footnote_link:hover, a.footnote_link:active a.footnote_link:focus, a.partnerlink:hover, a.partnerlink:active, a.partnerlink:focus { 
color: #874928;
}

a.email {
background: url(../buttons/email.gif) no-repeat left;
padding-left:16px;
font-weight:normal;
color: #a3572f;
letter-spacing:0em;
text-decoration:none;
}

a.email:visited {
	color: #874928;
}

a.email:focus, a.email:hover {
	color: #874928;
}


.picturetext-link {
	color: #a3572f;
	text-decoration: none;
}

.picturetext-link:hover {
	color: #874928;
}

a.show-text {
	text-decoration:none;
	color: #a3572f; 
}

a.show-text:hover, a.show-text:active, a.show-text:focus { 
	color: #874928;
}


a.hide-text {
	text-decoration:none;
	color: #a3572f;
}

a.hide-text:hover, a.hide-text:active, a.hide-text:focus { 
	color: #874928;
}


/*********/

/**Textformatierungen**/

.profileblock, .textblock {
	width: 100%;
	margin-bottom: 0.5em;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.profileblock {
	text-align: left;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #3a5215;	
}

.profileblock:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 1em;
}


.profile-description {
	text-align: left;
	vertical-align: top;
}

div[id*='cv-']:not(:target) .curriculum-vitae, 
div[id*='cv-']:not(:target) .hide-text,
div[id*='cv-']:target .show-text {
	display: none;
}

div[id*='cv-']:target .curriculum-vitae {
	display: block;
}

div.curriculum-vitae {
	margin-top: 1em;
}

div.textblock, div.curriculum-vitae {
	text-align: justify;
}

.event-years, .event-list, .calendar-list, .campus-years {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3a5215;
	display: inline-block;
} 

.event-years, .calendar-list, .campus-years {
	text-align: center;
	
}

.event-list {
	text-align: left;
}

p.quotation {
margin: 20px;
font-style: italic;
}

font.highlighting {
color: #608d18;
}

span.underlined {
text-decoration: underline;	
}

span.capitalize {
font-variant-caps: all-small-caps;
font-variant: small-caps;
}

div.newsflash {
margin-left: auto;
margin-right: auto;
text-align: center;
font-style: italic;
}


hr.partner_underline {
max-width: 100%;
height: 1px;
background-color: #a3572f;
border: 0;
}
/**********************/

/**Listen**/
ul.textlist-unsorted .textlist-unsorted-without_bullet {
	margin-top: 1em;
	margin-left: 2.5em;
	margin-bottom: 1em;
}

.textlist-unsorted {
	list-style-type: circle;
}

.textlist-unsorted li {
	text-align: left;
}

.textlist-unsorted-without_bullet {
	list-style-type: none;
}


ol.textlist_sorted {
	margin-top: 1em;
	margin-left: 2.5em;
	margin-bottom: 1em;
}

ol.textlist_sorted li {
	margin-bottom: 1em;
}

ol.textlist_sorted li ol {
	margin-left: 0.5em;
	margin-bottom: 1em;
	list-style-type: lower-alpha;
}

ol.textlist_sorted li ol li {
	margin-bottom: 0em;
}


ol.textlist_sorted_letters {
	list-style-type: lower-alpha;
	margin-top: 1em;
	margin-left: 2.5em;
	margin-right: 3.0em;
	margin-bottom: 1em;
}

ol.textlist_sorted_letters li {
	margin-bottom: 1em;
}

ul.blackboardlist_unsorted {
	margin-top: 1em;
	margin-left: 2.5em;
	margin-bottom: 1em;
	color: #a3572f;
}

.blackboardlist_unsorted {
	text-align: left;
}



/**************************/

/**Tabellen**/

table.texttable {
border: 0;
margin-left: 10px;
margin-top:  10px;
}

table.texttable tr {
vertical-align: top;
}

table.texttable tr td:first-child {
white-space: nowrap;
text-align: right;
}

table.texttable tr td:last-child {
text-align: left;
padding-bottom: 10px;
}

/******************/

/**Medien**/



div.lightbox-gallery-container {
	width: 100%;
	display: inline-block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

img.gallery-picture {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.5em;
	vertical-align: top;
}

@media (min-width: 30em) {
	.gallery-picture
	{
		max-width: 300px;
		max-height: 200px;
	}
}


@media (min-width: 50em) {
	.gallery-picture
	{
		max-width: 240px;
		max-height: 160px;
	}
}


@media (min-width: 64em) {
	.gallery-picture
	{
		max-width: 195px;
		max-height: 130px;	
	}
}

div.figure-in-row {
display: table;
}

figure.text-picture-container {
	margin-top: 0.5em;
	margin-left: 0.2em;
	margin-bottom: 0.3em;
	padding-top: 0.5em;
	padding-left: 1em;
	max-width: 144px;
	display: table-cell;
}

.text-picture-container figcaption {
	font-size: 0.9em;	
	font-style: italic;
	padding: 0.2em;
	text-align: left;
	display: table-cell;
}

@media (min-width: 64em) {
	figure.text-picture-container
	{
		width: 25%;
	}
	
	.text-picture-container figcaption
	{
		font-size: 0.7em;
	}
}

@media (min-width: 50em) {
	figure.text-picture-container
	{
		width: 35%;
	}
	
	.text-picture-container figcaption
	{
		font-size: 0.5em;
	}

@media (min-width: 30em) {
	figure.text-picture-container
	{
		width: 50%;
	}
	
	.text-picture-container figcaption
	{
		font-size: 0.8em;
	}
}

div.partnerinfo {
display: flex;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-direction: row;
justify-content: space-between;
max-width: 100%;
}	

div.partnerinfo-container {
max-width: 50%;
}
	

div.partnerlogo-container {
float: right;
margin-left: 0.5em;
max-width: 50%;
}

img.partnerlogos {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	vertical-align: top;
	width: 100%;		
}

}

@media (min-width: 20em) {
		
	.partnerlogos
	{
		width: 30%;
	}
}

@media (min-width: 30em) {
	.partnerlogos
	{
		width: 30%;
	}
}


@media (min-width: 50em) {
	.partnerlogos
	{
		width: 30%;
	}
}


@media (min-width: 64em) {
	.partnerlogos
	{
		width: 30%;
	}
}

img.funderlogos {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	vertical-align: top;
	width: 60%;		
}


@media (min-width: 20em) {
		
	.funderlogos
	{
		width: 100%;
	}
}

@media (min-width: 30em) {
	.funderlogos
	{
		width: 90%;
	}
}


@media (min-width: 50em) {
	.funderlogos
	{
		width: 80%;
	}
}


@media (min-width: 64em) {
	.funderlogos
	{
		width: 70%;
	}
}


img.announcementlogos {
	width: 100%;
	height: auto;
}


div.construction-container {
margin-left: auto;
margin-right: auto;
text-align: center;
font-weight: bold;
font-size: 1.1em;
}

img.image-no-border {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.5em;
	vertical-align: top;
	width: 50%;
}

@media (min-width: 20em) {
	.image-no-border
	{
		width: 50%;
	}
	
	.construction-container
	{
	  font-size: 0.8em;
	}
}

@media (min-width: 30em) {
	.image-no-border
	{
		width: 50%
	}
	
	.construction-container
	{
	  font-size: 0.9em;
	}
}

@media (min-width: 50em) {
	.image-no-border
	{
		width: 50%
	}
	
	.construction-container
	{
	  font-size: 1.0em;
	}
}


@media (min-width: 64em) {
	.image-no-border
	{
		width: 50%
	}
	
	.construction-container
	{
	  font-size: 1.1em;
	}
}


.gallery-picture:hover {
	cursor: pointer;
}

.gallery-picture, .text-picture, .text-picture-full {
	-webkit-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;	
}


.gallery-picture, .text-picture-full {
	width: 100%;
	height: auto;
}

p.phonenumber {
background: url(../buttons/phone.png) no-repeat left;
padding-left:16px;
}


/***********/

