
/*    R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-size: 100%;
      vertical-align: baseline;
      background: transparent;
      font-variant-ligatures: none;
}

html {
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
      display: block;
}

blockquote, q {
      quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
      content: "";
      content: none;
}




a {
      margin: 0;
      padding: 0;
      font-size: 100%;
      vertical-align: baseline;
      background: transparent;
}

table {
      border-collapse: collapse;
      border-spacing: 0;
}

input, select {
      vertical-align: middle;
}





/*    B A S I C S
----------------------------------------------- */

body {
    color: #111;
    background: #fff;
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    word-spacing: -0.025em;
    text-align: left;
}


h1, h2, h3 {
    font-weight: normal;
    font-style: normal;
}

h2 {
      letter-spacing: 0.07em;}
h5, {
    font-weight: normal;
    font-style: normal;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

input:focus {
    outline: none;
}

a:link, a:visited {
    color: #111;
    text-decoration: none;
}

a:hover, a:active {
    color: #f28a80;
}

small {
    font-size: 80%;
    letter-spacing: 0.05em;
    position: relative;
    top: -2px;
}


/*    H E A D E R
----------------------------------------------- */

header {
    margin: 0 15px 10px 15px;
    padding-top: 10px;
    position: relative;
}

header nav li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

header #title {
    font-size: 20px;
    margin-left: : 50%;
    font-family: "Martel";
    color: #f28a80;

}

header .active {
    border-bottom: 1px solid #111;
}

header #about {
    float: right !important;
}
 



 
/*    SPALTEN STORIES SPALTEN
----------------------------------------------- */

.left {position: relative; left: 35%;top:10;max-width: 58%}
.left p {max-width: 500; min-width: 300;font-size: 1.1em}
.left h3 {width:30%;  max-width: 500; min-width: 300;font-size: 1.5em;margin-bottom:20px }
.left i {max-width: 500; min-width: 300;font-size:0.7em;color: grey}
.left a {color: #f28a80;}

.right {position: absolute;right:65%;top:120;margin-left: 5%}
.right p {margin-right:20px;float:right;font-size: 0.7em;margin-top:4px;font-style:bold;color: grey;text-align: right;}
.right i {margin-right:20px;float:right;font-size: 0.7em;margin-top:4px;font-style:italic;color: grey;text-align: right;}
.right img {margin-right:20px;float:right;max-width:100%;margin-top:15px}
.right video {margin-right:20px;float:right;max-width:100%;margin-top:15px}

a img { -webkit-transition: -webkit-transform .5s ease-in-out; transition: transform .5s ease-in-out;}
a img:hover { -webkit-transform: scale(0.88,0.88); transform: scale(0.88,0.88);}

/*    GARDEN SPALTEN
----------------------------------------------- */


.tagebuch {width:70%;margin-right:auto;margin-left:auto;position: relative;top:50;max-width: 600}
.tagebuch p {max-width: 600; min-width: 400;font-size: 1.1em}
.tagebuch li {max-width: 600; min-width: 400;font-size: 1.1em;color: grey;}
.tagebuch h1 {max-width: 600; min-width: 400;font-size: 1.3em}
.tagebuch h2 {max-width: 600; min-width: 400;font-size: 1.2em}
.tagebuch img {;max-width:100%;margin-top:15px}
.tagebuch i {max-width: 600;; min-width: 400;font-size: 0.7em;color: grey;}

/*    BUTTONS 
----------------------------------------------- */


.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.1em 0 0 0.1em; }
.button-group .button:last-child { border-radius: 0 0.1em 0.1em 0; }

/*    ???
----------------------------------------------- */



.container {
	width: 96%;
	max-width: 2540px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
}

.content {
	padding: 10px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


   #nav {
      width: 100%;
	    min-width:880px;
      float: left;
      padding: 30px;
      padding-right: 10px;
      list-style: none;
      background-color: #ffffff;
      border-bottom: 1px solid #ffffff; 
      border-top: 1px solid #ffffff; }


#result div{
		
    	float: left;
    	/*
		border: 10px solid #FFFFFF;
		height: 300px;
		width: 300px; 
		outline: 1px solid #FFFFFF; */   	
		
    	margin: 10px;

	    }
/* AFFICHAGE DES LEGENDES */
#result .item div {
	margin:auto;
	width:100%;
	top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
    color: #ccc;
	font-size:9px;
	padding-top: 3px;
/*cache le div mais laisse la légende pour les moteurs de recherche*/
	visibility:hidden;
}

.item > div {
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
  	 position: absolute;
   /*  width: auto;
	margin:auto;
    height: 30%; */
}
.item:hover > div {
    display: block;
    opacity: 1.0;
}
.item > div div {
    padding: 0px;
}
/* FIN AFFICHAGE DES LEGENDES */
	    #more{
		background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    display: none;
    font-weight: bold;
    left: 1100px;
    padding: 5px;
    position: fixed;
    top: 100px;

	    }
	    #no-more{
		background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    display: none;
    font-weight: bold;
    left: 1100px;
    padding: 5px;
    position: fixed;
    top: 100px;

	    }
	    #result{
		
	    }
		
/*ISOTOPE BOUTONS */
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
/*ISOTOPE */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope {
  background: #FFFFFF;

}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item {
 
 
  
  float:none;
  /* height: 200px;width: 200px; float: left;
  background: #0D8;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);*/
}

.itemcol {
  float:none;
  height: 200px;
  width: 200px; 
}
.itemcol img {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.itemaut {
  float:none;
  height: 235px;
  width: 200px; 
}
.itemaut img {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.itemaut2 {
  float:none;
  height: 180px;
  width: 200px; 
}
.itemaut2 img {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.item.width2 { width: 160px; }
.item.height2 { height: 160px; }

.item.width3 { width: 240px; }
.item.height3 { height: 240px; }

/*OVERLAY*/

.overlay { 
	
display:none; 
position:fixed; 
top:0; left:0; 
width:100%; 
height:100%; 
z-index:10; 
background:black; 
opacity:.75;
z-index:9999;}
	
.popup { 
display:none; 
position:absolute; 
width:200px; 
height:200px; 
z-index:12; 
background:white; }

.overlay ul { 
padding: 0;
margin: 0;
list-style-type:none; 
border:1px solid #bbb; 
display:inline-block; 
border-radius:5px; 
overflow:hidden; 
width:245px; }

.overlay li { 
width:265px; 
border-top:1px solid #BBB; 
padding:10px; 
cursor:pointer; 
background-color:#F9F9F9; }

a img {
	border:none;
}
/* filter name pour recherche par mot clé */
.searchname {
	visibility:hidden; 
	width:0; 
	height:0;}
	
/* fontes impressum */

.legendedata {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 10px;
	text-align: left;
}
.titrecollection {
font-family: "Trebuchet MS","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
}
.titreauteur {
font-family: "Trebuchet MS","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
margin-left:-15px;
}
.searchformrechpage {
	position:absolute; 
	left:514; 
	top:36px;
}

.selalhpaaut {
	text-decoration: none;
	color: #F00;
	font-weight:bold;}
/*
     FILE ARCHIVED ON 03:49:04 Jul 21, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:26:41 Feb 01, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 1312.068 (3)
  CDXLines.iter: 35.139 (3)
  captures_list: 1539.786
  load_resource: 1280.942 (2)
  RedisCDXSource: 0.763
  PetaboxLoader3.datanode: 2211.359 (5)
  PetaboxLoader3.resolve: 347.109 (3)
  xauthn.chkprivs: 65.096
  exclusion.robots: 188.361
  esindex: 0.013
  exclusion.robots.policy: 188.348
  xauthn.identify: 122.812
*/