@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'); 
 }

body {
    background-image: url("Bilder/Michaela_Zondler/Front_3.jpg");
	background-size: 100% 100%;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}
#Link a{
	background-color:#000;
	font-family:"Raleway Medium";
	text-decoration:none;
	text-align:left;
	width:220px;
	margin-left:-8px;
    padding-top:12px;
	padding-bottom:12px;
	position:fixed;
	text-align:center;
	margin-top:20px;
	font-size:18px;
}
a:link, a:visited {
color: #FFF;
text-decoration:none;
}
a:active, a:hover {
color:#FFF;
text-decoration:none;
}
h1 {
	text-align:center;
	font-family:"Cinzel Bold";
	margin-bottom:1px;
	color:#FFF;
	margin-top:60px;
}
h2 {
	text-align:center;
	font-family:"Cinzel Bold";
	font-size:20px;
	margin-top:1px;
	color:#FFF;
}
#Facebook {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-left:50px;
}
#Instagram {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
}
#YouTube {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-right:10px;
}
#Album {
	width:250px;
	margin-top:12px;
	margin-left:28px;
	margin-bottom:40px;
	
}
#rechter_rahmen {
	float:right;
	width:300px;
	height:700px;
	background: rgba(255,255,255,0%);
	padding:5%;
	text-align:center;
}

}

/* 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'); 
 }

body {
    background-image: url("Bilder/Michaela_Zondler/Front_2.jpg");
	background-size: 100% 100%;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}
#Link a{
	background-color:#000;
	font-family:"Raleway Medium";
	text-decoration:none;
	text-align:left;
	width:220px;
	margin-left:-8px;
    padding-top:12px;
	padding-bottom:12px;
	position:fixed;
	text-align:center;
	margin-top:20px;
	font-size:18px;
}
a:link, a:visited {
color: #FFF;
text-decoration:none;
}
a:active, a:hover {
color:#FFF;
text-decoration:none;
}
h1 {
	text-align:center;
	font-family:"Cinzel Bold";
	margin-bottom:1px;
	color:#FFF;
}
h2 {
	text-align:center;
	font-family:"Cinzel Bold";
	font-size:20px;
	margin-top:1px;
	color:#FFF;
}
#Facebook {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-left:50px;
}
#Instagram {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
}
#YouTube {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-right:10px;
}
#Album {
	width:250px;
	margin-top:12px;
	margin-left:28px;
	margin-bottom:40px;
	
}
#rechter_rahmen {
	float:right;
	width:300px;
	height:700px;
	background: rgba(255,255,255,0%);
	padding:5%;
	text-align:center;
}

}
/* 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'); 
 }

body {
    background-image: url("Bilder/Michaela_Zondler/Front_2.jpg");
	background-size: 100% 100%;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: right  top;
    background-attachment:fixed;
}
#Link a{
	background-color:#000;
	font-family:"Raleway Medium";
	text-decoration:none;
	text-align:left;
	width:220px;
	margin-left:-8px;
    padding-top:12px;
	padding-bottom:12px;
	position:fixed;
	text-align:center;
	margin-top:20px;
	font-size:18px;
}
a:link, a:visited {
color: #FFF;
text-decoration:none;
}
a:active, a:hover {
color:#FFF;
text-decoration:none;
}
h1 {
	text-align:center;
	font-family:"Cinzel Bold";
	margin-bottom:1px;
	color:#FFF;
}
h2 {
	text-align:center;
	font-family:"Cinzel Bold";
	font-size:20px;
	margin-top:1px;
	color:#FFF;
}
#Facebook {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-left:50px;
}
#Instagram {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
}
#YouTube {
	width:60px;
	height:60px;
	float:left;
	margin:5px;	
	margin-right:10px;
}
#Album {
	width:250px;
	margin-top:12px;
	margin-left:28px;
	margin-bottom:40px;
	
}
#rechter_rahmen {
	float:right;
	width:300px;
	height:700px;
	background: rgba(255,255,255,0%);
	padding:5%;
	text-align:center;
}

}