<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    font-family: 'Century Gothic', Century Gothic, Helvetica, Sans-Serif;
    background-color: rgba(156, 203, 66, 0.5);
    font-size: 20px;
    color: #404040;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
@font-face {
    font-family: 'Mostra Nuova AltD';
    src: url('/fonts/MostraNuovaAltD-Regular.ttf');
    font-display: swap;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    display: table-cell;
}
tr {
    vertical-align: top;
}
ul {
    list-style-type: square;
}
.displayflex {
    display: flex;
}
.middle {
    vertical-align: middle;
}
.marginauto {
    margin: auto;
}
.h100 {
    height: 100%;
}
/********************** Layout **********************/
div.content, div.footercontent {
    width: 100%;
    margin: 0px auto;
    padding: 1px 0px 40px 0px;
    font-size: 0.9em;
}
div.footercontent {
    padding: 1px 0px 20px 0px;
}
    div .contentwithbg {
    background-color: #e7e8c8;
    padding: 2px 10px 10px 10px;
}
div.minheightcontent {
    min-height: 250px;
}
div.innercontent {
    padding-top: 12px;
}
div.footer span:first-child {
    margin-left: 0px;
}
div.footer span {
    margin-left: 10px;
    text-wrap: none;
}
div.footer {
    vertical-align: middle;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
div.elimOuterPadding {
    margin: 0 -16px;
}
div.imagelinkbox {
    margin-top: 10px;
}
/********************** Layout END ******************/
/********************** Colors and some font styles **********************/
.txtstandard {
    color: #404040;
}
.txtwhite {
    color: #ffffff;
}
.txtgreen {
    color: #8fc73e;
}
.txtdarkgreen {
    color: #46721F; /* dark green */
}
.txtlightgreen, .txtlightgreenbold {
    color: #77a536;
}
.txtred {
    color: red;
}
.txtdarkred {
    color: #c92e06;
}
.txtorange {
    color: #f59428;
}
.txtsmall {
    font-size: 0.75em;
}
.txtmiddle {
    font-size: 0.9em;
}
.txtmiddle2 {
    font-size: 1.2em;
}
.txtbig {
    font-size: 1.4em;
}
.txtlightgreenbold {
    font-weight: bold;
}
.bolditalic {
    font-weight: bold;
    font-style: italic;
}
.txtbold {
    font-weight: bold;
}
.lh1 {
    line-height: 1.0 !important;
}
.bggreen {
    background-color: rgba(143, 199, 62, 0.7);
}
.bglightgreen {
    background-color: rgba(143, 199, 62, 0.25);
}
.bggreensolid {
    background-color: #8fc73e;
}
.bgdarkgreensolid {
    background-color: #46721F;
}
.bglightgreensolid {
    background-color: #77a536;
}
.bgwhite {
    background-color: #ffffff;
}
.bgbeige {
    /*background-color: #e7e5d5;*/
    background-color: #e7e8c8;
}
.bglightyellow {
    background-color: rgba(255, 220, 30, 0.4);
}
.bgyellow {
    background-color: #dcca00;
}
.bgorange {
    background-color: #f59428;
}
.bglightred {
    background-color: #ff3d3d;
}
.bgred {
    background-color: #c92e06;
}
.bgdarkred {
    background-color: #971f00;  /* darker red */
}
@keyframes okmsgchangecolor {
    from { color: #c92e06; /* (dark) red */ }
    to { color: #46721F; /* dark green */ }
}
@keyframes errormsgchangecolor {
    from { color: #ff3d3d; /* light red */ }
    to { color: #c92e06; /* dark red */ }
}
/********************** Colors and some font styles END ******************/
/********************** Various elements ************************/
.footernewstitle {
    margin: 10px 0px 10px 0px;
}
.titleamount {
    margin: 10px 0px 0px 0px;
    padding-right: 10px;
}
h1, h2, h3, h4, h5, h6, .footernewstitle, .titleamount {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    font-weight: bold;
}
h1, .footernewstitle {
    font-size: 1.4rem;
}
h2 {
    font-size: 1.3rem;
}
h3, .titleamount {
    font-size: 1.2rem;
}
h4, input, select, button {
    font-size: 1.1rem;
}
h5 {
    font-size: 1rem;
}
.bigicon {
    font-size: 3rem;
    float: left;
    margin: 20px 4px 10px 0px;
}
div.pagecontent input[type=submit], div.pagecontent input[type=text], div.pagecontent input[type=email], div.pagecontent select {
    line-height: 36px;
}
input[type=button], input[type=submit] {
    cursor: pointer;
}
div.pagecontent input[type=submit], div.pagecontent button, input[type=file]::-webkit-file-upload-button {
    min-width: 150px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #ffffff !important;
    background-color: #4d7124 !important;
    border: 1px solid #8fc73e;
    border-radius: 3px;
    transition-duration: 0.4s;
}
div.pagecontent input[type=submit].greybutton {
    font-weight: normal;
    color: #404040 !important;
    background-color: #e7e8c8 !important;
    border: 1px solid #404040;
    font-size: 0.9rem;
}
div.pagecontent input[type=submit].greybutton:hover {
    color: #e7e8c8 !important;
    background-color: #404040 !important;
    border: 1px solid #e7e8c8;
}
div.pagecontent input[type=submit].redbutton {
    color: #ffffff !important;
    background-color: #a72200 !important;
    border: 1px solid #404040;
}
div.pagecontent input[type=submit].redbutton:hover {
    color: #a72200 !important;
    background-color: #ffffff !important;
    border: 1px solid #a72200;
}
button.greyuibutton {
    color: #404040 !important;
    background-color: #e7e8c8 !important;
    border: 1px solid #404040;
}
button.greyuibutton:hover {
    color: #e7e8c8 !important;
    background-color: #404040 !important;
    border: 1px solid #e7e8c8;
}
div.pagecontent input[type=submit]:hover, div.pagecontent button:hover, input[type=file]::-webkit-file-upload-button:hover {
    color: #4d7124 !important;
    background-color: #c3d55d !important;
}
.w3-input {
    padding: 2px;
    background-color: rgba(143, 199, 62, 0.15);
}
select.w3-input {
    padding: 4px 2px 4px 2px;
}
#emailform input[type=checkbox], #emailform input[type=text], #emailform input[type=password], #emailform select, #emailform label, .smallinputsform input[type=text], .smallinputsform label {
    line-height: inherit;
    font-size: 0.9rem;
}
#emailform label, .smallinputsform label {
    font-size: 0.8rem;
    color: #5f6f88;
}
fieldset legend {
    font-weight: bold;
    color: #46721F; /* dark green */
}
.multi-select-container {
    display: inline-block;
    position: relative;
}
.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    float: left;
    min-width: 100%;
    background: #ffffff;
    margin: 1em 0;
    padding: 0.3em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1001;
}
.multi-select-menu input {
    margin-right: 0.2em;
    vertical-align: 0.1em;
}
.multi-select-menuitem {
    display: block;
    white-space: nowrap;
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 13em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #77a536;  /* light green */
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}
.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}
.multi-select-container--open .multi-select-menu {
    display: block;
}
.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}
.searchtb {
    width: 95%;
}
.searchbt {
    margin-top: 2px;
}
a.searchResult {
    display: block;
    background-color: rgba(143, 199, 62, 0.15);
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    border-bottom: 1px solid #ffffff;
}
a.searchResult:hover {
    background-color: #46721f;
    color: #ffffff !important;
}
a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: #46721f;
}
div.pagecontent a {
    color: #77a536;
}
div.pagecontent a:hover {
    color: #46721f;
}
a.active {
    color: lightgray;
}
a.active:hover {
    text-decoration: none;
    cursor: default;
}
div.footer,
div.footer a {
    color: #404040;
    font-weight: normal;
}
div.footertitle {
    margin-top: 8px;
    font-weight: 600;
    color: #4d7124;
}
div.footeritem a {
    color: #404040;
    font-weight: normal;
}
div.footeritem a:hover {
    color: #4d7124;
    font-weight: bold;
}
.loader {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#8fc73e 94%,#0000) top/9px 9px no-repeat, conic-gradient(#0000 30%,#8fc73e);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
    animation: fostacloader 1s infinite linear;
}
@keyframes fostacloader {
    100% {
        transform: rotate(1turn);
    }
}
.loaderMsg {
    color: #ffffff;
    margin-top: 20px;
}
.searchMark {
    color: white;
    background-color: red;
}
#topLink {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 1000;
    font-size: 1.8rem;
    padding: 0 8px 0px 8px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid lightgray;
    border-radius: 6px;
}
a.greenbutton {
    width: 100%;
    display: block;
    text-align: center;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #ffffff !important;
    background-color: #4d7124 !important;
    border: 1px solid #8fc73e;
    border-radius: 3px;
}
a.greenbuttonsmall {
    width: 100%;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #4d7124 !important;
    border: 1px solid #8fc73e;
    border-radius: 2px;
}
a.glowimagelink img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: .4s ease;
}
a.glowimagelink:hover img {
    -webkit-box-shadow: 0px 0px 100px 30px rgba(246,235,34,0.90);
    -moz-box-shadow: 0px 0px 100px 30px rgba(246,235,34,0.90);
    box-shadow: 0px 0px 100px 40px rgba(246,235,34,0.80);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: .4s ease;
}
div.boximagepersontext {
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 0.9rem;
    padding: 3px;
    background-color: rgba(143, 199, 62, 0.15);
    min-height: 60px;
}
.ui-dialog-buttonset {
    width: 100%;
    text-align: center
}
.ui-widget {
    font-size: 0.8rem;
}
a.flyerbutton, a.linkbutton {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background-color: #4d7124 !important;
    border: 1px solid #8fc73e;
    border-radius: 3px;
    transition-duration: 0.4s;
}
a.flyerbutton {
    width: 100%;
}
a.linkbutton {
    display: inline-block;
    min-width: 150px;
    padding-left: 4px;
    padding-right: 4px;
}
a.flyerbutton:hover, a.linkbutton:hover, .greenbutton a.greenbutton:hover, a.greenbuttonsmall:hover {
    color: #4d7124 !important;
    background-color: #c3d55d !important;
}
a.flyerbuttonlight {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: #4d7124 !important;
    background-color: #c3d55d !important;
    border: 1px solid #8fc73e;
    border-radius: 3px;
    transition-duration: 0.4s;
}
a.flyerbuttonlight:hover {
    color: #ffffff !important;
    background-color: #4d7124 !important;
}
a.downloadlink {
    display: block;
}
div.boximagelink,
div.boxtextlink {
    margin-top: 4px;
    margin-left: 4px;
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
}
div.boximagelink a:hover,
div.boxtextlink a:hover {
    text-decoration: none;
}
div.boximagelink img {
    width: 100%;
}
div.boximagelinktext {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.70);
    color: #46721F;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    overflow: hidden;
}
.boximagelink a:hover div.boximagelinktext {
    background-color: rgba(255, 255, 255, 0.95);
}
.boximagelinktextactive {
    background-color: rgba(143, 199, 62, 0.75) !important;
}
.boximagelinktextactive * span {
    color: #ffffff !important;
}
.boximagelink a:hover div.boximagelinktextactive {
    background-color: rgb(143, 199, 62, 0.95) !important;
}
.boximagelinktextactive2 {
    background-color: rgba(88, 88, 88, 0.7) !important;
}
.boximagelinktextactive2 * span {
    color: #ffffff !important;
}
.boximagelink a:hover div.boximagelinktextactive2 {
    background-color: rgb(143, 199, 62, 0.95) !important;
}
.boximagedropdown {
    position: relative;
    width: inherit;
    cursor: pointer;
}/*
.onopen {
    background-image: url('/gfx/layout/icon-open.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
}
.onclose {
    background-image: url('/gfx/layout/icon-close.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}*/
div.boximagedropdown div.inner {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    color: #4D4D4D;
    width: 100%;
    font-size: 0.6em;
    line-height: 1.2em;
    font-weight: lighter;
    z-index: 10;
}
div.boximagedropdown div.inner ul {
    list-style: none;
    margin: 0.5em;
    padding-left: 1.2em;
}
div.boximagedropdown div.inner ul li::before {
    content: "\25A0";
    color: #46721F;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
div.imagecontainer {
    position: relative;
}
div.imagecontainer img {
    width: 100%;
    display: block;
}
div.overlaymiddle {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -15px;
}
div.overlaytext, div.overlaytextdarkgreen {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    font-weight: bold;
}
div.overlaytextdarkgreen {
    color: #46721F; /* dark green */
}
div.infobox, div.productinfobox, div.seminarinfobox {
    margin-top: 20px;
    background-color: #d0e45f; /* #c3d55d */
    color: #4d7124;
    padding: 10px;
    word-wrap: break-word;
}
div.seminarinfobox {
    margin-top: 10px;
}
#semInfoBox a {
    color: #46721F;
}
#semInfoBox a:hover {
    color: #ffffff;
}

div.seminarinfoboxlight {
    margin-top: 0px;
    background-color: #cee1a9;
}
div.seminarinfoboxnextdate {
    margin-top: 0px;
    background-color: #ffffff;
}
div.seminarinfoboxdatetitle {
    color: #404040;
    margin-bottom: 10px;
}
div.infobox div.w3-row, div.productinfobox div.w3-row, div.seminarinfobox div.w3-row {
    margin-top: 15px;
}
div.infobox div.w3-row:first-child, div.productinfobox div.w3-row:first-child, div.seminarinfobox div.w3-row:first-child, div.teaminfobox {
    margin-top: 0px;
}
div.teaminfobox {
    color: inherit;
    background-color: #ffffff;
}
div.teammemberdetailimg {
    padding-right: 15px;
}
div.trainercontactbox {
    background-color: #ffffff;
}
div.productinfobox input[type=text], divseminarinfobox input[type=text] {
    min-width: 25px;
}
.prolisttitle {
    margin-bottom: 0.2em;
    line-height: 1;
}
#prosortfilterpanel {
    padding-bottom: 8px;
}
#profilterlistpanel {
    clear: both;
}
div.modalDialog, div.ui-dialog {
    z-index: 1000;
}
div.modalFSImage {
    position: fixed;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.85);
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
}
div.FSImageImage {
    padding: 10px;
}
div.FSImageImage img {
    max-width: 100%;
    max-height: 85vh;
    border: solid 3px #ffffff;
}
div.FSImageTop, div.FSImageTitle {
    display: block;
    width: 100%;
    font-size: 1.3em;
    color: #e7e8c8;
    font-weight: bold;
}
div.FSImageTop {
    padding: 5px 15px 0px 15px;
    text-align: right;
}
div.FSImageTop a:hover {
    color: darkgray;
}
div.FSImageTitle {
    padding: 0px 15px 5px 15px;
    text-align: center;
}
img.smallDialogImg {
    width: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
div.onelineDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pCursor {
    cursor: pointer;
}
div.hotellist {
    margin-bottom: 10px;
    background-color: #e7e8c8;
    padding: 2px;
}
div.hotellist div {
    word-break: break-word;
    padding-left: 5px;
}
div.hotellist div:first-child {
    padding-left: 0px;
}
div.greentextbox, div.lightgreentextbox, div.lightgreentextboxfleft {
    float: right;
    padding: 1.2em;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
    width: 16em;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #4d7124 !important;
}
div.lightgreentextbox, div.lightgreentextboxfleft {
    background-color: #77a536 !important;
}
div.lightgreentextboxfleft {
    float: left;
    margin-left: 0;
    margin-right: 1.2em;
    margin-bottom: 1.2em;
}
div.contentimagecontainerleft {
    padding: 4px 4px 4px 0px;
}
div.contentimagecontainerright {
    padding: 4px 0px 4px 4px;
}
div.quotebox {
    font-size: 1.2em;
}
div.quotebox a {
    color: #46721F;
}
div.quotebox a:hover {
    color: #ffffff;
}
div.youtubecontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
div.youtubecontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
a.faqbutton {
    display: block;
    background-color: rgba(143, 199, 62, 0.15);
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #ffffff;
    margin-top: 16px;
    cursor: pointer;
}
a.faqbutton:hover, a.faqbuttonactive {
    background-color: #46721f;
    color: #ffffff !important;
}
div.faqanswer {
    display: block;
    padding: 14px 8px 14px 8px;
}
.openinghourstable * {
    padding: 4px 4px 4px 0px !important;
}
a.adminlink {
    display: inline-block;
    padding: 2px;
    margin: 0px 6px 0px 4px;
    font-size: 1.3em;
    line-height: 1.3em;
    vertical-align: middle;
    color: #46721F !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: .2s ease;
}
a.adminlink:hover {
    color: #a72200 !important;
}
div.productfindercategorylink {
    padding: 0px !important;
}
div.productfindercategorylink a {
    display: block;
    background-color: rgba(143, 199, 62, 0.15);
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #ffffff;
    margin-top: 16px;
    cursor: pointer;
}
div.productfindercategorylink a:hover {
    background-color: #46721f;
    color: #ffffff !important;
}
/********************** Various elements END *******/
/********************** Mainmenu ******************/
a.mainmenu, a.mainmenuuseractive, a.mainmenuuseractivelogout, a.mainmenuadmin {
    display: inline-block;
    margin-top: 4px;
    margin-right: 6px;
    height: 50px;
    line-height: 50px;
    color: #5b5b5b;
    font-size: 22px;
    position: relative;
}
div.pagemenusm a.mainmenu {
    color: #ffffff;
}
a.mainmenuuseractive, a.mainmenuuseractivelogout {
    color: #ab9977; /* grey-brown */
}
a.mainmenuadmin {
    color: #f59428; /* orange */
}
a.mainmenu:hover, div.pagemenusm a.mainmenu:hover, a.mainmenuuseractive:hover, a.mainmenuadmin:hover {
    color: #8db73a; /* soft green */
}
a.mainmenuuseractivelogout:hover {
    color: #c92e06; /* red */
}
div.searchbox, div.loginstatebox, div.basketstatebox {
    display: none;
    position: absolute;
    padding: 10px;
    top: 88px;
    width: 262px;
    line-height: 1;
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    color: #4d4d4d;
    font-size: 0.8rem;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    z-index: 1001;
}
div.searchbox {
    width: 360px;
    top: 75px;
    margin-left: -80px;
    border: 1px solid #e8e6d4
}
div.searchboxinputdiv {
    width: 300px;
    padding: 4px 10px 0px 0px;
}
div.searchbox a {
    padding: 1px;
}
div.searchbox input {
    padding: 5px;
    font-size: 0.9rem;
}
.headmenustart div.loginstatebox {
    margin-left: 323px;
}
.headmenustart div.lsbwithadminmenu {
    margin-left: 295px;
}
div.basketstatebox {
    text-align: center;
}
div.basketstateboxcontent {
    text-align: center;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 3px;
}
div.basketstateboxline {
    text-align: left;
    line-height: 1.2;
}
div.basketstateboxline div {
    padding-right: 4px;
}
div.basketstateboxline a {
    color: #4d4d4d;
}
div.basketstateboxline a:hover {
    color: #8fc73e;
}
div.loginstatebox:before, div.basketstatebox:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: -30px;
    border-width: 15px;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
    border-style: solid;
}
div.loginstatebox:before {
    left: 138px;
}
.headmenustart div.loginstatebox:before {
    left: 158px
}
div .basketstatebox:before {
    left: 106px;
}
div.isopen {
    display: inline-block;
}
div.basketstateboxline, div.loginstateboxline {
    margin-bottom: 6px;
}
span.baskitemsbadge {
    position: absolute;
    line-height: 1;
    font-size: 0.5em !important;
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    padding: 0.25rem 0.22rem 0.22rem 0.22rem;
    text-align: center;
    vertical-align: bottom;
    top: 0px;
    right: -10px;
}
div.deliveryindicatorcircle {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
}
/********************** Mainmenu END ******************/
/********************** Language menu ******************/
a.langbt {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #5b5b5b;
}
a.langbt:hover {
    color: #8db73a;
}
a.langbtactive {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    color: #8db73a;
}
a.langbtactive:hover, .langbtactive:hover {
    color: #8db73a;
    text-decoration: none;
    cursor: default;
}
a.langbtdeactivated, a.langbtdeactivated:hover {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    color: lightgray;
    cursor: default;
}
a.lightlangbt {
    font-family: 'Mostra Nuova AltD', Mostra Nuova AltD, Helvetica, Sans-Serif;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #ffffff;
}
a.lightlangbt:hover {
    color: lightgray;
}
a.lightlangbtactive {
    font-family: 'Mostra Nuova AltD';
    color: lightgray;
}
a.lightlangbtactive:hover, .lightlangbtactive:hover {
    color: lightgray;
    text-decoration: none;
    cursor: default;
}
/********************** Language menu END ******************/
/********************** Breadcrumbs ******************/
div.breadcrumb {
    color: #ffffff; /* #5b5b5b */
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    background-color: rgba(156, 203, 66, 0.5);
    overflow: hidden;
}
div.breadcrumb &gt; div.pageborder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.breadcrumb:first-child {
    padding-left: 50px;
}
i.breadcrumb {
    margin: 0px 4px 0px 6px;
}
div.breadcrumb a, a.breadcrumb {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}
div.breadcrumb a.breadcrumb:hover {
    color: #404040; /* #FFFFFF */
    font-weight: normal;
}
div.breadcrumb span {
    color: #404040;
}
/********************** Breadcrumbs END **************/
/********************** Products and Seminars and Partner list ********************/
a.wsbutton {
    display: block;
    font-weight: bold;
    padding: 4px 3px 4px 3px;
    margin-top: 2px;
    cursor: pointer;
}
a.wsbutton .fas {
    display: none;
}
a.wsbutton:hover, a.wsbuttonactive {
    background-color: #46721f;
    color: #ffffff !important;
}
a.wsbutton:hover .fas {
    display: inline;
}
div.wsdetails {
    display: block;
    padding: 5px;
    background-color: #ffffff; /* #d0e45f;*/
}
.vdetails {
    background-color: rgba(143, 199, 62, 0.25) !important;
}
.semcalendarviewmonth {
    background-color: #8db73a;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    border-bottom: 1px solid #ffffff;
}
.semcalendarview {
    background-color: #e8e6d4;
    background: linear-gradient(180deg, rgba(232,230,212,1) 0%, rgba(232,230,212,1) 88%, rgba(245,243,225,1) 100%);
    color: #050505 !important;
    padding: 3px 3px 3px 5px;
    border-bottom: 1px solid #ffffff;
}
.semshortviewcontainer, .partnerlistentrycontainer, .mypartnerlistentrycontainer, .mypartnerlistentrycontainersmall {
    padding: 0px 4px !important;
    margin: 0px;
}
.partnerlistentrycontainer {
    background-color: #e8e6d4;
    border-bottom: 3px solid #ffffff;
}
.mypartnerlistentrycontainer, .mypartnerlistentrycontainersmall, .mypartnerlistentrycontainersmall * {
    background-color: #ddebc2 !important;
}
.mypartnerlistentrycontainersmall * img {
    max-height: 110px !important;
}
.semshortviewcontent {
    background-color: #e8e6d4;
    padding: 10px;
    margin-bottom: 8px;
}
.semshortviewduration {
    font-size: 0.8em;
    line-height: 1.2;
    word-wrap: break-word;
}
div.partnerlistmap {
    margin-top: 15px;
    margin-bottom: 5px;
}
.partnerlistentrycontent {
    font-size: 0.9em;
    line-height: 1.2;
    word-wrap: break-word;
    text-align: center;
    min-height: 90px;
    padding: 10px;
    margin-bottom: 8px;
}
div.partnerlistentryimage {
    min-height: 90px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 8px;
    text-align: center;
}
div.partnerlistentryimage img {
    margin: auto;
    max-height: 120px;
}
a.countryflaglink {
    display: inline-block;
    width: 68px;
    height: 53px;
    border: 4px solid white;
}
a.countryflaglink img {
    width: 60px;
    height: 45px;
}
a.activecountryflag {
    border: 4px solid rgb(246,235,34);
}
a.countryflaglink:hover {
    border: 4px solid rgb(246,235,34);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: .4s ease;
}
a.getvcard {
    display: block;
    font-size: 36px;
    color: #46721F !important;
    margin: 50px 8px 4px 4px;
}
a.getvcard:hover {
    color: #f59428 !important;
}
.activesortingbt, .activesortingbt i {
    color: #f59428;
}
.pshortview {
    background-color: #e8e6d4;
    min-height: 200px;
    color: #5b5b5b !important;
    margin-bottom: 16px;
}
.pshortview a, .semshortview a {
    color: #5b5b5b !important;
}
.pshortview a:hover, .semshortview a:hover {
    color: #8db73a !important;
}
.pshortviewtxt, .semshortviewtxt, .semcalendarviewtxt, .semyogacalendarviewtxt {
    min-height: 100px;
    font-size: 0.8em;
    line-height: 1.2;
    word-wrap: break-word;
    -ms-hyphens: auto;
}
.pshortviewtxt {
    height: 103px;
}
.semshortviewtxt {
    height: 120px;
}
.pshortviewtxt, .semshortviewtxt, .semshortviewduration {
    overflow: hidden;
    text-overflow: ellipsis;
}
.pshortviewtxtdesc {
    margin-top: 4px;
}
.semcalendarviewtxt {
    min-height: 40px;
}
.semyogacalendarviewtxt {
    min-height: 20px;
}
.pshortviewlineheight, .semshortviewlineheight {
    padding-top: 6px;
    height: 30px;
    font-size: 0.8em;
    line-height: 1.1;
}
.pshortviewlineheight a {
    font-weight: normal;
}
img.pshortviewproducticon, img.semshortviewproducticon, img.semscalendarviewproducticon {
    margin-right: 2px;
    margin-bottom: 4px;
    width: 35px;
}
img.semshortviewproducticon {
    margin-bottom: 0px;
}
img.semscalendarviewproducticon {
    width: 25px;
}
div.semscalendarviewproducticon {
    margin: auto 3px auto 3px;
}
div.pshortviewbgimg, div.semshortviewbgimg {
    background-color: #5b5b5b !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 235px;
}
div.semshortviewbgimg {
    min-height: 190px;
    height: 190px;
}
.pshortviewprice, .semshortviewprice {
    font-size: 0.8em;
    font-weight: normal;
}
.pshortviewprice {
    margin-bottom: 5px;
    font-weight: bold;
}
.pshortview div.deliveryindicatorcircle {
    margin-right: 6px;
    margin-top: 4px;
}
.productinfobox div.deliveryindicatorcircle {
    border: 1px solid white;
}
a.addtobasketshortview, span.addtobasketshortview {
    display: block;
    font-size: 36px;
    color: #46721F !important;
    margin-top: -5px;
}
a.addtobasketshortview:hover {
    color: #f59428 !important;
}
div.seminardetailstitlecontainer {
    min-height: 100px;
}
div.seminardetailsdateinfo {
    margin-bottom: 5px;
}
div.seminardesc {
    padding: 10px;
}
div.semNextDate {
    color: #ffffff;
}
div.productdesc * input {
    min-width: 0px;
    width: initial;
}
div.productdesc a.flyerbutton {
    margin-top: 20px;
}
div.producttext {
    padding: 10px;
}
div.seminartext {
    padding: 0px 10px 10px 10px;
}
img.producticon, img.productaccessory {
    width: 70px;
    margin-top: 10px;
    margin-right: 5px;
}
div.producticon:last-child, img.productaccessory:last-child {
    margin-right: 0px;
}
img.productaccessory {
    width: 140px;
}
div.productaccessorybox {
    width: 145px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}
img.semdetailsicon {
    width: 50px;
    margin: 0px;
}
div.w3-hide-large div.productinfobox, div.w3-hide-large div.seminarinfobox {
    margin-top: 0px;
}
div.productaddtobasket {
    background-color: rgba(128, 128, 128, 0.5);
    margin-top: 10px;
    border: 1px solid #8fc73e;
}
a.addtobasket {
    display: block;
    padding: 3px;
    font-size: 30px;
    color: #46721F !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: .2s ease;
}
a.addtobasket:hover {
    color: #f59428 !important;
    background-color: #46721F;
}
div.w3-col-addtobasketamount {
    width: 95px;
}
#addtobasketamount {
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
}
.addtobasketsemdetails {
    font-size: 1.4rem;
    color: #46721F !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: .2s ease;
}
.addtobasketsemdetails:hover {
    color: #f59428 !important;
}
div.addtobasketsemdetailsline {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px;
}
div.bigcircle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
div.probasketpageline, div.sembasketpageline {
    border-bottom: 1px solid lightgrey;
}
div.probasketpageline:first-of-type, div.sembasketpageline:first-of-type {
    border-top: 1px solid lightgrey;
}
div.probasketpageline img, div.sembasketpageline img {
    max-height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 8px;
}
.baskettotalicon {
    font-size: 50px;
    margin-left: 25px;
    margin-right: 25px;
}
div.baskettotalline {
    padding: 5px 0px 5px 0px;
}
div.basketbuttonpanel {
    margin-top: 10px;
    margin-bottom: 10px;
}
a.addtobasketbasketpage {
    display: block;
    padding: 4px;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #46721F !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: .2s ease;
}
a.addtobasketbasketpage:first-of-type {
    padding-top: 10px;
}
a.addtobasketbasketpage:hover {
    color: #a72200 !important;
}
/********************** Products END ********************/
@media all and (max-width: 600px) {
    /********************** Layout **********************/
    html, body {
        font-size: 18px;
    }
    div.content, div.footercontent {
        width: 97%;
        padding-bottom: 8px;
    }
    #topLink {
        font-size: 1.5em;
    }
    div.imagelinkbox {
        margin-top: 0px;
    }
    div.boximagelinktext {
        font-size: 0.8em;
    }
    /********************** Layout END ******************/
    /********************** Mainmenu ******************/
    a.mainmenu {
        margin-right: 6px;
        height: 20px;
        line-height: 20px;
    }
    div.searchbox, div.loginstatebox, div.basketstatebox {
        top: 63px;
        right: 0px;
        background-color: #f1efdc;
        border-top: 1px solid #f1efdc;
        border-left: 1px solid #e8e6d4;
        border-bottom: 1px solid #e8e6d4;
        border-right: 1px solid #e8e6d4;
    }
    div.searchbox {
        width: 280px;
    }
    div.searchboxinputdiv {
        width: 220px;
    }
    .headmenustart div.loginstatebox, .headmenustart div.searchbox {
        top: 88px;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .headmenustart div.searchbox {
        top: 75px;
    }
   div .loginstatebox:before, div.basketstatebox:before {
        border-color: transparent transparent #e8e6d4 transparent;
    }
    div.loginstatebox:before {
        left: unset;
        right: 82px;
    }
    .headmenustart div.loginstatebox:before {
        border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
        left: unset;
        right: 47px;
    }
    .headmenustart div.lsbwithadminmenux:before {
        right: 76px;
    }
    div.basketstatebox:before {
        left: unset;
        right: 46px;
    }
    div.bsbwithusermenu:before {
        right: 87px !important;
    }
    div.bsbwithadminmenu:before {
        right: 115px !important;
    }
    span.baskitemsbadge {
        padding: 0.25rem 0.23rem 0.23rem 0.23rem;
        font-size: 0.45rem;
        top: -10px;
        right: -10px
    }
    /********************** Mainmenu END ******************/
    /********************** Breadcrumbs ******************/
    a.breadcrumb, span.breadcrumb {
        font-size: 0.8em;
    }
    i.breadcrumb {
        margin: 0px 2px 0px 3px;
        font-size: 0.8em;
    }
    div.breadcrumb:first-child {
        padding-left: 8px;
    }
    /********************** Breadcrumbs END ******************/
    /********************** Font ************************/
    h1, .footernewstitle {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    h4, input, select, button {
        font-size: 0.9rem;
    }
    div.pagecontent input[type=submit], div.pagecontent input[type=text] {
        line-height: 30px;
    }
    div.pagecontent input[type=submit], div.pagecontent button {
        min-width: 100px
    }
    div.pagecontent input[type=submit].greybutton {
        font-size: 0.75rem;
    }
    /********************** Font END ********************/
    /********************** Products and Seminars ********************/
    .pshortview {
        margin-bottom: 4px;
    }
    img.pshortviewproducticon {
        margin-right: 1px;
        margin-bottom: 0px;
        width: 35px;
    }
    img.semdetailsicon {
        width: 25px;
    }
    div.producttext, div.productinfobox {
        padding: 5px;
    }
    img.producticon {
        width: 40px;
    }
    img.productaccessory, div.productaccessorybox {
        width: 80px;
    }
    a.addtobasketshortview {
        font-size: 26px;
    }
    div.w3-col-addtobasketamount {
        width: 87px;
    }
    div .seminardetailstitlecontainer {
        min-height: 50px;
    }
    div.seminartext, div.producttext {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
    .pshortview div.deliveryindicatorcircle {
        margin-right: 2px;
        margin-top: 4px;
    }
    a.addtobasketbasketpage {
        line-height: 18px;
        font-size: 18px;
    }
    a.addtobasketbasketpage:first-of-type {
        padding-top: 10px;
    }
    /********************** Products and Seminars END ****************/
    /********************** Divers elements *******/
    img.counselorimgmap {
        width: 90%;
        height: 90%;
    }
    a.countryflaglink {
        width: 36px;
        height: 30px;
        border: 2px solid white;
    }
    a.countryflaglink img {
        width: 32px;
        height: 26px;
    }
    a.activecountryflag {
        border: 2px solid rgb(246,235,34);
    }
    a.countryflaglink:hover {
        border: 2px solid rgb(246,235,34);
    }
    .partnerlistentrycontent {
        margin-bottom: 0px;
    }
    a.getvcard {
        display: inline-block;
        font-size: 26px;
        margin: 10px 10px 0px 10px;
        text-align: center;
    }
    div.teammemberdetailimg {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    div.teaminfobox {
        max-width: 450px;
    }
    div.overlaytext {
        font-size: 1.2em;
    }
    a.addtobasket {
        padding: 2px;
        font-size: 26px;
    }
    /********************** Divers elements END *******/
}
@media all and (max-width: 992px) and (min-width: 601px) {
    /********************** Layout **********************/
    html, body {
        font-size: 19px;
    }
    div.content, div.footercontent {
        width: 540px;
        padding-bottom: 20px;
    }
    #topLink {
        font-size: 1.6em;
    }
    /********************** Layout END ******************/
    /********************** Mainmenu ******************/
    a.mainmenu {
        height: 28px;
        line-height: 28px;
    }
    div.searchbox, div.loginstatebox, div.basketstatebox {
        top: 64px;
        background-color: #f1efdc;
        border-top: 1px solid #f1efdc;
        border-left: 1px solid #e8e6d4;
        border-bottom: 1px solid #e8e6d4;
        border-right: 1px solid #e8e6d4;
        margin-left: -48px;
    }
    div.searchbox {
        width: 280px;
        margin-left: -100px;
    }
    div.searchboxinputdiv {
        width: 220px;
    }
    .headmenustart div.loginstatebox, .headmenustart div.searchbox {
        top: 88px;
        background-color: rgba(255, 255, 255, 0.95);
        margin-left: 24px;
    }
    .headmenustart div.searchbox {
        top: 75px;
        margin-left: 10px;
    }
    div.loginstatebox:before, div.basketstatebox:before {
        border-color: transparent transparent #e8e6d4 transparent;
    }
    div.loginstatebox:before {
        left: 180px;
    }
    .headmenustart div.loginstatebox:before {
        border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
        left: 181px;
    }
    div.basketstatebox:before {
        left: 150px;
    }
    span.baskitemsbadge {
        padding: 0.25rem 0.23rem 0.23rem 0.23rem;
        font-size: 0.45rem;
        top: -10px;
        right: -10px
    }
    /********************** Mainmenu END ******************/
    /********************** Breadcrumbs ******************/
    a.breadcrumb, span.breadcrumb {
        font-size: 0.8em;
    }
    div.breadcrumb:first-child {
        padding-left: 14px;
    }
    /********************** Breadcrumbs END ******************/
    /********************** Font ************************/
    h1, .footernewstitle {
        font-size: 1.3rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h4, input, select, button {
        font-size: 0.9rem;
    }
    div.pagecontent input[type=submit].greybutton {
        font-size: 0.75rem;
    }
    /********************** Font END ********************/
    /********************** Products and Seminars ********************/
    .pshortview {
        margin-bottom: 8px;
    }
    img.pshortviewproducticon {
        margin-right: 2px;
        margin-bottom: 0px;
        width: 35px;
    }
    img.semdetailsicon {
        width: 35px;
    }
    div.producttext, div.productinfobox, div.producseminarttext, div.seminarinfobox {
        padding: 10px;
    }
    div.productinfobox, div.productdesc a.flyerbutton {
        margin-top: 10px;
    }
    img.producticon {
        width: 45px;
    }
    img.productaccessory, div.productaccessorybox {
        width: 90px;
    }
    a.addtobasketshortview {
        font-size: 32px;
    }
    div.w3-col-addtobasketamount {
        width: 92px;
    }
    div.seminardetailstitlecontainer {
        min-height: 60px;
    }
    div.seminartext, div.producttext {
        word-wrap: hyphenate;
    }
    /********************** Products and Seminars END ****************/
    /********************** Divers elements *******/
    img.counselorimgmap {
        width: 100%;
        height: 100%;
    }
    a.countryflaglink {
        width: 48px;
        height: 38px;
    }
    a.countryflaglink img {
        width: 40px;
        height: 30px;
    }
    a.getvcard {
        font-size: 30px;
        margin: 24px 5px 4px 4px;
    }
    /********************** Divers elements END *******/
}
@media all and (max-width: 1200px) and (min-width: 993px) {
    /********************** Layout **********************/
    div.content, div.footercontent {
        width: 860px;
        padding-bottom: 20px;
    }
    /********************** Layout END ******************/
    /********************** Mainmenu ******************/
    .headmenustart div.loginstatebox {
        margin-left: 223px;
    }
    .headmenustart div.lsbwithadminmenu {
        margin-left: 195px;
    }
    .headmenustart div.loginstatebox:before {
        left: 142px
    }
    .headmenustart div.searchbox {
        margin-left: 130px;
    }
    /********************** Mainmenu END ******************/
    /********************** Font ************************/

    /********************** Font END ********************/
    /********************** Products and Seminars ********************/
    div.producttext, div.productinfobox, div.producseminarttext, div.seminarinfobox {
        padding: 15px;
    }
    div.productinfobox, div.productdesc a.flyerbutton {
        margin-top: 15px;
    }
    /********************** Products and Seminars END ****************/
    /********************** Divers elements *******/
    img.counselorimgmap {
        width: 160%;
        height: 160%;
    }
    a.countryflaglink {
        width: 48px;
        height: 38px;
    }
    a.countryflaglink img {
        width: 40px;
        height: 30px;
    }
    /********************** Divers elements END *******/
}
@media all and (min-width: 1201px) {
    /********************** Layout **********************/
    div.content, div.footercontent {
        width: 1100px;
    }
    #topLink {
        font-size: 2em;
    }
    /********************** Layout END ******************/
    /********************** Mainmenu ******************/
    .headmenustart div.searchbox {
        margin-left: 231px;
    }
    /********************** Mainmenu END ******************/
    /********************** Font ************************/
/*    h1 {
        font-size: 1.3em;
    }*/
    /********************** Font END ********************/
    /********************** Products and Seminars etc. ********************/
    div.producttext, div.productinfobox, div.producseminarttext, div.seminarinfobox {
        padding: 20px;
    }
    a.addtobasketbasketpage {
        line-height: 26px;
        font-size: 26px;
    }
    a.addtobasketbasketpage:first-of-type {
        padding-top: 10px;
    }
    div.partnerlistentryimage img {
        max-height: 160px;
    }
    /********************** Products and Seminars END ****************/
    /********************** Divers elements *******/
    img.counselorimgmap {
        width: 170%;
        height: 170%;
    }
    /********************** Divers elements END *******/
}</pre></body></html>