/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}



blockquote,q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***********************
***** GRID system *****
***********************/
.container-fluid,
.container {
    margin-right: auto;
    margin-left: auto;
}
.container,
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* General */
body {
    font-family: 'Open Sans', sans-serif;
}
* {
    outline: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Typography */
h1,
h2,
h3 {
    font-weight: bold;
    -ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 33px;
}
h3 {
    font-size: 24px;
	line-height: 32px;
}
h4 {
    font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h5 {
    font-size: 14px;
    color: #47B697;
    -ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

/* Help[ers */
.align-items-center {
    align-items: center;
}
img,
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.home .qtp-main {
    margin-top: 0;
}

.page-id-8914 .qtp-main {
    margin-top: 0!important;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.a2apage_wide.a2a_wide {
    display: none !important;
}

.qtp-default {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.qtp-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #47B697;
    border-radius: 50%;
    animation: qtp-default 1.2s linear infinite;
}
.qtp-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.qtp-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.qtp-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.qtp-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.qtp-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}
.qtp-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.qtp-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.qtp-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.qtp-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.qtp-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.qtp-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.qtp-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes qtp-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
  


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.qtp-header {
    background: #47B697;
    min-height: 90px;
    position: relative;
}

/* Branding Logo */
.qtp-branding {
    position: relative;
}
.qtp-site-logo {
    position: absolute;
    top: 19px;
    width: 100%;
    max-width: 170px;
    z-index: 9000;
}

/* Main Navigation */
.qtp-main-navigation {
	display: block;
    margin-top: 33px;
}
.qtp-main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.qtp-main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding-top: 24px;
    white-space: nowrap;
    counter-reset: my-counter;
    transition: all 0.4s ease;
}
.qtp-main-navigation ul li:hover > ul,
.qtp-main-navigation ul li:focus > ul {
	left: auto;
}
.qtp-main-navigation li {
	display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-right: 25px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.qtp-main-navigation li:last-child {
    margin-right: 0;
}
.qtp-main-navigation ul ul li {
    padding: 0 25px 0 60px;
    margin: 0;
    background: #fcfcfc;
    display: block;
    position: relative;
    counter-increment: my-counter;
}
.qtp-main-navigation ul ul li:before {
    content: counter(my-counter);
    color: #000;
    position: absolute;
    bottom: 9px;
    left: 25px;
}
.qtp-main-navigation ul ul li:last-child:before {
    bottom: 24px;
}
.qtp-main-navigation ul ul li:first-child {
    padding-top: 20px;
}
.qtp-main-navigation ul ul li:last-child {
    padding-bottom: 15px;
}
.qtp-main-navigation a {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
	display: block;
    text-decoration: none;
}
.qtp-main-navigation a:hover,
.qtp-main-navigation a:visited {
    color: #FFF;
}

.qtp-main-navigation li a.active-parent {
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
}

.qtp-main-navigation li.current-menu-item,
.qtp-main-navigation li:hover,
.qtp-main-navigation li:focus {
    border-color:#fff;
}
.qtp-main-navigation li.menu-item-has-children:hover,
.qtp-main-navigation li.menu-item-has-children:focus {
    border-color: transparent;
}
.qtp-main-navigation li.menu-item-has-children:hover:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fcfcfc transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-top: 9px;
    margin-left: -15px;
}
.qtp-main-navigation ul ul a,
.qtp-main-navigation ul ul a:visited {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px!important;
}
.qtp-main-navigation ul ul li.current-menu-item a,
.qtp-main-navigation ul ul li.current-menu-item:before,
.qtp-main-navigation ul ul li:hover a,
.qtp-main-navigation ul ul li:focus a,
.qtp-main-navigation ul ul li:hover:before,
.qtp-main-navigation ul ul li:focus:before {
    color: #47B697;
}

/* Small menu. */
.menu-toggle,
.qtp-main-navigation.toggled ul.menu {
	display: block;
}

/* Language Switcher */
.qtp-lang-switcher {
    position: absolute;
    top: 20px;
    right: 40px;
}
.qtp-lang-select {
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 7px;
    display: block;
    background: url(../img/lang-switcher-bg.png) no-repeat center center;
    position: relative;
}
.qtp-lang-select:hover .qtp-lang-tooltip,
.qtp-lang-select:hover .qtp-lang-tooltip {
    opacity: 1;
    visibility: visible;
}
.qtp-lang-select a {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #47B697;
    text-decoration: none;
}
.qtp-lang-tooltip {
    color: #47B697;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: absolute;
    top: 100%;
    right: -15px;
    width: 340px;
    margin-top: 30px;
    padding: 25px 40px 25px 25px;
    background: #fcfcfc;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}
.qtp-lang-tooltip:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fcfcfc transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 285px;
}

/* Search form */
.qtp-search-form {
    width: 100%;
    margin-top: 36px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.qtp-search-form .search-field {
    -webkit-appearance: none;
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    display: inline-block;
    max-width: 100%;
}
.qtp-search-form .search-field::-webkit-input-placeholder {
    color: white;
}  
.qtp-search-form .search-field:-ms-input-placeholder {
    color: white;
}  
.qtp-search-form .search-field::placeholder {
    color: white;
}
.qtp-search-form .search-submit {
    color: #47B697;
    text-indent: -100px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 21px;
    height: 21px;
    background: url('../img/search-icon.svg') no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
}


/*--------------------------------------------------------------
## INTRO
--------------------------------------------------------------*/
.qtp-intro-wrapper {
    min-height: calc(100vh - 90px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

/* SLIDER */
.qtp-intro-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.qtp-intro-slider,
.qtp-intro-slider .slick-list ,
.qtp-intro-slider .slick-track {
    height: 100%;
}
.qtp-intro-slider .slick-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.qtp-intro-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.qtp-intro-slider .slick-dots li {
    display: inline-block;
}
.qtp-intro-slider .slick-dots li + li {
    padding-left: 5px;
}
.qtp-intro-slider .slick-dots button {
    text-indent: -500px;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    display: block;
    -webkit-appearance: none;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
}
.qtp-intro-slider .slick-dots li.slick-active button,
.qtp-intro-slider .slick-dots li:hover button  {
    opacity: 1;
}

/* SPEECH BUBBLE */
.qtp-intro-bubble {
    color: #fff;
    font-style: italic;
    position: relative;
    width: 470px;
    height: 470px;
    text-align: center;
    background: url('../img/qtp_bubble_bg.png') no-repeat center center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 20% 0 150px;
}
.qtp-intro-bubble h1 {
    margin-bottom: 30px;
    line-height: 55px;
    padding: 0 20%;
}
.qtp-intro-bubble h3 {
    line-height: 30px;
    padding: 0 44px;
}

/* SCROLL ARROW */
.qtp-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -45px;
}
.qtp-scroll-down:hover {
    animation: MoveUpDown 0.7s infinite alternate;
}
@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25px);
    }
  }

/*--------------------------------------------------------------
## MAP
--------------------------------------------------------------*/
.qtp-map-wrapper {
    padding: 30px 0 60px;
    background: rgba(201, 208, 201, .35);
}
.qtp-map-wrapper h1 {
    color: #47B697;
    font-style: italic;
    line-height: 58px;
    padding-right: 32%;
    margin-bottom: 25px;
}
.qtp-map-wrapper h2 {
    font-style: italic;
    line-height: 45px;
    margin-bottom: 25px;
    display: inline-block;
}
.qtp-map-wrapper ul {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.qtp-map-wrapper ul li {
    font-size: 18px;
    line-height: 30px;
    flex: 1 0 50%;
}
.qtp-map-wrapper ul li:hover,
.qtp-map-wrapper ul li:focus {
    color: #47B697;
}
.qtp-map-holder {
    position: relative;
    max-width: 615px;
    margin: 0 auto;
}
.qtp-map-dot {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #47B697;
    position: absolute;
    margin-left: -9px;
    margin-top: -9px;
}
.qtp-map-dot:hover a,
.qtp-map-dot:focus a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}
.qtp-map-dot a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    padding: 30px 30px 30px 55px;
    display: none;
    background: url('../img/map-bubble.svg') no-repeat right center;
    background-size: contain;
    width: 250px;
    height: 225px;
    position: absolute;
    bottom: 10px;
    left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.qtp-map-breite {
    top: 47.8%;
    left: 75.8%;
}
.qtp-map-wettstein {
    top: 43.9%;
    left: 60.1%;
}
.qtp-map-lola {
    top: 30.3%;
    left: 24.7%;
}
.qtp-map-stjohan {
    top: 30.3%;
    left: 29.1%;
}
.qtp-map-elch {
    top: 31.5%;
    left: 71.5%;
}
.qtp-map-hirzbrunnen {
    top: 36.7%;
    left: 91.6%;
}
.qtp-map-gundeli {
    top: 68%;
    left: 49.2%;
}
.qtp-map-kasernentreff {
    top: 37.1%;
    left: 45.6%;
}
.qtp-map-quartierzentrum-oekolampad {
    top: 43%;
    left: 21%;
}
.qtp-map-bachletten {
    top: 56.7%;
    left: 31.3%;
}
.qtp-map-makly {
    top: 33.5%;
    left: 47.8%;
}
.qtp-map-union {
    top: 29.1%;
    left: 44.9%;
}
.qtp-map-kleinhuningen {
    top: 13%;
    left: 45.5%;
}
.qtp-map-bruderholz {
    top: 80.7%;
    left: 51.5%;
}
.qtp-map-rosental {
    top: 23.9%;
    left: 58%;
}
.qtp-map-highlights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    overflow: hidden;
}
.qtp-map-highlights img {
    display: none;
}


/*--------------------------------------------------------------
## HIGHLIGHTS
--------------------------------------------------------------*/
.qtp-highlights-wrapper {
    margin: 85px 0 100px;
}
.qtp-highlights-wrapper h1 {
    color: #47B697;
    font-style: italic;
    line-height: 58px;
    margin-bottom: 25px;
}
.qtp-highlights-wrapper h2 {
    font-style: italic;
    line-height: 45px;
    width: 50%;
    margin-bottom: 25px;
    display: inline-block;
}

/* HIGHLIGHTED ARTICLES */
.qtp-highglights-content {
    margin-top: 70px;
    align-items: stretch;
}
.qtp-highglights-content > div {
    margin-bottom: 30px;
}
.qtp-article-preview {
    background: rgba(201, 208, 201, .25);
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
.qtp-article-preview img {
    margin: 0 auto;
}
.qtp-article-preview:hover {
    color: #fff;
    background: #47B697;
}
.qtp-article-preview-content {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
}
.qtp-article-preview-content a {
    text-decoration: none;
}
.qtp-article-preview .qtp-read-more {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.qtp-article-preview:hover .qtp-read-more,
.qtp-article-preview:hover .qtp-article-preview-content h3,
.qtp-article-preview:hover .qtp-article-preview-content p {
    color: #fff;
}
.qtp-article-preview-content h3,
.qtp-article-preview-content p,
.events-listing-weekly .qtp-article-preview .qtp-article-preview-content h3,
.events-listing-weekly .qtp-article-preview .qtp-article-preview-content p {
    color: #000;    
}

/*
.qtp-article-preview-content h3,
.qtp-article-preview-content p,*/
.events-listing-weekly .qtp-article-preview .qtp-article-preview-content h3:hover,
.events-listing-weekly .qtp-article-preview .qtp-article-preview-content p:hover {
    color: #47B697;    
}


.qtp-article-preview-content h3,
.qtp-article-preview-content p {
    line-height: 30px;
}
.qtp-article-preview-content p {
    margin-bottom: 10px;
}
.qtp-article-meta {
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.qtp-article-meta span {
    padding: 0 5px;
    border: 1px solid #000;
}


.qtp-article-preview:hover .qtp-article-meta span {
    border-color: #fff;
}
.qtp-article-meta span + span {
    border-left: 0;
}

/* LOAD MORE */
.qtp-load-more {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    margin: 60px auto 40px;
    display: inline-block;
    position: relative;
}
.d-md-none {
    display: none !important;
}
.go-top-section.second .to-top {
    float: none;
}
.go-top-section.second .to-top:before {
    display: none;
}
button.to-top {
    float: right;
    border: 0;
    background: none;
    cursor: pointer;
}
.qtp-load-more:after,
button.to-top:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url('../img/arrow-down.svg') no-repeat bottom center;
    display: block;
    margin: 0 auto;
}

button.to-top:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 12px;
}

/* QTP BUTTONS */
.qtp-btn {
    text-decoration: none;
    padding: 6px 14px 8px;
    border: 1px solid transparent;
    display: inline-block;
    transition: all .2s ease-in-out;
}
.qtp-btn-green {
    color: #fff;
    background: #47B697;
    border-color: #47B697;
}
.qtp-btn-green:hover {
    color: #47B697;
    background: #fff;
}


/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.qtp-footer {
    background: #47B697;
}

/* FOOTER TOP SECTION */
.qtp-footer-top {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}

/* FOOTER SOCIAL */
.qtp-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.qtp-footer-social a:hover,
.qtp-footer-social a:focus {
    opacity: 0.7;
}
.qtp-footer-social p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
    margin-bottom: 0;
}

/* FOOTER NAV */
.qtp-footer-nav li {
    display: inline-block;
    padding: 0 7px;
}
.qtp-footer-nav li:first-child {
    padding-left: 0;
}
.qtp-footer-nav li:last-child {
    padding-right: 0;
}
.qtp-footer-nav li + li {
    border-left: 2px solid #fff;
}
.qtp-footer-nav li a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}
.qtp-footer-nav li a:hover,
.qtp-footer-nav li a:focus {
    opacity: 0.7;
}

/* FOOTER BOTTOM SECTION */
.qtp-footer-bottom {
    padding: 26px 0 38px;
}
.qtp-footer-bottom p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

/* FOOTER LOGOS */
.qtp-footer-logos {
    padding: 0 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.qtp-footer-logos a:nth-child(2) {
    margin-top: -20px;
}


/*--------------------------------------------------------------
## INSIDE PAGES
--------------------------------------------------------------*/
.qtp-main {
    margin-top: 80px;
    margin-bottom: 100px;
    min-height: calc(100vh - 516px);
}
.page-template-default .qtp-main,
.page-template-tpl-impressum .qtp-main {
    margin-top: 120px;
}

/* Location Logo */

.qtp-location-img {
    margin-bottom: 55px;
}
.single-events .qtp-location-img {
    margin-bottom: 20px;
}
/*
.qtp-location-img {
    margin-bottom: 55px;
}
.qtp-location-img img {
    max-width: 480px;
    max-height: 240px;
}*/

.qtp-location-ferien {
    padding: 22px 25px;
	background: #47B697;
	color: white;
    position: relative;
    line-height: 26px;
	
}
.qtp-article-content .qtp-location-ferien h2 {
    margin-bottom: 0.3rem;
	font-style: normal;
}
.qtp-article-content .qtp-location-ferien h4 {
    color: white;
}


.qtp-footer-logos a {
    display: inline-block;
    padding: 0 25px;
}

.qtp-footer-logos img {
    max-width: 75%;
}

/* Article Slider */
.qtp-article-img-slider {
    margin-bottom: 30px;
}
.qtp-article-img-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.qtp-article-img-slider .slick-dots li {
    display: inline-block;
}
.qtp-article-img-slider .slick-dots li + li {
    padding-left: 5px;
}
.qtp-article-img-slider .slick-dots button {
    text-indent: -500px;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    display: block;
    -webkit-appearance: none;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
}
.qtp-article-img-slider .slick-dots li.slick-active button,
.qtp-article-img-slider .slick-dots li:hover button  {
    opacity: 1;
}

.qtp-article-img-slider .slick-dots li:only-child.slick-active,
.qtp-article-img-slider .slick-dots li:only-child {
        display: none;
}

/* Article Content */
.qtp-article-content {
    padding: 25px;
    background: rgba(201, 208, 201, .25);
    position: relative;
	line-height: 26px;
}
.qtp-article-content + .qtp-article-content  {
    margin-top: 50px;
}
.qtp-article-content h1,
.single.single-locations .qtp-article-content h1 {
    color: #47B697;
    font-style: italic;
    line-height: 58px;
    margin-bottom: 25px;
    padding-right: 180px;
}

.single .qtp-article-content h1 {
    padding-right: 0;
}
.qtp-article-content h2 {
    font-style: italic;
    line-height: 45px;
    margin-bottom: 25px;
}

.qtp-article-content h4 {
	color: #47B697;
}

.qtp-article-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.qtp-article-program {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    width: 170px;
    height: 170px;
    position: absolute;
    top: -85px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url('../img/map-bubble.svg') no-repeat center center;
    background-size: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.qtp-article-program,
.arrow-elem {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.qtp-article-program:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.arrow-elem {
    display: block;
    background-color: #fff;
    height: 1px;
    width: 65px;
    position: relative;
    margin: 20px auto 0;
}

.arrow-elem:before,
.arrow-elem:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -3px;
}

.arrow-elem:before {
    top: -7px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-elem:after {
    top: 7px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.go-top-section.second .to-top {
    background-color: #47B697;
    padding: 15px 15px 20px;
    color: #FFF;
    display: block;
    width: 100%;
    text-align: left;
}

.go-top-section.second .to-top span {
    display: inline-block;
}

.go-top-section.second .to-top .arrow-elem {
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}

.go-top-section.second .to-top span.btn-text {
    position: relative;
    top: 3px;
    font-size: 18px;
}

@media all and (max-width: 415px) {
    .go-top-section.second .to-top span.btn-text {
        width: 70%;
    }
    .go-top-section.second .to-top .arrow-elem {
        margin-top: 25px;
    }
}

.qtp-article-accordion {
    margin: 50px 0 25px;
    border-bottom: 1px solid #47B697;
    display: inline-block;
    width: 100%;
}
.qtp-article-accordion-head {
    border-top: 1px solid #47B697;
    padding: 15px 40px 15px 0;
    position: relative;
    cursor: pointer;
}
.qtp-article-accordion-head span {
    position: absolute;
    top: 5px;
    right: 0;
    transition: all 0.4s ease-in-out;
    transform-origin: 50% 60%;
}
.qtp-article-accordion-head.active span {
    transform: rotate(180deg);
}
.qtp-article-accordion-body {
    padding: 10px 0;
    display: none;
}
.qtp-article-accordion-body h1,
.qtp-article-accordion-body h2,
.qtp-article-accordion-body h3,
.qtp-article-accordion-body h4,
.qtp-article-accordion-body h5 {
    color: #47B697;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 10px;
    display: inline-block;
}
.qtp-article-accordion-body p {
    line-height: 26px;
    margin-bottom: 20px;
}
.qtp-article-accordion-body a {
    color: #000;
}
.qtp-article-accordion-body a:hover,
.qtp-article-accordion-body a:focus,
.qtp-article-accordion-body a:visited {
    color: #000;
    opacity: 0.7;
}
.qtp-article-accordion-body ul {
    list-style-type: none;
    margin-bottom: 30px;
}
.qtp-article-accordion-body li {
    line-height: 26px;
    /*padding-left: 10px;*/
    position: relative;
}
/*
.qtp-article-accordion-body li:before {
    content: '-';
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
*/
.qtp-article-accordion-body .gallery {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -8px 0;
}
.qtp-article-accordion-body .gallery-columns-3 .gallery-item {
    -flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 15px;
}

/* Article Sidebar - News Slider */
.qtp-article-news {
    background: rgba(201, 208, 201, .25);
    padding: 25px;
    margin-bottom: 30px;
}
.qtp-article-news h4 {
    line-height: 33px;
    padding: 0 6px;
    border: 1px solid #000;
    display: inline-block;
}
.qtp-article-news-empty {
    padding: 30px 0;
}
.qtp-article-news-slider {
    margin: 20px 0 0;
}
.qtp-article-news-slider h4,
.qtp-article-news-slider p {
    font-size: 18px;
	line-height: 26px;
}
.qtp-article-news-slider p {
    margin-bottom: 20px;
}
.qtp-article-news-slider .slick-dots {
    position: absolute;
    top: 100%;
    right: 25px;
}
.qtp-article-news-slider .slick-dots li {
    display: inline-block;
}
.qtp-article-news-slider .slick-dots li + li {
    padding-left: 5px;
}
.qtp-article-news-slider .slick-dots button {
    text-indent: -500px;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    display: block;
    -webkit-appearance: none;
    overflow: hidden;
    background: #47B697;
    opacity: 0.5;
    cursor: pointer;
}
.qtp-article-news-slider .slick-dots li.slick-active button,
.qtp-article-news-slider .slick-dots li:hover button  {
    opacity: 1;
}
.qtp-article-more,
.qtp-article-news-link {
    color: #000;
    line-height: 30px;
}

/* Article Sidebar - Info Content */
.qtp-article-info {
    padding: 25px;
    background: #47B697;
    position: relative;
}
.qtp-article-info .qtp-article-cancelled {
    color:#47B697;
    top: 32px;
    margin-top: 0;
    font-size:  30px;
}
.qtp-article-info .qtp-article-cancelled .qtp-article-cancelled-overlay {
    background-color: rgba(255, 255, 255, .9);
}

.qtp-article-info-item {
    color: #fff;
    line-height: 26px;
    margin-bottom: 26px;
}
.qtp-article-info-item h4 {
    font-weight: 700;
}
.qtp-article-info-item p {
    font-size: 18px;
    margin-bottom: 26px;
}
.qtp-article-info-item a {
    color: #fff;
}
.qtp-article-info-item a:hover,
.qtp-article-info-item a:focus,
.qtp-article-info-item a:visited {
    color: #fff;
    opacity: 0.7;
}
.qtp-info-table {
    display: table;
}
.qtp-info-table>div {
    display: table-row;
}
.qtp-info-table .qtp-info-table-cell {
    display: table-cell;
    padding-right: 20px;
	font-size: 18px;
}

/* Article Sidebar Info Footer*/
.qtp-article-info-footer {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.qtp-article-info-footer a {
    display: inline-block;
    transition: all 0.2s ease;
}
.qtp-article-info-footer a + a {
    padding-left: 5px;
}
.qtp-article-info-footer a:hover {
    opacity: 0.7;
}
.qtp-article-info-footer img {
    height: 40px;
}

/* Search & 404 page */
.search .entry-header,
.error404 .entry-header{
    margin-bottom: 20px;
}
.search .entry-title,
.error404 .page-title,
.search .page-title {
    margin-bottom: 20px;
}
.search .entry-summary {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C9D0C9;
}
.search .entry-summary p,
.error404 .page-content p, 
.search .page-content p{
    margin-bottom: 20px;
}
.error-404,
.search .no-results.not-found{
    min-height: 40vh;
}
.error-404 .search-form,
.search .search-form {
    margin-top: 36px;
    padding-bottom: 6px;
    padding-right: 30px;
    border-bottom: 1px solid #000;
    position: relative;
    display: inline-block;
}
.error-404 .search-field,
.search .search-field {
    -webkit-appearance: none;
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    display: inline-block;
}
.error-404 .search-submit,
.search .search-submit {
   -webkit-appearance: none;
	color: #47B697;
    text-indent: -100px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 21px;
    height: 21px;
    background: url(../img/search-icon.svg) no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
}
.post-thumbnail img {
    margin-bottom: 10px;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.addtoany_shortcode,
.widget_a2a_share_save_widget {
    text-align: right;
}

.qtp-back a {
    color: #000;
    margin: 15px 0 20px;
    display: inline-block;
}
.qtp-back a:hover {
    opacity: 0.7;
}


.qtp-article-cancelled {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: -60px;
    z-index: 2;
}
.qtp-article-cancelled .qtp-article-cancelled-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.qtp-article-cancelled .qtp-article-cancelled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(71, 182, 151, .9);
    transform: skewY(-10deg);
}
.qtp-article-cancelled span {
    transform: rotate(-10deg);
}

.qtp-article-cancelled.weekly {
    font-size: 24px;
    top: 0;
    margin-top: 15px;
    height: calc(100% - 47px);
}



/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) and (max-width: 1468px) {
    .qtp-map-holder {
        max-width: 480px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .qtp-branding {
        margin-left: -20px;
    }
    .qtp-site-logo {
        max-width: 160px;
    }
    .qtp-lang-switcher {
        right: 10px;
    }
    .page-template-default .qtp-main, .page-template-tpl-impressum .qtp-main {
        margin-top: 110px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 12px;
    }
    .qtp-main-navigation a {
        font-size: 18px;
    }
    .qtp-map-wrapper h1 {
        padding-right: 0;
        line-height: 48px;
    }
    .qtp-map-holder {
        max-width: 480px;
    }
    .qtp-highlights-wrapper h2 {
        width: 100%;
    }
    .qtp-article-meta {
        font-size: 14px;
    }
    .qtp-highglights-content {
        margin-top: 50px;
    }
    .page-template-default .qtp-main, .page-template-tpl-impressum .qtp-main {
        margin-top: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    p,
    .qtp-article-content h1,
    .qtp-article-news-slider h4, 
    .qtp-article-news-slider p {
        line-height: 1.4em;
    }
    .qtp-lang-switcher {
        top: 5px;
        right: 15px;
    }
    .qtp-lang-select {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .qtp-lang-select a {
        font-size: 12px;
        line-height: 12px;
    }
    .qtp-branding {
        left: -20px;
    }
    .qtp-main-navigation {
        margin-left: -15px;
    }
    .qtp-main-navigation a {
        font-size: 16px;
    }
    .qtp-main {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .page-template-default .qtp-main, .page-template-tpl-impressum .qtp-main {
        margin-top: 40px;
    }
    .qtp-map-wrapper .col-md-7 {
        order: 2;
    }
    .qtp-map-wrapper h1,
    .qtp-highlights-wrapper h1 {
        padding-right: 0;
        line-height: 40px;
    }
    .qtp-map-wrapper h2,
    .qtp-highlights-wrapper h2,
    .qtp-article-content h2 {
        line-height: 36px;
    }
    .qtp-map-holder {
        max-width: 80%;
    }
    .qtp-highlights-wrapper h2 {
        width: 100%;
    }
    .qtp-highglights-content {
        margin-top: 40px;
    }
    .qtp-article-preview-content h3 {
        font-size: 18px;
    }
    .qtp-article-preview-content h3, .qtp-article-preview-content p {
        line-height: 24px;
    }
    .qtp-article-news-slider .slick-dots {
        right: 0;
    }
    .qtp-article-preview-content,
    .qtp-article-info,
    .qtp-article-news {
        padding: 15px;
    }
    .qtp-read-more {
        left: 15px;
    }
    .qtp-location-img {
        margin-bottom: 25px;
    }
    .qtp-article-program {
        right: 15px;
    }
    .qtp-article-accordion {
        margin: 25px 0;
    }
    .qtp-info-table .qtp-info-table-cell:last-child {
        padding-right: 0;
    }
    .qtp-article-program {
        font-size: 22px;
        width: 150px;
        height: 150px;
    }
    .single.single-locations .qtp-article-content h1 {
        padding-right: 150px;
        line-height: 48px;
    }
    .page-template-tpl-program .qtp-main form {
        margin-left: -30px;
        margin-right: -30px;
    }
    form .reset-print {
        position: relative;
    }
    .page .reset-print .print-btn {
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .events-listing-weekly {
        margin-top: 50px;
    }
    
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.qtp-main-navigation ul {
		display: block;
	}
}
@media (max-width: 991px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .d-block {
        display:block !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 14px;
    }
    p,
    .qtp-article-content h1,
    .qtp-map-wrapper h1,
    .qtp-highlights-wrapper h1,
    .qtp-map-wrapper h2,
    .qtp-highlights-wrapper h2,
    .qtp-article-content h2,
    .qtp-article-news-slider h4, 
    .qtp-article-news-slider p,
    .qtp-article-preview-content h3, 
    .qtp-article-preview-content p {
        line-height: 1.4em;
    }
    .qtp-lang-switcher {
        top: 10px;
        right: 15px;
    }
    .qtp-branding {
        max-width: 120px;
    }
    .qtp-article-preview .lazy-hidden {
        height: 238px;
    }
    .menu-toggle {
        border: 0;
        position: relative;
        width: 32px;
        height: 2px;
        background: #fff;
        text-indent: -999px;
        transition: all 0.4s ease;
        z-index: 9999;
    }
    .menu-toggle:before,
    .menu-toggle:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }
    .menu-toggle:before {
        top: -6px;
    }
    .menu-toggle:after {
        bottom: -6px;
    }
    .qtp-search-form {
        margin-bottom: 20px;
    }
    .qtp-main-navigation div > ul {
        position: absolute;
        width: 100%;
        top: 0;
        left: -100%;
        padding: 60px 15px 20px;
        display: block;
        overflow: hidden;
        transition: all 0.4s ease;
        background: #47B697;
        z-index: 9990;
        overflow: auto;
    }
    .qtp-main-navigation.toggled div > ul {
        left: 0;
    }
    .qtp-main-navigation div > ul > li {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }
    .qtp-main-navigation ul ul {
        position: relative;
        top: 0;
        left: 0;
        float: none;
        white-space: normal;
        padding-top: 5px;
    }
    .qtp-main-navigation ul li.focus ul,
    .qtp-main-navigation ul li:focus ul {
        display: block;
    }
    .qtp-main-navigation li.menu-item-has-children:hover:after {
        content: none;
    }
    .qtp-main-navigation ul ul li,
    .qtp-main-navigation ul ul li:first-child {
        padding: 0 10px;
    }
    .qtp-main-navigation a {
        font-size: 18px;
        line-height: 16px!important;
    }
    .qtp-main-navigation ul ul li {
        margin-top: 2px;
    }
    .qtp-main-navigation ul ul li:before {
        content: none;
    }
    .qtp-main-navigation ul ul a, 
    .qtp-main-navigation ul ul a:visited {
        font-size: 16px;
        line-height: 18px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
    }
    .qtp-intro-bubble {
        /*width: 300px;
        height: 300px;
		margin: 50% 0 35px;*/
		display: none;
    }
    .qtp-intro-bubble h1 {
        margin-bottom: 30px;
        line-height: 36px;
        padding: 0 10%;
    }
    .qtp-intro-bubble h3 {
        line-height: 24px;
        padding: 0 24px;
    }
    .qtp-intro-wrapper {
        min-height: calc(100vh - 124px);
    }
    .qtp-map-wrapper h1 {
        padding-right: 0;
		font-size: 36px;
		line-height: 36px;
    }
    .qtp-map-holder {
        width: 75%;
    }
    .qtp-map-dot a {
        font-size: 14px;
        line-height: 24px;
        padding: 30px 10px 30px 15px;
        width: 150px;
        height: 145px;
    }
    .qtp-highlights-wrapper h2 {
        width: 100%;
    }
    .qtp-highlights-wrapper {
        margin: 40px 0 50px;
    }
    .qtp-highglights-content {
        margin-top: 30px;
    }
    .qtp-article-preview-content {
        padding: 25px 10px;
    }
    .qtp-read-more {
        left: 10px!important;
    }
    .qtp-article-preview-content h3 {
        margin-bottom: 10px;
    }
    .qtp-footer-social p {
        font-size: 18px;
    }
    .qtp-footer-nav,
    .events-listing-weekly {
        margin-top: 30px;
    }
	.qtp-footer-nav {
		text-align: left;
       /* margin-left: -10px;*/
	}
    .qtp-main {
        margin: 60px 0;
    }
    .page-template-default .qtp-main, .page-template-tpl-impressum .qtp-main {
        margin-top: 70px;
    }
    .qtp-footer-logos {
        padding: 20px 0 0;
    }
    .qtp-footer-logos a {
        padding: 0 5px;
    }
    .qtp-article-program {
        font-size: 20px;
        line-height: 24px;
        width: 140px;
        height: 140px;
        top: -110px;
        right: 0px;
    }
    .qtp-article-img-slider .slick-dots {
        bottom: 10px;
        left: 10px;
        transform: inherit;
    }
    body .filter-elem {
        float: none;
    }
    body .filter-elem legend {
        width: 100%;
        border-right: 1px solid #000;
        text-align: left;
        padding-left: 10px;
        border-bottom: 0;
    }
    body .filter-elem:last-child legend {
        border-bottom: 1px solid #000;
    }
    form .reset-print {
        position: relative;
    }
    body .reset-print .print-btn {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .single.single-locations .qtp-article-content h1 {
        padding-right: 150px;
    }
    .single .qtp-article-content h1 {
        line-height: 32px!important;
		padding-top: 10px;
    }
    .qtp-map-dot {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
    }
    body .collapsed-inner {
        padding: 20px 10px;
		margin-left: 0;
    }
    body .collapsed-inner label:before {
        top: 5px;
    }
    body .filter-elem .collapsed-elem {
        width: 100%;
        min-width: 290px;
        left:0;
    }
    body .filter-elem .collapsed-elem label {
        font-size: 16px;
        line-height: 20px;
	    text-indent: -2.6em;
        padding-left: 2.5em;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    body .date .collapsed-elem label input[type="text"],
    body .date .collapsed-elem label {
        width: 120px;
    }
}
@media (max-width: 567px) {
    .qtp-map-dot {
        width: 14px;
        height: 14px;
        margin-top: -7px;
        margin-left: -7px;
    }   
}

@media (max-width: 479px) {
    .single.single-locations .qtp-article-content h1 {
        padding-right: 0;
    }
    .qtp-map-dot {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }   
}

@media (max-width: 359px) {
    .qtp-map-dot {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }  
}

@media print {
   
	body .qtp-lang-switcher,
    body .qtp-search-form,
    body .filter-form,
    body .reset-print,
    body .qtp-load-more,
    body .qtp-footer-bottom,
    body .qtp-article-preview img,
    body .qtp-article-preview .qtp-read-more,
    body .go-top-section,
    body .qtp-main-navigation,
    body .qtp-footer-nav {
        display: none !important;
    }
    body .qtp-site-logo{
        right: 0;
    }
    body .qtp-article-content h1 {
        font-size: 35px;
	    -webkit-print-color-adjust: exact;
    	color-adjust: exact;
    	color: #47b697!important;
    }
    body .qtp-article-content h2 {
        font-size: 20px;
        line-height: 25px;;
        -webkit-print-color-adjust: exact;
    	color-adjust: exact;
    }
    body .qtp-article-meta {
        break-inside: avoid;
    }
    body .qtp-article-preview-content h3 {
        font-size: 12px;
        -webkit-print-color-adjust: exact;
    	color-adjust: exact;
    }
    body .qtp-article-date,
    body .qtp-article-preview-content p {
        font-size: 10px;
        break-after: avoid;
    }
    body .qtp-article-preview {
        height: auto;
        padding-bottom: 0;
        break-inside: avoid;
    }

    body .events-listing > h3 {
        margin-bottom: 20px;
        color: #47b697!important;
        -webkit-print-color-adjust: exact;
    	color-adjust: exact;
    }
    body .qtp-article-preview-content,
    body .weekly-section .qtp-article-preview {
        padding: 10px 25px;
        break-inside: avoid;
    }
    body .qtp-highglights-content {
        margin-top: 0;
    }
    body .qtp-highglights-content > div {
        margin-bottom: 0;
    }
    body .qtp-article-preview-content h3, 
    body .qtp-article-preview-content p {
        line-height: 20px;
    }
    body .site-header .row  > div {
        display: none;
    }
    body .qtp-main {
        margin-bottom: 0;
        padding: 0 15px;
    }
    body .site-header .row  > div:last-child {
        display: block;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        text-align: right;
    }
    body .qtp-footer {
        background: none;
    }
    body .qtp-footer-social a,
    body .qtp-footer-social p {
        -webkit-print-color-adjust: exact;
    	color-adjust: exact;
    	color: #47b697!important;
    }
}