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

/* roboto-100 - 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: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/fonts/roboto-v49-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../../files/fonts/roboto-v49-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200 - 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: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/fonts/roboto-v49-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 200;
  src: url('../../files/fonts/roboto-v49-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/roboto-v49-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/roboto-v49-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/roboto-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/roboto-v49-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/roboto-v49-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/roboto-v49-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/roboto-v49-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/roboto-v49-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/roboto-v49-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/roboto-v49-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/roboto-v49-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/roboto-v49-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts/roboto-v49-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - 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: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../../files/fonts/roboto-v49-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#menuArea input {
  display: none;
}

.open {
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
    z-index:9995; right:0; top:0; position: fixed;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(50,60,82,.9);
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  text-align: left;
  padding-bottom: 20px;
  }

.menu ul {
  list-style: none;
  padding: 5vw 5vw 0 5vw;
  margin: 0 auto;
}
.menu ul ul {
  padding: 0 0 0 20px;
}

.menu ul li.mobilenone { display: none; }
.menu ul li * {
    color:#fff;
    font-size: 14pt;
    text-transform: none;
}

.menu ul ul li * {
    color:#fff;
    font-size: 12pt;
    text-transform: none;
}

.menu ul li a {
  display: block;
  text-decoration: none;
  transition: color 0.2s;
  font-family: Trebuchet MS;
  text-transform: none;
  padding: 5px 0;
    color:#fff;
}

.menu ul li a:hover {
  color: #ff8702;
}

.menu ul li:hover {
/*  background: white;*/
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
    z-index: 9990;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

/*
* 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;
}
html { scroll-behavior: smooth; font-family: 'Roboto'; 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}

.content .linkButton p a { display: inline-block; background:#0c3c7a; padding:5px 20px; color: #fff; text-decoration: none; font-size:1.2em;}
.linkButton p a:hover { background:#a2c147;}

.content .linkButton ul { list-style:none; margin:0; padding: 0; display: flex; }
.content .linkButton ul li {margin-right:10px; }
.content .linkButton ul li a { display: inline-block; background:#0c3c7a url(../../files/gfx/right-arrow.svg) no-repeat left 12px center; background-size: 25px auto; padding:3px 20px 3px 50px; color: #fff; text-decoration: none; font-size:1.2em;}
.content .linkButton ul li a:hover { background:#a2c417; }

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

#video_background {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	display:none;
}
#video_pattern {
	position: fixed;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	height: 100vh;
	display:none;
}

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

#scrollToBody { position: absolute; bottom:50px; left: 50%; transform: translateX(-50%); width: 60px; z-index:9100;}

#header { background: url(../../files/gfx/background_header_fotostyle_schindler.jpg) no-repeat center center; background-size:cover; position: relative; overflow: hidden;}
#header .overlay { background: #0c3c7a; background: radial-gradient(circle, rgba(12, 60, 122, 0.75) 0%, rgba(18, 45, 75, .9) 100%); position: relative; border-bottom: 5px solid #0080c8; position: absolute; top:0; left:0; right:0; bottom: 0;} 
#header .flexcontent { align-items: center; justify-content: space-between; }

#header #topbar { padding:20px 0; position: relative; z-index: 5000; }
#header #logo { flex-basis: 200px; }
#header #logo img { max-height: 80px;}

body.index #header #imagebar { position: relative; padding-top:3vh; z-index: 500; }
body.index #header #imagebar .flexcontent { justify-content: space-between; align-items: center; }
body.index #header #imagebar .ibContent { flex-basis:50%; }
body.index #header #imagebar .ibContent * { color: #fff; text-align:right;}
body.index #header #imagebar .ibContent h1 { text-transform: uppercase; letter-spacing: 5px; color: #fff; font-size:4em; margin:0; text-align: right; }
body.index #header #imagebar .ibContent h1 .prename { }
body.index #header #imagebar .ibContent h1 .surname { color: #a2c417;}

body.index #header #imagebar .ibContent h3 { font-size:1.35em; font-weight: 400; margin:5px 0 20px; }
body.index #header #imagebar .ibContent h4 { font-size:1.2em; line-height: 1.4; font-weight: 300; margin:0; }

body.index #header #imagebar .ibImage { flex-basis: 30%; }
body.index #header #imagebar .ibImage img { max-height:65vh; width: auto; margin-bottom: 0px;}


body:not(.index) #header h1 { color: #a2c417; font-size:3em; text-transform: uppercase; letter-spacing: 10px;  }

#main-header { position: fixed; width:100%; z-index:9995; top:0; background: rgba(0,0,0,0.40) }
#main-header .container { position: relative; align-items: center; }


#navigation { width: calc(100% - 200px); }

#main-navigation { position: relative; flex-basis: calc(100% - 200px); }
#main-navigation .inside {
    display: flex;
    justify-content: flex-end;
}
#main-navigation .block { overflow: visible; }
#main-navigation * { margin: 0; padding: 0; box-sizing: border-box;  }
#main-navigation #MainNavigation {  }
#main-navigation ul { margin: 0;padding: 0;  transition-duration: 1s;  }
/*.is-sticky #main-navigation ul { margin: 0; padding:10px 0 0 0; transition-duration: 1s; }*/
/*#main-navigation a.submenu { pointer-events: none; }*/
#main-navigation a, 
#main-navigation ul li.active span,
#main-navigation ul li.trail span { display: block; color: #fff; font-size:14pt; font-weight: 400; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
#main-navigation ul li.active span,
#main-navigation ul li.trail span,
#main-navigation ul li.trail a { color: #a2c417; }
#main-navigation ul li.trail span {  }
#main-navigation ul ul a, 
#main-navigation ul ul span.active { text-transform: none; color:#000; }
#main-navigation ul li { margin:0 10px; padding:5px 0;}
#main-navigation ul li, 
#main-navigation ul li.active { position: relative; float: left; list-style: none; color: #333; transition: 0.5s; }

#main-navigation ul li:hover a, 
#main-navigation ul li.active span { color:#a2c417; }
#main-navigation ul li:hover ul li a, 
#main-navigation ul ul li a, 
#main-navigation ul ul ul li a, 
#main-navigation ul ul li:hover ul li a { color:#000; padding: 10px 0; display: block; }

#main-navigation ul li ul li:hover a, 
#main-navigation ul ul ul li:hover a { padding: 10px 0; display: block; }
#main-navigation ul li.active span {  }

#main-navigation ul ul { position: absolute; top: 100%; left:0; background: rgb(17,25,36); background: #fff; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); z-index: 1; font-size:13pt; padding:5px 10px; opacity: 0; display:none; border-style: solid;  border-width: 4px;  border-image: radial-gradient(circle, rgba(54,140,191,1) 0%, rgba(0,116,185,1) 100%) 1; border-right:none; border-bottom:none;  border-left:none;  }
#main-navigation ul li:last-of-type ul { left:auto; right:0;  }
#main-navigation ul ul li,
#main-navigation ul ul ul li { width: 320px; border-bottom: 1px solid #ccc; padding:0; margin:0;}
/*#main-navigation ul li:last-of-type ul li { width: 200px; }*/

#main-navigation ul ul li a, 
#main-navigation ul ul li span { padding: 10px 0; color:#fff; display:block; }
#main-navigation ul ul li a:hover, 
#main-navigation ul ul li span { color: #97bf0d; }
#main-navigation ul ul li:last-child { border-bottom: none; }

#main-navigation ul li:hover > ul { top: 100%; left: 0; }
#main-navigation ul li:last-of-type:hover > ul { top: 100%; right: 0; left: auto; }
#main-navigation ul ul li:hover > ul { top: 0; left: 300px; }

#main-navigation ul li:hover > ul { display:block; opacity:  1; }
#main-navigation ul ul li:hover > ul { top: 0; left: 300px; }

/*
#main-navigation ul li.submenu a {background: url(../../files/gfx/nav_down_blue.svg) right center no-repeat; background-size:12px auto; padding-right:17px; }
#main-navigation ul.level_2 li a.submenu { background: url(../../files/gfx/nav_right.svg) right center no-repeat; background-size:auto 12px; }
#main-navigation ul.level_2 li a, #main-navigation ul.level_3 li a { background: none;}
*/


.mod_mobile_menu .hamburger { width:45px; position: fixed; right:5%; top:30px; z-index: 9000; }
.mod_mobile_menu .hamburger span { display: block; background: #fff; width:100%; height:3px; box-shadow: rgba(0,0,0,0.6) 3px 3px 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: #F1F1F3; padding:30px; }
.mobile_menu .inner ul { list-style:none; margin:0; padding:0; }
.mobile_menu .inner ul li { border-bottom: 1px solid #ccc; }
/*.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:12pt; color: #333; 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: #CA8873; }

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

.mobile_menu h3 { text-align: center; color: #CA8873; }


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

#welcome h2 { color:#0080c8; }
#welcome h2 strong { color:#a2c417; }

#zitat {background: #0c3c7a; background: radial-gradient(circle, rgba(12, 60, 122, 1) 0%, rgba(18, 45, 75, 1) 100%);}
#zitat h3, #zitat h5 { color: #fff; }
#zitat h5 { font-weight: 300; font-size: 1em;}

.content .steckbrief {background: #0c3c7a; background: radial-gradient(circle, rgba(12, 60, 122, 1) 0%, rgba(18, 45, 75, 1) 100%);}
.content .steckbrief * { color: #fff;}
.content .steckbrief .rte { padding: 30px;}
.content .steckbrief h4 { font-size: 1.5em; border-bottom: 1px solid #fff; }
.content .steckbrief ul { list-style: none; padding:0; margin:0; }
.content .steckbrief ul li { line-height: 1.4; margin: 15px 0; }

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

#navProgram {}
#navProgram div.level_1 { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
#navProgram div.level_1 .box { position: relative; flex-basis: calc(33.33% - 20px); margin: 10px; background: url('../../files/header/csu_straubing_titelbild.jpg') no-repeat center center; background-size: cover; }
#navProgram div.level_1 .box a { display: block; padding: 20px; height: 200px; display: flex; justify-content: flex-start; align-items: flex-end; color: #fff; font-weight: bold; text-transform: uppercase; font-size:1.6em; line-height: 1.2em; text-decoration: none; text-shadow: rgba(0,0,0,0.8) 0 0 5px; text-align:left;  position: relative; z-index: 800; }
#navProgram div.level_1 .box .overlay { background: #0080C8; background: radial-gradient(circle, rgba(0, 128, 200, .4) 0%, rgba(0, 128, 200, .6) 78%); position: absolute; left:0; right:0; top:0; bottom: 0; z-index: 250; }
#navProgram div.level_1 .box .rauten { background: url(../../files/gfx/rauten.svg) no-repeat left top; background-size: 160% auto; position: absolute; right:0; top:0; left:50%; bottom:0; z-index: 500;}

/* +----------------------------------------------------------------------- */
/* | Programm
/* +----------------------------------------------------------------------- */

body.programm h1 { margin: 0;}

/* +----------------------------------------------------------------------- */
/* | News
/* +----------------------------------------------------------------------- */

.mod_newslist .flexcontent { display: flex; flex-wrap: wrap; }
.mod_newslist .layout_latest { flex-basis: calc(33.33% - 20px); margin:10px; position: relative; box-shadow: rgba(0,0,0,0.2) 0 0 5px;}
.mod_newslist .layout_latest .info { background: url(../../files/gfx/box_green.svg) no-repeat left top; color:#fff; font-weight: 400; font-size:.7em; padding:5px 10px 5px 30px; background-size: cover; position: absolute; right:0; top:0;}
.mod_newslist .layout_latest .ce_text {  padding: 10px 25px 20px; }
.mod_newslist .layout_latest .ce_text h3 { font-size: 1.7em; line-height: 1.35; }
.mod_newslist .layout_latest .ce_text h3 a { color: #0c3c7a; text-decoration: none; }
.mod_newslist .layout_latest .ce_text p.more { margin: 0; text-align:right;}
.mod_newslist .layout_latest .ce_text p.more a { display:inline-block; text-transform: lowercase; text-decoration: none; padding:5px 10px; background: #a2c417; color: #fff; }

.mod_newsreader .layout_full { }
.mod_newsreader .layout_full h1 { text-align: center; margin:0; font-size:2.4em; }
.mod_newsreader .layout_full h5 { text-align: center; color:#0080c8; }
.mod_newsreader .layout_full p.info { text-align: right; margin: 0; font-size:.8em; }
.mod_newsreader p.back { text-align: center; }
.mod_newsreader p.back a { display:inline-block; text-transform: lowercase; text-decoration: none; padding:5px 10px; background: #a2c417; color: #fff; }
/* +----------------------------------------------------------------------- */
/* | Events
/* +----------------------------------------------------------------------- */

section.events .flexcontent { justify-content: center; }
.mod_eventlist { flex-basis: 70%;  }
.mod_eventlist .event_list { padding:20px; border-bottom: 1px dotted #E1E1E1; }
.mod_eventlist .event_list .details { display: flex; }
.mod_eventlist .event_list .details .date,
.mod_eventlist .event_list .details .location { display: flex; align-items: center; }
.mod_eventlist .event_list .details .date { margin-right: 20px; }
.mod_eventlist .event_list .details .date i { display: inline-block; width:25px; height: 25px; background: url(../../files/gfx/icons/schedule.svg) no-repeat; background-size: 100% auto; }
.mod_eventlist .event_list .details .location i { display: inline-block; width:25px; height: 25px; background: url(../../files/gfx/icons/placeholder.svg) no-repeat; background-size: 100% auto; }
.mod_eventlist .event_list h4 { margin: 10px 0 0 0; font-size:1.5em; }




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

.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 { background: #122d4b; border-top:5px solid #a2c516; padding: 50px 0; font-size:14pt; }
#footer .inside { display: flex; flex-wrap: wrap; }
#footer .inside .ce_image img { max-width:180px;}
#footer * { color:#fff; font-weight:300; }
#footer h2 { font-weight:400; font-size:1.1em; margin:0 0 15px; line-height: 1.6; border-bottom: 1px solid #fff; }
#footer p, #footer li { line-height:1.5; letter-spacing: .5px; font-size: .8em; margin:0 0 10px; }

#footer .rel {  }
#footer .rel ul * { }
#footer .rel ul { list-style:none; margin:0; padding:0; }
#footer .rel ul li { border-bottom: 1px solid #fff; max-width:200px; padding:8px; margin:0;}
#footer .rel ul li:last-of-type { border-bottom: none;}
/*#footer .rel ul li.active span, #footer .rel ul li a:hover { color:#ca8872; }*/

#footer #rechtliches { border-top: 1px solid rgba(255,255,255,0.3); margin-top:30px; padding-top: 10px;}
#footer #rechtliches ul { display: flex; flex-direction: row; justify-content: center; }
#footer #rechtliches ul a { font-size:9pt; }

#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; scroll-margin-top: 107px; }
.content section#services { padding:30px 0 0 0; }
.content section.no-padding, .content section.nopadding { padding:0; }
.content .no-margin, .content .nomargin { margin:0; }

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

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #0c3c7a; }


.content h1, .content h2 { line-height:1.2; font-size:3em; letter-spacing: 3px; font-weight: bold; text-transform: uppercase; padding:0; margin: 0 0 30px; position: relative; }
.content .hlGreen h1, .content .hlGreen h2 { color: #a2c417; }
.content h3 { line-height:1.5; font-size:2.0em; font-weight: 500; margin:10px 0; }
.content h4 { line-height:1.5; font-size:2.0em; font-weight: 500; margin:10px 0; color: #a2c417; }
.content h5 { line-height:1.5; font-size:1.5em; font-weight: 500; margin:10px 0; }
.content h6 { line-height:1.5; font-size:1.5em; font-weight: 500; margin:10px 0; color: #a2c417; }

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

.content-gallery.content-gallery--cols-1 ul,
.content-gallery.content-gallery--cols-2 ul,
.content-gallery.content-gallery--cols-3 ul,
.content-gallery.content-gallery--cols-4 ul,
.content-gallery.content-gallery--cols-5 ul,
.content-gallery.content-gallery--cols-6 ul { display: flex; flex-wrap:wrap; list-style: none; margin:0; padding:0; }

.content-gallery.content-gallery--cols-1 ul li,
.content-gallery.content-gallery--cols-2 ul li,
.content-gallery.content-gallery--cols-3 ul li,
.content-gallery.content-gallery--cols-4 ul li,
.content-gallery.content-gallery--cols-5 ul li,
.content-gallery.content-gallery--cols-6 ul li { margin:10px; }

.content-gallery.content-gallery--cols-1 ul li { flex-basis: calc(100% - 20px); }
.content-gallery.content-gallery--cols-2 ul li { flex-basis: calc(50% - 20px); }
.content-gallery.content-gallery--cols-3 ul li { flex-basis: calc(33.33% - 20px); }
.content-gallery.content-gallery--cols-4 ul li { flex-basis: calc(25% - 20px); }
.content-gallery.content-gallery--cols-5 ul li { flex-basis: calc(20% - 20px); }
.content-gallery.content-gallery--cols-6 ul li { flex-basis: calc(16.66% - 20px); }

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

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


#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 select { width: 100%; padding:5px 2.5%; border:1px solid #ccc; color:#1d1d1d; font-weight: 500; font-size:12pt; }
#f2 select option { color:#333; }


#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: #CA8972; border:none; color: #fff; padding:10px 0; width:220px; font-size:15pt; }

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

#f2 .widget label { line-height: 1.4; margin-bottom:5px; display: block;}
#f2 .widget-text { flex-basis:calc(50% - 20px); margin:0 10px 15px;}
#f2 .widget-select { flex-basis:calc(50% - 20px); margin:0 10px 15px;}
#f2 .widget-checkbox { flex-basis:calc(100% - 20px); margin:0 10px 15px;}
#f2 .widget-textarea, #f2 .widget-captcha, #f2 .widget-submit { 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) {
    
}

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


    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	#scrollToBody { bottom: 100px; }
	
	#welcomeVideo { background-size: 80% auto; }
    
    #f2 .widget-checkbox label { height: 160px; }
    
    #welcomeVideo {height: 100vh;}
    
    .mod_mobile_menu .hamburger span { background:#cc9681; }
    
    .formbody { flex-direction: column; }
    
    #subContentNav .flexcontent { flex-wrap: wrap; margin-bottom: 50px; }
    
    #header.flexcontent { flex-direction: column; }
    #header:not(.fullsize) { height: auto; }
    #header:not(.fullsize) .inside { height: 100vh; }
    #header.fullsize h1 { font-size: 2em; }
    #header #HeaderVermarkten, #header #HeaderFinanzieren, #header #HeaderBewerten { flex-basis: 100%; height: 100vh; }
    
    .content .tabcontrol_tabs ul { flex-wrap: wrap;}
    
    .content h2 { font-size: 25pt; }
    
    .content .linkButton p a { font-size:1em}
    
    #header #HeaderVermarkten, #header #HeaderFinanzieren, #header #HeaderBewerten { overflow: visible; }

    
    #subContentNav .nav_contact, #subContentNav .nav_calc, .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 { flex-basis: 100%; width: calc(100% - 20px); margin-left:0; margin-right:0; }
    
    #nav_subcontent { flex-basis: calc(100% - 20px); }
    #nav_subcontent ul { flex-wrap: wrap; }
    #nav_subcontent ul li { flex-basis: calc(100% - 20px); }
    #nav_subcontent ul li a:before { padding-top: 75%; }
    
    #nav_teaser ul li { flex-basis: calc(100% - 20px); }
    
    .content .ce_gallery div.cols_4 div { flex-basis: 100%; }
    
    #footer .inside { flex-direction: column; }
    #copyright { flex-direction: column-reverse; }
    #copyright * { text-align:center; }
    #footer #copyright ul { justify-content: center;}

}
