body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/*
Grid 1200px
Nicolas Poliquin
polikin.ca
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

.columns, 
.column { 	
	-webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
}

/* #Base 1200 Grid
================================================== */

    .container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */

	.container .one.column,
    .container .one.columns                     { width: 55px; }
    .container .two.columns                     { width: 120px; }
    .container .three.columns                   { width: 205px; }
    .container .four.columns                    { width: 280px; }
    .container .five.columns                    { width: 355px; }
    .container .six.columns                     { width: 430px; }
    .container .seven.columns                   { width: 505px; }
    .container .eight.columns                   { width: 580px; }
    .container .nine.columns                    { width: 655px; }
    .container .ten.columns                     { width: 730px; }
    .container .eleven.columns                  { width: 805px; }
    .container .twelve.columns                  { width: 880px; }
    .container .thirteen.columns                { width: 955px; }
    .container .fourteen.columns                { width: 1030px; }
    .container .fifteen.columns                 { width: 1105px; }
    .container .sixteen.columns                 { width: 1180px; }

    .container .one-third.column                { width: 380px; }
    .container .two-thirds.column               { width: 780px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 75px;  }
    .container .offset-by-two                   { padding-left: 140px; }
    .container .offset-by-three                 { padding-left: 225px; }
    .container .offset-by-four                  { padding-left: 300px; }
    .container .offset-by-five                  { padding-left: 375px; }
    .container .offset-by-six                   { padding-left: 430px; }
    .container .offset-by-seven                 { padding-left: 525px; }
    .container .offset-by-eight                 { padding-left: 600px; }
    .container .offset-by-nine                  { padding-left: 675px; }
    .container .offset-by-ten                   { padding-left: 750px; }
    .container .offset-by-eleven                { padding-left: 825px; }
    .container .offset-by-twelve                { padding-left: 900px; }
    .container .offset-by-thirteen              { padding-left: 975px; }
    .container .offset-by-fourteen              { padding-left: 1050px; }
    .container .offset-by-fifteen               { padding-left: 1125px; }




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }

	/* Note: Design for a width 1024 Desktop
	================================================== */

	@media only screen and (min-width: 960px) and (max-width: 1199px) {
        /* Base Grid */
		.container                                  { width: 960px; }
	    .container .one.column,
	    .container .one.columns                     { width: 40px;  }
	    .container .two.columns                     { width: 100px; }
	    .container .three.columns                   { width: 160px; }
	    .container .four.columns                    { width: 220px; }
	    .container .five.columns                    { width: 280px; }
	    .container .six.columns                     { width: 340px; }
	    .container .seven.columns                   { width: 400px; }
	    .container .eight.columns                   { width: 460px; }
	    .container .nine.columns                    { width: 520px; }
	    .container .ten.columns                     { width: 580px; }
	    .container .eleven.columns                  { width: 640px; }
	    .container .twelve.columns                  { width: 700px; }
	    .container .thirteen.columns                { width: 760px; }
	    .container .fourteen.columns                { width: 820px; }
	    .container .fifteen.columns                 { width: 880px; }
	    .container .sixteen.columns                 { width: 940px; }

	    .container .one-third.column                { width: 300px; }
	    .container .two-thirds.column               { width: 620px; }

	    /* Offsets */
	    .container .offset-by-one                   { padding-left: 60px;  }
	    .container .offset-by-two                   { padding-left: 120px; }
	    .container .offset-by-three                 { padding-left: 180px; }
	    .container .offset-by-four                  { padding-left: 240px; }
	    .container .offset-by-five                  { padding-left: 300px; }
	    .container .offset-by-six                   { padding-left: 360px; }
	    .container .offset-by-seven                 { padding-left: 420px; }
	    .container .offset-by-eight                 { padding-left: 480px; }
	    .container .offset-by-nine                  { padding-left: 540px; }
	    .container .offset-by-ten                   { padding-left: 600px; }
	    .container .offset-by-eleven                { padding-left: 660px; }
	    .container .offset-by-twelve                { padding-left: 720px; }
	    .container .offset-by-thirteen              { padding-left: 780px; }
	    .container .offset-by-fourteen              { padding-left: 840px; }
	    .container .offset-by-fifteen               { padding-left: 900px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
}
/* darker-grotesque-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/darker-grotesque-v9-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/darker-grotesque-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/darker-grotesque-v9-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/darker-grotesque-v9-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/darker-grotesque-v9-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/darker-grotesque-v9-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* darker-grotesque-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts/darker-grotesque-v9-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html { scroll-behavior: smooth; font-family: 'Darker Grotesque'; padding: 0; margin: 0; }


a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: #000000; }
a:visited {  }
strong { font-weight:bold; }
em { font-style: italic;}
textarea { resize: vertical; }
article, aside, figure, footer, header, menu, nav, section { display: block; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #CCCCCC; margin: 1em 0; padding: 0; }
img { width:100%; height: auto;}
html { font-size:100%; }

figure { margin-block-start:0;margin-block-end:0;margin-inline-start: 0; margin-inline-end: 0;}
figcaption { color:#585858; font-size:10pt; }

/* +----------------------------------------------------------------------- */
/* | Helper classes
/* +----------------------------------------------------------------------- */

.clear { clear: both; }
.pull-left { float: left; }
.pull-right { float: right; }
.align-left, .alignleft { text-align: left; }
.align-right, .alignright { text-align: right; }
.align-center, .aligncenter { text-align: center; }
.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { display:none !important;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.uppercase { text-transform: uppercase;}

.boxShadow, .boxshadow { box-shadow:rgba(0,0,0,0.1) 5px 5px 5px; }

.no-margin, .nomargin {margin:0;}
.no-padding, .nopadding {padding:0;}

.block { overflow: visible; }
.inside { }

.col2 { column-count: 2; }

.mtminus10 { margin-top:-10px; }
.mtminus20 { margin-top:-20px; }
.mtminus30 { margin-top:-30px; }
.mtminus40 { margin-top:-40px; }
.mtminus50 { margin-top:-50px; }

.mt01 { margin-top:01px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; } 
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }

.mb01 { margin-bottom:01px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }

.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; } 
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; } 
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }

.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pt60 { padding-bottom:60px; } 
.pt70 { padding-bottom:70px; }
.pt80 { padding-bottom:80px; }

.wrap1400 { max-width:1400px; margin: 0 auto; }
.wrap400 { max-width:400px; margin: 0 auto; }
.wrap300 { max-width:300px; margin: 0 auto; }

.flexcontent { display: flex; }
.flexWrap, .flexwrap { flex-wrap: wrap }
.flexNoWrap { flex-wrap: nowrap }

.jc_flexStart, .js-flexStart { justify-content: flex-start; }
.jc_fexEnd, .js-flexEnd { justify-content: flex-end; }
.jc_center, .jc-center { justify-content: center; }

.ai_center, .ai-center {align-items: center; }

.fd-row-reverse { flex-direction: row-reverse; }
.fd-row { flex-direction: row; }
.fd-column-reverse { flex-direction:column-reverse; }
.fd-column { flex-direction: column; }

.flex10 { flex-basis: calc(10% - 20px); margin-left: 10px; margin-right:10px; }
.flex20 { flex-basis: calc(20% - 20px); margin-left: 10px; margin-right:10px; }
.flex30 { flex-basis: calc(30% - 20px); margin-left: 10px; margin-right:10px; }
.flex40 { flex-basis: calc(40% - 20px); margin-left: 10px; margin-right:10px; }
.flex50 { flex-basis: calc(50% - 20px); margin-left: 10px; margin-right:10px; }
.flex60 { flex-basis: calc(60% - 20px); margin-left: 10px; margin-right:10px; }
.flex70 { flex-basis: calc(70% - 20px); margin-left: 10px; margin-right:10px; }
.flex80 { flex-basis: calc(80% - 20px); margin-left: 10px; margin-right:10px; }
.flex90 { flex-basis: calc(90% - 20px); margin-left: 10px; margin-right:10px; }
.flex100 { flex-basis: calc(100% - 20px); width: calc(100% - 20px); margin-left: 10px; margin-right:10px; }

.flex1-3, .flex33 { flex-basis: calc(33% - 20px); margin-left: 10px; margin-right:10px; }
.flex2-3, .flex66 { flex-basis: calc(66% - 20px); margin-left: 10px; margin-right:10px; }
.flex1-4, .flex25 { flex-basis: calc(25% - 20px); margin-left: 10px; margin-right:10px; }

section.bgGray { background: rgb(255,255,255); background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); }
.bgGreen { background:#97bf1e; }
.bgWhite { background:#FFFFFF}

/* +----------------------------------------------------------------------- */
/* | Header
/* +----------------------------------------------------------------------- */

#CookieBanner { z-index: 9999; position: fixed; }

.ncoi---behind { background:rgba(0,0,0,0.60)}

#header.fullheader { position: relative; height: 100vh; top:0; 
    background-color: #ea504c;
    background-image: url('../../files/gfx/bottom.svg'), url('../../files/gfx/fluegel.svg');
    background-repeat: no-repeat;
    background-position:center bottom, right top 60px; 
    background-size: 60% auto, auto 100%;  }

body.projektorchester #header.fullheader { position: relative; height: 100vh; top:0; 
    background-color: #ea504c;
    background-image: url('../../files/gfx/instrument.svg');
    background-repeat: no-repeat;
    background-position:left top 100px; 
    background-size: 95% auto;  }

body.projektorchester #header.fullheader #slogan { position: absolute; left:50%; bottom:80px; top: auto; transform: translateX(-50%); font-size:3em;}


#header.smallheader { position: fixed; height: 80px; top:0; width: 100%; z-index: 9950;
    background-color: #ea504c;  }

#header #logo { height:50px; position: absolute; left:80px; top:15px; }
#header #logo img { height: 100%; width: auto;}

/*
#header.fullheader #logo { width:12vw; position: absolute; left:80px; top:40px; }
#header.smallheader #logo { height:50px; position: absolute; left:80px; top:15px; }
#header.smallheader #logo img { height: 100%; width: auto;}
*/
#header.fullheader #slogan { position: absolute; left:80px; top:50%; transform: translateY(-50%);font-size:3em;}
#header.fullheader #slogan h1 { color:#EBE1BF; text-transform: uppercase; margin: 0; }
#header.fullheader #slogan h2 { margin: 0; text-transform: uppercase;}

#body.smallheader { margin-top: 80px;}

#main-navigation { position: absolute; bottom:60px; left:50%; transform: translateX(-50%); }
#main-navigation ul { list-style: none; margin:0; padding: 0; justify-content: center; display: flex; }
#main-navigation ul li { flex-basis: calc(33% - 20px); margin:10px;  }
#main-navigation ul li a, 
#main-navigation ul li.active span { padding:15px; text-align: center; display: block; color:#fff; font-size:25pt; text-transform: uppercase; font-weight: 700; background: rgba(104,118,131, .8); text-decoration: none; }
#main-navigation ul li a:hover, 
#main-navigation ul li.active span { background: rgba(218,115,46,0.8); }

.mod_mobile_menu .hamburger { width:45px; position: fixed; right:10%; top:20px; z-index: 9995;  }
.mod_mobile_menu .hamburger span { display: block; background: #242422; width:100%; height:3px;}
.mod_mobile_menu .hamburger span:nth-child(2) {margin:8px 0;}

.mobile_menu { z-index:9995; width: 75%; max-width:600px; }
.mobile_menu .inner { background: rgba(235,225,191,0.80); padding:30px; }
.mobile_menu .inner ul { list-style:none; margin:0; padding:0; }
.mobile_menu .inner ul li { border-bottom: 1px solid rgba(255,255,255,0.3); }
/*.mobile_menu .inner ul li.active { background: rgb(193,168,92); }*/
.mobile_menu .inner ul li:last-of-type { border-bottom: none; }
.mobile_menu .inner ul li.submenu a { background: url(../../files/gfx/arrow-down.svg) no-repeat center right 20px; background-size:20px auto;}
.mobile_menu .inner ul li.submenu.active span { background: rgb(193,168,92);}
.mobile_menu .inner ul li.submenu li a { background:none;}
.mobile_menu .inner ul ul {padding: 10px 0 20px 0;}
.mobile_menu .inner ul ul li { margin-left:30px;}
.mobile_menu .inner ul li * { font-size:15pt; color: #242422; text-decoration:none; }
.mobile_menu .inner ul li a,
.mobile_menu .inner ul li.active span { display: block; padding: 10px;}
.mobile_menu .inner ul li.active span { background: #ea504c; color: #fff; }

#mobile-nav-logo { text-align: center; margin:0 20px 20px 20px; }
#mobile-nav-logo img { max-width:200px;}

#nav_bluval { margin-top: 30px;}
#nav_bluval ul {list-style: none; margin:0; padding:0; display: flex; justify-content: center;}
#nav_bluval ul li {flex-basis:calc(33% - 20px); margin: 10px; padding:0;}
#nav_bluval ul li a {display: block; background: #EA504C; padding:10px 10px 15px; text-align: center; text-decoration: none; font-weight:500; font-size:1.2em; color: #242422; }
#nav_bluval ul li a:hover { color: #EBE1BF; }

/* +----------------------------------------------------------------------- */
/* | Content
/* +----------------------------------------------------------------------- */

html { background: #EBE1BF; }

#bvs .bvsBox { flex-basis: calc(33.33% - 20px); margin:10px; outline: 1px solid #EA504C;}
#bvs .bvsBox .ce_text_inner { padding:20px;}
#bvs .bvsBox .ce_text_inner h3 { background:#EA504C; color:#EBE1BF; display: inline-block; padding:0px 15px; margin:7px 0;}
#bvs .bvsBox .ce_text_inner h4 { color:#EA504C; text-transform: lowercase; margin:0; padding:0; }
#bvs .bvsBox .ce_text_inner h5 { color:#EA504C; text-transform: uppercase; margin:0 0 20px; padding:0; }
#bvs .bvsBox .ce_text_inner ul { list-style:none; margin:0; padding:0;  }
#bvs .bvsBox .ce_text_inner ul li { margin:0; padding:0; font-size:13pt; display: flex; flex-wrap:wrap; }
#bvs .bvsBox .ce_text_inner ul li strong { width: 100px;}


.event_detail {  }
.event_detail .ce_headline { text-align: right; }
.event_detail .ce_headline h1 { background: #EA504C; display:inline-block; font-size:2em; padding:5px 25px 10px; margin:0;  }
.event_detail .ce_headline h3 {  font-size:1.4em;  }

.event_detail .infobox { }
.event_detail .infobox * { text-align: right; }

.event_detail .artists { }
.event_detail .artists h4 { text-align:center; }
.event_detail .artists ul { padding:20px 20px 20px 20px; margin: 0 !important;  }
.event_detail .artists ul li { text-align: center; margin:0 !important; padding:5px; font-size:12pt; border-bottom: 1px solid #000;  }
.event_detail .artists ul li:last-of-type { border-bottom: none; padding: 5px 5px 0 5px;  }
.event_detail .artists ul li span { text-transform: uppercase; }
.event_detail .artists ul li span.artist { font-size: 1.2em; }
.event_detail .artists ul li span.instrument { font-weight: 400; }

/*
.event_detail .artists { }
.event_detail .artists ul { padding:10px 15px 0 15px; margin: 0 !important;  }
.event_detail .artists ul li { text-align: center; border-bottom: 1px solid #242422; margin:0 !important; padding:5px; font-size:12pt;  }
.event_detail .artists ul li:last-of-type { border-bottom: none; padding: 5px 5px 0 5px;  }
.event_detail .artists ul li span { display: block; text-transform: uppercase; }
.event_detail .artists ul li span.artist { font-size: 1.2em; }
.event_detail .artists ul li span.instrument { font-weight: 400;}
*/

.content .event_detail .tickets { }
.content .event_detail h4 { font-weight: 500; text-transform: uppercase; margin:0; }
.content .event_detail .tickets .ticketinfo { font-size:1.3em; margin-bottom: 20px; }
.content .event_detail .termin * { font-size:1.4em;}
.content .event_detail .termin .period { font-weight: bold; }
.content .event_detail .ce_details { border-top: 1px solid #242422; padding-top:20px; margin-top: 40px;  }
.event_detail .pricing ul { display: flex; flex-wrap:wrap; align-items:flex-end; justify-content: flex-end;}
.event_detail .pricing ul li { display: flex; width:100%; max-width: 200px;}
.event_detail .pricing ul li span.label { display:block; width:150px; text-align: left; font-weight:500; }
.event_detail .pricing ul li span.value { display:block; width:50px; text-align: right; font-weight:400; }

 


.event_list .event { padding:50px 0; align-items: center; font-size:14pt; transition-duration: .8s; border-bottom: #242422 1px solid; }
.event_list .event:hover { background: #ea504c; transition-duration: 1s;}
.event_list .event:hover *,
.event_list .event:hover .event_title * { color: #EBE1BF; transition-duration: 1s; }
.event_list .event:hover .event_rel a { background: #EBE1BF; color: #242422;  }
.event_list .event:last-of-type { border-bottom: none; }
.event_list .event .event_rel { flex-basis: 225px; }
.event_list .event .event_title { flex-basis: calc(100% - 500px); }

.event_list .event .event_date { font-size:1.25em; line-height:1.23; text-align:center; flex-basis: 275px; }
.event_list .event .event_date span { display: block;}
.event_list .event .event_date .weekdays { font-size:13pt;}
.event_list .event .event_date .tickets { font-size:15pt;}
.event_list .event .event_date h4 { margin: 0; }

.event_list .event .event_date .day,
.event_list .event .event_date .period,
.event_list .event .event_date .time { font-size:18pt;}

.event_list .event .event_date .period { font-weight:bold; }



.event_list .event .event_rel { text-align: center;  }
.event_list .event .event_rel a { display:block; background: #EA504C; color:#242422; font-weight: 500; padding:8px 15px; margin:2px auto; font-size:1em; max-width: 160px;  }

.event_list .event .event_title { }
.event_list .event .event_title * { color: #242422; }
.event_list .event .event_title h2 { margin:0; font-weight:500; font-size: 1.8em; }
.event_list .event .event_title h3 { margin:0; font-weight:400; font-size: 1.4em; line-height:1.3; }

.event_detail #event_title { margin-bottom: 20px;}
.event_detail #event_title * { text-align:center; }
.event_detail #event_title h3 { margin-bottom:0; }
.event_detail #f1 { padding:20px; margin-left:30px; background: #ea504c; }

.event_detail .buyTicketButton { margin-top: 30px; }
.event_detail .buyTicket ul { list-style: None; margin:0; padding:0;}
.event_detail .buyTicket ul li { }
.event_detail .buyTicket ul li a { display:block; background: #EA504C; color:#242422; font-weight: 600; padding:8px 10px; margin:2px auto; font-size:1em; text-align:center; max-width:220px; text-decoration: none; text-transform: uppercase; border-radius: 10px; box-shadow: rgba(0,0,0,0.2) 0 0 10px;}
.event_detail .buyTicket ul li a:hover { background: #242422; color:#EA504C; }

.content .ce_pricing h3 { margin: 30px 0 10px}
.ce_pricing ul {}
.ce_pricing ul li {display: flex; border-bottom: 1px solid #242422; padding:10px 0 15px;}
.ce_pricing ul li:last-of-type {border:none;}
.ce_pricing ul li span.label { width:150px; font-weight: 500; }
.ce_pricing ul li span.value { width:calc(100% - 150px); }

.ce_newslist .layout_latest, .mod_newslist .layout_latest { padding:20px 0; align-items: center; }
.ce_newslist .layout_latest h3 { font-size:1.5em; line-height: 1.1; padding:15px 0; margin:0; }
.ce_newslist .layout_latest .more a { text-transform: lowercase; display:inline-block; background: #EA504C; color:#242422; font-weight: 500; padding:5px 10px; font-size:1.2em; text-decoration: none;  }
.ce_newslist .layout_latest .more a:hover { color: #EBE1BF; }

.mod_newslist { flex-wrap:wrap;}
.mod_newslist .layout_latest { flex-basis: calc(50% - 40px); flex-direction: column; margin: 20px; padding:20px 0; align-items: center; }
.mod_newslist .layout_latest h3 { font-size:1.5em; line-height: 1.1; padding:0 0 15px 0; margin:0; }
.mod_newslist .layout_latest .ce_text { width: 100%; }
.mod_newslist .layout_latest .ce_text p.info { font-size: 1em;}
.mod_newslist .layout_latest .more a { text-transform: lowercase; display:inline-block; background: #EA504C; color:#242422; font-weight: 500; padding:5px 10px; font-size:1em; text-decoration: none;  }
.mod_newslist .layout_latest .more a:hover { color: #EBE1BF; }

nav.pagination { flex-basis: 100%;}
nav.pagination p { text-align: center; }
nav.pagination ul { list-style: none; margin: 0; padding: 0; display:flex; justify-content: center; }
nav.pagination ul li { margin:5px;}
nav.pagination ul li * { text-decoration: none; }

#show h4 { margin:5px 0; line-height: 1.2; font-size:2em; color: #EA504C; font-weight:500;}
#show h5 { margin: 0; font-weight: 400; }
#profmayer { margin:50px 0; padding:35px 0; border-bottom:1px solid #242422; border-top:1px solid #242422;}


.mod_sponsoren .sponsor .ce_image { padding-top: 100%; }
.mod_sponsoren .sponsor .ce_text h3 { font-size:15pt; line-height:1.2; text-align: center; }

/* +----------------------------------------------------------------------- */
/* | Socialmedia
/* +----------------------------------------------------------------------- */
.mod_socialmedia * {text-align:center;}
.mod_socialmedia h2 { color: #fff; }
.mod_socialmedia ul {display: flex; justify-content: center; padding: 0; margin: 0; list-style: none; }
.mod_socialmedia ul li { border:none !important;}
.mod_socialmedia ul li a {}
.mod_socialmedia ul li a img { width: 40px;}

#footer .mod_socialmedia ul li a { width:40px; height:40px; display: block; margin:0 5px; }
#footer .mod_socialmedia ul li a[title="Facebook"] { background: url(../../files/gfx/icons/facebook.svg) no-repeat center center; background-size:100% auto; }
#footer .mod_socialmedia ul li a[title="Instagram"] { background: url(../../files/gfx/icons/insta.svg) no-repeat center center; background-size:100% auto; }

/* +----------------------------------------------------------------------- */
/* | Footer
/* +----------------------------------------------------------------------- */

#footer { background: #242422; border-top:10px solid #EA504C; padding:35px 0 10px; }
#footer .inside { display: flex; flex-wrap: wrap; }
#footer .inside .ce_image { display: flex; justify-content: center; align-items: center; }
#footer .inside .ce_image img { max-width:180px;}
#footer * { color:#EBE1BF; font-weight:300; font-size:16pt; }
#footer h2 { font-weight:400; font-size:1.4em; margin:0 0 10px; line-height: 1.6; color: rgb(218,115,46); }
#footer p, #footer li { line-height:1.5; letter-spacing: .5px;; }

#footer #contact strong { display: inline-block; width:65px; }

#footer .nav_footer { }
#footer .nav_footer ul { list-style:none; margin:0; padding:0; }
#footer .nav_footer ul li { margin:5px; }

/*
#footer .nav_footer { border-top: 1px solid rgb(225,155,44); }
#footer .nav_footer ul * { font-size:12pt;  }
#footer .nav_footer ul { list-style:none; margin:0; padding:0; justify-content: center; display: flex; }
#footer .nav_footer ul li { margin:10px; }
#footer .nav_footer ul li:after { content: '•'; margin-left: 15px; }
#footer .nav_footer ul li:last-of-type:after { content:none; margin-left:0;}

*/
#footer .rechtliches { border-top: 1px solid #EBE1BF; margin-top:30px; padding-top: 10px;}
#footer .rechtliches * { font-size:10pt; }

#footer .opening ul { list-style:none; margin: 0; padding: 0; }
#footer .opening ul li { }
#footer .opening ul li strong { display:inline-block; width:80px; }

#footer #copyright { border-top: 1px solid rgba(255,255,255,.3); margin-top:20px; }
#footer #copyright ul { display:flex; justify-content: flex-end; list-style:none; margin: 0; padding: 5px 0 0 0; }
#footer #copyright ul li { margin:0 0 0 10px;}
#footer #copyright * { font-size:8pt; text-transform: uppercase; }

/* +----------------------------------------------------------------------- */
/* | Stylings
/* +----------------------------------------------------------------------- */

#bildlizenzen ul { display:flex; flex-wrap: wrap; margin:0; padding:0; list-style:none;}
#bildlizenzen ul li { flex-basis:25%; margin:0; padding:0; font-size:9pt;}


.content section, .section { padding:80px 0; }
.content section#services { padding:30px 0 0 0; }
.content section.no-padding, .content section.nopadding { padding:0; }

body.danke .content section, .section { padding:25vh 0; }

.content p, 
.content ul li,
.content ol li { line-height:1.3; color: #333; font-size:16pt; font-weight:400; }
.content p { margin: 8px 0; text-align: justify; }
.content p a, .content li a { text-decoration: underline; }
.content p strong { }
.content .ce_text ul { margin: 0 0 20px; }
.content .ce_text ul li { margin: 0 0 5px; }
.content .ce_text ul li.no-margin {margin:0;}

.content h1, .content h2 { text-transform: uppercase; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #242422; }
.content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong, .content h5 strong, .content h6 strong {  }


.content h1 { line-height:1.2; letter-spacing: 2px; font-size:45pt; font-weight: 600; text-transform: uppercase; text-align: left; padding:0; margin: 0 0 20px; position: relative; } 
.content h2 { line-height:1.2; letter-spacing: 2px; font-size:38pt; font-weight: 500; text-transform: uppercase; padding:0; margin: 0 0 20px; position: relative; }
.content h3 { line-height:1.5; font-size:25pt; font-weight: 600; margin: 0 0 20px; }
.content h4 { line-height:1.5; font-size:16pt; font-weight: 400; margin: 0 0 20px; }
.content h6 { line-height:1.5; font-size:12pt; font-weight: 400; margin: 0 0 20px;  }

ul.unstyled { list-style: none; margin:0; padding:0; }



.content .ce_gallery div.cols_1,
.content .ce_gallery div.cols_2,
.content .ce_gallery div.cols_3,
.content .ce_gallery div.cols_4,
.content .ce_gallery div.cols_5,
.content .ce_gallery div.cols_6 { display: flex; flex-wrap:wrap; }

.content .ce_gallery div.cols_1 div { flex-basis: 100%; }
.content .ce_gallery div.cols_2 div { flex-basis: 50%; }
.content .ce_gallery div.cols_3 div { flex-basis: 33.33%; }
.content .ce_gallery div.cols_4 div { flex-basis: 25%; }
.content .ce_gallery div.cols_5 div { flex-basis: 20%; }
.content .ce_gallery div.cols_6 div { flex-basis: 16.66%; }

.content .ce_gallery h2 { text-align: center; }
.content .ce_gallery .image_container { margin: 10px;}
.content .ce_gallery img { box-shadow: rgba(0,0,0,0.2) 5px 5px 5px;}

/* +----------------------------------------------------------------------- */
/* | Kontaktformulare
/* +----------------------------------------------------------------------- */

body.projektorchester #f1 {margin:35px 0; padding:35px 0; border-top:1px solid #242422;}

#f1 .formbody * { font-size: 15pt; }
#f1 input.text { width: calc(100% - 40px); padding:0 20px; line-height:45px; border:1px solid #ccc; margin-bottom:10px; color:#1d1d1d; font-weight: 400; }
#f1 input.text::placeholder { color:#9D9D9D; font-weight:400; font-size:14pt; }
#f1 select { width: 49%; padding:0 5%; line-height:45px; height: 45px; border:none; margin-bottom:10px; color:#fff; font-weight: bold; }
#f1 input.checkbox { width:20px; height: 20px;  }

#f1 textarea.textarea { width: 95%; padding:20px 2.5%; min-height:193px; border:1px solid #ccc; color:#1d1d1d; font-weight: 500; }
#f1 textarea.textarea::placeholder { color:#9D9D9D; font-weight: 500; font-size:10pt; }

#f1 input.text,
#f1 textarea.textarea { box-shadow:rgba(0,0,0,0.05) 5px 5px 5px; }

#f1 .widget-checkbox fieldset { border:none; font-size:9pt;  }
#f1 .widget-checkbox label {color:#1d1d1d; line-height:20px; height: 20px;}

#f1 .submit_container { text-align:center; }
#f1 .widget-submit button { background: #EBE1BF; text-transform:uppercase; border:none; color: #242422; padding:10px 0; width:180px; font-size:15pt; }

#f1 .formbody { display: flex; flex-wrap: wrap;}

#f1 .widget-text,
#f1 .widget-checkbox,
#f1 .widget-textarea, 
#f1 .widget-captcha, 
#f1 .widget-submit, 
#f1 .widget-explanation, 
#f1 .widget-select { flex-basis:100%; margin:0 0 10px;}

#f1 .explanation * { font-size:13pt;}


#f2 input.text { width: 90%; padding:0 5%; line-height:45px; border:1px solid #ccc; margin-bottom:10px; color:#1d1d1d; font-weight: 400; font-size:12pt; }
#f2 input.text::placeholder { color:#9D9D9D; font-weight:400; font-size:10pt; }
#f2 select { width: 49%; padding:0 5%; line-height:45px; height: 45px; border:none; margin-bottom:10px; color:#fff; font-weight: bold; }
#f2 input.checkbox { width:20px; height: 20px;  }

#f2 textarea.textarea { width: 95%; padding:20px 2.5%; min-height:193px; border:1px solid #ccc; color:#1d1d1d; font-weight: 500; font-size:12pt; }
#f2 textarea.textarea::placeholder { color:#9D9D9D; font-weight: 500; font-size:10pt; }

#f2 input.text,
#f2 textarea.textarea { box-shadow:rgba(0,0,0,0.05) 5px 5px 5px; }

#f2 .widget-checkbox fieldset { border:none; font-size:9pt;  }
#f2 .widget-checkbox label {color:#1d1d1d; font-size:12pt; line-height:20px; height: 20px;}

#f2 .submit_container { text-align:center; }
#f2 .widget-submit button { background: #EA504C; text-transform:uppercase; border:none; color: #fff; padding:10px 0; width:180px; font-size:15pt; }

#f2 .formbody { display: flex; flex-wrap: wrap;}

#f2 .widget-text { flex-basis:calc(33.33% - 20px); margin:0 10px 15px;}
#f2 .widget-checkbox { flex-basis:calc(100% - 20px); margin:0 10px;}
#f2 .widget-explanation { flex-basis:calc(100% - 20px); margin:0 10px 15px;}
#f2 .widget-textarea, #f2 .widget-captcha, #f2 .widget-submit, #f2 .widget-select { flex-basis:calc(100% - 20px); margin:0 10px 15px;}

#f2 .explanation * { font-size:10pt;}

#shortform { background: #0074B9;  }
#shortform h3 { padding:0 15px; color:#fff; font-size: 1.2em; }
#shortform form { padding:0 15px 15px 15px; }
#shortform .explanation * { color:#fff; font-size:10pt;}

#shortform input.text { width: 90%; padding:0 5%; line-height:35px; border:1px solid #ccc; margin-bottom:10px; color:#1d1d1d; font-weight: 400; font-size:15pt; }
#shortform input.text::placeholder { color:#9D9D9D; font-weight:400; font-size:12pt; }
#shortform select { width: 49%; padding:0 5%; line-height:45px; height: 45px; border:none; margin-bottom:10px; color:#fff; font-weight: bold; }
#shortform input.checkbox { width:20px; height: 20px;  }
#shortform .widget-checkbox fieldset { border:none; padding: 0; margin-bottom:5px; color:#fff; font-size:10pt; }
#shortform .widget-checkbox label { margin-top: -3px;}

#shortform textarea.textarea { width: 95%; padding:20px 2.5%; min-height:120px; border:1px solid #ccc; color:#1d1d1d; font-weight: 500; font-size:13pt; margin-bottom:10px; }
#shortform textarea.textarea::placeholder { color:#9D9D9D; font-weight: 500; font-size:12pt; }

#shortform input.text,
#shortform textarea.textarea { box-shadow:rgba(0,0,0,0.05) 5px 5px 5px; }

#shortform .widget-submit button { background: #fff; border:none; color: #0074B9; padding:10px 0; width:180px; font-size:15pt; }



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1500px) {
    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
    
    #header.fullheader #slogan h1 { font-size: 1.3em; }

    #header.fullheader { position: relative; height: 100vh; top:0; 
        background-color: #ea504c;
        background-image: url('../../files/gfx/bottom.svg'), url('../../files/gfx/fluegel.svg');
        background-repeat: no-repeat;
        background-position:center bottom, right top 60px; 
        background-size: auto 20%, auto 80%;  }

    body.projektorchester #header.fullheader { position: relative; height: 100vh; top:0; 
        background-color: #ea504c;
        background-image: url('../../files/gfx/instrument.svg');
        background-repeat: no-repeat;
        background-position:left top 20%; 
        background-size: 120% auto;  }

    body.projektorchester #header.fullheader #slogan,
    #header.fullheader #slogan { position: absolute; left:50%; bottom:25%; top: auto; transform: translateX(-50%); font-size:3em;}
    #header.fullheader #slogan h1,
    #header.fullheader #slogan h2 { text-align:center; text-shadow: rgba(0,0,0,0.1) 3px 3px 3px; }

    #header.smallheader { position: fixed; height: 80px; top:0; width: 100%; z-index: 9950;
        background-color: #ea504c;  }
    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 959px) {
	
	.mod_newslist .layout_latest { flex-basis:100%; flex-direction: column; margin: 20px 0; padding:20px 0; align-items: center; }
    
    #nav_bluval ul {flex-wrap: wrap;}
    #nav_bluval ul li { flex-basis: 100%; margin:10px 0;}
    #article-14 .ce_text.flex60, #article-14 .ce_form.flex60 { flex-basis: calc(80% - 20px);}
    body.aktuelles .layout_latest.flex33 { flex-basis: calc(50% - 20px);}
    .sponsor.flex20 { flex-basis: calc(25% - 20px);}
    #event_info.flex60 { flex-basis: calc(100% - 20px); margin-bottom:40px;}
    #event_registration.flex40 { flex-basis: calc(100% - 20px); margin-bottom:40px;}
    .event_detail #f1 { margin:0; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    .flex33, .flex66, .flex1-3, .flex2-3, .flex1-4, .flex10, .flex20, .flex30, .flex40, .flex50, .flex60, .flex70, .flex80, .flex90, .flex100,
    #nl-info.flex50, #nl-form .cr_form.flex50, #news .mod_news_list .news, .mod_member .ce_contact .inner .tablet-50, #article-14 .ce_text.flex60, #article-14 .ce_form.flex60, body.aktuelles .layout_latest.flex33, .ce_newslist .layout_latest, #f2 .widget-text, #f2 .widget-explanation, #f2 .widget-textarea, #f2 .widget-checkbox { flex-basis: 100%; width: calc(100% - 20px); margin-left:0; margin-right:0; }
    
    .sponsor.flex20 { flex-basis: calc(50% - 20px); margin-left:10px; margin-right:10px; }
    
    .content h1 { font-size:30pt; } 
    .content h2 { font-size:25pt; }
    .content h3 { font-size:20pt; }
    .content h4 { font-size:16pt; }
    .content h6 { font-size:12pt;  }
    .content p { hyphens: auto; -webkit-hyphens: auto; }
    
    .ce_pricing ul li {display: flex; flex-direction: column; }
    .ce_pricing ul li span.value, .ce_pricing ul li span.label { width: 100%;}
    
    .event_detail .artists { margin-bottom:40px;}
    .event_detail .infobox, .event_detail .pricing ul li { justify-content: center; max-width:none; }
    .event_detail .infobox .termin, .event_detail .infobox .tickets { width: 100%; }
    .event_detail .infobox *, .event_detail .ce_headline h3 { text-align: center; }
    .event_detail .infobox .ticketinfo { margin-bottom: 20px}
    .event_detail .ce_headline h1 { font-size:1.5em; text-align: center;}
    .event_detail .ce_image { margin-bottom:20px; }
    

    
    #header.fullheader { position: relative; height: 100vh; top:0; 
        background-color: #ea504c;
        background-image: url('../../files/gfx/bottom.svg'), url('../../files/gfx/fluegel.svg');
        background-repeat: no-repeat;
        background-position:center bottom, right top 90%; 
        background-size: auto 20%, 105% auto;  }

    body.projektorchester #header.fullheader { position: relative; height: 100vh; top:0; 
        background-color: #ea504c;
        background-image: url('../../files/gfx/instrument.svg');
        background-repeat: no-repeat;
        background-position:left bottom 20%; 
        background-size: 120% auto;  }

    body.projektorchester #header.fullheader #slogan,
    #header.fullheader #slogan { position: absolute; left:50%; top:120px; bottom: auto; transform: translateX(-50%); font-size:3em;}
    #header.fullheader #slogan h1,
    #header.fullheader #slogan h2 { font-size: 30pt; text-align:center; text-shadow: rgba(0,0,0,0.1) 3px 3px 3px; }

    #header.smallheader { position: fixed; height: 80px; top:0; width: 100%; z-index: 9950;
        background-color: #ea504c;  }
    
    .event_list .event { flex-direction: column; border-bottom: 1px solid #242422; }
    .event_list .event .event_date, .event_list .event .event_title, .event_list .event .event_rel { flex-basis: auto; }
    
    .event_list .event .event_title { margin-bottom:30px;}
    .event_list .event .event_title * { text-align:center; }
    .event_list .event .event_date span.date,
    .event_list .event .event_date span.month { display: inline-block; }
    .event_list .event .event_date span.month { margin-left:5px; }
    #event_info .event_time { text-align: center; margin-bottom: 20px; font-size:1.2em; }
    
    #footer .inside { flex-direction: column; }
    #footer .inside .nav_footer { margin: 10px 0;}
    
    body.datenschutz #main a { font-size:8pt;}
}
