﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		overflow:hidden;
		}
 
      body {
        font-family:Arial;
        font-size:12px;
		color:#000000;
		background-image:url(/pictures/Hintergruende/HG-green-Noten-03a.jpg);
		background-repeat:repeat-x;
		background-attachment:fixed;
      }

	#distance {
		width:1px;
		height:50%;
		margin-bottom:-540px; /* half of container's height */
		float:left;
		}
 
	div#container	{
		position:absolute;
		left:50%;
		margin-left:-1px;
		width:2px;
		text-align:left;
		transform: scale(1,1);
		-ms-transform: scale(1,1); /* IE 9 */
		-webkit-transform: scale(1,1); /* Safari and Chrome */}
		
#center		{position:relative;top:-12px;left:0;width:2120px;margin-left:-1050px;display:none;}

/* dropin Header Style */
.dropin-top {
    line-height: 24px;
    font-size: 14px;
	background-color:green;
    background:rgba(0,62,0,0.4);
    text-transform: uppercase;
    z-index: 9999;
    position: absolute;
    width: 140%;
    top: 0;
    left: 0;
	margin-left: -320px;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	color:#FFFFFF;
	text-align:center;
}
.dropin-top a:link, a:visited {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}
.dropin-top a:hover {
    background: rgba(255,255,255,0.4);
	color:#FF0000;
}
.dropin-top span.right{
    float: right;
}
.dropin-top span.right a{
    float: left;
    display: block;
}
/* End dropin Header Style */

#flags {
	position:absolute;
	margin:20px 0 0 800px;
	z-index:9999;
	}


/*+-------------------------------------------------+*/
/*+                                                 +*/
/*+                  LEFT SECTION                   +*/
/*+                                                 +*/
/*+-------------------------------------------------+*/

#left-section	{
	position:absolute;
	left:0;
	top:0;
	height:auto;
	float:left;
	width:600px;
	margin:20px 0;
	font-family: GarogierRegular;
	font-size:18px;
	color:000000;
	text-align:center;
	line-height:normal;
	font-weight:bold;
	/*border:2px solid fuchsia;*/
	}
#left-section a:link 	{ color:#ffffff; text-decoration:none; }
#left-section a:visited { color:#ffffff; text-decoration:none; }
#left-section a:hover 	{ color:#FF0000; text-decoration:none; border:none; }

#link-field {
	position:relative;
	height:455px;
	width:480px;
	font-size:30px;
	font-weight:bold;
	color: #FF0000;
	text-shadow:2px 2px 2px rgba(0,0,0,1);
	text-align:center;
	font-family:'Times New Roman', Times, serif;
	line-height:28px;
	overflow: hidden;
	margin:30px 0 0 -120px;
	}
#link-field li {
	font-size:22px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	}

#link-field a:link 		{ color:#000000; text-decoration:none; }
#link-field a:visited 	{ color:#000000; text-decoration:none; }
#link-field a:hover 	{ color:#FFFF00; text-decoration:none; border:none; }

.title_left {
	font-family: GarogierRegular;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	color:black;
	margin-top:17px;
}

.program {
	font-size:24px;
	line-height:normal;
	text-align:center;
}

.slides_exhibition {
	z-index:1;
}
#desc_exhibition {
	position:absolute;
	left:50px;
	top:540px;
	width:500px;
	height:auto;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	line-height:normal;
}


/*+-------------------------------------------------+*/
/*+                                                 +*/
/*+                   MID SECTION                   +*/
/*+                                                 +*/
/*+-------------------------------------------------+*/

#mid-section	{position:absolute;left:580px;top:-15px;width:1000px;z-index:1;}

h1 {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size:42px;
	color:#000000;
	line-height:normal;
	letter-spacing:2px;
	margin-bottom:50px;
	}

#gcf {
	position:absolute;
	left:825px;
	top:25px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	color:#000000;
	z-index:9999;
	}

#seal {
	position:absolute;
	left:800px;
	top:150px;
	z-index:9999;
	}

#dss {
	position:absolute;
	left:100px;
	top:600px;
	z-index:9999;
	}

#select-banner {
	position:absolute;
	left:488px;
	top:877px;
	width:175px;
	height:175px;
	border:5px solid blue;
	z-index:1;
	}

#mid-section a:link 	{ color:#0000FF; text-decoration:none; }
#mid-section a:visited 	{ color:#0000FF; text-decoration:none; }
#mid-section a:hover 	{ color:#FF0000; text-decoration:none; border:none; }

#mml {
	position:absolute;
	left:800px;
	top:640px;
	z-index:9999;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:normal;
	line-height:22px;
	}
#mml a:link 	{ color:#000000; text-decoration:none; }
#mml a:visited 	{ color:#000000; text-decoration:none; }
#mml a:hover 	{ color:#FF0000; text-decoration:none; border:none; }

li {list-style:none;}

.shadow{ text-shadow:1px 1px 1px rgba(255,255,255,1); }


	#picture_set {
		position:relative;
		width:100%;
		height:auto;
		margin-top:-40px;
		}

      #carousel1 {
        width:980px;
        height:470px;
        position:relative;
        clear:both;
        overflow:hidden;
		margin-top:0;
      }
      #carousel1 img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer;
      }

	#cover {
		position:absolute;
		left:-160px;
		top:0;
        width:640px;
        height:320px;
		background-color:transparent;
		visibility:hidden;
		z-index:9999;
		}

      #carousel2 {
        width:640px;
        height:320px;
        position:absolute;
		clear:both;
		top:0;
		margin-bottom:0;
		left:-160px;
        overflow:hidden;
		z-index:99;
      }
      #carousel2 img {
        visibility:hidden;
        cursor:pointer;
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }

      #callback-output1 {
        position:relative;
		top:5px;
        width:980px;
        height:auto;
		color: #000000;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		line-height:normal;
		font-weight:bold;
		font-style:italic;
      }
      #player {
        position:relative;
        width:450px;
		left:265px;
        height:24px;
		top:20px;
		text-align:center;
        clear:both;
		font-size:28px;
      }
.reg	{
	font-size:80%;
	line-height:0;
	}

.music {
	background-color:yellow;
	color:black;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing:2px;
	font-weight:normal;
	border-bottom:1px solid black;
}
.science {
	background-color:blue;
	color:white;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-top:3px;
}



/*+-------------------------------------------------+*/
/*+                                                 +*/
/*+                 RIGHT SECTION                   +*/
/*+                                                 +*/
/*+-------------------------------------------------+*/

#right-section	{
	position:absolute;
	left:1600px;
	top:20px;
	float:left;
	width:500px;
	height:800px;
	z-index:1;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	}

#right-quotation	{
	position:absolute;
	left:0;
	top:70px;
	width:500px;
	height:auto;
	color: #000000;
	font-size:30px;
	text-align:center;
	padding-bottom:20px;
	z-index:3;
	/*text-shadow:1px 1px 1px rgba(0,0,0,.6);*/
	}
#quote_up	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	position:absolute;
	width:450px;
	height:630px;
	overflow:hidden;
	margin-top:30px;
	background-color:rgba(255,255,255,0.3);
	font-size:28px;
	line-height:38px;
	text-align:center;
	font-weight:normal;
	padding:25px;
	z-index:5;
	border:1px solid silver;
	/*text-shadow:1px 1px 1px rgba(255,255,255,1);*/
	}

/* pager */
.bottom-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 690px; overflow: hidden;
}
.bottom-pager span { 
    font-family: arial; font-size: 50px; width: 20px; height: 16px; 
    display: inline-block; color: orange; cursor: pointer; 
}
.bottom-pager span:hover { color: green;}
.bottom-pager > * { cursor: pointer;}


.boxshadow{
	box-shadow: 7px 7px 3px #AAAAAA;
}

#quote a:link, #quote a:visited { color: #ffffff; text-decoration:none; }
#quote a:hover { color:#CCCCCC; text-decoration:none; border:none; }

a:link, a:visited { color: #ffffff; text-decoration:none; }
a:hover { color:#CC0000; text-decoration:none; border:none; }


/*+-------------------------------------------------+*/
/*+                                                 +*/
/*+                     BANNER                      +*/
/*+                                                 +*/
/*+-------------------------------------------------+*/

#banner {
	position:relative;
	left:0px;
	top:850px;
	width:2150px;
	height:270px;
	z-index:9999;
  	overflow:hidden;
  	margin: 0 auto;
	}
#banner img {
  cursor:pointer;
}

/******  FONTS  ********/

@font-face {
    font-family: 'GarogierRegular';
    src: url('/fonts/Garogier/Garogier_unhinted-webfont.eot');
    src: url('/fonts/Garogier/Garogier_unhinted-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Garogier/Garogier_unhinted-webfont.woff') format('woff'),
         url('/fonts/Garogier/Garogier_unhinted-webfont.ttf') format('truetype'),
         url('/fonts/Garogier/Garogier_unhinted-webfont.svg#GarogierRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EnglandHandDBRegular';
    src: url('/fonts/England-Hand-DB/england-webfont.eot');
    src: url('/fonts/England-Hand-DB/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/England-Hand-DB/england-webfont.woff') format('woff'),
         url('/fonts/England-Hand-DB/england-webfont.ttf') format('truetype'),
         url('/fonts/England-Hand-DB/england-webfont.svg#EnglandHandDBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
