@charset "utf-8";



body {
	font-size: 16px;
	
}

.ptxt {
	text-align: justify;
  text-justify: inter-word;
}

.ulshop {
	list-style-type: none;
	width: 30em;
}

.lih3shop {
	font: bold 1.2em/1.5 Helvetica, Verdana, sans-serif;
}

.liimgshop {
	float: left;
	margin: 0 15px 0 0;
	width: 5em;
}

.lipshop {
	font: 100 0.75em/1.5 Georgia, Times New Roman, serif;
}

.lishop {
	papping: 10px;
	overflow: auto;
}

.lishop:hover {
	background: #F1F3F4;
	cursor: pointer;
}



main {
	background: #f1f3f4;
	border-color: #8a9da8;
}

#zeitleiste {
	position: relative;
	margin-left: 7.5em;
	list-style-type: none;
}

#zeitleiste::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	top: 0;
	background: #3983ab;
	width: 0.4em;
}

#zeitleiste::after {
	position: absolute;
	content: "";
	bottom: -1.3em;
	left: -0.8em;
	width: 0;
	height: 0;
	border-width: 1em;
	border-style: solid;
	border-color: #3983ab transparent transparent transparent;
}

#zeitleiste >li::before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	left: -0.5em;
	border-radius: 50%;
	border: 0.2em solid #3983ab;
	background: #dfac20;
}

#zeitleiste >li {
	margin-bottom: 3em;
}

.lih3zeitleiste {
	margin: -1em 0 0.2em;
}

time {
	display: block;
	font-weight: bold;
	margin-left: -10em;
	width: 6.5em;
	text-align: right;
}



div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#rcorners1 {
  border-radius: 15px;
  background: #dedede;
  padding: 10px; 
  width: 200px;
  height: 350px;  
}

#rcorners2 {
  border-radius: 15px;
  border: 2px solid #bdbdbd;
  padding: 10px; 
  width: 200px;
  height: 350px;  
}







/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 320px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 1%;
  left: 50%;
  margin-left: -80px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


