body {
    background: #fff repeat 0 0;
    background: #fce8e9;
    color: #444; 
	font-family: 'Helvetica', sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

a {
	color: #265768;
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fefefe;
}

a.button {	
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', serif;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.8);
	color: #000000;
}

h5.weis {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

ul{
	list-style-type: none;
}

.adress {
	color: #fff;
	margin-bottom: 2rem;
	margin-top: 1rem;
	font-family: 'PT Serif', serif;
	font-size: 1.2rem;
	text-align: left;	
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.aktuell {
	text-decoration-line: underline;
	text-decoration-style: double;
	text-decoration-color: #fff;
}

.callout {
	background-color: #2e3192;
	margin: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.callout.large {
	padding: 0;
}

.callout.primary {
	background-color: #fff;
}

.content {
	background-color: rgba(255,255,255,0.8);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 3rem;
}

.foot-adress {
	padding-bottom: 1rem;
	text-align: left;
	margin-bottom: 2rem;
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.expanded.menu {
	width: auto;
}

.mitte {
	text-align: center;
}

img.ref {
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 3rem;
	margin-top: 1rem;
	width: 429px;
}

img.zoom {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}

img.zoom:hover {
 cursor: inherit; 
 cursor: inherit;
 cursor: inherit;
 transform: scale(1.5, 1.5);
 -moz-transform: scale(1.5, 1.5);
 -webkit-transform: scale(1.5, 1.5);
 -o-transform: scale(1.5, 1.5);
 -ms-transform: scale(1.5, 1.5);
}

div.large-6.columns.img {
	font-size: 1.2rem;
	padding-top: 2rem;
}

.row.column.foot {
	background-color: #4C6770;
}

.row.head {
	background-color: #ffffff;
	max-width: 100%
}

.top-bar, .top-bar ul {
    background-color: #4C6770;
}

.weis {
	color: #fff;
}

.leistung {
	color: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(black 0%, white);
}

.orbit-caption {
	padding-left: 2rem;
}

.medium-text-left {
	border-bottom-width: 1px;
	border-bottom-color: #000;
	
}