input[type=text],
input[type=password] {
    line-height: 1.5em;
}
#navigation-mobile {
    display: none;
}
.meldung_list li {
    text-indent: 4px;
}
body {
    background-image: url(/userfiles/layout/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    background-color: #ffffff;
}
a {
    text-decoration: none;
    color: #5cc233;
}
a:hover {
    color: #3f8523;
}
@media (min-width:768px) {
    #navigation-container,
    #bg {
        width: 780px
    }
}
@media (min-width:992px) {
    #navigation-container,
    #bg {
        width: 1000px
    }
}
@media (min-width:1200px) {
    #navigation-container,
    #bg {
        width: 1200px
    }
}
#gesamt {
    width: 100%;
}
#navigation-container {
    display: flex;
    background-color: #5cc233;
}
#navigation {
    flex-grow: 1;
    padding-left: 10px;
}
#sprachwechsel {
    float: right;
    padding: 0 5px;
}
#sprachwechsel img {
    height: 20px;
    margin-top: 10px;
}
#navigation-container,
#bg {
    margin: 0 auto;
}
#header {
    border-bottom: 8px solid #5cc233;
}
#headerlogo {
    xbackground: url(/userfiles/layout/logo.png);
    height: 110px;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    transition: opacity 0.15s ease-in-out 0s;
    position: relative;
}
#headerlogo:hover {
    opacity: 0.8;
}
#headertext {
    font-size: 20px;
    text-align: center;
    margin: 0 0 14px;
}
#headerlogo a {
    position: absolute;
    top: 0;
    right: 0;
    left: calc(50% - 154px);
    bottom: 0;
}
.fixed-mode #navigation-container {
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 5;
}
.fixed-mode #navigation-container ul {
    xbackground-image: url(/userfiles/layout/logo.png);
    xbackground-size: 84px 30px;
    xbackground-position: 20px center;
    xbackground-repeat: no-repeat;
}
.fixed-mode #bg {
    padding-top: 40px;
}
.dropotron {
    background: white;
    margin: 0;
    padding: 0;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    min-width: 160px;
    flex-direction: column;
}
.dropotron li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropotron a {
    color: #333333;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 20px;
    padding: 3px 20px;
}
.dropotron a:hover {
    color: #fff;
    background-color: #5cc233;
}
#navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #5cc233;
    /* align-items: center; */
    justify-content: center;
    /* flex-grow: 1; */
}
#navigation > ul > li > ul {
    display: none;
}
#navigation ul.fixed-mode {
    padding-left: 130px;
}
#navigation li {
    /* padding: 0 32px; */
    position: relative;
    flex-grow: 1;
}
#navigation li a {
    text-decoration: none;
    color: white;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
}
#navigation a::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #5cc233;
    opacity: 0;
    -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -o-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
}
#navigation a:hover::before {
    top: 0px;
    opacity: .5;
}
#bg {
    background-color: white;
}
#warenkorb_link {
    /* background-color: #5cc233; */
    text-align: right;
    padding-right: 10px;
    margin-top: 2px;
    /* position: relative; */
    /* top: -36px; */
    /* display: inline; */
    /* float: right; */
}
#warenkorb_link a img {
    position: relative;
    top: 3px;
}
#warenkorb_link a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
}
#suche {
    background-color: #5cc233;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    display: none;
}
#suche .suchfeld {
    line-height: 34px;
    height: 34px;
    padding: 0;
    border: none;
}
#suche input[type=submit] {
    margin-left: 5px;
    height: 34px;
    -webkit-appearance: button;
}
#spalten {
    background-color: white;
    display: flex;
}
#navigation-links {
    width: 25%;
}
#navigation-links ul {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}
#navigation-links .unterkategorie {
    font-weight: bold;
}
#navigation-links ul ul a {
    color: black;
}
#navigation-links ul ul a.active {
    font-weight: bold;
}
#navigation-links.shop ul li ul {
    display: none;
}
#navigation-links.shop ul li a.active+ul {
    display: block;
}
#navigation-links.shop ul li a.show-child+ul {
    display: block;
}
#navigation-links-kundenservice {
    padding-left: 10px;
    xfont-size: 80%;
    margin-top: -20px;
}
#navigation-links-kundenservice a {
    color: black;
}
#content {
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
    width: 75%;
    min-height: 300px;
}
#content h3 {
    font-size: 25px;
    margin-top: 28px;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
#content > h3:first-child, .produkt > h3:first-child {
    margin-top: 0px !important;
}
#content h4 {
    font-size: 25px;
    text-align: left;
}
#content h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 28px;
    margin-bottom: 14px;
}
#content h2 {
    color: #fff;
    font-size: 25px;
    background-color: #5cc233;
    padding: 4px 15px;
    position: relative;
    line-height: 30px;
}
#content  div.news > h2:first-child, #content > h2:nth-child(3) {
    margin-top: 0px;
}
#content > div > div.news:first-child {
    margin-top: 0px;
}
#content h2::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 15px;
    background-color: #5cc233;
    content: "";
    height: 100%;
}
#content p {
    margin: 0 0 14px;
}
#content img {
    max-height: 100%;
    height: auto;
}
#content input[type="submit"],
#content button {
    background-color: #5cc233;
    border: 1px solid #999;
    margin-top: 20px;
    color: #fff;
    font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 6px;
    font-size: 20px !important;
    line-height: 2em;
}
#content ul:not(.csc-menu) li:not(.sortable-element)::before {
    content: "> ";
    width: 10px;
    display: inline-block;
}
.no-before {
    margin-left: -28px;
}
.no-before::before {
    content: "" !important;
}
#content ul:not(.csc-menu) li:not(.sortable-element) {
    text-indent: -10px;
}
#content ul:not(.csc-menu),
#content ol {
    margin-top: 0;
    margin-bottom: 0px;
    list-style-type: none;
    margin-left: -12px;
}
#content ol[type="a"] {
    list-style-type: lower-latin;
}
#content table {
    background-color: #ddd;
}
#footer {
    position: relative;
}
.footer_impressum {
    padding-left: 10px;
}
#footer_stamp {
    position: absolute;
    top: 168px;
    right: -80px;
    width: 200px;
    height: 205px;
    background-image: url(/userfiles/layout/Hoogs_Stempel.png);
    background-size: 200px 200px;
    background-repeat: no-repeat;
}
#footer img {
    max-width: 100%;
    border-bottom: 20px solid #5cc233;
}
#footer a {
    color: black;
}
#wp_breadcrumb_0 {
    background-color: #5cc233;
    color: white;
    padding: 0 15px;
    margin-top: 12px;
    margin-bottom: 24px;
}
#wp_breadcrumb_0 ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: 36px;
}
#wp_breadcrumb_0 li:nth-child(1)::before {
    content: "";
    margin-left: 0;
    margin-right: 0;
}
#wp_breadcrumb_0 li::before {
    content: ">>";
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#wp_breadcrumb_0 a,
#wp_breadcrumb_0 {
    color: white;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#header-col {
    font-size: 28px;
    xfont-weight: bold;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 304px;
}
#header-slider {
    height: 400px;
}
#header-slider .wp_box_katalogbilder img {
    height: 400px !important;
    width: 1200px !important;
}
.step {
    height: 400px !important;
    width: 1200px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#header-slider-container {
    position: relative;
    background: white;
}
#cp_pfeile {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
#cp_next {
    position: absolute;
    cursor: pointer;
    top: -225px;
    right: 10px;
    width: 35px;
    height: 50px;
    background-image: url(/userfiles/layout/cp_next.png);
}
#cp_prev {
    position: absolute;
    cursor: pointer;
    top: -225px;
    left: 10px;
    width: 35px;
    height: 50px;
    background-image: url(/userfiles/layout/cp_prev.png);
}
#cp_text_link {
    position: absolute;
    left: 0;
    right: 0;
    /* background-color: red; */
    height: 37px;
    bottom: 0;
}
#scroller {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.spaltbox {
    background-color: #ddd;
    padding: 10px 10px;
    margin-bottom: 2em;
}
.spaltbox h3 {
    margin-top: 0;
}
.spaltbox h4 {
    margin-top: 0px !important;
}
.spaltbox ul {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    column-count: 2;
    margin-left: -30px !important;
}
.spaltbox li {
    /* width: 50%; */
    padding: 0 15px;
    box-sizing: border-box;
}
.slideshow_bu p {
    padding-top: 2px;
    text-align: right;
    color: #5cc233;
}
.kategorie-slideshow {
    width: 612px;
    height: 360px;
    overflow: hidden;
}
.produkt .kategorie-slideshow {
    width: 602px;
}
.slideshow-text {
    position: absolute;
    bottom: -9px;
    right: 0;
    color: #5cc233;
    z-index: 10;
    width: 400px;
}
.slideshow-text div {
    position: absolute;
    text-align: right;
    width: 100%;
    opacity: 0;
    transition: opacity 1s;
}
.slideshow-text .slideshow-v3-current {
    opacity: 1;
}
.kategorie-slideshow img, .kategorie-slideshow video, .kategorie-slideshow iframe {
    min-width: 612px !important;
    min-height: 360px !important;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    object-fit: cover;
}
.slideshow-next,
.slideshow-prev {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 40px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 2;
}
.slideshow-next {
    background: url(/userfiles/layout/next.png);
    right: 10px;
}
.slideshow-prev {
    background: url(/userfiles/layout/prev.png);
    left: 10px;
}
.table-produkt-kategorie {
    width: 100%;
    background: white !important;
    border: none;
}
.table-produkt-kategorie td {
    border: none;
    vertical-align: top;
}
.table-produkt-kategorie td:nth-child(2) {
    float: right;
    position: relative;
}
.produkt table {
    width: 100% !important;
    background-color: white !important;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
.produkt td {
    border: none;
    border-top: 1px solid #dddddd;
    vertical-align: top;
    width: 50%;
}
.produkt table.col-4 td {
    width: 25%;
}
.produkt ul {
    border-top: 1px solid #dddddd;
    padding-top: 0.5em;
    columns: 2;
    column-gap: 34px;
}
.produkt table ul {
    border-top: none;
    padding-top: 0;
    columns: 1;
}
.produkt table p {
    margin: 0 !important;
}
.table {
    width: 100%;
}
.head-cols-2 {
    column-count: 2;
}
.news {
    margin-top: 2em;
}
.news a {
    color: black;
}
.news h2 a {
    color: white;
}
.news .wp_box_katalogbilder {
    float: left;
    margin-right: 10px;
}
.step {
    border-radius: 0;
}
.header-slider-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 16px;
    box-sizing: border-box;
    color: white;
    /* padding-top: 20px; */
    letter-spacing: 0.07em;
}
.header-slider-text a {
    color: white;
}
#cp_text_nr {
    position: absolute;
    bottom: 48px;
    left: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
}
#cp_text_nr span {
    margin-right: 10px;
    cursor: pointer;
}
#produkt_shop .wp_shop_preis,
.produkt_liste_shop .wp_shop_preis {
    font-size: 26px;
    font-weight: bold;
}
.produkt_liste_shop h3 {
    margin-top: 0 !important;
}
#produkt_shop input[type=text],
.produkt_liste_shop input[type=text] {
    height: 24px;
}
#produkt_shop input[type=submit],
.produkt_liste_shop input[type=submit] {
    height: 30px;
    margin-left: 2px;
    position: relative;
top: 3px;
}
.produkt_liste {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.produkt_liste .produkt_liste_img {
    float: left;
    width: 400px;
    min-height: 1px;
}
.produkt_liste .produkt_liste_shop {
    float: left;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: #5cc233 !important;
    background-color: #5cc233 !important;
}
.produkt .wp_box_katalogbilder,
.produkt .wp_katalogbild {
    float: left;
}
.katalog-mainbild .wp_katalogbild {
    /* Fuer Bilder am Anfang von Produktseite. */
    width: 255px;
    height: 360px;
    position: relative;
}
.produkt .wp_katalogbild {
    margin-right: 20px;
}
.katalog-mainbild .wp_katalogbild {
    overflow: hidden;
}
.produkt .wp_katalogbild img {
    /* position: absolute; */
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.produkt {
    position: relative;
}
.produkt .slideshow-text {
    bottom: auto;
    top: 362px;
}
.slideshow_bu {
    display: none;
}
/* #header-slider div {
    will-change: transform;
} */
/* Shop-Registrierung */
.userdatacontrol_show_table {
    background-color: #fff !important;
}
.userdatacontrol_show_table td {
    padding-top: 16px;
}
.userdatacontrol_show_table td:first-child {
    font-weight: bold;
    width: 220px !important;
}
.userdatacontrol_show_table td:nth-child(2) {
    display: none;
}
.userdatacontrol_show_table input, .userdatacontrol_show_table select {
    font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 3em;
    box-sizing: border-box;
    padding-left: .5em;
    line-height: 1.5em;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 320px !important;
}
.userdatacontrol_show_table select {
    width: 320px !important;
}
.userdatacontrol_show_table + input {
    margin-left: calc(25% + 7px) !important;
}
input[name="instanz_steuerung"] + p {
    text-align: left;
    margin-left: 226px !important;
}
input.in_warenkorb_legen {
    line-height: 0px !important;
}
.wp_kontakt_v3 p {
    margin-left: 25% !important;
}
table.dataTable tr.odd {
  background-color: #CCFFCC !important;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #AAFFAA !important;
}
table.dataTable tr.even td {
  background-color: #FFFFFF !important;
}table.dataTable tr.even td.sorting_1 {
  background-color: #EEEEEE !important;
}