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

html, body{
	height: 100%;
	background: #F2F2F2;
}

body, a{
    font: 300 16px/1.8em Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #3F3F3F;		
}

h1,h2,h3 {
	letter-spacing:-1px ;
}

h2,h3 {
	color: #a327a3;
	font-weight: 200; 
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

.container:after{
	content: '';
	display: block;
	height: 30px;
	clear: both;
}

.restricted-width {
    max-width: 1024px;
	max-height: 400px;
}
.restricted-width {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%;
	display: block;
	vertical-align: baseline;
	box-sizing: border-box;
	
}

.footer{
	height: 12px;
	padding: 8px 0;
	background: #FFF;
	border-top: 1px solid #a327a3;
	font-size: 12px;
	text-align: center;
}
.footer-link{
	font-size: 12px;
}

.thumbs li {
	display: inline;
	float: left;
	margin: 2px 10px 0px 0px;
	
}

article {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 1px dotted #a327a3;
     -moz-column-rule: 1px dotted #a327a3;
          column-rule: 1px dotted #a327a3;
	padding-left: 20px; 
	padding-top: 20px;
}
article ul {
    list-style: outside none disc;
    margin-left: 30px;
}

.innen {
	max-width: 50%;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

.headerlink {
	float: left;
	font-style: italic;
	font-family: Georgia;
	color: #DFDFDF;
	letter-spacing: -1px;
	font-weight: inherit;
	text-decoration: none; 
	font-size: 28px;
	line-height: 1em;
}

table {
    border-collapse: collapse;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
}

table, th, td {
    border: none;
}
.grey td {
    text-align:center; 
    vertical-align:middle;
	background-color: #f8f8f8;
	color: #555;
	font: 14px/14px Arial,Helvetica,sans-serif;
	height: 30px;
    margin-top: 2px;
    outline: 0 none;
    padding: 0 0 0 10px;
}
.lgrey td {
    text-align:center; 
    vertical-align:middle;
	background-color: #fbfbfb;
	border: 1px solid #e5e5e5;	
	color: #555;
	padding: 0 0 0 10px;
	font: 14px/14px Arial,Helvetica,sans-serif;
	    height: 30px;
    margin-top: 2px;
    outline: 0 none;
    padding: 0 0 0 10px;

}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 25px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  /* border: 2px solid #a327a3; */
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #a327a3;
}
/* images used in the carousels (innen und aussen) */
.carousel-image {
	border: #F2F2F2 25px solid;
	height: 100%;
	/* min-height: 50%;*/
}
.gallery-cell {
	border: #F2F2F2 5px solid;
}
.gallery img {
  
height: 100%;
}

