@CHARSET "UTF-8";
html, body
{
	height: 100%; /* wichtig*/
	margin:  0;   /* wichtig*/
	padding: 0;   /* wichtig*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	background-color: transparent;
	box-sizing: border-box;
	overflow-y: hidden;
}

*, ::before, ::after
{
	box-sizing: inherit;
}

div.slider-parent
{
	width: 100%;
	height: 820px;
}

div.slider-parent > div
{
	flex: 0;
}

div.slider-elements
{
	height: 770px;
}

div.slider-controls
{
	height: 40px;
}

article
{
	height: 100%;
	background-color: white;
	overflow: hidden;
}

header
{
	display: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.7em;
	line-height: 1.7em;
	text-align: center;
	color: #00457D;
	font-size: 2.2em;
	font-weight: bold;
}

section
{
	font-size: 0.875rem;
	background-color: #FFE04D;
  border-radius: 8px;
	overflow: hidden;
	min-height: 200px; /* 100 / ($anzahl_slides * 2) - section.margin-bottom*/
	max-height: 250px;
	line-height: 21px;
	margin: 0 5px;
}

section:not(:last-child)
{
	margin-bottom: 10px;
}

section > div.right-sidebar
{
  padding: 10px 10px 0 0;
}

a
{
  color: #1a588a;
  border-bottom: 0;
  text-decoration: 0;
}

a:hover
{
	border-bottom: 1px dotted;
}

#main
{
	height: 100%;
	overflow: hidden;
}

#lbl
{
	display: none !important;
	position: absolute;
	right: 0.2em;
	top: 1em;
	font-size: 2em;
	color: #00457D;
}

.left-sidebar
{
	float: left;
	width: 150px;
	margin-left: 10px;
	padding-top: 30px;
}

.right-sidebar
{
	margin-left: 160px;
	margin-right: 10px;
	padding-top: 40px;
}

.calendar-date-box
{
	text-align: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .25);
  transform: rotate(-3deg);
  width: 100px;
  margin-left: 15px;
  padding: 0;
  border: 0;
  background-color: #fff;
}

.monat
{
	background-color: #00457D;
	position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 10px 0;
  line-height: 1em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .5), 0 2px 1px 0 rgba(0, 0, 0, .15);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
}

.tag
{
	display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  color: #333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, 0) 100%);
}

.tagname
{
  padding-bottom: 5px;
}

.datum
{
	display: none;
}

.title
{
	font-weight: bold;
}

.teilbibliothek, .beschreibung, .zeit
{
	padding-top: 10px;
}

.beschreibung
{
  hyphens: auto;
}

.raumAnreise
{
	padding-bottom: 10px;
	font-style: italic;
}

@media screen and (max-width: 520px)
{
	.left-sidebar
	{
		width: 80px;
		padding-top: 10px;
	}

	.calendar-date-box
	{
		transform: none;
	  width: 70px;
	  margin-left: 0;
    border-radius: 5px;
	}

	.datum
	{
    background-color: #00457D;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 5px 0;
    line-height: 1em;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .5), 0 2px 1px 0 rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    border-radius: 5px 5px 0 0;
	}

	.tag, .monat
	{
		display: none;
	}

	.tagname
	{
		padding: 5px 0;
		font-size: 0.75rem;
		line-height: normal;
	}

	section > div.right-sidebar
	{
		margin-left: 10px;
		padding: 10px 10px 0 0;
	}

	.title
	{
		hyphens: auto;
		min-height: 60px;
		padding-left: 80px;
	}

	.teilbibliothek, .beschreibung, .zeit
	{
		padding-top: 3px;
	}
}
