@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_waconcookiemanagement" */

    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-wacon-cookie-management table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-wacon-cookie-management table th {
        font-weight:bold;
    }

    .tx-wacon-cookie-management table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

/* DOCUMENT INFORMATION
    - Document: Stylesheet for WACON COOKIE CONSENT BOX
    - Version:  1.1.4
    - Client:   WACON Internet GmbH
    - Author:   Kerstin Schmitt / Oliver Best
*/

.waconcookiemanagement {
    display: none;
    font-family: Helvetica, sans-serif;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.cookie-set.script img {
        max-width:100%;height:auto;
   /* filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);
    -webkit-filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);
    -moz-filter: grayscale(100%) blur(5px) brightness(300%) saturate(0%) contrast(50%);*/
}
.cookie-information{margin-bottom:20px;}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,
#CookieBox h3 {
    color:#333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

#CookieBox a {
    color:#333333;
    font-size:16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox {
    z-index: 201;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 20px 20px;
    border-radius: 5px;
}

.waconcookiemanagementlist #CookieBox {
    z-index: 201;
    position: relative;
    width: 100%;
    top: 0%;
    left:0%;
    max-width: 100%;
    max-height: auto;
    overflow: auto;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}

#CookieBox h2 {
    text-align: center;
    font-weight: 600;
    font-size:1.6rem;
}

#CookieBox ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#CookieBox p {
    font-size:1.1rem;
    margin:0 auto 10px;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .5em 1em;
    text-decoration: none;
    background: #8dc63f;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    margin:15px auto;
}

#CookieBox .cookie-btn:hover {
    color: white;
    text-decoration: none;
}
#CookieBox .cookie-refuse .cookie-btn {background:#ccc;}

#CookieBox .cookie-accept {
    text-align: center;
    cursor: pointer;
}

#CookieBox .cookie-accept a {
    padding:10px 50px;
}

#CookieBox .cookieclose {
    cursor: pointer;
    position:absolute;
    top:15px;
    right:15px;
    border-radius: 4px;
    border: 1px solid #333;
    background: #333;
    padding: 2px 9px;
    font-family: Verdana, sans-serif;
    font-size: 26px;
    color: #fff;
}

#CookieBox .intro p {
    width:75%;
}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
    margin:10px auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: px;
    background-color: #ccc;
}
.waconcookiemanagementlist #CookieBox .cookie-refuse {
    background-color: transparent;
}
#CookieBox .text-center {
    text-align: center;
}

#CookieBox .text-right,
#CookieBox .text-back-right {
    text-align: right;
}

#CookieBox .text-back-right a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    color: #333333;
    text-decoration: none;
}

#CookieBox .cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ccc;
}

#CookieBox .cookie-on,
#CookieBox .cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

#CookieBox .cookie-on {
    display: none;
}

#CookieBox .intro .cookie-legal {
    margin-top:50px;
    width:100%;
}

#CookieBox .cookie-legal a {
    display: inline-block;
    padding: 0;
    font-size:.9rem;
    margin-right: 30px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

#CookieBox .cookie-legal a:hover {
    text-decoration: underline;
}

#CookieBox .info-text {
    display: none;
}

#CookieBox .info-show {
    cursor: pointer;
}

#CookieBox .info-hide {
    cursor: pointer;
}


#CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin:25px 30px;
}
.waconcookiemanagementlist #CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin:25px 0px;
}
#CookieBox .category h3 {
    margin-top: 0;
    font-size: 1.25rem;
}



#CookieBox .cookie-info {
    background: #fff;
    padding: 10px;
}

#CookieBox .cookie-info table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

#CookieBox .cookie-info td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
}

#CookieBox .cookie-info p {
    margin-top: 0;
}

#CookieBox .box-cookie-management {
    display: none;
    overflow: auto;
}

#CookieBox .box-cookie-management-in > p {
    width:80%;
}
.waconcookiemanagementlist #CookieBox  .box-cookie-management{
    display:block;
}
.waconcookiemanagementlist #CookieBox .box-cookie-management-in > p {
width:100%;margin:25px 0 0 0;
}

.waconcookiemanagementlist  #CookieBox .intro p {width:100%;}
#CookieBox .deactivated,
#CookieBox .activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

#CookieBox .activated {
    background: #8dc63f;
}

#CookieBox .off,
#CookieBox .on {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

#CookieBox .on {
    float:right;
}

#CookieBox .arrow {
    border: .5rem solid #333;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

#CookieBox .arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

#CookieBox .arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
    display: none;
    overflow: auto;
    padding:20px 0 0 0;
}
.waconcookiemanagementlist #CookieBox .cookie-fix {
    display:block;
}
#CookieBox .cookie-fix .cookie-save {
    float: left;
    margin-left:30px;
}

#CookieBox .cookie-fix .text-back-right {
    float: right;
    margin-right:30px;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
    display:block;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 20px;
    background-color: #ccc;
    white-space: nowrap;
    width:auto;
}

#CookieBox .cookie-fix .cookie-legal {
    clear: both
}

.cookie-set.script {
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333333;
    text-align: center;
    background-color: rgb(255,255,255,0.8);
    margin:0 auto;
    padding:40px;border-radius:5px;    
}

.cookie-set {
    cursor: pointer
}


@media(max-width: 1000px) {
    #CookieBox {
        left: 2%;
        width: 96%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

@media(max-width: 786px) {
    #CookieBox .cookie-fix .text-back-right {
        width:87%;
    }

}

:root{
    --height-navi: 110px;

    --color-primary: #00458e;
    --color-primary-light: #ebf1f9;
    --color-secondary: #b0c700;

    --breakpoint-tablet: 1080px;


    --btn-border-left-size: 1rem;
    --btn-border-bottom-size: 2rem;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* 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;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/owlcarousel/assets/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! lightgallery - v1.2.13 - 2016-01-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/fonts/lg.eot?n1z373');
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/fonts/lg.woff?n1z373') format("woff"), url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/fonts/lg.ttf?n1z373') format("truetype"), url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/fonts/lg.svg?n1z373#lg') format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/vimeo-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/vimeo-play.png') no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/video-play.png') no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/youtube-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/youtube-play.png') no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/lightgallery/img/loading.gif') no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/progress.gif') no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/progress.gif') no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/nav-bg.png') repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
					#prevslide{ left:10px; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/back.png'); }
					#nextslide{ right:10px; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/forward.png'); }
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/bg-black.png'); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../../../typo3conf/ext/theme/Resources/Public/Template/scripts/supersized/img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
				
#CookieBox{
    border-radius: 0;
}

#CookieBox .cookie-accept a{
    background-color:#b0c700;
    border-radius: 0;
    color:#00458e;
    margin: 10px auto;
    line-height: 27px;
    position: relative;
    display: inline-block;
    padding: 0 27px 0 20px;
    font-size: 14px;
    text-shadow: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#CookieBox .cookie-accept a:hover,
#CookieBox .cookie-accept a:active,
#CookieBox .cookie-accept a:focus{
    background-color:#00458e;
    color:white;
}

#CookieBox .cookie-accept a:hover:before,
#CookieBox .cookie-accept a:active:before,
#CookieBox .cookie-accept a:focus:before{
    border-left: 18px solid #00458e;
}

#CookieBox .cookie-accept a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-left: 18px solid #b0c700;
    border-bottom: 27px solid white;
}

#CookieBox .cookie-management, #CookieBox .cookie-refuse{
    background-color: transparent;
}

#CookieBox p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
    font:inherit;
}

#CookieBox .cookieclose{
    background-color: #b0c700;
    font:inherit;
    border-radius: 0;
    border: none;
}

#CookieBox .intro .cookie-legal{
    margin-bottom:0;
}


.tx-wacon-cookie-management .cookie-set:link,
.tx-wacon-cookie-management .cookie-set:visited{
    text-align: center;
    text-decoration: underline;
    display:block;
}

.tx-wacon-cookie-management .cookie-set:hover,
.tx-wacon-cookie-management .cookie-set:active,
.tx-wacon-cookie-management .cookie-set:focus{
    text-decoration: none;
}

#CookieBox .arrow.down{
    display: none !important;
}

#CookieBox .cookie-fix .cookieback, #CookieBox .cookie-fix .cookie-refuse{
    background-color: transparent;
}

#CookieBox .cookie-btn, #CookieBox .btn{
    background-color:#b0c700;
    border-radius: 0;
    color:#00458e !important;
    margin: 10px auto;
    line-height: 27px !important;
    position: relative;
    display: inline-block;
    padding: 0 27px 0 20px;
    font-size: 14px !important;
    text-shadow: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#CookieBox .cookie-btn:hover,
#CookieBox .btn:hover,
#CookieBox .cookie-btn:active,
#CookieBox .btn:active,
#CookieBox .cookie-btn:focus,
#CookieBox .btn:focus{
    background-color:#00458e;
    color:white !important;
}

#CookieBox .cookie-btn:hover:before,
#CookieBox .cookie-btn:active:before,
#CookieBox .cookie-btn:focus:before{
    border-left: 18px solid #00458e;
}

#CookieBox .cookie-btn:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-left: 18px solid #b0c700;
    border-bottom: 27px solid white;
}
footer .cookie-set{
    display:none !important;
}

.arrow.up{
    bottom:40px !important;
}
@font-face {
  font-family: 'Glober';
  font-weight: bold;
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_2_0.eot');
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_2_0.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_2_0.woff2') format('woff2'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_2_0.woff') format('woff'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Glober';
  font-weight: 600;
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_C_0.eot');
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_C_0.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_C_0.woff2') format('woff2'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_C_0.woff') format('woff'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_C_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Glober';
  font-weight: normal;
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_9_0.eot');
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_9_0.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_9_0.woff2') format('woff2'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_9_0.woff') format('woff'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Glober';
  font-weight: 300;
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_8_0.eot');
  src: url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_8_0.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_8_0.woff2') format('woff2'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_8_0.woff') format('woff'), url('../../../typo3conf/ext/theme/Resources/Public/Template/fonts/3302AC_8_0.ttf') format('truetype');
}


body {
  font-family: 'Glober', sans-serif;
  font-size: 16px;
  color: var(--color-primary,#00458e);
  background-color: #ffffff !important;
}
h1 {
  font-size: 28px;
  line-height: 36px;
  color: var(--color-primary,#00458e);
  letter-spacing: 2px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
  color: var(--color-primary,#00458e);
  text-transform: uppercase;
  font-family: 'Glober', sans-serif;
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
h2 strong {
  font-family: 'Glober', sans-serif;
  font-weight: 600;
}
p + h2 {
  margin-top: -20px;
}
h3 {
  text-transform: uppercase;
  font-family: 'Glober', sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}
h4 {
  text-transform: uppercase;
  font-family: 'Glober', sans-serif;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 15px;
}
p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  color: var(--color-primary,#00458e);
}
@media screen and (max-width: 375px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  color: #777777;
  font-size: 12px;
}
p.medium {
  color: var(--color-primary,#00458e);
  font-size: 13px;
}
ul {
  margin-bottom: 24px;
}
ol {
  margin-bottom: 24px;
}
strong,
b {
  font-family: 'Glober', sans-serif;
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
/*
a{
  transition: all 0.3s ease 0s;

  &::before, &::after{
    transition: all 0.3s ease 0s;
  }
}
*/
a:link,
a:visited {
  color: var(--color-primary,#00458e);
  text-decoration: none;
}
a:visited {
  color: var(--color-primary,#00458e);
  text-decoration: none;
}
a.right {
  text-align: right;
}
b,
strong {
  font-family: 'Glober', sans-serif;
  font-weight: bold;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
img.noScale {
  width: auto;
  display: inline;
}
@media screen and (max-width: 375px) {
  img.noScale {
    width: 100% !important;
    max-width: height:auto;
    display: block;
  }
}
img[src$=".svg"] {
  max-width: 335px;
}
.centerHelper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .centerHelper {
    padding: 0 30px;
  }
}
.centerHelper.extraPadding {
  padding: 0 45px;
}
.extraPadding {
  padding: 0 15px;
}
.white {
  color: white;
}
.shadow img {
  padding-bottom: 3px;
}
.shadow:before,
.shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.shadow:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.verticalCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.verticalCenter .verticalCenterHelper {
  width: 100%;
}
.powermail_fieldwrap_type_radio {
  margin-bottom: 15px;
}
label {
  display: none;
}
label.visible {
  display: inline;
  color: #ffffff;
  padding-right: 15px;
  font-size: 12px;
  line-height: 19px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 30px;
  background-color: #98bbdb;
  border: none;
  color: var(--color-primary,#00458e);
  font-family: 'Glober', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 5px 5px 5px;
  box-sizing: border-box;
  margin-bottom: 7px;
  border-right: 7px solid var(--color-primary,#00458e);
  border-radius: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color-primary,#00458e);
  font-size: 12px;
  font-family: 'Glober', sans-serif;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color-primary,#00458e);
  font-size: 12px;
  opacity: 1;
  font-family: 'Glober', sans-serif;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-primary,#00458e);
  opacity: 1;
  font-size: 12px;
  font-family: 'Glober', sans-serif;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary,#00458e);
  font-family: 'Glober', sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 470px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    border-right: none;
  }
}
input[type="submit"] {
  width: 110px;
  height: 30px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: var(--color-primary,#00458e);
  font-size: 14px;
  line-height: 34px;
  border: none;
  float: right;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 0;
  font-family: 'Glober', sans-serif;
}
@media screen and (max-width: 470px) {
  input[type="submit"] {
    margin-right: 0;
    float: none;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
input[type="submit"]:hover {
  background-color: #98bbdb;
}
textarea {
  width: 100%;
  height: 115px;
  background-color: #98bbdb;
  border: none;
  color: var(--color-primary,#00458e);
  font-family: 'Glober', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 7px;
  border-right: 7px solid var(--color-primary,#00458e);
  border-radius: 0;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color-primary,#00458e);
  font-size: 12px;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color-primary,#00458e);
  opacity: 1;
  font-size: 12px;
  font-family: 'Glober', sans-serif;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-primary,#00458e);
  opacity: 1;
  font-size: 12px;
  font-family: 'Glober', sans-serif;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary,#00458e);
  font-size: 12px;
  font-family: 'Glober', sans-serif;
}
@media screen and (max-width: 470px) {
  textarea {
    border-right: none;
  }
}
.preloadHelper {
  position: fixed;
  left: -1000px;
  top: -1000px;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/********GRID******/
.gridContainer {
  overflow: hidden;
  margin-bottom: 60px;
}
/*
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; }
*/
.col1 {
  width: calc(8.33333333%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col2 {
  width: calc(16.66666667%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col3 {
  width: calc(25%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col4 {
  width: calc(33.33333333%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col5 {
  width: calc(41.66666667%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col6 {
  width: calc(50%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col7 {
  width: calc(58.33333333%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col8 {
  width: calc(66.66666667%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col9 {
  width: calc(75%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col10 {
  width: calc(83.33333333%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col11 {
  width: calc(91.66666667%);
  float: left;
  height: auto;
  box-sizing: border-box;
}
.col12 {
  width: calc(100%);
  float: left;
  height: auto;
  box-sizing: border-box;
  clear: both;
}
/********GRID******/
/********BURGERMENU******/
.hamburger-slim {
  background: transparent;
  position: absolute;
  top: 35px;
  right: 30px;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 400px) {
  .hamburger-slim {
    top: 30px;
  }
}
.hamburger-slim:before,
.hamburger-slim:after {
  background: var(--color-primary,#00458e);
  backface-visibility: hidden;
  content: "";
  height: 3px;
  left: 0;
  width: 40px;
}
.hamburger-slim:before {
  box-shadow: var(--color-primary,#00458e) 0 10px 0 0;
  position: absolute;
  top: 0;
}
.hamburger-slim:after {
  position: absolute;
  top: calc(98%);
}
.hamburger-slim.active:before {
  box-shadow: transparent 0 0 0 0;
  top: 50%;
  transform: rotate(225deg);
}
.hamburger-slim.active:after {
  top: 50%;
  transform: rotate(315deg);
}
/********BURGERMENU******/
/*******ANIMATIONS*************/
@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*******ANIMATIONS*************/
header {
  width: 100%;
  height: var(--height-navi, 86px); /* 86px */
  background-color: white;
  position: fixed;
  overflow: visible;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 14px 16px -8px rgba(16, 63, 110, 0.1);
  -moz-box-shadow: 0px 14px 16px -8px rgba(16, 63, 110, 0.1);
  box-shadow: 0px 14px 16px -8px rgba(16, 63, 110, 0.1);
  transition: all .3s;
}
header.hide-scroll{
  top: calc((var(--height-navi) + 20px) * -1);
}

header .centerHelper {
  pointer-events: none;
  height: 100%;
  overflow: visible;
}
header.transparent {
  opacity: 0.8;
}
header .logo {
  width: 288px;
  height: 47px;
  float: left;
  margin-bottom: 30px;
  margin-top: 15px;
  pointer-events: auto;
}
header .logo a {
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  header .logo {
    width: 200px;
    margin-top: 20px;
  }

}
header .partner-logo-mobile{
  display: none!important;
  background-color: var(--color-primary-light) !important;
  width: 100%;
  padding: 1rem 0 1rem 36px!important;
  margin-left: -20px!important;
  align-items: center;
}
header .partner-logo-mobile:before{
  display: none;
}
header .partner-logo-mobile img{
  width: auto;
  height: 55px;
}
header .partner-logo-mobile .jobs-wrapper{
  right: 35%;
  display: block;
}
header .partner-logo-mobile .jobs-wrapper .jobs-button{
  padding:0;
  display: grid;
}

.jobs-wrapper {
  position: absolute;
  top: 0;
  right: 16.1%;
  height: 100%;
  aspect-ratio: 797/624;
  z-index: 5;
}
.jobs-button-mobile{
  display: none;
}
@media screen and (max-width: 991px){
  .jobs-button-mobile{
    display: block;
  }
  .jobs-wrapper:not(.partner-logo-mobile .jobs-wrapper){
    display: none;
  }
}
.jobs-button {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  color: white!important;
  font-size: 1.1rem;
}

.jobs-button svg{
  position: absolute;
  height: 100%;
  width: auto;
  top:0;
  left:0;
  z-index: -1;
  transition: all .3s;
}
.jobs-button:hover svg{
  opacity: .8;
}

header .nav-right{
  position: absolute;
  top:0;
  right: 0;
  width: 16.7%;
  height: 100%;
  background-color: var(--color-primary-light,#ebf1f9);
  clip-path: polygon(0 100%, 48px 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 40px;
  display: flex;
  align-items: center;
  z-index: 20;
}
@media screen and (max-width: 1590px){
  header .nav-right{
    width: 9.7%
  }
  .jobs-wrapper{
    right: 9.1%;
  }
}
header .nav-right .partner-logo img{
  object-fit: contain;
  width: 120px;
}
header .nav-right .hamburger-slim{
  top: unset;
}
header nav.main {
  margin-top: 43px; /*30px*/
  float: right;
  height: 300px;
  pointer-events: none;
  width: 70%;
}
header nav.main.open {
  display: block;
}
header nav.main ul {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  z-index: 10;
  padding: 0 7px;
  height: auto;
  width: 100%;
  display: flex;
  gap: clamp(30px,1.5vw,3vw);
}
header nav.main ul li:hover > ul {
  display: block;
}
header nav.main ul li {
  position: relative;
  clear: inherit;
  margin: 0;
  float: left;
  height: 25px;
  /*background-color: var(--color-primary,#00458e);*/
  border-right: 2px solid #ffffff;
  color: var(--color-primary,#00458e);
  transition: all .5s;
  pointer-events: auto;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
header nav.main ul li:before{
  content: '→';
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateX(1rem) translateY(-50%);
  transition: all .3s;
}
header nav.main > ul > li:before{
  top:50%;
}
header nav.main ul li:hover::before, header nav.main ul li.active::before{
  opacity: 1;
  transform: translateX(0) translateY(-50%) ;
}
header nav.main > ul > li:hover > a, header nav.main > ul > li.active > a{
  font-family: 'Glober', sans-serif;
  font-weight: 600;
  transform: translateY(-2px);
}

header nav.main ul li.lang.active {
  display: none;
}
header nav.main ul li.active {

}
header nav.main ul li a{
  transition: all .3s;
}
@media screen and (max-width: 768px){ /*570*/
  header nav.main ul{
    padding-bottom: 0!important;
  }
  header .nav-right{
    background: transparent;
    z-index: -1;
  }
  header .nav-right .partner-logo{
    display: none;
  }
  header .partner-logo-mobile{
    display: flex!important;
    margin-left: 0 !important;
    box-sizing: border-box;
  }
  header .partner-logo-mobile .partner-logo{
    margin-left: auto;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .nav-right{
    width: 40%;
  }
  header .nav-right .partner-logo img{
    width: 90px;
  }
  header .logo{
    width: clamp(200px, 50%, 288px);
  }
}
@media screen and (max-width: 1340px) {
  header .nav-right{
    width: 250px;
    right: 0;
  }
  header .centerHelper{
    display: flex;
    align-items: center;
  }
  header .logo{
    margin: 0;
    height: unset;
  }
  header nav.main ul li:before{
    display:none;
  }
}
@media screen and (max-width: 1850px){
  header nav.main ul{
    gap: 1em;
  }
}
@media screen and (max-width: 1290px){
  header .nav-right{
    width: 12%;
  }
  .jobs-wrapper{
    right: 11%;
  }
}
@media screen and (max-width: 1340px){
  header .nav-right{
    width: 25%;
  }
  .jobs-wrapper{
    right: 24%;
  }
}
@media screen and (max-width: 768px){
  .jobs-wrapper{
    right: 15%;
  }
}


header nav.main ul li:last-child {
  border-right: none;
}

header nav.main ul li:last-child a {
  float: left;
}

header nav.main ul li:hover a:link,
header nav.main ul li.active a:link,
header nav.main ul li:hover a:visited,
header nav.main ul li.active a:visited {
  color: var(--color-primary,#00458e);
}
header nav.main ul li a:link,
header nav.main ul li a:visited {
  color: var(--color-primary,#00458e);
  font-size: 16px;
  display: block;
  text-decoration: none;
  line-height: 23px;
  text-transform: capitalize;
  transition: none;
  font-family: 'Glober', sans-serif;
}
@media screen and (min-width: 1110px) {
  header nav.main ul li a:link,
  header nav.main ul li a:visited {

  }
}
@media screen and (min-width: 1200px) {
  header nav.main ul li a:link,
  header nav.main ul li a:visited {

  }
}
@media screen and (max-width: 1110px) {
  header nav.main ul li a:link,
  header nav.main ul li a:visited {

  }
}
header nav.main ul li a:hover,
header nav.main ul li a:active {
  color: var(--color-primary,#00458e);
}
header nav.main ul li .openSubMobile {
  position: absolute;
  right: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  width: 60px;
  text-align: right;
  margin-right: 10px;
  display: none;
  margin-top: 3px;
}
header nav.main ul li .openSubMobile i {
  font-size: 24px;
}
header nav.main ul li .openSubMobile i.rotated {
  transform: rotate(180deg);
}
header nav.main ul li ul {
  width: 240px;
  position: absolute;
  top: 100%;
  background-color: white;
  display: none;
  padding: 1rem 0 .5rem 0;
  margin-left: -2.5rem;
}
header nav.main ul li ul:hover {
  display: block;
}
header nav.main ul li ul li:hover, header nav.main ul li ul li.active {
  background: var(--color-primary-light);
}
header nav.main ul li ul li:first-child {
  margin-top: 0;
}

header nav.main ul li ul li:last-child a:link,
header nav.main ul li ul li:last-child a:visited {
  line-height: 24px;
  padding: 4px 0 0 0;
}
header nav.main ul li ul li {
  display: block;
  text-align: left;
  float: none;
  width: auto;
  padding: .25rem 1rem .25rem 2.5rem;
  background-color: white;
  height: 30px;
  border-right: 0;
}
header nav.main ul li ul li:before{
  left: 1rem;
}
header nav.main ul li ul li a:link,
header nav.main ul li ul li a:visited {
  display: block;
  padding: 4px 0 0 0;
  color: var(--color-primary,#00458e);
}


@media screen and (max-width: 1340px) {
  header nav.main {
    width: 100%;
    position: fixed;
    left: 0;
    top: 55px;
    display: none;
  }
  header nav.main ul {
    width: 100%;
    float: none;
    background-color: #ffffff;
    padding: 1rem 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav.main > ul{
    box-shadow: 0px 14px 16px -8px rgba(16, 63, 110, 0.1);
    padding-bottom: .5rem;
  }
  header nav.main ul li {
    width: 100%;
    float: none;
    transform: skew(0);
    height: auto;
    background-color: transparent;
    border-right: 0;
    transition: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
  header nav.main ul li .openSubMobile{
    right: 60px;
  }
  header nav.main ul li.lang {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-left: 0px !important;
  }
  header nav.main ul li.lang a {
    padding-left: 10px !important;
    padding-top: inherit !important;
  }
  header nav.main ul li.lang.active {
    display: block;
  }
  header nav.main ul li.lang:last-child {
    border-left: 2px solid #ffffff;
  }
  header nav.main ul li.lang:last-child a {
    float: none;
  }

  header nav.main ul li a:link,
  header nav.main ul li a:visited {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    transform: skew(0);
    -webkit-transform: skew(0);
    color: var(--color-primary,#00458e);
    padding-top: 2px;
  }
  header nav.main ul li a:hover,
  header nav.main ul li a:active,
  header nav.main ul li a.active {
    color: var(--color-primary,#00458e) !important;
    background-color: transparent;
  }
  header nav.main ul li .openSubMobile {
    display: block;
  }
  header nav.main ul li ul {
    display: none;
    position: inherit;
    width: 100%;
    background-color: #ffffff;
    padding-top: 0;
    margin-left: -20px;
  }
  header nav.main ul li ul:hover {
    background-color: #ffffff;
  }
  header nav.main ul li ul li {
    padding-left: 70px;
    height: auto;
  }
  header nav.main ul li ul li.active {
    background-color: var(--color-primary-light) !important;
  }
  header nav.main > ul > li.active{
    width: 100%;
    background-color: var(--color-primary-light);
    margin-left: -10px;
    padding-left: 30px;
  }
  header nav.main ul li ul li.active a:link,
  header nav.main ul li ul li.active a:visited {
    color: var(--color-primary,#00458e);
  }
  header nav.main ul li ul li a:link,
  header nav.main ul li ul li a:visited {
    background-color: transparent;
    float: none !important;
    padding-top: 2px;
  }
  header nav.main ul li ul li a:link:last-child,
  header nav.main ul li ul li a:visited:last-child {
    line-height: 30px;
    padding: 0;
  }
  header nav.main ul li ul li a:hover,
  header nav.main ul li ul li a:active {
    color: var(--color-primary,#00458e);
  }
  header nav.main ul li:hover > ul {
    display: none;
  }
}
nav.breadcrumb {
  clear: both;
}
nav.breadcrumb ul {
  list-style: none;
  margin: 0 0 40px 0;
  overflow: hidden;
}
nav.breadcrumb ul li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777777;
}
nav.breadcrumb ul li a:link,
nav.breadcrumb ul li a:visited {
  color: #777777;
  text-decoration: none;
  font-size: 12px;
}
nav.breadcrumb ul li a:hover,
nav.breadcrumb ul li a:active {
  color: var(--color-primary,#00458e);
}
.content {
  clear: both;
}
footer {
  background-color: var(--color-primary,#00458e);
  overflow: hidden;
  margin-top: 45px;
  padding: 20px 30px;
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 760px) {
  footer {
    padding-top: 40px;
  }
  footer .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .centerHelper {
    padding: 0;
  }
}
footer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 760px) {
  footer p {
    font-size: 14px;
  }
}
footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 760px) {
  footer a:link,
  footer a:visited {
    font-size: 14px;
  }
}
footer a:hover,
footer a:active {
  text-decoration: underline;
}
footer nav.footer {
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  footer nav.footer {
    float: none;
  }
}
footer nav.footer ul {
  float: right;
  overflow: hidden;
  padding: 0 8px;
}
@media screen and (max-width: 760px) {
  footer nav.footer ul {
    float: none;
    background-color: transparent;
  }
}
footer nav.footer ul li {
  clear: inherit;
  margin: 0;
  float: left;
  height: 25px;
  background-color: #ffffff;
  border-right: 2px solid var(--color-primary,#00458e);
  color: var(--color-primary,#00458e);
  -webkit-transform: skew(150deg);
  /* Safari */
  transform: skew(150deg);
}
footer nav.footer ul li:first-child::before {
  content: "";
  background-color: #ffffff;
  width: 16px;
  display: block;
  height: 25px;
  margin-left: -8px;
  float: left;
  -webkit-transform: skew(-150deg);
  /* Safari */
  transform: skew(-150deg);
}
footer nav.footer ul li:first-child:hover::before {
  background-color: var(--color-secondary,#b0c700);
}
footer nav.footer ul li:last-child {
  border-right: none;
}
footer nav.footer ul li:last-child a:link,
footer nav.footer ul li:last-child a:visited {
  padding-right: 3px;
}
footer nav.footer ul li:last-child::after {
  content: "";
  background-color: #ffffff;
  width: 16px;
  display: block;
  height: 25px;
  margin-right: -9px;
  margin-left: 0;
  float: right;
  -webkit-transform: skew(-150deg);
  /* Safari */
  transform: skew(-150deg);
}
footer nav.footer ul li:last-child:hover::after {
  background-color: var(--color-secondary,#b0c700);
}
footer nav.footer ul li:last-child a {
  float: left;
}
@media screen and (max-width: 760px) {
  footer nav.footer ul li {
    float: none;
    display: block;
    margin: auto;
    border-right: none;
    margin-bottom: 3px;
    -webkit-transform: skew(0deg);
    /* Safari */
    transform: skew(0deg);
    height: 38px;
    padding-top: 6px;
    box-sizing: border-box;
  }
  footer nav.footer ul li:first-child::before,
  footer nav.footer ul li:last-child::before,
  footer nav.footer ul li:first-child::after,
  footer nav.footer ul li:last-child::after {
    display: none;
  }
  footer nav.footer ul li:first-child a,
  footer nav.footer ul li:last-child a {
    float: none;
  }
}
footer nav.footer ul li:hover {
  background-color: var(--color-secondary,#b0c700);
}
footer nav.footer ul li:last-child {
  border-right: none;
}
footer nav.footer ul li a:link,
footer nav.footer ul li a:visited {
  color: var(--color-primary,#00458e);
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  text-decoration: none;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'Glober', sans-serif;
  -webkit-transform: skew(-150deg);
  /* Safari */
  transform: skew(-150deg);
}
@media screen and (max-width: 760px) {
  footer nav.footer ul li a:link,
  footer nav.footer ul li a:visited {
    font-size: 16px;
    -webkit-transform: skew(0deg);
    /* Safari */
    transform: skew(0deg);
  }
}
/*
body.home{
  .loadingOverlay{
    display:block;
  }
}
*/
.loadingOverlay {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  display: block;
}
.CE_SUPERSIZED {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 85px;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.CE {
  margin: 45px 0;
}
.CE_IMAGE {
  text-align: center;
}
.CE_IMAGE p.subline {
  margin-top: 20px;
}
.CE_TEXT_IMAGE {
  text-align: center;
}
.CE_TEXT_IMAGE .centerHelper {
  max-width: 960px;
}
.CE_TEXT_IMAGE h2 {
  margin-bottom: 0;
}
.CE_TEXT_IMAGE h2 + p {
  margin-top: 20px;
}
.CE_TEXT_IMAGE ul {
  list-style: disc;
}
.CE_TEXT_IMAGE ol {
  list-style: decimal;
}
.CE_TEXT_IMAGE ul,
.CE_TEXT_IMAGE ol {
  list-style-position: inside;
}
.CE_TEXT_IMAGE ul li,
.CE_TEXT_IMAGE ol li {
  margin-bottom: 10px;
}
.CE_TEXT_IMAGE a:link,
.CE_TEXT_IMAGE a:visited {
  text-decoration: underline;
}
.CE_TEXT_IMAGE a:hover,
.CE_TEXT_IMAGE a:active {
  text-decoration: none;
}
.CE_VIDEO {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.CE_VIDEO .videoHelper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.CE_VIDEO .videoHelper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.sub .contentContainer,
body.productdetail .contentContainer,
body.newsdetail .contentContainer {
  top: var(--height-navi, 86px);
}
.contentContainer {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
#supersized,
#supersized li {
  height: 100% !important;
  position: absolute !important;
  /*left:0 !important;*/
}
#supersized img {
  /*
    top:86px !important;
    width:auto !important;
    height:100% !important;

    -webkit-animation: blur 1.5s ease-out;
    animation: blur 1.5s ease-out;
    */
}
@-webkit-keyframes blur {
  from {
    /*
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter:blur(5px);
    */
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    /*
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sharp {
  from {
    /*
    -webkit-filter: grayscale(100%) blur(5px);
    -moz-filter: grayscale(100%) blur(5px);
    -o-filter: grayscale(100%) blur(5px);
    -ms-filter: grayscale(100%) blur(5px);
    filter: grayscale(100%) blur(5px);
    */
    height: 110%;
  }
  to {
    /*
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    */
    height: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  ul#slide-list li a {
    background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/nav-dot-1@2x.png') !important;
    background-size: 12px 36px !important;
  }
}
.sliderInfo {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
}
.sliderActions{
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 991px) {
  .sliderActions{
    flex-direction: column;
    gap:1.5em;
  }
}
#controls-wrapper {
  bottom: 130px !important;
  background: none !important;
  position: absolute !important;
}
#controls-wrapper ul#slide-list {
  padding-left: 2.5px !important;
}
#slidecaption {
  max-width: 70% !important;
  margin-left: 30px !important;
  margin-top: -100px !important;
  opacity:1 !important;
}
@media screen and (max-height: 1125px) {
  #slidecaption {
    max-width: 90% !important;
  }
}
#slidecaption a.btn:link,
#slidecaption a.btn:visited {
  font-family: 'Glober', sans-serif;
  padding-right: 10px;
}
#slidecaption a.btn:link::before,
#slidecaption a.btn:visited::before {
  display: none;
}
/*#slidecaption a.btn:link::after,
#slidecaption a.btn:visited::after {
  content: "";
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.svg');
  width: 18px;
  height: 27px;
  position: absolute;
  right: -18px;
  border: 0px;

}*/
#slidecaption a.btn:link::after, #slidecaption a.btn:visited::after {
  content: "";
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.svg');
  width: 28px;
  height: 100%;
  position: absolute;
  right: -24px;
  border: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#slidecaption a.btn.download:link::after,
#slidecaption a.btn.download:visited::after {
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_blue.svg');
}
#slidecaption a.btn:hover::before,
#slidecaption a.btn:active::before {
  display: none;
}
#slidecaption a.btn:hover::after,
#slidecaption a.btn:active::after {
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_blue.svg');
}
#slidecaption a.btn.download:hover::after,
#slidecaption a.btn.download:active::after {
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.svg');
}
@media screen and (max-height: 480px) {
  #slidecaption {
    margin-top: -100px !important;
  }
}
@media screen and (max-width: 880px) {
  #slidecaption {
    max-width: 85% !important;
  }
}
@media screen and (max-width: 1200px) {
  #slidecaption {
    margin-left: 30px !important;
  }
}
#slidecaption h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 75px;
  font-family: 'Glober', sans-serif;
  text-shadow: none;
}
@media screen and (max-width: 880px) {
  #slidecaption h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  #slidecaption h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
.arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  left: 50%;
  position: absolute;
  margin-left: -25px;
}
.arrow:hover {
  -webkit-animation: fade 3s infinite;
  animation: fade 3s infinite;
}
.arrow i {
  color: var(--color-primary,#00458e);
  font-size: 40px;
  line-height: 50px;
  display: block;
  margin-left: 12px;
}
.arrow.down {
  bottom: 80px;
}
.arrow.up {
  bottom: 0px;
}
a.btn:link,
a.btn:visited {
  /*
  color:@blue;
  display: inline-block;
  padding:8px 20px 8px 15px;
  font-family: @font;
  font-size: 14px;
  text-shadow:none;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.svg');
  background-position: center right;
  background-repeat: no-repeat;
  line-height:14px;
  background-size:cover;


  */
  line-height: 1; /*27px*/
  background: var(--color-secondary,#b0c700);
  position: relative;
  display: inline-block;
  padding: .5rem var(--btn-border-bottom-size) .5rem calc(var(--btn-border-left-size) + 2px);
  /*padding: 0 27px 0 20px;*/
  font-size: 16px; /*14px*/
  text-shadow: none;
  text-decoration: none;
  font-family: 'Glober', sans-serif;
  /*
  &::after{
    backface-visibility: hidden;
    content: "";
    margin-bottom: 0;
    height:26.5px;
    position: absolute;
    transform: skew(157deg, 0deg);
    width: 14px;
    margin-top:0px;
    background-color: @green;
    margin-left: 7px;
  }


  &::after{
    content:url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.png');
    width:18px;
    height:29px;
    position: relative;
    left:25px;
    top:11px;
  }
  */
}
a.btn:link::before,
a.btn:visited::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: var(--btn-border-bottom-size) solid #ffffff;
  border-left: var(--btn-border-left-size) solid var(--color-secondary,#b0c700);
  /*
  border-bottom: 27px solid #ffffff;
  border-left: 18px solid var(--color-secondary,#b0c700);
  */
  width: 0;
}
a.btn:hover,
a.btn:active {
  color: #ffffff;
  /*background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_blue.svg');*/
  background: var(--color-primary,#00458e);
}
a.btn:hover::before,
a.btn:active::before {
  border-left: 18px solid var(--color-primary,#00458e);
}
a.btn.download:link,
a.btn.download:visited {
  color: #ffffff;
  /*background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_blue.svg');*/
  background: var(--color-primary,#00458e);
}
a.btn.download:link::before,
a.btn.download:visited::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: var(--btn-border-bottom-size) solid #ffffff;
  border-left: var(--btn-border-left-size) solid var(--color-primary,#00458e);
  width: 0;
}
a.btn.download:hover,
a.btn.download:active {
  color: var(--color-primary,#00458e);
  /*background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_green.svg');*/
  background: var(--color-secondary,#b0c700);
}
a.btn.download:hover::before,
a.btn.download:active::before {
  border-left: var(--btn-border-left-size) solid var(--color-secondary,#b0c700);
}
/*****CONTENT-ELEMENTS****/
.bgBlue {
  background-color: var(--color-primary,#00458e);
  overflow: hidden;
}
.bgBlue .CE h2,
.bgBlue .CE h3,
.bgBlue .CE h4,
.bgBlue .CE p,
.bgBlue .CE li {
  color: #ffffff;
}
.bgBlue .CE a:link,
.bgBlue .CE a:visited {
  color: #ffffff;
}
.bgBlue .CE a.btn:link,
.bgBlue .CE a.btn:visited {
  color: var(--color-primary,#00458e);
  /*background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_white.svg');*/
  background: var(--color-secondary,#b0c700);
  /*
      &::after{
        content:url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_white.png');
      }*/
}
.bgBlue .CE a.btn:link::before,
.bgBlue .CE a.btn:visited::before {
  border-left: var(--btn-border-left-size) solid var(--color-secondary,#b0c700);
  border-bottom: var(--btn-border-bottom-size) solid var(--color-primary,#00458e);
}
.bgBlue .CE a.btn:hover,
.bgBlue .CE a.btn:active {
  color: var(--color-primary,#00458e);
  /*background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_white.svg');*/
  background: #ffffff;
  /*
      &::after{
        content:url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_link_white.png');
      }*/
}
.bgBlue .CE a.btn:hover::before,
.bgBlue .CE a.btn:active::before {
  border-left: var(--btn-border-left-size) solid #ffffff;
}
.bgBlue .CE_GALLERY .CE_GALLERY_ITEM p.subline {
  color: #ffffff;
}
.bgLightBlue {
  background-color: #98bbdb;
  overflow: hidden;
}
.bgBlue + footer,
.bgLightBlue + footer,
.CE_GOOGLE_MAP + footer {
  margin-top: 0;
}
/*
.CE_GRID{
  + .CE_GRID{
    margin-top:0;
  }
}
*/
.CE_NEWS_JOBS {
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 30px;
}
.CE_NEWS_JOBS .centerHelper {
  display: flex;
}
#CE_GALLERY_1217 .centerHelper,
#CE_GALLERY_1218 .centerHelper {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .CE_NEWS_JOBS .centerHelper {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .CE_NEWS_JOBS .centerHelper {
    margin: auto;
    max-width: 600px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .CE_NEWS_JOBS .centerHelper {
    margin: auto;
    max-width: 300px;
  }
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT {
  background-color: var(--color-primary,#00458e);
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  flex: 25%;
  word-break: break-all;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE.newsOnly,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT.newsOnly {
  flex: 50%;
  max-height: 300px;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE i,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT i {
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 1100px) {
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT {
    flex: 50%;
    max-width: 300px;
    margin-bottom: 30px;
    min-height: 300px;
  }
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE.CE_JOBS_TEASER,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT.CE_JOBS_TEASER {
    clear: both;
  }
}
@media screen and (max-width: 500px) {
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT {
    flex: 100%;
    margin-bottom: 0;
  }
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE.newsOnly,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT.newsOnly {
    flex: 100%;
    max-height: 300px;
  }
  .CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE i,
  .CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: 50%;
    bottom: -32px;
    right: inherit;
    margin-left: -14px;
    margin-top: 0;
    top: inherit;
  }
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE::before,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE h3,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  font-family: 'Glober', sans-serif;
  font-weight: 600;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE h4,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 23px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-family: 'Glober', sans-serif;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE p,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT p {
  color: #ffffff;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE a:link,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT a:link,
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE a:visited,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT a:visited {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--color-secondary,#b0c700);
  font-size: 14px;
}
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE a:hover,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT a:hover,
.CE_NEWS_JOBS .CE_NEWS_JOBS_IMAGE a:active,
.CE_NEWS_JOBS .CE_NEWS_JOBS_TEXT a:active {
  color: #ffffff;
}
.CE_NEWS_JOBS .CE_NEWS_TEASER {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_news_home.jpg');
  position: relative;
}
.CE_NEWS_JOBS .CE_JOBS_TEASER {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/bg_jobs_home.jpg');
  position: relative;
}
.CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW {
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
  /*
    &.split2{
      .CE_IMAGE_RASTER_ITEM{
        width:calc(100/2%);

        @media screen and (max-width: 375px) {
          width:100%;

        }
      }
    }
    &.split3{
      .CE_IMAGE_RASTER_ITEM {
        width: calc(100 / 3%);

        @media screen and (max-width: 805px) {
          width:50%;

        }

        @media screen and (max-width: 375px) {
          width:100%;
        }
      }
    }
    &.split4{
      .CE_IMAGE_RASTER_ITEM {
        width: calc(100 / 4%);

        @media screen and (max-width: 1040px) {
          width:50%;
        }

        @media screen and (max-width: 375px) {
          width:100%;
        }
      }
    }
    &.split5 {
      .CE_IMAGE_RASTER_ITEM {
        width: calc(100 / 5%);
        img{
          max-width:180px;
        }

        @media screen and (max-width: 995px) {
          width:50%;
          img{
            max-width: 240px;
          }
        }

        @media screen and (max-width: 375px) {
          width:100%;
        }
      }
    }
    */
}
@media screen and (max-width: 375px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW.mobile_2_col .CE_IMAGE_RASTER_ITEM {
    width: 48%;
  }
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW.mobile_2_col .CE_IMAGE_RASTER_ITEM:nth-child(odd) {
    margin-right: 1%;
  }
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW.mobile_2_col .CE_IMAGE_RASTER_ITEM:nth-child(even) {
    margin-left: 1%;
  }
}
.CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
  max-width: 240px;
}
@media screen and (max-width: 1180px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
    max-width: 140px !important;
  }
}
@media screen and (max-width: 1024px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 550px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 440px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 375px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW img {
    max-width: 100% !important;
  }
}
.CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW .CE_IMAGE_RASTER_ITEM {
  width: calc(16.66666667%);
  float: left;
  text-align: center;
  margin-bottom: 30px;
  /*
      &:first-child{
        text-align: left;
      }

      &:last-child{
        text-align: right;
        margin-right:0;
      }
      */
}
@media screen and (max-width: 1024px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW .CE_IMAGE_RASTER_ITEM {
    width: calc(33.33333333%);
  }
}
@media screen and (max-width: 600px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW .CE_IMAGE_RASTER_ITEM {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW .CE_IMAGE_RASTER_ITEM {
    width: 100%;
  }
}
.CE_IMAGE_RASTER .CE_IMAGE_RASTER_ROW .CE_IMAGE_RASTER_ITEM p.subline {
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE {
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    max-width: 476px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul {
    background: var(--color-primary,#00458e);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--color-primary,#00458e) 0%, #ffffff 55%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--color-primary,#00458e) 0%, #ffffff 55%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--color-primary,#00458e) 0%, #ffffff 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary,#00458e)', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    box-sizing: border-box;
  }
}
.CE_TIMELINE ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  margin: 0 auto;
  background: #ffffff;
  transition: background 0.5s ease-in-out;
  /*
    &::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border:10px solid @hoverColor;
      background-color:@navColor;
    }
  */
}
.CE_TIMELINE ul li:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color-primary,#00458e)+0,ffffff+55 */
  background: var(--color-primary,#00458e);
  /* Old browsers */
  background: -moz-linear-gradient(top, var(--color-primary,#00458e) 0%, #ffffff 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, var(--color-primary,#00458e) 0%, #ffffff 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, var(--color-primary,#00458e) 0%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary,#00458e)', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li {
    background: var(--color-primary,#00458e) !important;
    width: 100%;
    margin-left: 3px;
  }
}
.CE_TIMELINE ul li:last-child {
  padding-bottom: 20px;
}
.CE_TIMELINE ul li:last-child::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li:last-child::after {
    left: -2px;
  }
}
.CE_TIMELINE ul li.in-view::after {
  /*background: @hoverColor;*/
}
.CE_TIMELINE ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.CE_TIMELINE ul li div {
  position: relative;
  width: 400px;
  transition: all 0.5s ease-in-out;
  top: 0;
}
@media screen and (max-width: 800px) {
  .CE_TIMELINE ul li div {
    width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li div {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.CE_TIMELINE ul li:nth-child(even) div {
  left: -20px;
  transform: translate3d(50px, 0, 0);
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li:nth-child(even) div {
    left: 10px;
    transform: none;
  }
}
.CE_TIMELINE ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent var(--color-primary,#00458e) transparent transparent;
}
.CE_TIMELINE ul li:nth-child(odd) div {
  left: -376px;
  transform: translate3d(-50px, 0, 0);
  text-align: right;
}
@media screen and (max-width: 800px) {
  .CE_TIMELINE ul li:nth-child(odd) div {
    left: -256px;
  }
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li:nth-child(odd) div {
    left: 10px;
    text-align: left;
    transform: none;
  }
}
.CE_TIMELINE ul li:nth-child(odd) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent var(--color-primary,#00458e);
}
.CE_TIMELINE ul li div time {
  font-size: 44px;
  line-height: 52px;
  color: #ffffff;
  font-family: 'Glober', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li div time {
    font-size: 30px;
    line-height: 40px;
  }
}
.CE_TIMELINE ul li div p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .CE_TIMELINE ul li div p {
    font-family: 'Glober', sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
}
.CE_PRODUCT_CONTAINER {
  margin-bottom: 0px;
}
.CE_PRODUCT_CONTAINER + footer {
  margin-top: 0;
}
.CE_PRODUCT_CONTAINER + div.bgBlue,
.CE_PRODUCT_CONTAINER + div.bgLightBlue {
  margin-top: -50px;
}
@media screen and (max-width: 1080px) {
  .CE_PRODUCT_CONTAINER {
    display: none;
  }
  .CE_PRODUCT_CONTAINER.alwaysVisible {
    display: block;
  }
}
.CE_PRODUCT_CONTAINER .centerHelper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT {
  width: 25%;
  text-align: center;
  float: left;
  border-bottom: 7px solid #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT.split_3 {
  width: calc(33.33333333%);
}
@media screen and (max-width: 1080px) {
  .CE_PRODUCT_CONTAINER .CE_PRODUCT {
    margin-top: 0;
    padding-bottom: 15px;
  }
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT:hover {
  cursor: pointer;
  background-color: #eaf1f8;
  border-bottom: 7px solid #eaf1f8;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT:hover a:link,
.CE_PRODUCT_CONTAINER .CE_PRODUCT:hover a:visited {
  color: var(--color-secondary,#b0c700);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT:hover a:hover,
.CE_PRODUCT_CONTAINER .CE_PRODUCT:hover a:active {
  color: var(--color-secondary,#b0c700);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT img {
  display: block;
  margin: 25px auto;
  max-width: 180px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT a:link,
.CE_PRODUCT_CONTAINER .CE_PRODUCT a:visited {
  color: var(--color-secondary,#b0c700);
  font-size: 14px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT a:hover,
.CE_PRODUCT_CONTAINER .CE_PRODUCT a:active {
  color: var(--color-secondary,#b0c700);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT.active {
  border-bottom: 7px solid var(--color-primary,#00458e);
  background-color: #eaf1f8;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT.active a:link,
.CE_PRODUCT_CONTAINER .CE_PRODUCT.active a:visited,
.CE_PRODUCT_CONTAINER .CE_PRODUCT.active a:hover,
.CE_PRODUCT_CONTAINER .CE_PRODUCT.active a:active {
  color: var(--color-primary,#00458e);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS {
  background-color: #eaf1f8;
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.download:link::before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.download:visited::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: var(--btn-border-bottom-size) solid #98bbdb;
  border-left: var(--btn-border-left-size) solid var(--color-primary,#00458e);
  width: 0;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.download:hover::before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.download:active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: var(--btn-border-bottom-size) solid #98bbdb;
  border-left: var(--btn-border-left-size) solid var(--color-secondary,#b0c700);
  width: 0;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:link,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:visited {
  padding-left: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:link:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:visited:before {
  border-right: var(--btn-border-left-size) solid var(--color-secondary,#b0c700);
  border-bottom: var(--btn-border-bottom-size) solid #eaf1f8;
  right: inherit;
  left: 0;
  border-left: 0;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:hover:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.back:active:before {
  border-right: var(--btn-border-left-size) solid var(--color-primary,#00458e);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.btn.download:before {
  border-bottom: var(--btn-border-bottom-size) solid #eaf1f8 !important;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS ul {
  list-style: inherit;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS ul li {
  margin-left: 20px;
  margin-bottom: 9px;
  line-height: 28px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM {
  text-align: left;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM p.subline {
  margin-left: 0;
  text-align: left;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link i,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited i {
  left: 0;
  color: white;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS p {
  max-width: 780px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS .centerHelper {
  display: block;
  padding: 0;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -10px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x {
  background: transparent;
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: relative;
  top: 40px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x:after,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x:after {
  background: var(--color-primary,#00458e);
  backface-visibility: hidden;
  content: "";
  height: 3px;
  left: 0;
  width: 30px;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x:before {
  box-shadow: var(--color-primary,#00458e) 0 10px 0 0;
  position: absolute;
  top: 0;
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x:after,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x:after {
  position: absolute;
  top: calc(98%);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x.active:before,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x.active:before {
  box-shadow: transparent 0 0 0 0;
  top: 50%;
  transform: rotate(225deg);
}
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:link .close_x.active:after,
.CE_PRODUCT_CONTAINER .CE_PRODUCT_DETAILS a.CE_PRODUCT_CLOSE:visited .close_x.active:after {
  top: 50%;
  transform: rotate(315deg);
}
.CE_PRODUCT_CONTAINER.showMobile {
  display: none;
}
.CE_PRODUCT_CONTAINER.showMobile + footer {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .CE_PRODUCT_CONTAINER.showMobile {
    display: block;
  }
  .CE_PRODUCT_CONTAINER.showMobile .centerHelper {
    padding: 0 22px;
  }
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS {
  display: block;
  padding: 30px 30px 0 30px;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS ul {
  list-style: disc;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS ul li {
  margin-left: 20px;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM {
  text-align: left;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link img,
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited img {
  margin-left: 0;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .CE_GALLERY .CE_GALLERY_ITEM p.subline {
  text-align: left;
  margin-left: 0;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .centerHelper {
    padding: 0;
  }
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_DETAILS .CE_PRODUCT_DETAILS_ITEM {
  text-align: left;
  padding-bottom: 40px;
}
.CE_PRODUCT_CONTAINER.showMobile .product-carousel {
  max-width: 320px;
  position: relative;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-carousel {
  text-align: center;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-carousel .owl-item img {
  width: auto !important;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  color: var(--color-primary,#00458e);
  font-size: 40px;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-theme .owl-nav [class*=owl-] i {
  font-style: normal;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-theme .owl-nav .owl-prev {
  float: left;
}
.CE_PRODUCT_CONTAINER.showMobile .owl-theme .owl-nav .owl-next {
  float: right;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT {
  width: 100%;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION {
  background-color: var(--color-primary,#00458e);
  padding-bottom: 30px;
  padding-top: 30px;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION a:link,
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION a:visited {
  display: block;
  width: 100%;
  background-color: #98bbdb;
  color: var(--color-primary,#00458e);
  font-size: 16px;
  font-family: 'Glober', sans-serif;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  line-height: 16px;
  box-sizing: border-box;
  min-height: 27px;
  padding-top: 8px;
}
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION a:hover,
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION a:active,
.CE_PRODUCT_CONTAINER.showMobile .CE_PRODUCT_NAVIGATION a.active {
  background-color: var(--color-secondary,#b0c700);
}
.CE_GALLERY .centerHelper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
.CE_GALLERY .CE_GALLERY_ITEM {
  width: calc(25%);
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .CE_GALLERY .CE_GALLERY_ITEM {
    width: 50%;
    margin-bottom: 20px;
  }
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link,
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited {
    margin: auto;
  }
  .CE_GALLERY .CE_GALLERY_ITEM p.subline {
    padding: 0 10px;
  }
}
@media screen and (max-width: 470px) {
  .CE_GALLERY .CE_GALLERY_ITEM {
    text-align: left;
  }
}
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link,
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 470px) {
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link,
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited {
    width: 100%;
    height: auto;
  }
}
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link .playHelper,
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited .playHelper {
  position: relative;
}
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link img,
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited img {
  max-height: 100%;
  width: 100%;
  height: auto;
  max-width: 240px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link img,
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited img {
    max-width: 180px;
  }
}
@media screen and (max-width: 470px) {
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link img,
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited img {
    width: 100% !important;
    height: auto;
    position: relative;
    max-width: 140px;
  }
}
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link i,
.CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited i {
  top: 50%;
  margin-top: -20px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  font-size: 40px;
  display: none;
}
@media screen and (max-width: 470px) {
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:link i,
  .CE_GALLERY .CE_GALLERY_ITEM a.gallery_thumb:visited i {
    left: 70px;
  }
}
.CE_GALLERY .CE_GALLERY_ITEM p.subline {
  font-family: 'Glober', sans-serif;
  font-size: 16px;
  line-height: 20px;
  max-width: 200px;
  color: var(--color-primary,#00458e);
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 470px) {
  .CE_GALLERY .CE_GALLERY_ITEM p.subline {
    padding: 0;
    text-align: left;
    max-width: 100%;
    margin-left: 0;
  }
}
.CE_FORM .centerHelper {
  max-width: 610px;
}
.CE_FORM h3 {
  display: none;
}
@media screen and (max-width: 470px) {
  .CE_FORM .col6,
  .CE_FORM .col8,
  .CE_FORM .col4 {
    width: 100%;
  }
}
.CE_HEADER_IMAGE {
  margin-top: 0;
  position: relative;
}
.CE_HEADER_IMAGE img {
  width: 100%;
  height: auto;
}
.CE_HEADER_IMAGE h2 {
  position: absolute;
  top: 50%;
  text-align: center;
  margin: auto;
  width: 100%;
}
.CE_HEADER_IMAGE h2 .centerHelper {
  max-width: 860px;
}
.CE_HEADER_IMAGE + .bgLightBlue,
.CE_HEADER_IMAGE + .bgBlue {
  margin-top: -45px;
}
.CE_GOOGLE_MAP {
  min-height: 440px;
}
.CE_GOOGLE_MAP #googleMap {
  min-height: 440px;
}
.CE_GOOGLE_MAP #googleMap a:link,
.CE_GOOGLE_MAP #googleMap a:visited,
.CE_GOOGLE_MAP #googleMap a:hover,
.CE_GOOGLE_MAP #googleMap a:active {
  color: var(--color-primary,#00458e);
}
.CE_IMAGE_SLIDER {
  width: 100%;
  position: relative;
}
.CE_IMAGE_SLIDER p.subline {
  margin-top: 15cd px;
}
.CE_IMAGE_SLIDER.small {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.CE_IMAGE_SLIDER .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-prev,
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  color: var(--color-primary,#00458e);
}
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-prev i,
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-next i {
  width: 20px;
  height: 20px;
  display: block;
}
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-prev {
  float: left;
}
.CE_IMAGE_SLIDER .owl-controls .owl-nav .owl-next {
  float: right;
}
.CE_IMAGE_SLIDER .owl-controls .owl-dots {
  /*
      position: absolute;
      bottom:0px;
      width:100%;
      */
}
.CE_IMAGE_SLIDER .owl-controls .owl-dots .owl-dot span {
  background: #98bbdb;
}
.CE_IMAGE_SLIDER .owl-controls .owl-dots .owl-dot.active span,
.CE_IMAGE_SLIDER .owl-controls .owl-dots .owl-dot:hover span {
  background: var(--color-primary,#00458e);
}
.CE_NEWSDETAIL .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.CE_NEWSDETAIL .CE_IMAGE img, .CE_NEWSDETAIL .CE_IMAGE_SLIDER .imageWrapper img{
  max-height: 590px;
  object-fit: cover;
  /*object-position: top;*/
}
/****OLD CENTERED GRID***/
/*
.CE_GRID{
  .CE{
    margin:15px 0;
  }

  .centerHelper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-wrap: wrap;

  }

  .item_4_row, .item_3_row, .item_2_row{
    width:25%;
    box-sizing: border-box;
    padding:0 20px;
    box-sizing: border-box;

    @media screen and (max-width: 900px) {
      width:47%;
    }

    @media screen and (max-width: 420px) {
      width:100%;
    }

    .centerHelper{
      display: block;
      padding:0 !important;
    }
  }

  h2{
    font-size: 20px;
    line-height:26px;
    text-align: left;
  }

  h3{
    font-size: 18px;
    line-height:22px;
    text-align: left;
  }

  h4{
    font-size: 16px;
    line-height:22px;
    text-align: left;
  }
  p{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  ul,ol{
    list-style-position: outside !important;
    display: block !important;
    margin-left:15px;
    li{
      font-size: 12px;
      margin-bottom:6px;
      text-align: left;
    }
  }
}
*/
.CE_GRID .CE {
  margin: 15px 0;
}
.CE_GRID .item_4_row,
.CE_GRID .item_3_row,
.CE_GRID .item_2_row {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  /*
    &:first-child{
      padding-left:0;
    }

    &:last-child{
      padding-right:0;
    }
    */
}
@media screen and (max-width: 900px) {
  .CE_GRID .item_4_row,
  .CE_GRID .item_3_row,
  .CE_GRID .item_2_row {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .CE_GRID .item_4_row,
  .CE_GRID .item_3_row,
  .CE_GRID .item_2_row {
    width: 100%;
    padding: 0;
  }
}
.CE_GRID .item_4_row .centerHelper,
.CE_GRID .item_3_row .centerHelper,
.CE_GRID .item_2_row .centerHelper {
  display: block;
  padding: 0 !important;
}
.CE_GRID .item_3_row {
  width: 33.3333%;
}
@media screen and (max-width: 900px) {
  .CE_GRID .item_3_row {
    width: 50%;
  }
  .CE_GRID .item_3_row:nth-child(2) {
    padding-right: 0;
  }
  .CE_GRID .item_3_row:last-child {
    padding: 0;
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .CE_GRID .item_3_row {
    width: 100%;
    padding: 0;
  }
}
.CE_GRID .item_2_row {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .CE_GRID .item_2_row {
    width: 100%;
    padding: 0;
  }
}
.CE_GRID h2 {
  font-size: 23px;
  line-height: 30px;
  text-align: left;
}
.CE_GRID h3 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
.CE_GRID h4 {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.CE_GRID p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.CE_GRID ul,
.CE_GRID ol {
  list-style-position: outside !important;
  display: block !important;
  margin-left: 15px;
}
.CE_GRID ul li,
.CE_GRID ol li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: left;
}
.imageWrapper{
  position: relative;
}
.imageBadge{
  position: absolute;
  display:inline-block;
  bottom:0;
  right: 0;
  background-color: var(--color-primary,#00458e);
  padding: .5rem 1rem .5rem 1.8rem;
  color: white;
  clip-path: polygon(0 100%, 18px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 50;
}
@media screen and (min-width: 601px) and (max-width: 1200px){
  .imageBadge{
    font-size: clamp(12px,1.333vw,16px);
  }
}
.CE_NEWS_LIST img {
  margin-bottom: 20px;
}
.CE_NEWS_LIST h3 time {
  font-family: 'Glober', sans-serif;
  font-weight: 300;
}
.CE_NEWS_LIST.col6:nth-child(odd) {
  padding-right: 20px;
  clear: left;
}
.CE_NEWS_LIST.col6:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .CE_NEWS_LIST.col6 {
    width: 100%;
  }
  .CE_NEWS_LIST.col6:nth-child(odd) {
    padding: 0px;
  }
  .CE_NEWS_LIST.col6:nth-child(even) {
    padding: 20px 0 0 0;
  }
}
.CE_JOB_LIST h3 a:link,
.CE_JOB_LIST h3 a:visited {
  text-decoration: none;
}
.CE_JOB_LIST h3 a:hover,
.CE_JOB_LIST h3 a:active {
  color: var(--color-secondary,#b0c700);
}
.CE_NEWSDETAIL .CE {
  margin-bottom: 0;
  margin-top: 22.5px;
}
.CE_NEWSDETAIL .CE:first-child {
  margin-top: 45px;
}
.CE_NEWSDETAIL .CE_IMAGE_SLIDER {
  margin-top: 10px !important;
  max-width: 80%;
}
@media screen and (max-width: 1080px) {
  .CE_NEWSDETAIL .CE_IMAGE_SLIDER {
    max-width: 100%;
  }
}
.CE_NEWSDETAIL .CE_TEXT_IMAGE {
  text-align: left;
}
.CE_NEWSDETAIL .CE_TEXT_IMAGE .centerHelper {
  max-width: 1200px;
}
.CE_NEWSDETAIL .CE_IMAGE .imageWrapper {
  max-width: 80%;
}
.CE_NEWSDETAIL h2 {
  margin-bottom: 0;
}
.CE_NEWSDETAIL h2 time {
  font-family: 'Glober', sans-serif;
  font-weight: 300;
}
.CE_NEWSDETAIL .CE_MULTICOL {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
@media screen and (max-width: 600px) {
  .CE_NEWSDETAIL .CE_MULTICOL {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.lg-backdrop.in {
  opacity: 0.7 !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  display: none;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent;
}
.lg-actions .lg-next:before {
  content: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/pfeil_kontur_rechts.svg');
  width: 20px;
  height: 20px;
  display: block;
}
.lg-actions .lg-prev:after {
  content: url('../../../typo3conf/ext/theme/Resources/Public/Template/images/pfeil_kontur_links.svg');
  width: 20px;
  height: 20px;
  display: block;
}
/***** IE_11_SHIT****/
@media all and (-ms-high-contrast: none) {
  header nav.main ul li a:link,
  header nav.main ul li a:visited {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: inherit;
  }
  header nav.main ul li ul li a:link,
  header nav.main ul li ul li a:visited {
    padding-top: 9px;
    padding-bottom: 5px;
    line-height: inherit;
  }
  footer nav.footer ul li a:link,
  footer nav.footer ul li a:visited {
    padding-top: 6px;
    padding-bottom: 5px;
    line-height: inherit;
  }
}
/*******************/
.CE_BIG_SLIDER {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.CE_BIG_SLIDER ul {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.CE_BIG_SLIDER ul li {
  position: absolute;
  top: 0;
}
.CE_BIG_SLIDER ul li img {
  display: block;
}
.CE_BIG_SLIDER #slidecaption {
  overflow: hidden;
  color: #FFF;
  margin: 0 20px 0 0;
  line-height: 42px;
  position: absolute;
  top: 40%;
  display: none;
}
.powermail_fieldwrap_anrede {
  padding-left: 2px;
}
.cc-btn,
.cc-btn:visited {
  line-height: var(--btn-border-bottom-size)  !important;
  background: white!important;
  position: relative!important;
  display: inline-block !important;
  padding: 0 var(--btn-border-bottom-size)  0 20px!important;
  font-size: 14px!important;
  text-shadow: none!important;
  text-decoration: none!important;
  font-family: 'Glober', sans-serif !important;
  border-radius: 0 !important;
  color: var(--color-primary,#00458e) !important;
  margin-top: 5px;
  border: none !important;
}
.cc-btn::before,
.cc-btn:visited::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: var(--btn-border-bottom-size) solid var(--color-primary,#00458e);
  border-left: var(--btn-border-left-size) solid white;
  width: 0;
}
.cc_container .cc_message {
  color: white !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: 'Glober', sans-serif;
  float: left;
}
.cc_container {
  background-color: var(--color-primary,#00458e) !important;
  border-top: 1px solid white;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.cc-link,
.cc-link:visited {
  color: white !important;
  text-decoration: underline !important;
}
.CE_BREADCRUMB {
  background-color: #eaf1f8;
  padding: 20px 0 5px 0;
}
.CE_BREADCRUMB ul {
  text-align: center;
  margin-bottom: 0;
}
.CE_BREADCRUMB ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.backtoOverview a.btn.back:link,
.backtoOverview a.btn.back:visited {
  padding-left: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.backtoOverview a.btn.back:link:before,
.backtoOverview a.btn.back:visited:before {
  border-right: var(--btn-border-left-size)  solid var(--color-secondary,#b0c700);
  border-bottom: var(--btn-border-bottom-size) solid #eaf1f8;
  right: inherit;
  left: 0;
  border-left: 0;
}
.backtoOverview a.btn.back:hover:before,
.backtoOverview a.btn.back:active:before {
  border-right: var(--btn-border-left-size)  solid var(--color-primary,#00458e);
}
@media screen and (max-width: 1340px) {
  .hamburger-slim {
    display: block;
  }
}
@media print {
  header nav.meta,
  header .navBGHelper,
  header nav.main {
    display: none;
  }
  footer,
  nav.breadcrumb,
  .CE_PAGE_TEASER {
    display: none;
  }
  .CE_HEADER_IMAGE h1 {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
.text-left{
    text-align: left;
}

.CE_TEXT_IMAGE--LEFT{
    text-align: left;
}

.CE_TEXT_IMAGE--LEFT .centerHelper{
    max-width:1200px;
}

.CE_TEXT_IMAGE--LEFT p,
.CE_TEXT_IMAGE--LEFT li{
    max-width: 780px;
}

.CE_TEXT_IMAGE--LEFT ul{
    list-style-position: outside;
}

.CE_TEXT_IMAGE--LEFT li{
    margin-left:20px;
}

.bgColor{
    padding-bottom:30px;
}

.bgColor .CE_TEXT_IMAGE{
    margin-top:0;
    margin-bottom:0;
}

.bgProductBlue{
    background-color: #eaf1f8;
}

.backtoOverview + footer{
    margin-top:0;
}

.contentContainer ul li{
    line-height: 28px;
}