/*
Theme Name: SCHMUCKI
Theme URI: https://schmucki-kommunikation.ch
Author: SCHMUCKI
Description: Theme von Schmucki Agentur für Kommunikation AG, Wetzikon.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schmucki
*/
.hmapsprem_container img { max-width: none !important; max-height: none !important; display:block !important; }

.animsition{
    min-height: 100%;
}



/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    margin:0;
    padding:0;
}
ul{
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border: 0;
}
/* Custom CSS
 * --------------------------------------- */
::selection{
    background: #009fe3 !important;
    color: white !important;
}


html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-family: arial,helvetica;
    color: #333;
    color: rgba(0,0,0,0.5);
    font-family: Steagal-Re, 'Open Sans', sans-serif;
}
#wrapper{
    min-height: 100vh;
    padding-bottom: 100px;
}
h1,h2,h3,h4{
    font-family: Steagal-Bo, 'Open Sans', sans-serif !important;
}
h2.first{
    margin-top: 0 !important;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1100px !important;
}
.container.no-head, .error404 .container{
    padding-top: 120px;
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    position: relative;
    margin-top: -3%;
}
.inside{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
}

h1{
    font-weight: normal !important;
    font-size: 48px !important;
    color: #009fe3 !important;
    margin-top: 40px !important;
}

.home h1{
    margin-bottom: 10px !important;
}

h2{
    font-weight: normal !important;
    font-size: 32px !important;
    margin-bottom: 15px;
    margin-top: 35px !important;
}

h3{
    font-weight: normal !important;
    color: #009fe3 !important;
    font-size: 21px !important;
    margin-bottom: 5px !important;
    margin-top: 25px !important;
}

h4{
    font-weight: normal !important;
    font-size: 18px !important;
}

p, td, .main li, ol li{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
}

ol{
    margin-left: 15px;
}

p{
    margin-bottom: 20px !important;
}

p a{
    color: #333;
    text-decoration: underline;
}

p a:hover{
    color: #009fe3 !important;
}

a{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a, button, :focus{
    outline:0 !important;
}
a.button{
    position: relative;
    display: inline-block;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px;
    line-height: 32px;
    font-size: 17px;
    color: black !important;
    margin-top: 10px;
    text-decoration: none !important;
}
a.button:hover{
    color: black !important;
    text-decoration: none;
}
a.button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.button:hover::before{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}
a.button::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_end.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px;
}
a[href$=".pdf"]{
    background: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon.png') !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 0px 1px !important;
    padding-left: 24px;
    display: inline-block;
    color: #333;
    margin-bottom: 7px;
    font-weight: 500;
    text-decoration: none !important;
}
a[href$=".pdf"]:hover{
    background: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon-hover.png') !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 0px 1px !important;
}
a[href$=".pdf"]:hover, a[href$=".pdf"]:active{
    color: #009fe3 !important;
    text-decoration: none;
}
.teaser-box a.button{
    margin-bottom: 55px;
    margin-right: 30px;
    background-color: rgba(255,255,255,.8);
    font-size: 19px;
    font-weight: normal;
    padding: 5px 17px;
    font-family: Steagal-Bo, 'Open Sans', sans-serif;
}
.teaser-box a.button::before{
    height: 42px;
    background-position: 0 bottom;
}
.teaser-box a.button:hover::before{
    background-position: 0 bottom;
}
.teaser-box a.button::after{
    background-position: right top;
}
.animsition-loading:after{
    content: "" !important;
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/loader.gif');
    background-repeat: no-repeat;
}
.page-id-25 .box{
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 10px;
}
.page-id-25 .box.last{
    margin-right: 0;
}
.page-id-25 .box h3{
    margin-top: -7px !important;
    margin-bottom: 4px;
}
.page-id-25 a.button{
    margin-top: 0;
}
.page-id-25 .box img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page-id-25 .box:hover img{
    opacity: .8;
}
/* HEADER */
.header{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0 0;
    background-color: rgba(0,159,227,0.9);
    z-index: 10;
}
.logo{
    float: left;
    position: relative;
    z-index: 100;
}
.logo img{
    max-width: 90px;
    height: auto;
    margin-top: -3px;
}
/* NAVIGATION */
.main-menu{
    float: right;
}
.ubermenu .ubermenu-target{
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    font-weight: normal;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    letter-spacing: .2px;
    padding: 10px 20px 25px !important;
}
.ubermenu .ubermenu-submenu .ubermenu-target{
    font-size: 17px;
}
.ubermenu .ubermenu-current-page-ancestor > .ubermenu-target{
    color: white;
}
.ubermenu #menu-item-128 .ubermenu-target{
    padding-right: 0 !important;
}
.ubermenu .ubermenu-target:hover, .ubermenu .ubermenu-current-menu-item .ubermenu-target{
    color: white; 
}
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout{
    background-color: rgba(255,255,255,.85);
    padding: 3px 0 5px
}
.ubermenu .ubermenu-submenu-type-flyout .ubermenu-target{
    color: #333;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ubermenu .ubermenu-submenu-type-flyout .ubermenu-target:last-child{
    border-bottom: 0;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group{
    min-height: 220px !important;
    background-color: rgba(255,255,255,.9);
    border: 0 !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group .ubermenu-target{
    color: #333;
    padding: 10px !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group .ubermenu-target:hover, .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group .ubermenu-current-menu-item .ubermenu-target{
 color: #009fe3;
}
.page-id-7 .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group #menu-item-242.ubermenu-current-menu-item .ubermenu-target{
    color: #333;
}
.page-id-21 .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group #menu-item-242 .ubermenu-target{
    color: #009fe3 !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group #menu-item-2430 .ubermenu-target{
    background: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/intern_icon.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px 13px;
    padding-left: 32px !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group #menu-item-2430 .ubermenu-target:hover, .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group #menu-item-2430.ubermenu-current-menu-item .ubermenu-target{
    background: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/intern_icon-hover.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px 13px;
}
.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after{
    display: none;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4{
    width: 37% !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-3-4{
    width: 63% !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel{
        background-color: rgba(42,156,220,0.9);
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group li{
        border-top: 1px solid rgba(51,51,51,0.1) !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group li:first-child{
    border-top: 0 !important;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop{
    padding-top: 10px;
    margin-top: -10px !important;
    box-shadow: 0 0 0 !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop:before{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top: none;
    border-bottom: 10px solid rgba(255,255,255,.9);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 0;
}
.ubermenu #menu-item-133.ubermenu-item .ubermenu-submenu-drop:before{
    left: 295px;
}
.ubermenu #menu-item-137.ubermenu-item .ubermenu-submenu-drop:before{
    left: 175px;
}
.ubermenu #menu-item-141.ubermenu-item .ubermenu-submenu-drop:before{
    left: 45px
}
.ubermenu .ubermenu-custom-content-padded{
    padding: 0 !important;
}
/* FOOTER */
footer{
    float: left;
    width: 100%;
    color: white !important;
    font-size: 15px;
    color: white;
    font-weight: normal;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    position: relative;
    width: 100%;
    height: 51px;
    margin-top: -51px;
}
#footer-sidebar{
    background-color: #009fe3;
    float: left;
    width: 100%;
    padding: 15px 0;
}
footer p, footer a{
    color: white !important;
    font-size: 14px;
    color: white;
    font-weight: normal;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
}
footer a{
    margin-right: 15px;
}
footer a.datenschutzerklaerung, footer a.mail{
    margin-right: 0;
}
footer a.mail{
    margin-left: 15px;
}
#footer-sidebar1{
    float: left;
    width: 50%;
}
#footer-sidebar2{
    float: right;
    width: 50%;
    text-align: right;
}
#sponsoren{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 15px;
}

#sponsoren h3{
    margin-bottom: 0 !important;
}

footer .sponsor, footer .partner {
    float: left;
    margin: 0;
    margin-right: 20px;
    vertical-align: middle;
}

footer .sponsor a, footer .partner a {
    display: inline-block;
}

footer .partner {
    margin-right: 40px;
}

footer .sponsor:last-child, footer .partner:last-child{
    margin-right: 0;
}
footer .sponsor img{
height: 85px;
    width: auto;
}

footer .sponsors, footer .partners {
    display: block;
}

footer .sponsors {
    clear: both;
    padding-top: 8rem;
    position: relative;
}

footer .sponsors::before {
    content: "";
    width: 100%;
    left: 0;
    top: 4.5rem;
    height: 1px;
    background-color: #009fe3;
    position: absolute;
}

footer .partners {
    padding-top: 5rem;
    display: flex;
    align-items: center;
}


footer a.intern{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/intern_icon-footer.png');
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 18px;
    background-position: 0px 3px;
}
/* HEADERIMAGE */
.headerimage{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.headerimage img{
    width: 100%;
    height: auto;
}
/* STARTSEITE */
.home .header{
    background: transparent !important;
}
.home .corner{
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
}
.home section{
    height: 100vh;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin-bottom: 40px;
    position: relative;
}
.home .teaser-box{
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 101;
}
.home .teaser-box .box{
    float: left;
    width: 25%;
    background-color: rgba(255,255,255,.85);
    padding: 15px;
    min-height: 205px;
    margin-right: 1%;
}
.home .teaser-box .box h2{
    margin: 0;
    padding: 0;
    font-weight: normal !important;
    font-size: 18px !important;
    margin-bottom: 10px;
    color: #333;
}
.home .teaser-box .box p{
    font-size: 14px;
    font-weight: normal;
    color: black;
}
.home .teaser-box .box a{
    color: black;
    font-size: 16px;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 5px;
}
.home .teaser-box .box a:hover{
    color: #2A9CDC;
    text-decoration: none;
}
.home .quote-box{
    position: absolute;
    top: 28%;
    width: 100%;
}
.home .quote-box .quote{
    max-width: 550px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/quote.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 0;
    padding-top: 27px;
    padding-right: 30px;
}



.home .quote-box .quote h3{
    margin: 0;
    color: white !important;
    font-size: 32px !important;
    font-weight: 300 !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    line-height: 1.3em;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-konzerte{
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.home a[href$=".pdf"]{
    background-size: 22px !important;
    background-position: 0px 0px !important;
}

.konzert-box{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    border-top: 1px solid #dedede;
    padding: 5px;
    position: relative;
}

.konzert-box.details{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/more_icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 99% 91%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.konzert-box.details:hover{
    background-color: #f3f3f3;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/more_icon-hover.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 99% 91%;
}

.konzert-box.flyer{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 99% 89%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.konzert-box.flyer:hover{
    background-color: #f3f3f3;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon-hover.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 99% 89%;
}

.konzert-box.details a, .konzert-box.flyer a, .konzert-box.details a:hover, .konzert-box.flyer a:hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -30000px;
    background: transparent !important;
    z-index: 100000;
    margin: 0;
    padding: 0;
}

.konzert-box .title{
    font-weight: normal;
}
.konzert-box .day{
    color: #009fe3;
}
.konzert-box span.place{
    position: absolute;
    right: 5px;
    top: 0;
    color: #333;
}
h2#konzerte{
    margin-top: 0 !important;
}
.ff-header{
    display: none;
}
#ff-stream-1, #ff-stream-1 .ff-search input, #ff-stream-1.ff-layout-compact .picture-item__inner{
    background: transparent !important;
}
#ff-stream-1{
    min-height: 100px !important;
}

.ff-media-wrapper video{
	margin: 0 auto;
}

a.facebook{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/facebook_icon.jpg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center 1px;
    text-indent: -30000px;
    display: inline-block;
    width: 20px;
}
a.facebook:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/facebook_icon-hover.jpg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center 1px;
}
a.youtube{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/youtube_icon.svg');
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center top;
    text-indent: -30000px;
    display: inline-block;
    width: 23px;
    margin-right: 3px;
}
a.youtube:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/youtube_icon-hover.svg');
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center top;
}



a.instagram{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/instagram_icon.jpg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center 1px;
    text-indent: -30000px;
    display: inline-block;
    width: 20px;
    margin-right: 30px;
}

a.instagram:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/instagram_icon-hover.jpg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center 1px;
}


.arrows {
    z-index: 1000001;
    right: 5px;
    left: auto;
    bottom: 10px;
    width: 55px;
    margin-left: 0;
    height: 72px;
    position: absolute;
}
.arrows path {
    stroke: #009fe3;
    fill: transparent;
    stroke-width: 2px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
}
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
.arrows path.a3 {   
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
/* FLOW FLOW */
.ff-stream{
    padding-top: 0 !important;
}
.ff-stream-wrapper{
    margin-top: 20px !important;
}
#ff-stream-1 .picture-item__inner{
    background-color: #f9f9f9 !important;
    border-bottom: 3px solid #eee !important;
    box-shadow: 0 0 0 !important;
}
#ff-stream-1 .picture-item__inner:hover{
    background: white !important;
}
#ff-stream-1 .ff-filter:hover, #ff-stream-1 .ff-moderation-button, #ff-stream-1 .ff-loadmore-wrapper .ff-btn, #ff-stream-1 .ff-square:nth-child(1){
    background: #009fe3 !important;
}
#ff-stream-1 .ff-theme-flat .ff-content, .ff-table .ff-content{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    color: #333;
    text-align: left;
    margin-top: 5px !important;
    padding-top: 0;
    border: 0;
}

.ff-slideshow .ff-table{
    padding-bottom: 0 !important;
}

#ff-stream-1 .ff-theme-flat h4, #ff-stream-1-slideshow h4{
    font-weight: normal !important;
    color: #009fe3 !important;
    font-size: 21px !important;
    text-transform: none;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 0 !important;
}

#ff-stream-1-slideshow h4 a{
    color: #009fe3 !important;
}

.ff-theme-flat.ff-style-3 .ff-item-cont{
    padding: 25px 25px 10px 20px !important
}

.picture-item__inner .ff-share-wrapper{
    display: none;
}

a.ff-name, a.ff-nickname{
    display: none !important;
}

#ff-stream-1 .ff-item-cont a.readmore-js-toggle{
    
    border: 0 !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1.6em !important;
    float: left !important;
    width: 100% !important;
    display: none !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}
#ff-stream-1 .ff-style-1 .ff-no-image .ff-item-cont:before, #ff-stream-1 .ff-style-3 .ff-item-cont:before{
    background: transparent !important;
}
 #ff-stream-1 .ff-item-meta{
    text-align: left !important;
    padding: 10px 0 !important;
 }
 a.ff-timestamp{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    text-decoration: none !important;
 }
#ff-stream-1 .ff-item-meta .ff-timestamp{
    color: #333 !important;
}
#ff-stream-1-slideshow li{
    background-color: #f9f9f9 !important;
    border-bottom: 3px solid #eee !important;
    box-shadow: 0 0 0 !important;
}
span.ff-posted{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    color: #333 !important;
}

#ff-stream-1-slideshow .ff-item-meta .ff-timestamp{
    color: #333 !important;
}

#ff-stream-1-slideshow .ff-share-wrapper a:hover{
    background: white !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#ff-stream-1 .ff-share-wrapper a:hover:after, #ff-stream-1 .ff-mob-link:hover:after, #ff-stream-1-slideshow .ff-share-wrapper a:hover:after{
    color: #009fe3 !important;
}

#ff-stream-1-slideshow .ff-share-wrapper a{
    margin-bottom: 2px !important;
}

#ff-stream-1 .ff-loadmore-wrapper .ff-btn{
    position: relative;
    display: inline-block;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px;
    line-height: 32px;
    font-size: 17px;
    color: black !important;
    margin-top: 10px;
    text-decoration: none !important;
    background: transparent !important;
    margin: 0 !important;
}

#ff-stream-1 .ff-loadmore-wrapper .ff-btn::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_end.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px;
}

#ff-stream-1 .ff-loadmore-wrapper .ff-btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover::before{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.home .ff-item-cont .ff-content a[href$=".pdf"], .home #ff-stream-1 h4 a[href$=".pdf"]{
  background: transparent !important; 
  padding-left: 0 !important; 
}



/* KONZERTE */
.konzerte-container{
    margin-top: 30px;
}
.page-id-7 h3{
    margin-top: 25px !important;
    margin-bottom: 5px !important;
    font-size: 21px !important;
    padding-left: 3px;
}
.resp-table{
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.resp-table tr{
    border-top: 1px solid #dedede;
}

tr.clickable-row{
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

tr.clickable-row:hover{
    background: #f3f3f3;
}

.resp-table td{
    padding: 3px;
}
.resp-table .day{
    font-weight: bold;
}
.resp-table .day, .resp-table .dayname{
    width: 3%;
}
.resp-table .time{
    width: 8%;
}
.resp-table .title{
    width: 43%;
    font-weight: normal;
}
.resp-table .categories{
    width: 20%;
}
.resp-table .place{
    width: 20%;
}
.resp-table .more{
    width: 3%;
}
p.note{
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}
h1#archiv{
    margin-top: 80px !important;
    margin-bottom: 10px !important;
}
.archiv-box button{
    border: 0;
    background-color: transparent;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    padding: 0;
    margin-right: 50px;
    font-size: 125px;
    font-weight: 300;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 1.1em;
}
.archiv-box button:hover{
    color: #009fe3;
}
/* VORSTAND */
.vorstand-container{
  margin-bottom: 20px !important;
}

.vorstand-container, .vorstand-row{
    float: left;
    width: 100%;
}

.vorstand_box{
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
    padding-right: 10px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.vorstand_box.last{
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
}
.vorstand_box .box{
    position: relative;
    width: 100% !important;
}
.vorstand_box .box a.email{
    position: relative;
    top: 0;
    display: inline-block;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/mail_icon.jpg');
    background-repeat: no-repeat;
    background-size: 25px;
    margin-top: 1px;
    color: rgba(51, 51, 51, 0.55);
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-size: 15px;
    width: 33px;
    height: 18px;
    text-indent: -300000px;
}
.vorstand_box .box a.email:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/mail_icon-hover.jpg');
    background-repeat: no-repeat;
    background-size: 25px;
}
.vorstand_box h3{
    margin-top: 15px;
}
.vorstand_box h4{
    margin-top: -3px;
    margin-bottom: 20px;
}
.vorstand_box p{
    font-size: 15px;
}
/* GESCHICHTE */
.cd-timeline-content{
    background: #f9f9f9 !important;
    padding: 1px 20px !important;
    box-shadow: 0 0 0 !important;
    border-bottom: 3px solid #eee;
    border-radius: 0 !important;
}

.cd-timeline-content p{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 1.6em !important;
    margin-top: 0 !important;
}
.cd-timeline-content::before{
}

.cd-date span{
    line-height: 1em;
    font-weight: normal;
}

.cd-timeline-content .cd-date{
    opacity: 1 !important;
}

.cd-date .monat{
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: normal;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
}

.cd-date .jahr{
    font-size: 37px;
    font-weight: normal;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
}

.cd-img{
    position: absolute;
    top: 0;
}

.cd-timeline-block.left .cd-img{
    right: -112%;
}

.cd-timeline-block.right .cd-img{
    right: auto;
    left: -112%;
}


/* FORMATIONEN */
.dirigent{
    float: left;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 50px !important;
}

.dirigent > br{
    display: none;
}

.dirigent-img{
    float: left;
}

.dirigent-content{
    position: relative;
    float: left;
    left: 20px;
    top: 256px;
}

.dirigent-content > p{
    display: none;
}

.dirigent-content h3{
    line-height: 1.1em;
    margin: 0 !important;
}

.dirigent-content h3 em{
    font-weight: bold;
    color: #333;
    font-size: 17px;
}

.page-id-25 .wpb_row{
    margin-bottom: 0 !important;
}

.dirigentInnen .dirigent {
    float: none;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.dirigentInnen .dirigent-img {
    float: none;
}

.dirigentInnen .dirigent-content {
    float: none;
    margin-top: 16px;
    left: unset;
    top: unset;

}



/* NEWSLETTER */
.newsletter-container{
    float: left;
    width: 63%;
}
#ninja_forms_form_5_cont{
    float: left;
    width: 37%;
}
#ninja_forms_form_5_cont .field-wrap{
    padding-right: 0;
}
.page-id-32 h2{
    margin-bottom: 10px !important;
}
.page-id-32 #ninja_forms_form_5_cont h2{
    font-weight: normal; !important;
    color: #009fe3 !important;
    font-size: 21px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.page-id-32 p{
    margin-bottom: 9px !important;
}
#ninja_forms_form_5_cont{
    background: #F9F9F9 !important;
    padding: 20px;
}
.list-radio-wrap.label-left ul{
    background: white;
    border: 1px solid #dedede;
    padding: 11px 10px 6px;
    width: 100%;
    margin-top: 4px;
}
.list-radio-wrap.label-left ul li{
    background: transparent;
    padding: 0 !important;
    width: 100%;
    margin-bottom: 5px; 
}
.ninja-forms-form-wrap .list-radio-wrap ul label{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    text-transform: none !important;
}


.iphorm-form-1{
    background: #F9F9F9 !important;
    padding: 20px;
    float: left;
    width: 37%;
}

.iphorm-form-2{
    max-width: 700px;
}

.iphorm-element-wrap{
    padding-right: 15px !important;
}

.iphorm .iphorm-inner label{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1em;
    text-transform: none !important;
    margin-bottom: 2px;
    margin-top: 3px;
}

.iphorm-responsive .iphorm-elements .iphorm-element-wrap select{
        height: 46px;
    line-height: 46px;
}

.iphorm_2_1-input-wrap{
    width: 47.5%;
}

.iphorm-elements .iphorm-element-wrap textarea{
    width: 100%;
    resize: none;
    height: 150px;
}

.iphorm .iphorm-elements .iphorm-element-wrap-text input, .iphorm-responsive .iphorm-elements .iphorm-element-wrap select,
.iphorm-elements .iphorm-element-wrap-textarea textarea{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em !important;
    padding: 8px 10px !important;
    border: 1px solid #dedede !important;
    width: 100%;
        color: black !important;
}

.iphorm .iphorm-inner .iphorm-input-radio-li label{
    font-size: 18px;
    line-height: 1.6em;
}

.iphorm-success-message{
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #009fe3 !important;
    margin-bottom: 25px !important;
    color: #009fe3 !important;
    margin-top: 0 !important;
}


.iphorm-input-wrap-radio{
    background: white;
    border: 1px solid #dedede;
    padding: 5px 10px 10px;
    width: 100%;
}

input[type=radio], input[type=checkbox]{
    margin-top: -3px !important;
}

.iphorm-submit-input-wrap{
    position: relative;
}


.iphorm-submit-wrap button:hover em, .iphorm-submit-wrap button em{
    background: transparent !important;
    padding: 0 !important;
}

.iphorm-submit-wrap button span{
    background: transparent !important;
    padding: 0 !important;
    border:0 !important;
}

button.iphorm-submit-element{
    position: relative;
    display: inline-block;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px !important;
    line-height: 32px;
    font-size: 17px;
    color: black;
    border: 0;
    background: transparent;
    margin-top: 2px !important;
}

.iphorm-element-wrap label span.iphorm-required{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    color: #2a6496 !important;
    font-size: 16px !important;
    line-height: 1em;
}

.iphorm-errors-list{
    display: none !important;
}

.iphorm .iphorm-elements .iphorm-element-wrap-text.iphorm-element-error input, .iphorm .iphorm-elements .iphorm-element-wrap-textarea.iphorm-element-error textarea{
    border: 1px solid #CA5F61 !important;
}

.iphorm-element-error .iphorm-input-wrap-radio{
    border: 1px solid #CA5F61 !important;
}

.iphorm-edit-form{display: none !important;}


/* QUFORM */
.quform-element-2_16 .quform-label{
	margin-bottom: 10px;
}

.quform-element-2_16.quform-has-error .quform-label{
	color: #CA5F61;
}

.quform .quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection,
#mc-embedded-subscribe-form .mc-field-group input{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 1.6em !important;
    padding: 8px 10px !important;
    border: 1px solid #dedede !important;
    color: black !important;
}

#mc-embedded-subscribe-form .mc-field-group input{
    width: 100%;
}

.quform-label>label, #mc-embedded-subscribe-form .mc-field-group label{
    cursor: default !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1em;
    text-transform: none !important;
    margin-bottom: 2px;
    margin-top: 3px;
}
/*
.quform-label>label, #mc-embedded-subscribe-form .mc-field-group label span{
    color: #cc0101;
}*/

#mc-embedded-subscribe-form .mc-field-group label{
        margin-bottom: 8px;
}

.quform-label>.quform-required{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    color: #2a6496 !important;
    font-size: 16px !important;
    line-height: 1em;
    margin-left: 2px;
}

.quform-element-2_8{
    margin-left: -10px;
    margin-right: -10px;
}

.quform-element-2_8 .quform-element{
    float: left;
    width: 50%;
    padding: 0 10px;
}

.mc-field-group{
    padding: 0 0 15px 0;
    margin: 0 0 5px 0;
}


.quform-element-2_8 .quform-element.quform-element-2_1{
    clear: both;
}

.quform-element-2_8 .quform-element.quform-element-2_2{
    clear: left;
}

.quform-responsive-elements-phone-landscape .quform-element-submit button{
    display: inline-block;
}

.quform-loading-position-left .quform-loading-inner{
    margin-left: 10px;
}

.quform-success-message{
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #009fe3 !important;
    margin-bottom: 35px !important;
    color: #009fe3 !important;
    margin-top: 0 !important;
}

.quform .quform-field-select{
    height: 46px !important;
    line-height: 46px !important;
}

.quform .quform-field-textarea{
    height: 165px;
    resize: none;
}

.quform-button-submit-default>button, .send_button, input#mc-embedded-subscribe{
    border: 0;
    background: transparent;
    position: relative;
    padding: 5px 20px !important;
}

.send_button{
    display: inline-block;
    padding: 0 !important;
}
.quform-button-submit-default>button span, input#mc-embedded-subscribe{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-size: 17px;
}

.quform-button-submit-default>button::before, .quform-button-submit-default>button::after, .send_button::after, .send_button::before{
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.quform-button-submit-default>button::before, .send_button::before{
    left: 0;
    background-image: url(https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.quform-button-submit-default>button:hover::before, .send_button:hover::before{
    background-image: url(https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.quform-button-submit-default>button::after, .send_button::after{
    top: -8px;
    right: 0;
    background-image: url(https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quform-error{
    display: none !important;
}

.quform .quform-has-error .quform-field-select, .quform .quform-has-error .quform-field-text, .quform .quform-has-error .quform-field-textarea,
.quform .quform-has-error .quform-field-email{
    border: 1px solid #CA5F61 !important;
}

.quform-form-1, #mc-embedded-subscribe-form{
    background: #F9F9F9 !important;
    padding: 15px 20px 30px;
    float: left;
    width: 100%;
}

.newsletter .vc_col-sm-8{
    width: 60%;
}

.newsletter .vc_col-sm-4{
    width: 40%;
}

.quform-form-1 h2, #mc-embedded-subscribe-form h2{
    font-weight: normal !important;
    color: #009fe3 !important;
    font-size: 21px !important;
    margin-bottom: 16px !important;
    margin-top: 15px !important;
}

.quform-inner-1_1{
    background: white;
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
}

.quform-inner-1_1 label, #mc-embedded-subscribe-form label{
    font-size: 18px;
    line-height: 1.6em;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 3px;
    display: block;
}

.quform-inner-1_1 input{
    position: relative;
    top: 1px;
}


.quform-inner-1_1 .quform-option{
    min-height: 30px;
}



/* KONTAKT */
.half-wrap{
  float: left;
  width: 50%;
}

.full-wrap{
    width: 50%;
}

.adresse p b, .adresse p strong{
    font-family: Steagal-Bo, 'Open Sans', sans-serif !important;
    font-weight: normal;
}

.gm-style-cc {
    display: none;
}
.map-corner{
    position: absolute;
    z-index: 100000;
    right: 0;
    top: 260px;
}
.text-wrap.label-above label, .textarea-wrap.label-above label, .ninja-forms-form .label-above label, .list-radio-wrap.label-left label{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1em;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    padding: 8px 10px;
    border: 1px solid #dedede;
}
.ninja-forms-form-wrap input:focus, .ninja-forms-form-wrap select:focus, .ninja-forms-form-wrap textarea:focus{
    border: 1px solid #BABABA;
}
.ninja-forms-req-symbol{
    color: #2a6496 !important;
}
.field-wrap{
    padding-right: 30px;
}
.field-wrap.textarea-wrap, .field-wrap.submit-wrap{
    float: left !important;
    width: 100% !important;
}
.ninja-forms-field-error, .ninja-forms-error-msg{
    display: none !important;
}
.ninja-forms-form-wrap .ninja-forms-error input, .ninja-forms-form-wrap .ninja-forms-error select, .ninja-forms-form-wrap .ninja-forms-error textarea{
    border: 1px solid #CA5F61 !important
}
.ninja-forms-field-error p{
    font-weight: bold !important;
    font-size: 14px !important;
}
#nf_submit_1, #nf_submit_5{
    position: relative;
    display: inline-block;
}
.ninja-forms-form-wrap #nf_submit_1 input, .ninja-forms-form-wrap #nf_submit_5 input{
    position: relative;
    display: inline-block;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px;
    line-height: 32px;
    font-size: 17px;
    color: black;
    border: 0;
    background: transparent;
}
.ninja-forms-form-wrap #nf_submit_1 input:hover, .ninja-forms-form-wrap #nf_submit_5 input:hover{
    color: black;
    text-decoration: none;
}
.ninja-forms-form-wrap #nf_submit_1::before, .ninja-forms-form-wrap #nf_submit_5::before, .iphorm-submit-input-wrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ninja-forms-form-wrap #nf_submit_1:hover::before, .ninja-forms-form-wrap #nf_submit_5:hover::before, .iphorm-submit-input-wrap:hover::before{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}
.ninja-forms-form-wrap #nf_submit_1::after, .ninja-forms-form-wrap #nf_submit_5::after, .iphorm-submit-input-wrap::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_end.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px;
}
.ninja-forms-form-wrap #nf_processing_1 input, .ninja-forms-form-wrap #nf_processing_5 input{
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    padding: 0 17px !important;
    line-height: 32px !important;
    font-size: 17px !important;
    color: black !important;
    border: 0 !important;
    background: transparent !important;
}
/* GALERIEN */
.latest-dvgalleries > figcaption > div{
    padding: 20px 20px 5px !important;
}

.latest-dvgalleries > figcaption > div > hr{
    display: none;
}

.dvgrid .latest-dvgalleries> figcaption > div > .dvh5 > a{
    font-family: Steagal-Bo, 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    color: #009fe3 !important;
    font-size: 21px !important;
    text-transform: none;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 0 !important;
}

.dvgrid .latest-dvgalleries> figcaption > div > .dvh5 > a:hover{
    color: #009fe3 !important;
}

.dvgrid .latest-dvgalleries > figcaption > div > p{
     font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    color: #333;
    text-align: left;
    margin-top: 5px !important;
    padding-top: 0;
    border: 0;
}

.dvgrid .latest-dvgalleries > a > img, .dvgrid .latest-dvgalleries > a > img:hover{
    border: 0 !important;
}

.latest-dvgalleries > figcaption{
    background: #F9F9F9 !important;
    border-bottom: 3px solid #eee !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.latest-dvgalleries:hover > figcaption{
    background: #E6E6E6 !important;
}
.dvgrid a.dv-readmore-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -30000px;
    background: transparent;
}
.lg-counter-all, .lg-counter-current, #lg-counter{
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.6em;
    color: #333;
}
/* MITGLIEDSCHAFT */
.page-id-11 h2{
    margin-top: 70px !important;
}

.page-id-11 h2.first{
    margin-top: 0px !important;
}

p.smallmargin{
    margin-bottom: 10px !important;
}
/* JMZ11 Intern */
.mv-wrapper{
    display: none;
}
.logged-in .mv-wrapper{
    display: block;
}
.page-id-15 h1{
    margin-bottom: 0 !important;
}
.cleanlogin-preview-top{
        padding-bottom: 45px !important;
}
.cleanlogin-container{
    padding: 0 !important;
    box-shadow: 0 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.cleanlogin-preview img, .cleanlogin-preview h4{
    display: none;
}
.mv-content{
    border-bottom: 1px solid #dedede;
}
.mv-content .cat-title{
    border-top: 1px solid #dedede;
    padding: 15px 0;
    margin-bottom: 0 !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-size: 35px !important;
    padding-left: 60px !important;
    background-color: #eee !important;
    background-position: 10px center !important;
}
.cat-title{
    position: relative;
}
.cat-title a{
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #333;
}
.cat-title a:hover{
    color: #009fe3 !important;
    text-decoration: none !important;
}
.cat-title .readmore, .cat-title .readless{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mvico-zoomin:before, .mvico-zoomout:before{
    content: "\e680";
    position: absolute;
    right: 20px;
    top: 27px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cat-title:hover .mvico-zoomin:before, .cat-title:hover .mvico-zoomout:before{
    color: #333;
}
.mv-content .cat-files{
    margin-bottom: 0 !important;
}
.file-details-wrapper{
    margin: 0 !important;
}
.file-details{
    border: 0 !important;
    border-top: 1px solid #dedede !important;
    background-color: #f4f4f4 !important;
    border-radius: 0 !important;
}
.cleanlogin-preview a.cleanlogin-preview-logout-link{
    font-weight: bold;
    color: #009fe3;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    position: absolute;
    right: 0;
    font-size: 20px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/logout_icon.jpg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 3px;
     padding-left: 23px;
}
.cleanlogin-preview a.cleanlogin-preview-logout-link:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/logout_icon-hover.jpg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 3px;
    color: #333;
}
.file-data{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon.png') !important;
    background-size: 25px !important;
    background-position: 5px center !important;
    line-height: 30px !important;
    padding-left: 50px !important;
    height: auto !important;
    margin: 0 !important;
    width: 85%;
}

.file-data.file-xls{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/xls_icon.png') !important;
    background-size: 25px !important;
    background-position: 5px center !important;
}

.file-name{
    float: left;
    margin-left: 0 !important;
}
.file-data-list{
    float: right;
}
.file-dw-button{
    margin: 0 !important;
    margin-top: 2px !important;
}
.mv-btn{
    margin: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
}
.file-name a, .file-name a:hover{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    color: #333;
    background: transparent !important;
    padding: 0;
}
.mvico-calendar:before{
    display: none;
}
.file-data-list li{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6em;
    font-style: normal;
    background: transparent !important;
    padding: 0 !important;
}
.file-dw-button .mv-btn-success{
    background: #009fe3 !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
}
.file-dw-button .mv-btn-success:hover{
    background: #333 !important;
    color: white !important;
}
/* LOGIN FORM */
.cleanlogin-form{
    background-color: #f4f4f4 !important;
    padding: 20px 20px 50px;
    margin-top: 15px;
    max-width: 450px;
    border: 1px solid #eee !important;
}
.cleanlogin-form input[type="text"], .cleanlogin-form input[type="password"], .cleanlogin-form input[type="email"]{
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    padding: 8px 10px;
    border: 1px solid #dedede;
    background-color: white;
    height: auto;
    max-width: 300px;
}
.cleanlogin-field{
    margin-bottom: 10px !important;
}
.cleanlogin-field-remember, .cleanlogin-form-bottom{
    display: none;
}
.cleanlogin-form input[type="submit"]{
    position: relative;
    display: inline-block;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px !important;
    line-height: 32px;
    font-size: 17px;
    color: black;
    border: 0;
    background: transparent;
    height: auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
}
.cleanlogin-container fieldset:first-child{
    float: none;
    margin-top: 0;
}
.cleanlogin-container fieldset:first-child::before, .cleanlogin-container fieldset:first-child::after{
    display: none;
}
.cleanlogin-container fieldset::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cleanlogin-container fieldset:hover::before{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start-hover.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}
.cleanlogin-container fieldset::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_end.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px;
}
.cleanlogin-container fieldset{
    float: left;
    position: relative;
}
.cleanlogin-notification.error{
    border: 0;
    background-color: transparent !important;
    float: left;
    box-shadow: 0 0 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 15px;
}
.cleanlogin-notification.error p{
    font-weight: bold !important;
    border: 1px solid #eee !important;
    background-color: #F4F4F4;
    padding: 5px 10px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/info_icon.png');
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 30px;
    background-position: 7px 8px;
}
.subcat{
    margin-left: 0 !important;
}
.cleanlogin-notification.success{
    display: none !important;
}
/* SITEMAP */
.main li{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/li_icon.png');
    background-repeat: no-repeat;
    background-position: 0 11px;
    padding-left: 17px;
}

.page-id-17 .main li{
  background-position: 0 13px;
}

li a{
    color: #333;
}
li a:hover{
    text-decoration: none;
}
li.page_item_has_children, li.page-item-5{
    margin-bottom: 6px;
}
.page-id-17 h3{
    margin-bottom: 2px;
    margin-top: 30px;
}
.headerimage img.mobile{
    display: none !important;
}
.scroll-back-to-top-wrapper{
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
}
.scroll-back-to-top-wrapper i.fa{
    margin-top: -2px;
    font-size: 20px;
}

.nomargin{
    margin-bottom: 0 !important;
}


.page-id-11 p{
    margin-bottom: 10px !important;
}

.ff-nav-info-keys{
    display: none !important;
}


/* TOGGLE */
.toggle{
    margin-bottom: 20px;
    margin-top: -10px;
}

.toggle .less .button-read-less{
    display: none;
}

.toggle .less.active .button-read-more{
    display: none;
}

.toggle .less.active .button-read-less{
    display: inline-block;
}

.toggle .less a{
    bottom: 2px;
    font-family: Steagal-Bo, 'Open Sans', sans-serif;
    font-weight: normal !important;
    line-height: 1.6em;
    text-transform: none;
    color: #C2C2C2 !important;
    font-size: 16px !important;
    line-height: 16px;
    padding-right: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    border: 0;
    text-decoration: none !important;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/toggle_icon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
    padding-right: 19px;
}

.toggle .less a:hover{
    color: #009fe3 !important;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/toggle_icon-hover.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
}

.toggle .less.active a{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/toggle_icon-active.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
}

.toggle .less.active a:hover{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/toggle_icon-active-hover.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
}

.less.active{
margin-top: 10px;
}

.toggle .more{
    margin-bottom:  10px;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6em;
}

/*Konzerte Singlepage und Weiterleitung*/
a.details{
    text-indent: -30000px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/more_icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

a.details:hover, tr.clickable-row:hover a.details{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/more_icon-hover.png');
}

a.flyer, a.flyer:hover{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px !important;
    text-indent: -30000px;
    background-position: 0 0 !important;
    margin-top: 2px;
}

tr.clickable-row:hover a.flyer{
    background: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/pdf_icon-hover.png') !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 0px 1px !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px !important;
    text-indent: -30000px;
    background-position: 0 0 !important;
    margin-top: 2px;
}

a[href$=".pdf"], a[href$=".pdf"]:hover{
    background-position: 0 0 !important;
}

.single h2{
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.single .pdf{
    margin-top: 30px;
}

.single a.button{
    margin-top: 30px;
}

/* DATENSCHUTZERKLÄRUNG */
.page-id-1854 h3{
        margin-top: 40px !important;
}


.cd-timeline-img {
    padding-top: 19px !important;
    position: relative !important;
    left: auto !important;
    margin: 0 !important;
    border-radius: unset !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.cd-timeline-img img {
    width: auto !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    max-height: 300px !important;
}

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

    .cd-timeline-content .cd-date{
            position: absolute;
    top: -55px;
    }

    .cd-date .jahr{
        font-size: 33px;
    }

    .cd-timeline-content h3{
        line-height: 1.3em !important;
        margin-bottom: 0;
    }

    #cd-timeline{
        padding-top: 50px !important;
    }

}

@media screen and (max-width: 1023px){
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


@media screen and (max-width: 1200px) and (min-width: 990px){

    .header{
            background-color: rgba(0,159,227,1);
    }

    .headerimage{
        padding-top: 74px;
    }

    .inside{
        max-width: 970px;
    }

    footer{
        height: 286px;
        margin-top: -286px;
    }

    #wrapper{
        min-height: initial;
        padding: 0;
    }

    footer{
        height: auto;
        margin-top: 0;
    }

}



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

    .headerimage img{
        display: none;
    }
    .headerimage img.mobile{
        display: block !important;
    }

    .container{
        width: 100% !important;
        padding: 0 15px !important;
    }

    .logo{
        padding-left: 15px;
    }

    .main-menu{
        padding-right: 15px;
    }

    .home .teaser-box{
        padding-left: 15px !important;
    }

    .mn-navigation-wrap{
        background: rgba(0,159,227,0.95) !important
    }

    .wpb_row{
        margin-bottom: 0 !important;
    }

    #wrapper{
        min-height: initial;
        padding: 0;
    }

    footer{
        height: auto;
        margin-top: 50px;
    }

    #footer-sidebar1{
        padding-left: 10px;
    }

    #footer-sidebar2{
        padding-right: 10px;
    }

    .scroll-back-to-top-wrapper{
        bottom: 36px !important;
    }

    #sponsoren{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ubermenu .ubermenu-active>.ubermenu-tab>.ubermenu-tab-content-panel{
        display: block;
    }

    .cd-timeline-content .cd-date{
        width: 100%;
        padding-top: 10px;
    }

    .cd-timeline-block.left .cd-img{
        right: auto;
        position: relative;
    }

    .cd-timeline-block.right .cd-img{
        left: auto;
        position: relative;
    }

    .newsletter-container{
        width: 55%;
    }

    .iphorm-form-1{
        width: 45%;
    }

    .arrows{
        bottom: 50px;
    }

    .teaser-box a.button{
        margin-bottom: 65px;
    }

    .vc_custom_1447050330799{
        padding-top: 55px;
    }

    footer a.intern{
        background-position: 0px 1px;
    }

}



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

    .main{
        padding-bottom: 40px;
    }

    #wrapper{
        min-height: initial;
        padding: 0;
    }

    footer{
        height: auto;
        margin-top: 0;
    }

    .mn-navigation-wrap{
        background: rgba(0,159,227,0.95) !important
    }

    .hmapsprem_container img { 
        max-width: none !important; 
        max-height: none !important; 
    }
    .headerimage img{
        display: none;
    }
    .headerimage img.mobile{
        display: block !important;
    }
    .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header{
        display: none;
    }
    .mn-navigation-wrap{
        background: rgba(0,159,227,0.95) !important;
    }
    .mn-navigation-wrap .mn-menu-wrap li a{
        font-family: 'open_sans', 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.6em;
    }
    .mn-navigation-wrap .mn-logo-image{
        padding: 10px 10px 15px !important;
    }
    .mn-navigation-wrap .mn-menu-wrap li a{
        padding: 10px !important;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .mn-navigation-wrap .mn-menu-wrap .sub-menu a{
        padding-left: 20px !important;
    }
    h1{
        font-size: 38px !important;
        line-height: 1.2em !important;
        margin-top: 5px !important;
    }

    /* STARTSEITE */
    .home #wrapper{
        margin-top: -60px;
    }
    .home .teaser-box{
        display: none;
    }
    
    .arrows{
        right: 0;
        bottom: 60px;
    }
    .home .vc_custom_1445333006367, .home .vc_custom_1445333038364{
        padding-bottom: 0 !important;
    }
    a.twitter{
        margin-bottom: 10px;
    }

    .vc_column-inner.vc_custom_1447050330799{
        padding-left: 15px !important;
        margin-top: 20px;
    }

    /*Social Feed über Footer, gefixt 08.08.2023*/
    .home section {
        height: auto;
    }


    /* KONZERTE */
    .ml-responsive-table{
        margin-top: 7px;
        border-top: 1px solid #E9E9E9;
    }
    .ml-responsive-table .ml-grid{
        position: relative;
        border-top: 0 !important;
    }
    .ml-responsive-table dt{
        display: none;
    }
    .ml-responsive-table dd{
        font-family: 'open_sans', 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.6em;
    }
    .ml-responsive-table dd.col-0{
        position: absolute;
        width: auto !important;
    }
    .ml-responsive-table dd.col-1{
        position: absolute;
        left: 30px !important;
        right: auto !important;
        width: auto !important;
    }
    .ml-responsive-table dd.col-2{
        position: absolute;
        left: 53px !important;
        right: auto !important;
        width: auto !important;
    }
    .ml-responsive-table dd.col-3{
        padding-top: 30px;
        font-weight: 500;
        padding-bottom: 0;
    }
    .ml-responsive-table dd.col-5{
        position: absolute;
        top: 0;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
    }
    .ml-responsive-table dd.col-4::before{
        content: "Formation: "
    }
    .archiv-box button{
        font-size: 80px;
    }
    .vc_col-sm-12{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #sponsoren{
        padding: 0 10px;
    }
    footer .sponsor{
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    footer .sponsors {
        padding-top: 6rem;
    }
    footer .partners {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .sponsors::before {
        top: 4rem;
    }

    footer .partners .partner {
        margin-block-start: 0;
        transform: scale(0.8);
        transform-origin: 0 50%;
    }
    .page-id-7 h3{
        margin-bottom: 8px !important;
        margin-top: 40px !important;
        padding-left: 0 !important;
    }
    /* FOOTER */
    footer .inside{
        padding: 0 10px;
    }

    footer #sponsoren .inside{
        padding: 0;
    }

    #footer-sidebar1{
        width: 100%;
        margin-bottom: 10px;
    }
    #footer-sidebar2{
        float: left;
        text-align: left;
        width: 100%;
    }

    footer a.intern{
        background-position: 0px 1px;
    }

    /* VORSTAND */
    .vorstand_box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .vorstand_box.last{
        padding-left: 0;
    }

    .vorstand_box h4{
        margin-bottom: 10px;
    }

    /* FILE-Manager */
    .file-data{
        width: 100%;
    }
    .file-dw-button{
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    /* FORMATION */
    .page-id-25 .box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /* GESCHICHTE */
    #cd-timeline::before{
        left: 0 !important;
    }

    .cd-timeline-content{
        margin-left: 20px !important;
    }

    .cd-timeline-content::before{
        border-right: 10px solid #F9F9F9 !important
    }

    .cd-timeline-block.left .cd-img, .cd-timeline-block.right .cd-img{
        left: 0;
        position: relative;
        max-width: 100%;
    }

    .cd-timeline-content{
        padding: 1px 10px !important;
    }

    .cd-timeline-content .cd-date{
        padding-top: 15px !important;
        width: 100%;
    }
    
    /* NEWSLETTER */
    .newsletter-container, .iphorm-form-1{
        float: left;
        width: 100%;
    }

    .iphorm-form-1{
        margin-top: 30px;
        padding: 16px 15px;
    }

    .iphorm-responsive .iphorm-submit-wrap button, .iphorm-responsive .iphorm-submit-input-wrap{
        width: auto !important;
    }

    .iphorm-responsive .iphorm-submit-wrap button{
        margin-top: -2px !important;
    }



    /* KONTAKT */
    .full-wrap{
        width: 100%;
    }

    .hmapsprem_container .hmapsprem_map_container{
        height: 300px !important;
    }
    .page-id-13 .wpb_wrapper p{
        margin-bottom: 5px !important;
    }
    #ninja_forms_form_1_cont{
        margin-top: 50px;
    }
    .half-wrap{
        width: 100%;
    }
    .field-wrap, #ninja_forms_required_items{
        padding-right: 0;
    }

    .map-corner{
        display: none;
    }

    .konzert-box span.place{
        position: relative;
        display: block;
    }

    #ff-stream-1 .ff-item, #ff-stream-1 .shuffle__sizer{
        max-width: 100% !important;
    }

    .wpb_column.vc_custom_1447050330799{
        padding-left: 15px !important;
        margin-top: 45px !important;
    }

    .vc_row.vc_custom_1447050359499{
        padding-bottom: 0 !important;
    }

    .ml-responsive-table dd.col-5{
        position: relative;
        padding-top: 0;
        margin-top: -5px;
    }

    .ml-responsive-table dd.col-3{
        color: #009fe3 !important;
        margin-bottom: -5px;
    }

    .ml-table{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-id-7 .mn-navigation-wrap .mn-menu-wrap .current-menu-item li#menu-item-456 a{
        background: transparent !important;
    }

    .dirigent{
        margin-top: -50px;
    }

    .dirigent-content{
        position: relative;
        left: 0;
        top: 10px;
        margin-bottom: 0px;
        bottom: 0;
    }

    .dirigent-img{
        position: relative;
        float: none;

    }

    .headerimage{
        margin-bottom: 40px;
    }

    #sponsoren{
        margin-top: 60px;
    }


    .quform-element-2_8{
    margin-left: 0px;
    margin-right: 0px;
    }

    .quform-element-2_8 .quform-element{
        float: left;
        width: 100%;
        padding: 0px;
    }

    .quform-responsive-elements-phone-landscape .quform-element-submit button{
        width: auto !important;
        display: inline-block !important;
    }

    .newsletter .vc_col-sm-8, .newsletter .vc_col-sm-4{
        width: 100%;
    }

    .newsletter .vc_col-sm-4{
        margin-top: 20px;
    }



}




/* StartRevolution Slider 5.3.1 */
.home .tp-caption{
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/quote.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 0;
    padding-top: 30px !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    font-size: 34px !important;
    line-height: 1.2em !important;
}


.rev_slider .tp-caption{
    padding-right: 55px !important;
}

@media screen and (max-width: 990px) and (min-width: 768px){
    
    .tp-parallax-wrap{
        left: 15px !important;
        top: 15% !important;
    }
    .tp-caption.NotGeneric-Title{
        white-space: initial !important;
        font-weight: 300 !important;
        font-size: 23px !important;
        width: 500px !important;
        float: left;
        transform: none!important;
        max-width: 100% !important;
        line-height: 1.5em !important;
        padding: 10px 30px 0 0px !important;
    }


    .home .tp-caption{
        background-size: 30px;
    }

}

@media screen and (max-width: 767px) {
    .tp-parallax-wrap{
        left: 10px !important;
        top: 15% !important;
    }
    .tp-caption.NotGeneric-Title{
        white-space: initial !important;
        font-weight: 300 !important;
        font-size: 23px !important;
        width: 250px !important;
        float: left;
        transform: none!important;
        max-width: 100% !important;
        line-height: 1.5em !important;
        background-color: rgba(255,255,255,.7) !important;
        padding: 10px !important;
        padding-right: 30px !important;
        color: #333 !important;
    }
    .home .tp-caption{
        background-size: 30px;
        background-position: 97% 3%;
    }
}


/* End Revolution Slider 5.3.1 */

/* Start Revolution Slider 6 */

.home .rs-layer {
    background-image: url('https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/quote.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 0;
    padding-top: 30px !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    font-size: 34px !important;
    line-height: 1.2em !important;
    padding-right: 55px !important;
}

@media screen and (max-width: 990px) and (min-width: 768px){
    
    .rs-parallax-wrap {
        left: 15px !important;
        top: 15% !important;
    }
    .rs-layer.NotGeneric-Title{
        white-space: initial !important;
        font-weight: 300 !important;
        font-size: 23px !important;
        width: 500px !important;
        float: left;
        transform: none!important;
        max-width: 100% !important;
        line-height: 1.5em !important;
        padding: 10px 30px 0 0px !important;
    }


    .home .rs-layer {
        background-size: 30px;
    }

}

@media screen and (max-width: 767px) {
    .rs-parallax-wrap {
        left: 10px !important;
        top: 15% !important;
    }
    .rs-layer.NotGeneric-Title{
        white-space: initial !important;
        font-weight: 300 !important;
        font-size: 23px !important;
        width: 250px !important;
        float: left;
        transform: none!important;
        max-width: 100% !important;
        line-height: 1.5em !important;
        background-color: rgba(255,255,255,.7) !important;
        padding: 10px !important;
        padding-right: 30px !important;
        color: #333 !important;
    }
    .home .rs-layer {
        background-size: 30px;
        background-position: 97% 3%;
    }
}


/* End Revolution Slider 6 */

#cff.cff-masonry {
    display: flex;
    flex-direction: column;
}

#cff.cff-masonry .cff-load-more {
    line-height: 32px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    box-sizing: border-box;
    font-style: normal;
    text-align: center;
    transition: 0.1s ease-out;
    position: relative !important;
    padding: 0px 17px !important;
    font-size: 17px !important;
    color: black !important;
    margin-top: 50px !important;
    text-decoration: none !important;
    width: auto !important;
    background-color: transparent;
    background: transparent;
}

#cff.cff-masonry .cff-load-more a {
    position: relative !important;
    display: inline-block !important;
    font-family: Steagal-Re, 'Open Sans', sans-serif;
    font-weight: normal !important;
    padding: 0 17px !important;
    line-height: 32px;
    font-size: 17px !important;
    color: black !important;
    transition: all .1s ease-out;
}

.cff-load-more span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url(https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_start.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cff-load-more span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background-image: url(https://www.jmz11.ch/wp-content/themes/SCHMUCKI_child/img/button_end.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px;
}

div#cff.cff-masonry .cff-item, div#cff.cff-masonry .cff-item:first-child {
    background-color: rgb(249, 249, 249);
}

div#cff.cff-masonry .cff-item a {
    color: rgb(94, 159, 202);
}