/* ADMIN */

#admin-loader {
    background-size: auto 70px;
    background-image: url("/bundles/jmd/images/loading.gif");
}

#toolbar-wrapper #toolbar-menu > li:nth-child(4),
#toolbar-wrapper #toolbar-menu > li:nth-child(5),
#toolbar-wrapper #toolbar-menu > li:nth-child(6),
#toolbar-wrapper #toolbar-menu #toolbar-language,
#website-wrapper .block-article .block-options > span:nth-last-child(3),
#website-wrapper .block-picture .block-options > span:nth-last-child(3),
#website-wrapper .block-menu .block-options > span:nth-last-child(3),
#website-wrapper .block-articlegroup .block-options > span:nth-last-child(4),
#website-wrapper .block-articlegroup .block-options > span:nth-last-child(3),
#website-wrapper .block .block-options > span:nth-last-child(2),
#website-wrapper .block .block-options > span:last-child {
    display: none !important;
}


/* GENERAL */

#website-wrapper {
    display: none;
    position: static !important;
}
#website-wrapper .block .menu *,
#website-wrapper .block .article *,
#website-wrapper .block .team *,
#website-wrapper .block .articlegroup *,
#website-wrapper .block .filebrowser * {
    font-family: "Roboto Regular", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    color: #707070;
}
#website-wrapper .block .article h2 {
    font-family: "Roboto Condensed Bold";
    font-size: 18pt;
    text-transform: uppercase;
    color: #307430;
}
#website-wrapper .block .article p,
#website-wrapper .block .team p,
#website-wrapper .block .articlegroup p,
#website-wrapper .block .filebrowser p {
    margin: 0 0 20px 0;
    line-height: 160%;
}
#website-wrapper .block .article ul,
#website-wrapper .block .team ul,
#website-wrapper .block .articlegroup ul,
#website-wrapper .block .filebrowser ul {
    margin: 0 0 20px 0;
    padding-left: 16px;
    line-height: 160%;
}
#website-wrapper .block .article strong,
#website-wrapper .block .team strong,
#website-wrapper .block .articlegroup strong,
#website-wrapper .block .filebrowser strong {
    font-family: "Roboto Medium";
    font-size: inherit;
    color: inherit;
}
#website-wrapper .block .green-highlights strong {
    color: #7bb801;
}
#website-wrapper .block .article span,
#website-wrapper .block .team span,
#website-wrapper .block .articlegroup span,
#website-wrapper .block .filebrowser span {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
#website-wrapper .block .article a,
#website-wrapper .block .team a,
#website-wrapper .block .articlegroup a {
    text-decoration: none;
    font-family: inherit;
}
#website-wrapper .block-article .article p a,
#website-wrapper .block-articlegroup .articlegroup p a {
    transition: color 0.25s ease-in-out;
    color: #7BB801;
}
#website-wrapper .block .article p a:hover,
#website-wrapper .block .team p a:hover,
#website-wrapper .block .articlegroup p a:hover {
    color: #307430;
}
#website-wrapper .block .article button,
#website-wrapper .block .article .button,
#website-wrapper .block .team .button,
#website-wrapper .block .team .team-member-read-more {
    display: inline-block;
    border: solid 1px #707070;
    padding: 4px 15px;
    line-height: 160%;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
#website-wrapper .block .article button:hover,
#website-wrapper .block .article .button:hover,
#website-wrapper .block .team .button:hover,
#website-wrapper .block .team .team-member-read-more:hover {
    background: #707070;
    color: white;
}
#website-wrapper .block .article button.green,
#website-wrapper .block .article .button.green,
#website-wrapper .block .team .button.green {
    border-color: #7BB801;
    color: #7BB801;
}
#website-wrapper .block .article button.green:hover,
#website-wrapper .block .article .button.green:hover,
#website-wrapper .block .team .button.green:hover {
    background: #7BB801;
    color: white;
}
#website-wrapper .block .article button.dark-green,
#website-wrapper .block .article .button.dark-green,
#website-wrapper .block .team .button.dark-green,
#website-wrapper .block .team .team-member-read-more {
    border-color: #307430;
    color: #307430;
}
#website-wrapper .block .article button.dark-green:hover,
#website-wrapper .block .article .button.dark-green:hover,
#website-wrapper .block .team .button.dark-green:hover,
#website-wrapper .block .team .team-member-read-more:hover {
    background: #307430;
    color: white;
}
#website-wrapper #back-top {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 99999;
    background: #F2F2F2;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.25s ease-in-out;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#website-wrapper #back-top:hover {
    background: #7BB801;
}
#website-wrapper #back-top svg {
    fill: #707070;
    width: 25px;
    height: 25px;
    margin: 12.5px;
    transition: fill 0.25s ease-in-out;
}
#website-wrapper #back-top:hover svg {
    fill: white;
}
.fancybox-overlay {
    z-index: 999999;
}
.fancybox-wrap {
    z-index: 1000000;
}
.fancybox-lock body {
    overflow-y: auto !important;
}


/* POSITIONS */

#website-wrapper .position {
    width: 100%;
}
#website-wrapper #quicklinks {
    width: 100%;
    padding: 0 50px;
    background: #F2F2F2;
}
#website-wrapper #quicklinks #position-jmd-quicklinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 100px auto;
    padding: 10px 0;
}
#website-wrapper #menu {
    width: 100%;
    padding: 0 50px;
    background: white;
    margin-top: -100px;
}
#website-wrapper #menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999;
}
#website-wrapper.admin #menu.sticky {
    top: 40px;
}
#website-wrapper #menu #position-jmd-menu {
    display: block;
    width: 100%;
    max-width: 1500px;
    height: 100px;
    margin: 0 auto;
}
#website-wrapper #position-jmd-footer {
    background: #707070;
    padding: 50px 50px 35px 50px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}


/* QUICKLINKS */

#website-wrapper #quicklinks #position-jmd-quicklinks .block-article {
    min-height: 20px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article {
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article * {
    font-family: "Roboto Condensed";
    font-size: 10pt;
    line-height: 20px;
    height: 20px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article a {
    text-decoration: none;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    transition: color 0.25s ease-in-out;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article a:hover {
    color: #7BB801;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article a span {
    color: inherit;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article a > span:nth-child(2) {
    display: none;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article svg {
    height: 17px !important;
    flex-grow: 0;
    flex-shrink: 0;
    fill: #707070;
    transition: fill 0.25s ease-in-out;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article a:hover svg {
    fill: #7BB801;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article div > span {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    border-right: solid 1px #707070;
    margin-right: 15px;
    padding-right: 10px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article span a {
    margin-right: 8px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 20px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a {
    margin-right: 15px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a svg {
    margin-right: 5px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article > div {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    border-right: solid 1px #707070;
    margin-right: 15px;
    padding-right: 15px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article > div:last-child {
    border-right: none;
    padding-right: 0;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article > div > span {
    margin-right: 10px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article a {
    overflow: hidden;
    max-width: 20px;
    transition: max-width 0.5s ease-out;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article a:hover {
    max-width: 230px;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article a span {
    padding-left: 5px;
    white-space: nowrap;
}
#website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article a:last-child {
    margin-left: 8px;
}


/* MENU */

#website-wrapper #menu #position-jmd-menu .block-picture,
#website-wrapper #menu #position-jmd-menu .block-picture .picture {
    height: 80px;
}
#website-wrapper #menu #position-jmd-menu .block-picture {
    float: left;
    margin: 10px 40px 10px 0;
}
#website-wrapper #menu #position-jmd-menu .block-picture:nth-child(2) {
    margin-right: 0;
}
#website-wrapper #menu #position-jmd-menu .block-menu {
    float: right;
    height: 100px;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu {
    height: 100%;
    width: auto;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li {
    position: relative;
    clear: none;
    height: 100%;
    width: auto;
    padding-top: 8px;
    border-bottom: solid 8px transparent;
    transition: border-color 0.25s ease-in-out;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li.active,
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li.active-parent {
    border-bottom-color: #7BB801;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    font-family: "Roboto Medium";
    transition: color 0.25s ease-in-out;
    background: none;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li:hover > a {
    color: #7BB801;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > a > svg {
    width: 22px;
    height: 22px;
    fill: #7BB801;
    margin-right: 8px;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    width: auto;
    height: auto;
    padding: 15px 0;
    background: white;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li:nth-child(3) > ul {
    display: none !important;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li:nth-child(3) .arrow {
    display: none !important;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul > li > a {
    padding: 0 30px;
    line-height: 35px;
    white-space: nowrap;
    background: none;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul > li:hover > a,
#website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul > li.active > a {
    background: #7BB801;
    color: white;
}


/* HEADER */

#website-wrapper #position-jmd-header .block-picture,
#website-wrapper #position-jmd-header .block-picture .picture {
    width: 100%;
}
#website-wrapper #position-jmd-header .block-article:first-child .article {
    padding: 0;
}
#website-wrapper #position-jmd-header .block-article:first-child .article .animation {
    width: 100%;
}
#website-wrapper #position-jmd-header .block-article:first-child .article .animation video {
    float: left;
    width: 100%;
    height: auto;
}
#website-wrapper #position-jmd-header .block-article:last-child {
    position: absolute;
    bottom: 45px;
    left: 0;
}
#website-wrapper #position-jmd-header .block-article:last-child .article {
    padding: 0;
}
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text {
    padding: 10px 35px 10px 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text-left,
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text-right {
    float: left;
    font-family: "Roboto Condensed Bold";
    font-size: 22pt;
    -webkit-transition: transform 0.75s ease-in-out;
    -o-transition: transform 0.75s ease-in-out;
    -ms-transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
}
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text-right {
    color: #307430;
    transform: translateX(0px);
}
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text-left {
    color: #7BB801;
}
#website-wrapper #position-jmd-header .block-article:last-child .article .header-text-right.preload {
    transform: translateX(140%);
}


/* BADGE */

#website-wrapper #position-jmd-badge {
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 50px;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article {
    padding: 40px 0;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    row-gap: 5px;
    margin-bottom: 30px;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-green {
    color: #7BB801;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-darkgreen {
    color: #307430;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-small {
    font-size: 18.2pt;
    line-height: 18.2pt;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-small .header-badge-green {
    font-family: "Roboto Medium";
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-large {
    font-family: "Roboto Condensed Bold";
    font-size: 22pt;
    line-height: 22pt;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-large > span {
    float: left;
}
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article p,
body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article a {
    margin-bottom: 0;
}


/* CONTENT */

#website-wrapper #position-jmd-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
#website-wrapper #position-jmd-content .block-article {
    width: 100%;
    padding: 0 50px;
}
#website-wrapper #position-jmd-content .block-article:first-child {
    margin: 80px 0;
}
#website-wrapper #position-jmd-content .block-article .article {
    padding: 0;
    float: none;
    margin: 0 auto;
    max-width: 1500px;
}
#website-wrapper #position-jmd-content .block-article:first-child .article,
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title {
    text-align: center;
}
#website-wrapper #position-jmd-content .block-article .article h1,
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title h1 {
    font-family: "Roboto Condensed";
    font-size: 25pt;
    color: #307430;
}
#website-wrapper #position-jmd-content .block-article:first-child .article h1,
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title h1 {
    position: relative;
    display: inline-block;
    margin: 0;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title h1 {
    margin: 80px 0;
}
#website-wrapper #position-jmd-content .block-article:first-child .article h1::before,
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title h1::before {
    position: absolute;
    top: 50%;
    left: -55px;
    content: '';
    width: 30px;
    height: 1px;
    background: #909090;
}
#website-wrapper #position-jmd-content .block-article:first-child .article h1::after,
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-category-title h1::after {
    position: absolute;
    top: 50%;
    right: -55px;
    content: '';
    width: 30px;
    height: 1px;
    background: #909090;
}
#website-wrapper #position-jmd-content .block-article .article table {
    border-collapse: collapse;
    width: 100%;
    height: auto !important;
    border: none;
}
#website-wrapper #position-jmd-content .block-article .article table thead tr th {
    border: none;
    border-bottom: solid 1.5px #307430;
    padding: 0 35px 15px 35px;
    font-family: "Roboto Medium";
}
#website-wrapper #position-jmd-content .block-article .article table thead tr th:first-child {
    padding-left: 0;
}
#website-wrapper #position-jmd-content .block-article .article table thead tr th:last-child {
    padding-right: 0;
}
#website-wrapper #position-jmd-content .block-article .article table tbody tr td {
    border: none;
    border-bottom: solid 1px #F2F2F2;
    padding: 35px;
}
#website-wrapper #position-jmd-content .block-article .article table tbody tr:last-child td {
    border-bottom: solid 1.5px #307430;
}
#website-wrapper #position-jmd-content .block-article .article table tbody tr td:first-child {
    padding-left: 0;
}
#website-wrapper #position-jmd-content .block-article .article table tbody tr td:last-child {
    padding-right: 0;
}
#website-wrapper #position-jmd-content .block-articlegroup {
    width: 100%;
    padding: 0 50px;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article {
    width: calc(25% - 52.5px);
    margin-right: 70px;
    margin-bottom: 70px;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article:nth-child(4n + 4) {
    margin-right: 0;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article .articlegroup-article-image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article .articlegroup-article-image img {
    float: left;
    max-width: 100%;
    max-height: 65px;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article .articlegroup-article-description {
    float: left;
    width: 100%;
}
#website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article .articlegroup-article-description .articlegroup-article-title {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: "Roboto Medium";
    color: #7BB801;
    line-height: 160%;
}
#website-wrapper #position-jmd-content .block-filebrowser {
    width: 100%;
    padding: 40px 50px 70px 50px;
    background: #F2F2F2;
    position: relative;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-initial-loading {
    text-align: center;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    background: rgba(255, 255, 255, 0.5) url(/images/loading.gif) center/60px no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-out;
    z-index: 2;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-loading.active {
    opacity: 1;
    pointer-events: auto;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs .filebrowser-breadcrumbs-item {
    float: left;
    cursor: pointer;
    transition: color 0.25s ease-out;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs .filebrowser-breadcrumbs-item:hover {
    color: #7BB801 !important;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs .filebrowser-breadcrumbs-item:nth-last-child(2) {
    color: #307430;
    font-family: "Roboto Medium";
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs .filebrowser-breadcrumbs-item:nth-last-child(2) svg {
    fill: #307430;
    width: 22px;
    height: 22px;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-breadcrumbs .filebrowser-breadcrumbs-separator {
    float: left;
    margin: 0 5px;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-title {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: #307430;
    font-family: "Roboto Medium";
    font-size: 20pt;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-description {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files {
    float: left;
    width: 100%;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item {
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
    padding-top: calc(25% - 22.5px);
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(4n + 4) {
    margin-right: 0;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item.folder .filebrowser-item-background {
    background-image: url("/uploads/pictures/0-89730100-1580915460.jpeg");
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item.file .filebrowser-item-background {
    background-image: url("/uploads/pictures/00-52324500-1580397834.jpeg");
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item.link .filebrowser-item-background {
    background-image: url("/uploads/pictures/10-76493800-1580397834.jpeg");
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F2F2;
    background-size: cover;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.25s ease-in-out;
    z-index: 0;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:hover .filebrowser-item-background {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(123, 184, 1, 0.35);
    transition: background 0.25s ease-in-out;
    z-index: 0;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:hover::after {
    background: rgba(123, 184, 1, 0);
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-icon {
    display: none;
    margin-bottom: 20px;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-icon svg {
    height: 60px;
    fill: white;
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-name {
    display: inline-block;
    width: 100%;
    color: white;
    font-family: "Roboto Condensed Bold";
    font-size: 18pt;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-name .filebrowser-count {
    display: inline-block;
    font-family: "Roboto Condensed";
    font-size: 16pt;
    margin-left: 5px;
}


/* FOOTER */

#website-wrapper #position-jmd-footer .block-menu {
    display: none;
}
#website-wrapper #position-jmd-footer .block-article {
    width: 100%;
    max-width: 1500px;
}
#website-wrapper #position-jmd-footer .block-article .article {
    padding: 0;
}
#website-wrapper #position-jmd-footer .block-article:first-child {
    margin-bottom: 60px;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block > svg {
    margin-right: 25px;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:first-child > svg {
    width: 61.64px;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(2) > svg {
    width: 84.172px;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-lines {
    display: flex;
    flex-flow: column nowrap;
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line {
    margin-bottom: 4px;
    color: white;
    font-size: 11pt;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line strong {
    margin-bottom: 4px;
    color: white;
    font-size: 11pt;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line a {
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    color: white;
    text-decoration: none;
    font-size: 11pt;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line a:hover {
    color: #7BB801;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:last-child .footer-contact-links-block-line a:hover {
    border-color: #7BB801;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line:last-child {
    margin-bottom: 0;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line,
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line > * {
    float: left;
    line-height: 22pt;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line > svg {
    fill: white;
    margin: 4.5px 15px 0 0;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line a svg {
    fill: white;
    transition: fill 0.25s ease-in-out;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line a:hover svg {
    fill: #7BB801;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:first-child a,
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:nth-child(2) a {
    margin-right: 10px;
    line-height: normal;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:first-child a:last-child {
    margin-right: 0;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:first-child,
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:first-child > strong,
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) .footer-contact-links-block-line:nth-child(2) > strong {
    margin: 0 15px 0 0;
    line-height: normal;
    width: 35px;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:first-child .footer-contact-links-block-line:nth-child(2),
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(2) .footer-contact-links-block-line:nth-child(2) {
    margin: -15px 0 19px 0;
}
#website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:last-child img {
    height: 50px;
}
#website-wrapper #position-jmd-footer .block-article #footer-copyright {
    display: flex;
    justify-content: space-between;
}
#website-wrapper #position-jmd-footer .block-article #footer-copyright a,
#website-wrapper #position-jmd-footer .block-article #footer-copyright span {
    color: white;
    text-decoration: none;
    font-size: 11pt;
    transition: color 0.25s ease-in-out;
}
#website-wrapper #position-jmd-footer .block-article #footer-copyright a:hover {
    color: #7BB801;
}


/* KANZLEI */

#website-wrapper.page- #position-jmd-header .block-picture,
#website-wrapper.page-kanzlei #position-jmd-header .block-picture,
#website-wrapper.page- #position-jmd-header .block-article:first-child,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child {
    width: 100%;
    position: static;
}
#website-wrapper.page- #position-jmd-header .block-picture .picture,
#website-wrapper.page-kanzlei #position-jmd-header .block-picture .picture,
#website-wrapper.page- #position-jmd-header .block-article:first-child .article,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article {
    width: 100%;
    height: calc(100vh - 140px);
    background-position: top center !important;
}
#website-wrapper.admin.page- #position-jmd-header .block-article:first-child .article,
#website-wrapper.admin.page-kanzlei #position-jmd-header .block-article:first-child .article {
    height: calc(100vh - 180px);
}
#website-wrapper.page- #position-jmd-header .block-article:first-child .article div,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#website-wrapper.page- #position-jmd-header .block-article:first-child .article div video,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article div video {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
}
#website-wrapper #position-jmd-header .block-article .article div svg.play,
#website-wrapper #position-jmd-header .block-article .article div svg.play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    padding: 5px;
    opacity: 0.85;
    cursor: pointer;
    fill: white;
    transition: fill 0.25s ease-out;
    z-index: 1;
}
#website-wrapper #position-jmd-header .block-article .article div svg:hover,
#website-wrapper #position-jmd-header .block-article .article div svg:hover {
    fill: #707070 !important;
}
#website-wrapper.page- #position-jmd-header .block-article:first-child .article.inverted div video,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article.inverted div video {
    height: 100%;
    width: auto;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3),
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article {
    padding: 0;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article a,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article a {
    float: left;
    height: 65px !important;
    width: 55px !important;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article a svg,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article a svg {
    height: 55px !important;
    width: 55px !important;
    fill: white;
    transition: fill 0.25s ease-in-out;
    -webkit-animation: mover 0.75s infinite alternate;
    animation: mover 0.75s infinite alternate;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article a:hover svg,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article a:hover svg {
    fill: #7BB801;
}
@-webkit-keyframes mover {
    0% { transform: translateY(10px); }
    100% { transform: translateY(0px); }
}
@keyframes mover {
    0% { transform: translateY(10px); }
    100% { transform: translateY(0px); }
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2),
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article {
    padding: 0;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article div,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article div {
    position: relative;
    height: 110px;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article img,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article img {
    float: left;
    width: 100%;
    height: 100%;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article p,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    color: white;
    font-family: "Roboto Condensed";
    font-size: 14pt;
    transform: translateX(-50%);
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article p strong,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article p strong {
    font-family: "Roboto Condensed Bold";
    color: white;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4),
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) {
    position: absolute;
    right: auto;
    left: 50px;
    top: 25px;
    bottom: auto;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper {
    transform: rotate(-5deg);
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a {
    display: inline-block;
    background: white;
    border: solid 3px #7BB801;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.25s ease-out;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a:hover,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a:hover {
    transform: scale(1.05);
    transition: transform 0.25s ease-out;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner {
    background: #7BB801;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 2px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer {
    color: white;
    font-family: "Roboto Condensed";
    font-size: 11pt;
    margin: -12px 0 10px 0;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free {
    color: #307430;
    font-family: "Roboto Condensed Bold";
    font-size: 15pt;
    margin: 0;
    text-transform: uppercase;
    line-height: 15pt;
}
#website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting,
#website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting {
    color: white;
    font-family: "Roboto Condensed Bold";
    font-size: 12.2pt;
    margin: 0;
    text-transform: uppercase;
}
@-webkit-keyframes slideIn {
    0% { transform: translateX(-102%); }
    100% { transform: translateX(0); }
}
@keyframes slideIn {
    0% { transform: translateX(-102%); }
    100% { transform: translateX(0); }
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child {
    position: absolute;
    bottom: 160px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-102%);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-animation: slideIn 0.7s ease-out 1.3s forwards;
    animation: slideIn 0.7s ease-out 1.3s forwards;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-wrapper {
    display: flex;
    position: relative;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    float: left;
    padding: 28px 60px 28px 50px;
    row-gap: 5px;
    z-index: 1;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-green {
    color: #7BB801;
    text-shadow: 1px 1px 0 transparent, -1px 1px 0 transparent, -1px -1px 0 transparent, 1px -1px 0 transparent;
    transition: color 0.25s ease-out, text-shadow-color 0.25s ease-out;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-darkgreen {
    color: #307430;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-small {
    font-size: 18.2pt;
    line-height: 18.2pt;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-small .header-badge-green {
    font-family: "Roboto Medium";
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-large {
    font-family: "Roboto Condensed Bold";
    font-size: 22pt;
    line-height: 22pt;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-large > span {
    float: left;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25px;
    background-color: #7BB801;
    padding-right: 6px;
    z-index: 0;
    transition: width 0.25s ease-out;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-arrow svg {
    fill: white;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-arrow svg:hover {
    fill: white !important;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-wrapper:hover .header-badge-arrow {
    width: 100%;
}
body #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child .article .header-badge-wrapper:hover .header-badge-green {
    color: white;
    text-shadow-color: #7BB801;
}
#website-wrapper.page- #position-jmd-content,
#website-wrapper.page-kanzlei #position-jmd-content {
    flex-flow: row wrap;
    align-items: initial;
}
#website-wrapper.page- #position-jmd-content .block-article:first-child,
#website-wrapper.page-kanzlei #position-jmd-content .block-article:first-child {
    margin: 0;
}
#website-wrapper.page- #position-jmd-content .block-article,
#website-wrapper.page-kanzlei #position-jmd-content .block-article,
#website-wrapper.page- #position-jmd-content .block-picture,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture {
    width: 25%;
    height: calc(100vw / 4);
    background: #F7F9F2;
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0);
    padding: 0 !important;
}
@supports (-webkit-touch-callout: none) {
    #website-wrapper.page- #position-jmd-content .block-article,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article,
    #website-wrapper.page- #position-jmd-content .block-picture,
    #website-wrapper.page-kanzlei #position-jmd-content .block-picture {
        cursor: pointer;
    }
}
#website-wrapper.page- #position-jmd-content .block-article:hover,
#website-wrapper.page-kanzlei #position-jmd-content .block-article:hover,
#website-wrapper.page- #position-jmd-content .block-picture:hover,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:hover {
    transform: scale(1.025);
    z-index: 99999;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
}
#website-wrapper.page- #position-jmd-content .block-picture .picture,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture .picture {
    width: 100%;
    height: 100%;
}
#website-wrapper.page- #position-jmd-content .block-article .article,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article {
    overflow: hidden;
}
#website-wrapper.page- #position-jmd-content .block-article .article br,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article br {
    display: none;
}
#website-wrapper.page- #position-jmd-content .block-article .article video,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article video {
    float: left;
    width: calc(100% + 8px) !important;
    height: calc(100% + 8px) !important;
    margin: -4px !important;
}
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(2),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(2),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(10),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(10),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(20),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(20),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(26),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(26),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(34),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(34),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(35),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(35),
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(43),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(43) {
    width: 50%;
}
#website-wrapper.page- #position-jmd-content .block-picture:nth-child(25),
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(25) {
    height: calc(100vw / 2);
    margin-bottom: calc(100vw / -2);
}
@media all and (-ms-high-contrast: none) {
    #website-wrapper.page- #position-jmd-content .block-picture:nth-child(25),
    #website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(25) {
        margin-top: calc(100vw /-4);
    }
}
#website-wrapper.page- #position-jmd-content .block:nth-child(27),
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(27) {
    margin-right: 25%;
}
#website-wrapper.page- #position-jmd-content .block-article .article,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article {
    width: 100%;
    height: 100%;
    padding: 0;
}
#website-wrapper.page- #position-jmd-content .block-article .article > div,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div,
#website-wrapper.page- #position-jmd-content .block-article .article > div a,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#website-wrapper.page- #position-jmd-content .block-article .article > div a > div,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 25px;
    font-family: "Roboto Condensed Bold";
    font-size: 24pt;
    text-transform: uppercase;
}
#website-wrapper.page- #position-jmd-content .block-article .article div svg,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div svg {
    height: 140px;
}
#website-wrapper.page- #position-jmd-content .block-article .article div span,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div span {
    text-transform: uppercase;
    font-family: "Roboto Condensed Bold";
    font-size: 30pt;
    margin-top: -5px;
}
#website-wrapper.page- #position-jmd-content .block-article .article div div span,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div div span {
    font-size: 24pt;
    margin-top: 5px;
}
#website-wrapper.page- #position-jmd-content .block-article .article div div br,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div div br {
    display: none;
}
#website-wrapper.page- #position-jmd-content .block-article .article div div span:first-child,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div div span:first-child {
    margin-top: 0;
}
#website-wrapper.page- #position-jmd-content .block-article .article div span:nth-last-child(2),
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div span:nth-last-child(2) {
    color: #7BB801;
}
#website-wrapper.page- #position-jmd-content .block-article .article div span:last-child,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article div span:last-child {
    color: #307430;
}
#website-wrapper.page- #position-jmd-content .block-picture::after,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture::after,
#website-wrapper.page- #position-jmd-content .block-article .article .animation::after,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article .animation::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(123, 184, 1, 0.35);
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
}
#website-wrapper.page- #position-jmd-content .block-picture:hover::after,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:hover::after,
#website-wrapper.page- #position-jmd-content .block-article:hover .article .animation::after,
#website-wrapper.page-kanzlei #position-jmd-content .block-article:hover .article .animation::after {
    opacity: 0;
}
#website-wrapper.page- #position-jmd-content .block-picture > .picture,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture > .picture,
#website-wrapper.page- #position-jmd-content .block-article .article video,
#website-wrapper.page-kanzlei #position-jmd-content .block-article .article video {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.25s ease-in-out;
}
#website-wrapper.page- #position-jmd-content .block-picture:hover > .picture,
#website-wrapper.page-kanzlei #position-jmd-content .block-picture:hover > .picture,
#website-wrapper.page- #position-jmd-content .block-article:hover .article video,
#website-wrapper.page-kanzlei #position-jmd-content .block-article:hover .article video {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: filter 0.25s ease-in-out;
}
#website-wrapper.page- #position-jmd-content .block:first-child { order: 1; }
#website-wrapper.page- #position-jmd-content .block:nth-child(2) { order: 2; }
#website-wrapper.page- #position-jmd-content .block:nth-child(3) { order: 3; }
#website-wrapper.page- #position-jmd-content .block:nth-child(4) { order: 4; }
#website-wrapper.page- #position-jmd-content .block:nth-child(5) { order: 5; }
#website-wrapper.page- #position-jmd-content .block:nth-child(6) { order: 6; }
#website-wrapper.page- #position-jmd-content .block:nth-child(7) { order: 7; }
#website-wrapper.page- #position-jmd-content .block:nth-child(8) { order: 8; }
#website-wrapper.page- #position-jmd-content .block:nth-child(9) { order: 9; }
#website-wrapper.page- #position-jmd-content .block:nth-child(10) { order: 10; }
#website-wrapper.page- #position-jmd-content .block:nth-child(11) { order: 11; }
#website-wrapper.page- #position-jmd-content .block:nth-child(12) { order: 12; }
#website-wrapper.page- #position-jmd-content .block:nth-child(13) { order: 13; }
#website-wrapper.page- #position-jmd-content .block:nth-child(14) { order: 14; }
#website-wrapper.page- #position-jmd-content .block:nth-child(15) { order: 15; }
#website-wrapper.page- #position-jmd-content .block:nth-child(16) { order: 16; }
#website-wrapper.page- #position-jmd-content .block:nth-child(17) { order: 17; }
#website-wrapper.page- #position-jmd-content .block:nth-child(18) { order: 18; }
#website-wrapper.page- #position-jmd-content .block:nth-child(19) { order: 19; }
#website-wrapper.page- #position-jmd-content .block:nth-child(20) { order: 20; }
#website-wrapper.page- #position-jmd-content .block:nth-child(21) { order: 21; }
#website-wrapper.page- #position-jmd-content .block:nth-child(22) { order: 22; }
#website-wrapper.page- #position-jmd-content .block:nth-child(23) { order: 23; }
#website-wrapper.page- #position-jmd-content .block:nth-child(24) { order: 24; }
#website-wrapper.page- #position-jmd-content .block:nth-child(25) { order: 25; }
#website-wrapper.page- #position-jmd-content .block:nth-child(26) { order: 26; }
#website-wrapper.page- #position-jmd-content .block:nth-child(27) { order: 27; }
#website-wrapper.page- #position-jmd-content .block:nth-child(28) { order: 28; }
#website-wrapper.page- #position-jmd-content .block:nth-child(29) { order: 29; }
#website-wrapper.page- #position-jmd-content .block:nth-child(30) { order: 30; }
#website-wrapper.page- #position-jmd-content .block:nth-child(31) { order: 31; }
#website-wrapper.page- #position-jmd-content .block:nth-child(32) { order: 32; }
#website-wrapper.page- #position-jmd-content .block:nth-child(33) { order: 33; }
#website-wrapper.page- #position-jmd-content .block:nth-child(34) { order: 34; }
#website-wrapper.page- #position-jmd-content .block:nth-child(35) { order: 35; }
#website-wrapper.page- #position-jmd-content .block:nth-child(36) { order: 36; }
#website-wrapper.page- #position-jmd-content .block:nth-child(37) { order: 37; }
#website-wrapper.page- #position-jmd-content .block:nth-child(38) { order: 38; }
#website-wrapper.page- #position-jmd-content .block:nth-child(39) { order: 39; }
#website-wrapper.page- #position-jmd-content .block:nth-child(40) { order: 40; }
#website-wrapper.page- #position-jmd-content .block:nth-child(41) { order: 41; }
#website-wrapper.page- #position-jmd-content .block:nth-child(42) { order: 42; }
#website-wrapper.page- #position-jmd-content .block:nth-child(43) { order: 43; }
#website-wrapper.page- #position-jmd-content .block:nth-child(44) { order: 44; }
#website-wrapper.page-kanzlei #position-jmd-content .block:first-child { order: 1; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(2) { order: 2; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(3) { order: 3; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(4) { order: 4; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(5) { order: 5; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(6) { order: 6; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(7) { order: 7; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(8) { order: 8; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(9) { order: 9; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(10) { order: 10; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(11) { order: 11; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(12) { order: 12; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(13) { order: 13; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(14) { order: 14; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(15) { order: 15; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(16) { order: 16; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(17) { order: 17; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(18) { order: 18; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(19) { order: 19; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(20) { order: 20; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(21) { order: 21; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(22) { order: 22; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(23) { order: 23; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(24) { order: 24; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(25) { order: 25; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(26) { order: 26; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(27) { order: 27; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(28) { order: 28; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(29) { order: 29; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(30) { order: 30; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(31) { order: 31; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(32) { order: 32; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(33) { order: 33; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(34) { order: 34; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(35) { order: 35; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(36) { order: 36; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(37) { order: 37; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(38) { order: 38; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(39) { order: 39; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(40) { order: 40; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(41) { order: 41; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(42) { order: 42; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(43) { order: 43; }
#website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(44) { order: 44; }


/* KOMPETENZEN UND PUBLIKATIONEN */

#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 70px;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child {
    background: #F2F2F2;
    padding-bottom: 50px;
    margin-top: 30px;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article {
    width: calc(50% - 35px);
    display: flex;
    margin-bottom: 35px;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article:nth-child(2n + 2) {
    margin-right: 0;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article .articlegroup-article-image {
    width: 150px;
    margin-right: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article .articlegroup-article-image img {
    width: 100%;
    max-width: none;
    max-height: none;
}
#website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article .articlegroup-article-description .articlegroup-article-title {
    margin-bottom: 0;
}


/* PARTNER */

#website-wrapper.page-partner #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line .partner-link {
    border-bottom: solid 1px white;
}
#website-wrapper.page-partner #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 70px;
}
#website-wrapper.page-partner #position-jmd-content .block-articlegroup {
    margin-bottom: 80px;
}
#website-wrapper.page-partner #position-jmd-content .block-articlegroup .articlegroup .articlegroup-articles .articlegroup-article {
    width: calc(33.333% - 46.6667px);
}
#website-wrapper.page-partner #position-jmd-content .block-articlegroup .articlegroup .articlegroup-articles .articlegroup-article:nth-child(4n + 4) {
    margin-right: 70px;
}
#website-wrapper.page-partner #position-jmd-content .block-articlegroup .articlegroup .articlegroup-articles .articlegroup-article:nth-child(3n + 3) {
    margin-right: 0;
}


/* KARRIERE */

#website-wrapper.page-karriere #position-jmd-content .block-article:not(:first-child) .article {
    max-width: 1100px;
}
#website-wrapper.page-karriere #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 70px;
}
#website-wrapper.page-karriere #position-jmd-content .block-article:nth-child(2) .article h2 {
    font-family: "Roboto Medium", "Helvetica", "Arial", sans-serif;
    font-size: 14pt;
    line-height: 125%;
    text-transform: none;
    margin-bottom: 30px;
    color: #7BB801;
}
#website-wrapper.page-karriere #position-jmd-content .block-article:last-child {
    margin-top: 50px;
    margin-bottom: 150px;
}
#website-wrapper.page-karriere #position-jmd-content .block-article:last-child .article div {
    border: solid 3px #7bb801;
    padding: 10px 15px;
}
#website-wrapper.page-karriere #position-jmd-content .block-article:last-child .article ul {
    column-count: 2;
    column-gap: 50px;
    margin-bottom: 0;
}
#website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td {
    vertical-align: top;
    line-height: 160%;
    padding: 25px 35px;
}
#website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:first-child {
    color: #7BB801;
    font-family: "Roboto Medium";
    min-width: 350px;
    padding-left: 0;
}
#website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:last-child {
    min-width: 200px;
    padding-right: 0;
}
#website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:last-child svg {
    height: 40px !important;
    width: 30.93px !important;
}
#website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td ul:last-child {
    margin-bottom: 0;
}


/* LEISTUNGEN */

#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) {
    position: absolute;
    right: auto;
    left: 50px;
    top: 25px;
    bottom: auto;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper {
    transform: rotate(-5deg);
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper > a {
    display: inline-block;
    background: white;
    border: solid 3px #7BB801;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.25s ease-out;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper > a:hover {
    transform: scale(1.05);
    transition: transform 0.25s ease-out;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner {
    background: #7BB801;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 2px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-offer {
    color: white;
    font-family: "Roboto Condensed";
    font-size: 11pt;
    margin: -12px 0 10px 0;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-free {
    color: #307430;
    font-family: "Roboto Condensed Bold";
    font-size: 15pt;
    margin: 0;
    text-transform: uppercase;
    line-height: 15pt;
}
#website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-consulting {
    color: white;
    font-family: "Roboto Condensed Bold";
    font-size: 12.2pt;
    margin: 0;
    text-transform: uppercase;
}
#website-wrapper.page-leistungen #position-jmd-content {
    display: flex;
    flex-flow: row wrap;
    align-items: inherit;
    justify-content: center;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 80px;
}
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3),
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7),
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9),
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13) {
    width: 50%;
}
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3)::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7)::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9)::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(123, 184, 1, 0.35);
    transition: opacity 0.25s ease-in-out;
    pointer-events: none;
}
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3):hover::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7):hover::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9):hover::after,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13):hover::after {
    opacity: 0;
}
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3) .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7) .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9) .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13) .picture {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.25s ease-in-out;
}
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3):hover .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7):hover .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9):hover .picture,
#website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13):hover .picture {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) {
    display: flex;
    align-items: center;
    width: 50%;
    min-height: calc(100vw / 3.1);
    padding: 70px 100px 70px 70px;
    background: #F2F2F2;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) {
    padding: 70px 70px 70px 100px;
    background: white;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5) p,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6) p,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11) p,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) p {
    line-height: 200%;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5) p .button:nth-child(2),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6) p .button:nth-child(2),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11) p .button:nth-child(2),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) p .button:nth-child(2) {
    margin-left: 15px;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10),
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) {
    position: relative;
    width: 50%;
    margin-left: -50%;
    pointer-events: none;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: auto;
    height: auto;
    padding: 5px 40px;
    background: rgba(255, 255, 255, 0.8);
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div svg,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div svg,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div svg,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div svg {
    height: 70px;
    width: 46.022px;
    margin-right: 20px;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div span,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div span,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div span,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div span {
    font-family: "Roboto Condensed Bold";
    font-size: 18pt;
    text-transform: uppercase;
    color: #7BB801;
}
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div span:last-child,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div span:last-child,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div span:last-child,
#website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div span:last-child {
    color: #307430;
}


/* TEAM */

#website-wrapper.page-team #position-jmd-content .block-team {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 80px;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) {
    background: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 100px;
    flex-grow: 0;
    flex-shrink: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team .team {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members {
    justify-content: space-between;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 70px;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member:nth-child(2n + 2) {
    margin-right: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member {
    display: block;
    width: 350px;
    margin-right: 0;
    margin-bottom: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-image {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member .team-member-image {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member .team-member-image {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-image img {
    float: left;
    width: 100%;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-name {
    width: 100%;
    font-family: "Roboto Medium";
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-name a {
    text-decoration: none;
    color: #307430;
    font-size: 14pt;
}
#website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member .team-member-name a {
    font-size: 18pt;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-name a span {
    color: #7BB801;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-preview-text p span {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-preview-text p span svg {
    margin-right: 8px;
    fill: #7BB801;
}
#website-wrapper.page-team #position-jmd-content .block-team .team .team-members .team-member .team-member-preview-text .team-cv {
    display: none;
}


/* TEAM DETAIL */

#website-wrapper.page-team-detail #position-jmd-header {
    background: #F2F2F2;
    display: flex;
    margin-bottom: 80px;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team {
    width: 100%;
    padding: 0 50px;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-image {
    padding-top: 20px;
    width: 300px;
    margin-right: 150px;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-image img {
    width: 100%;
    float: left;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 400px;
    flex-grow: 0;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview .team-detail-name h1 {
    font-family: "Roboto Condensed Bold";
    text-transform: uppercase;
    color: #307430;
    font-size: 18pt;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview .team-detail-name h1 span {
    font-family: inherit;
    width: 100%;
    display: block;
    font-size: 15pt;
    color: #7BB801;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview .team-detail-preview-text {
    max-width: 400px;
    width: 100%;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview .team-detail-preview-text p span {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
}
#website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview .team-detail-preview-text p span svg {
    fill: #7BB801;
    margin-right: 8px;
}
#website-wrapper.page-team-detail #position-jmd-content .block-team {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 60px;
}
#website-wrapper.page-team-detail #position-jmd-content .block-team .team {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#website-wrapper.page-team-detail #position-jmd-content .block-article {
    margin-bottom: 130px;
}


/* SERVICES */

#website-wrapper.page-services #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 60px;
}


/* KONTAKT */

#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article {
    display: flex;
    flex-flow: row nowrap;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child {
    padding-right: 100px;
    flex-shrink: 0;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child > div {
    width: 150px;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child > div h3 {
    font-family: "Roboto Medium";
    text-transform: uppercase;
    color: #307430;
    margin-bottom: 8px;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p {
    width: 50%;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p:first-child {
    width: 100%;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p:first-child a {
    color: #7BB801;
    transition: color 0.25s ease-in-out;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p:first-child a:hover {
    color: #307430;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p span {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p span a {
    color: #707070;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p span svg {
    fill: #7BB801;
    margin-right: 8px;
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0;
    flex-grow: 0;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p span a {
    transition: color 0.25s ease-in-out;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p span a:hover {
    color: #7BB801;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(3) {
    width: 100%;
    padding: 0;
    margin-top: 60px;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(3) .article {
    max-width: none;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(3) p {
    margin-bottom: 0;
}
#website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(3) p iframe {
    float: left;
    height: 400px;
}


/* IMPRESSUM */

#website-wrapper.page-impressum #position-jmd-content {
    padding-bottom: 130px;
}
#website-wrapper.page-impressum  #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 50px;
}
#website-wrapper.page-impressum #position-jmd-content .block-article .imprint-contact {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 60px;
}
#website-wrapper.page-impressum  #position-jmd-content .block-article .imprint-contact div {
    width: 50%;
}
#website-wrapper.page-impressum #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line .imprint-link {
    border-bottom: solid 1px white;
}


/* DATENSCHUTZ */

#website-wrapper.page-datenschutz #position-jmd-content {
    padding-bottom: 130px;
}
#website-wrapper.page-datenschutz #position-jmd-content .block-article:nth-child(2) {
    margin-bottom: 50px;
}
#website-wrapper.page-datenschutz #position-jmd-content .block-article .privacy-contact {
    display: flex;
    flex-flow: row wrap;
}
#website-wrapper.page-datenschutz #position-jmd-content .block-article .privacy-contact div {
    width: 50%;
}
#website-wrapper.page-datenschutz #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block .footer-contact-links-block-line .privacy-link {
    border-bottom: solid 1px white;
}


/* RESPONSIVE */

@media only screen and (max-width: 1380px) {

    /* QUICKLINKS */

    #website-wrapper #quicklinks #position-jmd-quicklinks {
        margin-bottom: 80px;
    }


    /* MENU */

    #website-wrapper #menu {
        margin-top: -80px;
    }
    #website-wrapper #menu #position-jmd-menu {
        height: 80px;
    }
    #website-wrapper #menu #position-jmd-menu .block-menu {
        height: 80px;
    }
    #website-wrapper #menu #position-jmd-menu .block-picture {
        margin-right: 25px;
    }
    #website-wrapper #menu #position-jmd-menu .block-picture,
    #website-wrapper #menu #position-jmd-menu .block-picture .picture {
        height: 60px;
    }
}
@media only screen and (max-width: 1260px) {

    /* GENERAL */

    #website-wrapper #back-top {
        right: 25px;
    }


    /* QUICKLINKS */

    #website-wrapper #quicklinks {
        padding: 0 25px;
    }


    /* MENU */

    #website-wrapper #menu {
        padding: 0 25px;
    }
    
    
    /* HEADER */
    
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text {
        padding: 10px 25px 10px 25px;
    }
    
    
    /* BADGE */

    #website-wrapper #position-jmd-badge {
        padding: 0 25px;
    }


    /* CONTENT */

    #website-wrapper #position-jmd-content .block-article {
        padding: 0 25px;
    }
    #website-wrapper #position-jmd-content .block-article:first-child {
        margin: 60px 0;
    }
    #website-wrapper #position-jmd-content .block-articlegroup {
        padding: 0 25px;
    }
    #website-wrapper.page-team #position-jmd-content .block-team {
        padding: 0 25px;
    }
    #website-wrapper #position-jmd-content .block-filebrowser {
        padding: 40px 25px 70px 25px;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-name {
        font-size: 15pt;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item {
        width: calc(33.333% - 20px);
        padding-top: calc(33.333% - 20px);
        margin-right: 30px !important;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(3n + 3) {
        margin-right: 0 !important;
    }


    /* FOOTER */

    #website-wrapper #position-jmd-footer {
        padding: 50px 25px 35px 25px;
    }


    /* KANZLEI */

    #website-wrapper.page- #position-jmd-header .block-picture .picture,
    #website-wrapper.page-kanzlei #position-jmd-header .block-picture .picture,
    #website-wrapper.page- #position-jmd-header .block-article:first-child .article,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article {
        height: calc(100vh - 120px);
    }
    #website-wrapper.admin.page- #position-jmd-header .block-picture .picture,
    #website-wrapper.admin.page-kanzlei #position-jmd-header .block-picture .picture,
    #website-wrapper.admin.page- #position-jmd-header .block-article:first-child .article,
    #website-wrapper.admin.page-kanzlei #position-jmd-header .block-article:first-child .article {
        height: calc(100vh - 160px);
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4),
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) {
        left: 25px;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div span,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div span {
        font-size: 20pt;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div svg,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div svg {
        height: 90px;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article > div a > div,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a > div {
        margin-top: 15px;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div div span,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div div span {
        font-size: 18pt;
        margin: -3px 0 0 0;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div > a > svg.icon,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div > a > svg.icon {
        height: 60px !important;
        width: 60px !important;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article > div a > div,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a > div {
        font-size: 18pt;
    }


    /* KOMPETENZEN */

    #website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article .articlegroup-article-image {
        width: 100px;
    }


    /* KARRIERE */

    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:first-child {
        min-width: 250px;
    }
    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:last-child {
        min-width: 150px;
    }


    /* LEISTUNGEN */

    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) {
        min-height: calc(100vw / 3.1);
        padding: 50px 25px 50px 25px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5) .article p,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6) .article p,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11) .article p,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) .article p {
        line-height: 180%;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article {
        padding: 5px 25px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div svg {
        height: 50px;
        width: 32.873px;
    }


    /* TEAM */

    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member {
        width: 260px;
    }
    #website-wrapper.page-team-detail #position-jmd-header .block-team {
        padding: 0 25px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    #website-wrapper.page-team-detail #position-jmd-content .block-team {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 1260px) {

    /* QUICKLINKS */

    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article a span {
        display: none !important;
    }


    /* MENU */

    body #website-wrapper #menu #position-jmd-menu {
        height: auto;
        min-height: 80px;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu {
        width: 100%;
        display: none;
        min-height: auto;
        height: auto;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu {
        width: 100%;
        display: flex;
        flex-flow: column nowrap !important;
        padding: 15px 0;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li {
        width: 100%;
        height: auto;
        margin: 5px 0 0 0 !important;
        border-left: solid 5px transparent;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li:first-child {
        margin-top: 0;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.active,
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.active-parent {
        border-bottom: none;
        border-left: solid 5px #7BB801;
        padding-bottom: 8px;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.parent > .arrow {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 14px;
        z-index: 1;
        cursor: pointer;
        border-top: solid 12px #7BB801;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        transition: border-top-color 0.25s ease-in-out;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.open.parent > .arrow {
        transform: rotate(180deg);
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.active.parent > .arrow:hover,
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.parent:hover > .arrow:hover {
        border-top-color: #307430;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li > a {
        height: auto;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li > a > svg {
        display: block !important;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
        box-shadow: none;
        background: none;
        width: 100%;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.parent.active > ul,
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li.parent.active-parent > ul {
        display: block;
    }
    body #website-wrapper #menu #position-jmd-menu .block-menu .menu > li > ul::before {
        content: none;
    }


    /* FOOTER */

    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block {
        width: 50%;
        margin-bottom: 40px;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3),
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(4) {
        margin-bottom: 0;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-copyright span:first-child {
        margin-right: 30px;
    }


    /* KONTAKT */

    #website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1000px) {

    /* TEAM */

    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(3) .team .team-members .team-member {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 50px;
    }
    #website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-image {
        margin-right: 70px;
    }
}
@media only screen and (max-width: 950px) {

    /* QUICKLINKS */

    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article .article > div {
        float: left;
        display: inline-block;
        min-height: 20px;
        height: auto;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > span,
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a {
        float: left;
        clear: left;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > span {
        margin-bottom: 10px;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a:last-child {
        clear: none;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a:last-child span:nth-child(2) {
        display: block;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a:last-child span:nth-child(3) {
        display: none;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-end;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article > div:first-child {
        margin-bottom: 10px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:last-child .article > div:last-child {
        margin-right: 0;
    }
    
    
    /* BADGE */

    #website-wrapper #position-jmd-badge {
        display: flex;
    }


    /* CONTENT */

    #website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article {
        width: calc(50% - 50px) !important;
        margin-right: 50px !important;
        margin-bottom: 50px !important;
    }
    #website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article:nth-child(2n + 2) {
        margin-right: 0;
    }
    
    
    /* KANZLEI */

    #website-wrapper.page- #position-jmd-header .block-picture .picture,
    #website-wrapper.page-kanzlei #position-jmd-header .block-picture .picture,
    #website-wrapper.admin.page- #position-jmd-header .block-picture .picture,
    #website-wrapper.admin.page-kanzlei #position-jmd-header .block-picture .picture,
    #website-wrapper.page- #position-jmd-header .block-article:first-child .article,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:first-child .article,
    #website-wrapper.admin.page- #position-jmd-header .block-article:first-child .article,
    #website-wrapper.admin.page-kanzlei #position-jmd-header .block-article:first-child .article {
        height: 46vw;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4),
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) {
        top: 25px;
        bottom: auto;
        z-index: 1;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a {
        width: 120px;
        height: 120px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner {
        width: 110px;
        height: 110px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer {
        font-size: 9pt;
        margin: -12px 0 10px 0;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free {
        font-size: 13pt;
        line-height: 15pt;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting {
        font-size: 10.2pt;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article div,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article div {
        height: 80px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article p,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article p {
        bottom: 13px;
        font-size: 12pt;
        padding: 0 25px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3),
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) {
        bottom: 65px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article a,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article a {
        height: 50px !important;
        width: 42px !important;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3) .article a svg,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) .article a svg {
        height: 42px !important;
        width: 42px !important;
    }
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:last-child {
        display: none !important;
    }
    body #website-wrapper.page-kanzlei #position-jmd-badge .block-article {
        display: block;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div span,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div span {
        font-size: 14pt;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div svg,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div svg {
        height: 50px;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article > div a > div,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a > div {
        margin-top: 10px;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div div span,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div div span {
        font-size: 12pt;
        margin: -3px 0 0 0;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article div > a > svg.icon,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article div > a > svg.icon {
        height: 40px !important;
        width: 40px !important;
    }
    #website-wrapper.page- #position-jmd-content .block-article .article > div a > div,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article .article > div a > div {
        font-size: 12pt;
    }


    /* KOMPETENZEN */

    #website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article {
        width: 100% !important;
        margin-right: 0 !important;
    }


    /* KARRIERE */

    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:first-child {
        min-width: auto;
    }
    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:last-child {
        min-width: auto;
    }


    /* LEISTUNGEN */

    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) {
        top: 25px;
        right: 50px;
        left: auto;
        bottom: auto;
        z-index: 1;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper {
        transform: rotate(5deg);
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper > a {
        width: 120px;
        height: 120px;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner {
        width: 110px;
        height: 110px;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-offer {
        font-size: 9pt;
        margin: -12px 0 10px 0;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-free {
        font-size: 13pt;
        line-height: 15pt;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-consulting {
        font-size: 10.2pt;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(3),
    #website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(7),
    #website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(9),
    #website-wrapper.page-leistungen #position-jmd-content .block-picture:nth-child(13) {
        width: 100%;
        height: 350px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) {
        width: 100%;
        margin-left: -100%;
        height: 350px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div svg,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div svg {
        height: 40px;
        width: 26.3px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(4) .article > div span,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(8) .article > div span,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(10) .article > div span,
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(14) .article > div span {
        font-size: 15pt;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(5),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(6),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(11),
    #website-wrapper.page-leistungen #position-jmd-content .block-article:nth-child(12) {
        width: 100%;
        padding: 40px 25px 40px 25px;
    }
    #website-wrapper.page-leistungen #position-jmd-content .block:first-child { order: 1; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(2) { order: 2; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(3) { order: 3; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(4) { order: 4; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(5) { order: 5; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(6) { order: 8; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(7) { order: 6; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(8) { order: 7; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(9) { order: 9; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(10) { order: 10; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(11) { order: 11; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(13) { order: 12; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(14) { order: 13; }
    #website-wrapper.page-leistungen #position-jmd-content .block:nth-child(12) { order: 14; }


    /* TEAM */

    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members {
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
    }
    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member {
        width: auto;
        max-width: 300px;
        margin-bottom: 50px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member:last-child {
        width: auto;
        max-width: 300px;
        margin-bottom: 0;
    }


    /* KONTAKT */

    #website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:nth-child(2) p {
        width: 100%;
    }
    #website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child {
        padding-right: 35px;
    }
}
@media only screen and (max-width: 850px) {

    /* MENU */

    #website-wrapper #menu #position-jmd-menu .block-picture {
        margin-right: 15px;
    }


    /* HEADER */

    #website-wrapper #position-jmd-header .block-article:last-child {
        bottom: 30px;
    }
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text {
        padding: 7px 25px 7px 25px;
    }
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text-left,
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text-right {
        font-size: 18pt;
    }


    /* CONTENT */
    
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-name {
        font-size: 15pt;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item {
        width: calc(50% - 15px);
        padding-top: calc(50% - 15px);
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(odd) {
        margin-right: 30px !important;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(even) {
        margin-right: 0 !important;
    }


    /* FOOTER */

    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block {
        width: 100%;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(3) {
        margin-bottom: 40px;
    }


    /* KARRIERE */

    #website-wrapper.page-karriere #position-jmd-content .block-article .article table thead tr th:not(:first-child) {
        display: none;
    }
    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td:first-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    #website-wrapper.page-karriere #position-jmd-content .block-article .article table tbody tr td {
        float: left;
        clear: left;
        width: 100%;
        padding: 25px 0;
    }
    #website-wrapper.page-karriere #position-jmd-content .block-article:last-child .article ul {
        column-count: 1;
    }


    /* TEAM */

    #website-wrapper.page-team-detail #position-jmd-header .block-team .team {
        flex-flow: column nowrap;
        align-items: center;
    }
    #website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-image {
        margin-right: 0;
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    #website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview {
        margin-bottom: 50px;
    }


    /* IMPRESSUM */

    #website-wrapper.page-impressum #position-jmd-content .block-article .imprint-contact {
        flex-flow: column nowrap;
    }
    #website-wrapper.page-impressum #position-jmd-content .block-article .imprint-contact > div {
        width: 100%;
    }
    #website-wrapper.page-impressum #position-jmd-content .block-article .imprint-contact > div:first-child {
        margin-bottom: 30px;
        width: 100%;
    }


    /* DATENSCHUTZ */

    #website-wrapper.page-datenschutz #position-jmd-content .block-article .privacy-contact {
        flex-flow: column nowrap;
    }
    #website-wrapper.page-datenschutz #position-jmd-content .block-article .privacy-contact > div {
        width: 100%;
    }
    #website-wrapper.page-datenschutz #position-jmd-content .block-article .privacy-contact > div:first-child {
        margin-bottom: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {

    /* HEADER */

    #website-wrapper #position-jmd-header .block-article:last-child {
        bottom: 25px;
    }
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text-left,
    #website-wrapper #position-jmd-header .block-article:last-child .article .header-text-right {
        font-size: 14pt;
    }
    
    
    /* CONTENT */

    #website-wrapper #position-jmd-content .block-articlegroup .articlegroup-articles .articlegroup-article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 35px !important;
    }


    /* KANZLEI */

    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4),
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) {
        top: 5px;
        left: 5px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper > a {
        width: 90px;
        height: 90px;
        border: solid 2px #7BB801;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner {
        width: 84px;
        height: 84px;
        margin: 1px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-offer {
        font-size: 7pt;
        margin: -8px 0 3px 0;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-free {
        font-size: 9.5pt;
        line-height: 10pt;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(4) .article .sticker-wrapper .sticker-inner .sticker-consulting {
        font-size: 7.7pt;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article div,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article div {
        height: 60px;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article p,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article p {
        bottom: 9px;
        font-size: 10pt;
    }
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(3),
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(3) {
        bottom: 50px;
    }
    #website-wrapper.page- #position-jmd-content .block-article,
    #website-wrapper.page-kanzlei #position-jmd-content .block-article,
    #website-wrapper.page- #position-jmd-content .block-picture,
    #website-wrapper.page-kanzlei #position-jmd-content .block-picture {
        width: 50%;
        height: calc(100vw / 2);
        margin: 0 !important;
    }
    #website-wrapper.page- #position-jmd-content .block:first-child { order: 1; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(5) { order: 6; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(6) { order: 7; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(7) { order: 5; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(8) { order: 10; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(10) { order: 8; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(20) { order: 22; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(21) { order: 20; }
    #website-wrapper.page- #position-jmd-content .block:nth-child(22) { order: 21; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:first-child { order: 1; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(5) { order: 6; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(6) { order: 7; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(7) { order: 5; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(8) { order: 10; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(10) { order: 8; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(20) { order: 22; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(21) { order: 20; }
    #website-wrapper.page-kanzlei #position-jmd-content .block:nth-child(22) { order: 21; }

    #website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(25) .picture {
        background-position: 0 10% !important;
    }
    #website-wrapper.page-kanzlei #position-jmd-content .block-picture:nth-child(43) .picture {
        background-position: 10% center !important;
    }


    /* FOOTER */

    #website-wrapper #position-jmd-footer .block-article #footer-copyright {
        flex-flow: row wrap;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-copyright span {
        width: 100%;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-copyright span:first-child {
        margin-bottom: 20px;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-copyright span:first-child {
        margin-right: 0;
    }


    /* LEISTUNGEN */

    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) {
        top: 5px;
        right: 5px;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper > a {
        width: 90px;
        height: 90px;
        border: solid 2px #7BB801;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner {
        width: 84px;
        height: 84px;
        margin: 1px;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-offer {
        font-size: 7pt;
        margin: -8px 0 3px 0;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-free {
        font-size: 9.5pt;
        line-height: 10pt;
    }
    #website-wrapper.page-leistungen #position-jmd-header .block-article:nth-last-child(2) .article .sticker-wrapper .sticker-inner .sticker-consulting {
        font-size: 7.7pt;
    }
    
    
    /* TEAM */

    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(3) .team .team-members .team-member {
        flex-flow: column nowrap;
        align-items: center;
        max-width: 100%;
    }
    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(3) .team .team-members .team-member .team-member-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(3) .team .team-members .team-member .team-member-description {
        width: 100%;
    }
    #website-wrapper.page-team-detail #position-jmd-header .block-team .team .team-detail-preview {
        width: 100%;
        max-width: none;
    }


    /* KONTAKT */

    #website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article {
        flex-flow: column nowrap;
    }
    #website-wrapper.page-kontakt #position-jmd-content .block-article:nth-child(2) .article > div:first-child {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {

    /* BADGE */
    
    body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-small {
        font-size: 14.9pt;
        line-height: 14.9pt;
    }
    body #website-wrapper.page-kanzlei #position-jmd-badge .block-article .article .badge-large {
        font-size: 18pt;
        line-height: 18pt;
    }
    
    
    /* CONTENT */
    
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item .filebrowser-item-content .filebrowser-name {
        font-size: 15pt;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item {
        width: 100%;
        padding-top: 100%;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(odd) {
        margin-right: 0 !important;
    }
    #website-wrapper #position-jmd-content .block-filebrowser .filebrowser .filebrowser-files .filebrowser-item:nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 455px) {

    /* QUICKLINKS */

    #website-wrapper #quicklinks #position-jmd-quicklinks .block-article:first-child .article > div > a {
        display: none;
    }


    /* FOOTER */

    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block {
        align-items: flex-start !important;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block > svg {
        height: 70px !important;
        flex-shrink: 0;
        flex-grow: 0;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:first-child > svg {
        width: 33.71px;
    }
    #website-wrapper #position-jmd-footer .block-article #footer-contact-links .footer-contact-links-block:nth-child(2) > svg {
        width: 46.032px;
    }



    /* KOMPETENZEN */

    #website-wrapper.page-kompetenzen-und-publikationen #position-jmd-content .block-articlegroup:last-child .articlegroup-articles .articlegroup-article .articlegroup-article-image {
        width: 70px;
    }
}
@media only screen and (max-width: 400px) {

    /* KANZLEI */
    
    #website-wrapper.page- #position-jmd-header .block-article:nth-last-child(2) .article p,
    #website-wrapper.page-kanzlei #position-jmd-header .block-article:nth-last-child(2) .article p {
        bottom: 10px;
        font-size: 9pt;
    }


    /* TEAM */

    #website-wrapper.page-team #position-jmd-content .block-team:nth-child(2) .team .team-members .team-member {
        width: 100%;
        max-width: none;
    }
}