/*! 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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-latin-100italic.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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-latin-500italic.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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-latin-700italic.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/style/fonts/roboto-v30-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/style/fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
* 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: 100%; max-width: 1180px; 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; }


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

    .mt10 { margin-top:10px; }
    .mt20 { margin-top:20px; }
    .mt30 { margin-top:30px; } 
    .mt40 { margin-top:40px; }
    .mt50 { margin-top:50px; }
    .mt60 { margin-top:60px; }
    .mt70 { margin-top:70px; }
    .mt80 { margin-top:80px; }
    .mt90 { margin-top:90px; }
    .mt100 { margin-top:100px; }


    .mb10 { margin-bottom:10px; }
    .mb20 { margin-bottom:20px; }
    .mb30 { margin-bottom:30px; }
    .mb40 { margin-bottom:40px; }
    .mb50 { margin-bottom:50px; }
    .mb60 { margin-bottom:60px; }
    .mb70 { margin-bottom:70px; }
    .mb80 { margin-bottom:80px; }
    .mb90 { margin-bottom:90px; }
    .mb100 { margin-bottom:100px; }

    .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_flexStart, .ai-flexStart {align-items: flex-start; }
    .ai_flexEnd, .ai-flexEnd {align-items: flex-end; }
    .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.33% - 20px); margin-left: 10px; margin-right:10px; }
    .flex2-3, .flex66 { flex-basis: calc(66.66% - 20px); margin-left: 10px; margin-right:10px; }
    .flex1-4, .flex25 { flex-basis: calc(25% - 20px); margin-left: 10px; margin-right:10px; }




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

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


/* +----------------------------------------------------------------------- */
/* | Farben
/* +----------------------------------------------------------------------- */

:root {
    
	--dark: rgb(41,94,142);
	--turkis: rgb(96,195,217);
	--magenta: rgb(229,0,110);
	--creme: rgb(237,231,227);
	--orange: rgb(245,168,64);
    
}

/* +----------------------------------------------------------------------- */
/* | 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 { }

.spacer50 { flex-basis: 100%; height:50px; }

.linkButton p a { background: var(--turkis); padding: 10px 25px; text-decoration: none !important; font-weight:500; border-radius: 10px; display: inline-block; box-shadow: rgba(0,0,0,.25) 0 0 20px; font-size:1.2em; }
.linkButton p a:hover { background: var(--yellowDark);  }


.content section, .section, #main 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 p, 
.content ul li,
.content ol li { line-height:1.4; color: #333; font-size:1em; font-weight:400; }
.content p { margin: 0 0 20px 0;  }
.content p a, .content li a { text-decoration: underline; }
.content p strong {  font-weight:500; }
.content ul { margin: 0 0 20px; }
.content ul li { margin: 0 0 5px; }
.content ul li.no-margin {margin:0;}

.content h1 { text-transform: uppercase; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: var(--dark); }


.content h1 { line-height:1.2; font-size:3.5em; font-weight: 700; text-transform: uppercase; text-align: left; padding:0; margin: 0 0 30px; position: relative; color:var(--turkis); } 
.content h2 { line-height:1.2; font-size:2.5em; font-weight: 400; padding:0; margin: 0 0 40px; position: relative; text-align:center; }
.content h3 { line-height:1.5; font-size:1.8em; font-weight: 600; margin: 0 0 20px; color: var(--turkis);}
.content h4 { line-height:1.5; font-size:1.25em; font-weight: 500; font-style: italic; margin:25px 0 10px; color: var(--turkis); }
.content h5 { line-height:1.5; font-size:1.25em; font-weight: 500; margin:25px 0 10px; }
.content h6 { line-height:1.5; font-size:8pt; font-weight:400; font-style: italic; }

section.bg { background: rgba(41,94,142,0.05); }

#main .content .hl_focus h1:after, 
#main .content .hl_focus h2:after, 
#footer h2::after { content: " "; display: block; background: var(--dark); width:200px; height: 3px; position: absolute; left: 50%; transform: translateX(-50%); }

#main .content .hl_focus_left h1:after, 
#main .content .hl_focus_left h2:after, 
#footer h2::after { content: " "; display: block; background: var(--dark); width:200px; height: 3px; position: relative; top:10px;}

body.impressum h2,
body.datenschutz h2 { font-size:1.3em; font-weight:bold;}

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


.col2 { column-count: 2; column-gap: 40px; }

body.index #back { display:none; }

#back { padding:20px 0 50px; text-transform: lowercase; text-align:center; }
#back a { background: var(--dark); color:#fff; padding: 5px 10px; text-decoration: none; }
#back a:hover { background: var(--turkis); }

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 { background: var(--dark); position: relative; padding:20px 0; }
#header .header-inside {  }
#header .is-sticky .header-inside { }
#header #logo { text-align: left; }
#header #logo img { max-width: 220px; }

#mainHeader { background: url(../../files/website/images/header/alois_rainer_header.jpg) no-repeat right center; background-size: cover; max-width:1400px; margin:0 auto; padding:40px; }

#mainHeader .ce_text { background:rgba(172,124,125,0); height:calc(75vh - 80px); max-height:600px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;}
#mainHeader .ce_text h2 { font-size:3.5em; color:#fff; display:inline; text-align:right; padding:10px 20px; margin:5px; box-shadow: rgba(41,94,142,.3) 0 0 10px; }
#mainHeader .ce_text h3 { font-size:2.8em; color:#fff; display:inline; text-align:right; padding:10px 20px; margin:5px; box-shadow: rgba(41,94,142,.3) 0 0 10px; }
#mainHeader .ce_text h2, 
#mainHeader .ce_text h3 {
background: rgb(41,94,142);
background: -moz-linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
background: -webkit-linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
background: linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#295e8e",endColorstr="#60c3d9",GradientType=1); }

@keyframes button {
  0% { transform: scale(1); }
  50% { transform: scale(1.2);  }
  100% { transform: scale(1); }
}

body.sr #mainHeader { background: url(../../files/website/images/wahlkreise/AdobeStock_286527108_Preview.jpeg) no-repeat center center; background-size: cover; }
body.parlamentarische-arbeit #mainHeader { background: url(../../files/website/images/header/bundestag_2446.jpg) no-repeat left center; background-size: cover; }
body.politik-erleben #mainHeader { background: url(../../files/website/images/header/politik_erleben_0069.jpg) no-repeat left center; background-size: cover; }

body.wahlkreis #mainHeader,
body.wahlkreis.straubing-stadt #mainHeader { background: url(../../files/website/images/header/stadt_straubing_369780292.jpg) no-repeat left center; background-size: cover; }
body.landkreis-straubing-bogen #mainHeader { background: url(../../files/website/images/header/Landkreis_straubing_bogen_377998439.jpg) no-repeat left center; background-size: cover; }
body.landkreis-regen #mainHeader { background: url(../../files/website/images/header/landkreis_regen_461508561.jpg) no-repeat left center; background-size: cover; }



#mainHeader.sub { Height:60vh; max-height: 600px; width: 100%; justify-content: center; position: relative; max-width:1400px; margin:0 auto; padding:40px 0; }
#mainHeader.sub .flexcontent { width: 100%; background: rgb(41,94,142); position: absolute; left:0; right:0; top:0; bottom: 0; align-items: flex-end; justify-content: center;
background: -moz-linear-gradient(180deg, rgba(41,94,142,0) 40%, rgba(41,94,142,.8) 100%);
background: -webkit-linear-gradient(180deg, rgba(41,94,142,0) 40%, rgba(41,94,142,.8) 100%);
background: linear-gradient(180deg, rgba(41,94,142,0) 40%, rgba(41,94,142,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#295e8e",endColorstr="#295e8e",GradientType=1); }

#mainHeader.sub .ce_text { margin-bottom:120px; position:relative; }
#mainHeader.sub .ce_text h1 { color: #fff; font-size: 3.5em; font-style: italic; margin-bottom: 5px; }

#mainHeader.sub .ce_text h1:after { content: " "; display: block; background: var(--magenta); width: 100%; max-width:250px; height: 5px; position: absolute; left: 50%; transform: translateX(-50%); bottom:-20px; }


/* Content Slider */

#main-slider .caroufredsel_skin { max-width:60%; margin:0 auto; }
#main-slider .caroufredsel_wrapper { }

#main-slider .caroufredsel .ce_text { height: 100vh; font-size:15pt; position: relative; }
#main-slider .caroufredsel .ce_text .ce_text_inner { position: absolute; left:15vh; top:50%; transform: translateY(-50%); }

/*#main-slider .caroufredsel .ce_text.visible .ce_text_inner { position: absolute; left: 8vh; top: 50%; transform: translateY(-50%); }*/
#main-slider .caroufredsel .ce_text * { color:#fff; }
#main-slider .caroufredsel .image_container { box-shadow: rgba(0,0,0,0.2) 0 0 30px; border:1px solid #fff; }

#main-slider .caroufredsel .ce_text h1,
#main-slider .caroufredsel .ce_text h2 { font-size:3.5em; letter-spacing: 1px; font-weight: 300; text-transform: uppercase; margin: 20px 0; text-shadow: rgba(0,0,0,0.2) 3px 3px 3px;}
#main-slider .caroufredsel .ce_text h3 { font-size:1em; letter-spacing: 1px; font-weight: 300; text-transform: uppercase; margin: 5px 0;}

#main-slider .caroufredsel .ce_text ul { list-style:none; margin:0; padding:0; }
#main-slider .caroufredsel .ce_text ul li { font-size:1.4em; font-weight: 300; text-transform: uppercase; margin: 10px 0; }
#main-slider .caroufredsel .ce_text ul li:before { content: '» '; }

#main-slider .caroufredsel .ce_text h1 strong,
#main-slider .caroufredsel .ce_text h2 strong { font-weight: 500; }

#main-slider .caroufredsel_navi a.caroufredsel_prev { background: url(../../files/style/gfx/arrow-down.png) no-repeat center center; background-size: 40px auto; transform: rotate(90deg); left:0px; }
#main-slider .caroufredsel_navi a.caroufredsel_next { background: url(../../files/style/gfx/arrow-down.png) no-repeat center center; background-size: 40px auto; transform: rotate(-90deg); right: 0px;}

#main-slider .caroufredsel_pagi { display: flex; justify-content: center; margin-top:50px;}
#main-slider .caroufredsel_pagi a { display: block; width:15px; height: 15px; margin: 3px; background:#fff; border-radius: 50%; }
#main-slider .caroufredsel_pagi a span { display: none;}
#main-slider .caroufredsel_pagi a.selected { background:#1c3443; }



/* +----------------------------------------------------------------------- */
/* | MainNavigation
/* +----------------------------------------------------------------------- */


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

#main-navigation { position: relative; z-index: 9600; margin-top:10px; }
#main-navigation .inside {
    display: flex;
    justify-content: flex-end;
}
#main-navigation .block { overflow: visible; }
#main-navigation * { margin: 0; padding: 0; box-sizing: border-box; font-size:13pt;  }
#main-navigation #MainNavigation {  }

#main-navigation ul { margin: 0;padding: 0;  transition-duration: 1s;  }

#main-navigation ul li { margin:0 20px; padding:5px 0; position: relative; float: left; list-style: none; transition: 0.5s; color: var(--turkis); }
#main-navigation ul li * { display: block; color: #fff; font-size:1.3em; font-weight: 400; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }

#main-navigation ul li:hover a, 
#main-navigation ul li.active strong.active { color: var(--turkis); }


#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; padding:0; opacity: 0; display:none; border-top: solid 4px var(--turkis); }

#main-navigation ul ul li { }
#main-navigation ul ul li * { color: #333; font-size: 0.6em; padding: 10px; display: block;  }
#main-navigation ul ul li:hover a,
#main-navigation ul ul li.active strong.active { background: var(--turkis); color: #fff; }





#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: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; }


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

.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/style/gfx/icons/facebook.svg) no-repeat center center; background-size:100% auto; }
#footer .mod_socialmedia ul li a[title="Instagram"] { background: url(../../files/style/gfx/icons/insta.svg) no-repeat center center; background-size:100% auto; }

/* +----------------------------------------------------------------------- */
/* | Portal
/* +----------------------------------------------------------------------- */



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

#welcome p { font-size:1.2em; line-height:1.5; font-weight: 300;}
#welcome p span { text-decoration: none !important; border-bottom: 2px solid #0080c8; padding-bottom:2px; }


section.ce_parallax { background: rgb(41,94,142);
background: -moz-linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
background: -webkit-linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
background: linear-gradient(54deg, rgba(41,94,142,1) 35%, rgba(96,195,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#295e8e",endColorstr="#60c3d9",GradientType=1); }

section.ce_parallax h3 { color: #fff; font-size:2.2em; font-weight: 400; text-shadow: rgba(0,0,0,0.4) 2px 2px 2px; font-style: italic; }
section.ce_parallax h4 { color: #fff; font-size:1.2em; font-weight: 400; font-style: italic; }

.nav_opener { flex-basis: 100%; margin-top:50px;}
.nav_opener ul { list-style:none; margin:0; padding:0; display: flex; justify-content: space-between; }
.nav_opener ul li { flex-basis: calc(33.33% - 20px); margin:10px; text-align: center; }
.nav_opener ul li.politik { background: rgb(41,94,142) url(../../files/website/images/home/Rainer-Alois_IHA8860_web.jpg) no-repeat center center; background-size: cover; }
.nav_opener ul li.ueber-mich { background: rgb(41,94,142) url(../../files/website/images/home/Rainer-Alois_IHA1165_web.jpg) no-repeat center center; background-size: cover; }
.nav_opener ul li.aktuelles-nav { background: rgb(41,94,142) url(../../files/website/images/home/Bundestag_0069.jpg) no-repeat center center; background-size: cover; }
.nav_opener ul li a { display: flex; flex-direction: column; position: relative; padding:300px 20px 100px; text-decoration: none; font-weight: bold; font-style: italic; color:#fff; font-size: 2em; transition: all 1s;
	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }

.nav_opener ul li a span { display: block; }
.nav_opener ul li a span:first-child { margin-bottom: 10px;}
.nav_opener ul li a span:first-child::after { content: " "; display: block; background: var(--turkis); width:80px; height: 3px; position: absolute; left: 50%; transform: translateX(-50%); }
.nav_opener ul li a span.rel_more { opacity: 0; background: var(--turkis); color: #fff; font-weight: 300; padding:10px 20px; font-size:.4em; max-width: 200px; position: absolute; left:50%; transform: translateX(-50%); bottom:30px;}
.nav_opener ul li a:hover span.rel_more { opacity: 1; transition-duration: .6s; }

.nav_wahlkreise { flex-basis: 100%; margin-top:50px;}
.nav_wahlkreise ul { list-style:none; margin:0; padding:0; display: flex; justify-content: space-between; }
.nav_wahlkreise ul li { flex-basis: calc(33.33% - 20px); margin:10px; height: 250px; text-align: center; position: relative; background: rgb(41,94,142);
background: -moz-radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%);
background: -webkit-radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%);
background: radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#295e8e",endColorstr="#01305b",GradientType=1); }

.nav_wahlkreise ul li a { display: flex; flex-direction: column; align-items: center; padding:50px 20px; text-decoration: none; font-weight: bold; font-style: italic; color:#fff; font-size: 1.3em; transition: all 1s; position: absolute; left:0; top:0; bottom:0; right:0;  }
.nav_wahlkreise ul li a:hover { transform: scale(1.1); }

.nav_wahlkreise ul li i { width: 100px; height: 100px; margin-bottom: 20px; }
.nav_wahlkreise ul li.sr i { background: url(../../files/style/gfx/wappen/stadt-straubing.svg) no-repeat center center; background-size: contain; }
.nav_wahlkreise ul li.srbog i { background: url(../../files/style/gfx/wappen/landkreis-straubing-bogen.svg) no-repeat center center; background-size: contain; }
.nav_wahlkreise ul li.regen i { background: url(../../files/style/gfx/wappen/landkreis-regen.svg) no-repeat center center; background-size: contain; }

#nav_aktuelles { flex-basis:100%; margin-bottom:30px;}
#nav_aktuelles ul { list-style:none; margin:0; padding: 0; display: flex; justify-content: center; }
#nav_aktuelles ul li { margin:5px; }
#nav_aktuelles ul li a, #nav_aktuelles ul li strong { background: var(--turkis); padding:5px 10px; color:#fff; text-decoration: none; font-style: italic; font-size:1.35em; }
#nav_aktuelles ul li a:hover, #nav_aktuelles ul li strong { background: var(--dark); font-weight:normal; }


#bib ul { list-style:none; padding:0; margin: 0; display: flex; }
#bib ul li { flex-basis: calc(33.33% - 20px); margin:10px; text-align: center; position: relative; 
	background: rgb(41,94,142);
	background: -moz-radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%);
	background: radial-gradient(circle, rgba(41,94,142,1) 0%, rgba(1,48,91,1) 100%); }

#bib ul li a { color: #fff; display:flex; height: 150px; padding:12px; align-items: center; justify-content: center; text-decoration: none;}
#bib ul li a:hover { color: var(--turkis); }

#contentWK {}
#contentWK .flexcontent { justify-content: center; align-items: center; }

.ce_table { border:none;  }
.ce_table table {  }
.ce_table table tr { border-bottom: 1px solid #eaeaea; }
.ce_table table tr td { padding: 8px; }

.ce_image.wappen { }
.ce_image.wappen .image_container { text-align:center; }
.ce_image.wappen img { max-width:220px; }


body.newsreader #mainHeader { display: none; }



.mod_newslist { display: flex; flex-wrap: wrap; justify-content: flex-start; flex-basis: 100%; }
.mod_newslist .layout_latest { flex-basis: calc(50% - 40px); margin: 20px; position: relative; background: rgba(240,240,240,.2); box-shadow: rgba(0,0,0,0.2) 0 0 10px; }
.mod_newslist .layout_latest.briefberlin { flex-basis: 60%; margin: 20px 0; position: relative; background: rgba(240,240,240,.2); }
.mod_newslist .layout_latest figcaption { display: none; }

.mod_newslist .layout_latest.briefberlin { display: flex;  justify-content: space-between; align-items: center;}
.mod_newslist .layout_latest.briefberlin .date { flex-basis: 150px; text-align:center; }
.mod_newslist .layout_latest.briefberlin .headline { }
.mod_newslist .layout_latest.briefberlin .download { flex-basis: 150px; text-align:center; }

.mod_newslist .layout_latest .text_container { padding: 20px; position: relative; }
.mod_newslist .layout_latest .text_container h3 { font-weight: 300; font-size:1.5em; }
.mod_newslist .layout_latest .text_container a:hover { text-decoration: none; }

.mod_newslist .layout_latest.briefberlin .headline h3 { font-weight: 300; font-size:1.5em; margin:0; font-weight: bold; }
.mod_newslist .layout_latest.briefberlin .download a { background: var(--dark); padding:5px 10px; color:#fff; margin:0; display:inline-block; }


.mod_newslist .layout_latest .more { display: flex; flex-direction: row-reverse; }
.mod_newslist .layout_latest .more i { margin-left:10px;}
.mod_newslist .layout_latest .more a { font-weight: 300; text-transform: lowercase; text-decoration: none;  }
.mod_newsreader .back a {  }

.mod_newsreader h1 { text-transform: none; text-align:center; font-size: 3em;  }
.mod_newsreader .info { font-size: .8em; }
.mod_newsreader .back { display:none; margin:10px; text-transform: lowercase; text-align:right; }
.mod_newsreader .back a { background: var(--dark); color:#fff; padding: 5px 10px; text-decoration: none; }
.mod_newsreader .back a:hover { background: var(--turkis); }

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

#faq .flexcontent { justify-content: center; width: 100%;}


.mod_vita { margin:0 auto; width: 100%; position: relative; } 
.mod_vita #timeline { position: absolute; top:0; bottom:0; left: 50%; transform: translateX(-50%); width:2px; display: block; background: var(--turkis); z-index: -900;} 
.mod_vita .tl_row { display: flex; position: relative; } 
.mod_vita .tl_row:nth-child(2n) { flex-direction: row-reverse; } 
.mod_vita .tl_row .ce_text { flex-basis: calc(50% - 50px); margin:10px 15px 10px 0px; text-align:right; position: relative; } 
.mod_vita .tl_row:nth-child(2n) .ce_text { margin:10px 0 10px 15px; text-align:left; }

.mod_vita .tl_row .dot { position: absolute; right:-57px; top:4px; background: var(--dark); width:14px; height: 14px; border-radius: 50%; } 
.mod_vita .tl_row:nth-child(2n) .dot  { position: absolute; left:-57px; right: auto; top:4px; background: var(--dark); width:14px; height: 14px; border-radius: 50%; } 

.mod_vita .tl_row .line { position: absolute; right:-45px; top:10px; background: var(--dark); width:40px; height: 2px; } 
.mod_vita .tl_row:nth-child(2n) .line { position: absolute; left:-45px; right: auto; top:10px; background: var(--dark); width:35px; height: 2px; } 


.mod_vita .tl_row .ce_text h4 { margin:0 0 10px; }
.mod_vita .tl_row .ce_text h5 { font-weight: 500; color: var(--dark); margin:0; }

.mod_timeline {}
.mod_timeline ul { list-style:none; margin:0; padding:0; }
.mod_timeline ul li { padding:2px 0; display: flex; align-items: center; }
.mod_timeline ul li:last-of-type { border-bottom: none; }
.mod_timeline ul li span.date { flex-basis:130px; color: var(--dark); Background: rgba(41,94,142,.2); font-weight: bold; font-style: italic; text-align: center; padding:5px; }
.mod_timeline ul li span.ce_text { flex-basis: calc(100% - 160px);  margin-left:20px; padding:5px; }

/* +----------------------------------------------------------------------- */
/* | Parlamentarische Arbeit
/* +----------------------------------------------------------------------- */

.ce_text.day { background:#F9F9F9; box-shadow: rgba(0,0,0,0.25) 0 0 10px; }
.ce_text.day .ce_text_inner { padding:15px; }
.ce_text.day h4 { font-size:1.1em; text-align: center;margin: 10px 0 15px;  }
.ce_text.day h5 { background: var(--dark); padding:10px 5px; margin:0; text-align:center; color:#fff; font-weight: bold; }
.ce_text.day p { text-align: justify; hyphens: auto; -webkit-hyphens: auto;}

#main .ce_accordionSingle { padding: 0; margin-bottom: 10px; }
#main .ce_accordionSingle .toggler { padding: 10px 15px; background: var(--dark) url(../../files/style/gfx/arrow_down.svg) no-repeat right 15px center; background-size: 15px auto; color:#fff; font-size: 1.2em;}
#main .ce_accordionSingle .toggler.active { background: var(--dark) url(../../files/style/gfx/arrow_up.svg) no-repeat right 15px center; background-size: 15px auto; }
#main .ce_accordionSingle .accordion { background: #F9F9F9; }
#main .ce_accordionSingle .accordion div { padding: 20px; }
#main .ce_accordionSingle .accordion h4 { margin: 0 0 10px;}

/* +----------------------------------------------------------------------- */
/* | Teamübersicht
/* +----------------------------------------------------------------------- */

.mod_team_list {}
.mod_team_list .ce_member { position: relative; }
.mod_team_list .ce_member .ce_image {}
.mod_team_list .ce_member .ce_text { padding:20px; display: flex; justify-content: flex-end; flex-direction: column; position: absolute; left:0; top:0; bottom:5px; right:0; background: rgb(41,94,142);
background: -moz-linear-gradient(10deg, rgba(41,94,142,1) 0%, rgba(41,94,142,0) 40%);
background: -webkit-linear-gradient(10deg, rgba(41,94,142,1) 0%, rgba(41,94,142,0) 40%);
background: linear-gradient(10deg, rgba(41,94,142,1) 0%, rgba(41,94,142,0) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#295e8e",endColorstr="#295e8e",GradientType=1); }

.mod_team_list .ce_member .ce_text * { color:#fff; text-shadow: rgba(0,0,0,0.2) 0 0 3px; margin:0;}
.mod_team_list .ce_member .ce_text h4 { border-bottom: 2px solid var(--turkis); font-size: 1.5em; }
.mod_team_list .ce_member .ce_text h5 { font-weight: 500;}
.mod_team_list .ce_member .ce_text h6 { font-size: 0.85em;}

/* +----------------------------------------------------------------------- */
/* | Events
/* +----------------------------------------------------------------------- */

.mod_eventlist { display: flex; flex-wrap: wrap; justify-content: center; flex-basis: 100%; }

.mod_eventlist .event { flex-basis: calc(80% - 20px); margin: 10px; display: flex; background: rgba(41,94,142, 0.05); padding:5px;  }

.mod_eventlist .event .eventDate { flex-basis: 30%; padding:10px; justify-content: center;display: flex; flex-direction: column; text-align: center; color: var(--dark);  font-size: 1.25em;  text-align: center; }
.mod_eventlist .event .eventDate .date {font-weight: bold; margin:5px 0; }
.mod_eventlist .event .eventInfo { flex-basis: calc(100% - 130px); align-content: center; }
.mod_eventlist .event .eventInfo h3 { font-size:1.4em; margin-bottom: 5px; }
.mod_eventlist .event .eventLocation { display: flex; flex-direction: column; }
.mod_eventlist .event .eventInfo .locTitle { }
.mod_eventlist .event .eventTeaser { margin:10px 0; }

 nav.pagination { flex-basis: 100%; margin-top: 20px; }
 nav.pagination * { text-align: center; }
 nav.pagination ul { list-style:none; margin: 0; padding:0; display: flex; justify-content: center; }
 nav.pagination ul li { margin: 2px; }
 nav.pagination ul li a,
 nav.pagination ul li strong { display: block; background: rgba(41,94,142, 0.05); padding:5px 10px; }
 nav.pagination ul li a { text-decoration: none; font-weight: bold;}
 nav.pagination ul li a:hover,
 nav.pagination ul li strong { background: rgba(41,94,142, 1); color: #fff; }
 nav.pagination ul li.previous a,
 nav.pagination ul li.next a { font-weight: normal; text-transform: lowercase; }


/* +----------------------------------------------------------------------- */
/* | Caroufredsel
/* +----------------------------------------------------------------------- */

.ce_caroufredsel_gallery { position: relative; }
.caroufredsel_controls .caroufredsel_navi { }
.caroufredsel_controls .caroufredsel_navi a { position: absolute; top:50%; transform: translateY(-50%); z-index: 1000; display: block; width: 50px; height: 50px; }
.caroufredsel_controls .caroufredsel_navi a span { display: none; }
.caroufredsel_controls .caroufredsel_navi a.caroufredsel_prev { background: #cc9781 url(../../files/style/gfx/arrow-down.svg) no-repeat center center; background-size: 40px auto; transform: rotate(90deg); left:0px; }
.caroufredsel_controls .caroufredsel_navi a.caroufredsel_next { background: #cc9781 url(../../files/style/gfx/arrow-down.svg) no-repeat center center; background-size: 40px auto; transform: rotate(-90deg); right: 0px;}

.mod_caroufredsel_ticker .caroufredsel_navi a { width: 30px; height: 30px; }


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

#main .doubleContent { padding: 0 !important; overflow: hidden; background: var(--dark);}
#main .doubleContent .flexcontent { align-items: center; }
#main .doubleContent .ce_text { flex-basis: calc(50% - 6em); padding: 3em; }
#main .doubleContent .ce_text .ce_text_inner { padding:2em 8em; }
#main .doubleContent .ce_text.linkButton p a { background: rgba(189,167,137,.40); border:1px solid #fff; }
#main .doubleContent .ce_text.linkButton p:last-of-type { margin:0; }
#main .doubleContent .ce_image { flex-basis: 50%; }
#main .doubleContent .ce_image .image_container { overflow: hidden; margin-bottom: -5px; height: 100%; }
#main .doubleContent .ce_image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* optional, um Leerraum durch inline-img zu verhindern */
} 


#main .doubleContent * { color: #fff; }
#main .doubleContent h3 { font-size: 1.7em; color: var(--turkis); }
#main .doubleContent h4 { font-size: 1.3em; margin: 0 0 10px; color: var(--turkis); font-style: italic; font-weight: 400;  }
#main .doubleContent p { font-weight: normal; font-size: 1.1em; margin: 0 0 20px;}

#main .doubleContent .zitat p { font-size:1.25em; font-style: italic; }
#main .doubleContent .zitat p strong { color: #a2c417; }

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



#footer { position: relative; background: var(--dark); border-top:5px solid var(--turkis); padding: 50px 0 10px 0;}
#footer .inside {  }
#footer .inside .ce_image { text-align: center; }
#footer .inside .ce_image img { max-width:180px;}

#footer .spacer { width: 100%; height: 1px; background:#fff; margin:20px 0 15px;}
#footer .smallContent * { font-size: .8em; }

#footer .logo_rainer { max-width: 60%; margin-bottom: 20px; }
#footer .logo_cducsu { max-width: 60%; }

#footer .footer__inside * { color:#fff; line-height: 1.4; font-weight:300; }
#footer .footer__inside h2 { font-weight:600; font-size:1.1em; margin:0 0 15px; line-height: 1.6; color: #fff; font-style:italic; }
#footer .footer__inside h3 { font-weight:600; font-size:1.4em; margin:0 0 15px; line-height: 1.6; }
#footer .footer__inside h6 { font-weight:300; font-style:italic; font-size:0.8em; margin: -16px 0 15px 0;  }
#footer .footer__inside p { margin: 0 0 10px;  }
#footer .footer__inside p strong { font-weight: bold;   }
#footer .footer__inside p, #footer li {  }

#footer .footer__inside ul { list-style:none; margin: 0 0 10px; padding:0; }
#footer .footer__inside ul li { margin: 0; padding:0; }
#footer .footer__inside ul li span:first-child { display:inline-block; width:40px;}
#footer .footer__inside ul li span.opening { width:80px;}

#newsletterBox {
    background: var(--turkis);
    padding: 25px;
    width: 100%;
    height: 150px;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

#newsletterBox h2 { font-weight:600; font-size:3em; text-transform: uppercase; letter-spacing: 2px; margin:0 0 15px; line-height: 1.6; color: #fff; font-style:italic; text-align: center; }


#footer .mod_customnav {  }

#footer #rechtliches { }
#footer #rechtliches p { display: none; }
#footer #rechtliches ul { display: flex; justify-content: flex-end; }
#footer #rechtliches ul li { padding:0 5px;}
#footer #rechtliches ul * { font-size:9pt; }
#footer #rechtliches ul li a:hover,
#footer #rechtliches ul li.active * { color:var(--turkis); text-decoration: none; }

#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); justify-content: center; margin-top:20px;}
#footer #copyright p { padding:10px; text-align: center;}
#footer #copyright * { font-size:8pt; text-transform: uppercase; }

/* +----------------------------------------------------------------------- */
/* | Social Media
/* +----------------------------------------------------------------------- */

#SocialMedia { position: fixed; right:0; width:50px; top:16%; }
#SocialMedia ul { display: flex; flex-direction: column; }


/* +----------------------------------------------------------------------- */
/* | E-Recht
/* +----------------------------------------------------------------------- */
.content .ce_er24_legal_text h2 { text-align: left; font-size:1.5em; margin: 50px 0 20px; }
.content .ce_er24_legal_text h3 { text-align: left; font-size:1.3em; }


/* +----------------------------------------------------------------------- */
/* | Scroll Top
/* +----------------------------------------------------------------------- */

#scrollTopButton {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background: var(--magenta) url('../../files/style/gfx/up-arrow.svg') no-repeat center center;
      background-size: 65% auto;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: none; /* Button wird standardmäßig ausgeblendet */
      transition: opacity 0.3s ease, background-color 0.3s ease;
      width: 40px;
      height: 40px;
    }

    #scrollTopButton:hover {
      background-color: #0056b3;
    }

/* +----------------------------------------------------------------------- */
/* | Video
/* +----------------------------------------------------------------------- */

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}

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

.cookieconsent-optout-marketing { position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); text-align:center; line-height: 1.4; }
.cookieconsent-optout-marketing a { text-decoration: underline; }

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

.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;}

/* +----------------------------------------------------------------------- */
/* | Celverreach
/* +----------------------------------------------------------------------- */

#newsletterBox { }
#newsletterBox .editable_content { display: flex; justify-content: center; margin-top:35px; }
#newsletterBox .editable_content .cr_form-inputgroup, 
#newsletterBox .editable_content .cr_form-component { flex-basis:33%; }
#newsletterBox .editable_content button.cr_button, 
#newsletterBox .editable_content input.cr_form-input { padding:10px 10px; margin:5px; border:none; width: calc(100% - 30px); }

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

#f1 .formbody * { font-size: 12pt;  }
#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 select { width: 100%; line-height:45px; border:1px solid #ccc; margin-bottom:10px; color:#1d1d1d; font-weight: 400; padding: 12px; }
#f1 input.checkbox { width:20px; height: 20px;  }


#f1 input.text::placeholder,
#f1 select::placeholder { color:#9D9D9D; font-weight:400; font-size:12pt; }

#f1 textarea.textarea { width: calc(100% - 40px); padding:20px; min-height:193px; border:1px solid #ccc; color:#1d1d1d; font-weight: 500; }

#f1 select,
#f1 textarea.textarea::placeholder,
#f1 input.text::placeholder { color:#9D9D9D; font-weight:400; font-size:12pt; }
#f1 select option.selected { color:var(--dark); }

#f1 select,
#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:7pt;  }
#f1 .widget-checkbox label {color:#1d1d1d; font-size:9pt; line-height:20px; height: 20px; display: block;}

#f1 .widget-checkbox { margin-bottom:20px; }
#f1 .widget-checkbox span { display: flex;}
#f1 .widget-checkbox span input { margin-right: 10px;}
#f1 .widget-checkbox span label {}

#f1 .submit_container { text-align:center; }
#f1 .widget-submit button { background: var(--turkis); text-transform:uppercase; border:none; color: #fff; padding:10px; font-size:15pt; }

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

#f1 .widget-text,
#f1 .widget-select { flex-basis:calc(50% - 20px); margin:10px;}

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

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

#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: var(--magenta); 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(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, #f2 .widget-select { flex-basis:calc(100% - 20px); margin:0 10px 15px;}

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


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

#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: 100%; padding:5px; border:1px solid #ccc; margin-bottom:10px; color:#9D9D9D; font-weight: 400; font-size:12pt; }
#shortform input.checkbox { width:20px; height: 20px;  }
#shortform .widget-checkbox fieldset { border:none; padding: 0; margin-bottom:5px; font-size:10pt; }
#shortform .widget-checkbox label { margin-top: -3px; line-height: 20px;}

#shortform .widget-radio fieldset { border:none; padding: 0; margin-bottom:5px; }
#shortform .widget-radio legend { margin-bottom: 8px; }
#shortform .widget-radio label { }

#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 select,
#shortform input.text,
#shortform textarea.textarea { box-shadow:rgba(0,0,0,0.05) 5px 5px 5px; }

#shortform .widget { margin: 10px; }
#shortform .widget-submit button { background: var(--yellowDark); border:none; color: #fff; 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: 991px) {

    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {	
	.nav_podcasts ul {flex-direction: column; }
	.nav_podcasts ul li {flex-basis: auto; margin: 10px; }
	
	.video_container { padding-bottom: 75%;}
	
	.episode_list .episode { margin-bottom: 30px;}

	
	#header { display:flex; align-items: center; justify-content: center; flex-direction: row; flex-wrap:wrap;}
	#btn-anmeldung { position: relative; z-index:9500; width:50vw; height: 50vw; left:auto; bottom:auto;  }
	body.index #header #logo { position: relative; z-index:9500; width:70vw; top: auto; left:auto; bottom:auto; transform: none; margin-bottom:20px; }
    	
	#main-navigation-sticky-wrapper { display:none; }
	
	#navigation { position: relative; z-index: 8000;}
	
	#header #logo { width: 70%; }
	
	.content section, .section { padding: 40px 0; }
	
	.content h1 { font-size: 2.2em; hyphens: auto; -webkit-hyphens: auto; }
	.content h2 { font-size: 2em; }
    
	body.kickoff .content h1 { font-size: 2em; }
	body.kickoff .content h3 { font-size: 1.4em; }

	.col2 { column-count: auto; }
    
	#host .flexcontent { flex-direction: column; }
	#host .host { padding:20px 0;}
	#host .host h3, #host .host h4 { text-align:center; }
	#host .linkButton a { font-size:.8em; padding:10px;}
	
	#footer .ce_image { margin-bottom: 30px; }
	
	#partner .ce_image { margin: 10px 0;}
	
	#header .box-element { right: 0; }
	
	#f1 .widget-text, #f1 .widget-select, #f1 .widget-checkbox { flex-basis: calc(100% - 10px); margin: 5px; }
	
    .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; }

}
