/* GENERAL */

html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #efefef;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    overflow-x:hidden;
    margin: 0;
}

body * {
    outline: 0!important;
    font-family: 'Roboto', sans-serif;
    font-variant-ligatures: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}


#jm-allpage {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 0!important;
    overflow-x: hidden 
}

#jm-page {
    background: #f4f4f4 url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
}

#jm-main {
    background: transparent;
    padding: 0;
}

#jm-sitedesc {
    display: none;
}

p, td {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color:#000000;
    line-height: 24px;
    margin: 0 0 1em;
}

p, ul, li, td {
    color: #2f3547;
}

div[itemprop="articleBody"] ul {
    margin: 1.6em 0;
}

div[itemprop="articleBody"] ul li,
div[itemprop="articleBody"] .moduletable .nav.menu li {
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    padding-left: 1em!important;
    margin-bottom: 10px;
}

div[itemprop="articleBody"] .moduletable .nav.menu li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    color: #0077AC;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

div[itemprop="articleBody"] .moduletable .nav.menu li a:hover {
    text-decoration: underline;
}

div[itemprop="articleBody"] ul li:before,
div[itemprop="articleBody"] .moduletable .nav.menu li:before {
    content: '';
    background: #019FC4;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

a {
    color:#0077AC;
}

.row-fluid {
    margin: 0 -30px;
    width: auto !important;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
    box-sizing: border-box;
    position: relative;
}

.chrono_credits,
.chronoforms6_credits {
    display:none !important;
}

.blog .page-header > h2 {
	font-size: 28px;
}

h3,
#jm-content .blog div.page-header h2 {
    font-size: 1.75em;
    font-weight: normal;
    padding: 0;
}

h5 {
    font-size: 1.2em;
}

blockquote {
    padding: 0;
    margin: 0 0 20px;
    border-left: none;
}

#apreloader-content-wrap {
    display: none!important;
}

#apreloader-inner #css3-spinner {
    position: absolute;
    top:50%;
    left:50%;
    transform:translatex(-50%) translatey(-50%);
}

#jm-content {
    width: calc(100% - 2em);
    margin: 1em;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home #jm-content {
    padding-top: 5em;
    padding-bottom: 5em;
    margin: 0 auto;
    float: none;
    width: 62em;
}

.home #jm-content .item-pagehome {
    text-align: center;
}

.home #jm-content .edit.item-pagehome {
    text-align: left;
}

#jm-content .item-page .fields-container {
    display: none;
}

.btn {
    background: #019FC4;
}

/* HEADER */

#jm-allpage #jm-bar-wrapp {
    background: #ffffff;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    right: auto;
    position: fixed;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

#jm-bar-wrapp #jm-bar {
    background: transparent;
    border-bottom: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-bar-wrapp #jm-logo-sitedesc #jm-logo img {
    max-width: 538px;
    width: 100%;
    height: 82px;
    opacity: 1;
    top: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#jm-bar-wrapp #jm-logo-sitedesc {
    overflow: hidden;
    height: 82px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#jm-bar-wrapp #jm-logo-sitedesc #jm-logo {
    position: relative;
}

.dj-megamenu {
    margin: 0;
}

.dj-megamenu li:hover div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap {
    background: transparent!important;
    border-top: 0;
    top: 80px;
    left:0px;
    bottom: auto;
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
}

.dj-megamenu li div.dj-subwrap-in {
    background: #ffffff!important;
    padding: 0;
}

.dj-megamenu li div.dj-subwrap-in div.dj-subwrap-in {
    width: 392px!important;
}

.dj-megamenu li div.dj-subwrap-in .dj-subcol {
    padding: 20px 0;
}

.dj-megamenu li div.dj-subwrap-in .dj-subcol .dj-subcol {
    width: 400px!important;
}

/*.dj-megamenu .dj-submenu a.dj-more,
.dj-megamenu .dj-submenu a.dj-more:hover{
    background: transparent!important;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #0077AC;
    line-height: 30px;
    padding: 0!important;
    padding-bottom: 20px!important;
    border-right: 0;
    border-bottom: 3px solid #0077AC;
    margin-bottom: 20px;
}*/

.dj-megamenu .dj-submenu a.dj-more:after,
.dj-megamenu .dj-submenu a.dj-more-active:after {
    display: none!important;
}

.dj-megamenu .dj-submenu > li,
.dj-megamenu .dj-subtree > li {
    padding: 0;
    margin-bottom: 0;
}

.dj-megamenu .dj-submenu > li > a,
.dj-megamenu .dj-subtree > li > a {
    font-family: 'Roboto', sans-serif;
    color: #6E6E6E;
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 40px;
    border-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dj-megamenu .dj-submenu > li > a:hover,
.dj-megamenu .dj-subtree > li > a:hover,
.dj-megamenu .dj-submenu > li.active > a {
    background: #019FC4;
    color: #ffffff;
}

/* ----> Navigation */

.search-ms .search form {
    width: 1.375em;
    height: 2.5em;
    margin: 12px 0;
    z-index: 9999;
}

.search-ms .search input.button::before,
.search-ms .search button.button::before {
    content: "\e003";
    font-size: 22px;
    color: #000;
}

.search-ms .search input.button,
.search-ms .search button.button {
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-ms .search input.inputbox {
    background: #fff;
    top: -1px;
    margin-right: 25px;
    height: 40px;
    line-height: 20px;
    width: 0;
    font-size: 18px;
}

.search-ms .search input.inputbox.show {
    padding: 0 20px;
    width: 300px;
    border-color: #019FC4;
    pointer-events: auto;
    opacity: 1;
}

#jm-nav {
    background: #019FC4;
    width: 100%;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}

#jm-nav #jm-nav-in {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.dj-megamenu li.dj-up::before,
.dj-megamenu li.dj-up::after {
    display: none;
}

.dj-megamenu li.dj-up a.dj-up_a,
.dj-megamenu li.dj-up:hover a.dj-up_a,
.scrolled .dj-megamenu li.dj-up a.dj-up_a,
.scrolled .dj-megamenu li.dj-up:hover a.dj-up_a  {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF!important;
    text-transform: none;
    -webkit-text-shadow: 0 1px 2px #008EAF;
    -moz-text-shadow: 0 1px 2px #008EAF;
    -o-text-shadow: 0 1px 2px #008EAF;
    text-shadow: 0 1px 2px #008EAF;
    padding: 30px 40px;
}

.dj-megamenu li.dj-up:hover a.dj-up_a,
.dj-megamenu li.dj-up.active a.dj-up_a {
    background: rgba(1,78,96,0.37);
}

.dj-megamenu li.dj-up.active:first-child a.dj-up_a {
    background: transparent;
}

.dj-megamenu li.dj-up:hover a.dj-up_a span,
.dj-megamenu li.dj-up.active a.dj-up_a span {
    color: #ffffff!important;
}

.dj-megamenu li.dj-up:hover a.dj-up_a.blog span,
.dj-megamenu li.dj-up.active a.dj-up_a.blog span {
    color: #0189A8!important;
}

.dj-megamenu li.dj-up:first-child a.dj-up_a,
.dj-megamenu li.dj-up:first-child:hover a.dj-up_a {
    padding: 13px 40px;
    padding-left: 0;
}

.dj-megamenu li.dj-up:first-child a.dj-up_a .image-title {
    display: none;
}

.dj-megamenu li.dj-up a.dj-up_a.blog,
.dj-megamenu li.dj-up:hover a.dj-up_a.blog {
    background: #ffffff;
    color: #0189A8!important;
    text-shadow:none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 20px;
    margin: 22px 40px;
}

.dj-megamenu li.dj-up a.dj-up_a.twitter,
.dj-megamenu li.dj-up:hover a.dj-up_a.twitter,
.dj-megamenu li.dj-up a.dj-up_a.linkedin,
.dj-megamenu li.dj-up:hover a.dj-up_a.linkedin {
    padding: 23px 10px;
}

.dj-megamenu li.dj-up a.dj-up_a.twitter img,
.dj-megamenu li.dj-up a.dj-up_a.linkedin img,
ul.dj-mobile-light li.dj-mobileitem a.twitter img,
ul.dj-mobile-light li.dj-mobileitem a.linkedin img {
    width:34px;
    height: 34px;
}

.dj-megamenu li.dj-up.first a.dj-up_a:hover,
.dj-megamenu li.dj-up a.dj-up_a.twitter:hover,
.dj-megamenu li.dj-up a.dj-up_a.linkedin:hover {
    background: transparent;
}

.dj-megamenu li.dj-up.active a.dj-up_a {
    position: relative;
    color: #0077AC!important;
    outline: 0;
}

#jm-bar-left {
    padding-top: 40px;
    padding-bottom: 40px;
}

#jm-bar-right,
.scrolled #jm-bar-right {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dj-megamenu li.dj-up:last-child {
    margin-right: 10px;
}

.dj-megamenu {
  float: right;
}

.scrolled .dj-megamenu {
    margin: 0;
}

/* OFF CANVAS */

.dj-megamenu {
  display: block;
}

.dj-megamenu li.dj-up + li.dj-up {
    margin: 0;
}

#jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn,
body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn {
    background: transparent;
    color: #019FC4;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn i {
    float: left;
    padding: 13px 0 14px 17px;
    font-size: 27px;
}

#jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn:hover,
body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn:hover {
  background: transparent;
  color: #005880;
}

body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn {
  width: 100%;
}

#jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn span {
  display: none;
}

#jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn:after {
  content: 'MENÜ';
  font-family: 'Roboto', sans-serif;
  font-weight: bold; 
  padding: 16px 16px 17px 10px;
  display: block;
  font-size: 20px;
  float: right;
}

html[lang="fr-FR"] #jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn:after {
   content: 'MENU'
}

body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-remove::before,
body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-close::before,
body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-times::before {
  content: "SCHLIESSEN";
  font-family: 'Roboto', sans-serif;
  padding: 20px 16px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #019FC4;
}

html[lang="fr-FR"] body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-remove::before,
html[lang="fr-FR"] body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-close::before,
html[lang="fr-FR"] body .dj-offcanvas-wrapper a.dj-offcanvas-close-btn .fa-times::before {
   content:'fermer';
}


ul.dj-mobile-light li.dj-mobileitem > a {
    font-size: 18px;
}

ul.dj-mobile-light li.dj-mobileitem:first-child > a img {
    display: none;
}

/*.dj-mobileitem.divider {
  display: none;
}*/

/* OFF CANVAS ENDE*/

/* TOP BAR */

#jm-top-bar {
    background: rgba(0,0,0,0.8);
}

#jm-top-bar .nav li {
    margin: 0 20px!important;
}

#jm-top-bar .nav li a {
    font-size: 18px!important;
    font-weight: bold;
    color:#ffffff!important;
    padding: 0!important;
}


/* TOP BAR ENDE */

/* TOP NAV */

#jm-allpage #jm-bar #jm-bar-right .nav {
    overflow: auto;
    margin: 25px 20px;
}

#jm-allpage #jm-bar #jm-bar-right .nav li {
    float: left;
    margin-left: 26px;
}

#jm-allpage #jm-bar #jm-bar-right .nav li:first-child {
    margin: 0;
}

#jm-allpage #jm-bar #jm-bar-right .nav li a {
    font-size: 18px;
    font-weight: bold;
    color:#019FC4;
    line-height: 21px;
    padding:0;
    border:0;
    margin-top: 0px;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu {
    background: transparent!important;
    height: auto;
    position: relative;
    top: 16px;
    margin-right: 8px !important;
    z-index: 999;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a {
    font-size: 18px;
    font-weight: bold;
    color: #019FC4!important;
    line-height: 21px!important;
    height: auto;
    padding: 10px 0;
    border: 0;
    margin: 0;
    text-shadow:none!important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu > li:nth-child(2) {
    margin-left: 26px!important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a,
#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li:hover a.dj-up_a {
    background: transparent!important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a span {
    color: #019FC4!important;
    height: auto!important;
    line-height: 21px!important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a span.dj-drop {
    background: url(../../../modules/mod_djmegamenu/themes/default/images/arrow-blue.png) right 50% no-repeat;
    padding: 0 12px 0 0 !important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap,
#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li:hover .dj-subwrap {
    top: 50px;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in,
#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol {
    width: auto!important;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol {
    padding: 0;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu {
    
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu > li {
    border-top: 1px solid rgba(0,0,0,0.04);
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu > li a {
    font-size: 16px;
    color: #6E6E6E;
    line-height: 1.2;
    padding: 14px;
}

#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu > li:hover a,
#jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu > li.active a {
    background: #019FC4;
    color: #ffffff;
}

/* TOP NAV ENDE */

/* SPRACHWECHSLER */

#jm-allpage .mod-languages form {
    margin-bottom: 0;
}

#jm-allpage .mod-languages select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

#jm-allpage .mod-languages .chzn-container,
#jm-allpage .mod-languages select {
    width: 4.6em!important;
    font-size: 0.8em;
}

#jm-allpage .mod-languages .chzn-container-single .chzn-single,
#jm-allpage .mod-languages .chzn-container-multi .chzn-choices,
#jm-allpage .mod-languages select {
    background: #F4F4F4;
    line-height: 18px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 7px;
    margin: 19px 0;
    vertical-align: middle;
    color: #565657;
    box-shadow: none;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
}

#jm-allpage .mod-languages select {
    background: #F4F4F4 url(../images/bottom.svg) no-repeat;
    background-size: 16px;
    background-position: right 10px top 29px;
    padding: 23px 8px;
}

#jm-allpage .mod-languages .chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 14px;
    text-overflow: unset;
    white-space: nowrap;
    margin-left: 3px;
    line-height: 1.1;
}

#jm-allpage .mod-languages .chzn-container-single .chzn-single div {
    position: absolute;
    top: 0.5em;
    height: 0.6em;
    width: 0.6em;
}

#jm-allpage .mod-languages .chzn-container-single .chzn-single div b {
    background: url(../images/bottom.svg) no-repeat;
    background-size: 9px 6px;
    background-position: center;
    margin-top: 0;
}

#jm-allpage .mod-languages .chzn-container .chzn-drop {
    background: transparent; !important;
    border:0;
}

#jm-allpage .mod-languages .chzn-container .chzn-drop ul.chzn-results {
    padding: 0;
    margin: 0;
}

#jm-allpage .mod-languages .chzn-container .chzn-drop ul.chzn-results li {
    background: #0077AC !important;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.65em;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0.3em 0.65em;
    margin: 0;
}

#jm-allpage .mod-languages .chzn-container .chzn-drop ul.chzn-results li.highlighted {
    background: #e7291e;
}

#jm-allpage .mod-languages .chzn-container .chzn-drop ul.chzn-results li.result-selected {
    display: none;
}

/* SPRACHWECHSLER ENDE */

/* SLOGAN */

#jm-bar-slogan {
    position: absolute;
    bottom: 32px;
    right: 30px;
    -webkit-transition: bottom .3s ease 0s;
    transition: bottom .3s ease 0s;
}

#jm-bar-slogan img {
    width: 530px;
    height: 49px;
}

.scrolled #jm-bar-slogan {
    bottom: 5px;
}

/* SLOGAN ENDE */

/* START HOMEBLOCKS */

#jm-top {
    padding: 0;
}

#jm-top-pre {
    margin-top: 162px;
    position: relative;
    padding: 120px 0 80px;
}

#jm-top-pre .row-fluid .span12 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

#jm-top-pre .jm-module {
    background: #fff;
    position: relative;
    float: left;
    width: calc(33.3333% - 32px);
    margin: 16px;
    padding: 40px;
    min-height: 400px;
    box-sizing:border-box;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

#jm-top-pre .jm-module .moduletable {
    margin-bottom: 0;
}

#jm-top-pre .jm-module h3.jm-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}

#jm-top-pre .jm-module p {
    margin-bottom: 0;
}

#jm-content a.btn,
#jm-top-pre .jm-module a.btn {
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    color:#000000;
    line-height: 21px;
    border-radius: 999px;
    border: 3px solid #000000;
    padding: 10px 48px;
}

#jm-content a.btn:hover,
#jm-top-pre .jm-module a.btn:hover {
    background: #000000;
    color:#ffffff;
}

#jm-content a.btn.blue,
#jm-top-pre .jm-module a.btn.blue {
    background: #ffffff;
    color:#019FC4;
    border: 3px solid #019FC4;
}

#jm-content a.btn.blue:hover,
#jm-top-pre .jm-module a.btn.blue:hover {
    background: #019FC4;
    color:#ffffff;
}

#jm-content a.btn.blue.full,
#jm-top-pre .jm-module a.btn.blue.full {
    background: #019FC4;
    color:#ffffff;
    border: 3px solid #019FC4;
}

#jm-content a.btn.blue.full:hover,
#jm-top-pre .jm-module a.btn.blue.full:hover {
    background: #007B98;
    color:#ffffff;
    border: 3px solid #007B98;
}

#jm-content a.btn.white,
#jm-top-pre .jm-module a.btn.white {
    color:#ffffff;
    border: 3px solid #ffffff;
}

#jm-content a.btn.white:hover,
#jm-top-pre .jm-module a.btn.white:hover {
    background: #ffffff;
    color:#019FC4;
}

#jm-top-pre .jm-module.aktuell .jm-module-content {
    margin-bottom: 80px;
}

#jm-top-pre .jm-module.aktuell .aktuell .item_published {
    background: #F4F4F4;
    font-size: 14px;
    font-weight: bold;
    color: #019FC4;
    line-height: 16px;
    border-radius: 999px;
    border:1px solid rgba(112,112,112,0.04);
    padding: 3px 10px 2px;
    display:inline-block;
}

#jm-top-pre .jm-module.aktuell .aktuell .item_title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color:#000000;
    line-height: 24px;
    width: 100%;
    margin: 4px 0 20px;
}

#jm-top-pre .jm-module.aktuell .aktuell .item_title a {
    color:#000000;
}

#jm-top-pre .jm-module.aktuell .aktuell .item_introtext {
    display: none;
}

#jm-top-pre .jm-module.aktuell a.btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: calc(100% - 80px);
    max-width: 310px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#jm-top-pre .jm-module.pflegeheim .jm-module-content {
    margin-bottom: 100px;
}

#jm-top-pre .jm-module.pflegeheim img {
    display: block;
    width: 86%;
    margin: -16px auto 0;
}

#jm-top-pre .jm-module.pflegeheim a.btn {
    width: calc(100% - 80px);
    max-width: 310px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#jm-top-pre .jm-module.pflegeheim a.btn.first {
    bottom: 110px;
}

#jm-top-pre .jm-module.pflegeheim a.btn.second {
    bottom: 40px;
}

#jm-top-pre .jm-module.kontakt .jm-module-content {
    margin-bottom: 90px;
}

#jm-top-pre .jm-module.kontakt a.btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: calc(100% - 80px);
    max-width: 310px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#jm-top-pre .jm-module.focus:before {
    content: '';
    background: rgba(1,159,194,0.85);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#jm-top-pre .jm-module.focus:after {
    content: '';
    background: url(../images/focus-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
}

#jm-top-pre .jm-module.focus .jm-module-in {
    position: relative;
    z-index: 2;
}

#jm-top-pre .jm-module.focus h3,
#jm-top-pre .jm-module.focus p {
    color: #ffffff;
}

#jm-top-pre .jm-module.focus .row-fluid {
    margin: 30px -15px 20px;
}

#jm-top-pre .jm-module.focus .span7 {
    padding-top: 23px;
    padding-bottom: 23px;
}

#jm-top-pre .jm-module.focus a.btn {
    width: 100%;
    padding: 10px 6px;
    margin: 12px 0;
}

#jm-top-pre .jm-module.politik:before {
    content: '';
    background: rgba(1,159,194,0.85);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#jm-top-pre .jm-module.politik:after {
    content: '';
    background: url(../images/politik-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
}

#jm-top-pre .jm-module.politik .jm-module-in {
    position: relative;
    z-index: 2;
}

#jm-top-pre .jm-module.politik .jm-module-content {
    text-align: center;
    padding: 30px 0;
}

#jm-top-pre .jm-module.politik h3,
#jm-top-pre .jm-module.politik p {
    color: #ffffff;
}

#jm-top-pre .jm-module.politik a.btn {
    width: 100%;
    max-width: 310px;
    padding: 10px 48px;
    margin: 12px 0;
}

#jm-top-pre .jm-module.veranstaltungen .jm-module-content {
    text-align: center;
    padding: 30px 0;
}

#jm-top-pre .jm-module.veranstaltungen a.btn {
    width: 100%;
    max-width: 310px;
    padding: 10px 18px;
    margin: 12px 0;
}

#jm-top-pre .jm-module.mitglieder {
    width: calc(66.6666% - 32px);
}

#jm-top-pre .jm-module.mitglieder .jm-module-content {
    text-align: center;
}

#jm-top-pre .jm-module.mitglieder h3 {
    text-align: center;
    margin-bottom: 40px;
}

#jm-top-pre .jm-module.mitglieder a.btn {
    margin: 20px 12px 0 12px;
}

#jm-top-pre .jm-module.mitglieder .djslider {
    margin-bottom: 40px;
}

#jm-top-pre .jm-module.mitglieder img.dj-image {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#jm-top-pre .jm-module.mitglieder .navigation-container {
    margin: 0 -50px!important;
    width: calc(100% - -100px);
    top:40%!important;
}

#jm-top-pre .jm-module.mitglieder .load-button {
    background: #000000!important;
    height: 10px!important;
    width: 10px!important;
    opacity: .2!important;
    margin: 0 5px!important;
}

#jm-allpage #jm-page .djslider-loader .load-button.load-button-active {
    background: #019FC4!important;
    opacity: 1!important;
    box-shadow: 0 0 0 6px #019FC4 inset !important;
}

#jm-top-pre .jm-module.personalvermittlung:before {
    content: '';
    background: rgba(1,159,194,0.85);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#jm-top-pre .jm-module.personalvermittlung:after {
    content: '';
    background: url(../images/personal-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
}

#jm-top-pre .jm-module.personalvermittlung .jm-module-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
    padding: 40px;
    z-index: 2;
    box-sizing: border-box;
}

#jm-top-pre .jm-module.personalvermittlung h3,
#jm-top-pre .jm-module.personalvermittlung p {
    color: #ffffff;
}

#jm-top-pre .jm-module.personalvermittlung a.btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: calc(100% - 80px);
    max-width: 310px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* START HOMEBLOCKS ENDE */

/* JM MAIN */

#jm-main .container-fluid .row-fluid {
    margin: 0;
}

#jm-main .container-fluid .row-fluid .component {
    background: #ffffff;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 297px;
    margin-bottom: 96px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

#jm-main .container-fluid .row-fluid .component #jm-content {
    float: right;
    width: calc(100% - 400px);
    min-height: 500px;
    margin: 0;
    padding: 70px 80px;
    box-sizing: border-box;
}

#jm-main .container-fluid .row-fluid .component #jm-content #jm-maincontent .item-page .page-header h2,
.page-header > h2,
.blog .page-header > h2,
.blog .page-header > h2 a {
    font-size: 30px;
    font-weight: bold;
    color: #019FC4;
    line-height: 35px;
    padding-bottom: 30px;
}

#jm-main .container-fluid .row-fluid .component #jm-left {
    background: #F4F4F4;
    position: absolute;
    top:0;
    left: 0;
    width: 400px;
    height: 100%;
    box-sizing:border-box;
    border-right: 3px solid #E5E3E3;
}

#jm-main .container-fluid .row-fluid .component #jm-left h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    padding: 77px 40px 0;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li {
    margin-top: 1px;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a {
    font-size: 20px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 24px;
    padding: 10px 40px 10px 60px;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li.current > a,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:hover {
    background: #019FC4;
    color: #ffffff;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:hover {
    background: #B7B7B7;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:before {
    content: '';
    background: url(../images/li.svg) no-repeat;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 40px;
    width: 14px;
    height: 14px;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li.current > a:before,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:hover:before {
    content: '';
    background: url(../images/li-white.svg) no-repeat;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 40px;
    width: 14px;
    height: 14px;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:after,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li.current > a:after,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:hover:after {
    content: '';
    background: #E5E3E3;
    position: absolute;
    top: 0;
    right: -3px;
    width: 3px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li.current > a:after,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > a:hover:after {
    background: #019FC4;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul {
    margin-top: 1px;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a {
    font-size: 20px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 24px;
    padding: 10px 40px 10px 80px;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li.current > a{
    background: #019FC4;
    color: #ffffff;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a:hover {
    background: #B7B7B7;
    color: #ffffff;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a:before {
    content: '';
    background: url(../images/li.svg) no-repeat;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 60px;
    width: 14px;
    height: 14px;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a:hover:before,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li.current > a:before {
    background: url(../images/li-white.svg) no-repeat;
}


#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a:after {
    content: '';
    background: #E5E3E3;
    position: absolute;
    top: 0;
    right: -3px;
    width: 3px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li > a:hover:after,
#jm-main .container-fluid .row-fluid .component #jm-left .nav > li > ul > li.current > a:after {
    background: #019FC4;
}


.jm-module.content-bottom-inner {
    margin-top: 50px;
    margin-bottom: 0!important;
}

.jm-module.content-bottom-inner h3 {
    font-size: 22px;
    font-weight: bold;
    color: #019FC4;
    line-height: 26px;
    padding-bottom: 20px;
}

div.item[itemprop="blogPost"] .item-image + p {
    float:left;
}

/* JM MAIN ENDE */

/* PRE FOOTER */

#jm-footer-pre {
    background: #F5F5F5;
    padding: 5em 0;
}

#jm-footer-pre .jm-module {
    margin: 0;
}

#jm-footer-pre .jm-module p,
#jm-footer-pre .jm-module a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0077AD;
    text-align: center;
    margin-bottom: 0;
}

/* PRE FOOTER ENDE */

/* FOOTER */

#jm-footer-mod {
    background: #ffffff;
    border: 0;
    padding-top: 40px;
}

#jm-footer-mod p {
    font-size: 1.2em;  
}

#jm-footer-mod p,
#jm-footer-mod a {
    font-size: 18px;
    font-weight: 500;
    color: #0087A6;
    text-align: center;
    margin: 0;
}

#jm-footer-mod #jm-footer-mod-in .row-fluid {
    margin: 0 -15px;
}

#jm-footer-mod #jm-footer-mod-in .span6 {
    float: right;
    text-align: right;
    width: auto;
}

#jm-footer-mod #jm-footer-mod-in .span6:first-child {
    float: left;
    text-align: left;
}

#jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module  {
    float: left;
    margin-bottom: 40px;
}

#jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.copyright {
    margin-right: 110px;
}

#jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.privacy {
    float: right;
}

#jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.back2top {
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 0;
    right: 30px;
    top: -66px;
}

#jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.back2top a {
    background: url(../images/back2top.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 54px;
    height: 54px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.06));
    -moz-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.06));
    -o-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.06));
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.06));
}

.btn-group > .btn,
.control-group .btn,
.btn-toolbar .btn {
	font-size: 18px;
	padding: 15px 20px;
}

/* FOOTER ENDE */

/* SIDEBAR */

#jm-right {
    margin-top: 140px;
}

#jm-right .image img {
    width: 100%;
}

#jm-main .row-fluid .span9,
#jm-main .row-fluid .span8 {
    width: 60%;
}

#jm-main .row-fluid .span3,
#jm-main .row-fluid .span4 {
    width: 40%;
} 

#jm-main .row-fluid .jm-module {
    margin-bottom: 44px;
}

#jm-main .row-fluid .jm-module:last-child {
    margin-bottom: 20px;
}

#jm-main .row-fluid .jm-module.opening {
    background: #f7f7f8 url(../images/time.png) no-repeat;
    background-size: 194px;
    background-position: 20% center;
    padding:35px;
}

#jm-main .row-fluid .jm-module.opening h2 {
    font-size: 24px;
    color: #2f3547;
    margin-bottom: 16px;
}

#jm-main .row-fluid .jm-module.opening table td {
    font-size: 24px;
    color: #2f3547;
    line-height: 30px;
}

#jm-main .row-fluid .jm-module.opening table {
    width: 100%;
}

#jm-main .row-fluid .jm-module.opening table td:nth-child(2) {
    text-align: right;
}

#jm-main .row-fluid .jm-module.opening.meeting {
    background: #f56c38 url(../images/call.png) no-repeat;
    background-size: 194px;
    background-position: 20% center;
}

#jm-main .row-fluid .jm-module.opening.meeting  h2 {
    color: #fff;
    margin-bottom: 4px;
}

#jm-main .row-fluid .jm-module.opening.meeting  p.subline {
    display: block;
    color: #fff;
    font-size: 24px;
}

#jm-main .row-fluid .jm-module.opening.meeting  p.tel {
    display: block;
    width: 100%;
    color: #fff!important;
    font-size: 34px;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 0;

}

#jm-main .row-fluid .jm-module.opening.meeting  p.tel a {
    color: #fff!important;
}

#jm-main .row-fluid .jm-module.image {
    width: 100%;
}

#jm-main .row-fluid .jm-module.image p {
    margin:0;
}

body.offside #jm-left {
    display: none;
}

body.offside #jm-content {
    width: 100%!important;
}

/* SIDEBAR ENDE */

/* CHRONOFORMS */

.chronoforms .field {
    margin-bottom: 20px;
}

.chronoforms .ui.form .field label,
.chronoforms .ui.form .multifield label  {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500; 
}

.chronoforms .ui.form .field input,
.chronoforms .ui.form .field textarea {
    width: 100%;
    max-width: 420px;
    border-radius: 0;
    min-height: 50px;
}

.chronoforms button {
    font-size: 18px!important;
    padding: 15px 40px!important;
    background: #019FC4!important;
    border-radius: 0!important;
}

.chronoforms .ui.green.header.thankyou {
    color: #019FC4 !important;
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 30px;
}

#login-form .logout-button input {
    font-size: 18px !important;
    padding: 15px 40px !important;
    background: #019FC4 !important;
    border-radius: 0 !important;
    margin-top: 20px;
}

.ui.radio.checkbox .box::before,
.ui.radio.checkbox label::before {
    top: 2px;
}

.ui.radio.checkbox .box::after,
.ui.radio.checkbox label::after {
    top: 2px;
}

.ui.form .field .prompt.label {
    display:none!important;
}

/* CHRONOFORMS ENDE */

/* HEADLINES */

#jm-content h2,
#jm-content .item-page h2,
.jm-module.headline h2,
#jm-content .blog h2,
#jm-content .fsf_main h1 {
    font-family: 'Roboto', sans-serif;
}

#jm-content .blog .category-desc {
    margin-bottom: 0;
}

#jm-content .item-page h2[itemprop="headline"] {
    height: auto;
}

#jm-content .item-page h2 span,
.jm-module.headline h2 span {
    font-size: 30px;
    color:#f56c38;
    display: block;
}

#jm-main .row-fluid .jm-module.headline {
    margin-bottom: 0;
}



/* HEADLINES */

/* SUCHE */

.search button.btn {
    background: #019FC4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search #searchForm button.btn:hover {
    background: #007B98;
}

.search .phrases,
.search .only,
.search .result-category,
.search .result-created,
.search .form-limit {
    display:none;
}

.search #searchForm {
    float: none;
}

.search .search-results {
    max-width: 600px;
}

.ui-tooltip {
    display: none!important;
}

.search .badge-info {
    background: #019FC4;
}

.search .result-title {
    margin-bottom: 10px;
}

.search .result-title a {
    color:#019FC4;
}

.search .result-text {
    margin-bottom:20px;
}


/* SUCHE ENDE */

/* BLOG LAYOUT */

body.blog .blogblog {

}

body.blog .blogblog .items-row {
    margin-bottom: 30px!important;
}

body.blog .blogblog .items-row:before,
body.blog .blogblog .span12 .item:before {
    display: none;
}

body.blog .blogblog .span12 {
    padding: 0;
}

body.blog .blogblog .blog-image,
body.blog .blogblog .tags {
    display: none;
}

body.blog .blogblog .item .blog-content {
    float: left;
}

body.blog .item-pageblog time,
body.blog .blogblog time {
    background: #F4F4F4;
    font-size: 16px;
    font-weight: bold;
    color: #2f3547;
    line-height: 16px;
    border-radius: 999px;
    border: 1px solid rgba(112,112,112,0.04);
    padding: 6px 14px 6px;
    display: inline-block;
}

body.blog .item-pageblog .social-icons {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

body.blog .item-pageblog .tag-content {
    overflow: auto;
    margin-bottom: 20px;
    float: left;
    width:100%;
}

body.blog .item-pageblog .tag-content .tag-desc {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body.blog .item-pageblog .tag-content .tags li {
    background: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

body.blog .item-pageblog .tag-content .tags li a {
    background: rgba(0,0,0,0.05);
    color:#019FC4!important;
    font-weight: 400;
    padding: 10px 16px;
    display: block;
    line-height: 1.1;
    text-shadow: none;
    border-radius: 0;
}

body.blog .item-pageblog .tag-content .tags li a:hover {
    background: #019fc4;
    color: #fff!important;
}

body .tag-body p {
    margin-top: 0;
    padding-left: 0;
}

body.blog .item-pageblog .bw-social-share-title {
    display: none;
}

body.blog .item-pageblog .bw-social-share-buttons {
    float: left;
}

.back-button input,
p.readmore .btn {
    background: #019FC4;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 21px;
    border-radius: 999px;
    border: 3px solid #019FC4;
    padding: 10px 48px;
}

.back-button input:hover,
p.readmore .btn:hover {
    background: #007B98;
    color:#ffffff;
    border: 3px solid #007B98;
}

body.blog .blogblog.aktuell .blog-content-inner,
body.blog.aktuell .tag-content {
    display: none;
}

body .tag-category h2 {
    font-size: 30px;
    font-weight: bold;
    color:#019FC4;
    line-height: 35px;
}

body .tag-category #adminForm .list-striped li:last-child {
    border-bottom: 0;
}

body .tag-category #adminForm .list-striped li:last-child .tag-body,
body .tag-category #adminForm .list-striped li:last-child .tag-body p {
    margin-bottom: 0;
}

body .tag-category #adminForm .list-striped li h3 a {
    font-size: 26px !important;
    color:#333;
}

body .tag-category #adminForm .list-striped li a img {
    width: 100%;
}

/* BLOG LAYOUT ENDE */

/* KANTONALVERTRETER */

.kantonalvertreter h2 .subheading-category {
    font-size: 30px;
    font-weight: bold;
    color: #019FC4;
    line-height: 35px;
    padding-bottom: 30px;
}

.kantonalvertreter .items-row {
    margin: 0 -15px !important;
    padding-top: 50px;
}

.kantonalvertreter .items-row .item .page-header h2 {
    font-size: 26px !important;
    color: #333;
}

.kantonalvertreter .items-row .item .item-image img {
    max-width: 200px;
}

/* KANTONALVERTRETER ENDE */

/* SPONSOREN SLIDER */

.djslider-loader .djslider {
    padding-bottom: 40px;
}

.djslider-loader .djslider .navigation-container-custom {
    top: auto;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center; 
}

/* SPONSOREN SLIDER ENDE */

/* MML Maps */

#maps .mmlmap {
    width: calc(100% - -160px)!important;
    margin: -70px -80px;
}

#maps .mytool {
    display: none;
}

#maps .result-count p span {
    color:#019FC4 !important;
    font-weight: bold;
}

#locationresult,
.resultbar {
    height: auto!important;
}

#locationresult .mCustomScrollBox {
    max-height: 99999999px !important;
    height: auto;
}

#locationresult #resulttop .row0, #locationresult #resulttop .row1 {
    width: calc(33.333% - 20px);
    float: left;
    margin: 10px;
    border: none;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] {
    position: relative!important;
    top:auto!important;
    left: auto!important;
    min-height: 270px;
    padding: 20px;
    box-sizing: border-box;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address a {
    display: block;
    float: none !important;
    text-align: center;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address p a {
    text-align: left;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address a img {
    display: initial;
    float: none !important;
    margin: 0px 20px 20px;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address .location-title,
#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address .locationaddress {
    text-align: left;
    margin-left: 0;
}

#locationresult .mCustomScrollBox .resultbar div[id*="location_"] address .location-title a {
    text-align: left;
}

#locationresult .mCustomScrollBox .resultbar {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
}

.gm-style-iw .location-title a,
.gm-style-iw .myaddress a {
    pointer-events:none;
}

.gm-style-iw .myaddress a {
    display:block;
    overflow: auto;
}

.gm-style-iw .myaddress a img {
    max-width: 180px!important;
    max-height:100px;
}

.gm-style-iw .myaddress span.locationaddress {

}

.input-small.routetext {
    width: 100% !important;
    max-width: 9999px !important;
    padding: 15px !important;
    box-sizing: border-box;
    border: 1px solid #e9e9e9 !important;
}

.mmlsearch input#searchname, .mmlsearch input#searchzipcode {
    min-width: 200px;
}

	.mCSB_scrollTools {
		display: none !important;
	}
	
/* MML Maps ENDE */

/* DOCMAN */

.koowa_header .koowa_header__item--image_container {
    display: none;
}

.koowa_header .koowa_header__item .whitespace_preserver {
    font-size: 30px;
    font-weight: bold;
    color: #019FC4;
    line-height: 35px;
    padding-bottom: 30px;
    display: block;
}

.koowa_header .koowa_header__item .whitespace_preserver .overflow_container {
    font-size: 20px;
    color: #333;
}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__content {
    border-radius: 0;
}

.k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-4 .koowa_media__item {
    width:33.333%;
}

.koowa_media__item__options,
.k-toolbar {
    display:none;
}

.k-ui-namespace .koowa_wrapped_content {
    table-layout: auto;
}


/* DOCMAN ENDE */

/* LOGIN */

body.login .userdata {

}

body.login .userdata .control-group {
    margin-bottom: 20px;
}

body.login .userdata .control-group .controls label {
    display: block;
}

body.login .userdata .control-group .controls input {
    width: 100%;
    max-width: 420px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

body.login .userdata .control-group .controls button {
    font-size: 18px !important;
    padding: 15px 40px !important;
    background: #019FC4 !important;
    border-radius: 0 !important;
}

body.login .userdata ul li:before {
    display: none;
}

body.login .userdata ul li {
    line-height: 1.3;
    padding: 0;
}

body.login .userdata ul li a {
    font-size: 18px;
}


/* LOGIN ENDE */

/* COOKIES */

.cc-revoke {
    background:#019FC4!important;
    border-radius:0!important;
    font-weight:500;
    padding: 13px 20px 10px !important;
}

.cc-window {
    background:#019FC4!important;
}

.cc-window * {
        font-weight:500;
    }

.cc-window .cc-btn.cc-deny {
        background:#019FC4!important;
    }

.cc-window .cc-btn.cc-allow {
        color:#019FC4!important;
    }
    
.cc-window a {
        font-weight:bold;
    }

/* COOKIES ENDE */

/* MITGLIEDER SUCHE */

.mmladv-search select#country_list {
  display: none;
}

.pac-container.pac-logo::after {
	display: none !important;
}

/* MEDIA QUERIES */

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

    .dj-megamenu li.dj-up a.dj-up_a,
    .dj-megamenu li.dj-up:hover a.dj-up_a,
    .scrolled .dj-megamenu li.dj-up a.dj-up_a,
    .scrolled .dj-megamenu li.dj-up:hover a.dj-up_a  {
        padding: 30px 30px;
    }

}

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

    #jm-footer-mod {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.copyright,
    #jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.kontakt,
    #jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.privacy {
        width: 100%;
        margin: 0;
    }

    #jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.kontakt {
        margin: 2px 0;
    }

}

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

    .dj-megamenu li.dj-up a.dj-up_a,
    .dj-megamenu li.dj-up:hover a.dj-up_a,
    .scrolled .dj-megamenu li.dj-up a.dj-up_a,
    .scrolled .dj-megamenu li.dj-up:hover a.dj-up_a {
        padding: 30px 20px;
    }

    .dj-megamenu li.dj-up:first-child a.dj-up_a {
        padding: 13px 20px;
    }

    .dj-megamenu li.dj-up a.dj-up_a.blog {
        padding: 8px 20px;
        margin: 22px 20px;
    }

    .dj-megamenu li.dj-up a.dj-up_a.twitter {
        padding: 23px 20px;
    }

}

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

    #jm-top-pre .jm-module {
        width: calc(50% - 32px);
    }

    #jm-top-pre .jm-module.mitglieder {
        width: calc(50% - 32px);
    }

    #jm-bar-slogan img {
        width: 380px;
        height: 40px;
    }

}

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

    #jm-allpage #jm-bar-wrapp {
        font-size: 16px;
        width: 100%;
    }

    #jm-main .container-fluid .row-fluid .component #jm-left {
        width: 300px;
    }

    #jm-main .container-fluid .row-fluid .component #jm-content {
        width: calc(100% - 300px);
    }

    #jm-top-pre .jm-module.mitglieder a.btn {
        margin: 20px 12px 0 12px;
        width: 100%;
        max-width: 310px;
        margin-left: 0;
        margin-right: 0;
    }

}

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

    #jm-top-pre {
        margin-top: 76px;
        padding: 100px 0 80px;
    }

    #jm-bar-wrapp #jm-logo-sitedesc #jm-logo img {
        padding-right: 100px;
        height: auto;
        box-sizing: border-box;
    }

    #jm-nav {
        background: transparent;
        width: auto;
        float: left;
        padding-right: 0;
        padding-left: 0;
        position: absolute;
        bottom: 28px;
        right: 15px;
    }

    #jm-allpage #jm-bar-wrapp {
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    }

    #jm-bar-wrapp #jm-logo-sitedesc {
        height: auto;
    }

    #jm-bar-left,
    .scrolled #jm-bar-left {
        padding-top: 70px;
        padding-bottom: 20px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .scrolled #jm-bar-left {
        padding-top: 20px;
    }

    #jm-bar-right,
    .scrolled #jm-bar-right {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        background: #019FC4;
        padding: 0 30px;
        box-sizing: border-box;
        margin-top: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .scrolled #jm-bar-right {
        top:-50px;
    }

    #jm-bar-slogan {
        display: none;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single,
    #jm-allpage .mod-languages .chzn-container-multi .chzn-choices,
    #jm-allpage .mod-languages select {
        background: transparent;
        font-size: 18px;
        line-height: 21px;
        color: #ffffff;
        margin: 10px 0;
        border:0;
        padding: 5px 0;
        border-radius: 0;
    }

    #jm-allpage .mod-languages .chzn-container,
    #jm-allpage .mod-languages select {
        width: auto !important;
        font-size: inherit;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single div {
        position: absolute;
        top: 10px;
        height: 10px;
        width: 10px;
        right: 0;
    }

    .search-ms .search form {
        margin: 5px 0;
    }

    #jm-allpage #jm-bar #jm-bar-right .nav {
        margin: 14px 20px;
    }

    #jm-allpage #jm-bar #jm-bar-right .nav li a,
    .search-ms .search input.button::before,
    .search-ms .search button.button::before {
        color: #ffffff;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single span {
        margin-left: 0px;
    }

    #jm-main .container-fluid .row-fluid .component {
        margin-top: 200px;
    }

    #jm-main .container-fluid .row-fluid .component #jm-content {
        padding: 70px 40px;
    }

    #maps .mmlmap {
        width: calc(100% - -80px) !important;
        margin: -70px -40px;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single div b {
        background: url(../images/bottom-white.svg) no-repeat;
        background-size: 9px 6px;
        background-position: center;
        margin-top: 0;
    }

    .chzn-container .chzn-results {
        width: 50px;
        position: relative;
        left: -10px;
        top: -10px;
    }

    #jm-allpage .mod-languages .chzn-container .chzn-drop ul.chzn-results li {
        font-size: 1.1em;
        text-align: center;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu {
        top: 4px;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a,
    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a span {
        color: #ffffff!important;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a span.dj-drop {
        background: url(../../../modules/mod_djmegamenu/themes/default/images/arrow.png) right 50% no-repeat;
        padding: 0 12px 0 0 !important;
    }

}

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

    #jm-djmenu .dj-megamenu-offcanvas a.dj-mobile-open-btn {
        top: 34px;
        right: 100px;
    }

    .search-ms.visible-desktop {
        display: block!important;
    }

    #jm-top-pre .jm-module h3.jm-title {
        font-size: 26px;
    }

    #jm-top-pre .jm-module.focus .jm-module-content .row-fluid {
        margin-bottom: 0;
    }

    #jm-top-pre .jm-module.focus .jm-module-content .span5 {
        width: 100%;
        text-align: center;
    }

    #jm-top-pre .jm-module.focus .jm-module-content .span7 {
        width: 100%;
        padding-bottom: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #jm-top-pre .jm-module.focus .jm-module-content .span7 a {
        width: calc(100% - 30px);
        max-width: 310px;
    }

    #jm-top-pre .jm-module.focus .jm-module-content .span7 a:last-child {
        margin-bottom: 0;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu {
        text-align: left;
    }

}

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

    #jm-top-pre .jm-module.box,
    #jm-top-pre .jm-module .newsflash .newsflash-inner {
        width: calc(90em - 4em);
        float: left;
        margin: 1em 2em;
        box-sizing: border-box;
    }

    body.produkte #jm-top-pre .jm-module .newsflash .newsflash-inner {
        width: 41em;
    }

    body.produkte #jm-top-pre .jm-module .newsflash .newsflash-inner .fields-container .field-entry.info {
        max-width: 90%;
    }

    .home #jm-content {
        width: 50em;
    }

    #jm-footer-mod #jm-footer-mod-in .span6 {
        text-align: center !important;
        width: 100%;
    }

    body.database {
        font-size: 2vw;
        width: 50em;
    }

    body.database #tabs_SearchPartners ul.ui-tabs-nav {
        margin-bottom: 2em;
    }

    body.database #tabs_SearchPartners .ui-state-default,
    body.database #tabs_SearchPartners .ui-widget-content .ui-state-default,
    body.database #tabs_SearchPartners .ui-widget-header .ui-state-default {
        margin: 0;
        margin-bottom: 1em;
        border-radius: 100em;
        float: none;
        overflow: auto;
    }

    body.database #tabs_SearchPartners #tabs-Nat,
    body.database #tabs_SearchPartners #tabs-Jur,
    body.database #tabs_SearchPartners #tabs-Gln {
        width: calc(45.5em - 1px);
    }

    body.database #tabs_SearchPartners .ui-tabs-panel form select {
        width: 30em;
    }

    body.database #tabs_SearchPartners .ui-tabs-panel form select#SearchState {
        width: 8em;
    }

    body.database #tabs_SearchPartners ul.ui-tabs-nav li a.ui-tabs-anchor {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    body.database #tabs_SearchPartners ul.ui-tabs-nav li a.ui-tabs-anchor,
    body.database #tabs_SearchPartners td {
        font-size: 1.6em;
    }

    body.database #tabs_SearchPartners input,
    body.database #tabs_SearchPartners select {

    }

    #jm-main .container-fluid .row-fluid .component #jm-content {
        width: 100%;
    }

    #jm-main .container-fluid .row-fluid .component #jm-left {
        display: none;
    }

    #jm-main .container-fluid .row-fluid .component #jm-content {
        padding: 40px 40px;
    }

    #jm-main .container-fluid .row-fluid .component {
        margin-bottom: 70px;
    }

    #locationresult #resulttop .row0, #locationresult #resulttop .row1 {
        width: calc(50% - 20px);
    }

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

    #jm-footer-mod #jm-footer-mod-in [class*="span"] {
        text-align: center !important;
        width: 100% !important;
    }   

    #jm-top-pre .jm-module,
    #jm-top-pre .jm-module.mitglieder {
        width: calc(100% - 32px);
    }

    #jm-top-pre .jm-module.aktuell a.btn {
        width: 100%;
        max-width: 320px;
    }

    #jm-top-pre .jm-module.focus .span5 {
        text-align: center;
    }

    #jm-top-pre .jm-module.politik .custom.politik {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    #jm-top-pre .jm-module.veranstaltungen .custom.veranstaltungen {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    #jm-top-pre .jm-module.focus .span7 {
        text-align: center;
    }

    #jm-top-pre .jm-module.focus a.btn {
        width: 100%;
        padding: 10px 6px;
        margin: 12px 0;
        max-width: 320px;
    }

    #jm-top-pre .jm-module.personalvermittlung .jm-module-in {
        min-height: 400px;
    }

    #jm-top-pre .jm-module.personalvermittlung a.btn {
        width: 100%;
        max-width: 320px;
    }

}

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

    #jm-bar-wrapp #jm-logo-sitedesc #jm-logo img {
        width: 400px;
    }

    #jm-nav {
        bottom: 16px;
    }

    #jm-top-pre {
        margin-top: 54px;
    }

    #jm-main .container-fluid .row-fluid .component {
        margin-top: 180px;
    }

    #searchForm .btn-toolbar .btn-group,
    #searchForm .btn-toolbar .btn-group input,
    #searchForm .btn-toolbar .btn-group button {
        width: 100%;
        margin: 0;
    }

    #locationresult #resulttop .row0, #locationresult #resulttop .row1 {
        width: calc(100% - 20px);
    }

    #locationresult #resulttop address {
        width: 86%;
    }

    #locationresult address {
        padding: 0px 20px 0;
    }

}

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

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    #jm-top-pre {
        margin-top: 40px;
    }

    #jm-bar-left,
    .scrolled #jm-bar-left {
        padding-top: 60px;
    }

    .scrolled #jm-bar-left {
        padding-top: 10px;
    }

    #jm-bar-right,
    .scrolled #jm-bar-right {
        padding: 0 15px;
    }

    #jm-allpage #jm-bar #jm-bar-right .nav li a {
        font-size: 16px;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single,
    #jm-allpage .mod-languages .chzn-container-multi .chzn-choices,
    #jm-allpage .mod-languages select {
        font-size: 16px;
        padding: 6px 0;
    }

    .search-ms .search input.button::before, .search-ms .search button.button::before {
        font-size: 18px;
    }

    #jm-allpage #jm-bar #jm-bar-right .nav {
        margin: 10px 20px;
    }

    .search-ms .search form {
        margin: 0px 0;
    }

    #jm-allpage .mod-languages .chzn-container-single .chzn-single,
    #jm-allpage .mod-languages .chzn-container-multi .chzn-choices,
    #jm-allpage .mod-languages select {
        margin: 5px 0;
    }

    #jm-footer-mod #jm-footer-mod-in [class*="span"] .jm-module.kontakt {
        margin: 15px 0;
    }

    #jm-main .container-fluid .row-fluid .component {
        margin-top: 150px;
    }

    #jm-main .container-fluid .row-fluid .component #jm-content #jm-maincontent .item-page .page-header h2,
    .page-header > h2,
    .blog .page-header > h2,
    .blog .page-header > h2 a {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    p, td {
        font-size: 16px;
        line-height: 20px;
    }

    #jm-main .container-fluid .row-fluid .component #jm-content {
        padding: 30px;
    }

    #jm-footer-mod p, #jm-footer-mod a {
        font-size: 16px;
    }

    p.readmore .btn {
        width: 100%;
    }

    body.blog .item-pageblog time,
    body.blog .blogblog time {
        font-size: 14px;
    }

    dl.article-info {
        margin: 0px 0 20px;
    }

    p.readmore {
        float: left;
        margin-bottom: 0;
    }

    .back-button input,
    p.readmore .btn {
        font-size: 16px;
    }

    p.readmore .btn {
        margin-top: 10px;
    }

    .items-row .item {
        margin-bottom: 0;
    }

    .tag-content .tag-desc {
        font-size: 16px;
    }

    #maps {
        margin: 0 -20px;
        width: calc(100% - -40px);
    }

    #maps .mmlmap {
        width: calc(100% - -20px) !important;
        margin: -30px -10px;
    }

    #maps .mmlmap .map_canvas {
        height: 300px!important;
    }

    .chronoforms .field label {
        font-size: 16px;
    }

    .chronoforms button {
        font-size: 16px!important;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu li a.dj-up_a {
        font-size: 16px;
    }

    #jm-allpage #jm-bar #jm-bar-right .dj-megamenu {
        top: 0px;
    }

    .kantonalvertreter .items-row.row-0 {
        padding-top: 20px;
    }

    .kantonalvertreter .items-row .item .item-image {
        float: none;
    }

    .koowa_header .koowa_header__item .whitespace_preserver .overflow_container {
        font-size: 14px;
        line-height: 1.3;
    }

}

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

    #jm-nav {
        right: 0;
        bottom: 15px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .scrolled #jm-nav {
        bottom: 10px;
    }

    #jm-djmenu .jm-module-raw {
        margin-left: 6px;
    }

    #jm-allpage #jm-bar #jm-bar-right .nav li {
        margin-left: 20px;
    }

    #jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn::after {
        display:none;
    }

    #jm-nav .dj-megamenu-offcanvas a.dj-mobile-open-btn i {
        padding: 13px 17px 14px 17px;
    }

    #jm-top-pre .jm-module,
    #jm-top-pre .jm-module.personalvermittlung .jm-module-in {
        padding: 30px;
        min-height: 300px;
    }

    #jm-top-pre .jm-module.mitglieder h3 {
        text-align: left;
    }

    #jm-top-pre .jm-module.aktuell a.btn,
    #jm-top-pre .jm-module.pflegeheim a.btn,
    #jm-top-pre .jm-module.kontakt a.btn,
    #jm-top-pre .jm-module.personalvermittlung a.btn {
        width: calc(100% - 60px);
        max-width: 999px;
    }

    #jm-top-pre .jm-module.focus a.btn {
         width: 100%;
    }

    #jm-top-pre .jm-module.mitglieder a.btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    body.blog .blogblog .items-row:last-child {
        margin-bottom: 0!important;
    }

    p.readmore {
        width: 100%;
    }

    .chronoforms .ui.green.header.thankyou {
        font-size: 18px;
    }

    #jm-top-bar .nav li {
        width: calc(50% - 40px);
    }

    #jm-top-bar .nav li a {
        font-size: 14px!important;
    }


}







