*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

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

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

a img {
	border: 0
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
video {
	display: block
}

.alert {
	background: red;
	color: white
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}


/* Web Fonts -- added February 2018 */
/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('fonts/nunito-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v9-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/nunito-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Bold'), local('Nunito-Bold'),
       url('fonts/nunito-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v9-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}


body {
	font: normal 0.875em/1.5 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: 0.03em;
	color: #333;
	background: #e0e0e0
}

a,
a:visited {
	color: #003882;
	font-weight: bold
}

strong,
h1,
h2,
h3 {
	color: #003882;
	font-family: Nunito, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	clear: both
}

h1 {
	font-size: 3em;
	margin-top: 2px
}

h2 {
	font-size: 1.5em
}

.rechts {
	text-align: right
}

.small {
	font: italic 0.75em/1.5 Georgia, serif
}

.achtung {
	color: #003882;
	background-color: #cce1f2;
	padding: 10px;
	font-size: 0.9375em
}

.butter {
	margin-bottom: 0
}

.achtung,
#nav ul a,
.ui-state-default,
.acc-content {
	border-top: 1px solid #b3d9ff;
	border-radius: 4px;
	color: #003882;
	background: #cce1f2;
	background: -moz-linear-gradient(top, #e5f4fd 0%, #daeffa 40%, #c4e6fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f4fd), color-stop(40%, #daeffa), color-stop(100%, #c4e6fa));
	background: -webkit-linear-gradient(top, #e5f4fd 0%, #daeffa 40%, #c4e6fa 100%);
	background: -o-linear-gradient(top, #e5f4fd 0%, #daeffa 40%, #c4e6fa 100%);
	background: -ms-linear-gradient(top, #e5f4fd 0%, #daeffa 40%, #c4e6fa 100%);
	background: linear-gradient(top, #e5f4fd 0%, #daeffa 40%, #c4e6fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f4fd', endColorstr='#c4e6fa', GradientType=0)
}

#top {
	background: #cce1f2;
	overflow: hidden
}

#middle {
	background: #e0e0e0;
	overflow: hidden
}

#bottom {
	background: #cce1f2;
	overflow: hidden
}

#header,
#middle,
#footer {
	overflow: hidden;
	margin: 0 auto
}

#header,
#middle,
#footer {
	width: 90%;
	max-width: 960px
}

#header,
#middle {
	background: #fff
}

#header-links {
	width: 23.333333%;
	padding: 40px 0.833333%;
	float: left
}

#header-links img {
	padding: 30px 0
}

#header-rechts {
	width: 31.04166%;
	padding: 20px 2.08333% 0 2.08333%;
	float: right
}

#header-links img,
#header-rechts img {
	width: 100%
}

nav,
aside {
	width: 23.33333%;
	float: left;
	overflow: hidden;
	display: inline;
	overflow: hidden;
	margin: 5px 0.833333%
}

#nav ul {
	list-style-type: none
}

#nav ul li {
	display: inline
}

#nav ul a,
.ui-state-default {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 4.16666%;
	margin-bottom: 5px;
	font-family: Nunito, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

#nav ul .current_page_item a,
#nav ul a:hover,
.ui-state-active,
#accordion h3:hover {
	color: #fff;
	background: #004299;
	background: -moz-linear-gradient(top, #004299 0%, #003882 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004299), color-stop(100%, #003882));
	background: -webkit-linear-gradient(top, #004299 0%, #003882 100%);
	background: -o-linear-gradient(top, #004299 0%, #003882 100%);
	background: -ms-linear-gradient(top, #004299 0%, #003882 100%);
	background: linear-gradient(to bottom, #004299 0%, #003882 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004299', endColorstr='#003882', GradientType=0)
}

.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

article {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-bottom: 60px;
	min-height: 450px;
	display: inline
}

article h1 {
	padding: 0 0 10px 0;
	line-height: 1
}

article h2 {
	margin-bottom: 15px
}

.ort h2,
.ort p {
	margin-bottom: 0
}

article a:hover {
	text-shadow: 1px 1px 3px #003882
}

article p,
article table,
article ul {
	margin-bottom: 10px
}

article ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1em
}

.erweiterbar {
	cursor: pointer;
	clear: both
}

.aufklappbar {
	display: none;
	cursor: pointer;
	clear: both;
	overflow: hidden
}

.no-js .aufklappbar {
	display: inline
}

.post {
	border-top: 1px dashed #003882;
	padding: 10px 0
}

.post h2,
#archive h2 {
	margin: 0
}

.angebot table {
	width: 100%
}

.angebot td {
	vertical-align: top
}

.td25 {
	width: 25%
}

.td40 {
	width: 40%;
	position: relative
}

.td60 {
	width: 60%
}

.td75 {
	width: 75%
}

.verkauft {
	z-index: 99;
	top: 0;
	left: 0;
	position: absolute
}

.hidden {
	visibility: hidden
}

#archive {
	border-top: 3px double #003882;
	padding: 10px 0
}

#archiv-jahr {
	float: left;
	width: 50%
}

#accordion tr,
.wpcf7 tr {
	border-top: 1px solid #003882;
	border-bottom: 1px solid #003882
}

.form-left {
	font-size: 0.8125em;
	width: 40%;
	vertical-align: top;
	padding: 3px 0
}

.form-right {
	font-size: 0.8125em;
	width: 60%;
	vertical-align: top;
	padding: 3px 0
}

.form-klein {
	font-size: 0.8125em
}

span.wpcf7-list-item {
	display: block
}

input.wpcf7-text {
	width: 98%
}

.klein {
	display: block;
	font-size: 0.8125em;
	background: #e0e0e0;
	padding: 0 5px
}

#no_show_today,
#bild {
	height: 270px;
	width: 460px;
	padding: 0;
	margin: 0;
	position: relative
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	list-style-type: none
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

aside {
	overflow: hidden
}

.acc-content {
	padding: 5px 4.16666%;
	margin-bottom: 6px;
	margin-bottom: 4.16666%
}

#accordion h3 {
	border-radius: 4px;
	padding: 8px 4.16666%;
	margin-bottom: 6px;
	cursor: pointer;
	color: #003882;
	text-transform: uppercase
}

#accordion h3 em {
	text-transform: lowercase;
	font-weight: bold
}

#accordion h3:hover {
	color: #fff
}

#accordion a {
	text-decoration: none
}

.ui-state-active a,
.ui-state-hover a {
	color: #fff
}

nav,
#accordion {
	font-size: 87.5%
}

.acc-content table {
	width: 100%;
	border: none
}

.acc-content tr.odd {
	background: #e0e0e0
}

#footer {
	font-size: 0.8125em;
	color: #e0e0e0;
	background: #888;
	background: -moz-linear-gradient(top, #888 0%, #888 70%, #545454 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(70%, #888), color-stop(100%, #545454));
	background: -webkit-linear-gradient(top, #888 0%, #888 70%, #545454 100%);
	background: -o-linear-gradient(top, #888 0%, #888 70%, #545454 100%);
	background: -ms-linear-gradient(top, #888 0%, #888 70%, #545454 100%);
	background: linear-gradient(top, #888 0%, #888 70%, #545454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#545454', GradientType=0)
}

#footer strong {
	color: #fff
}

#footer a,
#footer a:visited {
	color: #e0e0e0;
	text-decoration: none
}

#footer a:hover {
	color: #fff
}

.fb {
	float: left;
	width: 25.0%;
	padding: 10px 0 100px 0
}

.fb-outer {
	margin: 20px 8.33333%
}

.fb-inner {
	margin: 20px 8.33333% 20px 0
}

.aligncenter {
	display: block;
	margin: 0 auto
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background: #ccc;
	padding: 10px;
	margin: 10px
}

br.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0
}

li#theme-switcher {
	background: #fff;
	border: 10px solid red;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0
}

.no-js-mail {
	display: none
}

.no-js .no-js-mail {
	display: inline;
	margin: 0
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto
}

img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em
}

p img,
.wp-caption {
	margin-top: 0.4em
}

img#wpstats {
	display: block;
	margin: 0 auto 1.625em
}

img[class*="align"],
img[class*="wp-image-"] {
	border: 1px solid #ddd;
	padding: 2px
}

.wp-caption img {
	border-color: #eee
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb
}

img.alignleft {
	margin-right: 10px
}
