@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
@font-face { 
 font-family: 'Cinzel Regular';
 src: url('\Schriften/Cinzel-Regular.ttf')    format('truetype'); 
 }
 @font-face { 
 font-family: 'Cinzel Bold';
 src: url('\Schriften/Cinzel-Bold.ttf')    format('truetype'); 
 }
  @font-face { 
 font-family: 'Raleway Medium';
 src: url('\Schriften/Raleway-Medium.ttf')    format('truetype'); 
  }
   @font-face { 
 font-family: 'Raleway Bold';
 src: url('\Schriften/Raleway-Bold.ttf')    format('truetype'); 
 }
 nav ul {
    text-align:center;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#F00;
	
}
nav ul li{
    padding:20px;
	display:inline-block;
	color:#F00;
}
nav ul li a{
	font-size:18px;
    font-family:"Cinzel Regular";
	color: inherit;
	text-decoration:none;
	color:#F00;
}
a:link, a:visited
{
color: #123456
}
a:active, a:hover
{
color:#FFF
}
nav ul li:hover{
	background-color:#CCC;
	color:#F00;
}
.gridContainerTermineundKontakt {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-image: url("Bilder/Michaela_Zondler/michi_backgroundneu.jpg");
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 400px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 312px;
	height: 312px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
.gridContainer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;

	margin-bottom:10px;
}
.gridContainerNavi {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 5.82%;
	padding-right: 1.82%;	
	position:fixed;
}
h1{
	font-family:"Cinzel Bold";
	padding-top:40px;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 30px;
	color: #2C2C68;
	background-color:inherit;
}
h2{
	font-family:"Cinzel Bold";
	text-transform: capitalize;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 23px;
	color: #999;
	background-color:inherit;
}
.oneAlbum{
    width: 96%;
    height: auto;
	margin-left:6%;
	margin-right:5%;
	float:left;
	background-color:#fff;
}
.oneAlbum img {
    width:80%;
	height:auto;
    border: 1px solid #2C2C68;
}
#oneAlbumletzter{
    width: 96%;
    height: auto;
	margin-left:6%;
	margin-right:5%;
	float:left;
	background-color:#fff;
}
#oneAlbumletzter img {
    width:80%;
	height:auto;
    border: 1px solid #2C2C68;
}
.oneTermin{
    width: 88%;
    height: auto;
	float:left;
	margin:3.5%;

}

video {
    width: 88%;
	height:200px;
	float:left;
	margin-left:6%;
}
.datum {
	background-color:#2C2C68;
	font-family:"Raleway Bold";
	font-size:20px;
	color:#FFF;
	text-align:center;
	padding:10px;
	box-shadow: 0px 0px 5px grey;
}
.ort {
	font-family:"Raleway Medium";
	font-size:14px;
	text-align:left;
	color:#000;
	display: flex;
  	align-items: center;
 	justify-content: center;
	height:169px;
	background: rgba(255,255,255,0.8);
	margin-bottom:20px;
}
p {
	text-align:justify;
	font-family:"Raleway Medium";
	font-size:12px;
	margin-left:6%;
	margin-right:8%;
	
}
.Text {
	text-align:center;
	font-family:"Raleway Medium";
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:10px;
	width:96%;
	margin-left:2%;
	padding-right:14px;
	color:#000;
}
footer {
	font-size:13px;
	font-family: "TrajanPro Regular";
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	display:inline-block;
	background-color:#999;
	width:100%;
	margin-top:0px;
}

#zuruck {
	font-family:"Raleway Bold";
	font-size:16px;
	background-color:#fff;
	padding-top:12px;
	width:80px;
	height:40px;
	position:fixed;
	text-align:center;
}
table {
	width:90%;	
	text-align:left;
	font-family:"Raleway Medium";
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	margin:1.6%;
}
table tr td {
	padding:15px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
}

ul.sub_nav {
    text-align: center;
    margin: 5px 0 35px 0;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #999;
	font-family:"Raleway Medium";
	font-style:italic;
	font-size:12px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
	margin-left:40px;
	
 
    /* Position the tooltip text - see examples below! */
    position:absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {
@font-face { 
 font-family: 'Cinzel Regular';
 src: url('\Schriften/Cinzel-Regular.ttf')    format('truetype'); 
 }
 @font-face { 
 font-family: 'Cinzel Bold';
 src: url('\Schriften/Cinzel-Bold.ttf')    format('truetype'); 
 }
  @font-face { 
 font-family: 'Raleway Medium';
 src: url('\Schriften/Raleway-Medium.ttf')    format('truetype'); 
  }
   @font-face { 
 font-family: 'Raleway Bold';
 src: url('\Schriften/Raleway-Bold.ttf')    format('truetype'); 
}
nav ul {
    text-align:center;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#F00;
	list-style-type:none;
	
}
nav ul li{
    padding:20px;
	display:inline-block;
	color:#F00;
	text-transform: uppercase;
}
nav ul li a{
	font-size:18px;
    font-family:"Cinzel Regular";
	color: inherit;
	text-decoration:none;
	color:#F00;
}
a:link, a:visited {
color: #000;
text-decoration:none;
}
a:active, a:hover {
color:#FFF;
text-decoration:none;
}
nav ul li:hover{
	background-color:#CCC;
	color:#F00;
}
body{
	background-color:#fff;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 212px;
	height: 212px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */

h1{
	font-family:"Cinzel Bold";
	text-transform: capitalize;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 30px;
	color: #2C2C68;
	background-color:inherit;
}
h2{
	font-family:"Cinzel Bold";
	text-transform: capitalize;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 23px;
	color: #999;
	background-color:inherit;
}
.gridContainerTermineundKontakt{
	width:96%;
    background-image: url("Bilder/Michaela_Zondler/michi_backgroundneu.jpg");
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}
.gridContainer {
	height:auto;
    margin-top:0px;
	margin-bottom:50px;
	display:block;
	float:none;
	position:static;
	width: 450px;
	background: rgba(255,255,255,0);
}
.oneAlbum{
    width: 39%;
    height: auto;
	float:left;
	margin:4.5%;
	background-color:#fff;
}
#oneAlbumletzter {
    width: 39%;
    height: auto;
	float:left;
	margin:4.5%;
	background-color:#fff;
	margin-right:200px;
}
.oneAlbum img {
	width:188px;
	height:auto;
    border: 1px solid #2C2C68;
}
#oneAlbumletzter img {
	width:188px;
	height:auto;
    border: 1px solid #2C2C68;
}
.oneTermin{
    width: 42%;
    height: auto;
	float:left;
	margin:3.5%;

}
.datum {
	background-color:#2C2C68;
	font-family:"Raleway Bold";
	font-style:normal;
	font-size:20px;
	color:#FFF;
	text-align:center;
	padding:10px;
	box-shadow: 0px 0px 5px grey;
}
.ort {
	font-family:"Raleway Medium";
	font-size:14px;
	text-align:left;
	color:#000;
	display: flex;
  	align-items: center;
 	justify-content: center;
	height:169px;
	background: rgba(255,255,255,0.8);
}
p {
	text-align:justify;
	font-family:"Raleway Medium";
	color:#000;
	font-variant: normal;
	hyphens: auto;
	font-size:16px;
	margin:4%;
}
video {
    width: 94%;
	height:200px;
	float:left;
	margin:3%;
}
.Text {
	text-align:center;
	font-family:"Raleway Medium";
	font-size:16px;
	width:96%;
	margin-left:2%;
	padding-right:14px;
	text-decoration:none;
	color:#000;
}
footer {
	font-size:15px;
	font-family: "Raleway Medium";
	text-align:center;
	padding-bottom:15px;
	padding-top:30px;
	display:inline-block;
	background-color:#999;
	width:100%;
	margin-top:0px;
}
footer a {
	text-decoration:none;
}
#zuruck {
	font-family:"Raleway Bold";
	font-size:16px;
	background-color:#fff;
	padding-top:12px;
	width:80px;
	height:40px;
	position:fixed;
	text-align:center;
}
table {
	width:90%;	
	text-align:left;
	font-family:"Raleway Medium";
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	margin:1.6%;
}
table tr td {
	padding:15px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
}

ul.sub_nav {
    text-align: center;
    margin: 5px 0 35px 0;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #999;
	font-family:"Raleway Medium";
	font-style:italic;
	font-size:12px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
	margin-left:40px;
	
 
    /* Position the tooltip text - see examples below! */
    position:absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
@font-face { 
 font-family: 'Cinzel Regular';
 src: url('\Schriften/Cinzel-Regular.ttf')    format('truetype'); 
 }
 @font-face { 
 font-family: 'Cinzel Bold';
 src: url('\Schriften/Cinzel-Bold.ttf')    format('truetype'); 
 }
  @font-face { 
 font-family: 'Raleway Medium';
 src: url('\Schriften/Raleway-Medium.ttf')    format('truetype'); 
  }
   @font-face { 
 font-family: 'Raleway Bold';
 src: url('\Schriften/Raleway-Bold.ttf')    format('truetype'); 
}
nav ul {
    text-align:center;
	margin:-8px;
	padding:0;
	background-color:#fff;
	color:#F00;
	list-style-type:none;
	position:fixed;
	 width:100%;
     z-index:10;
	
}
nav ul li{
    padding:20px;
	display:inline-block;
	color:#F00;
	text-transform: uppercase;
}
nav ul li a{
	font-size:18px;
    font-family:"Cinzel Regular";
	color: inherit;
	text-decoration:none;
	color:#F00;
}
a:link, a:visited {
color: #000;
text-decoration:none;
}
a:active, a:hover {
color:#FFF;
text-decoration:none;
}
nav ul li:hover{
	background-color:#CCC;
	color:#F00;
}
body{
	background-color:#fff;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 212px;
	height: 212px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */

#Michaela {
	margin:-8px;
	}
h1{
	font-family:"Cinzel Bold";
	text-transform: capitalize;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 30px;
	color: #2C2C68;
	background-color:inherit;
}
h2{
	font-family:"Cinzel Bold";
	text-transform: capitalize;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
    font-size: 23px;
	color: #999;
	background-color:inherit;
}
.gridContainerTermineundKontakt{
	width:97.5%;
	margin-left:-9px;

    background-image: url("Bilder/Michaela_Zondler/michi_backgroundneu.jpg");
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}

.gridContainer {
	height:auto;
    margin-top:0px;
	margin-bottom:50px;
	display:block;
	float:none;
	position:static;
	width: 750px;
	background: rgba(255,255,255,0);
}
.oneAlbum{
    width: 28%;
    height: auto;
	float:left;
	margin:2.65%;
	background-color:#fff;
}
.oneAlbum img {
	width:608px;
	height:auto;
    border: 1px solid #2C2C68;
}
#oneAlbumletzter{
    width: 28%;
    height: auto;
	float:left;
	margin:2.65%;
	background-color:#fff;
	margin-right:400px;
}
#oneAlbumletzter img {
	width:608px;
	height:auto;
    border: 1px solid #2C2C68;
}
.abstand{
    width: 100%;
    height: 20px;
	
}

.datum {
	background-color:#2C2C68;
	font-family:"Raleway Bold";
	font-style:normal;
	font-size:20px;
	color:#FFF;
	text-align:center;
	padding:10px;
	box-shadow: 0px 0px 5px grey;

	
}
.ort {
	font-family:"Raleway Medium";
	font-size:14px;
	text-align:left;
	color:#000;
	display: flex;
  	align-items: center;
 	justify-content: center;
	height:169px;
	background: rgba(255,255,255,0.8);


}
p {
	text-align:justify;
	font-family:"Raleway Medium";
	color:#000;
	font-variant: normal;
	hyphens: auto;
	font-size:16px;
	margin:3%;
}
video {
    width: 45%;
	height:200px;
	float:left;
	margin:2.5%;
}
.Text {
	text-align:center;
	font-family:"Raleway Medium";
	font-size:16px;
	width:96%;
	margin-left:2%;
	padding-right:14px;
	text-decoration:none;
	color:#000;
}
footer {
	font-size:15px;
	font-family: "Raleway Medium";
	text-align:center;
	padding-bottom:15px;
	padding-top:30px;
	display:inline-block;
	background-color:#999;
	width:100%;
	margin-bottom:-10px;
	margin-left:-8px;
	padding-right:15px;
	height:110px;
	margin-top:-50px;
}
footer a {
	text-decoration:none;
}
#zuruck {
	font-family:"Raleway Bold";
	font-size:16px;
	background-color:#fff;
	padding-top:12px;
	width:80px;
	height:40px;
	position:fixed;
	text-align:center;
}
table {
	width:90%;	
	text-align:left;
	font-family:"Raleway Medium";
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	margin:1.6%;
}
table tr td {
	padding:15px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
}

ul.sub_nav {
    text-align: center;
    margin: 5px 0 35px 0;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #999;
	font-family:"Raleway Medium";
	font-style:italic;
	font-size:12px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
	margin-left:40px;
	
 
    /* Position the tooltip text - see examples below! */
    position:absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
}