/************** iGALERIE **************/

.igaleriebutton {
	left:440px;
    top:645px;
	position:absolute;
    z-index:5;
}


/************** SITEMAP **************/

.shome {
	left:110px;
    top:115px;
	position:absolute;
}

.srest-text {
	left:733px;
    top:345px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:1;
}

.srest-grafik {
	left:843px;
    top:142px;
	position:absolute;
}

.srest-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}

.srest-text a:hover {
	text-decoration: underline;
	color: #AD005A;		
}

.srest-text a:active {
	text-decoration: underline;
	color: #AD005A;
}


.slinks-text {
	left:730px;
    top:160px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:1;
}

.slinks-grafik {
	left:710px;
    top:142px;
	position:absolute;
}

.slinks-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}

.slinks-text a:hover {
	text-decoration: underline;
	color: #AD005A;		
}

.slinks-text a:active {
	text-decoration: underline;
	color: #AD005A;
}

.steam-text {
	left:130px;
    top:160px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:1;
}

.steam-grafik {
	left:110px;
    top:142px;
	position:absolute;
}

.steam-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}


.steam-text a:hover {
	text-decoration: underline;
	color: #AD005A;
		
}

.steam-text a:active {
	text-decoration: underline;
	color: #AD005A;
}


.sabout-text {
	left:120px;
    top:310px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:1;
}

.sabout-grafik {
	left:100px;
    top:142px;
	position:absolute;
}

.sabout-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}

.sabout-text a:hover {
	text-decoration: underline;
	color: #AD005A;		
}

.sabout-text a:active {
	text-decoration:underline;
	color: #AD005A;
}

.skunstgeschichte-text {
	left:510px;
    top:160px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:1;
}

.skunstgeschichte-grafik {
	left:490px;
    top:142px;
	position:absolute;
}

.skunstgeschichte-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}

.skunstgeschichte-text a:hover {
	text-decoration: underline;
	color: #AD005A;		
}

.skunstgeschichte-text a:active {
	text-decoration:underline;
	color: #AD005A;
}

.svagina20-text {
	left:295px;
    top:160px;
	position:absolute;
	font-size:11px;
	line-height:14px; 
	font-size:12px;
	text-decoration:none;
  	z-index:2;
}

.svagina20-grafik {
	left:275px;
    top:142px;
	position:absolute;
}

.svagina20-text a {
	color: #AD005A;
	text-decoration: none;
	outline: none;
}

.svagina20-text a:hover {
	text-decoration: underline;
	color: #AD005A;		
}

.svagina20-text a:active {
	text-decoration:underline;
	color: #AD005A;
}



/*

LEGENDE:

color: 				Schriftfarbe
background-color: 	Hintergrundfarbe
background:url		Hintergrundbild

font-size:			Schrftgrösse
font-family:		Schrift Typ
h1, h2,...			Übrschriften

a					Links (Farbe, Unterstrichen)
a:hover				Links bei Mouseover
a:actice			aktive Links

height:				Höhe des Modus
width:				Breite des Moduls
line-height:		Zeilenabstand

margin:				Aussenabstand des Moduls
margin-top:			Aussenabstand oben
margin-left:		Aussenabstand links
margin-right:		Aussenabstand rechts


padding:			Innenabstand
padding top:		Innenabstand oben
padding-left:		Innenabstand links
padding-right:		Innenabstand rechts


ohne Punkt: Element
mit Punkt: Klasse
(Klassen werden verwendet, wenn die Formatierungen desoefteren verwendet werden. )
mit #: ID Selektor
(ID verwendet wenn diese Formatierung nur einmal benoetigt wird, wie z.B. bei Header, Footer, etc.
Eine ID kann pro Seite nur einmal verwendet werden)
*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
  display: block;
}

/* {
  text-rendering: optimizelegibility;
  text-justify: inter-character; 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
*/




body {
	color: #AD005A; 
	font-size:13px;	
	line-height:20px;
	font-family: Arial;
	overflow: scroll;
	/*background-color: #b7b7b7;*/
	
	/****---GOOGLE FONT ---****/
	/*font-family: "Titillium Web", Verdana, Arial, sans-serif;*/
	
}

/****---SILBENTRENNUNG ---****/

/*.hyphenless {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  width: 200px;
}*/



h1 {
	color: #AD005A; 
	font-size:12px;
	width:bold;
}


h2 {
	color: #AD005A; 
	font-size:12px;
	font-style:kursiv;
}



/****---LINKS ---****/

a {
	color: #AD005A;
	text-decoration: underline;
	outline: none;
 	-moz-outline-style: none;
}


a:hover {
    text-decoration: underline;
	color: #AD005A;
		
}

a:active {
    text-decoration: underline;
	color: #AD005A;
}



/****---FORMATIERUNG DER ABSATZ-TASTE ---****/
p {
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
}



img {
	border:0px;
  	outline: none;
  	-moz-outline-style: none;
}


/*---positionen---*/




#wrap {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	/*background-color:red;*/
}


#inhalt {
	margin-top: 20px;
	margin-left: 0;
	/*background-color: grey;*/
}


/****---CONTAINER-MODUL ---****/

#container {  
	margin-top: 0px; 
	position: relative;
	padding: 10px;
	width: 960px;	
	/*background-color: lightgrey;*/
	
	/****--- RAHMEN VOM MODUL ---****/ 
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000 0 2px 10px;
	-moz-box-shadow: #000 0 2px 10px;
	box-shadow: #000 0 2px 10px;
	*/
}



/****---HEADER-MODUL---****/

#header {
	margin-top: 0px;
	height: 150px;
	width: 930px;
	/*background-color:red;*/
}

/****---TOP-MODUL ---****/


#top {  
	height: 25px;  
	margin-top: 20px;
	/*background-color: green;*/
}



/****---SPALTE-MODUL---****/

#spalte {
	float: left;
	margin-top: 0px;
	/*background-color: lightblue;*/

	/*
	width: 160px;
	min-height: 200px;
	height: 200px;
	background-color: #f06129;
	border: 1px solid #000;
	*/
}



#page_content {
	margin-top: 0;
	padding-right: 10px;
	width: 780px;
	float: right;
	min-height: 300px;
	/*background-color: #ccc;*/
}

#page_content_full {
	margin-top: 0px;
	padding: 10px;
	float: left;
	width: 940px;
	min-height: 300px;
	/*background-color: #c6ccea;*/
}

/****---SUCHE-MODUL---****/

#suche {
	left:860px;
    top:75px;
  	font-style:bold;
	position:absolute;
}

/* https://duckduckgo.com/search_box */
/*
#suche {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 25px; 
	float: right;	
}

#suche a {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 25px; 
	float: right;	
}

#suche a:hover {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 25px; 
	float: right;
	font-style:bold;
	color: blue;
}
#suche a:active {
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 25px; 
	float: right;
	font-style:bold;
	color: blue;
}


/*color: #AD005A; 
	font-size:13px;	
	line-height:20px;
	font-family: Arial;*/


/****---FUSSZEILE-MODUL---****/

/*#footer {
	clear: both;
	text-align: center;	
	font-size: 10px;
	text-align: left;
	height: 22px;
	color: #000;
	background-color: #a4b9d8
}*/



/*div.breadcrumbs {
}

.cols-3 div.item.column-1, 
.cols-3 div.item.column-2, 
.cols-3 div.item.column-3 {
	float:left;
    padding-left:2%;
    width:30%;
	margin-bottom: 40px;

}

.cols-2 div.item.column-1, 
.cols-2 div.item.column-2 {
    float:left;
    padding-left:2%;
    width:48%;
	margin-bottom: 40px;
}

.pagination li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

.result-title {
	margin-top: 10px;
}*/




/*********************** SPEZIAL LÖSUNGEN ***********************/



/*Menüeinträgen als Klasse, die man formatieren kann*/

/*.ueber-mich #container{
	background-color: red;
	
}*/

/*Rahmen*/

/*border-color: green;
border-width: 5px;
border-style: solid;*/


/**************LANGSAM EINBLENDEN**************/

.box {
	background:#999;
	width:200px;
	height:100px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.box:hover {
	width:550px;
	height:150px;
	background:#ccc;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

/************** PFEIL **************/

/*<style type="text/css">
.arrow {
	border: 5px solid #444;
	font-size:0;line-height:0;height:0;padding:0;margin:0;
}
.arrow.down {
	border-right-color:  transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
.arrow.up {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-left-color:   transparent;
}
.arrow.left {
	border-top-color:    transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
}
.arrow.right {
	border-top-color:    transparent;
	border-right-color:  transparent;
	border-bottom-color: transparent;
}
</style>*/

/************** ZEILENUMBRUCH **************/


.nobr {
	white-space:nowrap;
}

/*dann im Quelltext vor jeden Wort das getrennt wird <span style="white-space: nowrap;">WORT</span>

/************** JCE POPUP **************/

.jcepopupinnen {
	left:5px;
    top:5px;
	width:780px;	
	padding-left:10px;			
	font-size:13px;	
	font-family:Arial;
	border-color: #AD005A;
	border-width: 1px;
	border-style: solid;
}

/************** KLASSEN HOME **************/

.logo {
	position:absolute;
	top:370px;
	left:322px;
}

.logopunkt {
	position:absolute;
	top:6px;
	left:465px;
}

.homekreis {
	left:157px;
    top:60px;
	position:absolute;
}



.kreistext {
	left:305px;
    top:210px;
	position:absolute;
	color:white; 
	font-size:14px;	
	line-height:18px;
	font-family:Arial;
	background-color:#AC005A;
	width:355px;
	height:320px;
	z-index:1;
}

.galeriebutton {
	left:117px;
    top:170px;
	position:absolute;
  	z-index:4
}

.aboutbutton {
	left:91px;
    top:300px;
	position:absolute;
    z-index:4
}

.teambutton {
	left:99px;
    top:370px;
	position:absolute;
    z-index:4
}

.archivbutton {
	left:718px;
    top:170px;
	position:absolute;
	z-index:2;
    z-index:4
}

.vimeobutton {
	left:791px;
    top:330px;
	position:absolute;
    z-index:4
}

.pressebutton {
	left:136px;
    top:560px;
	position:absolute;
    z-index:4
}

.downloadbutton {
	left:760px;
    top:520px;
	position:absolute;
    z-index:4
}

.impressumbutton {
	left:683px;
    top:620px;
	position:absolute;
    z-index:4
}

.linksbutton {
	left:780px;
    top:470px;
	position:absolute;
    z-index:4
}


.vagina20button {
	left:136px;
    top:275px;
	position:absolute;
}

.geburtbutton {
	left:40px;
    top:450px;
	position:absolute;
}

.kunstgeschichtebutton {
	left:694px;
    top:275px;
	position:absolute;
}

.vaginalogiebutton {
	left:712px;
    top:470px;
	position:absolute;
}

.presseartikel {
	left:110px;
    top:145px;
	position:absolute;
}

.sitemapbutton {
	left:438px;
    top:697px;
	position:absolute;
    z-index:4
}

.watchoutbutton {
	left:66px;
    top:64px;
	position:absolute;
}

.donatebutton {
	left:71px;
    top:685px;
	position:absolute;
}

.texte {
	left:110px;
    top:145px;
	position:absolute;
	width:760px;
}


/*Alle Texte in der gleichen Position*/

.texte a {
	text-decoration:none;
}

.linklinks {
	color: #AD005A; 
	font-size:11px;
	font-style:normal;
	left:-125px;
    top:12px;
	position:absolute;
	line-height:19px;
	width:230px;
}

.linklinks a {
	text-decoration:none;
}

.linkrechts {
	color: #AD005A; 
	font-size:11px;
	font-style:normal;
	left:879px;
    top:14px;
	position:absolute;
	line-height:19px;
	width:230px;	
}

.at {
	color: #AD005A; 
	font-size:11px;
	font-style:normal;
	left:879px;
    top:14px;
	position:absolute;
	line-height:19px;
	width:230px;
}

.at a {
	text-decoration:none;
}

.slash {
	color: #AD005A; 
	font-size:11px;
	font-style:normal;
	left:896px;
    top:14px;
	position:absolute;
	line-height:19px;
	width:230px;
}

.en {
	color: #AD005A; 
	font-size:11px;
	font-style:normal;
	left:902px;
    top:14px;
	position:absolute;
	line-height:19px;
	width:230px;
}

.en a {
	text-decoration:none;
}

/************** KLASSEN GALERIE **************/

.galeriearchivkreis {
	left:226px;
    top:145px;
	position:absolute;
}

.logoweiss {
	left:312px;
    top:150px;
	position:absolute;
	z-index:3;
}

.signfacebook {
	left:835px;
    top:715px;
	position:absolute;
	z-index:3;
}

.signvimeo {
	left:865px;
    top:715px;
	position:absolute;
	z-index:3;
}
.signinstagram {
	left:895px;
    top:715px;
	position:absolute;
	z-index:3;
}

.search {
	left:840px;
    top:70px;
	position:absolute;
	z-index:3;
}

.slidebox {
	left:290px;
    top:195px;
	position:absolute;
  	z-index:3;
}

.slidekreis {
	left:157px;
    top:60px;
	position:absolute;
  	z-index:2;
}

.slidetext-en {
	left:370px;
    top:590px;
	position:absolute;
  	z-index:3;
}

.slidetext-at {
	left:330px;
    top:590px;
	position:absolute;
  	z-index:3;
}

.galeriearchivtext {
	left:312px;
    top:295px;
	position:absolute;
	color:white; 
	font-size:13px;	
	line-height:18px;
	font-family:Arial;
	background-color:#AC005A;
	width:340px;
	height:220px;
	z-index:1;
}



/************************************************************************/

/**************BACKGROUND IMAGE**************/

/*.home  {
	
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	}*/
	

	

  
  

