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

body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{position:relative}#main{}#left{}#right{}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; 
  height:45px;
  }


  
  
  .dk-selected {
    background-color: white;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {

  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
 
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #CCCCCC;

  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10.5em;
  list-style: none;
  padding:0;
  margin: 0; }

.dk-option-selected {
  background-color: rgba(77, 89, 91, 1);;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: rgba(77, 89, 91, 1);;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: rgba(77, 89, 91, 1);; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: rgba(77, 89, 91, 1);; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: rgba(77, 89, 91, 1);; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/*Basics*/

:root {
    --button-color: #F66035;
    --button-hover-color: #F86F4C;
    --text-on-light: #F66035;
    --text-on-dark: #F66035;
    --text-on-button: #FFF;
    --header-color: #313131;
    --header-border-color: #222222;
    --header-text-color: #ffffff;
}



*{
    border: none;
    outline: none;
}

html{
font-size:100.1%;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
 -webkit-text-size-adjust: 100%;
}
 
body, html {
height:100%;
min-height:100%;
}

body{
font-family: interstate, sans-serif;
color:#222;
font-size: 18px;
line-height: 1.8rem;
font-weight:300;
display: flex;
min-height: 100vh;
flex-direction: column;
}



  #wrapper {
    flex: 1 0 auto;
  }

/*Basics*/

/*Ende sticky footer*/

/*Form*/
input,textarea,select{
/*Safari*/
-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
}

.widget{
    margin-bottom: 2rem;
    display: table;
    width: 100%;
    box-sizing: border-box;
      color:gray;
}


.widget.widget-checkbox{
    color: inherit;
}



.widget.w50,.widget-select {
    float: left;
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.widget.w50.clr {
    margin-right: 0;
}

.widget.w50.noflaot {
    float:none;
}

.widget.widget-checkbox, .widget.widget-radio {
    display: block;
    margin-bottom: 2rem;
    padding-left: 32px;
}

.widget.widget-checkbox label span, .widget.widget-radio label span{
    display: inherit;
}

.widget.widget-text input {
 
    padding: 10px 15px;
    width: 100%;
    background: #f3f4f6;
    border: 0;
    box-sizing: border-box;
}

.widget.widget-textarea textarea {
    padding: 15px;
    width: 100%;
    background: #f3f4f6;
    border: 0;
    box-sizing: border-box;
}

.submit{
    background: transparent;
    padding: 0 4rem;
    line-height: 3rem;
    float: right;
    display: table;
    cursor: pointer;
    color: white;
}



body .icheckbox_minimal {
    margin-left: -32px;
    margin-right: 10px;
}


body .dk-select, body .dk-select-multi{
    width: 100%;
    box-sizing: border-box;
}


body .dk-select .dk-selected{

    padding:10px 15px;
}

body .dk-select{
    height: auto;
}

body select[data-dkcacheid] {
    display: block;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -99999;
}

.widget-select {
    position: relative;
}



/*Ende Form*/

/*set images to maxwidth 100%*/
figure{
line-height:0;
    margin: 0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
}

a{
color:inherit;
}
 
 
a:focus{
}
/*Ende Basics*/



 a {
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
text-decoration: none;
color:inherit;
 }


.table{
display:table;
width:100%;
}

.table-wrapper {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  table-layout:fixed;
}

.row{
display:table-row;
position:relative;
}

.row > *{
display:table-cell;
}

.vtop{
    vertical-align: top
}

.vmiddle{
    vertical-align: middle
}

.vbottom{
    vertical-align: bottom
}


.headlinecontainer{
margin-bottom:2rem;
}

.headlinecontainer > *{
margin:0;

}


h1, h2, h3, h4, h5, h6 {
    font-family: "KlavikaWebBasicLight",arial,sans-serif;
    font-weight: 100;
}
 
h1, .h1 {
  font-size:1.7em;
  line-height:1.2em;
  letter-spacing:0.03em;
  margin-bottom:0.5em;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.6;
}
h3, .h3 {
  font-size:1.5em
}
h4 {
font-size:1.4em;
    margin-bottom: 0;
}

h5, .h5{
font-size:16px;
font-weight:600;
}
h6{}

ul li{

}


li{
list-style-type:none;
}

 
p{
margin-bottom:20px;
    margin-top:0;
}

p:last-of-type{
margin-bottom:0;
}
 
ul,ol{
margin:0;
    padding:0;
}
 

span{
    display: block;
}

#main {

}


/*Teaser*/
.ce_pageteaser span, .ce_pageteaser a, .ce_page_teasers_element span, .ce_page_teasers_element a{
    display: block;
}
.teasergrid > div, .teasergrid > ul {
    margin: -10px -10px -20px -43px;
    display: table;
    min-width: 100%;
}

.ce_gallery ul > li a{
    display: block;
}

.teasergrid > ul > *, .teasergrid > div > *,.ce_gallery ul > li{
    float: left;
    margin:0 10px 20px;
}

.ce_gallery ul > li img{
    max-width: 100%;
    height: auto;
}

.teasergrid > .itemsperRow_1 > *, .ce_gallery ul.cols_1 > li{
    width:calc(100% / 1 )
}

.teasergrid > .itemsperRow_2 > *,.ce_gallery ul.cols_2 > li{
 width:calc( (100% - (4 * 10px)) / 2 )
}

.teasergrid > .itemsperRow_3 > *, .ce_gallery ul.cols_3 > li{
    width:calc( (100% - (6 * 10px)) / 3 )
}

.teasergrid > .itemsperRow_4 > *, .ce_gallery ul.cols_4 > li{
    width:calc( (100% - (8 * 10px)) / 4 )
}

.teasergrid > .itemsperRow_5 > *, .ce_gallery ul.cols_5 > li{
     width:calc( (100% - (10 * 10px)) / 5 )
}


.teasergrid > .itemsperRow_6 > *, .ce_gallery ul.cols_6 > li{
    width:calc(100% / 6 )
}



#herosection{
    width: 100%;
	position:relative;
}

#herosection .mod_pageImage > .inside.mod_pageImage > .inside,#herosection .mod_pageImage > .inside .bgImage{
    line-height:0;
}

#herosection .mod_pageImage > .inside .caption{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}


#herosection .inside,#herosection .inside .ce_herosection,#herosection .inside .ce_herosection .flexslider,#herosection .inside .ce_herosection .flexslider .slides, #herosection .inside .ce_herosection .flexslider .slides li,#herosection .inside .ce_herosection .flexslider .slides li .bgImage, #herosection .inside .ce_herosection .mod_pageImage,#herosection .inside .ce_herosection .mod_pageImage .inside, #herosection .inside .ce_herosection .mod_pageImage .inside .bgImage{
    height: 100%;
}

#herosection .caption *, #herosection .bgImage *,#herosection .flex-control-nav{
    height: auto;
}


/*if googlemap Iframe*/
#herosection iframe {

    border: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99999;
}


.headertop > .inside,.headerbottom > .inside, .footertop > .inside,.footerbottom > .inside,#main .mod_article > .block{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
        position: relative;
}

footer > .inside{
    
}


#main .mod_article > .block{
    padding: 2rem;
}


 #main .mod_article.fullwidth > .block, #main .mod_article > .block.fullwidth {
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*parallax*/
.fullwidth.mod_article > .block.ce_parallaxImage{
    padding: 0;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 650px;
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



/*introtext*/
#main .mod_article > .ce_introtext{
    max-width: 980px;
}

/*align*/

.flex-viewport{
    height: 100%;
}

body .flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
 
}

body .flex-control-nav {

    bottom: 0;

    z-index: 999;
}





.avatar.rounded {
    border-radius: 50%;
    overflow: hidden;
    height: 20vw;
    width: 20vw;
    max-width: 250px;
    max-height: 250px;
  /*  margin: 0 auto; */
}

.center .textholder{
    text-align: center;
}

.textholder.align_above{
    margin-bottom: 6rem;
}

/*csscolumn*/

.columnized{
      column-fill: balance;
      -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
    orphans: 3;
    widows: 3;
}


.columnized.colcount_2{
 -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
}

.columnized.colcount_3{
-webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
}


.columnized.colcount_4{
 -webkit-columns: 4 200px;
     -moz-columns: 4 200px;
          columns: 4 200px;
}


.columnized h3, .columnized h2, .columnized h1, .columnized h4, .columnized h5, .columnized h6,.columnized .headlinecontainer { 
  -webkit-column-span: all; 
          column-span: all; 
}


.columnized p {
  break-after: column;
    -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/*Headerefx*/
header.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    width: 100%;
    z-index: 999;
}

body.effectHeader.showOnUp.up header.clone {
     transform: translateY(0);
}

body.effectHeader.showOnDown.down header.clone,body.effectHeader.showOnDown.up header.clone {
      transform: translateY(0);
}


.vAlign_middle .row > *{
    vertical-align: middle;
}

.vAlign_top .row > *{
    vertical-align: top;
}


.vAlign_bottom .row > *{
    vertical-align: bottom;
}

.ce_kachelelement .row > *{
    width: 50%;
}




.ce_kachelelement .notfloat_right{
    padding-left:calc(((100% - 1280px) / 2)); 
}

.ce_kachelelement .notfloat_right > .inside{
    padding: 4rem 4rem 4rem 2rem;
}

.ce_kachelelement .notfloat_left{
    padding-right:calc(((100% - 1280px) / 2)); 
  
}

.ce_kachelelement .notfloat_left > .inside{
     padding: 4rem 2rem 4rem 4rem;
}

.ce_kachelelement video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*scrolltop*/
a#return-to-top {
    
  background: var(--darkblue);
color: white;
    width: 60px;
    height: 48px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:99999;
}

a#return-to-top:hover {
opacity:0.8;
}



a#return-to-top .icon-chevron-up{
    display: table;
height: 100%;
width: 100%;
}

a#return-to-top .icon-chevron-up {
    display: table;
height: 100%;
width: 100%;
}

a#return-to-top .icon-chevron-up > i{
display: table-cell;
vertical-align: middle;
text-align: center;
}

#return-to-top img {
   width: 59%;
	transform: rotate(-90deg);
	margin: 6px 0 0 12px;
}

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

.ce_gridList .slides li > img{
    opacity: 0;
    width: auto;
    max-width: 100%;
}

.ce_gridList .flexslider .slides > li:first-of-type{
    display: block;
}

.video_holder {
  position: relative;
background: black;
  overflow: hidden;
}

.ce_gridList video{

  width: 100%;
  height: auto;
}

/*Tciker*/
.ce_ticker{
    padding: 1rem 2rem 0.5rem;
    box-sizing: border-box;
}

#ticker {
    width: 100%;
    list-style: none;
    height: 1.85em;
    overflow: hidden;
    margin: 0;
}

#ticker > li {
    width: 100%;
    text-align: center;
    font-weight: bold;
}



/*Searchmodal*/
.openBtn {
    padding: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    margin-left: 2rem;
}

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

.openBtn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.openBtn:hover {
 opacity: 0.8;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}


.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}


[type="search"] {
width: 100%;
}


.mod_search form {
    display: table;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.mod_search form > .formbody{
   display: table-row;  
}

.mod_search form > .formbody > *{
   display: table-cell;
    vertical-align: middle;
}


.mod_search form .widget-text {
    background: white;
    width: calc(100% - 200px);
}


.mod_search form .widget-submit {
    width: 200px;
    border: 2px solid gray;
    background: gray;
}


.mod_search form .widget-submit > * {
    width: 100%;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
}
 .mod_search form [type="submit"] {
    padding: 0;
    margin: 0;
    line-height: 1;

}


.mod_search form .widget.widget-text input{
   background: white;
    padding: 10px 20px;
}

/*Linked Headline*/
/*headlinelink*/



.ce_headlineLink > .inside {
    display: table;
    margin: 0 auto;
}

.ce_headlineLink .h2 {
    font-size: 56px;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.ce_headlineLink .subheadline{
    font-size: 28px; 
}

.ce_headlineLink .headlineholder {
    padding-left: 3rem;
}

.ce_headlineLink .icon {
width: 100px;
height: 100px;
}


/*HeroImage*/
.ce_heroImage{
   position: relative;
}

.ce_heroImage .caption{
       position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.ce_heroImage .caption > .inside{
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 2rem;
    box-sizing: border-box;
}

.noMargBottom{
    margin: 0;
}

.captext{
    text-align: center;
}

.capholder h2{
    font-size: 48px;
    line-height: 1;
}

.capholder .linkText {
    display: table;
    margin: 0 auto;
        margin-top: 0px;
    background: var(--orange);
    line-height: 1;
    padding: 10px 2rem;
    margin-top: 2rem;
}

.footertop .row > *{
    vertical-align: middle;
}

.socialholder {
    float: right;
    display: table;
}

.socialcell .item {
    float: left;
    margin-left: 20px;
    width: 40px;
}

.socialcell img {
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

/*wow*/

.wow{
    visibility: hidden;
}

.logowhite {
    margin-bottom: 2rem;
}


.mod_logo {
    width: 180px;
}

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

.footertop .row > * {
    vertical-align: top;
}


.social {
    display: table;
    float: right;
}

.social > * {
    float: left;
    margin-right: 20px;
}

.social span {
    display: block;
}

.socialIcon img {
    max-height: 100%;
}

.social img {
    height: 25px;
    width: auto;
}

.headertopholder {
    display: table;
    width: 100%;
    text-align: center;
    letter-spacing: 0.03rem;
    line-height: 1;
}

.headertopholder, .footertop, .footerbottom {
    padding: 20px 0;
    font-weight: 400;
    font-size: 15px;
}

.footertop{
    background: gray;

}

.footerbottom,.headertop{
    background: black;
}

.footertop, .footerbottom, .headertop{
      color: white;  
}

.social > * > span {
    height: 100%;
    line-height: 0;
}

.map {
    height: 450px;
}


#header .row > * > span.icon {
    height: 0.8rem;
    margin-right: 5px;
}

#header .row > * > span {
    display: inline-block;
    vertical-align: middle;
}

#header .row > * > span.icon img {
    height: 100%;
    width: auto;
}

#header .mod_navigation > ul > li {
    float: left;
    margin-left: 2rem;
}

.navigation > * {
    float: right;
    width: auto;
}

header .row > *{
    vertical-align: middle;
}

body .sf-menu a, body .sf-menu strong {
    border: none;
    padding: .75em 1em;
        padding-right: 1em;
    color: inherit;
    display: block;
}

body .sf-menu li {
    background: transparent !important;
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
}

#header .mod_navigation .sf-menu ul a, #header .mod_navigation .sf-menu ul strong{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

#header .mod_navigation .sf-menu ul strong{
    display: block;
padding: .75em 1em;
    padding-right: 1em;
padding-right: 1em;
}

#header .mod_navigation .sf-menu ul a:hover, #header .mod_navigation .sf-menu ul strong:hover, #header .mod_navigation .sf-menu ul strong{
    background: whiteSmoke;
}

body .sf-menu ul {
    box-shadow: none;
    background: white;
}

body .sf-arrows .sf-with-ul:after{
    border-top-color: var(--blue) !important;
}

body .sf-menu {
    float: none;
    margin-bottom: 0;
}

header .mod_navigation.block{
    overflow: visible;
}

body .sf-menu a {
    color: inherit;
}


.pageimage {
    position: relative;
    background: black;
}

#herosection .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#herosection .caption *, #herosection .bgImage *, #herosection .flex-control-nav {
    height: auto;
}
#herosection .caption .inside > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
    color: white;
    box-sizing: border-box;
}

#herosection .caption .inside > div {
    color: white;
}

#herosection h1 {
    font-size: 40px;
}

#herosection .row > *{
    vertical-align: bottom;
}

.linkText {
    display: table;
    margin-top: 2rem;
}

.linkText a {
    display: block;
    border: 1px solid rgba(255,255,255,0.6);
    line-height: 1;
    padding: 10px 40px;
}

/*paddingsetup*/

.noPadBottom, #main .mod_article > .block.noPadBottom{
    padding-bottom: 0;
}

.noPadTop, #main .mod_article > .block.noPadTop{
    padding-top: 0;
}


.noPadBottom, #main .mod_article > .block.noPadBottom{
    padding-bottom: 0;
}

.padTopSmall, #main .mod_article > .block.padTopSmall{
    padding-top: 2rem;
}

.padBottomSmall, #main .mod_article > .block.padBottomSmall{
    padding-bottom: 2rem;
}

/*gridlist varinate*/
.twocol.ce_gridList{
    
}


.twocol.ce_gridList .teasergrid > div > div{
    display: table;
    margin: 0 auto;
    padding-right: 2rem;
}

.twocol.ce_gridList .teasergrid > div > div > .inside{
    display: table-row;
}

.twocol.ce_gridList .teasergrid > div > div > .inside > *{
    display: table-cell;
    vertical-align: middle;
}



.twocol.ce_gridList .teasergrid > div > div > .inside > .text{
    text-align: left;
}

.twocol.ce_gridList .teasergrid > div > div > .inside > .image_container{
    padding-right: 2rem;
}

.center.twocol.ce_gridList .teasergrid > div > div {
    margin: 0 auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.center.twocol.ce_gridList .teasergrid > div {
    margin: 0 -2rem 0 0;
}


/*align*/
.center{
    text-align: center;
}

/*kachelelement overlap*/
.mediaholder{
    position: relative;
}


.ce_kachelelement .mediaholder > .bgImage{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ce_headline > ::after {
    content: '';
    display: block;
    max-width: 50px;
    margin: 2rem auto 0;
    height: 3px;
    width: 100%;
    background: #333;
}

.ce_kachelelement .overlapElement > .inside{
    padding: 0;
}

.ce_kachelelement .overlapElement.notfloat_left > .inside .holder {
    padding: 2rem;
    margin-left: -4rem;
    margin-right: 4rem;
    /*width: calc(100% + 4rem);*/
    background: #d6e8ef;
     position: relative;
    z-index: 1;
}

.ce_kachelelement .overlapElement.notfloat_right > .inside .holder {
    padding: 2rem;
    margin-right: -4rem;
  /*  width: calc(100% + 4rem);*/
 margin-left: 4rem;
    position: relative;
    z-index: 1;
}


.mod_article .ce_kachelelement .overlapElement > .inside .holder{
     background: white;
}

.mod_article[style*="background: #d6e8ef"] .ce_kachelelement .overlapElement > .inside .holder{
    background: #d6e8ef;
}


.ce_kachelelement .overlap .mediaholder .bgImage{
    padding: 4rem 0;
    margin-top: -4rem;
}

.table.overlap {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

#header .link .title, .ce_text a, #footer a, .links li span, .readmore{
	transition: all 0.2s;
}
#header .link .title:hover, .ce_text a:hover, #footer a:hover, .links li span:hover, .readmore:hover, .ce_hyperlink a:hover {
	opacity:0.75;
}

.floating_right{
    float:right;
}

.floating_left{
    float:left;
}

.textalign_right{
    text-align: right;
}

.textalign_left{
    text-align: left;
}

.textalign_center{
    text-align: center;
}

.mod_navigation > ul{
    display: table;
}

.image_container a{
    display: block;
}

#container{
    max-width: 1280px;
    margin: 0 auto;
}


@media all and (min-width: 1920px){



}

@media all and (max-width: 1260px){

   
}

@media all and (max-width: 980px){
   .teasergrid > .itemsperRow_3 > *, .ce_gallery ul.cols_3 > li {
  width: calc( (100% - (4 * 10px)) / 2 );
}
    
}



@media all and (max-width: 680px){
   .teasergrid > .itemsperRow_3 > *, .ce_gallery ul.cols_3 > li {
  width: 100%;
       margin: 0 0 20px;
}
    
        .teasergrid > .itemsperRow_4 > *, .ce_gallery ul.cols_4 > li {
  width: calc( (100% - (0 * 10px)) / 1 );
}
    

}
/*
    Mobile Menu Core Style
*/

.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 4px 0 0 5px;
}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 25px; height: 2px;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 4px; }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
}
/* Button */



.slicknav_btn {
 cursor: pointer;
line-height: 1.125em;
display: block;
vertical-align: middle; 
 float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: 20px;
    text-decoration: none;
    top: 30px;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: green;

    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #009036;
}
.slicknav_menu {
	background-color:rgba(255, 255, 255, 0.9);
	
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
	background:#009036;
}

.slicknav_nav ul.level_1 li > *{
padding:5px 20px;
}

.slicknav_nav ul.level_1 li > ul{
padding:0;
}
.slicknav_nav ul li > span.active, .slicknav_nav ul li.trail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
}

.slicknav_nav ul li.trail > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.slicknav_nav ul li.trail > a .slicknav_arrow{
color: rgba(255, 255, 255, 0.8);
}


.slicknav_nav ul li.trail > a > a, .slicknav_nav ul li.trail > a > span {
    color: rgba(255, 255, 255, 0.8);

}

.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item {

}
.slicknav_nav a{
	text-decoration:none;
	color:#fff;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item a:hover {
	background:rgba(0,0,0,0);
}
.slicknav_nav a:hover{
	background:rgba(0,0,0,0.1);
}

.slicknav_nav a, .slicknav_nav span{
font-size:16px;
font-weight:300;
color:#f3e400;
}

.slicknav_nav ul.level_2 li > * {
    padding: 5px 30px;
}

.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_nav ul li > *{
display:block;
width:auto;

}

/* New Header 2016 */
.slicknav_menu .slicknav_menutxt {
    color: white;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}
.slicknav_menu{
	background: rgb(77, 89, 91);
}
.slicknav_nav {
	color:#fff;
	background:rgb(77, 89, 91);
}
.slicknav_nav a, body.new .slicknav_nav span{
	color:rgb(255, 205, 0);
}
:root {
    --darkblue: #032351;
     --blue: #043478;
}

body .slicknav_btn {
    position: absolute;
    right: 20px;
    top: 50px;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    float: none;
    width: 25px;
    padding: 0;
    box-sizing: border-box;
}

body .slicknav_menu{
position:relative;
    background: white;
    padding:0;
}

body .slicknav_nav ul{
margin:0;
}

body .slicknav_menu .slicknav_icon {
    float: left;
    width: 100%;
    height: 100%;
}

body .slicknav_menu .mod_logo {
    margin: 10px 20px;
    max-width: 160px;
    line-height: 0;
}


body .slicknav_menu .slicknav_icon-bar {
  background-color: #525556;
    display: block;
width: 25px;
height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

body .slicknav_nav, body .slicknav_nav a:hover{
 background-color: var(--blue);
 color:white;
}

body .slicknav_nav a, body .slicknav_nav li > strong.active {
    padding: 10px;
    margin: 0px;
    text-decoration: none;
    color:white;
    display: block;
}

.slicknav_nav li{
border-bottom:1px solid rgba(255,255,255,0.2);
}

body .slicknav_nav li > strong.active{
background:rgba(255,255,255,0.2);
}

#responsivenav
,.slicknav_menu
{
display:none;
}

body .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

body .slicknav_nav li >.slicknav_row {
display: block;

margin:0;
  cursor: pointer;
}

body .slicknav_nav li > .slicknav_row  > a{
display: inline-block;
padding: 10px;
}


body .slicknav_nav .current-menu-item .slicknav_row  > a{
pointer-events:none;
}


body .slicknav_nav .slicknav_row  > a:hover{
background:transparent;
}

body .slicknav_nav .sub-menu {
    background: rgba(255,255,255,0.1);
}

body .slicknav_nav .sub-menu li a::before {
    content: '•';
    font-size: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -15px;
}

body .slicknav_nav .sub-menu li a {
    padding-left: 25px;
    hyphens: auto;
line-height: 1.4;
}

body .slicknav_open > a, .current-menu-item > a,body .slicknav_nav a:hover, .current-page-ancestor > a,body .slicknav_nav .slicknav_row:hover {
background: rgba(0,0,0,0.1);
border-radius:0;
}

.slicknav_nav span.slicknav_arrow {
    display: inline-block;
        color: rgba(255,255,255,0.8);

}

.current-menu-item > a:not(.slicknav_row){
pointer-events:none;
}

.slicknav_nav ul.level_1 li > a, .slicknav_nav ul.level_1 li > strong{
    padding: 5px 20px;
    display: block;
}

.slicknav_nav ul.level_1 ul li > a, .slicknav_nav ul.level_1 ul li > strong{
     padding: 5px 35px; 
}
/*Basics*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F9F1F5 inset; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #63294D;
  --primary: #63294D;
  --secondary: #A17E94;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }


@font-face {
  font-family: 'IsidoraSansAlt-MediumIt';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_0_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_0_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_0_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_0_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSansAlt-SemiBoldIt';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_1_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_1_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_1_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_1_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-SemiBold';
  src: url("/files/theme/layout/fonts/IsidoraSans/IsidoraSans-SemiBoldItalic.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/IsidoraSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'IsidoraSans-SemiBold';
  src: url("/files/theme/layout/fonts/IsidoraSans/IsidoraSans-SemiBold.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/IsidoraSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IsidoraSans-Bold';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_2_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_2_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_2_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_2_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-BoldIt';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_3_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_3_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_3_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_3_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-MediumIt';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_4_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_4_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_4_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_4_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-RegularIt';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_5_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_5_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_5_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_5_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-Medium';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_6_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_6_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_6_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_6_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSans-Regular';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_7_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_7_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_7_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_7_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSansAlt-Bold';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_8_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_8_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_8_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_8_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IsidoraSansAlt-SemiBold';
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_9_0.eot");
  src: url("/files/theme/layout/fonts/IsidoraSans/396167_9_0.eot?#iefix") format("embedded-opentype"), url("/files/theme/layout/fonts/IsidoraSans/396167_9_0.woff2") format("woff2"), url("/files/theme/layout/fonts/IsidoraSans/396167_9_0.woff") format("woff"), url("/files/theme/layout/fonts/IsidoraSans/396167_9_0.ttf") format("truetype"); }


@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/themes/CityStreetwear-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/updated/CityStreetwear-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'CityStreetwear-Bold';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.eot");
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.eot?#iefix") format("embedded-opentype"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.woff") format("woff"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CityStreetwear-Bold';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.eot");
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.eot?#iefix") format("embedded-opentype"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.woff") format("woff"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'CityStreetwear-SemiBold';
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_1_0.eot");
  src: url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_1_0.eot?#iefix") format("embedded-opentype"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_1_0.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_1_0.woff") format("woff"), url("../../files/theme/layout/styles/frontend/fonts/CityStreetwearUS/3A2A45_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Northwell';
  src: url("../../files/theme/layout/styles/frontend/fonts/Northwell/39B665_0_0.eot");
  src: url("../../files/theme/layout/styles/frontend/fonts/Northwell/39B665_0_0.eot?#iefix") format("embedded-opentype"), url("../../files/theme/layout/styles/frontend/fonts/Northwell/39B665_0_0.woff2") format("woff2"), url("../../files/theme/layout/styles/frontend/fonts/Northwell/39B665_0_0.woff") format("woff"), url("../../files/theme/layout/styles/frontend/fonts/Northwell/39B665_0_0.ttf") format("truetype"); }

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 500;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 600;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 700;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 800;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-800.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-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 Slab';
  font-style: normal;
  font-weight: 900;
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/robotoslab/roboto-slab-v25-latin-900.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* corinthia-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: 'Corinthia';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-regular.svg#Corinthia') format('svg'); /* Legacy iOS */
}

/* corinthia-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: 'Corinthia';
  font-style: normal;
  font-weight: 700;
  src: url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/corinthia/corinthia-v11-latin-700.svg#Corinthia') format('svg'); /* Legacy iOS */
}

/* 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/theme/layout/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* 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/theme/layout/fonts/roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* 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/theme/layout/fonts/roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* 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/theme/layout/fonts/roboto/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: url('/files/theme/layout/fonts/roboto/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/files/theme/layout/fonts/roboto/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


*{
    box-sizing: border-box;
}
body {
margin: 0;
  font-family: "IsidoraSans-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: #F9F1F5;
}


p a{
   
  text-decoration: underline;
     font-family: 'IsidoraSans-SemiBold', sans-serif;
}

p a:hover{
     color: #63294D;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'IsidoraSans-SemiBold', sans-serif;
  color: #242223;
     line-height: normal;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, header .mod_customnav,header .mod_navigation,.caption,footer .footer_center, footer .footer_right {
 
}

h2,h3 {
  font-size: 38px;
 line-height: 1.2;
  font-family: "IsidoraSans-Medium", sans-serif;
  font-weight: 400;
}

h3{
    font-size: 40px;
}

h4,h5{
    color: #383436;
    text-transform:uppercase;
    font-size: 28px;
}

.headlinecontainer{
    margin-bottom: 2rem;
}

header{
background-color: white;
}

header > .inside{
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 0;
}

header > .inside{
    padding: 40px 2rem;
}
footer > .inside{
    padding: 0;
}

#herosection .ce_kachelelement{
    max-width: 1980px;
    margin: 0 auto;
}

#herosection .bgImage img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


footer > .inside{
    max-width: none;
}

footer > .inside > * > .inside,#main .mod_article > .block{
    max-width: 1220px;
    padding: 10px 2rem;
    margin: 0 auto;
}
footer > .inside > * > .inside{
    padding: 2rem;
}

.footer_bottom > .inside, .footer_top > .inside{
    display: table;
    width: 100%;
}

header .mod_logo {
  display: block;
  width: 180px;
}

#main .mod_article > .block{
   padding: 4rem 2rem 3rem;
}

header .mod_navigation.block{
    display: table;
    float: right;
  max-width: 560px;
}

#header .mod_navigation > ul{
    white-space: nowrap;
}

#header .mod_navigation > ul > li{
    display: inline-block;
    vertical-align: middle;
    float: none;
    white-space: normal;
    line-height: 1;
    margin: 0;
}
#header .mod_navigation > ul > li > a,#header .mod_navigation > ul > li > strong{
display: block;
  padding: 0 4px;
  text-decoration: none;
  font-size: 16px;
}

#header .mod_navigation > ul > li.login > a,#header .mod_navigation > ul > li.login > strong{
display: inline-block;
    overflow: visible;
    line-height: normal;
    width: auto;
    height: auto;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #242223;
    padding: 6px 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-transform: uppercase;
}

#header .mod_navigation > ul > li:hover > a,#header .mod_navigation > ul > li.trail > a,#header .mod_navigation > ul > li > strong{
   color: #63294D; 
}


#footer {
  background-color: white;

}

#footer .footer-menu-title {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: 'IsidoraSans-SemiBold';
  color: #63294D;
  white-space: nowrap;
}


#footer a {
  text-decoration: none;
  color: #524B4F;
  font-size: 14px;
}

#main .mod_article .ce_kachelelement{
   
}

.ce_kachelelement .row, .ce_kachelelement .row > .mediaholder, .ce_kachelelement .row > .mediaholder .bgImage{
    height: 100%;
}

.ce_kachelelement .mediaholder > .bgImage{
    position: static;
    line-height: 0;
    width: 100%;
}

.ce_kachelelement:not(.ce_kursteaser) .mediaholder > .bgImage img{
   height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    box-sizing: content-box;
}

.ce_kachelelement .table{
    table-layout: fixed;
}

/*
.safari .ce_kachelelement:not(.ce_kursteaser) .mediaholder > .bgImage img{
     width: auto;
}
*/

.ce_kachelelement .textholder{
  
    vertical-align: middle;
     
   
}


.safari .ce_kachelelement .textholder{
    vertical-align: top;
}

#main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_left > .inside,#main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_right > .inside{
    height: 100%;
    box-sizing: border-box;
}

.ce_kachelelement .textholder > .inside{
    padding: 90px;
      background: white;
   
}

#main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_left > .bgImage {
    padding-right: 10px;
 
}
.safari #main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_left > .bgImage,
.safari #main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_right > .bgImage{
   display: table;
    width: 100%;
}

#main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_right > .bgImage {
    padding-left: 10px;
}



#main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_left  > .inside{
     margin-left: 10px;
}

#main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_right  > .inside{
     margin-right: 10px;
}

#herosection .ce_kachelelement .row > *{
    vertical-align: middle;
}

.ce_pageteaser .textholder{
   background-color: white;
  padding: 40px; 
}

#herosection .ce_kachelelement .notfloat_left,#herosection .ce_kachelelement .notfloat_right,
.ce_kachelelement .notfloat_right{
    padding: 0;
}

.ce_pageteaser .textholder .textholder{
    padding: 0;
    background: transparent;
}

.ce_pageteaser .textholder .textholder .teaserHeadline{
    margin-bottom: 0;
}


.preheadline{
  font-family: 'IsidoraSans-SemiBold';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  color: #242223;
  color: #63294D;
  letter-spacing: 0.03rem;
   /* min-height: 50px;*/
}



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

.ce_pageteaser .textholder .teaserHeadline{
   font-size: 24px;
    margin-bottom: 60px; 
    color: #242223;
  font-family: 'IsidoraSans-SemiBold', sans-serif;
  line-height: normal;
    min-height: 65px;
}

.ce_pageteaser .textholder .textholder .teaserHeadline{
    min-height: 0;
}

.ce_pageteaser .textholder .textholder .text{
    margin-bottom: 4rem;
}

.ce_pageteaser .textholder .linkliste a, .linkholder:not(.highlighted) .readmore,.linkholder:not(.layout_button) .readmore,p.more,
.linkset .readmore{
  font-family: 'IsidoraSans-SemiBold';
  font-weight: 600;
  color: #242223;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 40px;
background: url(/files/theme/layout/images/icons/arrow.svg) no-repeat scroll left 0 center/auto transparent;
}
.logsection.barmer .linkholder.barmer .readmore:before{
    content:'';
    display:inline-block ;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background: url(/files/theme/layout/images/grafiken/BARMER_Icon-Logo_screen_gruen_pos_RGB.svg) no-repeat scroll 0 0 transparent;
    margin-right: 10px;
}

.logsection.barmer .linkholder.barmer a {
  background: #CDFFCF;
  color: black;
  padding: 15px 20px;
  border-radius: 15px;
}
.logsection.barmer .linkholder.barmer:not(.highlighted) .readmore{
    color: black;
}

.back::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(/files/theme/layout/images/icons/arrow.svg) no-repeat scroll left 0 center/auto transparent;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-180deg);
  margin-right: 10px;
}

.linkholder.highlighted.layout_button{
    margin-top: 2rem;
}
.ce_ctaLink .linkholder.highlighted.layout_button .readmore a{
font-size:  24.2px;
}

.linkset,
.linkholder:not(.highlighted){
    margin-top: 2rem;
}

.linkliste li{
    margin-bottom: 0.5rem;
}

.teasergrid > div, .teasergrid > ul {
  margin: -10px -10px -20px;
  display: table;
  min-width: 100%;
}

#main .mod_article > .card{
    
}

.card > .inside, .mod_registration{
    background: white;
    padding: 2rem;
   
    padding: 120px 100px 100px;
}

#main .mod_article > .mod_registration{
  max-width: 850px;
    padding: 80px;
    margin: 8rem auto;
    margin-bottom: 100px;
}

#container{
    max-width: none;
    margin: 0;
}

body .slick-dots{
    position: relative;
    bottom: 0;
    margin-top: 1rem;
}

body .slick-dots li button:before{
    color: white;
    opacity: 1;
}

body .active .slick-dots li button:before{
    color: #63294D;
}

body .slick-prev::before, body .slick-next::before {
     color: #63294D;
}


.linkholder.highlighted{
    margin-top: 4rem;
}

.linkholder.highlighted a,
.linkholder.layout_button a{
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.linkholder.highlighted a,.submit,.linkholder.layout_button a{
display: inline-block;
  font-family: "IsidoraSans-SemiBold", sans-serif;
  font-weight: 400;
  color: black;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 26px;
  line-height: 1.5;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;

    color: #fff;
  background-color: #63294D;
  border-color: #63294D;
    padding: 15px 3rem 13px;

  -webkit-box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
  -moz-box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
  box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
}


.widget-submit{
    margin-top: 4rem;
    width: 100%;
}

.widget-submit,.mod_form.block{
    overflow: visible;
}

.submit{
    float: none;
    width: 100%;
}

form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding: 5px 10px;
  width: 100%;
  color: #5A5A5A;
  font-style: italic;
  outline: 0;
  border: none !important;
  max-width: 100%;
  background-color: #F9F1F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'IsidoraSans-Medium', sans-serif;
  height: 50px;
  font-size: 16px;
}

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer_bottom .inside{
    display: table;
    width: 100%;
}
.footer_bottom .inside > *{
   display: table-cell;
    vertical-align: middle;
}

.footer_bottom .inside > .footer_right{
    text-align: right;
}

.footer_bottom .mod_customnav ul li{
    float: left;
}

.footer_bottom .mod_customnav ul li:not(.last):after{
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


.ce_kursteaser .textholder > .inside{
    padding: 2rem;
    height: 100%;
        
}

.ce_kursteaser h2{
   font-size: 27px; 
    hyphens: auto;
}

.ce_kursteaser .preheadline{
    font-size: 26px;
    margin-bottom: 20px;
  text-transform: none;
  letter-spacing: normal;
  line-height: 120%;
}

.ce_kursteaser .teasergrid > div > div{
  -webkit-box-shadow: 0 4px 6px #00000029;
  -moz-box-shadow: 0 4px 6px #00000029;
  box-shadow: 0 4px 6px #00000029;
    
}

.ce_kursteaser,.ce_kursteaser .teasergrid > div > div{
   overflow: visible; 
}

.ce_kursteaser .linkholder a {
  min-width: 190px;
  padding: 14px 0;
  font-size: 18px;
    display: block;
}


.ce_kursteaser .teasergrid > div > div > .inside,.ce_kursteaser .teasergrid > div > div > .inside > .table{
    height: 100%;
}

.ce_kursteaser .bgImage{
    height: 100%;
}

.ce_kursteaser .bgImage > img {
  width: 100%;
  height: 100%;
    object-fit: cover;
    object-position: center;
}

.safari .ce_kursteaser .bgImage > img { 
height:auto;
}

body.anmeldung{
    background: url(/files/theme/layout/images/grafiken/whitepattern.svg) #F9F1F5 bottom 0 center/500px repeat;
}

.mod_registration h2{
    text-align: center;
    margin-bottom: 80px;
    font-size: 36px;
    color: #4A1F3A;
    margin-top: 0;
}

form span.mandatory{
    display: inline-block;
    margin-left: 5px;
}

#kursnavi .mod_navigation:not(.select){
    width: 100%;
    display: block;
}

#kursnavi .mod_navigation:not(.select) ul:after{
    content: '';
    display: block;
    height: 5px;
    border:2px solid #4A1F3A;
    display: table;
    width: 100%;
    background: white;
    border-radius: 10px;
}

#kursnavi .mod_navigation:not(.select) ul{
  width: 100%;
  margin: 0 auto;
  padding: 2.6rem 2rem 0;
  box-sizing: border-box;
    display: table;
}

#kursnavi .mod_navigation:not(.select) ul > li{
    float: left;
    margin: 0 10px 0;
}

#kursnavi .mod_navigation:not(.select) ul > li.first{
    margin-left: 0;
}

#kursnavi .mod_navigation:not(.select) ul > li.last{
    margin-right: 0;
}

#kursnavi .mod_navigation:not(.select) ul > li > a, #kursnavi .mod_navigation:not(.select) ul > li > strong{
  width: 100%;
  margin-bottom: 16px;
  background-color: #4A1F3A;
  -webkit-box-shadow: 0 2px 4px #0000006C;
  -moz-box-shadow: 0 2px 4px #0000006C;
  box-shadow: 0 2px 4px #0000006C;
  display: block;
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  font-family: 'IsidoraSans-Bold';
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

#kursnavi .mod_navigation:not(.select) ul > li.unpublish > a,.next a.unpublish{
	background-color: #4a1f3aa6;
    color: #ffffff;
}
#main .mod_article > .block.ce_kursContent,#kursnavi .mod_navigation:not(.select) ul{
    max-width: 1080px;
}

.ce_kursContent .video_container a{
    display: block;
}

.ce_kursContent .video_container a img{
    width: 100%;
}

.ce_kursContent .kursvideo{
    margin-bottom: 84px;
    background: white;
    -webkit-box-shadow: 0px 4px 8px #00000059;
  -moz-box-shadow: 0px 4px 8px #00000059;
  box-shadow: 0px 4px 8px #00000059;
}

.ce_kursContent .kursvideo + .headlinecontainer > *{
    font-size: 32px;
    word-break: normal;
    color: #4A1F3A;
  line-height: 1.2;
  letter-spacing: 0;
  }

.ce_kursContent .info{
    margin-bottom: 4rem;
}

.description .headlinecontainer{
    margin-bottom: 20px;
}

.description h5{
color: #4a1f3a;
  font-family: 'IsidoraSansAlt-Bold';
  font-size: 18px;
}

.descText {
  color: rgba(36, 34, 35, 0.74);
  font-family: 'IsidoraSans-Medium';
  font-size: 16px;
}

.material .headlinecontainer > *,
.download .headlinecontainer > *{
  font-size: 18px; 
    margin-bottom: 2rem;
}


.material{

}
.material .icon{
    line-height: 0;
}
.material .name{
    line-height: 1;
    margin-top: 0.5rem;
}

.material > .inside > *{
       display: inline-block;
  padding: 0;

  margin-right: 18px;
    text-align: center;
  color: #4A1F3A;
  font-size: 14px;
  font-family: 'IsidoraSans-Medium';
}

#main .bonus .textholder > .inside{
background-color: white;
  padding: 10px 16px;
  font-size: 18px;
  height: 100%;
  min-height: 150px;
    display: block;
    font-family: 'IsidoraSans-SemiBold';
  color: #242223;
    font-weight: 500;
  line-height: 1.2;
}

.ce_kursContent > section{
    padding: 0;
}

.kurse #main{
background: url("/files/theme/layout/images/grafiken/bg_flower_01.jpg") top 0 center/auto repeat;

}

.kurse #container{
    background: white;
  
}
section.next{
	display: flex;
    justify-content: flex-end;
}
section.next p{
	padding: 14px 20px;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
}
.next .next_course{
	display: inline-block;
    font-family: "IsidoraSans-SemiBold", sans-serif;
    font-weight: 400;
    color: black;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    color: #fff;
    min-width: 190px;
    background-color: #63294D;
    border-color: #63294D;
    margin-top:15px;
    padding: 14px 20px;
    -webkit-box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
    -moz-box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
    box-shadow: 0 4px 16px rgba(107, 82, 98, 0.8);
}
blockquote {
  margin: 0;
  font-size: 20px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.3;
  font-family: 'IsidoraSans-RegularIt';
}
.author {
  text-align: center;
  margin-top: 1rem;
}

#herosection .ce_kachelelement .textholder > .inside{
    background: transparent;
}

.ce_kursteaser .textholder{
    background: white;
}

#herosection .ce_kachelelement .notfloat_left, #herosection .ce_kachelelement .notfloat_right{
  background: url("/files/theme/layout/images/grafiken/bg_hero.jpg") 0 0 no-repeat scroll white;  
    background-size: cover;
}

.ce_herosection .bgImage{
    position: relative;
}

.ce_herosection .caption{
    position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  /*    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);*/
    z-index: 1;
    max-width: 1220px;
    margin: -80px auto 0;
    padding: 0 2rem;
  }

.ce_herosection .caption .holder{
    line-height: 1.2;
    display: table;
}

.ce_herosection .caption.noText .holder .headlinecontainer{
    margin-bottom: 0;
}

.ce_herosection .caption,.ce_herosection .caption *{
    height: auto;
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'IsidoraSans-Semibold';
}

.responsive.hidden{
    display: none;
}


.portfolio__filter, .portfolio__items{
       display: table;
    width: 100%;
}

.portfolio__filter{
 
   width: auto;
  margin: 0 auto 4rem;
}

.items.teasergrid{
    display: table;
    width: 100%;
}

.catIntro{
   max-width: 890px;
  margin: 0 auto 5rem;
  font-family: "IsidoraSans-Medium", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: black;
    
}

.catIntro .headlinecontainer{
    text-align: center;
}

. items.teasergrid > div{
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.mod_portfoliolist .items.teasergrid > div{
    margin: 0;
}

.mod_portfoliolist .figure{
    position: relative;
    line-height: 0;
}



.mod_portfoliolist > .headlinecontainer{
    margin-bottom: 6rem;
}

.mod_portfoliolist .figure .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 40px 20px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    line-height: 1.2;
}

.mod_portfoliolist .figure .caption .title{

  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.mod_portfoliolist .figure .caption .title.nosub{
    margin-bottom: 0;
}

.mod_portfoliolist .catitem.layout_short img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

button:disabled{
    display: none;
}

.mod_portfoliolist .catitem.layout_short{
    width: 100%;
}

.mod_portfoliolist .catitem.layout_short:not(:first-of-type){
    margin-top: 6rem;
}

.modal{
    padding: 2rem;
}

.modal .mod_customnav li > *,
.portfolio__filter button, .linkholder.layout_button a{
    color: white;

    margin-bottom: 8px;
  background-color: #4A1F3A;
  -webkit-box-shadow: 0 2px 14px #0000006C;
  -moz-box-shadow: 0 2px 14px #0000006C;
  box-shadow: 0 2px 14px #0000006C;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  font-family: 'IsidoraSans-Semibold';
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 26px;
    cursor: pointer;
}

.portfolio__filter button:hover,.portfolio__filter button.active{
        background-color: #26101e;
}

body .fancybox-infobar > span{
    display: inline;
}

.ce_kursContent > section.bonus{
    margin-top: 4rem;
}


#kursnavi .mod_navigation.select {
  max-width: 300px;
  padding: 4rem 20px 0;
  position: relative;
  z-index: 99999;
  overflow: visible;
  margin-bottom: 20px;
}

.video_container iframe{
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.teasersubline{
   color: rgba(36, 34, 35, 0.74);
  font-family: 'IsidoraSans-Medium';
  font-size: 16px;
    margin-top: 10px;
}

.table,.table > .row,.table > .row > *{
    height: 100%;
}
form label {
display:none;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
background:white;
padding: 15px;
font-family: 'IsidoraSans-Medium';
  font-size: 16px;
font-style:normal;
}
.submit {
max-width:300px;
padding-top: 8px;
}
.widget-submit {
text-align:center;
}
.ce_kachelelement form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
background-color: #F9F1F5;
}
#herosection .inside {
height:auto;
}
video {
width:100%;
height:auto;
}
.socials {

}
.socials li{
display:inline-block;
margin-right:10px;
}
.socials img{
height:25px;
width:auto;
}

.footer_top .mod_navigation > ul{
    width: 100%;
}

.footer_top .mod_navigation > ul > li{
    float: left;
    width: calc(100% / 4);
}

.footer_top .mod_navigation > ul > li .groupname{
font-size: 20px;
  margin-bottom: 5px;
  font-family: 'IsidoraSans-SemiBold';
  color: #63294D;
  white-space: nowrap;
}

.footer_top .mod_navigation > ul > li a, .footer_top .mod_navigation > ul > li strong{
text-decoration: none;
  color: #524B4F;
  font-size: 14px;
}

.teasergrid .inside{
    background: white;
}

#main .mod_article > .block.maxWidth {
    max-width: 980px;
}



#main .mod_article > .block.ce_iconList.maxWidth {
  display: table;
  width: 650px;
overflow: visible;
  margin: 0 auto;

  text-align: center;

}


#main .mod_article > .block.ce_iconList .teasergrid > div {
  align-items: center;
  display: flex;
  justify-content: center;
}

#main .mod_article > .block.ce_iconList .teasergrid > div > *{
 display: flex;
  align-items: center;
    margin-bottom: 0;
    text-align: center;
}

#main .mod_article > .block.ce_iconList .teasergrid > div > * .row {
  display: block;
  height: auto;
  margin: 0 auto;
}

.intro{
    font-size: 22px;
}


.mod_newslist .layout_latest.card {
  -webkit-box-shadow: 0 2px 12px #00000033;
  -moz-box-shadow: 0 2px 12px #00000033;
  box-shadow: 0 2px 12px #00000033;
  background-color: white;
    margin-bottom: 20px;
}

.mod_newslist .layout_latest.card .teaserimage {
width: 25%;
}


.mod_newslist .layout_latest.card .teasertext
 {
    padding: 45px 120px;
    height: 100%;
     vertical-align: middle;
  }

.mod_newslist .layout_latest.card .teasertext .date{
    text-transform: uppercase;
  font-family: 'IsidoraSans-Bold';
  font-size: 14px;
  margin-bottom: 24px;
}

.mod_newslist .layout_latest.card .teasertext .h2
 {
     margin: 0;
     font-size: 22px;
color: #63294D;
}


.mod_newslist .layout_latest.card span.table{
    display: table;
    width: 100%;
}

.mod_newslist .layout_latest.card span.table > span.row{
    display: table-row;
}

.mod_newslist .layout_latest.card span.table > span.row > span{
    display: table-cell;
    vertical-align: middle;
}

.teaserimage{
    line-height: 0;
}


.teaserimage > .image_container{
    display: block;
    height: 100%;
    width: 100%;
}

.teaserimage > .image_container > img{
   height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mod_newsreader .ce_herosection .caption.podcast .holder{
    width: 100%;
padding: 3rem 3rem 0 3rem;
background: white;
}


.mod_newsreader .ce_herosection .caption.podcast .holder iframe {
  width: 100%;
  height: 100%;
}


.mod_newsreader #maintop{
    margin-bottom: 4rem;
}

.mod_newsreader .text{
    padding: 0 2rem;
}

.mod_newsreader .maxWidth {
    max-width: 850px;
    margin: 0 auto;
}

.mod_newsreader .headlinecontainer h2{
    font-size: 44px;
}

.mod_newsreader .ce_text + .image_container{
    margin-top: 2rem;

}

.mod_newsreader p.back{
    max-width: 850px;
    margin: 4rem auto 0;
    padding: 0 2rem;
}

.mod_newslist .pagination{
    overflow: visible;
    width: auto;
    display: table;
    margin: 4rem auto 0;
}
.mod_newslist .pagination p{
     padding: 5px 10px;
}


.mod_newslist .pagination p,
.mod_newslist .pagination ul > li{
     float: left;
}

.mod_newslist .pagination ul{
    float: right;
}

.mod_newslist .pagination ul > li{
   
    margin: 0 2px;
}

.mod_newslist .pagination ul > li a,.mod_newslist .pagination ul > li strong{
    display: block;
    background: white;
    color: #333;
    padding: 10px 20px;
    line-height: 1;
    font-size: 18px;
   /* box-shadow: 0 2px 12px #00000033; */
}

.mod_newslist .pagination ul > li a:hover,
.mod_newslist .pagination ul > li strong{
    background: #63294D;
    color: white; 
}

p.more{
    margin-top: 2rem;
}

.mod_faqpage h4{
  
}

.mod_faqpage .ce_accordion{
    
    margin-bottom: 10px;

 
}

.mod_faqpage .ce_accordion h4{
      font-size: 20px;
    line-height: 1.3;
    text-transform: none;
    margin: 0;
}

.mod_faqpage .ce_accordion .toggler{
    background: white;
    padding: 20px 6rem 15px 20px;
    cursor: pointer;
    position: relative;
}

p a,
.mod_faqpage .ce_accordion .toggler.active h4,.mod_faqpage .ce_accordion .toggler:hover h4{
    color: #63294D;
}

.ui-accordion-content{
    padding: 20px;
    background: whiteSmoke;
    font-size: 18px;
    padding-right: 4rem;
}

.ui-accordion-header-icon {
  background: url(/files/theme/layout/images/icons/allgemein/black/arrow_down.svg) no-repeat scroll 50% 50% transparent;
    background-size: auto;
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  position: absolute;
  right: 20px;
  transform: rotate(-90deg);
  background-size: contain;
  margin-top: -10px;
    transition: all 0.2s;
}

.mod_faqpage .ce_accordion .toggler.active .ui-accordion-header-icon {
  transform: rotate(0deg);
}

ol{
    padding-left: 1rem;
}
ol > li{
    list-style-type: decimal;
    margin-bottom: 1rem;
}

ol > li:last-of-type{
    margin-bottom: 0;
}

.ce_headline > :after {
    background: #63294D;
}

.ce_logo .headlinecontainer{
    margin-bottom: 0;
}

.teasergrid > .itemsperRow_1 > *{
    margin: 0;
}

.ce_logo .logo{
    margin-bottom: 2rem;
}

.center.ce_logo .logo{
    margin: 0 auto 2rem;
}

.mod_newslist .layout_latest.card span.table > span.row > span.teaserimage img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#header .mod_navigation > ul > li > a, #header .mod_navigation > ul > li > strong {
  padding: 0 0 0 1.5rem;
}
#main .mod_article > .ce_herosection {
padding-top:0;
  padding-bottom:0;
}
footer > .inside > * > .inside, #main .mod_article > .block{
  max-width: 1230px;
}
#main .mod_article > .ce_herosection.block{
  max-width: 1430px;
}
/*
.safari .ce_kachelelement .row {
  display: block;
}
*/
.ce_kachelelement .textholder .ce_text h3{
  text-transform: uppercase;
  font-size: 24px;
}

.modal .mod_customnav li{
    float: left;


}

.modal .mod_customnav{
    overflow: visible;
}

.modal .mod_customnav ul{
    display: table;
    width: auto;
    
    margin: 0 auto;
}

.modal .mod_customnav li:first-of-type{
    margin-right: 2rem;
}

.modal .mod_customnav li:first-of-type > *{
    background: #69a500;
}


li.login a {
    display: inline-block;
    overflow: visible;
    line-height: normal;
    width: auto;
    height: auto;
    background: none;
    border: 2px solid #242223;
    padding: 6px 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-transform: uppercase;
  }

li.login a:hover {
    background: black;
    color: white;
}

.linkholder.layout_button.barmer a{
     background: #69a500;
}

.logsection .linkholder:not(.highlighted){
    margin-top: 20px;
    margin-bottom: 2rem;
}

.logsection .linkholder.layout_button a{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.logsection .linkholder:not(.highlighted) .readmore{
    color: white;
    font-family: 'IsidoraSans-Bold', sans-serif;
  
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 0;
  background: transparent;
}

.logsection:last-of-type .linkholder{
    margin-bottom: 0;
}
.ce_kursteaser .layout_kachel .preheadline {
font-size: 16px;
margin-bottom: 20px;
text-transform: uppercase;
line-height: 120%;
  color: #242223;
}
.ce_kursteaser .layout_kachel h2 {
font-size: 28px;
  color: #63294D;
  text-transform: none;
  hyphens: none;
}

body .slicknav_menu .mod_logo{
    float: left;
}
body .slicknav_menu .slicknav_btn{
    position: relative;
    float: right;
 
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 20px;
}

.loginbox {
  display: table;
  width: 100%;
  text-align: right;
  padding: 10px 10px 0;
}

body #herosection .caption{
    z-index: 1;
}
.ce_text table {
  background-color: white;
  padding: 10px;
}
td.head {
  background-color: #E3D1D9;
  border-bottom: 1px solid #242223;
}
.ce_text td {
  padding: 5px;
}
#article-73 .ce_text table {
  min-width: 700px;
}
#article-73 .block{
  overflow: auto;
}
@media (min-width: 768px) {
  header .mod_logo  {
    width: 220px;
  }
     #footer {
    padding: 0;
  }
}



@media all and (max-width: 1180px){
   
    }  
    
 
@media all and (max-width: 1080px){
  .ce_kursteaser .teasergrid > .itemsperRow_2 > *{
  width: calc( (100% - (0 * 10px)) / 1 );
      float: none;
      margin: 0 0 20px;
}
    
    .ce_kursteaser .teasergrid > .itemsperRow_2{
        margin: 0;
    }
    }  

@media all and (max-width: 980px){
.ce_kachelelement .textholder > .inside{
    padding: 4rem 2rem;
}
    
 .teasergrid > .itemsperRow_3 > *, .ce_gallery ul.cols_3 > li {
    width: calc( (100% - (4 * 10px)) / 2 );
  }
    
 
}



@media all and (max-width: 860px){
    
    .ce_kursContent .info {
  margin-bottom: 2rem;
}
    .footer_top,header{
        display: none;
    }
    .ce_herosection .caption .holder{
        padding: 20px;
    }
    .ce_herosection .caption{
        padding: 0;
    }
    h2{
        font-size: 40px;
        line-height: 1.1;
    }
    
    body .slicknav_menu{
        display: block;
    }
    .ce_kursContent > section.bonus{
    margin-top: 2rem;
}
    
  .ce_kursContent > section.bonus >  .headlinecontainer {
    margin-bottom: 2rem;
  }
    
    p {
  margin-bottom: 1rem;
  margin-top: 0;
}
    
    section.info .row > *{
          display:block;
        margin-bottom: 20px;
    }
    
    section.info .row > *:last-of-type{
        margin-bottom: 0;
    }
      
    
    
    .teasergrid > .itemsperRow_4 > *, .ce_gallery ul.cols_4 > li{
        width: calc( (100% - (4 * 10px)) / 2 );
    }
    
       #main .bonus .textholder > .inside{
        min-height: 70px;
    }
    
       #main .mod_article > .block {
  padding: 20px 10px;
}
    
    .portfolio__filter{
        display: none;
    }
    
 .responsive.hidden {
    display: block;
    margin-bottom: 4rem;
  }
    
    #kursnavi .mod_navigation:not(.select){
        display: none;
    }
    
    .footer_bottom > .inside{
        padding: 0 20px;
    }
    header > .inside{
    padding: 20px;
}
        .headlinecontainer {
  margin-bottom: 20px;
}
     .card > .inside{
        padding: 4rem 2rem;
    }
    
}

@media all and (max-width: 780px){
    .ce_kachelelement .row > .mediaholder{
        display: table-header-group;
    }
    
    .footer_bottom .inside > *{
        display: block;
        text-align: center;
    }
    
    .footer_bottom .inside > .footer_right{
        text-align: center;
    }
    
    .footer_bottom .mod_customnav ul{
        display: table;
        margin: 0 auto 20px;
    }
    
    .ce_textGrid .teasergrid > .itemsperRow_2 > *{
        width: 100%;
        display: block;
        float: none;
        margin: 0 0 20px;
    }
    
    .mod_portfoliolist .catitem.layout_short img{
        max-height: 400px;
    }
    
    #main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_left > .inside {
  margin-left: 0;
}
  
    
        #main .ce_kachelelement:not(.ce_kursteaser) .textholder.notfloat_right > .inside {
  margin-right: 0;
}
    
    #main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_left > .bgImage {
  padding-right: 0;
}
    
      #main .ce_kachelelement:not(.ce_kursteaser) .mediaholder.align_right > .bgImage {
  padding-left: 0;
}
  
    
    .ce_kachelelement .row > .textholder{
        display: table-footer-group;
    }
    .ce_kachelelement .textholder > .inside {
    padding: 20px;
  }
    
    .preheadline{
        min-height: 0;
    }
    
    .mod_newslist .layout_latest.card .teasertext{
        padding: 2rem;
    }
    
    .mod_newsreader .text{
        padding: 0;
    }
}

@media all and (max-width: 680px){
    
     .teasergrid > .itemsperRow_3 > *, .ce_gallery ul.cols_3 > li {
    width: calc( (100% - (0 * 10px)) / 1 );
  }
    
    .mod_newslist .layout_latest.card span.table > span.row > span{
      display: block;
    width: 100%;
    padding: 0;
    height: auto;
    }
    
   .mod_newslist .layout_latest.card span.table > span.row > span.teaserimage img{
  width: 100%;
  height: 380px;
  object-fit: cover;
}
    
    .teasergrid > .itemsperRow_2 > *, .ce_gallery ul.cols_2 > li {
  width: 100%;
        float: none;
        margin: 0 0 20px;
}
    
    .mod_newslist .layout_latest.card span.table > span.row > span.teasertext{
        padding: 20px;
    }
    
    .catIntro{
        font-size: 21px;
    }
.ce_ctaLink .linkholder.highlighted.layout_button .readmore a {
font-size: 18px;
}
    
    h2, h3 {
  font-size: 28px;
  line-height: 1.2;
}
    
    .ce_herosection .caption h2{
        font-size: 36px;
    }
    .ce_herosection .caption {
margin-top: -66px;
}
    .mod_newsreader #maintop {
margin-bottom: 1rem;
}
    .mod_newsreader .ce_herosection .caption.podcast .holder{
padding: 1rem 1rem 0 1rem;
}
    
    .teasergrid > .itemsperRow_4 > *, .ce_gallery ul.cols_4 > li{
        width: calc( (100% - (4 * 10px)) / 2 );
        margin: 10px 10px 20px;
        float: left;
    }
    
    .teasergrid > div, .teasergrid > ul{
        margin: 0 0 4rem;
    }
    
    #main .mod_article > .block {
  padding: 1rem 10px;
}
    
    .items.teasergrid > div {
  margin-top: 20px;
  margin-bottom: 2rem;
}
        
    #main .mod_article > .block.ce_iconList .teasergrid > div .icon{
      display: block;
    }
    #main .mod_article > .block.ce_iconList.maxWidth{
        width: 100%;
    }
#main .mod_article > .block.ce_iconList .teasergrid > div > *{
        display: block;
    width: calc(100% / 3);
    }
    
}

@media all and (max-width: 530px){
   .teasergrid > .itemsperRow_4 > *, .ce_gallery ul.cols_4 > li{
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
}
