@font-face {
    font-family: 'gilroyregular';
    src: url("../imgt/fonts/Gilroy-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroybold';
    src: url("../imgt/fonts/Gilroy-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroyblack';
    src: url("../imgt/fonts/Gilroy-ExtraBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroymedium';
    src: url("../imgt/fonts/Gilroy-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


.hw {
    background-color: #EEEEEE;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.hw-error {
    background-color: #cb0000;
    color: #fff;
}

.hw-ok {
    background-color: rgb(166, 244, 98);
    color: #000;
}

.hw-info {
    background-color: #fff887;
    color: #333;
}

.hw-achtung {
    background-color: #ff7438;
    color: #333;
}

.hide {
    display: none;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #fff;
    font-family: 'gilroyregular', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

p, ul, li {
    font-size: 15px;
    line-height: 18px;
}

.schriftfett {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

#ausrichtung {
    width: 1024px;
    margin: 0 auto;
}

#head {
    background-image: url("head.png");
    height: 187px;
    text-align: right;
}

#content {

}

.title {

}

#content {

}

a {
    text-decoration: none;
    color: #fff;
}
a.withIcon::before {
    content: '→' !important;
    margin-right: 6px;
    color: black;
    margin-left: -18px;
}
a.color-white {
    color: white
}
a.color-white::before {
    color: white
}

.trennerweiss {
    background-color: #fff;

    padding-left: 20px;
    padding-right: 20px;

}

h1.trennerweiss {

    color: #8bb438;

    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}

.trenner {
    background-color: rgba(255, 255, 255, 0.6);

    color: #668828;
    padding-left: 20px;
    padding-right: 20px;
}

.innerbox {
    padding: 20px;
    color: #fff;
}

.startbutton {
    background-image: url("button-navi-start.png");
    width: 796px;
    height: 92px;
    margin: 0 auto;
    padding: 35px;
    padding-top: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.startbutton a {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}

.startbutton p {
    color: #dee8c8;
    font-size: 22px;
    margin: 0;
    line-height: 32px;
}

.button {
    padding: 10px 20px;
    box-sizing: border-box;
    border: 2px solid #60b565;
    color: #60b565;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroybold;
}

#footer {
    background-color: #97b0b9;
    margin: 0 auto;
    margin-top: 40px;
}

#footer table {
    max-width: 1300px;
    width: 800px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
}

#footer table tr {
    width: 100%;
}

#footer table tr td {
    vertical-align: top;
    font-family: gilroyregular;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: left;
}

#footer table tr td b {
    font-family: gilroybold;
    font-weight: normal;
}

.willrow {
    width: 265px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.willrow h1 {
    color: #fff;
    font-size: 22px;
}

.hingucker {
    margin-top: 70px;

}

.whiteboxsponsor {
    min-height: 408px;

}

.innerbox td {
    padding-right: 20px;
}

.innerbox input[type="text"] {
    width: 40px;
}

.innerbox td.col1 {
    width: 295px;
}

.innerbox td.col2 {
    width: 130px;
}

.innerbox td.col3 {
    width: 90px;
}

.innerbox td.col4 {
    width: 92px;
}

.innerbox td.col5 {
    width: 60px;
}

#Zusammenfassung {
    position: fixed;
    top: 340px;
    right: 0;
    background-color: #60b565;
    padding: 10px;
    width: 240px;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    font-family: gilroyregular;

    -webkit-transition: top 350ms ease;
    -moz-transition: top 350ms ease;
    transition: top 350ms ease;

}

#Zusammenfassung b {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    font-family: gilroybold;
}

#Zusammenfassung div div {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#Zusammenfassung div div:last-child {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}

#Zusammenfassung div.liste {
    margin-bottom: 0;
    margin-top: 0;
}

#Zusammenfassung hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;

}

td.bigsection {
    color: red;
    font-size: 64px;
    font-weight: bolder;
}

.bearbeitenbereich {
    background-color: #777777;
    color: #fff;
    padding: 5px;
}

.bearbeitenbeschreibung {
    background-color: #dedede;
    color: #777777;
    padding: 5px;
}

.bearbeitentext {
    border: 1px solid red;
    padding: 5px;
}

.bearbeitenlaengen {
    background-color: red;
    color: #fff;
    padding: 5px;
}

.reiteroben {
    text-transform: uppercase;
    font-size: 26px;
    background-image: url("reiter-oben-gruen.png");
    height: 42px;
    padding-top: 9px;
    width: 460px;
    line-height: 42px;
    float: left;
    text-align: center;
}

.reiterobenaktiv {
    background-image: url("reiter-oben-weiss.png");
    color: #668828;
}

.reiterobenaktiv a {

    color: #668828;
}

.reiterbreit {
    text-transform: uppercase;
    font-size: 26px;
    background-image: url("reiter-breit-gruen.png");
    height: 82px;
    width: 190px;
    line-height: 82px;
    float: left;
    text-align: center;
}

.reiterschmal {
    text-transform: uppercase;
    font-size: 26px;
    background-image: url("reiter-schmal-gruen.png");
    height: 82px;
    width: 90px;
    line-height: 82px;
    float: left;
    text-align: center;

}

.reiterschmalaktiv {
    background-image: url("reiter-schmal-weiss.png");

}

.reiterschmalaktiv a {

    color: #668828;
}

.reiterbreitaktiv {
    background-image: url("reiter-breit-weiss.png");
    color: #668828;
}

.reiterbreitaktiv a {

    color: #668828;
}

.qtip-content {
    white-space: pre-wrap !important;
    font-size: 11px !important;
}


.header {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 260px;
    margin: 40px auto;
    box-sizing: border-box;

    background-image: url('header-ecke.png');
    background-position: 40px center;
    background-size: contain;
    background-repeat: no-repeat;

    padding-left: 40px;
    box-sizing: border-box;
}

.header .top,
.header .bottom {
    height: 100px;
    margin-top: 36px;
}

.header .middle {
    height: 60px;
}

.header .title,
.header .logo {
    float: left;
    width: 50%;
    text-align: left;
}

.header .logo {
    text-align: right;
    height: 60px;
}

.header .logo img {
    height: 100%;
}

.header .title h1 {
    background-color: #60b565;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 0 0 20px;
    color: white;
    font-size: 50px;
    width: auto;
    display: inline-block;
    font-weight: normal;
    font-family: gilroybold;
}

.header .middle {
    margin-left: 60px;
    position: relative;
}

.header .middle h2 {
    font-size: 36px;
    line-height: 58px;
    margin: 0;
    font-weight: normal;
    font-family: gilroybold;
}

.header .middle .logout {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: gilroybold;
    color: black;
}

.header #navi {
    margin-left: 20px;
    background-color: #60b565;
}

.header #navi .navibox {
    background-color: #60b565;
    float: left;
    margin-right: 0px;
    padding: 10px 20px;
    min-height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 1px solid white;
}

.header #navi .navibox:hover {
    background-color: rgba(255, 255, 255, 1);
}

.header #navi .navibox:hover a {
    color: #60b565;
}

.header #navi .navibox.inactive {
    background-color: #bbdbb4;
}

.header #navi .navibox a {
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    color: white;
    font-weight: normal;
    font-family: gilroybold;
}


.modulbasis h2,
.module_additional h2,
.druckdatenvorbereiten h2,
.arbeitsschritte h2,
.moduluebersicht h2,
.lieferadressen-container h2 {
    color: #60b565;
    border-bottom: 4px solid #60b565;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: gilroybold;
}

.modulbasis h3,
.module_additional h3
{
    color: #60b565;
    border-bottom: 4px solid #60b565;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    font-family: gilroybold;
}

.hinweis_red {
    color: #e30613;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroybold;
}

.modulbasis a,
.module_additional a
{
    color: #60b565;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroybold;
}

.modulbasis a:before,
.module_additional a:before
{
    content: '→';
}

.modulbox {
    width: 90%;
}

.modulbox table {
    width: 100%;
    border-spacing: 0;
}

.modulbox table tr:nth-child(odd) {
    background-color: #f4f5f7;
}

.modulbox table tr:nth-child(even) {
    background-color: #e1efdc;
}

.modulbox table tr td.row_empty {
    background-color: white;
    color: #60b565;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.modulbox table tr.row_grey td {
    background-color: #f4f5f7;
}

.modulbox table tr.row_greenlight td {
    background-color: #e1efdc;
}

.modulbox table tr td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 10px solid white;
    box-sizing: border-box;
}

.modulbox table tr td.col1 {
    font-weight: normal;
    font-family: gilroybold;
    width: 345px;
}

.modulbox table tr td.col1 a:before {
    content: '';
}

.modulbox table tr td.col1 img {
    vertical-align: middle;
    margin-left: 5px;
}

.modulbox table tr td.col2 {
    font-weight: normal;
    font-family: gilroybold;
    color: #60b565;
    width: 240px;
}

.modulbox table tr td.col2 span.option {
    font-weight: normal;
    font-family: gilroybold;
    color: black;
}

.modulbox table tr td.col3 input,
.modulbox table tr td.col3 input[type=date]
{
    padding: 2px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroyregular;
}

.modulbox .subtext {
    padding: 5px 0;
    box-sizing: border-box;
    color: #464e53;
    font-weight: normal;
    font-family: gilroyregular;
    font-size: 13px;
    line-height: 16px;

}
.modulbox .subtext.abstand-half-links {
    margin-left: 12px;
}
.modulbox .subtext.abstand-links {
    margin-left: 24px;
}


.druckdatenvorbereiten .button {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
}

.druckdatenvorbereiten h3 {
    color: #60b565;
    border-bottom: 4px solid #60b565;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 0;
    padding-left: 20px;
    box-sizing: border-box;
    font-family: gilroybold;
}

.druckdatenvorbereiten .modul-item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    background-color: #97b0b9;
    padding: 20px 40px;
    border: 5px solid white;
    position: relative;
}
.druckdatenvorbereiten .modul-item a {
    font-family: gilroybold;
}

.druckdatenvorbereiten .modul-item .overlay-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.druckdatenvorbereiten .modul-item .overlay-border:before {
    content: '';
    position: absolute;
    top: 30px;
    right: -34px;
    width: 40px;
    height: 50px;
    background: #ffffff;
    transform: rotate(45deg);
    pointer-events: none;
}

.druckdatenvorbereiten .modul-item .overlay-status {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    pointer-events: none;
}

.druckdatenvorbereiten .modul-item .overlay-status i {
    font-size: 30px;
    line-height: 60px;
    padding-right: 40px;
    box-sizing: border-box;
}

.druckdatenvorbereiten .modul-item .overlay-status {

}

.druckdatenvorbereiten .modul-item .overlay-status.done {

}

.druckdatenvorbereiten .modul-item .overlay-status.done i:nth-child(2) {
    display: none;
}

.druckdatenvorbereiten .modul-item .overlay-status.done:hover {
    background-color: rgba(177, 103, 80, 0.71);
}

.druckdatenvorbereiten .modul-item .overlay-status.done:hover i:nth-child(1) {
    display: none;
}

.druckdatenvorbereiten .modul-item .overlay-status.done:hover i:nth-child(2) {
    display: block;
}

.druckdatenvorbereiten .druckdatenseiten {
    margin-bottom: 40px;
}

.druckdatenvorbereiten .druckdatenseiten .page-item {
    float: left;
    width: 50%;
    position: relative;
}

.druckdatenvorbereiten .druckdatenseiten .page-item img {
    width: 100%;
}
.druckdatenvorbereiten .druckdatenseiten .page-item svg {
    position: absolute;
    background-color: transparent;
}
.druckdatenvorbereiten .druckdatenseiten .page-item svg rect {

    fill: transparent;

    outline: 0px solid #60b565;

    -webkit-transition: fill 350ms ease;
    -moz-transition: fill 350ms ease;
    transition: fill 350ms ease;
}
.druckdatenvorbereiten .druckdatenseiten .page-item svg rect:hover {
    fill: rgba(96, 181, 101, 0.5);
}


.druckdatenvorbereiten .page-content-modul {
    margin-top: 60px;
}
.druckdatenvorbereiten ul {
    list-style: none;
    width: 90%;
    margin: 0;
    padding-left: 0;
    margin-left: 22px;
}

.druckdatenvorbereiten ul li {
    color: black;
    font-weight: normal;
    margin-bottom: 2px;
}

.druckdatenvorbereiten ul li::before {
    content: '→';
    margin-right: 6px;
    color: black;
    margin-left: -18px;
}

.druckdatenvorbereiten .page-content-modul table {
    width: 100%;
    border-spacing: 0;
}

.druckdatenvorbereiten .page-content-modul table tr:nth-child(odd) {
    background-color: #f4f5f7;
}

.druckdatenvorbereiten .page-content-modul table tr:nth-child(even) {
    background-color: #e1efdc;
}

.druckdatenvorbereiten .page-content-modul table tr td {
    padding: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(1) {
    width: 100px;
    font-size: 30px;
    color: #60b565;
    font-family: gilroybold;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(2) {
    width: 350px;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(2) label {
    font-size: 16px;
    line-height: 20px;
    color: #60b565;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(2) p {
    font-size: 16px;
    line-height: 20px;
    color: #464e53;
    margin: 0;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) {
    height: 100%;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) textarea {
    width: 100%;
    height: 240px;
    border: 2px solid #c6c6c6;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) textarea.oneliner {
    width: 100%;
    height: 40px;
    border: 2px solid #c6c6c6;
}
.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) textarea.fiveliner {
    width: 100%;
    height: 80px;
    border: 2px solid #c6c6c6;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) .text-count-message,
.module_additional .modulbox table tr td .text-count-message,
.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) p

{
    color: #60b565;
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter !important;
    font-family: gilroyregular;
}

.druckdatenvorbereiten .page-content-modul table tr td:nth-child(3) .error-text.error-text-max {
    color: #cb0000;
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter !important;
    font-family: gilroyregular;
}


.arbeitsschritte .kachel-container {
    margin-left: -10px;
    margin-right: -20px;
}

.arbeitsschritte .kachel {
    float: left;
    width: 33%;
    background-color: #f4f5f7;
    padding: 40px;
    box-sizing: border-box;

    border: 10px solid white;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 400px;
}

.arbeitsschritte .kachel p.bold {
    font-weight: normal;
    font-family: gilroybold;
}

.arbeitsschritte .kachel p {
    font-weight: normal;
    font-family: gilroyregular;
}

.arbeitsschritte .kachel h3 {
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid black;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-family: gilroybold;
}

.arbeitsschritte .kachel ul {
    list-style: none;
    width: 90%;
    margin: 0;
    padding-left: 0;
    margin-left: 22px;
}

.arbeitsschritte .kachel ul li {
    color: black;
    font-weight: normal;
    margin-bottom: 10px;
}

.arbeitsschritte .kachel ul li::before {
    content: '→';
    margin-right: 6px;
    color: black;
    margin-left: -18px;
}

.moduluebersicht {

}

.moduluebersicht p.info-important {
    color: #e30613;
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht .kachel-container {
    margin-left: -10px;
    margin-right: -20px;
}

.moduluebersicht .kachel {
    float: left;
    width: 33%;
    background-color: #f4f5f7;
    padding: 40px;
    box-sizing: border-box;

    border: 10px solid white;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 230px;
}

.moduluebersicht .kachel-container.full-bg {
    background-color: #f4f5f7;
}

.moduluebersicht .kachel-container.full-bg .kachel {
    border: 10px solid #f4f5f7;
    margin-bottom: 0px;
}

.moduluebersicht .kachel p {
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht .kachel h3 {
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid black;
    margin: 0 0 4px 0;
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht .kachel p.subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px 0;
    color: #60b565;
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht .kachel ul {
    list-style: none;
    width: 90%;
    margin: 0;
    padding-left: 0;
    margin-left: 22px;
}

.moduluebersicht .kachel ul li {
    color: black;
    font-weight: normal;
    margin-bottom: 10px;
}

.moduluebersicht .kachel ul li::before {
    content: '→';
    margin-right: 6px;
    color: black;
    margin-left: -18px;
}

.moduluebersicht a {
    color: #60b565;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht a:before {
    content: '→';
}

.moduluebersicht a.button:before {
    content: '';
}


.moduluebersicht a.toggle-mehr,
.moduluebersicht a.toggle-weniger {
    color: #97b0b9;
    margin-left: 19px;
    margin-top: 20px;
    display: block;

    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: gilroybold;
}

.moduluebersicht a.toggle-mehr::before {
    content: '↓';
    margin-right: 6px;
    color: #97b0b9;
    margin-left: -18px;
}

.moduluebersicht a.toggle-weniger::before {
    content: '↑';
    margin-right: 6px;
    color: #97b0b9;
    margin-left: -18px;
}

.moduluebersicht .table-bottom,
.moduluebersicht .table-bottom tr,
.moduluebersicht .table-bottom tr td {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.moduluebersicht .button-container {
    margin-top: 10px;
}


.lieferadressen-container h2 {
    margin-bottom: 0;
}

.lieferadressen-container .innerbox {
    background-color: #f4f5f7;
    color: black;
}

.lieferadressen-container .container-half {
    width: 50%;
    float: left;
}

.lieferadressen-container .container-half.space-right {
    border-right: 10px solid white;
    box-sizing: border-box;
}

.lieferadressen-container .container-half.space-left {
    border-left: 10px solid white;
    box-sizing: border-box;
}

.lieferadressen-container .innerbox table {
    width: 100%;
}

.lieferadressen-container .innerbox table tr {
    width: 100%;
}

.lieferadressen-container .innerbox table tr td:nth-child(1) {
    width: 200px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    font-family: gilroybold;
    vertical-align: top;
}

.lieferadressen-container .innerbox table tr td:nth-child(2) {
    padding-right: 0;
}

.lieferadressen-container .innerbox table tr td:nth-child(2) input[type="text"],
.lieferadressen-container .innerbox table tr td:nth-child(2) textarea {
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}

.lieferadressen-container .innerbox table tr td:nth-child(2) textarea {
    height: 100px;
}

.lieferadressen-container .innerbox .subline {
    color: #464e53;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    font-family: gilroyregular;
}

.lieferadressen-container .innerbox.half table tr td:nth-child(2) input[type="text"],
.lieferadressen-container .innerbox.half table tr td:nth-child(2) textarea {
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}

.lieferadressen-container .innerbox.half table tr td:nth-child(2) textarea {
    height: 100px;
}


.comingsoon {
    color: #60b565;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: gilroybold;
}



.module_additional .modul-item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    background-color: #97b0b9;
    padding: 20px 40px;
    border: 5px solid white;
    position: relative;
    text-align: center;
}
.module_additional .modul-item.twoRows {
    padding: 10px 40px;
}
.module_additional .modul-item.selected {
    background-color: #60b565;
}

.module_additional .modul-item a {
    font-family: gilroybold;
    color: white;

}
.module_additional .modul-item a:before {
    content: '';
    margin-right: 0px;
    margin-left: 0px;
}

.module_additional .modul-item .overlay-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.module_additional .modul-item .overlay-border:before {
    content: '';
    position: absolute;
    top: 30px;
    right: -34px;
    width: 40px;
    height: 50px;
    background: #ffffff;
    transform: rotate(45deg);
    pointer-events: none;
}
