/*!
Theme Name: SSG
Author: TM
Description: Super Simple Guitar Theme 
Version: April 2020
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'alight', sans-serif;
    z-index: 2;
    position: relative;

    padding-bottom: 350px !important;
}

h1 {
    font-size: 36px;
    line-height: 38px;
}

h2 {
    font-size: 36px;
    line-height: 38px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}



small {
    font-size: 80%;
}



sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


img {
    border-style: none;
}



button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


button,
select {
    /* 1 */
    text-transform: none;
}



button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}



fieldset {
    padding: 0.35em 0.75em 0.625em;
}



legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}



progress {
    vertical-align: baseline;
}



textarea {
    overflow: auto;
}



[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}



[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}



[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}



::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}



details {
    display: block;
}


summary {
    display: list-item;
}



template {
    display: none;
}



[hidden] {
    display: none;
}

.btn-white-pink {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;

}

.btn-white-pink:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #9e1650;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(img/arrow-btn-pink.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;

}

.btn-white-rose {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;

}

.btn-white-rose:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #5d053a;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(img/arrow-btn-rose.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;

}

.btn-white-pink-dshadow {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);

}

.btn-white-pink-dshadow:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #f61769;
    transition: all 0.3s ease;
    box-shadow: none;
    background-image: url(img/arrow-btn-pink.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
}

.btn-white-blue {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;
    ;
}

.btn-white-blue:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #0e0e0e;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(img/arrow-btn-blue.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;
}


.btn-white-blue-dshadow {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);

}

.btn-white-blue-dshadow:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #00c0e1;
    transition: all 0.3s ease;
    box-shadow: none;
    background-image: url(img/arrow-btn-blue.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
}

.btn-black {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #0e0e0e;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #0e0e0e;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.btn-black:hover {
    background: #0e0e0e;
    border: 3px solid #0e0e0e;
    color: #00c0e1 !important;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.wpcf7-form input[type=â€submitâ€],
.wpcf7-submit {
    padding: 16px 15px 10px 15px !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
    background: #f9b2c4 !important;
    display: inline !important;
    border-radius: 9999px !important;
    border: 3px solid #f9b2c4 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
    background-size: 0px !important;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e !important;
}

.wpcf7-form input[type=â€submitâ€]:hover,
.wpcf7-submit:hover {
    background: #f9b2c4 !important;
    border: 3px solid #f9b2c4 !important;
    color: #0e0e0e !important;
    transition: all 0.3s ease !important;
    background-image: url(img/arrow-btn-pink.png) !important;
    padding-right: 35px !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 8px 18px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
    color: #0e0e0e;
    border: 6px solid #f3f3f3;
    border-radius: 12px;
    padding: 6px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #0e0e0e;
    font-family: 'alight', sans-serif;
    font-size: 19px;
    line-height: 1.5;
}

@font-face {
    font-family: 'mbold';
    src: url('fonts/mbold.woff2') format('woff2'),
    url('fonts/mbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alight';
    src: url('fonts/alight.woff2') format('woff2'),
    url('fonts/alight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'mbold', sans-serif;
    font-weight: normal;
}

.page-intro h1,
.videos h2,
.audio h2,
.col33 h1,
.kontakt h1 {
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
}

.page-id-14 h1,
.page-id-14 h1 {
    text-indent: 20px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;

}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.acc-faq *::after,
.acc-faq *::before {
    content: '';
}


.site-content {
    background: #fff;
    padding-top: 80px;
}

.site-content paddingtop80 {
    padding-top: 80px;
}

.home .site-content {
    padding-top: 0px;
}

.site-content:after {
    height: 70px;
    width: 100%;
    overflow: hidden;
    content: "";
    position: absolute;
    display: block;
    -webkit-box-shadow: inset 0px 14px 18px -7px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 14px 18px -7px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 14px 18px -7px rgba(50, 50, 50, 0.2);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0e0e0e;
    text-decoration: none;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;

}

a:visited {
    color: #0e0e0e;
}

a:hover,
a:focus,
a:active {
    color: #3a3a3a;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
    width: 100%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Columns 1
--------------------------------------------------------------*/

.col1120 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
}

.col1120p {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.col1040 {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
}

.col1040p {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

.col100 {
    width: 100%;
}

.col75 {
    width: 75%;
    float: left;
    padding: 20px;
}

.col70 {
    width: 70%;
    float: left;
    padding: 20px;
}

.col66 {
    width: 66.666%;
    float: left;
    padding: 20px;
}

.col60 {
    width: 60%;
    float: left;
    padding: 20px;
}

.col50 {
    width: 50%;
    float: left;
    padding: 20px;
}

.col33 {
    width: 33.333%;
    float: left;
    padding: 20px;
}

.col30 {
    width: 30%;
    float: left;
    padding: 20px;
}

.col25 {
    width: 25%;
    float: left;
    padding: 20px;
}

.col20 {
    width: 20%;
    float: left;
    padding: 20px;
}

.col15 {
    width: 15%;
    float: left;
    padding: 20px;
}

.col12 {
    width: 12%;
    float: left;
    padding: 20px;
}


@media (max-width: 900px) {
    .col75 {
        width: 100%;
        float: none;
    }
    .col70 {
        width: 100%;
        float: none;
    }
    .col50 {
        width: 100%;
        float: none;
    }
    .col66 {
        width: 100%;
        float: none;
    }
    .col60 {
        width: 100%;
        float: none;
    }
    .col50 {
        width: 100%;
        float: none;
    }
    .col33 {
        width: 100%;
        float: none;
    }
    .col30 {
        width: 100%;
        float: none;
    }
    .col25 {
        width: 100%;
        float: none;
    }
    .col20 {
        width: 100%;
        float: none;
    }
    .col15 {
        width: 100%;
        float: none;
    }
    .col12 {
        width: 100%;
        float: none;
    }
}

/*--------------------------------------------------------------
## Columns 2
--------------------------------------------------------------*/

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}



.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}



.col {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 900px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}



.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

@media only screen and (max-width: 900px) {
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
}



.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}



.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

@media only screen and (max-width: 900px) {
    .span_4_of_4 {
        width: 100%;
    }
    .span_3_of_4 {
        width: 100%;
    }
    .span_2_of_4 {
        width: 100%;
    }
    .span_1_of_4 {
        width: 100%;
    }
}



.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

@media only screen and (max-width: 900px) {
    .span_5_of_5 {
        width: 100%;
    }
    .span_4_of_5 {
        width: 100%;
    }
    .span_3_of_5 {
        width: 100%;
    }
    .span_2_of_5 {
        width: 100%;
    }
    .span_1_of_5 {
        width: 100%;
    }
}



.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06%;
}

.span_4_of_6 {
    width: 66.13%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.26%;
}

.span_1_of_6 {
    width: 15.33%;
}

@media only screen and (max-width: 900px) {
    .span_6_of_6 {
        width: 100%;
    }
    .span_5_of_6 {
        width: 100%;
    }
    .span_4_of_6 {
        width: 100%;
    }
    .span_3_of_6 {
        width: 100%;
    }
    .span_2_of_6 {
        width: 100%;
    }
    .span_1_of_6 {
        width: 100%;
    }
}



.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 12.91%;
}

@media only screen and (max-width: 900px) {
    .span_7_of_7 {
        width: 100%;
    }
    .span_6_of_7 {
        width: 100%;
    }
    .span_5_of_7 {
        width: 100%;
    }
    .span_4_of_7 {
        width: 100%;
    }
    .span_3_of_7 {
        width: 100%;
    }
    .span_2_of_7 {
        width: 100%;
    }
    .span_1_of_7 {
        width: 100%;
    }
}



.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

@media only screen and (max-width: 900px) {
    .span_8_of_8 {
        width: 100%;
    }
    .span_7_of_8 {
        width: 100%;
    }
    .span_6_of_8 {
        width: 100%;
    }
    .span_5_of_8 {
        width: 100%;
    }
    .span_4_of_8 {
        width: 100%;
    }
    .span_3_of_8 {
        width: 100%;
    }
    .span_2_of_8 {
        width: 100%;
    }
    .span_1_of_8 {
        width: 100%;
    }
}



.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

@media only screen and (max-width: 900px) {
    .span_10_of_10 {
        width: 100%;
    }
    .span_9_of_10 {
        width: 100%;
    }
    .span_8_of_10 {
        width: 100%;
    }
    .span_7_of_10 {
        width: 100%;
    }
    .span_6_of_10 {
        width: 100%;
    }
    .span_5_of_10 {
        width: 100%;
    }
    .span_4_of_10 {
        width: 100%;
    }
    .span_3_of_10 {
        width: 100%;
    }
    .span_2_of_10 {
        width: 100%;
    }
    .span_1_of_10 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/

.nav-auto-hide-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-box-shadow: 3px -14px 23px 13px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 3px -14px 23px 13px rgba(0, 0, 0, 0.42);
    box-shadow: 3px -14px 23px 13px rgba(0, 0, 0, 0.42);
}

.nav-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}

.nav-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 1024px) {
    .nav-auto-hide-header {
        height: 80px;
    }
}

.nav-auto-hide-header .logo,
.nav-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-auto-hide-header .logo {
    left: 5%;
}

.nav-auto-hide-header .logo a,
.nav-auto-hide-header .logo img {
    display: block;
    height: 33px;
}

@media only screen and (min-width: 1024px) {
    .nav-auto-hide-header .logo a,
    .nav-auto-hide-header .logo img {
        margin-left: 6px;
        transition: .2s ease;
    }
    .nav-auto-hide-header .logo img:hover {
        margin-left: 0px;
        margin-top: -2px;
        height: 34px;
    }
}

@media only screen and (max-width: 1080px) {
    .nav-auto-hide-header .logo a,
    .nav-auto-hide-header .logo img {
        height: 28px;
    }
}

@media only screen and (max-width: 756px) {
    .nav-auto-hide-header .logo a,
    .nav-auto-hide-header .logo img {
        height: 23px;
    }
}

.nav-auto-hide-header .nav-trigger {
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #0e0e0e;
    ;
    right: 0;
}

.nav-auto-hide-header .nav-trigger span {
    display: table-cell;
    vertical-align: middle;
}

.nav-auto-hide-header .nav-trigger em,
.nav-auto-hide-header .nav-trigger em::after,
.nav-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 3px;
    width: 22px;
    background-color: #0e0e0e;
    ;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-auto-hide-header .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.nav-auto-hide-header .nav-trigger em::before,
.nav-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.nav-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon top line */
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.nav-auto-hide-header .nav-trigger em::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

@media only screen and (min-width: 1024px) {
    .nav-auto-hide-header .nav-trigger {
        display: none;
    }
}

.nav-auto-hide-header.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
}

.nav-auto-hide-header.nav-open .nav-trigger em::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-auto-hide-header.nav-open .nav-trigger em::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}

.nav-primary-nav > ul {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    -webkit-box-shadow: 10px 10px 31px -31px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 10px 31px -31px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 31px -31px rgba(0, 0, 0, 0.45);
}

.nav-primary-nav > ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    color: #0e0e0e;
    ;
    font-size: 1.8rem;
    border-top: 1px solid #f2f2f2;
    text-decoration: none;
}

.nav-primary-nav > ul a:hover,
.nav-primary-nav > ul a.active {
    color: #8F3985;
}




@media only screen and (min-width: 1024px) {
    .nav-primary-nav {

        display: table;
    }
    .nav-primary-nav > ul a {
        padding-left: 5%;

    }
    .nav-primary-nav > ul {

        display: table-cell;
        vertical-align: middle;

        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .nav-primary-nav > ul::after {
        clear: both;
        content: "";
        display: block;
    }
    .nav-primary-nav > ul li {
        display: inline-block;
        float: left;
        margin-right: 1.5em;
    }
    .nav-primary-nav > ul li:last-of-type {
        margin-right: 0;
    }
    .nav-primary-nav > ul a {
        height: auto;
        line-height: normal;
        padding: 0;
        border: none;
        text-decoration: none;
        font-size: 24px;
        font-family: 'mbold', sans-serif;
    }
    .nav-primary-nav > ul a:hover {
        color: #00c0e1;
    }
    .nav-primary-nav > .menu-icon {
        font-size: 12px;
    }
}

.nav-open .nav-primary-nav ul,
.nav-primary-nav ul:target {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .nav-open .nav-primary-nav ul,
    .nav-primary-nav ul:target {
        display: table-cell;
    }
}

@media only screen and (max-width: 1020px) {
    .menu-ssg-custom-menu-container {
        margin: 0;
        width: 220px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .nav-primary-nav > ul {
        height: calc(100vh - 80px);

        background: #031c34;
    }
    .nav-primary-nav > ul a {
        text-align: center;
        font-size: 42px;
        height: 70px;
        color: #fff;
        border-top: 6px solid #f9b2c4;
        line-height: 70px;
        font-family: 'mbold', sans-serif;
    }
    .nav-primary-nav > ul li:first-child a {
        border-top: none;
    }
    .nav-primary-nav > ul a:hover {
        color: #fff;
    }
}

@media only screen and (min-width: 1400px) {
    .nav-primary-nav > ul a {
        font-size: 28px;
    }
}


@media only screen and (max-width: 1150px) {
    .nav-primary-nav > ul li {

        margin-right: 1em;
    }
}

@media only screen and (max-height: 450px) {
    .nav-primary-nav li {
        margin-right: 0;
        display: inline-block;
        float: none;
    }
    .menu-ssg-custom-menu-container {
        width: 50%;
        margin: 0 auto;
        padding: 20px;
    }
    .nav-primary-nav > ul a {
        text-align: left;
        font-size: 38px;
        height: 50px;
        color: #fff;
        border-top: none;
        line-height: 70px;
        border-bottom: 4px solid #f9b2c4;
    }
    .nav-primary-nav > ul a {
        padding-left: 0;

    }
    .nav-primary-nav > ul {
        text-align: center;
    }
}




/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/

.white-bg {
    background: #fff;
    border-radius: 6px;
}

.entry-header h1 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #3a3a3a;
    font-weight: normal;
}

.divider-left {
    display: block;
    width: 50px;
    height: 10px;
    background: #a46497;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-left-purple {
    display: block;
    width: 50px;
    height: 10px;
    background: #a46497;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-left-white {
    display: block;
    width: 50px;
    height: 10px;
    background: #fff;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-right {
    display: block;
    width: 50px;
    height: 10px;
    background: #a46497;
    margin-bottom: 0px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-center-blue {
    display: block;
    width: 50px;
    height: 10px;
    background: #00c9e1;
    margin-bottom: 0px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-left-blue {
    display: block;
    width: 50px;
    height: 10px;
    background: #00c9e1;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-center-pink {
    display: block;
    width: 50px;
    height: 10px;
    background: #d93577;
    margin-bottom: 0px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-left-rose {
    display: block;
    width: 50px;
    height: 10px;
    background: #ff99e1;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divider-left-pink {
    display: block;
    width: 50px;
    height: 10px;
    background: #f61769;
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-edit-link {
    display: none;
}

.rounden-corners {
    border-radius: 6px;
}

.rounden-corners-50p {
    border-radius: 50%;
}

.external-link {
    background-image: url('img/icon-link.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 25px;
    height: 30px;
    display: block;
    vertical-align: middle;
    margin-top: 3px;
}

.external-link a {
    text-decoration: none;
}

.external-link a:hover {
    color: #a46497;
}

.gradient-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: rgba(0, 191, 225, 0.62);
    background: -moz-linear-gradient(top, rgba(0, 191, 225, 0.62) 0%, rgba(71, 234, 255, 0.48) 22%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 191, 225, 0.62)), color-stop(22%, rgba(71, 234, 255, 0.48)), color-stop(55%, rgba(255, 255, 255, 0.28)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 191, 225, 0.62) 0%, rgba(71, 234, 255, 0.48) 22%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 191, 225, 0.62) 0%, rgba(71, 234, 255, 0.48) 22%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 191, 225, 0.62) 0%, rgba(71, 234, 255, 0.48) 22%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 191, 225, 0.62) 0%, rgba(71, 234, 255, 0.48) 22%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfe1', endColorstr='#ffffff', GradientType=0);
}

.gradient-overlay > * {
    z-index: 100;
}

.gradient-overlay.idee {
    width: 100%;
    max-width: 1120px;
    height: 400px;
    position: relative;
    background: right;
    display: flex;
}

.gradient-pink {
    background-image: linear-gradient(to right top, #ff0030, #f4005d, #dc2b7f, #bb4696, #96579f);
}

.gradient-blue {
    background-image: linear-gradient(to right top, #001d3d, #083860, #105684, #1376a9, #1098ce, #00ace0, #00c1f0, #00d6ff, #00e1ff, #00ebff, #00f5ff, #00ffff);
}

.woocommerce-page .site-content {

    background-image: url(img/pattern-shop.png);
    padding-top: 160px;
}


.wavyborder-bottom::before,
.wavyborder-bottom::after {
    border-bottom: 0px solid white;
}

.wavyborder-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat-x;
    height: 20px;
    background-size: 40px 40px;
    background-image: radial-gradient(circle at 20px -10px, transparent 24px, white 26px);
}

.wavyborder-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat-x;
    height: 30px;
    background-size: 80px 40px;
    background-image: radial-gradient(circle at 20px 30px, white 24px, transparent 26px);
}

.wavyborder-top::before,
.wavyborder-top::after {
    border-bottom: 0px solid white;
}

.wavyborder-top::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-repeat: repeat-x;
    height: 20px;
    background-size: 40px 40px;
    background-image: radial-gradient(circle at 20px -10px, transparent 24px, white 26px);
    transform: rotate(180deg);
}

.wavyborder-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-repeat: repeat-x;
    height: 30px;
    background-size: 80px 40px;
    background-image: radial-gradient(circle at 20px 30px, white 24px, transparent 26px);
    transform: rotate(180deg);
}

.zigzagborder-bottom:after {
    background: linear-gradient(135deg, #fff 16px, transparent 0), linear-gradient(225deg, #fff 16px, transparent 0);
    background-position: left top;
    top: 100%;
    background-repeat: repeat-x;
    background-size: 30px 20px;
    content: " ";
    left: 0px;
    width: 100%;
    height: 20px;
}

.zigzagborder-bottom {
    position: relative;
    padding-bottom: 32px;
    background: #ddd;
}

.zigzagborder-bottom:after {
    background: linear-gradient(135deg, #fff 16px, transparent 0), linear-gradient(225deg, #fff 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

.grey-pattern {
    background: url(img/grey-pattern.png);
}

.padding80 {
    padding: 80px 0;
}

.padding50 {
    padding-top: 50px;
}

.padding20 {
    padding-top: 20px;
}

.padding15 {
    padding-top: 15px;
}

/*  START  ========================================= */

.start {
    margin-bottom: 20px;
}

.start h3,
.start h2 {
    margin-top: 0px;
}

.start .col25 img {
    border-radius: 50%;
    margin-top: 25px;
}

.col1120p.start {
    margin-top: 40px;
}

.home .post,
.home .page,
.home .page-content,
.home .entry-content,
.home,
.entry-summary {
    margin: 0 !important;
}

.home .entry-header {
    display: none;
}

/*  INTRO  ========================================= */

.intro {
    width: 100%;
    height: 85vh;
    background-color: #001d3d;
    position: relative;
    text-align: center;
    display: inline-block;
}



.intro-char {
    width: auto;
    height: calc(85vh - 30px);
    padding-top: 30px;
    text-align: center;
    display: inline-block;
}

.intro-char img {
    display: block;
    height: calc(85vh - 30px);
    width: auto;
}

.char-one {
    animation-duration: 1s;
    animation-delay: 2200ms;
    animation-iteration-count: 1;
}

.char-two {
    animation-duration: 1s;
    animation-delay: 2100ms;
    animation-iteration-count: 1;
}

.char-three {
    margin-top: -20px;
    animation-duration: 1300ms;
    animation-delay: 2000ms;
    animation-iteration-count: 1;
}

@media only screen and (max-width: 1000px) {
    .char-one,
    .char-three {
        display: none;
    }
}

/*  INTRO WHITE ========================================= */

.intro-arrow {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: calc(15vh - 110px);
}

.intro-arrow img {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.intro-arrow img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.intro-bounce {
    -moz-animation: intro-bounce 2s infinite;
    -webkit-animation: intro-bounce 2s infinite;
    animation: intro-bounce 2s infinite;
}

.col100.scroll-to {
    background: #001d3d;
    height: 15vh;
    position: relative;
}

.shrink {
    height: 0px !important;
    padding-top: 0 !important;
}

.col100.scroll-to {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
}

@-moz-keyframes intro-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes intro-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes intro-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@media only screen and (max-height: 600px),
screen and (max-height: 750px),
    {
    .intro-arrow {
        width: 50px;
        height: 50px;
        padding-top: calc(15vh - 70px);
    }
    @-webkit-keyframes intro-bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
        60% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }
    }
    @keyframes intro-bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
        60% {
            -moz-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }
    }
}

.col100.about {

    text-align: center;
    padding: 80px 0;
    color: #000;
    position: relative;
}

.col100.about .divider-center-pink {
    margin-top: 30px;
    margin-bottom: 30px;
}



.about p {

    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: auto;
}

.boxleft,
.boxright {
    max-width: 900px;
    -webkit-box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.boxleft:hover,
.boxright:hover {
    -webkit-box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.2);
}

.boxleft h2,
.boxright h2 {
    margin-bottom: 0;
}

.boxright {
    text-align: right;
}



.col1120.news-teaser {
    padding: 20px 20px 80px 20px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.col1120.news-teaser h3 {
    line-height: 36px;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 15px;
}

.news-teaser .col33 {
    margin: 20px;
    padding-bottom: 20px;
    width: calc(33.33% - 20px);
    background: #fff;
    -webkit-box-shadow: 0px -1px 16px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -1px 16px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -1px 16px 1px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

.news-teaser .col33:hover {
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}



.news-teaser .col33 p:last-child:after {
    content: " ...";
}

.newslabel {
    font-family: 'mbold', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 20px;
    display: inline-block;

}
.post-template-default.single-post .attachment-post-thumbnail
	{padding-bottom:60px}

/*  INTRO VIDEO ========================================= */

.introvid {
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 60px 0;
    position: relative;
}

.introvid h2 {
    color: #fff;
    line-height: 34px;
}

.introvid video {
    max-width: 700px;
}

/*  CHARACTERS ========================================= */

.char-pink {
    background: #fff;
}

.char-pink img {
    padding-top: 80px;
}

.char-blue {
    background: #fff;
}

.char-blue img {
    padding: 80px 0 30px 0;
}

/*  HOME PAGE  ========================================= */

.about h2 {
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}

.about h1 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;

}


.introboxes img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.col50.char-pink-small {
    background-color: #cfe8ff;
    padding: 0;
    margin: 0;

}

.col50.introvideo {
    padding: 0;
    margin: 0;

}

.col100.introboxes.introbook {


    height: auto;
    display: table
}

.col50.book-image {
    padding: 0;
    margin: 0;
    background-image: url(../../../wp-content/uploads/home-book1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 850px;

}
.col50.book-2-image {
    padding: 0;
    margin: 0;
    background-image: url(../../../wp-content/uploads/home-book2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 850px;

}

.col50.book-text {
    padding: 80px 40px 40px 40px;
    margin: 0;
    color: #fff;
    background-color: #8c356d;
    height: 850px;
}
.col50.book-2-text {
    padding: 80px 40px 40px 40px;
    margin: 0;
    color: #0e0e0e;
    background-color: #ffcd39;
    height: 850px;
}



.col50.book-text ul {

    list-style-position: inside;
    list-style-image: url('img/icon-checkmark-rose.png');
}
.col50.book-2-text ul {

    list-style-position: inside;
    list-style-image: url('img/icon-checkmark-rose.png');
}


.col50.book-text li,.col50.book-2-text li {
    padding: 0;
}

.col50.book-text .btn-white-rose {
    display: inline-block;
    margin-top: 40px;
}
.col50.book-2-text .btn-white-rose {
    display: inline-block;
    margin-top: 40px;
}

button#catapultCookie {
    background: #6d0164;
    color: #ffd3ee;
    border: 0;
    padding: 16px 24px !important;
    border-radius: 9999px !important;
    font-size: 18px !important;
}

#catapult-cookie-bar {
    font-size: 18px;
    width: 250px !important;
}

#catapult-cookie-bar a {
    color: #6d0164;
    text-decoration: underline;
}

#catapult-cookie-bar h3 {
    text-transform: uppercase;
    font-size: 30px;
}

#catapult-cookie-bar {
    right: 30px !important;
    bottom: 30px !important;

}

.cookie-bar-block #catapult-cookie-bar span {
    margin: 9px 0 25px 0 !important;
}

#catapult-cookie-bar.rounded-corners {

    border-radius: 7px !important;

}

.has-cookie-bar #catapult-cookie-bar {

    padding: 15px 20px 10px;
}


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

    .col50.book-text,
	.col50.book-2-text,
    .col50.book-image,
	.col50.book-2-image{
        float: none;
        width: 100%;
    }

    .col50.book-text,.col50.book-2-text {
        height: auto;
    }
	
}

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

    .col50.book-image,.col50.book-2-image {
        max-height: 700px;
    }
    .col50.book-text,.col50.book-2-text {
        padding: 20px;
    }


}

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

    .col50.char-pink-small {
        display: none;
    }
    .col1120.news-teaser {
        display: block;
    }

    .news-teaser .col33 {
        float: none;
        width: 100%;
        margin-bottom: 40px !important;
        display: block;
    }
    .col1120.news-teaser {
        padding-bottom: 20px;
    }
    .home h1,
    .home h2,
    .home h3,
    .newslabel,
    .col1120.news-teaser h3 {
        font-size: 30px;
        line-height: 32px;
    }
}

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


    .col50.book-image,.col50.book-2-image {
        max-height: 500px;
    }
}




/*  TERMINE  ========================================= */

.termine {
    margin-bottom: 20px;
}

.termine h3,
.termine h2 {
    margin-top: 0px;
}

.termine .col25 img {
    border-radius: 50%;
    margin-top: 10px;
}






/*  IDEE  ========================================= */

.col100.page-intro {
    padding-left: 20px;
    padding-right: 20px;
}

.idee .col1120px {

    background: #fff;
    padding-top: 50px
}

.col100.idee {
    padding-top: 80px;
    padding-bottom: 60px;
}

.idee h1 {
    margin-top: 40px;
}

.idee h2 {
    margin-top: 0;
}

.btnidee li {
    display: inline;
    padding: 0 10px 0 0;


}

.col70.teaser p {

    max-width: 550px;

}

ul.btnidee {

    margin-bottom: 45px;

}

.about-author img {
    border-radius: 50%;
    margin: 30px auto 40px;
}

.col100.about-author img {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.col100.about-author .col33 {
    overflow: hidden;
}

.col100.about-author img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


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

    .about-author img {
        border-radius: 50%;
        margin: 40px auto 10px;
        height: 100%;
        width: 100%;
        max-width: 350px;
        max-height: 350px;
    }
}




/*  MEDIATHEK VIDEO & AUDIO ========================================= */

.col100.mediathek {
    position: relative;
    padding-bottom: 20px
}

.col1120p.videos h2 {
    padding-left: 20px;
}

.col1120p.audio h2 {
    padding: 10px 0 0 30px;
}

.col1120p.videos {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.video-thumb {
    position: relative;
    clear: both;
}

.video-thumb p {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.video-thumb a {
    font-family: 'mbold', sans-serif;
    font-size: 21px;
    text-decoration: none;
    line-height: 24px;
}

.video-thumb-overlay {
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    color: #0e0e0e;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-family: 'mbold', sans-serif;
    font-size: 26px;
    transition: 0.3s;
    z-index:2;
}

.video-thumb:hover > .video-thumb-overlay {
    color: #00c0e1;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.video-thumb a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
        
   
}
.video-thumb img {

            transition: all 0.6s ease;

        -webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
}

.video-thumb img:hover {

    -webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	filter: brightness(100%);

}


.video-wrap {
    padding: 60px;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.video-desc {
    height: 48px;
    display: flex;
    overflow: hidden;
}

.col100.video {
    margin-top: 80px;
    padding: 40px 60px 60px 60px;
}

.col100.video h2 {
    text-align: center;
}

.spotify-player h2 {
    font-size: 21px;
    margin: 40px 0 0 0;
}

.col100.spotify-player {
    margin-top: 20px;
}

.acc-faq-items .spotifylinks a {
    font-size: 21px;
}

.visitusonspotify {
    width: 100%;

}

.visitusonspotify img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    padding-bottom: 30px;
}

.showmorebutton {
    width: 100%;
    text-align: center;
    margin: 20px 0 60px 0;
}

.showmore {
    display: none;
}

#loadLess {
    display: none;
}

#loadMore,
#loadLess {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}



/*  NEWS ========================================= */

.page-intro h3 {
    font-size: 36px;
    line-height: 40px;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.page-intro h1 {
    margin-bottom: 10px;
}

.news .col1120p {
    background: #fff;
    padding: 0;

}

.col50.thumb {
    padding: 0;
}

.col50.thumb img {
    display: block;
}

.col100.news-start {
    padding-top: 100px;
    padding-bottom: 40px;
}

.col100.news {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}


.news .nav-links {
    display: block;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px 0px 20px
}

.blog .news h2.entry-title {
    margin: 50px 0 0 0;
    line-height: 38px;
}

.news .entry-meta {
    font-family: 'mbold', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 32px;
}

.blog .news .entry-meta {
    display: none;
}

.blog article:first-child {
    margin-top: 40px;
}



.news.single h1 {
    margin-top: 20px;
    color: #0e0e0e;
    line-height: 40px;
}

.news.single .post-thumbnail {
    padding: 60px 20px 0 20px;
}

.news.single .col1120p {
    overflow: hidden;
}

.newsbox h2 {
    margin: 15px 0 auto;
}




article.category-allgemein:nth-child(odd) .col1120p .col50 {

    float: left;
}

article.category-allgemein:nth-child(even) .col1120p .col50 {

    float: right;
}






.more-link {
    font-weight: bold;
    width: 100%;
    display: block;

    padding-top: 20px;

}



a.more-link:hover {
    text-decoration: underline;
}

.nav-previous {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;
    margin: 0 10px 10px 0;
}

.nav-previous:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #0e0e0e;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(img/arrow-btn-pink-left.png);
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 8px 18px;
}

.nav-next {
    padding: 14px 15px 10px 15px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fff;
    display: inline;
    border-radius: 9999px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 0px;
    font-family: 'mbold', sans-serif;
    color: #0e0e0e;
    margin: 0 10px 10px 0;
}

.nav-next:hover {
    background: #fff;
    border: 3px solid #fff;
    color: #0e0e0e;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url(img/arrow-btn-pink-right.png);
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 18px;
}



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

    .blog .news h2.entry-title {
        margin: 20px 0 0 0;
    }
}


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

    .more-link {
        display: none;
    }
}

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


    .blog .news h2.entry-title {
        margin: 30px 0 0 0;
    }
    .more-link {
        display: block;
    }
}



/*  WORKSHOPS ========================================= */

.workshops .col50 {
    margin: 0 20px;
    width: calc(50% - 40px);
    background: #fff;
    padding: 30px;


}

.col100.workshops {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.workshops .col1120p {
    padding-bottom: 40px;
}

.workshops h1 {
    margin-top: 2px;

}

.workshops h2 {
    margin-bottom: 0px;
    margin-top: 40px;
}

.workshops h3 {
    text-transform: uppercase;
}

.workshops h4 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.workshops ul {
    list-style: none;

}

.workshops ul li li::before {
    content: "\2022";
    color: #d93577;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -16px;
}

.workshops a {
    color: #0e0e0e;
}

.workshops a:hover {
    text-decoration: underline;
}

.workshops a:hover.acc-faq-trigger,
.workshops a:focus.acc-faq-trigger,
.workshops a:active.acc-faq-trigger {
    color: #d93577;
    text-decoration: none;
}

.workshops .acc-faq-trigger {
    margin: 0;
    padding: 24px 72px 24px 0px;
}

.workshops .acc-faq-trigger::before,
.workshops .acc-faq-trigger::after {
    background: #d93577;
}

.workshops .acc-faq-content {
    padding: 0 0 20px 0;
}

.first-ws-item {
    margin: 0 20px;
    width: calc(100% - 40px);
    background: #fff;
    padding: 30px;
}

.dots-pattern {
    background-image: url(img/dots-pattern-pink.png);
}



.corporate-events {
    background: url(img/xxl-left.jpg), url(img/xxl-right.jpg);
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.corporate-events .col1120 {
    max-width: 900px;
    padding: 40px
}

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

    .corporate-events {
        background: url(img/xxl-left.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

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

    .corporate-events {
        background: url(img/grey-pattern.png);

    }
}



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

    .workshops .col50,
    .first-ws-item {
        width: 100%;
        margin: 0 0 40px 0;

    }
    .workshops .col1120p {
        padding: 0 40px;
    }
    .acc-faq-items {
        clear: right;
    }
    .corporate-events .col33 img {
        border-radius: 50%;
        margin: 40px auto 10px;
        height: 100%;
        width: 100%;
        max-width: 350px;
        max-height: 350px;
    }
}

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

    .workshops .col1120p {
        margin: 0;
        padding: 0;
    }
}

/*  AGB, DATENSCHUTZ, DISCLAIMER, IMPRESSUM ========================================= */

.col66.idee,
.col66.agb,
.col66.vita,
.col66.impressum,
.col66.interview,
.col66.disclaimer {
    padding-top: 60px;
}

.col66.idee h2,
.col66.agb h2,
.col66.vita h2,
.col66.interview h2,
.col66.impressum h2,
.col66.disclaimer h2 {
    margin-top: -10px;
}



@media only screen and (min-width: 1400px) {
    .col1120p.boxleft {
        margin-left: 15%;
    }
    .col1120p.boxright {
        margin-right: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .col1120p {
        padding: 10px;
    }
}

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

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.col100.footer {
    position: fixed;
    bottom: 0;
    z-index: -1;
    background-color: #f5f4f4;
    height: 350px;
    text-align: center;
    padding: 80px 40px 0 40px;
    font-family: 'mbold', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #929292;
    background-image: url(img/background-footer.jpg);
}

.col100.footer a {
    color: #929292;
}

.col100.footer a:hover {
    text-decoration: underline;
}

.col100.footer ul {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.col100.footer li {
    list-style: none;
    display: inline;
    padding-right: 13px;
}



.col100.footer li:last-child::after {
    content: '';
}



.footer-social img {
    width: 60px;
    height: 60px;
    opacity: 0.5;
    margin: 30px 10px;
}

.footer-social img:hover {
    opacity: 1;
    transition: all 0.5s ease;
}

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

    .footer-social img {
        width: 50px;
        height: 50px;
        opacity: 0.5;
        margin: 30px 7px;
    }
    .col100.footer ul {

        max-width: 650px;

    }
}

/*--------------------------------------------------------------
# WOO COMMERCE
--------------------------------------------------------------*/

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.single-product .entry-header h1 {
    color: #0e0e0e;
}

.woocommerce-page h1.entry-title {
    display: none;
}

.flex-control-nav img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.woocommerce .payment-icons {
    width: 100%;
    max-width: 203px;
    margin: 40px 0;
}

.woocommerce span.onsale {
    height: 80px;
    width: 80px;
    padding: 17px 20px 20px 10px;
    top: -20px;
    left: -20px;
    background-color: #00c0e1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #2ecc71;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0 0 0;
    margin: 0;
    font-size: 24px;
}

.woocommerce ul.products li.product .price {
    color: #2ecc71;
    font-size: 18px;
}

.woocommerce #primary,
.woocommerce-page #primary {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.woocommerce-message::before {
    color: #00c0e1;
}

.woocommerce-message {
    border-top-color: #00c0e1;
}

.woocommerce-info {
    border-top-color: #00c0e1;
}

.woocommerce-info::before {
    color: #00c0e1;
}

.woocommerce .single-product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    background: #fff;
    border: 20px solid #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {

    font-weight: normal;
    font-size: 18px;

}

.woocommerce.columns-2 h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 22px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 2px;
    vertical-align: bottom;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background-color: #00c0e1;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    vertical-align: top;
}

.cart-contents-count a {
    text-decoration: none;
}

.tagged_as,
.nav-links,
.posted_in,
.sku_wrapper {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #a46497;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: .8;
}

.summary .entry-title {
    margin-top: 20px;
}

.home .entry-title {
    margin-bottom: 0px;
}

.product-title h1 {
    margin-top: 20px;
}

.product .entry-header h1 {
    display: none;
}

.woocommerce .entry-meta {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #a46497;
    font-size: 18px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding: 20px 0 0 0;
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    background: #fff;
    padding: 20px;
}

.woocommerce-page .woocommerce {
    margin-bottom: 80px;
}

.woocommerce button.button.alt,
.woocommerce ul.products li.product .button {
    border-radius: 9999px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-radius: 9999px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    border-radius: 9999px;
}


@media only screen and (max-width: 1024px) {
    .cart-contents-count {
        color: #fff;
        background-color: #00c0e1 !important;
        font-weight: bold;
        border-radius: 10px;
        padding: 4px 6px;
        line-height: 3;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        vertical-align: top;
    }
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        float: none;
        clear: both;
        margin: 0 0 2.992em;
    }
}

/*--------------------------------------------------------------
# FAQ ACCORDION
--------------------------------------------------------------*/

.col1120p.faq {
    padding-top: 0;
}

body.acc-overlay::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.acc-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.acc-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}

.no-js .acc-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 100px) {
    .acc-faq-items {
        position: static;
        height: auto;
        width: 100%;

        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}

@media only screen and (min-width: 1024px) {
    .acc-faq-items {
        float: none;
        width: 100%;
    }
    .no-js .acc-faq-items {
        padding-left: 0;
    }
}

.acc-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}

.acc-close-panel::before,
.acc-close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #6c7d8e;
}

.acc-close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.acc-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.acc-close-panel.move-left {
    right: 2%;
}

@media only screen and (min-width: 100px) {
    .acc-close-panel {
        display: none;
    }
}

.acc-faq-group {
    /* hide group not selected */
    display: none;
}

.acc-faq-group.selected {
    display: block;
}

.acc-faq-group .acc-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.no-touch .acc-faq-group .acc-faq-title:hover {
    box-shadow: none;
}

.acc-faq-group .acc-faq-title h2 {
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: normal;
}

.no-js .acc-faq-group {
    display: block;
}

@media only screen and (min-width: 100px) {
    .acc-faq-group {
        /* all groups visible */
        display: block;
    }
    .acc-faq-group > li {
        background: #fff;
        box-shadow: none;
        border-bottom: 1px solid #d5d5d5;
    }
    .acc-faq-group > li:last-child {
        border-bottom: none;
    }
    li.acc-faq-title {
        border-bottom: none;
    }
    li.acc-faq-title h2 {
        padding-left: 20px;
    }
    .acc-faq-trigger {
        font-size: 21px;
        text-decoration: none;
    }
    .no-touch .acc-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }
    .acc-faq-group .acc-faq-title {
        margin: 2em 0 1em;
    }
    .acc-faq-group:first-child .acc-faq-title {
        margin-top: 0;
    }
}

.acc-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}


.workshops li {
    padding: 0;
    margin: 0;
    list-style: none;
}




@media only screen and (min-width: 100px) {
    .acc-faq-trigger {
        margin: 0;
        padding: 24px 72px 24px 24px;
    }
    .acc-faq-trigger::before,
    .acc-faq-trigger::after {
        position: absolute;
        right: 24px;
        top: 50%;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        height: 4px;
        width: 14px;
        background: #00c0e1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .acc-faq-trigger::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px;
    }
    .acc-faq-trigger::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .acc-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .acc-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media only screen and (min-width: 100px) {
    .acc-faq-content {
        display: none;
        padding: 30px 20px;
        line-height: 26px;

    }
    .acc-faq-content a {
        display: inline-block;
        transition: none;
    }

}

.acc-faq-items h2 {
    font-size: 24px;
    padding-top: 0;
    margin-top: 0;
}

.acc-faq-items a {
    font-family: 'mbold', sans-serif;
    font-size: 28px;
}

.acc-faq-items a:hover {
    color: #00c0e1;
}

a:hover.acc-faq-trigger,
a:focus.acc-faq-trigger,
a:active.acc-faq-trigger {
    color: #00c0e1;
}

/*--------------------------------------------------------------
# TABS
--------------------------------------------------------------*/

.tab {}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 10px 15px;
    transition: 0.3s;
    font-family: 'mbold', sans-serif;
    font-size: 36px;
}

.tab button.active {
    border-bottom: 6px solid #a46497;
}

.tabcontent {
    display: none;
}

.tabcontent iframe {
    padding-top: 20px;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# VIDEO PLAYER
--------------------------------------------------------------*/

.col50.introvideo {
    position: relative;
    padding: 0;
    margin: 0;
}

.col50.introvideo p {
    display: none;
}


#video {
    display: block;
}

#Layer {
    background: url(img/play.png) no-repeat center;
    opacity: 10;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: block;
    background-size: 20%;
}

.pause {
    background: url(img/pause.png) no-repeat center !important;
    display: none;
    background-size: 20%;

}



















