@charset "UTF-8";
/* CSS Document */

/*** RESET ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	box-sizing: border-box;
	}


optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	}
	
table {
	border-collapse:collapse;
	}
th, td {
	text-align:left;
	vertical-align:top;
	}
.clear {
    clear: both;
}
/* visually hidden */
.vihi {
    position: absolute;
    display: block;
    margin: -1px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/** LAYOUT BLOCKS **/

body {
	width:100%;
	background-color: #fff;
	font-family: OpenSans, 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	color: #333;
}
header {
    display: block;
    position: relative;
}
#header {
	height: 210px;
    width: 1236px;
    margin: 0 auto;
    position: relative;
    background: white;
}
#preheader {
    width: 1236px;
    margin: 0 auto;
}
#homelink a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 630px;
    height: 105px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}
#gaerten {
    position: absolute;
    right: 0;
    bottom: 11px;
}
#gaerten a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../Images/gartenbau/logo-gaerten.svg');
    width: 200px;
    height: 55px;
    display: block;
}
#ebookportal {
    position: absolute;
    right: 0;
    bottom: 74px;
}
#ebookportal a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../Images/gartenbau/logo-ebookportal-long.svg');
    width: 200px;
    height: 36px;
    display: block;
}
.content_top {
    position: absolute;
    width: 1236px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.content_topleft {
    position: absolute;
    bottom: 60px;
    width: 728px;
    height: 240px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.9);
}
.content_topright {
    position: absolute;
    left: 752px;
    bottom: 60px;
    width: 300px;
    height: 240px;
    padding: 0 15px;
    color: white;
}
#content {
	background: white;
    width: 1236px;
    margin: 40px auto 0;
}
#content > div > div {
    float: left;
    margin-right: 24px;
}
.content_main > .promoright {
    display: none;
}
body.layout_pagets__home #content > div > div,
body.layout_pagets__subleft #content > div > div,
body.layout_pagets__subright #content > div > div,
body.layout_pagets__subleftright #content > div > div {
    width: 300px;
}
body.layout_pagets__home #content > div > div.content_main,
body.layout_pagets__subleft #content > div > div.content_main,
body.layout_pagets__subright #content > div > div.content_main {
    width: 728px;
}
body.layout_pagets__sub #content > div > div {
    width: 1052px;
}
#content > div > div:last-of-type {
	margin-right: 0;
}
#bottom {
    background: white;
    width: 1236px;
    margin: 20px auto 0;
}
#bottom > div {
    width: 1052px;
}
section {
    clear: left;
}
footer {
	clear: both;
    background: rgb(77,116,70);
    display: block;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

footer > div {
    width: 1236px;
    margin: 0 auto;
}
.content_foot {
    width: 1052px;
}
.content_foot a {  
    color: white !important;
}
#copyright {
    text-align: center;
}
#headerimage {
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background-color: #333;
    display: none;
}
body.level_0 #headerimage {
    display: block;
}
#headerimage > div {
    height: 100%;
    width: 100%;
}
#headerimage > div > div {
    width: 100%;
    position: absolute;
    display: block;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    box-sizing: content-box;
}
#headerimage,
#headerimage > div > div {
    height: 37vh;
    min-height: 360px;
}
#headerimage > ul {
    position: absolute;
    bottom: 0;
    padding-bottom: 6px;
    text-align: center;
    width: 100%;
}
#headerimage > ul > li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,0.4);
    border: 1px solid white;
    transition-duration: 0.5s;
}
#headerimage > ul > li:hover {
    cursor: pointer;
}
#headerimage > ul > li.act {
    background: rgba(0,0,0,0.6);
}
h1#subheader {
    display: none;
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 2000;
}
h1#subheader span {
    display: inline-block;
    padding: 13px 20px;
    font-size: 12vw;
    margin: 0;
    color: black;
    line-height: 36px;
    font-weight: normal;
}
h1#subheader span em {
    color: #c00;
    font-style: normal;
}

#navi_main {
	position: absolute;
	bottom: 0;
}
#navi_meta {
    position: absolute;
    top: 11px;
    right: 40px;
}
#navi_social {
    position: absolute;
    top: 44px;
    right: 0;
}
#search {
    position: absolute;
    top: 16px;
    right: 0;
}

/* start page */
#curtain {display: none;}
body.level_0 #curtain {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    opacity: 1;
}
/* loader */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.ball-pulse {
    width: 100%;
    text-align: center;
    padding-top: 250px;
}
.news .article .ball-pulse {
    padding-top: 40px;
    height: 120px;
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 1.5s -0.48s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s -0.48s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 1.5s -0.24s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s -0.24s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 1.5s 0s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s 0s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse > div {
  background-color: #333;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 8px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}






/** GENERAL **/
p {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
    hyphens: auto;
}
p + p {
	padding-top:16px;
	}
#content table {
	width: 100%;
}
#content tr:nth-of-type(even) {
    background: rgba(0,0,0,0.1);
}
thead tr {
    background: #ddd;
}
th {
    font-weight: bold;
    white-space: nowrap;
}
td, th {
    padding: 6px;
}
td:first-of-type {
    padding-left: 0;
}
td:last-of-type {
    padding-right: 0;
}
#content td:first-of-type {
	padding-left: 2px;
}
#content td:last-of-type {
	padding-right: 2px;
}
dl {
}
dt {
    float: left;
    clear: left;
    width: 110px;
    font-size: 12px;
    color: #888;
    padding-right: 9px;
}
dd {
    font-size: 12px;
}
.align-center, .text-center {
    text-align: center;
}

/** Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#444;
	font-weight:normal;
	font-style:normal;
    clear: left;
    font-family: 'Oswald', Verdana, sans-serif;
	}

h1 {
    margin-bottom: calc(1vw + 8px);
    font-size: 4.9vw;
    line-height: 5.1vw;
}
h2 {
    margin: 40px 0 8px 0;
    font-size: 34px;
    line-height: 38px;
}
h3 {
    margin:30px 0 8px 0;
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 30px;
}
h5, h6 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}
.content_main > div:first-of-type h2 {
    margin-top: 0;
}
.frame-space-before-extra-small header h2,
.frame-space-before-extra-small header h3, 
.frame-space-before-extra-small header h4 {
    margin-top: -0.3em;
}

.content_right h2 {
    font-size: 28px;
    line-height: 33px;
}
footer h2 {
    font-size: 22px;
    margin: 16px 0 16px 0;
    line-height: 24px;
}
hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #aaa;
	}
div.divider {
	margin-bottom: 10px;
}

/*
main > div:first-of-type h2,
aside > div:first-of-type h2,
div.frame-borderyellow h2,
div.frame-bordergrey h2 {
    margin-top: 0;
}
*/
time {
    font-size: 11px;
    color: #999;
}

/** Lists */
li {
	margin:0; 
	padding:0; 
	text-indent: -18px;
	list-style: none;
}
ul, .csc-textpic-intext-left ul, .csc-textpic-intext-left ol {
	margin:0; 
	padding:4px 0 8px 0;
}
.frame li {
  margin: 5px 0 5px 22px;
}
.frame li:before {
    content: '·';
    font-weight: bold;
    color: rgb(77,116,70);
    padding-right: 9px;
}
.frame .box.green li:before, 
.frame-layout-1 li:before, 
.content_topright li:before {
    color: #fff;
}


/* frame classes */
div.frame-borderyellow {
    border: 1px solid #fa8600;
    padding: 13px;
    margin-top: 40px;
}


.frame-space-before-extra-large {
	margin-top: 10em;
}


/** Links */
a {
	text-decoration:none;
	color:rgb(77,116,70);
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
	}

a:hover {
	text-decoration:none;
	color: rgb(100,150,91);
    -webkit-transition: 0s; /* Safari */
    transition: 0s;
	}

.gme-address h4 {
    color:rgb(77,116,70);

    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.gme-address {
    transition: 0.2s;
}

.gme-address:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.gme-address:hover h4 {
    text-decoration:none;
    color: rgb(100,150,91);
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.question {
    font-style: italic;
}
.author {
    font-size: 12px;
    text-transform: uppercase;
}
.quotes {
    color: rgb(77,116,70);
    font-size: 30px;
    line-height: 40px;
}
.quotes:before {
    color: #aaa;
    display: inline-block;
    content: '«';
    font-size: 50px;
    transform: scale(1,1.5);
}
.quotes:after {
    color: #aaa;
    display: inline-block;
    content: '»';
    font-size: 50px;
    transform: scale(1,1.5);
    margin-left: 8px;
}

.ce-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
    width: calc(50% - 9px);
}
.ce-gallery[data-ce-columns="3"] .ce-column {
    width: calc(33.3% - (18px * 2 / 3));
}
.ce-gallery[data-ce-columns="4"] .ce-column {
    width: calc(25% - (18px * 3 / 4));
}
.ce-gallery[data-ce-columns="5"] .ce-column {
    width: calc(20% - (18px * 4 / 5));
}
.ce-gallery[data-ce-columns="6"] .ce-column {
    width: calc(16.66% - (18px * 5 / 6));
}
.ce-gallery[data-ce-columns="7"] .ce-column {
    width: calc(14.28% - (18px * 6 / 7));
}
.ce-gallery[data-ce-columns="8"] .ce-column {
    width: calc(12.5% - (18px * 7 / 8));
}
.ce-gallery figcaption {
    font-size: 80%;
    line-height: 130%;
}

.sf-filecollection-gallery-image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}
.sf-filecollection-gallery-image-container a {
    vertical-align: middle;
    display: inline;
    height: auto;
}
.sf-filecollection-gallery-image-container {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    width: calc(25% - 7.5px);
}
.sf-filecollection-gallery-image-container:nth-of-type(4n+1) {
    margin-right: 0;
}





/* sections and columns */
section header h2 {
    animation-duration: 2s;
    animation-fill-mode: both;
}
/* animation */
@keyframes pulse {
  from {
    text-shadow: 0 0 0 #000;
  }

  15%,45% {
    text-shadow: 0 0 8px #000;
  }

  30% {
    text-shadow: 0 0 0 #000;
  }

  to {
    text-shadow: 0 0 0 #000;
  }
}

.pulse {
  animation-name: pulse;
}





/* file icons in links */
p a[href$=".pdf"]:before, li a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/pdf.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".zip"]:before, li a[href$=".zip"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/zip.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".doc"]:before,  li a[href$=".doc"]:before,
p a[href$=".docx"]:before, li a[href$=".docx"]:before,
p a[href$=".dot"]:before,  li a[href$=".dot"]:before,
p a[href$=".dotm"]:before, li a[href$=".dotm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/doc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".xls"]:before,  li a[href$=".xls"]:before,
p a[href$=".xlsx"]:before, li a[href$=".xlsx"]:before,
p a[href$=".xlt"]:before,  li a[href$=".xlt"]:before,
p a[href$=".xltm"]:before, li a[href$=".xltm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/xls.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".jpg"]:before,  li a[href$=".jpg"]:before,
p a[href$=".jpeg"]:before, li a[href$=".jpeg"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/jpg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href^="https://www.google.com/maps/place/"]:before, li a[href^="https://www.google.com/maps/place/"]:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url('../Icons/ic_place_24px_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
    margin-top: -9px;
}





/* powermail, form, search, login, buttons */
.tx-powermail,
.frame-type-felogin_login,
.tx-femanager,
.cleverreach-form  {
    background-color: #e3e3e3;
    padding: 12px;
}
.tx-powermail label,
.frame-type-felogin_login label {
    display: inline-block;
    padding-left: 4px;
}
.tx-powermail div.powermail_fieldwrap.nolabel > label {
    display: none;
}
.powermail_fieldwrap,
.frame-type-felogin_login fieldset > div,
.femanager_fieldset,
.news-search-form .form-group,
.tx-indexedsearch-search-submit,
.cleverreach-field {
    margin-top: 8px;
}
.tx-powermail div.checkbox label, .tx-powermail div.radio label {
    margin-top: 0;
    margin-bottom: 1px;
}
.powermail_fieldwrap_type_text {
    margin-top: 14px;
}
input, 
select, 
textarea {
    border-width: 1px 1px 1px 4px;
    border-color: #999;
    border-style: solid;
    padding: 3px 5px;
    font-family: OpenSans, 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}
input[type=text], 
input[type=tel], 
input[type=date], 
input[type=datetime-local], 
input[type=email], 
input[type=url], 
input[type=number], 
input[type=password], 
input[type=submit],
select, 
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input#searchformsword {
    border: none;
    background: #e3e3e3;
    width: 0;
    max-width: 250px;
    height: 28px;
    font-size: 16px;
    text-align: right;
    padding: 4px 27px 4px 4px;
    transition-duration: 0.4s;
    transform-origin: right;
    transform: scale(0,1);
    margin-top: -4px;
}
input[required], 
select[required], 
textarea[required],
input[data-validation*=required],
input.required,
select.required,
textarea.required {
    border-left-color: rgb(77,116,70);
}
input[type=text], 
input[type=tel], 
input[type=date], 
input[type=datetime-local], 
input[type=email], 
input[type=url], 
input[type=number], 
input[type=password], 
select, 
textarea {
    width: 100%;
}
/* custom checkboxes */
/* v1
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: none;
}
input[type=checkbox]:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #aaa;
}
.frame-layout-1 input[type=checkbox]:after {
    background-color: rgb(77,116,70);
}
input[type=checkbox]:hover:after {
    background-color: #ddd;
}
input[type=checkbox]:checked:after {
    background-color: rgb(193,212,60);
}
input[type=checkbox] + label {
    margin-right: 10px;
}
*/
/* custom checkboxes */
/* v 2 */
input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: none;
}
label > input[type=checkbox] {
    position: relative;
}
input[type=checkbox] + label {
    position: relative;
    padding-left: 25px;
}
input[type=checkbox] + label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #aaa;
}
.frame-layout-1 input[type=checkbox] + label:before {
    background-color: rgb(77,116,70);
}
input[type=checkbox]:hover + label:before {
    background-color: #ddd;
}
input[type=checkbox]:checked + label:before {
    background-color: rgb(193,212,60);
}
input[type=checkbox] + label {
    margin-right: 10px;
}
input[type=file] {
    font-size: 12px;
    border: none;
    padding: 0;
    line-height: 1px;
    width: 100%;
}

ul.powermail-errors-list li:before {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent transparent rgb(230,0,0);
    border-style: solid;
    margin-top: -16px;
    padding-right: 0;
}
ul.powermail-errors-list,
.tx-femanager .alert  {
    color: rgb(230,0,0);
    font-weight: bold;
    padding: 0;
}
.powermail_field_error {
    background-color: #EBCCD1;
    color: #A94442;
}
.tx-femanager .alert button,
.tx-femanager .alert h4 {
    display: none;
}
ul.powermail_message_error {
    background: #fcc;
    font-weight: bold;
    color: #a00;
    border: 1px solid #f66;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
}
ul.powermail_message_error li {
    text-indent: 0;
}

div.powermail_fieldwrap_text,
div.powermail_fieldwrap_submit {
    margin-top: 20px;
}

a.button, a.button-block,
button, .btn,
input[type=submit] {
    width: auto;
    min-width: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 1px 8px 0;
    border: 1px solid rgb(77,116,70);
    background-color: rgb(77,116,70);
    transition: 0.7s;
    font-family: 'Oswald', Verdana, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: white;
    text-transform: uppercase;
    user-select: none;
}
a.button-block,
button.button-block {
    display: block;
}
a.button:hover, a.button-block:hover,
button:hover, .btn:hover
input[type=submit]:hover {
    background-color: rgb(100,150,91);
}
a.button:active, a.button-block:active,
button:active, .btn:active
input[type=submit]:active {
    color: rgb(77,116,70);
    background-color: rgb(100,150,91);
}
.tx-powermail form input[type=submit]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
a.button.orange,
button.orange {
    background-color: rgb(241,140,0);
    border-color: rgb(241,140,0);
}
a.button.orange:hover,
button.orange:hover {
    background-color: white;
    color: rgb(241,140,0);
}
a.button + a.button,
button + button, .btn + .btn {
    margin-left: 10px;
}
.tx-powermail fieldset.nolabel legend {
    display: none;
}
fieldset {
    margin-bottom: 40px;
}
fieldset:last-of-type {
    margin-bottom: 0;
}
.tx-powermail h3 {
    display: none;
}
legend.powermail_legend {
    font-family: 'Oswald', Verdana, sans-serif;
}
input#searchformsubmit {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0
}
.femanager_submit {
    margin-top: 20px;
}

.frame-layout-2 .tx-femanager,
.frame-layout-2 .cleverreach-form {
    padding: 0;
    background-color: transparent;
}

/* indexed search */
.tx-indexedsearch-searchbox {
    margin-bottom: 30px;
}
.tx-indexedsearch-percent {
    float: right;
    font-family: OpenSans, 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #999;
}
.tx-indexedsearch-res {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
ul.tx-indexedsearch-browsebox li:before {
    content: '';
    display: none;
}
ul.tx-indexedsearch-browsebox li {
    float: left;
    border-left: 2px solid rgb(77,116,70);
    margin: 0;
    text-indent: 0;
    padding: 0 8px;
}
ul.tx-indexedsearch-browsebox li:first-of-type {
    border-left: none;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {
    font-weight: bold;
    background-color: rgb(193,212,60) !important;
}



/* teaser */
.teaser-container {
    display: grid;
    grid-auto-rows: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.teaser-count-2,
.teaser-count-4 {
    grid-template-columns: repeat(2, 1fr);
}
.teaser-item {
    display: flex;
}
.teaser-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: white;
}
.teaser-item .teaser-img-wrap {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin-bottom: 3px;
    flex-grow: 0;
}
.teaser-img-wrap img {
    width: 100%;
    height: auto;
}
.teaser-item .teaser-content {
    padding: 10px 10px 0;
    flex-grow: 1;
    color: #333;
}
.teaser-item .teaser-btn {
    padding: 10px;
    flex-grow: 0;
}
.teaser-item a img {
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.teaser-item:hover a img {
    transform: scale(1.1);
}
.teaser-item h2,
.teaser-item h3,
.teaser-item h4,
.teaser-item h5,
.teaser-item h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}
.teaser-item:hover a h2,
.teaser-item:hover a h3,
.teaser-item:hover a h4,
.teaser-item:hover a h5,
.teaser-item:hover a h6 {
    color: rgb(77,116,70);
}
.teaser-item:hover .btn.btn-primary {
    background-color: white;
    color: rgb(77,116,70);
}



/* events */
.event-list h5 {
    font-family: OpenSans, 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin-top: 3px;
    font-weight: bold;
}

.event-list h3 {
    margin-top: 3px;
}
.event-list .event-list-item {
    margin-top: 15px;
}
.event-list.layout-20 .event-list-item {
    margin-top: 30px;
}

.event-list-room {
    color: #666;
}
.event-list-detail-container > a {
    cursor: pointer;
    padding: 3px 0;
    display: block;
}
.event-date-separator {
    display: inline;
    width: 2px;
    margin: 0 10px;
    border-left: 2px solid #ccc;
}
.event-list.layout-21 .event-date-separator {
    display: none;
}
.event-list.layout-21 .event-date {
    display: block;
}
.event-list.layout-21 .event-date strong {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}
.frame-layout-3 .event-list-description {
    display: none;
}


/* fileuploads */
.ce-uploads li {
    margin: 0 0 10px 0;
    text-indent: 0;
}
.ce-uploads-2 li {
    margin: 0 0 10px 10px;
    width: 148px;
    float: left;
}
.ce-uploads-2 li:nth-of-type(4n+1) {
    clear: left;
    margin: 0 0 10px 0;
}
.ce-uploads li:before {
    display: none;
}
.ce-uploads img {
    padding-right: 8px;
    float: left;
}
.ce-uploads-2 img {
    border: 1px solid #ccc;
    padding: 0;
    box-sizing: content-box;
    float: none;
}
.ce-uploads span {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    padding-top: 4px;
    display: inline-block;
}
.ce-uploads-filesize {
    padding-left: 8px;
    font-size: 11px;
    color: #999;
}
.ce-uploads img.icon {
    width: auto;
}
.ce-uploads-1 li a:before,
.ce-uploads-2 > li > a:before {
    display: none;
}
.csc-textpic-intext-left-nowrap h1,
.csc-textpic-intext-right-nowrap h1 {
    margin-top: 0;
}



/* news */
.news .no-news-found {
    display: none;
}
.news-list-view .article {
    position: relative;
    border-bottom: 1px solid #aaa;
    padding-bottom: 12px !important;
    padding-top: 12px;
}
.news-list-view .teaser-text {
    padding-right: 40px;
}
.news-list-view .article-first {
    padding-top: 0;
}
.news .news-list-view .article .news-img-wrap {
    margin: 0;
    background: transparent;
    float: left;
    width: auto;
}
.news .news-list-view .article .news-img-wrap a {
    padding: 0 12px 0 0;
    border: none;
    background: transparent;
}
.news .news-list-view .news-img-wrap img {
}
.news .news-list-view .article-first .news-img-wrap,
.news .news-list-view .article-first .news-img-wrap a,
.news .news-list-view .article-first .news-img-wrap img {
    float: none;
}
input#news-subject {
    border: none;
    height: 22px;
    font-size: 16px;
    padding-right: 28px;
    background-image: url('../Images/search.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.news-list-view .news-list-category,
.news-single .news-list-category {
    padding: 0;
    display: inline;
}
.news-list-view .news-list-category li,
.news-single .news-list-category li {
    font-family: 'Oswald', Verdana, sans-serif;
    font-size: 16px;
    line-height: 13px;
    color: rgb(77,116,70);
    margin: 0;
    display: inline-block;
    text-indent: 0;
}
.news-list-view .news-list-category li:before,
.news-single .news-list-category li:before {
    display: none;
}
.news-list-view .news-list-category li:last-of-type,
.news-single .news-list-category li:last-of-type {
    padding-right: 8px;
}
.news-list-view .news-list-category li:after,
.news-single .news-list-category li:after {
    display: inline-block;
    content: ' ';
    margin-left: 6px;
    margin-right: 6px;
    border-right: 1px solid #aaa;
    height: 15px;
}
.news-list-view .news-list-category li:last-of-type:after,
.news-single .news-list-category li:last-of-type:after {
	display: none;
}
.news .news-list-view .article .teaser-text {
    margin: -4px 0 10px 0;
}

.news-single,
.news-single > .article > .meta {
    border-bottom: 1px solid #aaa;
}
.news-single .news-list-author {
    display: block;
}
.news-list-view .news-list-date {
    display: inline-block;
}
.news-single > .article > .teaser-text {
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    padding-right: 40px;
}
.news-single > .article > .news-text-wrap {
    padding-right: 40px;
}
.news-single > .article > .header {
    padding-right: 30px;
}
.news-list-view .header h3 {
    font-size: 22px;
    line-height: 25px;
    margin: 8px 0 10px !important;
}
.news-list-view .header h3 a {
	color: #333;
}
.news-list-view .header h3 a:hover {
	color: rgb(77,116,70);
}
.news-list-view .meta {
	position: relative;
	padding-right: 18px;
}
.news-list-view .meta:before {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background-image: url('../Icons/lock-closed-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition-duration: 0.5s;
    z-index: 1;
}
.news-list-view .article.free .meta:before {
    background-image: none;
}
.news-list-view .article:hover .meta:before {
    opacity: 1;
}
.news-single > .article > .news-img-wrap {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    height: 490px !important;
    overflow: hidden !important;
    position: relative !important;
}
.news-img-outer {
    width: 99000px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
}
.news-media-element {
    width: 728px;
    height: 490px;
    display: inline-block;
    float: left;
    position: relative;
}
.news-media-element .mediaelement {
    width: 728px;
    height: 400px;
    background: black;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.news-media-element .mediaelement img {
    max-width: 728px;
    height: auto;
    max-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.news-img-caption {
    color: inherit;
    margin-top: 9px;
}
.news-img-outer.multiple .news-img-caption {
    padding-left: 80px;
}
.news-img-paginator {
    user-select: none;
    position: absolute;
    bottom: 0;
    line-height: 14px;
    height: 90px;
    background: white;
}
.news .article .news-img-wrap .news-img-paginator a {
    float: none;
    display: inline;
    font-size: 50px;
    font-family: Arial, sans-serif;
    border: none;
    background: transparent;
    padding: 0 2px;
    position: relative;
    top: 8px;
    cursor: pointer;
    color: #666;
}
.news .article .news-img-wrap .news-img-paginator a:hover {
    color: black;
}
.news .article .news-img-wrap .news-img-paginator a.disabled {
    color: #ccc;
    cursor: default;
}
.news-img-paginator .current {
    font-weight: bold;
}
/* pseudo lightbox */
.news-single > .article > .news-img-wrap.lightbox,
.news-img-wrap.lightbox .news-media-element {
    width: 1236px;
    height: 870px;
}
.news-single > .article > .news-img-wrap.lightbox {
    position: fixed;
    background: white;
    top: calc(50% - 435px);
    z-index: 2000;
}
.news-single > .article > .news-img-wrap.lightbox:before {
    position: fixed;
    content: ' ';
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.94);
}
.news-img-wrap.lightbox .news-img-outer {
    height: 870px;
}
.news-img-wrap.lightbox .news-media-element .mediaelement {
    height: 800px;
    width: 1236px;
}
.news-img-wrap.lightbox .news-media-element .mediaelement img {
    max-width: 1236px;
    max-height: 800px;
}
.news-img-wrap.lightbox .news-media-element:after {
    content: 'x';
    font-family: Arial, sans-serif;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    font-weight: bold;
}

.content_main > div .news-single h2 {
    margin-top: 20px;
}
.news-single h3.box {
    margin-top: 25px;
}
h3.news-related-by-category {
    padding-top: 70px;
    margin-top: 7px;
    padding-bottom: 28px;
}
.news-related-wrap {
    display: block;
    width: 100%;
}
.news-related {
    width: 100%;
    padding: 0;
    border: none;
    display: block;
}
.news-related-news ul,
.news-related-links ul {
    padding: 0;
}
.news-related-news ul li,
.news-related-links ul li {
    line-height: inherit;
    margin: 0;
    text-indent: 0;
}
.news-related-news ul li:before,
.news-related-links ul li:before {
    display: none;
}
.news-related-links a {
    font-weight: normal;
}
.news-related-news  span,
.news-related-links a span {
    font-size: 12px;
}
.news-backlink-wrap {
    margin-top: 20px;
}
.page-navigation li:before {
    content: '';
    display: none;
}
.news .page-navigation ul li {
    border-left: 2px solid rgb(77,116,70);
    margin: 0;
    text-indent: 0;
    padding: 0 8px !important;
}
.news .page-navigation ul li:first-of-type {
    border-left: none;
}
.news .page-navigation ul li.current {
    font-weight: bold;
    background-color: rgb(193,212,60) !important;
}
.shariff {
    margin-top: 30px;
}
.shariff ul {
    display: block !important;
    text-align: right !important;
}
.shariff li {
    text-indent: 0;
    margin: 0;
    width: auto !important;
    margin-left: 4px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    float: none !important;
}
.shariff li:before {
    display: none;
}

.shariff li a,
.shariff li a span {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 14px !important;
}
.shariff .facebook a,
.shariff .xing a,
.shariff .twitter a,
.shariff .print a,
.shariff .linkedin a {
    background-color: rgb(77,116,70) !important;
}
.shariff .facebook a:hover,
.shariff .print a:hover,
.shariff .xing a:hover,
.shariff .twitter a:hover,
.shariff .linkedin a:hover {
    background-color: rgb(193,212,60) !important;
}

/* category specific  news */
.news-list-view .article.cat67 { /* publireportage */
    background-color: rgb(234,246,225);
}
.news-list-view .article.cat78 { /* gruenraeume */
    background-color: #eee;
    border-top: 5px solid rgb(212,215,144);
}
.news-list-view .article.cat79 { /* gaerten */
    background-color: #eee;
    border-top: 5px solid rgb(162,46,144);
}
.news-list-view .article.cat183 { /* innovation 2020 */
    background-color: rgb(213,247,244);
    border-top: 5px solid rgb(33,179,167);
}
.news-list-view .cat183 .news-list-category li, 
.news-single .cat183 .news-list-category li,
.news-list-view .cat183 a {
    color: rgb(33,179,167);
}
.news-list-view .cat183 a:hover,
.news-list-view .cat183 .header h3 a:hover {
    color: rgb(21,117,109);
}
.news-layout-99 > .article > div:not(.header) {
    display: none;
}


/* overrides top news */
.content_topleft > ul {
    position: absolute;
    right: 10px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.content_topleft > ul > li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 20px 0;
    border-radius: 16px;
    background: rgba(0,0,0,0.3);
    transition-duration: 0.5s;
}
.content_topleft > ul > li:hover {
    cursor: pointer;
}
.content_topleft > ul > li.act {
    background: rgba(0,0,0,0.6);
}
.content_topleft .news, .content_topleft > div.frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content_topleft .news > div {
    position: absolute;
    top: 0;
}

.content_topleft .news .article {
    padding: 0;
    margin-bottom: 0;
    width: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
    border: none;
}
.content_topleft .news-list-category, .content_topleft .news-list-date {
    display: inline-block;
    margin-right: 5px;
}
.news-list-up, .news-list-down,
.jobs-list-up, .jobs-list-down {
    display: block;
    position: absolute;
    height: 40px;
    width: 20px;
    transform: rotate(90deg);
    font-size: 50px;
    line-height: 35px;
    font-family: Arial, sans-serif;
    padding: 0 3px;
    cursor: pointer;
    color: #666;
    left: calc(50% - 12px);
    user-select: none;
}
.jobs-list-up, .jobs-list-down {
    color: #fff;
}
.news-list-up.disabled, .news-list-down.disabled,
.jobs-list-up.disabled, .jobs-list-down.disabled {
    color: #ccc;
    cursor: default;
}
.news-list-up {
    top: -7px;
}
.news-list-down {
    bottom: -7px;
}
.jobs-list-up {
    top: -7px;
}
.jobs-list-down {
    bottom: -7px;
}

/* maps */
.gme-addresses {
    margin-top: 30px;
}
.gme-addresses del {
    display: none;
}
.gme-address {
    display: inline-block;
    float: left;
    height: 250px;
    width: calc(33.3% - 10.5px);
    margin-right: 16px;
    margin-bottom: 24px;
    background: #eee;
    padding: 8px;
    position: relative;
}
.gme-address.topaddress {
    background: rgb(234,246,225);
}
.gme-address:nth-of-type(3n) {
    margin-right: 0;
}
.gme-address h4 {
    margin-top: 7px;
}
ul.gme-cats, ul.address-categories {
    padding: 0;
}
ul.gme-cats li, ul.address-categories li {
    padding: 0;
    margin: 0 8px 0 0;
    display: inline-block;
    text-indent: 0;
}
ul.gme-cats li:before, ul.address-categories li:before {
    display: none;
}
ul.address-categories li {
    font-family: 'Oswald', Verdana, sans-serif;
    font-size: 14px;
    color: rgb(77,116,70);
    text-transform: uppercase;
    line-height: 14px;
    margin: 0;
    padding: 0 6px;
    border-right: 1px solid #999;
}
ul.address-categories li:first-of-type {
    padding-left: 0;
}
ul.address-categories li:last-of-type {
    border-right: none;
}
.gme-address > ul.address-categories li:nth-child(1n+4) {
    display: none;
}
.gme-address > ul.address-categories li:nth-child(3) {
    font-size: 1px;
    width: 1px;
    border-right: none;
    line-height: 0;
    color: transparent;
}
.gme-address > ul.address-categories li:nth-child(3):before {
    content: '…';
    display: inline-block;
    font-size: 18px;
    line-height: 14px;
}
.gme-address .address-date {
    color: #666;
    font-size: 12px;
}
.tx-go-maps-ext .gme-detail {
    display: none;
}
.tx-go-maps-ext img {
    max-width: 100%;
    height: auto;
}
.gme-cat-selector h4 {
    margin: 15px 0 8px !important;
}
.gme-cat-selector h4:first-of-type {
    margin-top: 0 !important;
}
input.gme-search {
    width: 340px;
    max-width: 47%;
    margin-left: 14px;
}
select.js-gme-catmenu {
    width: 328px;
    max-width: 47%;
}



/* shop */
.book h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: -3px;
    margin-bottom: 9px;
}
.book .book-list-entry {
    width: calc(50% - 12px);
    display: inline-block;
    float: left;
    margin-left: 24px;
}
.book .book-list-entry:nth-of-type(odd) {
    margin-left: 0;
    clear: left;
}
.book-list-entry .book-img {
    float: left;
    margin-right: 30px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.book-list-entry .book-img img {
    box-shadow: 3px -2px 8px rgba(0,0,0,0.5);
}
p.book-author {
    font-style: italic;
}
.book .book-list-entry .book-price {
    clear: left;
    margin-top: 5px;
}
.book .normalprice,
.book .insteadprice,
.book .specialprice {
    font-size: 18px;
    font-weight: bold;
}
.book .insteadprice {
    font-weight: normal;
    font-size: 14px;
    margin-left: 8px;
}
.book .specialprice {
    color: rgb(241,140,0);
}
.book-list-entry .cart_form {
    text-align: right;
    padding-right: 25px;
    margin-top: -30px;
}
.book .book-list-entry .form-control {
    display: none;
}
.book-detail .cart_form {
    margin-top: 15px;
}
.book-detail .form-control {
    width: 50px;
    display: inline-block;
    margin-right: 20px;
    text-align: right;
}
.book-detail .cart_form button[type=submit] {
    top: 3px;
    position: relative;
}
.book-detail .book-information {
    margin: 15px 0;
}
.book .book-list-entry .cart_form button[type=submit] {
    width: 30px;
    height: 28px;
    overflow: hidden;
    padding: 0;
}
.book-list-abos,
.product-list-abos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.abo-list-entry {
    border: 1px solid #999;
    padding: 0 15px 20px 15px;
    width: 32%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-flow: wrap;
}
.abo-list-entry > div {
    width: 100%;
}
.colorscheme {
    height: 12px;
    margin-left: -15px;
    margin-right: -15px;
}
.abo-img {
    margin-top: 20px;
}
.abo-img img {
    width: 100%;
    height: auto;
}
.abo-list-entry h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.abo-list-entry button.btn.btn-default,
.abo-list-entry a.button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
p.price-discount {
    color: #c0b242;
    font-family: 'Oswald', Verdana, sans-serif;
    font-size: 36px;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}
span.price-big {
    font-family: 'Oswald', Verdana, sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.abo-list-entry li:before {
    content: '✔︎';
    font-weight: normal;
}
.cart_form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.cart_form input, .cart_form select {
    width: auto;
}
.cart_form input[type=submit] {
    display: block;
    margin-top: 15px;
}
.cart_form button[type=submit] i {
    font-size: 22px;
    padding-top: 3px;
}
.cart_form .form-error {
    background: #fcc;
    color: #a00;
    border: 1px solid #f66;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
}
.cart_form .form-success {
    background: rgb(193,212,60);
    color: rgb(77,116,70);
    padding: 15px;
    font-size: 18px;
    line-height: 25px;
}
.regular_price {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Oswald', Verdana, sans-serif;
}
.checkout-link {
    margin-top: 12px;
}

a.btn.btn-danger {
    margin-bottom: 30px;
    display: block;
}
.tx-cart #form-order .checkout-step-number, .tx-cart #form-cart .checkout-step-number {
    background: rgb(77,116,70) !important;
    width: 30px !important;
    border-radius: 50% !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 18px !important;
}
td.text-right {
    text-align: right;
}
.checkout-step {
    margin-bottom: 2em;
}
#form-coupon {
    margin-top: 4em;
}
#form-coupon .col-lg-3 {
    text-align: right;
}
.method-item-name {
    padding: 2px 0;
}
.method-item-name em {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin-right: 5px;
    background: white;
    border: 1px solid rgb(77,116,70);
    position: relative;
}
.method-item-name.selected em:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgb(77,116,70);
    left: 1px;
    top: 1px;
}
.method-item-name > span {
	font-weight: normal;
	padding-left: 8px;
}
a.set-payment {
    color: inherit;
}
.validation-error.alert, p.alert-message {
    border: 1px solid red;
    background: #fee;
    padding: 5px;
    color: #c00;
    border-radius: 5px;
}
.tx-cart li.alert {
    margin: 0;
    text-indent: 0;
}
.tx-cart li.alert:before {
    display: none;
}
#content .checkout-product-table tr {
    background: #ddd;
    border-top: 15px solid white;
}
#content .checkout-product-table tr.variant {
    border-top-width: 2px;
    background: #eee;
}
#content .checkout-product-table tr.variant-summary {
    border-top-width: 2px;
}
#content .checkout-product-table tr > td:first-of-type {
    padding-left: 8px;
}
#content .checkout-product-table tr.danger {
    background: #fcc;
}
#content .checkout-product-table tr.variant.danger {
    background: #fee;
}
.checkout-product-table .error {
    color: #c00;
}
.cart-update {
    margin-top: 10px;
    margin-bottom: 30px;
    float: none;
    text-align: right;
}




/* overrides top right */
.content_topright .address-categories,
.content_topright .address-date,
.content_topright .gme-address img
{
    display: none;
}
.content_topright .gme-address:not(.topaddress) {
    display: none;
}
.content_topright .js-gme-container {
    height: 124px;
    overflow: hidden;
    position: relative;
}
.content_topright .gme-addresses {
    margin-top: 0;
    position: relative;
}
.content_topright .gme-address {
    display: block;
    float: none;
    height: 120px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background: none;
    padding: 0;
    border: 1px solid transparent;
}
.content_topright .gme-address h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 3px;
}

.gme-detail-window {
    position: fixed;
    overflow: auto;
    max-width: 80vw;
    max-height: 90vh;
    min-width: 30vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    z-index: 4000;
    padding: 40px 20px 20px;
}
.gme-detail-window .address-categories {
    margin: 5px 0 15px;
}
a.close-x {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 24px;
    cursor: pointer;
}
.detailImage {
    padding: 30px 0;
}
.gme-detail-window h4 {
    margin-top: 15px;
}
.gme-curtain {
    position: fixed;
    background-color: rgb(77,116,70);
    opacity: 0.8;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 4000;
}
.gme-detail-window .img-wrap {
    margin: 15px 0;
}
.gme-detail-window .img-outer.multiple .media-element {
    width: 302px;
    display: inline-block;
}
.gme-detail-window .detailImage img {
    border: 1px solid #999;
}



/* boxes */
.box {
    margin: 0;
}
.box,
.frame-layout-1,
.frame-layout-2,
.frame-layout-22,
.frame-layout-3,
.frame-layout-4 {
    padding: 12px;
}
.frame-layout-1,
.frame-layout-2,
.frame-layout-3,
.frame-layout-4 {
    margin-bottom: 30px;
}
.frame-layout-1 + .frame-layout-1,
.frame-layout-2 + .frame-layout-2,
.frame-layout-22 + .frame-layout-22,
.frame-layout-3 + .frame-layout-3,
.frame-layout-4 + .frame-layout-4 {
    margin-top: -30px;
}
.box.grey,
.frame-layout-3 {
    background: #eee;
}
.box.green, 
.content_topright,
.frame-layout-1 {
    background: rgb(77,116,70);
    color: white;
}
.frame-layout-2,
.frame-layout-22 {
    background: rgb(193,212,60);
}
.frame-layout-4 {
    background: white;
}
.content_topright h2,
.frame-layout-1 h2,
.content_topright h3,
.frame-layout-1 h3,
.content_topright h4,
.frame-layout-1 h4,
.content_topright h5,
.frame-layout-1 h5,
.content_topright h6, 
.frame-layout-1 h6 {
    color: white;
}
.frame-layout-2 h2,
.frame-layout-2 h3,
.frame-layout-2 h4,
.frame-layout-2 h5,
.frame-layout-2 h6,
.frame-layout-22 h2,
.frame-layout-22 h3,
.frame-layout-22 h4,
.frame-layout-22 h5
 {
    color: rgb(77,116,70);
}
.frame-layout-1 h2,
.frame-layout-2 h2,
.frame-layout-22 h2,
.frame-layout-3 h2,
.frame-layout-4 h2, 
.frame-layout-1 h3,
.frame-layout-2 h3,
.frame-layout-22 h3,
.frame-layout-3 h3,
.frame-layout-4 h3, 
.frame-layout-1 h4,
.frame-layout-2 h4,
.frame-layout-22 h4,
.frame-layout-3 h4,
.frame-layout-4 h4 { 
	margin-top: 0;
}

.content_topright a,
.frame-layout-1 a,
.box.green a {
    color: rgb(193,212,60);
}
.content_topright a:hover,
.frame-layout-1 a:hover,
.box.green a:hover {
    color: white;
}
.frame-layout-1 h2 a,
.box.green h2 a,
.frame-layout-1 h3 a,
.box.green h3 a,
.frame-layout-1 h4 a,
.box.green h4 a {
    color: white;
}
.frame-layout-1 h2 a:hover,
.box.green h2 a:hover,
.frame-layout-1 h3 a:hover,
.box.green h3 a:hover,
.frame-layout-1 h4 a:hover,
.box.green h4 a:hover {
    color: rgb(193,212,60);
}

.content_topright a.button, 
.frame-layout-1 a.button, 
.box.green a.button {
    color: white;
    border: 1px solid white;
}
.content_topright a.button:hover, 
.frame-layout-1 a.button:hover, 
.box.green a.button:hover {
    background: rgb(100,150,91);
}

.content_right .frame-layout-22 {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-image: url('../Images/gartenbau/arrowmask.svg');
    padding-left: 35px;
    margin-left: -24px;
}
.frame-layout-22 h2 {
    font-size: 26px;
}
.frame-layout-22 h3 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.content_main .frame-layout-22 {
    display: none;
}
.frame-layout-51 img {
    border: 1px solid #aaa;
}
.frame-layout-51 .image-caption {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.frame-type-zw9editionteaser figure {
    float: left;
    margin-right: 10px;
}
.frame-type-zw9editionteaser h4 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6px;
}
.frame-type-zw9editionteaser > h2 {
    padding-bottom: 8px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}
#cboxTitle  {
    left: 5px;
    top: 100%;
}





/* jarallax */
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* banners **/
.banner {
    margin: 25px 0;
}
.banner.leaderboard_top {
    width: 1236px;
    margin: 40px auto;
    text-align: center;
    padding-right: 264px;
}
.banner.skyscrapper .banner {
    margin-top: 0;
}
.gme-address-banner > .banner {
    margin: 0;
}
.banner.skyscrapper {
    float: left !important;
    width: 160px !important;
    margin-right: 0 !important;
    margin-top: 0;
}
.gme-address.gme-address-banner {
    padding: 0;
    background: transparent;
    text-align: center;
}
.gme-address.gme-address-banner .tx-sf-banners .banner {
    margin: 0;
}
.gme-address.gme-address-banner .banner > p {
    display: none;
}

.content_main .tx-sf-banners .banner.bc165 {
    width: 49%;
    display: inline-block;
    float: left;
    text-align: center;
}
.content_bottom .tx-sf-banners .banner.bc165 {
    width: 33.3%;
    display: inline-block;
    float: left;
    text-align: center;
}
.banner > p {
    font-size: 10px;
    text-align: left;
}
.tx-sf-banners:after {
    display: block;
    content: '';
    clear: both;
}
.tx-sf-banners .banner.bc165 > p {
    width: 300px;
    margin: 0 auto;
}
.banner.skyscrapper .banner > p {
    display: none;
}
#preheader .banner {
    margin: 0;
}
#preheader .banner > p {
    display: none;
}


label[for=permalogin] {
    display: inline-block;
    margin: 0 10px 0 0;
}

input#permalogin {
    margin-top: 2px;
}

fieldset.solrnewsserch {
    margin-top: 8px;
}

.solr-protected {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('../Icons/lock-closed-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition-duration: 0.5s;
    z-index: 1;
}

#tx-solr-search #tx-solr-sorting a {
    margin: 0 3px;
}

#tx-solr-search #tx-solr-sorting span.active {
    background-color: rgb(193,212,60) !important;
}

.news .main-news .page-navigation ul {
    float: left;
    margin: 8px 0 12px 0;
}

#cookie-consent.cookie-consent-container span.checkmark {
    margin-right: 15px;
}

#cookie-consent.cookie-consent-container .label input {
    width: 5px;
}

#cookie-consent.cookie-consent-container button {
    margin: 0;
}

.hf-absolute-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    display: block;
}

/* Overrides for SystemUpdate TYPO3 13 */
.frame-type-felogin_login ul li {
    text-indent: 0;
    margin: 0;
}

.frame-type-felogin_login ul li:before {
    content: none;
}

.frame-type-felogin_login ul li ul {
    display: none;
}

.frame-type-felogin_login ul li ul li {
    display: none;
}

.frame-type-felogin_login ul li p.alert-message {
    all: unset;
}

.frame-type-felogin_login form > div,
.frame-type-felogin_login form input[type="submit"] {
    margin-top: 8px;
}

.tx-powermail ol li:before,
.tx-powermail ul li:before {
    content: unset;
}