
html {
  height: 100%;
}

body {
  margin: 0px;
  height: 100%;
  width: 100%;
  font-family: Baskerville;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #444444;
}


div.breit {
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
}

div.schmal {
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
}

div.fixiert {
  background-size: 1157px 789px;
  -webkit-background-size: 1157px 789px;
  -moz-background-size: 1157px 789px;
  -o-background-size: 1157px 789px;
}

#footer {
	position: fixed;
	font-family: Baskerville;
	background-color: rgba(204, 193, 175, 0.5);
	bottom: 0;
 	right: 0;
    margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	z-index: 9999;
	font-size: 0.8em;
	line-height: 1.3em;
}

#language {
	position: fixed;
	font-family: Baskerville;
	color: #000000;
	top: 0;
 	right: 60px;
    margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	z-index: 9999;
	font-size: 0.8em;
	line-height: 1.3em;
}

#language a, #language a:active, #language a:link, #language a:hover, #language a:visited {
	text-decoration: none;
	color: #777;
}

#content {
	position: absolute;
	z-index: 9999;
	width: 90%;
	height: 80%;
	min-height: 350px;
	min-width: 900px;
	max-width: 1170px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-size: 100% 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.zurueck  {	
	z-index: 1;
	padding: 0px;
	
	position: absolute;
	font-family: Verdana;
	font-size: 2.5em;
	color: #999999;
 	right: 10px;
	top: 10px;
	width: 2em;
	height: 2em;
	text-align: center;
	text-decoration: none;
}

.zurueck:hover {
	cursor: pointer;
	color: #000000;
}

.zurueckContent, .zurueckContent a:link, .zurueckContent a:visited, .zurueckContent a:active  {	
	z-index: 1;
	padding: 0px;
	
	position: absolute;
	font-family: Verdana;
	font-size: 1.5em;
	color: #999999;
 	right: -8px;
	width: 2em;
	height: 2em;
	text-align: center;
	text-decoration: none;
}

.zurueckContent a:hover {
	cursor: pointer;
	color: #000000;
}

.spektivHover {
    border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 15;
}

.spektiv {
    border-radius: 50%;
	
	/*box-shadow:0 0 10px #222 inset;*/
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	visibility:hidden;	
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out; 
}

.spektivBorder {
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    /*background: linear-gradient(red, blue);*/
    content: '';
    z-index: -9999;
    border-radius: 50%;
}

div.spektiv a {	
	display:block;
	height:100%;
}

.spektivHover:hover ~ #minSize {	
  display: block;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  
}

.spektivHover:hover > * {
	opacity:1;
	visibility:visible;
	cursor: pointer;
	
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.spektiv:hover, .spektivHover:hover {
	
	z-index: 1000;
	
}

/*
#spektiv11Hover:hover >* {
	top: -120px;
}
*/

.SpektivLupe {
	background-size: 100% 100%;
	/*background-position: -4px -4px;*/
	border-radius: 50%;
	height:100%;
}

.label {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	bottom: -2px;
	text-align: center;
	color: #444444;
	// background-color: #efefef;
	text-decoration: none;
	font-family: Baskerville;
	font-weight: normal;
    font-size: 1em;
	line-height: 1em;
	padding: 3px;
	display: outline;
	background-size: 100% 100%;
	top: -10px;
}

.innerlabel {
	position: relative;
	width: 300px;
	height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}

#spektiv8 .innerlabel, #spektiv3 .innerlabel {
	font-size: 0.89em;
	padding-left: 18px;
	padding-right: 18px;
}

#minSize {
/* 	-webkit-transition: -webkit-filter 0.2s linear, opacity .2s linear;
	transition: -webkit-filter 0.2s linear, opacity .2s linear;
	transition: filter 0.2s linear, opacity .2s linear;
	transition: filter 0.2s linear, -webkit-filter 0.2s linear, opacity .2s linear; */

}

.transition {
	-webkit-transition: -webkit-filter 0.2s linear, opacity .2s linear;
	transition: -webkit-filter 0.2s linear, opacity .2s linear;
	transition: filter 0.2s linear, opacity .2s linear;
	transition: filter 0.2s linear, -webkit-filter 0.2s linear, opacity .2s linear;
}

.minSize {
	display: block;
    /* background: url(img/sommer.jpg) no-repeat; */
	position: absolute;
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	border: 0;
	top: 0;
 	left: 0;
    margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
/* 	width: 975px;
	height: 551px; */
	width: 100%;
	height: 100%;
	z-index: 2;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.body {
	//padding: 15px 4em 15px 4em;
	padding: 0.9em 0.7em 0.9em 0.7em;

	height: 100%;
	margin-right: 0px;
    box-sizing: border-box;	
	position: absolute;
	float: left;
	overflow: visible;
	right: 1%;
	left: 30%;
	top: 0px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	
	
}

.bodytext {
	padding: 15px 4em 15px 4em;
	text-align: justify;
}

.bodytext img {
	max-width: 100%;
}

.bodytext img:not(.noborder), audio, video {
    
	box-shadow: 1px 1px 3px #888;
}

.bodytext iframe {
	box-shadow: 2px 2px 6px #444;
}

.bodytext ul {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.info {
	width: 30%;
	height: 100%;
	min-width: 200px;
	border-right: 1px;
	border-right-color: #bababa;
	border-right-style: dotted;
	/*margin-right: 1em;*/
	/* padding: 15px; */
	/* padding-left: 0px; */
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 4em;
	padding-bottom: 0.5em;
	margin: 0px;
	float: left;
    box-sizing: border-box;
	text-align: justify;
	overflow: visible;
	
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


a, a:link, a:visited, a:active {
	color: #0B2161;
}

a.lightboxcontenttext, a.lightboxcontenttext:link, a.lightboxcontenttext:visited, a.lightboxcontenttext:active {
	color: #ccc;
}

a:hover {
	color: #0080FF;
}

h1 {
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom:1em;
	color: #000000;
	font-size: 2em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.3em;
	padding-top: 1em;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1px;
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 5px solid #ccc;
  font-style: italic;
} 

.newsbild {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

/* Diskografie */

@supports not (flex-wrap: wrap) {
	.view-start {
		flex-direction: column;
	}
 
	.pageflex {
		width: 50%;
	}
}

.contentContainer {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.containers, a.containers {
	padding: 10px;
	width: 130px;
	height: 130px;
	text-align: center;
	color: rgba(255,255,255,0);
    position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1em;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	word-wrap: break-word;
	
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	box-shadow:0 0 3px #444 inset;
	

}

p {
  word-wrap: break-word;
}

.dlink, a.dlink {

	color: rgba(255,255,255,0);
	line-height: 1.2em;
	text-decoration: none;
	word-wrap: break-word;
	display: inline-block;
	width: 130px;
}

.containers:hover {
	background-color:  rgba(0,0,0,0.7);
	color: rgba(255,255,255,1);
	cursor: pointer;
}

.containers:hover  > .dlink {
	color: rgba(255,255,255,1);
}

.filler {
	padding: 0px;
	width: 150px;
	text-align: center;
	color: rgba(255,255,255,0);
	height: 0;
	border: none;
}

.containerbg {
  text-align: center;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  height: 150px;
  width: 150px;
  margin-top: 25px;
  position: relative;
  background-color: #fff;
  

	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	box-shadow:0 0 3px #222 inset;
	/* border: 0.1vw solid rgba(50,50,50,1); */
}

.containerbgcolor {
	background-color: #faf2ce;
}

.audio {
	position: relative;
	display: inline-block;
}

.audio:hover {
	cursor: pointer;
}


.info h4 {
	font-size: 1.2em;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out; 
}

.info h4:hover {
	font-size: 1.5em;
}

.info a, .info a:active, .info a:visited, .info a:link, .info a:hover {
	text-decoration: none;
	color: #000;
}

/*
.breadcrumb, .back {
	color: #bbbbbb;
	background-color: black;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px 10px 1px 10px;
	display: inline;
	margin: 0px;
	position: absolute;
}
.back {
	right: 0px;
	text-decoration: none;
}

.back a:link, .back a:visited, .back a:active, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #bbbbbb;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}
*/

.lightbox {
	display: block;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightboxcontent {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 90%;
	position: fixed;
    top: 5%;
	left: 10%;
	right: 10%;
    margin-left: auto;
    margin-right: auto;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	background-color: rgba(240,240,240,1);
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	background-size: 100% 100%;
	z-index: 1023;
}

.lightboxcontent h2 {
	font-size: 1.3em;
	padding-top: 0;
	margin-top: 0;
}

#plattentext, #vogeltext {

	padding-left: 5%;
	text-align: left;
	max-width: 18vw;
	text-align: justify;
}
#plattentext {
	color: #000;	
	max-width: 80%;	
	min-width: 50%;
}

#platte td, #vogel td {
	max-width: 20vw;
}

#vogeltext {
	max-width: 90%;	
	min-width: 50%;
	color: #000;
	font-size: 0.85em;
}

#imgg, #imgv {
	max-width: 100%;
	max-height: 80vh;
	box-shadow: 1px 1px 4px #333;
	border: 5px;	
    width: auto; 
}

.align_left {float:left; margin: 3px 20px 10px 0px;}
.align_right{float:right; margin: 3px 0px 10px 20px;}
.align_center{margin: 0px auto; display:block;}

.MarkupPagerNav {
        clear: both;
        margin: 1em 0;
        font-family: Baskerville;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #2f4248;
	background: #fff;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

input[type="text"], input[type="email"], input[type="file"], textarea {
  border: 1px solid #888;
  background-color : rgba(255,255,255,0.7); 
  padding: 5px;
}

button {
  font-weight:bold;
  font-size: 0.9em;
  border: 1px solid #888;
  background-color : rgba(255,255,255,0.7); 
  padding: 10px;
}

.Inputfields,
.Inputfields li {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

.Inputfields li label {
    font-weight: bold;
}

.Inputfields li p {
    margin: 0;
}

.Inputfields li p.description {
    font-style: italic;
}

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
    width: 100%;
}

.Inputfields .InputfieldSubmit label {
    display: none;
}

.ui-state-error-text {
    color: red;
}

/* hide drag upload */
.AjaxUploadDropHere{
    display: none;
}
span.ui-state-error{ color: red;}