
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../fileadmin/template_zwirnereimuehlau/main/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* --------------------------------------------------------------- */
/*                                                                 */
/*    NEWS CSS-DATEI                                               */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */


.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}
.news .nav li {
    float: left;
    list-style: none;
    line-height: 1em;
}
.news .nav a {
    float: left;
    display: block;
    line-height: 1em;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* general */
.news.article .news-img-wrap img {
    float: right;
    width: 100% !important;
    height: auto;
}

.news .info span {
    display: inline-block;
    padding: 1px 2% 1px 0;
    margin: 0 2% 2px 0;
    border-right: 1px solid #7a7b85;
}
.news .info span:last-child {
    border-right: 0;
}

.news .info p {
    line-height: 1em;
}
/* list + search + latest view */

.news-list-view .article {
    position:relative;
    margin-bottom:20px;
}

.news-list-view .article:nth-child(2n+1) {
    clear:both;
}


.news-list-view .article .news-text-wrap {
    float:left;
    width:56%;
}

.news-list-view .article.no-image .news-text-wrap {
    width:100%;
}

.news-list-view .article .news-img-wrap {
    float: right;
    width: 100%;
    max-width: 401px;
    padding: 5px 0 0 0;
    position:relative;
}
.news-list-view .article .news-img-wrap a {
    display: block;
    text-decoration: none !important;
}


.news-list-view .article .news-img-wrap a img {
    display:block;
}
.news-list-view .article .teaser-text {
    margin: 5px 0 10px 0;
}
.news-list-view .news-header {
    margin:0 0 8px 0;
    text-decoration: none;
}
.news-list-view .article h3 > a{
    text-decoration: none;
}
.news-list-view .info {
    clear: both;
    color: #7a7b85;
}
.news-list-view .info .news-category a {
    text-transform: uppercase;
    color: #7a7b85;
}

/* single view */

.news-single .info {
    margin:0 0 20px;
}
.news-single .info p {
    margin: 0px;
}

.news-single .teaser-text {
    font-weight:bold;
    margin:0 0 10px 0;
}


.news-single .news-text-wrap {
    float:left;
}

.news-single .no-image .news-text-wrap {
    width:100%;
}

.news-single .news-img-wrap {
    margin:0 -5px;
}

.news-single .news-img-wrap .outer {
    width: 50%;
    padding:5px;
}

.news-single .news-img-wrap .outer:first-child:last-child {
    width:100%;
}

.news-single .news-img-wrap a,
.news-single .news-img-wrap img {
    display:block;
    float: none;
}

.news-img-caption {
    color: #7a7b85;
}
/* related news + files */

.news-related {
    margin-bottom:25px;
}

.news-related-wrap {
    width: 100%;
    margin:20px 0 0;
}

.news-related ul {
    margin:0;
}
.news-related ul li {
    margin-bottom: 5px;
    list-style:none;
}
.news-related h4 {
    margin-bottom: 10px;
}
.news-related ul li span.news-related-span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 2%;
    padding-right: 2%;
    color: hotpink;
}
.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related-files-link a {
    display:inline-block;
    position: relative;
    text-decoration: none;
    padding: 2px 0 0 23px;
}

.news-related-files-link a .link-icon {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}

.row.left-none {
    margin: 0!important;
}
.news-list-view .article-inner {
    margin-bottom: 40px;
    border-bottom: 1px solid #9ee180;
    padding-bottom: 40px;
}
.news-list-view .article:last-child .article-inner {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* pagination */

div.page-navigation ul.f3-widget-paginator {
    margin: 10px 10px 10px 0;
}

div.page-navigation p{
    display: inline-block;
}

div.page-navigation ul.f3-widget-paginator li{
    text-decoration: none;
    display: inline;
    margin: 5px;
}

div.page-navigation ul.f3-widget-paginator li a{
    text-decoration: none;
    padding: 5px 10px;
    background-color: #9ee180;
}

div.page-navigation ul.f3-widget-paginator li a:hover{
    background-color: #c2d8b6;
}

div.page-navigation ul.f3-widget-paginator li:first-child{
    margin: 5px 5px 5px 0;
}

div.page-navigation ul.f3-widget-paginator li.current{
    color: white;
    background-color: #9ee180;
    padding: 5px 10px;
}
/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
  FARBE 1:  #900
  FARBE 2:  #090
  FARBE 3:  #009
*/
/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body > html {
    height: 100%;
}

body {
    text-align: center;
    background-color: #fffecd;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: black;
    /*text-decoration: none;*/
    outline: none;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

html {
    font-size: 62.5%; /* = 10px = 1rem / 12px = 1.2rem */
}

body {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
}

ul {
    margin: 0 0 0 18px;
    padding: 0;
}

ol {
    margin: 0 0 0 25px;
    padding: 0;
}

p,
li {
    line-height: 1.6;
    margin: 0 0 .6rem;
    padding: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    line-height: 1.2;
    margin: 0;
}

h1 {
    font-size: 2.4rem;
    line-height:1.2;
    font-weight:normal;
    margin:0 0 20px 0;
}

h2 {
    font-size: 2rem;
    font-weight:bold;
    line-height:1.3;
    margin: 0 0 .6rem;
}

h3 {
    font-size: 1.8rem;
    font-weight:bold;
    margin: 0 0 .6rem;
}

h4 {
    font-size: 1em;
    font-weight:bold;
    margin: 0;
}

h5 {
    font-size: 1em;
    margin: 0;
}

hr {
    border:none;
    width:100%;
    height:1px;
    background:#aaa;
}

.big-title {
    font-size: 2.4rem;
    font-weight:bold;
    line-height:1.3;
    color:#9ee180;
    padding-bottom:5px;
    margin-bottom:20px;
    border-bottom:3px solid #9ee180;
}


table tr th {
    font-weight: bold;
}

table tr td {

}

/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.clear {
    clear: both;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.nav-horizontal:after {
    content: "";
    display: table;
    clear: both;
}

.nav-horizontal ul {
    display: block;
    float: left;
}

.nav-horizontal ul li {
    display: block;
    float: left;
}

.nav-horizontal ul li:first-child {
    border-left: 0;
}

.nav-horizontal ul li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
}


.nav-horizontal ul li.hassub:hover > ul {
    display: block;
}

.nav-horizontal ul li ul {
    display: none;
    position: absolute;
}

/* Google Map */
.gmap-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */
#logo_header_desktop{
    float: left;
    width: 130px;
}
.headtext{
    padding-top:10px;
    float: right;
    text-align: right;
    font-size: 18px;
}
.headtext p {
    margin:0;
    line-height:1.2;
}
.headtext p a{
    text-decoration: none;
}

.mobilenav-wrapper {
    display: none;
}

.page-wrapper {
    width: 1020px;
    margin: 0 auto;
    text-align: left;
}

.page-wrapper > [class^="page-"]:after {
    content: "";
    display: table;
    clear: both;
}

.page-header {
    padding: 20px 0;
    z-index: 2;
}

.page-content{
    background-color: white;
    -webkit-box-shadow: 0 1px 5px 1px rgba(128,128,128,1);
    -moz-box-shadow: 0 1px 5px 1px rgba(128,128,128,1);
    box-shadow: 0 1px 5px 1px rgba(128,128,128,1);
}

.page-content-padder.stickynav{
    padding-top: 48px;
}

.main-content{
    padding: 20px;
}

.site-title {

}


.page-footer {
    padding: 20px;
}

.page-footer address a {
    border-bottom:1px solid #000;
    text-decoration: none;
}

.page-footer address a:hover {
    border-bottom:none;
}

.adresses{
    font-style: normal;
    float: left;
}
.footerbold{
    font-style: normal;
    font-weight: 700;
}
.footernav{
    float: right;
}

/* --------------------------------------------------------------- */
/* --- HEADERIMAGE ----------------------------------------------- */
/* --------------------------------------------------------------- */

.headerimage-wrapper {
    position:relative;
    overflow:hidden;
}

.headerimage-holder {
    width:100%;
    height:0;
    padding-bottom:41.13%;
}

.headerimage-items {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.headerimage-item {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    width:100%;
    height:100%;
}



.headerimage-items .slick-list,
.headerimage-items .slick-track {
    height: 100%;
}

.slick-slide {
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left:0;
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: '';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    border:none;
    background: #fff;
    border-radius:50%;
}

.slick-dots li.slick-active button:before {
    background: #9ee180;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

.row {
    margin: 0 -10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col-12,
.col-9,
.col-8,
.col-6,
.col-4,
.col-3 {
    float: left;
    min-height: 1px;
    padding: 0 10px;
}

.col-12 {
    width: 100%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.333%;
}

.col-3 {
    width: 25%;
}

/* --------------------------------------------------------------- */
/* --- TYPO3 INHALTE RENDERING ----------------------------------- */
/* --------------------------------------------------------------- */

.frame-default {
    margin-bottom:20px;
}

#content-column-1 > .frame-type-text {
    max-width:820px;
}

.ce-intext .ce-gallery {
    max-width: 50%;
}

.ce-intext.ce-right .ce-gallery {
    padding-left: 10px;
    margin-left: 0;
}

.ce-intext.ce-left .ce-gallery {
    padding-right: 10px;
    margin-right: 0;
}

.ce-gallery .ce-row {
    margin-left: -5px;
    margin-right: -5px;
}

.ce-gallery .ce-column {
    padding: 0 5px;
    margin: 0;
}

.ce-center .ce-gallery .ce-outer,
.ce-center .ce-gallery .ce-inner {
    max-width: 100%;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
}

.ce-gallery figcaption {
    display: block;
    width: 83%;
    padding-top: 2px;
    color: #aaa;
    line-height: 1.2;
    float: right;
}

.ce-gallery figure {
    display: block;
}
.ce-gallery img {
    float: right;
}

/* --------------------------------------------------------------- */
/* --- GRIDELEMENTS ---------------------------------------------- */
/* --------------------------------------------------------------- */

.grid-cols {
    margin-bottom:20px;
}

.grid-cols > .row > .col-6 > .frame-type-image:first-child {
    margin:0;
}


/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */
.navbar{
    background-color: #9ee180;
    z-index: 2000;
    transform: translate3d(0,0,0);
}
.fixednavbar{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1020px;
}
.fixedsitenav{
    position: fixed !important;
    top: 52px;
}

.main-navigation ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-navigation ul li {
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none;
}

.main-navigation ul li a {
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.main-navigation ul li a:hover {
    color: white;
}

/* AKTIVER ZUSTAND */
.main-navigation ul li.act a {
    color: white;
}

.main-navigation ul li.act a:hover {
}




/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

.service-navigation {
    float: left;
}

.service-navigation ul li {
    float: left;
    padding: 0 10px;
}


.service-navigation ul li a {
    border-bottom:1px solid #000;
    text-decoration: none;
}

.service-navigation ul li a:hover {
    border-bottom:none;
}

/* AKTIVER ZUSTAND */
.service-navigation ul li.act a {
    font-weight:bold;
    text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- META NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

.meta-navigation {
    float: left;
}

.meta-navigation ul {
    list-style: none;
    text-align: left;
}

.meta-navigation ul li {
    padding: 0 0 0 10px;
}

.meta-navigation ul li a {
    border-bottom:1px solid #000;
    text-decoration: none;
}

.meta-navigation ul li a:hover {
    border-bottom:none;
}

/* AKTIVER ZUSTAND */
.meta-navigation ul li.act a {
    font-weight:bold;
    border-bottom:none;
    text-decoration: none;
}

.meta-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration,
a.internal-link,
a.external-link,
a.mail-link {
    text-decoration: none;
    border-bottom:1px solid #000;
}

span.link-decoration:hover,
a.internal-link:hover,
a.external-link:hover,
a.mail-link:hover {
    border-bottom:none;
}

a.pdf-icon,
a.excel-icon,
a.xls-icon,
a.xlsx-icon,
a.word-icon,
a.docx-icon,
a.doc-icon,
a.zip-icon,
a.powerpoint-icon,
a.ppt-icon,
a.pptx-icon,
a.download-icon,
a.txt-icon,
a.jpg-icon,
a.gif-icon,
a.png-icon {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
}

span.link-decoration:hover,
a.internal-link:hover,
a.exernal-link:hover,
a.mail-link:hover,
a.pdf-icon:hover,
a.excel-icon:hover,
a.xls-icon:hover,
a.xlsx-icon:hover,
a.word-icon:hover,
a.docx-icon:hover,
a.doc-icon:hover,
a.zip-icon:hover,
a.powerpoint-icon:hover,
a.ppt-icon:hover,
a.pptx-icon:hover,
a.download-icon:hover,
a.txt-icon:hover,
a.jpg-icon:hover,
a.gif-icon:hover,
a.png-icon:hover {
    text-decoration: none;
}

a.pdf-icon:before,
a.excel-icon:before,
a.xls-icon:before,
a.xlsx-icon:before,
a.word-icon:before,
a.docx-icon:before,
a.doc-icon:before,
a.zip-icon:before,
a.powerpoint-icon:before,
a.ppt-icon:before,
a.pptx-icon:before,
a.download-icon:before,
a.txt-icon:before,
a.jpg-icon:before,
a.gif-icon:before,
a.png-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../../../fileadmin/template_zwirnereimuehlau/main/images/icons/fileicons.png');
}

a.download-icon:before,
a.txt-icon:before {
    background-position: 0 0;
}

a.pdf-icon:before {
    background-position: -18px -18px;
}

a.docx-icon:before,
a.doc-icon:before,
a.word-icon:before {
    background-position: -36px -36px;
}

a.xls-icon:before,
a.xlsx-icon:before,
a.excel-icon:before {
    background-position: -54px -54px;
}

a.ppt-icon:before,
a.pptx-icon:before,
a.powerpoint-icon:before {
    background-position: -72px -72px;
}

a.zip-icon:before {
    background-position: -108px -108px;
}

a.jpg-icon:before {
    background-position: -126px -126px;
}

a.gif-icon:before {
    background-position: -144px -144px;
}

a.png-icon:before {
    background-position: -162px -162px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    a.pdf-icon:before,
    a.excel-icon:before,
    a.xls-icon:before,
    a.xlsx-icon:before,
    a.word-icon:before,
    a.docx-icon:before,
    a.doc-icon:before,
    a.zip-icon:before,
    a.powerpoint-icon:before,
    a.ppt-icon:before,
    a.pptx-icon:before,
    a.download-icon:before,
    a.txt-icon:before,
    a.jpg-icon:before,
    a.gif-icon:before,
    a.png-icon:before {
        background-image: url('../../../fileadmin/template_zwirnereimuehlau/main/images/icons/fileicons@2x.png');
        background-size: 180px 180px;
    }

}

/* --------------------------------------------------------------- */
/* --- CE UPLOADS ------------------------------------------------ */
/* --------------------------------------------------------------- */

ul.ce-uploads {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ce-uploads li {
    padding: 0;
    margin: 0 0 .6rem;
}

/* Preview */

ul.ce-uploads li.preview-view {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}

ul.ce-uploads li.preview-view:after {
    content: "";
    display: table;
    clear: both;
}

ul.ce-uploads li.preview-view .preview-img {
    width: 20%;
    float: left;
}

ul.ce-uploads li.preview-view > div {
    width: 80%;
    float: right;
    padding: 0 0 0 10px;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
    list-style-type: none;
    margin: .5em 0 0;
}

.browsebox li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.browsebox li a {
    color: #900;
    padding: 4px 8px;
    border: 1px solid #CCC;
    background-color: #F2F2F2;
    margin: 0 2px 0;
    text-decoration: none;
}

.browsebox li a:hover {
    background-color: #E2E2E2;
}

.browsebox li.act a {
    text-decoration: underline;
}

/* --------------------------------------------------------------- */
/* --- FORM ------------------------------------------------------ */
/* --------------------------------------------------------------- */

.page-content form {
    max-width: 650px;
}

form .info {
    margin-left: 40%;
}

.form-row:after {
    content: "";
    display: table;
    clear: both;
}

.form-row {
    margin: 0 0 4px 0;
}

.form-row .label {
    float: left;
    width: 40%;
    padding: 0 15px 0 0;
}

.form-row .field {
    float: right;
    width: 60%;
}

.form-row.submit-row {
    padding: 0 0 0 40%;
}

.form-row .field input,
.form-row .field textarea,
.form-row .field select {
    width: 100%;
}

.form-row .field textarea {
    min-height: 120px;
}

input,
textarea {
    border: 1px solid #B2B2B2;
    background-color: #E5E5E5;
    padding: 4px;
    color: #000;
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 1.4rem;
}

input[type=submit][disabled=disabled] {
    background-color: #FFFFFF;
    color: #ccc;
    cursor: default;
}

input[type = "submit"],
input[type = "button"],
input[type = "reset"] {
    border: 1px solid #B2B2B2;
    background-color: #FFF;
    padding: 4px 10px;
    width: auto;
}

.form-row .field input[type = "submit"],
.form-row .field input[type = "button"],
.form-row .field input[type = "reset"] {
    width: auto;
}

input[type = "radio"],
input[type = "checkbox"],
.form-row .field input[type = "radio"],
.form-row .field input[type = "checkbox"] {
    background: none;
    border: none;
    width: auto;
}

input:hover,
select:hover,
textarea:hover {
    background-color: #CCCCCC;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #FFFFFF;
}

select {
    font-size: 1.4rem;
    border: 1px solid #666666;
    background-color: #F2F2F2;
    padding: 1px;
}

fieldset {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

legend {
    display: none;
}

label,
select,
input[type = "checkbox"],
input[type = "radio"],
input[type = "button"],
input[type = "submit"] {
    cursor: pointer;
}

.js-error {
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid #900;
    background-color: #F0D9D9;
}

.js-error p {
    color: #900;
    padding: 0;
}

.form-required {
    color: #FF0000;
}

.form-label {
    line-height: 2;
}

.form-radio {
    background: none;
    border: none;
}

.form-error {
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid #900;
    background-color: #F0D9D9;
}

.form-error ul {
    list-style-type: none;
    margin: 5px 0 0;
}

.form-error ul li {
    padding: 0;
}


.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}
/* --------------------------------------------------------------- */
/*                                                                 */
/*    RESPONSIVE CSS-DATEI                                         */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- MOBILE MAIN NAVIGATION ------------------------------------ */
/* --------------------------------------------------------------- */

#mobilenav-btn {
    display: none;
    cursor: pointer;
    width: 45px;
    padding: 15px 15px 15px 0;
    float: left;
    margin: 0 0 0 20px;
}

#mobilenav-btn > span {
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    margin-bottom: 5px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.mobilenav-btn-open > span {
    -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
    -moz-transform: rotate(45deg) translateX(5px) translateY(5px);
    -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
    transform: rotate(45deg) translateX(5px) translateY(5px);
}

.mobilenav-btn-open > span:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

}

.mobilenav-btn-open > span:nth-child(3) {
    -webkit-transform: rotate(135deg) translateX(-8px) translateY(7px);
    -moz-transform: rotate(135deg) translateX(-8px) translateY(7px);
    -ms-transform: rotate(135deg) translateX(-8px) translateY(7px);
    transform: rotate(135deg) translateX(-8px) translateY(7px);

}

#mobilenav-btn > span:last-child {
    margin-bottom: 0;
}

/* Mobile Navigation WRAPPER */
.mobilenav-wrapper {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    max-height: calc(100% - 52px);
    overflow: auto;
}

/* Mobile Main Navigation */
.mobile-main-navigation ul {
    background: #9ee180;
}

.mobile-main-navigation ul li span.link {
    display: block;
}

.mobile-main-navigation ul li > span.link {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.mobile-main-navigation ul li.hassub > span.link {
    position: relative;
    padding-right: 40px;
}

.mobile-main-navigation ul li span.link > a {
    display: block;
    text-decoration: none;
}

.mobile-main-navigation ul li span.link:after {
    content: "";
    display: table;
    clear: both;
}

.mobile-main-navigation ul li span.link > .toggle {
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
}

.mobile-main-navigation ul li.ifsub > span.link > .toggle:before {
    content: "+";
}

.mobile-main-navigation ul li.sub > span.link > .toggle:before {
    content: "-";
}

.mobilenav-bg {
    background-color: #9ee180;
    width: 100%;
    height: 50px;
    display: none;
}

/* alle Levels */
.mobile-main-navigation ul li {
    text-align: left;
}

.mobile-main-navigation ul li a:hover {
    color: white;
}

.mobile-main-navigation ul li.act a {
    color: white;
}

.mobile-main-navigation ul li > .link > a,
.mobile-main-navigation ul li > .link > .toggle {
    padding: 15px 20px;
    line-height: 1.2;
}

.mobile-main-navigation ul li.hassub > ul {
    display: none;
}

.mobile-main-navigation ul li.act > ul {
    display: block;
}

/* LEVEL 1 */

.mobile-main-navigation ul.level1 > li > .link {
    border-bottom: 1px solid #000;
}

.mobile-main-navigation ul.level1 > li:first-child {
    border-top: 1px solid #000;
}

.mobile-main-navigation ul.level1 > li > .link > a,
.mobile-main-navigation ul.level1 > li > .link > .toggle {
    font-size: 16px;
    font-size: 1.6rem;
}


/* LEVEL 2 */
.mobile-main-navigation ul.level2 > li > .link > a {
    padding: 12px 10px;
}


/* LEVEL 3 */

.mobile-main-navigation ul.level3 > li > .link > a {
    padding: 12px 10px 12px 20px;
}


@media (min-width: 0px) {
    .page-wrapper {
        max-width: 1020px;
        width: 100%;
    }
}

@media (max-width: 1040px) {

    .page-wrapper,
    .page-wrapper-content {
        width: 100%;
    }

    .main-navigation ul li {
        padding: 10px 7px;
    }

    #logo_header_desktop {
        padding: 0 0 0 10px;
    }

    .headtext {
        padding: 7px 10px 0 0;
    }
}

@media (max-width: 880px) {
    .news-single .col-8,
    .news-single .col-4 {
        width: 100%;
    }

    .news-single .news-img-wrap .outer {
        width: 33.33%;
    }

    .news-backlink-wrap {
        padding-top: 20px;
    }

    .news-list-view .col-6 {
        width: 100%;
    }

    .news-list-view .article .teaser-text {
        margin: 5px 0 0 0;
    }

    .col-6 {
        width: 100%;
    }
}

@media (min-width: 801px) {
    .mobilenav-wrapper {
        visibility: hidden !important;
    }
}

@media (max-width: 800px) {

    .main-navigation {
        display: none;
    }

    .mobilenav-bg {
        display: block;
    }

    #mobilenav-btn {
        display: block;
    }

}


@media (max-width: 568px) {
    .headtext {
        padding-top: 16px;
        font-size: 15px;
    }

    .slick-dots {
        padding-bottom: 15px;
    }

    .news-single .news-img-wrap .outer {
        width: 50%;
    }


}

@media (max-width: 480px) {

    .ce-intext .ce-bodytext {
        width: 100%;
    }

    .ce-intext .ce-gallery {
        width: 100%;
        max-width: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ce-gallery img{
        float: left !important;
    }

    .meta-navigation ul li {
        padding: 0;
    }

    .service-navigation ul li {
        float: left;
        padding: 0 10px 10px 0;
        text-align: left;
    }

    .adresses {
        width: 100%;
        float: none;
    }

    .footernav {
        float: none;
        padding: 10px 0 0 0;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

}
	
