.grid-flex {
  padding: 0 12px;
 /*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */;
}

@-ms-viewport {
  width: device-width;
}

.grid-flex html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.grid-flex *,.grid-flex *::before,.grid-flex *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.grid-flex .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.grid-flex .container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.grid-flex .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.grid-flex .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.grid-flex .no-gutters > .col,.grid-flex .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.grid-flex .col-1,.grid-flex .col-2,.grid-flex .col-3,.grid-flex .col-4,.grid-flex .col-5,.grid-flex .col-6,.grid-flex .col-7,.grid-flex .col-8,.grid-flex .col-9,.grid-flex .col-10,.grid-flex .col-11,.grid-flex .col-12,.grid-flex .col,.grid-flex .col-auto,.grid-flex .col-sm-1,.grid-flex .col-sm-2,.grid-flex .col-sm-3,.grid-flex .col-sm-4,.grid-flex .col-sm-5,.grid-flex .col-sm-6,.grid-flex .col-sm-7,.grid-flex .col-sm-8,.grid-flex .col-sm-9,.grid-flex .col-sm-10,.grid-flex .col-sm-11,.grid-flex .col-sm-12,.grid-flex .col-sm,.grid-flex .col-sm-auto,.grid-flex .col-md-1,.grid-flex .col-md-2,.grid-flex .col-md-3,.grid-flex .col-md-4,.grid-flex .col-md-5,.grid-flex .col-md-6,.grid-flex .col-md-7,.grid-flex .col-md-8,.grid-flex .col-md-9,.grid-flex .col-md-10,.grid-flex .col-md-11,.grid-flex .col-md-12,.grid-flex .col-md,.grid-flex .col-md-auto,.grid-flex .col-lg-1,.grid-flex .col-lg-2,.grid-flex .col-lg-3,.grid-flex .col-lg-4,.grid-flex .col-lg-5,.grid-flex .col-lg-6,.grid-flex .col-lg-7,.grid-flex .col-lg-8,.grid-flex .col-lg-9,.grid-flex .col-lg-10,.grid-flex .col-lg-11,.grid-flex .col-lg-12,.grid-flex .col-lg,.grid-flex .col-lg-auto,.grid-flex .col-xl-1,.grid-flex .col-xl-2,.grid-flex .col-xl-3,.grid-flex .col-xl-4,.grid-flex .col-xl-5,.grid-flex .col-xl-6,.grid-flex .col-xl-7,.grid-flex .col-xl-8,.grid-flex .col-xl-9,.grid-flex .col-xl-10,.grid-flex .col-xl-11,.grid-flex .col-xl-12,.grid-flex .col-xl,.grid-flex .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.grid-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.grid-flex .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.grid-flex .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.grid-flex .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.grid-flex .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.grid-flex .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.grid-flex .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.grid-flex .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.grid-flex .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.grid-flex .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.grid-flex .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.grid-flex .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.grid-flex .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.grid-flex .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.grid-flex .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.grid-flex .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.grid-flex .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.grid-flex .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.grid-flex .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.grid-flex .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.grid-flex .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.grid-flex .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.grid-flex .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.grid-flex .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.grid-flex .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.grid-flex .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.grid-flex .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.grid-flex .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.grid-flex .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.grid-flex .offset-1 {
  margin-left: 8.33333%;
}

.grid-flex .offset-2 {
  margin-left: 16.66667%;
}

.grid-flex .offset-3 {
  margin-left: 25%;
}

.grid-flex .offset-4 {
  margin-left: 33.33333%;
}

.grid-flex .offset-5 {
  margin-left: 41.66667%;
}

.grid-flex .offset-6 {
  margin-left: 50%;
}

.grid-flex .offset-7 {
  margin-left: 58.33333%;
}

.grid-flex .offset-8 {
  margin-left: 66.66667%;
}

.grid-flex .offset-9 {
  margin-left: 75%;
}

.grid-flex .offset-10 {
  margin-left: 83.33333%;
}

.grid-flex .offset-11 {
  margin-left: 91.66667%;
}

.grid-flex .d-none {
  display: none !important;
}

.grid-flex .d-inline {
  display: inline !important;
}

.grid-flex .d-inline-block {
  display: inline-block !important;
}

.grid-flex .d-block {
  display: block !important;
}

.grid-flex .d-table {
  display: table !important;
}

.grid-flex .d-table-row {
  display: table-row !important;
}

.grid-flex .d-table-cell {
  display: table-cell !important;
}

.grid-flex .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.grid-flex .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.grid-flex .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.grid-flex .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.grid-flex .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.grid-flex .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.grid-flex .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.grid-flex .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.grid-flex .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.grid-flex .flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.grid-flex .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.grid-flex .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.grid-flex .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.grid-flex .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.grid-flex .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.grid-flex .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.grid-flex .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.grid-flex .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.grid-flex .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.grid-flex .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.grid-flex .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.grid-flex .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.grid-flex .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.grid-flex .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.grid-flex .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.grid-flex .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.grid-flex .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.grid-flex .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.grid-flex .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.grid-flex .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.grid-flex .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.grid-flex .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.grid-flex .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.grid-flex .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.grid-flex .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.grid-flex .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.grid-flex *,.grid-flex *::before,.grid-flex *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tyWrap .grid-flex .container {
  max-width: 100%;
}

.grid-flex .container {
  max-width: 100% !important;
}/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *//*
 * Project Template 2013
 * @created 21.01.2013
 */input[type="text"],textarea,select {
  font-family: "Officina", sans-serif, Arial, Verdana;
}

input[type="text"]:focus,textarea:focus,select:focus,input[type="password"]:focus {
  outline: none !important;
}

.success {
  border: 1px solid #00654B;
  background-color: #6AB023;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 0 10px;
}

.success h4 {
  margin: 0 0 10px;
}

input.tyToBasket {
  background: #E6F0ED url('/templates/img/nlpz/submit_back.png') right 0 no-repeat;
  padding: 6px 35px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.mytyForm fieldset {
  margin: 0 0 15px;
  padding: 10px;
  border: none;
  background: #E6F0ED;
  border-radius: 4px;
  border-bottom: 5px solid #00654B;
}

.mytyForm fieldset legend {
  display: none;
}

.mytyForm fieldset .mytyFormFieldsetDescription p {
  padding: 0 0 0 135px;
}

.mytyForm .mytyFormBox,.mytyForm .mytyFormField {
  display: block;
  clear: both;
  border-bottom: 1px solid #B7C1C0;
  padding: 0 0 10px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}

.mytyForm .mytyFormField > .mytyFormBox,.mytyForm .div-tyInputCheck {
  border: none;
  margin: 0;
  min-height: 20px;
  height: auto;
  padding: 0 0 0 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mytyForm .mytyFormField > .mytyFormBox input[type="checkbox"],.mytyForm .div-tyInputCheck input[type="checkbox"],.mytyForm .mytyFormField > .mytyFormBox input[type="radio"],.mytyForm .div-tyInputCheck input[type="radio"] {
  width: 20px;
  float: left;
}

.mytyForm .mytyFormField > .mytyFormBox .mytyFormLabel.form-label,.mytyForm .div-tyInputCheck .mytyFormLabel.form-label {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  bottom: 4px;
}

.mytyForm .mytyFormLabel.form-label {
  float: left;
  width: 117px;
  padding: 5px 0 0 5px;
}

.mytyForm input {
  width: 460px;
  padding: 4px 8px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
}

.mytyForm select {
  width: 478px;
  padding: 4px 8px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
}

.mytyForm textarea {
  resize: none;
  padding: 4px 8px;
  height: 80px;
  width: 460px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
  font-family: "Officina", sans-serif, Arial, Verdana;
}

.mytyForm .mytyFormCaptchaBox {
  border-bottom: none;
}

.mytyForm .mytyFormCaptchaBox .mytyFormLabel.form-label {
  width: 130px;
}

.mytyForm .mytyFormCaptchaBox input {
  width: 110px;
  height: 25px;
  font-size: 22px;
  color: #0F2F2D;
  font-weight: bold;
  letter-spacing: 3px;
}

.mytyForm .mytyFormCaptchaBox .mytyFormCaptchaImgBox {
  width: 155px;
  float: left;
  margin: 0 10px 0 0;
}

.mytyForm .mytyFormCaptchaBox .mytyFormCaptchaInputBox {
  width: 110px;
  float: left;
}

.mytyForm .mytyFormBody > .mytyFormBox:last-child,.mytyForm .mytyFormBody > .mytyFormField:last-child {
  border-bottom: 0;
}

.mytyForm button,.mytyForm input[type="submit"] {
  background: #E6F0ED url('/templates/img/nlpz/submit_back.png') right 0 no-repeat;
  padding: 6px 35px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.mytyForm .tySubmitBtn {
  max-width: 120px;
}

.mytyForm .input-error .mytyFormLabel.form-label {
  color: #ff3300;
}

.mytyForm.kontaktForm .mytyFormTextAreaBox {
  position: relative;
}

.mytyForm.kontaktForm .mytyFormTextAreaBox .mytyFormElementDescription {
  position: absolute;
  top: 185px;
  left: -10px;
}

.mytyForm .mytyFormField.without-border {
  border-bottom: none;
  margin-bottom: 0;
}

.mytyForm .mytyFormField > .mytyFormBox.check-list {
  padding: 10px 0;
}

.mytyForm .mytyFormField > .mytyFormBox.check-list input[type="checkbox"] {
  margin: -2px 3px 0 0;
}

.mytyFormCheckbox-headline {
  padding-bottom: 10px;
}

.mytyFormTagsBox {
  background-color: #ffffff;
  clear: both;
  min-height: 40px;
  width: 100%;
}

.mytyFormTagsBox .tyTagsContainer {
  width: auto;
  border: 0;
  padding: 5px 7px;
  min-height: 26px;
}

.mytyFormTagsBox .mytyFormControl {
  border: none;
  margin: 0;
  width: 100%;
}

.mytyFormTagsBox .mytyFormControl:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mytyFormTagsBox .tyTag {
  display: inline-block;
  background-color: #B7C1C0;
  color: #0F2F2D;
  padding: 1px 5px 1px 7px;
  margin: 2px 8px 2px 0;
}

.mytyFormTagsBox .tyTag a {
  color: black;
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 18px;
}

.mytyFormTagsBox .tyStreamBox .tyForm.tyActive .mytyFormTagsBox {
  display: block;
}

.mytyFormTagsBox .tySuggestList {
  border: 1px solid #B7C1C0;
  background-color: #ffffff;
  float: none;
  outline: 0;
  padding: 0;
  height: auto;
  position: absolute;
}

.mytyFormTagsBox .tySuggestList li {
  list-style: none;
  padding: 5px 8px;
  margin: 0 0 0 0;
  height: auto;
  overflow: hidden;
  display: block;
  cursor: pointer;
  min-width: 200px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  background-color: #ffffff;
  padding: 0.595% 1.19%;
}

.mytyFormTagsBox .tySuggestList li:hover {
  cursor: pointer;
  color: #a40510;
}

.mytyFormTagsBox .tySuggestList li.active {
  background-color: #d3f6ff;
}

#tyBlogEditWrap {
  width: 630px;
  overflow: hidden;
}

#tyBlogEditWrap fieldset {
  margin: 0 0 30px;
  padding: 15px;
  border: none;
  background: #E6F0ED;
  border-radius: 4px;
  border-bottom: 5px solid #00654B;
}

#tyBlogEditWrap fieldset legend {
  display: none;
}

#tyBlogEditWrap .mytyFormLabel.form-label {
  clear: both;
  width: 100%;
  padding: 5px 0 0 5px;
}

#tyBlogEditWrap .myty-richtext {
  padding: 4px 8px;
  min-height: 160px;
  height: auto;
  width: 585px;
  float: right;
  border-radius: 4px;
  border: 1px solid #b7c1c0;
  font-family: "Officina", sans-serif, Arial, Verdana;
}

#tyBlogEditWrap input,#tyBlogEditWrap select {
  width: 585px;
  padding: 4px 8px;
  clear: both;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
  margin: 3px 0 15px;
}

#tyBlogEditWrap select {
  width: 600px;
}

#tyBlogEditWrap .mytyFormField.mytyFormCheckboxField {
  display: block;
  clear: both;
}

#tyBlogEditWrap .mytyFormField.mytyFormCheckboxField input {
  width: 20px;
  float: left;
  display: block;
}

#tyBlogEditWrap .mytyFormField.mytyFormCheckboxField .mytyFormLabel.form-label {
  width: 400px;
  display: inline-block;
  position: relative;
  bottom: 35px;
  left: 20px;
}

#tyBlogEditWrap #tyepformEl_2_1.tyShowTable.tyContent {
  width: 600px!important;
}

#tyBlogEditWrap #tyepformEl_3_1.tyShowTable.tyContent {
  width: 600px!important;
}

#tyBlogEditWrap textarea {
  resize: none;
  padding: 4px 8px;
  height: 80px;
  width: 585px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
  font-family: "Officina", sans-serif, Arial, Verdana;
}

#tyBlogEditWrap .mytyForm .mytyFormField > .mytyFormBox {
  padding-left: 0;
}

#tyBlogEditWrap button {
  background: #E6F0ED url('/templates/img/nlpz/submit_back.png') right 0 no-repeat;
  padding: 6px 35px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.filter-selects {
  margin: 10px 0 12px 0;
}

.filter-selects .spanAsideInner1 {
  padding-bottom: 12px;
}

.filter-selects select.mytyFormControl {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
}

.filter-selects--archive .spanAsideInner1 {
  width: 22.1%;
}

.select2-container--default .select2-selection--single {
  border-color: #B7C1C0;
  border-radius: 4px;
  padding: 4px 8px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
}

.tyCommentForm fieldset {
  margin: 0 0 30px;
  padding: 10px;
  border: none;
  background: #E6F0ED;
  border-radius: 4px;
  border-bottom: 5px solid #00654B;
}

.tyCommentForm .mytyFormBox {
  display: block;
  clear: both;
  border-bottom: 1px solid #B7C1C0;
  padding: 0 0 10px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}

.tyCommentForm .mytyFormLabel.form-label {
  float: left;
  width: 117px;
  padding: 5px 0 0 5px;
}

.tyCommentForm input {
  width: 460px;
  padding: 4px 8px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
}

.tyCommentForm textarea {
  resize: none;
  padding: 4px 8px;
  height: 80px;
  width: 460px;
  float: right;
  border-radius: 4px;
  border: 1px solid #B7C1C0;
  font-family: "Officina", sans-serif, Arial, Verdana;
}

.tyCommentForm .mytyFormCaptchaBox {
  border-bottom: none;
}

.tyCommentForm .mytyFormCaptchaBox .mytyFormLabel.form-label {
  width: 130px;
}

.tyCommentForm .mytyFormCaptchaBox input {
  width: 110px;
  height: 25px;
  font-size: 22px;
  color: #0F2F2D;
  font-weight: bold;
  letter-spacing: 3px;
}

.tyCommentForm .mytyFormCaptchaBox .mytyFormCaptchaImgBox {
  width: 155px;
  float: left;
  margin: 0 10px 0 0;
}

.tyCommentForm .mytyFormCaptchaBox .mytyFormCaptchaInputBox {
  width: 110px;
  float: left;
}

.tyCommentForm button {
  background: #E6F0ED url('/templates/img/nlpz/submit_back.png') right 0 no-repeat;
  padding: 6px 35px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.btn,.tySnippetBox--linkbtn a {
  padding: 10px 15px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

.btn-block {
  display: block;
}

.btn-block + .btn-block {
  margin-top: 7px;
}

.btn-donate {
  border: 2px solid #C94100;
  color: #C94100;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: bolder;
}

.btn-donate:link,.btn-donate:visited,.btn-donate:active {
  color: #C94100;
}

.btn-donate:hover {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #00654B;
  border-color: #00654B;
}

.mytyFormError label {
  color: red;
}

.mytyFormError input,.mytyFormError select,.mytyFormError textarea {
  border: 1px solid red;
}

.errors,.error,.info {
  padding: 10px;
  margin: 0 0 10px;
}

.errors h4,.error h4,.info h4 {
  margin: 0 0 10px;
}

.errors,.error {
  border: 1px solid #cc0000;
  background-color: #ffefea;
  color: #ff0000;
}

.info {
  border: 1px solid #0E5F7E;
  background-color: #e7eff2;
  color: #0E5F7E;
}

.formmanager legend {
  display: block !important;
  margin: 0 0 0 -13px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  padding-bottom: 35px;
  color: #00654B;
}

.formmanager .mytyUIDatePickerBox input {
  float: left;
  width: 70px;
  height: 20px;
  margin: 0 6px;
}

.formmanager .g-recaptcha {
  margin-left: 130px;
}

.formmanager .form-date .mytyFormInputGroup-addon {
  margin-top: 7px;
  display: inline-block;
}

.input-fullwidth .mytyFormLabel.form-label {
  width: 100%;
  float: none;
  padding: 0;
}

.input-fullwidth input,.input-fullwidth textarea,.input-fullwidth select {
  width: 100%;
  margin: 5px 0 0;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mytyFormBoxMultiUpload {
  position: relative;
  *zoom: 1;
  min-height: 1px;
}

.mytyFormBoxMultiUpload:before,.mytyFormBoxMultiUpload:after {
  display: table;
  content: "";
}

.mytyFormBoxMultiUpload:after {
  clear: both;
}

.mytyFormBoxMultiUpload:before,.mytyFormBoxMultiUpload:after {
  display: table;
  content: "";
}

.mytyFormBoxMultiUpload:after {
  clear: both;
}

.mytyFormBoxMultiUpload input[type="file"] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

.mytyFormBoxMultiUpload * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mytyFormBoxMultiUpload.noHTML5 input[type="file"] {
  width: 100%;
  height: auto;
  position: static;
  left: auto;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded {
  width: 100%;
  display: inline-block;
  float: none;
  clear: left;
  position: relative;
  cursor: pointer;
  padding: 15px;
  min-height: 1px;
  background-color: #fff;
  margin: 5px 0 20px;
  border: 1px solid #B7C1C0;
  border-radius: 4px;
  overflow: hidden;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded img {
  max-width: 100%;
  display: block;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .mytyFormControl {
  height: 60px;
  line-height: 1.5;
  font-size: 16px;
  padding: 15px 15px;
  float: none;
  width: 100%;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .tyUploadedInfoContainer {
  padding: 5px 0 10px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .mytyFormElementDescription {
  margin-top: 5px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-group {
  padding: 15px 0 0 0;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-group .btn {
  padding: 6px 10px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  background-color: #E6F0ED;
}

.mytyFormBoxMultiUpload .mytyFormBoxUploaded .btn-group .btn [class*="icon-"] {
  display: none;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload {
  width: 100%;
  display: inline-block;
  float: none;
  clear: left;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #B7C1C0;
  border-radius: 4px;
  overflow: hidden;
  margin: 5px 0 0;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile {
  position: relative;
  cursor: pointer;
  padding: 15px 140px 15px 15px;
  min-height: 100px;
  background-color: #fff;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile img {
  max-width: 100%;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile {
  width: 120px;
  height: 100px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: #eee url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTM3LjYgMjI2LjZjNC4xLTEwLjcgNi40LTIyLjQgNi40LTM0LjYgMC01My00My05Ni05Ni05Ni0xOS43IDAtMzguMSA2LTUzLjMgMTYuMi0yNy43LTQ4LTc5LjQtODAuMi0xMzguNy04MC4yLTg4LjQgMC0xNjAgNzEuNi0xNjAgMTYwIDAgMi43LjEgNS40LjIgOC4xLTU2IDE5LjctOTYuMiA3My4xLTk2LjIgMTM1LjkgMCA3OS41IDY0LjUgMTQ0IDE0NCAxNDRoMzY4YzcwLjcgMCAxMjgtNTcuMyAxMjgtMTI4IDAtNjEuOS00NC0xMTMuNi0xMDIuNC0xMjUuNHptLTE0NC4yIDYxLjRoLTY1LjR2MTEyYzAgOC44LTcuMiAxNi0xNiAxNmgtNDhjLTguOCAwLTE2LTcuMi0xNi0xNnYtMTEyaC02NS40Yy0xNC4zIDAtMjEuNC0xNy4yLTExLjMtMjcuM2wxMDUuNC0xMDUuNGM2LjItNi4yIDE2LjQtNi4yIDIyLjYgMGwxMDUuNCAxMDUuNGMxMC4xIDEwLjEgMi45IDI3LjMtMTEuMyAyNy4zeiIvPjwvc3ZnPg==') no-repeat center center / 75px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile .tyPreview {
  display: none;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile img {
  display: none;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group {
  padding-top: 15px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .mytyFormElementDescription {
  margin-top: 5px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group .btn {
  padding: 6px 10px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  background-color: #E6F0ED;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group .btn [class*="icon-"] {
  display: none;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile.has-preview .btn-group {
  padding: 15px;
}

.mytyFormBoxMultiUpload .mytyFormBoxUpload .mytyFormBoxFile.has-preview .btn-group .btn [class*="icon-"] {
  display: none;
}

.mytyFormBoxMultiUpload .tyProgressBar {
  background-color: transparent;
  height: 5px;
  padding: 0;
  width: 100%;
  border-radius: 0px;
  float: none;
  clear: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mytyFormBoxMultiUpload .tyProgressBar .tyProgressBarProgress {
  display: inline-block;
  height: 100%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  position: relative;
  background: #0E5F7E -webkit-gradient(linear, left top, left bottom, from(#0E5F7E), to(#1382ac));
  background: #0E5F7E linear-gradient(to bottom, #0E5F7E, #1382ac);
}

.mytyFormBoxMultiUpload .tyProgressBar .tyProgressBarProgress:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 0;
  -webkit-animation: animate-shine 2s ease-out infinite;
  animation: animate-shine 2s ease-out infinite;
}

.mytyFormFieldFileUpload {
  position: relative;
  float: none;
  *zoom: 1;
  min-height: 1px;
}

.mytyFormFieldFileUpload:before,.mytyFormFieldFileUpload:after {
  display: table;
  content: "";
}

.mytyFormFieldFileUpload:after {
  clear: both;
}

.mytyFormFieldFileUpload:before,.mytyFormFieldFileUpload:after {
  display: table;
  content: "";
}

.mytyFormFieldFileUpload:after {
  clear: both;
}

.mytyFormFieldFileUpload input[type="file"] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

.mytyFormFieldFileUpload .mytyFormBox {
  margin-bottom: 0;
}

.mytyFormFieldFileUpload .mytyFormBox .mytyFormBoxFile {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  padding: 0;
  min-height: 1px;
  background-color: #fff;
}

.mytyFormFieldFileUpload .mytyFormBox .mytyFormBoxFile img {
  max-width: 100%;
  display: block;
}

.mytyFormFieldFileUpload .mytyFormBox .mytyFormBoxFile .mytyFormControl {
  height: 60px;
  line-height: 1.5;
  font-size: 16px;
  padding: 15px 15px;
  float: none;
  width: 100%;
}

.mytyFormFieldFileUpload .mytyFormBox .tyUploadedInfoContainer {
  padding: 15px 15px;
}

.mytyFormFieldFileUpload .mytyFormBox .mytyFormElementDescription {
  margin-top: 5px;
  margin-left: 0;
}

.mytyFormFieldFileUpload .tySortable {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}

.mytyFormFieldFileUpload .tySortable .mytyFormBox {
  float: none;
  width: 100%;
  padding: 0;
}

.mytyFormFieldFileUpload .tySortable .mytyFormBox .mytyFormBoxFile {
  width: 100%;
  float: none;
}

.mytyFormFieldFileUpload .tySortable .mytyFormBox .mytyFormLabel {
  display: none;
}

.mytyFormFieldFileUpload .btn-group .btn {
  padding: 6px 10px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  background-color: #E6F0ED;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload {
  margin: 5px 0 0;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile {
  position: relative;
  cursor: pointer;
  padding: 15px 120px 15px 15px;
  min-height: 100px;
  background-color: #fff;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile img {
  max-width: 100%;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile {
  width: 120px;
  height: 100px;
  position: absolute;
  right: 15px;
  border-radius: 4px;
  overflow: hidden;
  top: 15px;
  margin-top: -50px;
  background: #eee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAZdSURBVHja7F1pjBRFGK0Bdb0XXM8oKGoiRsDjh5HoBhQkkYQAgkFFQDFGTVxYFeIaMV7REC/QIBKvCCorCoR1UTziQRQkeF9ExR/rfYAbvFZgcdf3pb+J7Uz1TO9M9Wx373vJyyw1XV/39Ouq+o6aIdPZ2WmI+KAXbwEFISgIBSEoCAUhKAgFISgIBSEoCEFBKAhBQSgIQUEoCEFBKAhBQQgKQkEICpJ07BbDa+oHDgH3LtNOC/gu2ElBSsNR4ALwHIcj93NwFvh8UgTJxGTn4rHgRrBvBLblA04Fn6Qg4fE0OClC+1t1BP7FRb04BoATIj7HgeB0elnhcHWF1rJrYurExEoQeXIvraDTMLEne1m7g4eDNQWOmezAve0KrgM3F3i/Ffwe3JmmRb0WrAdHg3smMDYTMV4BF4GrkyxIb/BesE7spiRwFu9vWiVHjEtB7lcx0oaVFfACnQtyNviySS/Gg6uS5GXNMOnGZUlze/ukXJD9e1JgSFQoDnGFX8Dl4GvgJxonSE5qH41zJFV/li68B1fywuau/f/E0DBsW6oF+Qq8BVwGtlveF1G+VIpgM42XoLzJeNnjigmR9imrA7wDHGS8lHl7yH7tevwg7d+RNDHiOELawPPB5jJs7ABvADdoYFdKauYfnSJfBTeBX1dCjLgJ8rfx0i1rCxxTpdORpGS267S2I+BYEXUMuAbcI+Q17AIfknuPm/9tT1/UrwoQQ9IwYzWFMSrniW/TgHQx2GTy6+fylF8JPhrSeTgXQqzTfw9UR+EUdRZ+A7/Ta3zORFTschWpvwmeUUb/FcaeGj8MbASHhbAhN+oC8EfLe8uLpD9kpI2AGN/g9QjwTp06g3JyP4G3Gi8B2enSy4rDoi5TT72lXZ7QjSHFMHqcHH+c5b16nRJt+F2mShVDHqr3VNhCCdJDwYXgs8Zx+SAOgizWqSA38m/Wp7UrkOMlZV6d0y72lwT0mQ0xNuvU9JIllvlBR9fdlr4T1G4mTYIssrTNKyOWkH7zLe0PW9q+AB9RZ2FpwNMunppkfBt0NNtEuSItgsg08WFO2zHglDLtTlU7fshUlOs5Pa7xyiUBU51gp88VDvLoJBjdNw2CvGVpk7Jubwefa3KI863S2KLcuv4h6gkmXpBNlrZaR7ZtXt9nvr//MN7OxmpdP8rF8DQIssXS1t+RbZudrf7FWkfH0b778KeKk/Hx+hxnI9tepWud0+vubkHaLG2u8hN9i5yvVV/38rVJJvmDkPazmyGycLKGdHekXm1pazVu0uitljZ/oalGAjmMkp99bbKwP6MOQBYbfBmEeh0ZRtM304qcL3GC9AuY5wc6sP1pkfMN0NHRAm7zjczzlFnM9Qlyc8BDZLowsmI9ZZ1oaVvjyPaLlraTfH/LRr5R6s42OTjfyjQIcrrJz8QuczD8W9WOH1V6Pj/Ga/5pngpTKlZb4qlECrKf8b6g44d4OnPKtDtH7fgx2rLwSs6qP0T5CK/3FYj8BUca+2YHyQLPSlPqZGZAOqWxRHuNAekY2yY+GZ0P+txb29bRibrIv2Pyc1YSuV+oKZjUCHImODKnTVLa00sQZan2y60pjNDz2CAjpwGjRNzYcTp95faX2OSgnDZJOsrmihdc3oy41NQfMN4uEj+2a/qjLsSaIu9Lgesik58AFLsLi/S/HbwNonSA8j2S04xXQ7ElE8UruxE8Hlzv+kbEpUAlkA0KUwqsNWOUQ8x/JdyPjZemb9ZUSN7nA5/StSIMxM7lRotciFHkPCeAB2hQKcnQwNKuiwJVnAQR3GW873C4uKiM2ru2i/2kNCsl3yfA943uXgmzwSEtFUM/ZuvNKPd7JdL/sRLEyE5xM3QR/xV8G7zHxc1OoiACqU1IKXZoif2Hav+LHVxLH11PTs2OgKiFieve3sHgOo2gR4a4zl56XJP2GxzlxUUpStzWkCBIAvANE7y3d7iJdl+vFLZqK/EkJmGztUAqcpNMtD8uEAvw6wgUJJFYQUHiA0mlzE+aIOtNRNv/uxkLSoxlul0Qia5P1qG9KwVCiF8rSco6U+EfQIvilxxk3+tYdROlllCTkKlRClQt4OvG2824pTsuIsP/epVeFkFBKAhBQSgIQUEoCEFBKAhBQQgKQkEICkJBCApCQQgKQkEICkJQEApCUBAKQlCQNONfAQYAt2xpP8OW+nUAAAAASUVORK5CYII=") no-repeat center center;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile .tyPreview {
  display: none;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .tyUploadFile img {
  display: none;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group {
  padding-top: 15px;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .mytyFormElementDescription {
  margin-top: 15px;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group {
  padding-top: 15px;
}

.mytyFormFieldFileUpload .mytyFormBoxUpload .mytyFormBoxFile .btn-group .btn [class*="icon-"] {
  display: none;
}

.div-mytyFormAdditionalText {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * Project Template 2013
 * @created 01.03.2013
 */i.icon-nlpz {
  width: 25px;
  height: 25px;
  display: inline-block;
}

i.icon-date-blog {
  background: url('/templates/img/tySprite/ty_sprite.png') -663px -178px no-repeat;
}

i.icon-category-blog {
  background: url('/templates/img/tySprite/ty_sprite.png') -695px -178px no-repeat;
}

i.icon-comments-blog {
  background: url('/templates/img/tySprite/ty_sprite.png') -730px -178px no-repeat;
}

i.tyArrow {
  width: 20px;
  height: 19px;
  display: block;
  float: left;
  margin: 0;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -553px -7px;
}

i.icon-mail {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -209px -2px;
  width: 26px;
  height: 27px;
}

i.icon-info {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -103px -2px;
  width: 26px;
  height: 27px;
}

i.icon-twitter {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -243px -2px;
  width: 26px;
  height: 27px;
}

i.icon-facebook {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -278px -2px;
  width: 26px;
  height: 27px;
}

i.icon-google {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -348px -2px;
  width: 26px;
  height: 27px;
}

i.icon-rss {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -383px -2px;
  width: 26px;
  height: 27px;
}

i.icon-text {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -173px -2px;
  width: 26px;
  height: 27px;
}

i.icon-print {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -138px -2px;
  width: 26px;
  height: 27px;
}

i.icon-phone {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -450px -2px;
  width: 29px;
  height: 27px;
}

i.icon-fax {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -488px -2px;
  width: 29px;
  height: 27px;
}

i.icon-kontakt {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -523px -2px;
  width: 29px;
  height: 27px;
}

i.icon-date {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -663px -2px;
  width: 29px;
  height: 27px;
}

i.icon-category {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -695px -2px;
  width: 29px;
  height: 27px;
}

i.icon-comments {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -730px -2px;
  width: 29px;
  height: 27px;
}

i.icon-place {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -800px -2px;
  width: 29px;
  height: 27px;
}

i.icon-glass {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -2px;
  width: 25px;
  height: 27px;
}

i.icon-download {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -873px -2px;
  width: 25px;
  height: 27px;
}

i.icon-merken {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -909px -2px;
  width: 24px;
  height: 27px;
}

i.icon-delete {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -763px -2px;
  width: 24px;
  height: 27px;
}

i.icon-arrow-small {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -552px -2px;
  width: 24px;
  height: 27px;
}

.ficon {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  width: 26px;
  height: 27px;
}

i.icon-arrow {
  display: inline-block;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -838px 0px;
  width: 24px;
  height: 31px;
}/*
 * Project Template 2013
 * @created 21.01.2013
 *//*
 * Project Template 2013
 * @created 21.01.2013
 */div.myty-area {
  border-top: 2px dashed #0F2F2D;
  min-height: 10px;
  width: 100%;
}

div.myty-area > div {
  left: auto !important;
  right: 0;
}

div.myty-area .myty-area__btn {
  width: 30px;
  height: 30px;
  float: right;
  color: #ffffff;
}/* Form Element Functions *//* Additional Functions */html {
  height: 100%;
}

*html > body {
  height: 100%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.tyBody,body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: scroll-y;
  font-family: "Officina", sans-serif, Arial, Verdana;
  font-size: 15px;
  line-height: 19px;
  color: #0F2F2D;
  background-color: #ffffff;
  background-size: cover;
}

.tySpacer,.tyHalfSpacer,.tySmallSpacer {
  *zoom: 1;
  height: 25px;
  min-height: 25px;
}

.tySpacer:before,.tyHalfSpacer:before,.tySmallSpacer:before,.tySpacer:after,.tyHalfSpacer:after,.tySmallSpacer:after {
  display: table;
  content: "";
}

.tySpacer:after,.tyHalfSpacer:after,.tySmallSpacer:after {
  clear: both;
}

.tySpacer:before,.tyHalfSpacer:before,.tySmallSpacer:before,.tySpacer:after,.tyHalfSpacer:after,.tySmallSpacer:after {
  display: table;
  content: "";
}

.tySpacer:after,.tyHalfSpacer:after,.tySmallSpacer:after {
  clear: both;
}

.tyHalfSpacer {
  height: 15px;
  min-height: 15px;
}

.tySmallSpacer {
  height: 5px;
  min-height: 5px;
}

.tyDivider {
  *zoom: 1;
  height: 1px;
  min-height: 1px;
  background-color: #CFD5D5;
  margin: 10px 0;
}

.tyDivider:before,.tyDivider:after {
  display: table;
  content: "";
}

.tyDivider:after {
  clear: both;
}

.tyDivider:before,.tyDivider:after {
  display: table;
  content: "";
}

.tyDivider:after {
  clear: both;
}

.tyClear,.fixfloat {
  *zoom: 1;
  clear: both;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.tyClear:before,.fixfloat:before,.tyClear:after,.fixfloat:after {
  display: table;
  content: "";
}

.tyClear:after,.fixfloat:after {
  clear: both;
}

.tyClear:before,.fixfloat:before,.tyClear:after,.fixfloat:after {
  display: table;
  content: "";
}

.tyClear:after,.fixfloat:after {
  clear: both;
}

.tyFloatl,.floatl {
  float: left;
}

.tyFloatr,.floatr {
  float: right;
}

.tyHidden {
  display: none;
}

blockquote {
  font-size: 14px;
  padding: 2px 10px;
  margin: 7px 0 7px 0;
  border-left: 5px solid #6F8281;
  background-color: #CFD5D5;
}

div:focus,a:focus,select:focus {
  outline: none;
}/* Tablet Scrolling */div {
  -webkit-overflow-scrolling: touch;
}

#editMenue input,#editMenue select {
  width: auto;
}/* Headlines */h1 {
  margin: 0 0 20px;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 18px;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
}

.tySnippetBox h2 {
  margin: 0 0 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

#tyFooter h2 {
  font-size: 18px;
  line-height: 22px;
}

h3,.h3 {
  margin: 10px 0 15px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}

.h3 {
  display: block;
}

h4 {
  margin: 10px 0 10px;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  color: #3F5957;
}

h1 a,h2 a,h3 a,.h3 a,h4 a {
  color: #0E5F7E;
}/* Links */a:link,a:active,a:visited,a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #0E5F7E;
}

a:hover {
  text-decoration: none;
  color: #0E5F7E;
}

a img {
  border: none;
}

[data-js-link]:hover {
  cursor: pointer;
}/* Text */p {
  margin: 0 0 3px;
}/* Form elements */form {
  margin: 0;
}

button,button.tySave,button.tySubmit,button.mytyFormSubmitBtn {
  background-color: #E6F0ED;
  cursor: pointer;
}

button.tySave,button.tySubmit,button.mytyFormSubmitBtn {
  float: right;
  margin: 0 0 0 10px;
}

button.tyCancel,button.mytyFormResetBtn,button.mytyFormClickBtn {
  border: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 3px 18px;
  background-color: #f2f2f2;
}

button.tySave:hover,button.tySubmit:hover,button.mytyFormSubmitBtn:hover {
  background-color: #D9E8E4;
}

button.tyCancel:hover,button.mytyFormResetBtn:hover,button.mytyFormClickBtn:hover {
  background-color: #0F2F2D;
}

a.tyButton:link,a.tyButton:active,a.tyButton:visited,a.tyButton:hover {
  background-color: #E6F0ED;
  text-decoration: none;
  display: inline-block;
}

a.tyResetButton:link,a.tyResetButton:active,a.tyResetButton:visited,a.tyResetButton:hover {
  border: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 3px 18px;
  background-color: #f2f2f2;
  text-decoration: none;
  display: inline-block;
}

a.tyButton:hover {
  background-color: #6AB023;
}

a.tyResetButton:hover {
  background-color: #0F2F2D;
}

input[type=text][readonly] {
  cursor: pointer;
}/*
.div-tyClear { .clearfix(); float: none; }
.div-tyHS { float: left; width: 260px; height: auto; overflow: hidden; text-align: left; }
.div-tyHSr { float: right; }

.mytyFormBox { overflow: hidden; height: auto; }
.mytyFormBox label { font-weight: bold; }
.mytyFormBox input { width: 250px; }
.mytyFormBox select { width: 260px; }
.mytyFormBox textarea { width: 543px; height: 120px; resize: none; }
.mytyFormFieldset legend { margin-bottom: 15px; height: auto; overflow: hidden; display: block; float: none; clear: both; }
.mytyFormBtnBox { .tyFormButtonLine(); margin: 10px -10px -10px -10px; height: auto; }
.mytyFormPasswordValidationBox { float: right !important; }
.mytyFormBoxHs { float: left; }
.mytyFormBoxHsr { float: right; }
.mytyFormError { color: @red; }
input.mytyFormRequired { border: 1px solid @red; }
*//* List standard */.tyList {
  padding: 0 0 8px 15px;
  margin: 0;
  height: auto;
  width: 100%;
}

.tyList li {
  position: relative;
}

.tyList .tyShowAll {
  text-align: center;
  display: block;
  font-weight: bold;
}/* Global Style Definitions */.tyBlock {
  display: block;
}

.tyBold {
  font-weight: bold;
}

.tyVariableText {
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.tyAutoLayer {
  margin: 0 auto;
  float: none;
}/* Success and Error Messages */.tyBox .alert,.alert {
  margin: 0;
  border-radius: 0;
  text-shadow: 0 !important;
}

.tyBox .tyContentWrap.alert-success {
  background-color: #468847;
}

.tyBox .tyContentWrap.alert-error {
  background-color: #b94a48;
}

.tyBox .tyContentWrap.alert-warning {
  background-color: #c09853;
}

.tyBox .tyContentWrap.alert-info {
  background-color: #3a87ad;
}/* .row without margin */.tyClearBox .row {
  margin: 0 !important;
}/* lazyload images *//* fade image in after load */.lazyload,.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hidden {
  display: none !important;
}

.alert-block {
  padding: 15px;
  margin-bottom: 15px;
}

.alert-block p,.alert-block ul {
  margin-bottom: 0;
}

.alert-block p {
  display: inline-block;
}

.alert-block p + p {
  margin-top: 6px;
}

.alert-block h2,.alert-block h3,.alert-block h4 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: white !important;
}

.alert-success {
  color: #5cb85c;
}

.alert-success.alert-block {
  background-color: #5cb85c;
  color: white;
}

.alert-info {
  color: #cff4ff;
}

.alert-info.alert-block {
  background-color: #cff4ff;
  color: #0F2F2D;
}

.alert-info.alert-block h2,.alert-info.alert-block h3,.alert-info.alert-block h4 {
  color: #0F2F2D !important;
}

.alert-text {
  color: #cff4ff;
}

.alert-text.alert-block {
  background-color: #6F8281;
  color: white;
}

.alert-warning {
  color: #ffe8c7;
}

.alert-warning.alert-block {
  background-color: #ffe8c7;
  color: #0F2F2D;
}

.alert-warning.alert-block h2,.alert-warning.alert-block h3,.alert-warning.alert-block h4 {
  color: #0F2F2D !important;
}

.alert-danger {
  color: #d9534f;
}

.alert-danger.alert-block {
  background-color: #d9534f;
  color: white;
}/*
 * Project Template 2013
 * @created 01.03.2013
 *//********** Blog **********/.mytyBlogSidebarH2 {
  margin: 0 0 5px;
}/********** Froala Tables **********/.tySnippetBox table tr:nth-child(2n) {
  background: rgba(230, 240, 237, 0.5);
}

.tySnippetBox table td:nth-child(2n) {
  background: rgba(230, 240, 237, 0.6);
}/********** Kontakt Adress Tabelle **********/.tyAdressTable td h3,.tyAdressTable td .h3 {
  margin: 0 0 10px;
}/********** Allgemeine Listen **********/ul.tyArrowList {
  list-style: none;
  list-style-image: url('/templates/img/nlpz/list_style_image.png');
  margin: 0 0 20px;
  padding: 10px 10px 10px 25px;
  background: #F3F5F5;
}

ul.tyArrowList li {
  margin: 0 0 3px;
}/********** Statisches MobilBusFormular **********/#tyFormErrorBox ul {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}/********** Tabelle **********/.tyTableSnippet {
  width: 100%;
  margin: 0 0 20px;
}

.tyTableSnippet td {
  padding: 10px 10px 10px 0;
  margin: 0 10px 5px 0;
  border-bottom: 1px solid #ccc;
}/********** Standard View Link **********/.tyStandardView {
  display: none;
}/********** FAQ **********/.tyFAQBox ol {
  color: #00654B;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
}

.tyFAQBox ol .tyQuestionLink {
  color: #0E5F7E;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.tyFAQBox ol .tyAnswerText {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

.tyFAQBox ol .tyAnswerList {
  color: #00654B;
}

.tyFAQBox ol .tyAnswerList a {
  cursor: default;
}

.tyFAQBox ol .tyToTop {
  width: 100%;
  text-align: right;
}

.tyFAQBox ol .tyToTop i {
  position: relative;
  top: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.tyFAQBox ol .tyToTop a {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #0E5F7E;
  cursor: pointer;
}/********** Publikations Liste - Übersichtsseite **********/.tyMerkliste {
  background: #F3F5F5;
  padding: 5px 10px 10px;
}

.tyMerkliste .tyPubSingle {
  display: block;
  margin: 0 0 20px;
}

.tyMerkliste ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
}

.tyMerkliste .tyUpdate {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.tyMerkliste i {
  position: relative;
  top: 8px;
}

.tyMerkliste input {
  cursor: pointer;
  color: #0E5F7E;
}

.tyMerkliste .tyPubText {
  float: left;
  width: 185px;
}

.tyMerkliste .tyPubText h3,.tyMerkliste .tyPubText .h3 {
  max-height: 42px;
  overflow: hidden;
  margin: 0 0 5px;
}

.tyMerkliste .tyPubText .tyCountBox {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #9FACAB;
  clear: both;
}

.tyMerkliste .tyPubImg {
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
}

.tyPubWrap .tyPubSingle {
  padding: 0 30px 20px 0;
  border-bottom: 4px solid;
  margin: 0 0 20px;
  position: relative;
}

.tyPubWrap .tyPubSingle h2 {
  max-height: 45px;
  overflow: hidden;
}

.tyPubWrap .tyPubSingle .tyPubImg {
  width: 195px;
  float: left;
  margin: 0 17px 10px 0;
  overflow: hidden;
}

.tyPubWrap .tyPubSingle .tyPubText {
  width: 380px;
  float: left;
  margin: 0 0 15px;
}

.tyPubWrap .tyPubSingle .tyPubText b {
  min-width: 60px;
  display: inline-block;
}

.tyPubWrap .tyPubSingle .tyPubText .tyInStock span {
  padding: 1px 7px;
  background: #6AB023;
  color: white;
}

.tyPubWrap .tyPubSingle .tyPubText .tyOutStock span {
  padding: 1px 7px;
  background: #E65B15;
  color: white;
}

.tyPubWrap .tyPubSingle .tyPubLinks {
  clear: both;
  margin: 10px 0;
}

.tyPubWrap .tyPubSingle .tyPubLinks a {
  margin: 0 20px 0 0;
}

.tyPubWrap .tyPubSingle .tyPubLinks i {
  position: relative;
  top: 8px;
}

.tyPubWrap .tyPubSingle a.tyPubDetail {
  position: absolute;
  right: 0;
  width: 24px;
  height: 31px;
  top: 40%;
  display: block;
}

.tyPubWrap.tyPubDetail .tyPubSingle {
  border-bottom: none;
  padding: 0 0 15px;
}

.tyPubWrap.tyPubDetail .tyPubSingle .tyPubDetailText {
  clear: both;
  margin: 0 0 15px;
}

.tyPubWrap.tyPubDetail .tyPubSingle .tyPubDetailText table {
  margin: 0 0 15px;
}

.tyPubWrap.tyPubDetail .tyPubSingle .tyPubDetailText table td {
  padding: 0 15px 0 0;
  vertical-align: top;
}/********** Event Liste - Übersichtsseite **********/.tyEventListWrap {
  padding: 0 50px 10px 0;
  border-bottom: 4px solid;
  margin: 0 0 20px;
  position: relative;
}

.tyEventListWrap h2 {
  margin: 0;
}

.tyEventListWrap i {
  position: relative;
  top: 8px;
}

.tyEventListWrap span.tyFrom,.tyEventListWrap span.tyTill {
  font-style: italic;
}

.tyEventListWrap .tyFrom {
  margin-right: 40px;
}

.tyEventListWrap .tyEventPlace {
  margin: 0 0 5px;
  font-weight: bold;
}

.tyEventListWrap .tyEventLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-weight: bold;
}

.tyEventListWrap .tyEventLink .tyEventLink__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 3px 5px;
}

.tyEventListWrap .tyEventDesc {
  margin: 15px 0 0;
  display: block;
}

.tyEventListWrap a.tyEventDetail {
  position: absolute;
  right: 0;
  width: 24px;
  height: 31px;
  top: 40%;
  display: block;
}

.tyEventListWrap.tyDetail {
  border: none;
  padding: 0;
}

.tyEventListWrap.tyDetail h3,.tyEventListWrap.tyDetail .h3 {
  margin: 15px 0 5px;
}

.tyEventListWrap.tyDetail .tyHeadline__subtitle {
  margin-top: 0;
  font-size: 1em;
}

.tyEventListWrap.tyDetail .tyEventGM iframe {
  margin: 0 0 5px;
}

.tyEventAddress {
  font-style: normal;
  display: block;
}

.tyEventShort {
  margin-bottom: 15px;
}/********** Kontaktbox/Ansprechpartner **********/.tyKontaktBox h3,.tyKontaktBox .h3 {
  margin: 0 0 10px;
}

.tyKontaktBox i {
  position: relative;
  top: 8px;
}

.tyKontaktBox table {
  width: 100%;
  clear: both;
  padding: 10px;
  background: #F3F5F5;
}/********** Google Maps Container **********/.tyGoogleMap {
  margin: 0 0 20px;
}/********** Linkliste **********/.tyLinkList {
 /*
	a {
		display: block;
		clear: both;
		padding: 4px 0 4px 15px;
		background-image: url('/templates/img/nlpz/tyLink_Sprite.png');
		background-repeat: no-repeat;
	}*/;
}

.tyLinkList i {
  position: relative;
  top: 8px;
}/********** Content Footer - Social Media **********/.tyContentFooter {
  margin-top: 40px;
  padding: 10px 0 10px;
  border-top: 1px solid #9FACAB;
}

.tyContentFooter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tyContentFooter ul li {
  display: inline-block;
  margin: 0 3px 0 0;
}

.tyContentFooter ul li > span {
  padding: 0 0 0 20px;
  display: inline-block;
  position: relative;
  top: -9px;
  z-index: 1;
}/********** Sprachen Box **********/#tyLanguageBox {
  z-index: 15;
  height: 65px;
}

#tyLanguageBox .tyActiveBox {
  position: relative;
  width: 110px;
  margin: 0;
}

#tyLanguageBox .tyActiveBox ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff url('/templates/img/nlpz/lang_back.png') 95px 9px no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 200;
  min-width: 115px;
}

#tyLanguageBox .tyActiveBox ul li {
  display: none;
  list-style: none;
  padding: 3px 10px 3px 25px;
}

#tyLanguageBox .tyActiveBox ul li a {
  display: block;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_de {
  background: url('/tycon/themes/flags/de.png') 5px 6px no-repeat;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_en {
  background: url('/tycon/themes/flags/en.png') 5px 6px no-repeat;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_cs {
  background: url('/tycon/themes/flags/cs.png') 5px 6px no-repeat;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_pl {
  background: url('/tycon/themes/flags/pl.png') 5px 6px no-repeat;
  display: none !important;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_ja {
  background: url('/tycon/themes/flags/ja.png') 5px 6px no-repeat;
}

#tyLanguageBox .tyActiveBox ul .tyFlag_fr {
  background: url('/tycon/themes/flags/fr.png') 5px 6px no-repeat;
}

#tyLanguageBox .tyActiveBox ul li.tyActive {
  display: block;
  cursor: pointer;
  background-color: none;
}/********** Spenden Button **********/.donate {
  text-align: right;
}

.donate .btn-donate {
  width: 100%;
  max-width: 222px;
}/********** Suggest Suche **********/.tySearch {
  height: 32px;
  padding: 16px 16px 0 0;
  margin: 0 0 5px;
  position: relative;
}

.tySearch input[type="text"] {
  width: 178px;
  height: 16px;
  padding: 7px 7px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #9FACAB;
  margin: 0 6px 0 0;
  float: left;
}

.tySearch button.tyButton {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  width: 21px;
  height: 30px;
  float: left;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}

.tySearch.tySearchDetail {
  padding: 10px 0;
  margin: 0 0 10px;
  display: block;
  height: 105px;
}

.tySearch.tySearchDetail .tySearchInput {
  padding: 10px;
  background: #E6F0ED;
  border-bottom: 5px solid #00654B;
  border-radius: 4px;
  overflow: hidden;
}

.tySearch.tySearchDetail .tySearchInput label {
  font-weight: bold;
  padding: 6px 0 0;
  display: block;
  width: 100px;
  float: left;
}

.tySearch.tySearchDetail .tySearchInput input[type="text"] {
  float: right;
  width: 400px;
  margin: 0;
}

.tySearch.tySearchDetail .tyButtons {
  padding: 5px 0;
  clear: both;
  width: 100%;
  text-align: right;
}

.tySearch.tySearchDetail .tyButtons button {
  background: #E6F0ED url('/templates/img/nlpz/submit_back.png') right 0 no-repeat;
  padding: 6px 35px 7px 10px;
  color: #00654B;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.search-result-container {
  position: absolute;
  background: #ffffff;
  z-index: 200;
  display: block;
  top: 50px;
  left: 0;
  border-left: 1px solid #BFD8D2;
  border-right: 1px solid #BFD8D2;
  width: 244px;
}

.search-result-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search-result-container ul li {
  margin: 0;
}

.search-result-container ul li a {
  padding: 4px 10px;
  border-bottom: 1px solid #ffffff;
  display: block;
  background: #D9E8E4;
  color: #000000;
}

.search-result-container ul li a:hover {
  background: #00654B;
  color: #ffffff;
}

.search-result-container .searchResultFooter {
  display: block;
  background: #00654B;
  color: #ffffff;
}

.search-result-container .searchResultFooter a {
  padding: 4px 10px;
  color: #ffffff;
  display: block;
}/* Suchergebnisliste */.tySearchList {
  clear: both;
  width: 100%;
}

.tySearchList ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tySearchList ul li.tyResult {
  position: relative;
  padding: 0 50px 10px 0;
  border-bottom: 3px solid #66A293;
  margin: 0 0 15px;
  min-height: 64px;
}

.tySearchList ul li.tyResult a.tyHeadlineLink {
  display: block;
  padding: 0 0 5px;
  color: #00654B;
  font-weight: bold;
}

.tySearchList ul li.tyResult a.tyHeadlineLink:hover {
  color: #BFD8D2;
}

.tySearchList ul li.tyResult a.tyHeadlineLink i {
  position: relative;
  top: 6px;
}

.tySearchList ul li.tyResult a.tySearchArrow {
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  background: url('/templates/img/tySprite/ty_sprite.png') -822px 9px no-repeat;
  top: 15px;
  display: block;
}

.tyTablePager a.tyInActive {
  padding: 0 3px;
  background: #ffffff;
}

.tyTablePager a.tyInActive:hover {
  background: #00654B;
  color: white;
}

.tyTablePager a.tyActive {
  padding: 0 3px;
  background: #00654B;
  color: white;
}

.tyTablePager a.tyArrow span {
  background: url('/templates/img/tySprite/ty_sprite.png') -553px -7px no-repeat;
  width: 20px;
  display: inline-block;
}

.tyTablePager a.tyArrow.tyBack span {
  background: url('/templates/img/nlpz/ty_arrowback.png') 0 2px no-repeat;
}/********** Start Event-Box **********/.tyStartEventBox {
  margin-top: 30px;
}

.tyStartEventBox h2 {
  color: #00654B;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tyStartEventBox span.tyDateKeyword {
  font-style: italic;
}

.tyStartEventBox span a {
  color: #00654B;
  font-weight: bold;
  padding: 5px 0;
  display: block;
}

.tyStartEventBox hr {
  border: 0px;
  border-bottom: 1px solid #9FACAB;
  margin: 5px 0 10px;
}/********** Startinfo - Box **********/.tyStartInfo {
  margin-top: 30px;
}

.tyStartInfo .tyHeadline h2 {
  color: #00654B;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tyStartInfo .tyImage {
  margin: 0 0 5px;
}

.tyStartInfo .tyImage img {
  border-radius: 4px;
}

.tyStartInfo .floatl {
  width: 48%;
  margin: 0 2% 0 0;
}

.tyStartInfoLink a {
  display: block;
  clear: both;
  padding: 4px 0 4px 15px;
  background: url('/templates/img/nlpz/tyLink_Sprite.png') 0 -168px no-repeat;
}/********** Download - Box **********/.tyRightWrap {
  margin: 0 0 10px;
}

.tyRightWrap .tyRightWrapBox {
  margin: 0 0 40px;
}

.tyRightWrap h2 {
  letter-spacing: normal;
}

.tyRightWrap h3,.tyRightWrap .h3 {
  margin: 15px 0 10px;
}

.tyDlBox {
  width: 100%;
}

.tyDlBox h3,.tyDlBox .h3 {
  margin: 0 0 5px;
}

.tyDlBox .tyLink {
  background: none;
  margin: 10px 0 10px;
  padding: 0;
}

.tyDlBox .tyLink a {
  position: relative;
  bottom: 5px;
}

.tyDlBox .tyLink--multiline a {
  bottom: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 24px;
  min-height: 24px;
  padding-top: 4px;
  max-width: 100%;
  overflow: hidden;
}

.tyDlBox .tyLink--multiline a [class*=icon] {
  position: absolute;
  left: 0;
  top: 0;
}

.tyDlBox--multiple .tyLink {
  border-bottom-width: 0;
  margin-top: 0;
}

.str-nowrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}/********** Contentschnipsel - Allgemein **********/.tySnippetBox {
  margin: 0 0 20px;
}

.tySnippetBox img {
  max-width: 100%;
}/********** Headline + Icon **********/.tyIconHeadline.startTheme.greenTheme,.tyIconHeadline.startTheme.blueTheme,.tyIconHeadline.startTheme.greenLightTheme,.tyIconHeadline.startTheme.orangeTheme,.tyIconHeadline.startTheme.yellowTheme,.tyIconHeadline.startTheme.startTheme {
  background-color: #ffffff;
}

.tyHeadlineIcon {
  border-radius: 4px;
  width: 22px;
  height: 22px;
  float: left;
  margin: 1px 10px 0 0;
}

.tyStartHeadline {
  height: 29px;
  overflow: hidden;
  margin: 0 0 5px;
  letter-spacing: 2px;
}/********** Bild Schnipsel **********/.tyImageBox {
  border-radius: 4px;
  overflow: hidden;
  clear: both;
}

.tyImageBox img {
  border-radius: 4px;
}/********** Link **********/.tyLink {
  border-bottom: 2px solid;
  padding: 10px 0 8px 20px;
  background-image: url('/templates/img/nlpz/tyLink_Sprite.png');
  background-repeat: no-repeat;
}

.tyLink p {
  margin: 0;
  max-height: 18px;
  overflow: hidden;
}

.tyLink:empty {
  background-image: none;
  padding: 10px 0 8px 20px;
  overflow: hidden;
}

.tyLink:empty:before {
  display: inline;
  content: "\00a0";
}/********** Bild | Text | Link **********/.tyImageLinkWrapper {
  height: 320px;
  overflow: hidden;
  margin: 0 0 10px;
}

.tyImageLinkWrapper.greenTheme,.tyImageLinkWrapper.blueTheme,.tyImageLinkWrapper.greenLightTheme,.tyImageLinkWrapper.orangeTheme,.tyImageLinkWrapper.yellowTheme,.tyImageLinkWrapper.startTheme {
  background-color: #ffffff;
}

.tyImageLinkWrapper .tyStartHeadline {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tyImageLinkWrapper .tyImage {
  border-radius: 4px;
  height: 135px;
  overflow: hidden;
  margin: 0 0 16px;
}

.tyImageLinkWrapper .tyImage img {
  width: 100%;
  max-height: 135px;
}

.tyImageLinkWrapper .tyTextWrapper {
  max-height: 120px;
  overflow: hidden;
}

.tyImageLinkWrapper .tyTextWrapper .tyHeadline {
  max-height: 41px;
  overflow: hidden;
  margin: 0 0 5px;
}

.tyImageLinkWrapper .tyTextWrapper .tyHeadline h3,.tyImageLinkWrapper .tyTextWrapper .tyHeadline .h3 {
  margin: 0;
}

.tyImageLinkWrapper .tyImageBig {
  border-radius: 4px;
  width: 221px;
  height: 155px;
  overflow: hidden;
  margin: 0 0 16px;
}

.tyImageLinkWrapper.tyBlogStart {
  height: 365px;
}

.tyImageLinkWrapper.flexcard {
  height: auto;
  margin: 0 0 24px 0;
 /* &__headline {
			line-height: 1.2;
			position: relative;
			padding-left: 32px;
			font-size: 21px;
			height: 2 * 1.2 * 21px;
			overflow: hidden;
			margin: 0 0 5px;
			.tyHeadlineIcon {
				position: absolute;
				left: 0;
				top: 5px;
			}
		}*/;
}

.flexcard__image {
  margin: 0 0 5px;
}

.flexcard__headline {
  line-height: 1.4;
  position: relative;
  padding-left: 32px;
  font-size: 21px;
  height: 58.8px;
  overflow: hidden;
  margin: 0 0 10px;
}

.flexcard__headline .tyHeadlineIcon {
  position: absolute;
  left: 0;
  top: 1.4px;
}

.flexcard__content {
  line-height: 1.5;
  height: 67.5px;
  overflow: hidden;
}

.flexcard__footer {
  position: relative;
}

.flexcard__footer-date {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 10px;
  color: #B7C1C0;
}

.flexcard__footer-date:empty {
  display: none;
}

.flexcard__footer.bob-absolute {
  position: absolute;
  bottom: 24px;
  left: 12px;
  width: calc(100% - 24px);
}

.flexcard.tyStartInfo {
  padding-bottom: 24px;
}/********** Großes Bild oben **********/.tyImageTopWrapper {
  position: relative;
  margin: 0 0 10px;
}

.tyImageTopWrapper .tyImageBoxTop {
  max-width: 960px;
  border-radius: 4px;
  overflow: hidden;
}

.tyImageTopWrapper .tyImageBoxTop img {
  border-radius: 4px;
  width: 100%;
}

.tyImageTopWrapper .tyImageText {
  border-radius: 0 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 15px 15px 12px;
  background: url('/templates/img/nlpz/white_transparent.png') 0 0;
  color: #00654B;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

.tyImageTopWrapper.tyImageStripeWrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tyImageTopWrapper.tyImageStripeWrap .tyImageStripe {
  width: 95px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 95px;
}/********** Slider **********/.tySliderWrapper {
  position: relative;
  min-height: 336px;
  margin: 0 0 10px;
}

.tySliderWrapper .editSlider {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.tySliderWrapper .editSlider li {
  margin: 0 0 15px;
  display: block;
  position: relative;
}

.tySliderWrapper .flex-viewport {
  max-height: 330px;
  overflow: hidden;
}

.tySliderWrapper .flex-viewport img {
  border-radius: 4px;
}

.tySliderWrapper .flex-direction-nav .flex-prev {
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -378px -240px;
  width: 40px;
  height: 50px;
  top: 50%;
}

.tySliderWrapper .flex-direction-nav .flex-next {
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
  background-position: -453px -240px !important;
  width: 40px;
  height: 50px;
  top: 50%;
}

.tySliderWrapper .flex-direction-nav a {
  text-indent: 9999px;
}

.tySliderWrapper .flex-direction-nav a:before {
  display: none;
}

.tySliderWrapper .tySliderText {
  border-radius: 0 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 0 15px;
  background: url('/templates/img/nlpz/white_transparent.png') 0 0;
  color: #00654B;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
  color: #3F5957;
  letter-spacing: 2px;
  margin: 0;
  line-height: 2;
}

.tySliderWrapper .flexslider {
  margin: 0;
  padding: 0 0 30px;
}

.flexslider .slides > li {
  position: relative;
}/********** Contentschnipsel - Allgemein **********/.tyImgGallery {
  margin: 0;
}

.tyImgGallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tyImgGallery ul li.galList {
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  float: left;
  margin-bottom: 2.12765957%;
}

.tyImgGallery ul li.galList:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tyImgGallery ul li.galList img {
  border-radius: 4px;
}

.tyImgGallery ul li.galList figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tyImgGallery ul li.galList figure .figure-img {
  border: 1px solid #9facab;
  width: 100%;
  height: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* align horizontal */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tyImgGallery ul li.galList figure img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}/********** Anpassungen Fancybox *********
.fancybox-skin {
	background: #000 !important;
	color: @white !important;
	padding: 15px 60px 15px 15px !important;
}

.fancybox-close {
		height: 56px !important;
		position: absolute !important;
		right: 3px !important;
		top: 3px !important;
		width: 56px !important;
}

.fancybox-skin {
	#tyWrap {
		.container {
			background: @black;
			min-height: 600px;
			position: relative;
			}
		}
	}
	.iframeBody,
	.contentIframe {
		background-color: @black !important;
}
*//*
 * Project Template 2013
 * @created 01.03.2013
 */.tyColor_tyNavigationTopicID_628 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_628 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px 15px !important;
}

.tyColor_tyNavigationTopicID_629 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_629 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px -70px !important;
}

.tyColor_tyNavigationTopicID_630 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_630 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px -155px !important;
}

.tyColor_tyNavigationTopicID_631 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_631 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px -240px !important;
}

.tyColor_tyNavigationTopicID_632 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_633 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_634 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_1287 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_632 .tySubNavWrap2 ul li.tyHasChild,.tyColor_tyNavigationTopicID_633 .tySubNavWrap2 ul li.tyHasChild,.tyColor_tyNavigationTopicID_634 .tySubNavWrap2 ul li.tyHasChild,.tyColor_tyNavigationTopicID_1287 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px -325px !important;
}

.tyColor_tyNavigationTopicID_635 .tySubNavWrap1 ul li.tyHasChild,.tyColor_tyNavigationTopicID_635 .tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px -410px !important;
}

.tySubNavWrap1 ul li.tyHasChild,
.tySubNavWrap2 ul li.tyHasChild {
  background-position: 230px 15px !important;
}

.startTheme {
  background-color: #e7eff2;
}

.startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild {
  background: #FFCC00;
}

.startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild a {
  background: #00654B;
  color: #ffffff;
}

.startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
  background: none;
  color: #000000;
}

.startTheme .tyColor_tyNavigationTopicID_628,.startTheme .tyColor_tyNavigationTopicID_659,.startTheme .tyColor_tyNavigationTopicID_1126 {
  background: #f6a924 !important;
}

.startTheme .tyColor_tyNavigationTopicID_629 {
  background: #E65B15 !important;
}

.startTheme .tyColor_tyNavigationTopicID_630 {
  background: #0E5F7E !important;
}

.startTheme .tyColor_tyNavigationTopicID_631 {
  background: #6AB023 !important;
}

.startTheme .tyColor_tyNavigationTopicID_632 {
  background: #00654B !important;
}

.startTheme .tyColor_tyNavigationTopicID_633 {
  background: #00654B !important;
}

.startTheme .tyColor_tyNavigationTopicID_634,.startTheme .tyColor_tyNavigationTopicID_1287 {
  background: #00654B !important;
}

.startTheme .tyColor_tyNavigationTopicID_635 {
  background: #FFCC00 !important;
}

.startTheme .tyLinkList a {
  background-position: 0 -168px;
}

.startTheme i.icon-mail {
  background-position: -209px -2px;
}

.startTheme i.icon-twitter {
  background-position: -243px -2px;
}

.startTheme i.icon-facebook {
  background-position: -278px -2px;
}

.startTheme i.icon-google {
  background-position: -348px -2px;
}

.startTheme i.icon-rss {
  background-position: -383px -2px;
}

.startTheme i.icon-text {
  background-position: -173px -2px;
}

.startTheme i.icon-print {
  background-position: -138px -2px;
}

.startTheme i.icon-phone {
  background-position: -450px -2px;
}

.startTheme i.icon-fax {
  background-position: -488px -2px;
}

.startTheme i.icon-kontakt {
  background-position: -523px -2px;
}

.startTheme i.icon-date {
  background-position: -663px -2px;
}

.startTheme i.icon-category {
  background-position: -695px -2px;
}

.startTheme i.icon-comments {
  background-position: -730px -2px;
}

.startTheme i.icon-place {
  background-position: -800px -2px;
}

.startTheme i.icon-download {
  background-position: -873px -2px;
}

.startTheme i.icon-merken {
  background-position: -909px -2px;
}

.startTheme i.icon-glass {
  background-position: 0px -2px;
}

.startTheme i.icon-arrow-small {
  background-position: -552px -2px;
}

.startTheme i.icon-arrow {
  background-position: -838px 0px;
}

.startTheme .icon-info {
  background-position: -103px -2px;
}

#tyHeader .tyNavigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_628,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_628:hover,#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_659,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_659:hover,#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_1126,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_1126:hover {
  background-color: #f6a924;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_629,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_629:hover {
  background-color: #E65B15;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_630,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_630:hover {
  background-color: #0E5F7E;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_631,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_631:hover {
  background-color: #46830C;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_632,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_632:hover {
  background-color: #00654B;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_633,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_633:hover {
  background-color: #00654B;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_634,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_634:hover,#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_1287,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_1287:hover {
  background-color: #00654B;
}

#tyHeader .tyNavigation ul li.tyActive.tyColor_tyNavigationTopicID_635,#tyHeader .tyNavigation ul li.tyColor_tyNavigationTopicID_635:hover {
  background-color: #FFCC00;
}

.yellowTheme {
  background-color: #FEF2DE;
}

.yellowTheme h1,.yellowTheme h2,.yellowTheme h3,.yellowTheme .h3 {
  color: #9E6500;
}

.yellowTheme h1 a,.yellowTheme h2 a,.yellowTheme h3 a,.yellowTheme .h3 a {
  color: #9E6500;
}

.yellowTheme .tyArrow {
  background-position: -553px -42px;
}

.yellowTheme .tyLink {
  border-color: #f6a924;
  background-position: 0 -23px;
}

.yellowTheme .tyStartInfoLink a {
  background-position: 0 -23px;
}

.yellowTheme .tyHeadlineIcon {
  background: #f6a924;
}

.yellowTheme .tyBorder {
  border-color: #f6a924;
}

.yellowTheme .tyLinkList a {
  background-position: 0 -29px;
}

.yellowTheme i.icon-mail {
  background-position: -209px -38px;
}

.yellowTheme i.icon-twitter {
  background-position: -243px -38px;
}

.yellowTheme i.icon-facebook {
  background-position: -278px -38px;
}

.yellowTheme i.icon-google {
  background-position: -348px -38px;
}

.yellowTheme i.icon-rss {
  background-position: -383px -38px;
}

.yellowTheme i.icon-text {
  background-position: -173px -38px;
}

.yellowTheme i.icon-print {
  background-position: -138px -38px;
}

.yellowTheme i.icon-phone {
  background-position: -450px -38px;
}

.yellowTheme i.icon-fax {
  background-position: -488px -38px;
}

.yellowTheme i.icon-kontakt {
  background-position: -523px -38px;
}

.yellowTheme i.icon-date {
  background-position: -663px -38px;
}

.yellowTheme i.icon-category {
  background-position: -695px -38px;
}

.yellowTheme i.icon-comments {
  background-position: -730px -38px;
}

.yellowTheme i.icon-place {
  background-position: -800px -38px;
}

.yellowTheme i.icon-download {
  background-position: -873px -38px;
}

.yellowTheme i.icon-merken {
  background-position: -909px -38px;
}

.yellowTheme i.icon-glass {
  background-position: 0px -38px;
}

.yellowTheme i.icon-arrow-small {
  background-position: -552px -38px;
}

.yellowTheme i.icon-arrow {
  background-position: -838px -35px;
}

.yellowTheme .icon-info {
  background-position: -103px -38px;
}

.orangeTheme {
  background-color: #EEE7E3;
}

.orangeTheme h1,.orangeTheme h2,.orangeTheme h3,.orangeTheme .h3 {
  color: #C94100;
}

.orangeTheme h1 a,.orangeTheme h2 a,.orangeTheme h3 a,.orangeTheme .h3 a {
  color: #C94100;
}

.orangeTheme .tyArrow {
  background-position: -553px -77px;
}

.orangeTheme .tyLink {
  border-color: #E65B15;
  background-position: 0 -57px;
}

.orangeTheme .tyStartInfoLink a {
  background-position: 0 -57px;
}

.orangeTheme .tyHeadlineIcon {
  background: #E65B15;
}

.orangeTheme .tyBorder {
  border-color: #E65B15;
}

.orangeTheme .tyLinkList a {
  background-position: 0 -64px;
}

.orangeTheme i.icon-mail {
  background-position: -209px -71px;
}

.orangeTheme i.icon-twitter {
  background-position: -243px -71px;
}

.orangeTheme i.icon-facebook {
  background-position: -278px -71px;
}

.orangeTheme i.icon-google {
  background-position: -348px -71px;
}

.orangeTheme i.icon-rss {
  background-position: -383px -71px;
}

.orangeTheme i.icon-text {
  background-position: -173px -71px;
}

.orangeTheme i.icon-print {
  background-position: -138px -71px;
}

.orangeTheme i.icon-phone {
  background-position: -450px -71px;
}

.orangeTheme i.icon-fax {
  background-position: -488px -71px;
}

.orangeTheme i.icon-kontakt {
  background-position: -523px -71px;
}

.orangeTheme i.icon-date {
  background-position: -663px -71px;
}

.orangeTheme i.icon-category {
  background-position: -695px -71px;
}

.orangeTheme i.icon-comments {
  background-position: -730px -71px;
}

.orangeTheme i.icon-place {
  background-position: -800px -71px;
}

.orangeTheme i.icon-download {
  background-position: -873px -71px;
}

.orangeTheme i.icon-merken {
  background-position: -909px -71px;
}

.orangeTheme i.icon-glass {
  background-position: 0px -71px;
}

.orangeTheme i.icon-arrow-small {
  background-position: -552px -71px;
}

.orangeTheme i.icon-arrow {
  background-position: -838px -70px;
}

.orangeTheme .icon-info {
  background-position: -103px -71px;
}

.blueTheme {
  background-color: #e7eff2;
}

.blueTheme h1,.blueTheme h2,.blueTheme h3,.blueTheme .h3 {
  color: #0E5F7E;
}

.blueTheme h1 a,.blueTheme h2 a,.blueTheme h3 a,.blueTheme .h3 a {
  color: #0E5F7E;
}

.blueTheme .tyArrow {
  background-position: -553px -112px;
}

.blueTheme .tyLink {
  border-color: #0E5F7E;
  background-position: 0 -92px;
}

.blueTheme .tyStartInfoLink a {
  background-position: 0 -97px;
}

.blueTheme .tyHeadlineIcon {
  background: #0E5F7E;
}

.blueTheme .tyBorder {
  border-color: #0E5F7E;
}

.blueTheme .tyLinkList a {
  background-position: 0 -98px;
}

.blueTheme i.icon-mail {
  background-position: -209px -107px;
}

.blueTheme i.icon-twitter {
  background-position: -243px -107px;
}

.blueTheme i.icon-facebook {
  background-position: -278px -107px;
}

.blueTheme i.icon-google {
  background-position: -348px -107px;
}

.blueTheme i.icon-rss {
  background-position: -383px -107px;
}

.blueTheme i.icon-text {
  background-position: -173px -107px;
}

.blueTheme i.icon-print {
  background-position: -138px -107px;
}

.blueTheme i.icon-phone {
  background-position: -450px -107px;
}

.blueTheme i.icon-fax {
  background-position: -488px -107px;
}

.blueTheme i.icon-kontakt {
  background-position: -523px -107px;
}

.blueTheme i.icon-date {
  background-position: -663px -107px;
}

.blueTheme i.icon-category {
  background-position: -695px -107px;
}

.blueTheme i.icon-comments {
  background-position: -730px -107px;
}

.blueTheme i.icon-place {
  background-position: -800px -107px;
}

.blueTheme i.icon-download {
  background-position: -873px -107px;
}

.blueTheme i.icon-merken {
  background-position: -909px -107px;
}

.blueTheme i.icon-glass {
  background-position: 0px -107px;
}

.blueTheme i.icon-arrow-small {
  background-position: -552px -107px;
}

.blueTheme i.icon-arrow {
  background-position: -838px -105px;
}

.blueTheme .icon-info {
  background-position: -103px -107px;
}

.greenLightTheme {
  background-color: #dceed4;
}

.greenLightTheme h1,.greenLightTheme h2,.greenLightTheme h3,.greenLightTheme .h3 {
  color: #46830C;
}

.greenLightTheme h1 a,.greenLightTheme h2 a,.greenLightTheme h3 a,.greenLightTheme .h3 a {
  color: #46830C;
}

.greenLightTheme .tyArrow {
  background-position: -553px -147px;
}

.greenLightTheme .tyLink {
  border-color: #6AB023;
  background-position: 0 -127px;
}

.greenLightTheme .tyStartInfoLink a {
  background-position: 0 -127px;
}

.greenLightTheme .tyHeadlineIcon {
  background: #6AB023;
}

.greenLightTheme .tyBorder {
  border-color: #6AB023;
}

.greenLightTheme .tyLinkList a {
  background-position: 0 -134px;
}

.greenLightTheme i.icon-mail {
  background-position: -209px -141px;
}

.greenLightTheme i.icon-twitter {
  background-position: -243px -141px;
}

.greenLightTheme i.icon-facebook {
  background-position: -278px -141px;
}

.greenLightTheme i.icon-google {
  background-position: -348px -141px;
}

.greenLightTheme i.icon-rss {
  background-position: -383px -141px;
}

.greenLightTheme i.icon-text {
  background-position: -173px -141px;
}

.greenLightTheme i.icon-print {
  background-position: -138px -141px;
}

.greenLightTheme i.icon-phone {
  background-position: -450px -141px;
}

.greenLightTheme i.icon-fax {
  background-position: -488px -141px;
}

.greenLightTheme i.icon-kontakt {
  background-position: -523px -141px;
}

.greenLightTheme i.icon-date {
  background-position: -663px -141px;
}

.greenLightTheme i.icon-category {
  background-position: -695px -141px;
}

.greenLightTheme i.icon-comments {
  background-position: -730px -141px;
}

.greenLightTheme i.icon-place {
  background-position: -800px -141px;
}

.greenLightTheme i.icon-download {
  background-position: -873px -141px;
}

.greenLightTheme i.icon-merken {
  background-position: -909px -141px;
}

.greenLightTheme i.icon-glass {
  background-position: 0px -141px;
}

.greenLightTheme i.icon-arrow-small {
  background-position: -552px -141px;
}

.greenLightTheme i.icon-arrow {
  background-position: -838px -140px;
}

.greenLightTheme .icon-info {
  background-position: -103px -141px;
}

.greenTheme {
  background-color: #D9E8E4;
}

.greenTheme h1,.greenTheme h2,.greenTheme h3,.greenTheme .h3 {
  color: #00654B;
}

.greenTheme h1 a,.greenTheme h2 a,.greenTheme h3 a,.greenTheme .h3 a {
  color: #00654B;
}

.greenTheme .tyArrow {
  background-position: -553px -7px;
}

.greenTheme .tyLink {
  border-color: #00654B;
  background-position: 0 -162px;
}

.greenTheme .tyHeadlineIcon {
  background: #00654B;
}

.greenTheme .tyBorder {
  border-color: #00654B;
}

.greenTheme .tyLinkList a {
  background-position: 0 -168px;
}

.greenTheme .tyStartInfoLink a {
  background-position: 0 -168px;
}

.greenTheme i.icon-mail {
  background-position: -209px -2px;
}

.greenTheme i.icon-twitter {
  background-position: -243px -2px;
}

.greenTheme i.icon-facebook {
  background-position: -278px -2px;
}

.greenTheme i.icon-google {
  background-position: -348px -2px;
}

.greenTheme i.icon-rss {
  background-position: -383px -2px;
}

.greenTheme i.icon-text {
  background-position: -173px -2px;
}

.greenTheme i.icon-print {
  background-position: -138px -2px;
}

.greenTheme i.icon-phone {
  background-position: -450px -2px;
}

.greenTheme i.icon-fax {
  background-position: -488px -2px;
}

.greenTheme i.icon-kontakt {
  background-position: -523px -2px;
}

.greenTheme i.icon-date {
  background-position: -663px -2px;
}

.greenTheme i.icon-category {
  background-position: -695px -2px;
}

.greenTheme i.icon-comments {
  background-position: -730px -2px;
}

.greenTheme i.icon-place {
  background-position: -800px -2px;
}

.greenTheme i.icon-download {
  background-position: -873px -2px;
}

.greenTheme i.icon-merken {
  background-position: -909px -2px;
}

.greenTheme i.icon-glass {
  background-position: 0px -2px;
}

.greenTheme i.icon-arrow-small {
  background-position: -552px -2px;
}

.greenTheme i.icon-arrow {
  background-position: -838px 0px;
}

.greenTheme .icon-info {
  background-position: -103px -2px;
}

.ficon.mail {
  background-position: -209px -2px;
}

.ficon.twitter {
  background-position: -243px -2px;
}

.ficon.facebook {
  background-position: -278px -2px;
}

.ficon.google {
  background-position: -348px -2px;
}

.ficon.rss {
  background-position: -383px -2px;
}

.ficon.print {
  background-position: -138px -2px;
}

.ficon.text {
  background-position: -173px -2px;
}

.ficon.search {
  background-position: 0px -2px;
}

.npTheme {
  background-color: #D9E8E4;
}

.npTheme h1,.npTheme h2,.npTheme h3,.npTheme .h3 {
  color: #00654B;
}

.npTheme h1 a,.npTheme h2 a,.npTheme h3 a,.npTheme .h3 a {
  color: #00654B;
}

.npTheme .tyArrow {
  background-position: -553px -7px;
}

.npTheme .tyLink {
  border-color: #FFCC00;
  background-position: 0 -162px;
}

.npTheme .tyHeadlineIcon {
  background: #FFCC00;
}

.npTheme .tyBorder {
  border-color: #FFCC00;
}

.npTheme .tyLinkList a {
  background-position: 0 -168px;
}

.npTheme i.icon-mail {
  background-position: -209px -176px;
}

.npTheme i.icon-twitter {
  background-position: -243px -176px;
}

.npTheme i.icon-facebook {
  background-position: -278px -176px;
}

.npTheme i.icon-google {
  background-position: -348px -176px;
}

.npTheme i.icon-rss {
  background-position: -383px -176px;
}

.npTheme i.icon-text {
  background-position: -173px -176px;
}

.npTheme i.icon-print {
  background-position: -138px -176px;
}

.npTheme i.icon-phone {
  background-position: -450px -176px;
}

.npTheme i.icon-fax {
  background-position: -488px -176px;
}

.npTheme i.icon-kontakt {
  background-position: -523px -176px;
}

.npTheme i.icon-date {
  background-position: -663px -176px;
}

.npTheme i.icon-category {
  background-position: -695px -176px;
}

.npTheme i.icon-comments {
  background-position: -730px -176px;
}

.npTheme i.icon-place {
  background-position: -800px -176px;
}

.npTheme i.icon-download {
  background-position: -873px -176px;
}

.npTheme i.icon-merken {
  background-position: -909px -176px;
}

.npTheme i.icon-glass {
  background-position: 0px -176px;
}

.npTheme i.icon-arrow {
  background-position: -838px 0px;
}

.npTheme .icon-info {
  background-position: -103px -2px;
}

.tySnippetBox--linkbtn a,.btn-primary {
  background-color: #00654B;
}

.yellowTheme .btn-primary,.yellowTheme .tySnippetBox--linkbtn a {
  background-color: #9E6500;
}

.yellowTheme .btn-primary:hover,.yellowTheme .tySnippetBox--linkbtn a:hover {
  background-color: #774c00;
}

.yellowTheme .btn-secondary {
  background-color: #d8c199;
}

.yellowTheme .btn-secondary:hover {
  background-color: #c9b48e;
}

.blueTheme .btn-primary,.blueTheme .tySnippetBox--linkbtn a {
  background-color: #0E5F7E;
}

.blueTheme .btn-primary:hover,.blueTheme .tySnippetBox--linkbtn a:hover {
  background-color: #0b475f;
}

.blueTheme .btn-secondary {
  background-color: #9fbfcb;
}

.blueTheme .btn-secondary:hover {
  background-color: #93b2bd;
}

.greenTheme .btn-primary,.greenTheme .tySnippetBox--linkbtn a {
  background-color: #00654B;
}

.greenTheme .btn-primary:hover,.greenTheme .tySnippetBox--linkbtn a:hover {
  background-color: #004c38;
}

.greenTheme .btn-secondary {
  background-color: #99c1b7;
}

.greenTheme .btn-secondary:hover {
  background-color: #8eb4aa;
}

.orangeTheme .btn-primary,.orangeTheme .tySnippetBox--linkbtn a {
  background-color: #C94100;
}

.orangeTheme .btn-primary:hover,.orangeTheme .tySnippetBox--linkbtn a:hover {
  background-color: #973100;
}

.orangeTheme .btn-secondary {
  background-color: #e9b399;
}

.orangeTheme .btn-secondary:hover {
  background-color: #d9a68e;
}

.npTheme .btn-primary,.npTheme .tySnippetBox--linkbtn a {
  background-color: #00654B;
}

.npTheme .btn-primary:hover,.npTheme .tySnippetBox--linkbtn a:hover {
  background-color: #004c38;
}

.npTheme .btn-secondary {
  background-color: #99c1b7;
}

.npTheme .btn-secondary:hover {
  background-color: #8eb4aa;
}

.greenLightTheme .btn-primary,.greenLightTheme .tySnippetBox--linkbtn a {
  background-color: #46830C;
}

.greenLightTheme .btn-primary:hover,.greenLightTheme .tySnippetBox--linkbtn a:hover {
  background-color: #356209;
}

.greenLightTheme .btn-secondary {
  background-color: #b5cd9e;
}

.greenLightTheme .btn-secondary:hover {
  background-color: #a8bf93;
}

.tySnippetBox--linkbtn a,.btn-primary {
  color: #ffffff;
}

.tySnippetBox--linkbtn a:link,.btn-primary:link,.tySnippetBox--linkbtn a:active,.btn-primary:active,.tySnippetBox--linkbtn a:visited,.btn-primary:visited,.tySnippetBox--linkbtn a:hover,.btn-primary:hover,.tySnippetBox--linkbtn a:focus,.btn-primary:focus {
  color: #ffffff;
}

.btn-secondary {
  color: #0F2F2D;
}

.btn-secondary:link,.btn-secondary:active,.btn-secondary:visited,.btn-secondary:hover,.btn-secondary:focus {
  color: #0F2F2D;
}/*
 * Project Template 2013
 * @created 01.03.2013
 */#tyHeader .tyNavigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#tyHeader .tyNavigation ul li.tyLevel1 {
  cursor: pointer;
  height: 36px;
  float: left;
  margin: 0 4px 0 0;
  background: #BFD8D2;
  border-radius: 5px 5px 4px 4px;
}

#tyHeader .tyNavigation ul li.tyLevel1.tyLast {
  margin: 0;
  float: right;
}

#tyHeader .tyNavigation ul li.tyLevel1 a {
  padding: 8px 0 3px;
  border-radius: 4px 4px 0 0;
  background: #E6F0ED;
  display: block;
  text-align: center;
  font-weight: bolder;
  border-bottom: 1px solid #ffffff;
  color: #000000;
}

#tyHeader .tyNavigation ul li.tyLevel1 > a {
  padding: 8px 12px 3px 10px;
  min-width: 69px;
}

#tyHeader .tyNavigation ul li.tyLevel1:hover .tySubNavWrap1 {
  display: block;
}

#tyHeader .tyNavigation .tySubNavWrap1 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  z-index: 10;
  padding: 24px 0 0;
  width: 250px;
}

#tyHeader .tyNavigation .tySubNavWrap1 .tyNavCorner {
  position: absolute;
  width: 40px;
  height: 22px;
  background: url('/templates/img/nlpz/tySubNavWrap_back.png') 0 0 no-repeat;
  z-index: 11;
  top: 4px;
  left: 20px;
  display: block;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
  background: #ffffff;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 {
  width: 219px;
  min-height: 40px;
  text-align: left;
  border-bottom: 1px solid #9FACAB;
  padding-right: 30px;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2.tyHasChild {
  background-image: url('/templates/img/nlpz/tyNavi_Sprite.png');
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 .tyLast {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: #ffffff;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 .tyLast a {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  text-align: left;
  color: #000000;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 a {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0px;
  border: none;
  background: none;
  text-align: left;
  padding: 13px;
  color: #000000;
  font-weight: normal;
}

#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2:hover .tySubNavWrap2 {
  display: block;
}

#tyHeader .tyNavigation .tySubNavWrap2 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  z-index: 9;
  left: 249px;
  margin: -45px 0 0 0;
}

#tyHeader .tyNavigation .tySubNavWrap2 .tyNavCorner {
  display: none;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast {
  width: 220px;
  background: #E7EAEA;
  min-height: 40px;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  padding-right: 30px;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyHasChild,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast.tyHasChild {
  background-image: url('/templates/img/nlpz/tyNavi_Sprite.png');
  background-repeat: no-repeat;
  background-color: #E7EAEA;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyHasChild:hover .tySubNavWrap2,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast.tyHasChild:hover .tySubNavWrap2 {
  display: block;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3 .tyLast,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast .tyLast {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3 .tyLast a,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast .tyLast a {
  background: none;
  text-align: left;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3 a,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast a {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0px;
  border: none;
  background: none;
  text-align: left;
  padding: 13px;
  color: #000000;
  font-weight: normal;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3:hover .tySubNavWrap3,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast:hover .tySubNavWrap3 {
  display: block;
}

#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast {
  border-bottom: 0;
}

#tyHeader .tyNavigation .tySubNavWrap3 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  z-index: 9;
  left: 250px;
  margin: -45px 0 0 0;
}

#tyHeader .tyNavigation .tySubNavWrap3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #CFD5D5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tyHeader .tyNavigation .tySubNavWrap3 ul li.tyLevel4,#tyHeader .tyNavigation .tySubNavWrap3 ul li.tyLevel4.tyLast {
  width: 250px;
  min-height: 40px;
  text-align: left;
  border-bottom: 1px solid #ffffff;
}

#tyHeader .tyNavigation .tySubNavWrap3 ul li.tyLevel4 a,#tyHeader .tyNavigation .tySubNavWrap3 ul li.tyLevel4.tyLast a {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0px;
  border: none;
  background: none;
  text-align: left;
  padding: 12px;
  color: #000000;
  font-weight: normal;
}

#tyHeader .tyNavigation .tySubNavWrap3 ul li.tyLevel4.tyLast {
  border-bottom: 0;
}/***** Listenansicht *****/.tyListSingle {
  width: 100%;
  margin: 0 0 60px;
  clear: both;
  position: relative;
}

.tyListSingle i {
  position: relative;
  top: 6px;
}

.tyListSingle .tyBlogHeadline {
  margin: 0 0 5px;
  height: 25px;
  overflow: hidden;
}

.tyListSingle .tyBlogHeadline h2 {
  letter-spacing: normal;
}

.tyListSingle .tyBlogInfo {
  margin: 0 0 15px;
}

.tyListSingle .tyBlogImage {
  width: 100%;
  margin: 0 0 5px;
  overflow: hidden;
}

.tyListSingle .tyBlogImage img {
  width: 100%;
  border-radius: 4px;
}

.tyListSingle .tyBlogPrevText {
  height: 38px;
  width: 100%;
  margin: 0 0 2px;
  overflow: hidden;
}

.tyListSingle .tyBlogAdminButtons {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 180px;
  display: block;
}

.tyListSingle .tyBlogAdminButtons input {
  float: right;
  margin: 0 0 0 15px;
}

.tyListSingle [class*="btn-state-"] {
  opacity: 0.4;
  cursor: pointer;
}

.tyListSingle [class*="btn-state-"]:after {
  -webkit-transition: content 300ms linear;
  transition: content 300ms linear;
  content: attr(data-favour);
}

.tyListSingle [class*="btn-state-"]:focus,.tyListSingle [class*="btn-state-"]:hover {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 1;
}

.tyListSingle .btn-state-1 {
  opacity: 1;
}

.tyListSingle .btn-state-1:after {
  content: "Favorit";
}

.tyListSingle .btn-state-1:focus,.tyListSingle .btn-state-1:hover {
  opacity: 1;
}

.tyListSingle .btn-state-1:focus:after,.tyListSingle .btn-state-1:hover:after {
  -webkit-animation: change-btn-state 1000ms;
  animation: change-btn-state 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}/***** Detailansicht *****/.tyDetailSingle {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  clear: both;
  position: relative;
}

.tyDetailSingle i {
  position: relative;
  top: 6px;
}

.tyDetailSingle .tyBlogHeadline {
  margin: 0 0 5px;
  height: auto;
  overflow: hidden;
}

.tyDetailSingle .tyBlogHeadline h2 {
  letter-spacing: normal;
}

.tyDetailSingle .tyBlogInfo {
  margin: 0 0 15px;
}

.tyDetailSingle .tyBlogImage {
  height: auto;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.tyDetailSingle .tyBlogImage img {
  border-radius: 4px;
}

.tyDetailSingle .tyBlogPrevText {
  height: auto;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #B7C1C0;
}

.tyDetailSingle .tyBlogPrevText img {
  margin: 0 15px 15px 0;
}

.tyDetailSingle .tyBlogAdminButtons {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 180px;
  display: block;
}

.tyDetailSingle .tyBlogAdminButtons input {
  float: right;
  margin: 0 0 0 15px;
}

.tyDetailSingle .tyCommentDate {
  font-style: italic;
  width: 100%;
  display: block;
}

.tyDetailSingle .tyCommentWrap {
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 3px solid #00654B;
}/***** Rechte Spalte *****/.tyRightWrap .tyBlogWrapper {
  width: 100%;
}

.tyRightWrap .tyBlogWrapper .tyBox.tyImageLinkWrapper {
  height: auto;
}

.tyRightWrap .tyBlogWrapper .tyHeadline h3,.tyRightWrap .tyBlogWrapper .tyHeadline .h3 {
  margin: 15px 0 10px;
}

.tyRightWrap .tyBlogWrapper .tyHeadline span {
  margin: 0 0 2px;
  display: block;
}

.tyRightWrap .tyBlogWrapper .tyImageRight {
  height: auto;
  margin: 0 0 3px;
  width: auto;
}

.tyRightWrap .tyBlogWrapper .tyImageRight img {
  margin: 0 10px 1px 0;
  float: left;
  max-height: 90px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -2.38%;
  *zoom: 1;
}

.row:before,.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.row:before,.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 2.38%;
}

.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
  width: 95.22%;
}

.span4 {
  width: 95.22%;
}

.span3 {
  width: 70.82%;
}

.span2 {
  width: 46.42%;
}

.span1 {
  width: 22.02%;
}

.offset4 {
  margin-left: 99.98%;
}

.offset3 {
  margin-left: 75.58%;
}

.offset2 {
  margin-left: 51.18%;
}

.offset1 {
  margin-left: 26.78%;
}

.rowAside {
  margin-left: -3.57%;
  *zoom: 1;
}

.rowAside:before,.rowAside:after {
  display: table;
  content: "";
}

.rowAside:after {
  clear: both;
}

.rowAside:before,.rowAside:after {
  display: table;
  content: "";
}

.rowAside:after {
  clear: both;
}

[class*="spanAside"] {
  float: left;
  margin-left: 3.57%;
}

.containerAside,.navbar-fixed-top .containerAside,.navbar-fixed-bottom .containerAside {
  width: 96.42%;
}

.spanAside3 {
  width: 96.42%;
}

.spanAside2 {
  width: 63.09%;
}

.spanAside1 {
  width: 29.76%;
}

.offsetAside3 {
  margin-left: 103.56%;
}

.offsetAside2 {
  margin-left: 70.23%;
}

.offsetAside1 {
  margin-left: 36.9%;
}

.rowAsideInner {
  margin-left: -2.9%;
  *zoom: 1;
}

.rowAsideInner:before,.rowAsideInner:after {
  display: table;
  content: "";
}

.rowAsideInner:after {
  clear: both;
}

.rowAsideInner:before,.rowAsideInner:after {
  display: table;
  content: "";
}

.rowAsideInner:after {
  clear: both;
}

[class*="spanAsideInner"] {
  float: left;
  margin-left: 2.9%;
}

.containerAside,.navbar-fixed-top .containerAside,.navbar-fixed-bottom .containerAside {
  width: 97%;
}

.spanAsideInner3 {
  width: 97%;
}

.spanAsideInner2 {
  width: 63.7%;
}

.spanAsideInner1 {
  width: 30.4%;
}

.offsetAsideInner3 {
  margin-left: 102.8%;
}

.offsetAsideInner2 {
  margin-left: 69.5%;
}

.offsetAsideInner1 {
  margin-left: 36.2%;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid:before,.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 1.60255981%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span4 {
  width: 31.91489361%;
  *width: 31.38979385%;
}

.row-fluid .span3 {
  width: 23.40425532%;
  *width: 22.87915555%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.36851725%;
}

.row-fluid .span1 {
  width: 6.38297872%;
  *width: 5.85787895%;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container:before,.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 2.38%;
  padding-left: 2.38%;
  *zoom: 1;
}

.container-fluid:before,.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

.container-fluid:before,.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}/*
 * Project Template 2013
 * @created 01.03.2013
 */.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-3by2::before {
  padding-top: 66.66666667%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}/* Ansicht für geringe Auflösung */.g-recaptcha,#rc-imageselect {
  float: inherit;
  margin-left: 5px;
}/* @media all and (min-width: 1001px) {
	#tyHeader .tyNavigation ul li.tyLevel1.tyLast {
		.tySubNavWrap1 ul li.tyLevel2 {
			padding-left: 30px;
			padding-right: 12px;
			> a {
				text-align: right;
			}
		}
		.tySubNavWrap2 {
			left: -249px;
			right: auto;
		}
	}
} */.tyBody {
  background-position: 50% 0;
  background-repeat: no-repeat;
 /*background-attachment: fixed;*/
  color: #0F2F2D;
  font-family: "Officina", sans-serif, Arial, Verdana;
  line-height: 19px;
  font-size: 15px;
}

.container {
  width: 984px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  background: #ffffff;
}/********* Backend Area Styles *********/div.tyArea {
  border-top: dashed 1px black !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.grid-flex .myty-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.openMenu {
  display: none;
}

.dl-back {
  display: none;
}

#menu-icon {
  display: none;
}

.menu-icon-ul {
  display: none;
}

body:after {
  display: none;
}/********* Header *********/#tyHeader {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: block;
  height: 185px;
  position: relative;
  z-index: 100;
}

#tyHeader .container {
  height: 185px;
  position: relative;
}

#tyHeader .container .tyEntdeckerLink {
  overflow: hidden;
  position: absolute;
  top: 63px;
  right: -99px;
}

#tyHeader .container .tyEntdeckerLink a.tyRespLink {
  display: none;
}

#tyHeader .container .tyEntdeckerLink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#tyHeader .container .tyEntdeckerLink img {
  border-radius: 0 4px 4px 0;
}

#tyHeader .tyLogo {
  background: #ffffff;
  height: 120px;
  margin: 0 0 17px;
  padding: 0;
}/********* Breadcrumb *********/.tyBreadcrumb {
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 1px solid #B7C1C0;
}

.tyBreadcrumb a {
  float: left;
  padding: 0 10px 0 0;
}

.tyBreadcrumb .tyArrow {
  width: 20px;
  height: 19px;
  display: block;
  float: left;
  margin: 0;
  background-image: url('/templates/img/tySprite/ty_sprite.png');
  background-repeat: no-repeat;
}/********* Wrap *********/#tyWrap {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  position: relative;
  z-index: 50;
}

#tyWrap > .container {
  min-height: 600px;
}

#tyWrap .tyRightWrap .spanAsideInner3 {
  margin: 0;
}

#tyWrap.tyStartWrap .spanAsideInner3 {
  width: 94%;
}

#tyWrap img {
  max-width: 100%;
}/********* Footer *********/.footer {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.footer > .container {
  padding-top: 48px;
}

.footer .h2 {
  color: #00654B;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer .h4 {
  color: #00654B;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px;
}

.footer a:link,.footer a:visited,.footer a:active {
  color: #0F2F2D;
}

.footer a:hover,.footer a:focus {
  color: #00654B;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

.footer .h2 a:link,.footer .h4 a:link,.footer .h2 a:visited,.footer .h4 a:visited,.footer .h2 a:active,.footer .h4 a:active {
  color: #00654B;
}

.footer .grid-flex .container {
  padding: 0 24px;
}

.footer__navs {
  padding: 0;
  background-color: #CFD5D5;
  background-color: rgba(15, 47, 45, 0.2);
  padding-top: 48px;
}

.footer__navs .container {
  background: transparent;
}

.footer__vnav li {
  display: block;
}

.footer__vnav a {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
}

.footer__vnav .ficon,.footer__vnav .caption {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}

.footer__vnav .ficon + .caption {
  margin-left: 4px;
}

.footer__meta {
  padding: 0;
}

.footer__meta .container {
  background: transparent;
}

.footer__meta-nav {
  margin: 0;
}

.footer__meta a {
  display: inline-block;
  padding: 24px 0;
  margin: 0 4px;
}

.footer__meta .list-inline-item:first-child a {
  margin-left: 0;
}

.footer__meta .list-inline-item:last-child a {
  margin-right: 0;
}

.footer__meta:not(:first-child) {
  margin: 12px 0 0 0;
}

.footer__meta:not(:first-child) .footer__meta-nav {
  border-top: 1px solid #0F2F2D;
}

.footer--pull-up > .container {
  padding-top: 0;
}

.bg-cover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.eventfilter {
  background-color: #00654B;
  background-color: rgba(0, 101, 75, 0.1);
}

.eventfilter__loop {
  padding: 48px 24px;
}

.eventfilter span,.eventfilter a {
  display: inline-block;
  color: #0F2F2D;
  line-height: 1.5;
  vertical-align: middle;
}

.eventfilter span {
  padding: 0 4px;
}

.eventfilter a:hover {
  color: #00654B;
  text-decoration: underline;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}/* Magnific Popup CSS */.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}/* Main image in popup */img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}/* The shadow behind the image */.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 *//* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*//* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/.flex-container a:hover,.flex-slider a:hover {
  outline: none;
}

.slides,.slides > li,.flex-control-nav,.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*//* the popup window */.cc-window,.cc-revoke {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* exclude padding when dealing with width */
  font-size: 16px;
 /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
 /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}/* 2 basic types of window - floating / banner */.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
 /* 1em == 16px therefore 24em == 384px */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}/* clickable things */.cc-btn,.cc-link,.cc-close,.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 15px;
  font-weight: bolder;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
}

.cc-window .cc-btn:hover {
  border-color: #C94100;
  color: #C94100;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
 /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */ /*  - we want it to be a square, because it's acting as an icon */ /*  - setting the line height normalises the height */line-height: 0.75;}.cc-close:hover,.cc-close:focus {opacity: 1;}/* This file should contain CSS that modifies the popup layout. *//* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */.cc-revoke.cc-top {top: 0;left: 3em;border-bottom-left-radius: 0.5em;border-bottom-right-radius: 0.5em;}.cc-revoke.cc-bottom {bottom: 0;left: 3em;border-top-left-radius: 0.5em;border-top-right-radius: 0.5em;}.cc-revoke.cc-left {left: 3em;right: unset;}.cc-revoke.cc-right {right: 3em;left: unset;}/**************************************** FLOATING ****************************************//* these classes position the floating element */.cc-top {top: 1em;}.cc-left {left: 1em;}.cc-right {right: 1em;}.cc-bottom {bottom: 1em;}/* links that are direct decendants should be displayed as block */.cc-floating > .cc-link {margin-bottom: 1em;}.cc-floating .cc-message {display: block;margin-bottom: 1em;}.cc-window.cc-floating .cc-compliance {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;}/**************************************** BANNER ****************************************/.cc-window.cc-banner {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.cc-banner.cc-top {left: 0;right: 0;top: 0;}.cc-banner.cc-bottom {left: 0;right: 0;bottom: 0;}.cc-banner .cc-message {display: block;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;max-width: 100%;margin-right: 1em;}/* COMPLIANCE BOX */.cc-compliance {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: justify;align-content: space-between;}.cc-floating .cc-compliance > .cc-btn {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}.cc-btn + .cc-btn {margin-left: 0.5em;}.cc-window {opacity: 1;-webkit-transition: opacity 1s ease;transition: opacity 1s ease;}.cc-window.cc-invisible {opacity: 0;}/* only animate ifhas class 'cc-animate' */.cc-animate.cc-revoke {-webkit-transition: transform 1s ease;-webkit-transition: -webkit-transform 1s ease;transition: -webkit-transform 1s ease;transition: transform 1s ease;transition: transform 1s ease, -webkit-transform 1s ease;}.cc-animate.cc-revoke.cc-top {-webkit-transform: translateY(-2em);transform: translateY(-2em);}.cc-animate.cc-revoke.cc-bottom {-webkit-transform: translateY(2em);transform: translateY(2em);}.cc-animate.cc-revoke.cc-active.cc-top {-webkit-transform: translateY(0);transform: translateY(0);}.cc-animate.cc-revoke.cc-active.cc-bottom {-webkit-transform: translateY(0);transform: translateY(0);}.cc-revoke:hover {-webkit-transform: translateY(0);transform: translateY(0);}.cc-grower { /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
 /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}/* dimensions for 'iPhone6 Plus' and lower */@font-face {
  font-family:Officina;src:url('/templates/dist/fonts/269DA0_0_0.woff') format('woff');
}

@font-face {
  font-family:Officina;src:url('/templates/dist/fonts/269DA0_0_0.eot');
}

@font-face {
  font-family:Officina;src:url('/templates/dist/fonts/269DA0_0_0.ttf');
}

@font-face {
  font-family:'flexslider-icon';src:url('fonts/flexslider-icon.eot');src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');font-weight:normal;font-style:normal;
}

@media all and (min-width: 10px) and (max-width: 1024px) {
  .tyAndroid .tyTopNav {
    display: none;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild {
    background: #f6a924;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild a {
    background: #ffffff;
    color: #000000;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
    background: none;
    color: #000000;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_628 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_629 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_630 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_631 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_632 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_633 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_634 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_659 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_1126 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_1168 {
    background: #ffffff !important;
  }

  .tyAndroid .tyColor_tyNavigationTopicID_1287 {
    background: #ffffff !important;
  }

  .tyAndroid #menu-icon {
    border-radius: 4px 4px 0 0;
    background-color: #e6f0ed;
    display: block !important;
    height: 23px;
    padding: 18px 5% 10px;
    vertical-align: middle;
    cursor: pointer;
    width: 90%;
    font-weight: bold;
  }

  .tyAndroid .menu-icon-spacer {
    height: 4px;
    width: 100%;
    background-image: url("/templates/img/nlpz/menu-icon-spacer.png");
    background-size: 100% 100%;
  }

  .tyAndroid #menu-icon i {
    position: relative;
    right: 5px;
    float: right;
    top: -7px;
 /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/;
  }

  .tyAndroid #menu-icon.open i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }

  .tyAndroid .menu-icon-ul {
 /*background: @greenLighter;*/
    background: #ffffff;
    display: block !important;
    cursor: pointer;
    position: relative;
    height: 40px;
    right: 0%;
    width: 10%;
    padding: 0 20px;
    z-index: 120;
    float: right;
  }

  .tyAndroid .menu-icon-ul .menu-icon-ul-style {
    width: 20px;
    height: 20px;
    margin: 4px auto;
  }

  .tyAndroid .menu-icon-ul .menu-icon-ul-style i {
    margin-top: 4px;
 /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/;
  }

  .tyAndroid .menu-icon-ul.open .menu-icon-ul-style i {
    margin-top: 4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }

  .tyAndroid .tyLevel2 .menu-icon-ul {
    background: #e7eaea;
  }

  .tyAndroid .tyLevel3 .menu-icon-ul {
    background: #cfd5d5;
  }

  .tyAndroid .tyLevel4 .menu-icon-ul {
    display: none !important;
  }

  .tyAndroid .tyBox.tyNavigation {
    margin-bottom: 10px;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 .tyNavCorner {
    display: none;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 ul {
    margin: 0 0 10px 0;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 {
    width: auto;
    padding-right: 0px;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2.tyHasChild {
    background: none;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 a,.tyAndroid #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel2.tyLast a,.tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel3 a,.tyAndroid #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast a {
    padding: 10px 10px 11px 15px;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap2,.tyAndroid #tyHeader .tyNavigation .tySubNavWrap3 {
    left: 0;
    margin: 0;
    position: relative;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3,.tyAndroid #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast {
    padding-right: 0;
    width: auto;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
    margin-left: -3px;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1,.tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    width: 94.5%;
    padding-left: 14px;
    float: none;
    height: auto;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1 a,.tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast a {
    text-align: left;
    background-color: transparent;
    color: #000000;
    border: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    padding-left: 14px;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast ul li a,.tyAndroid #tyHeader .tyNavigation ul li.tyLevel2 a,.tyAndroid #tyHeader .tyNavigation ul li.tyLevel2.tyLast a {
    color: #000000;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast a {
    padding-left: 12px;
    margin-left: -13px;
  }

  .tyAndroid #tyHeader .tyNavigation .tySubNavWrap1 {
    display: none;
    position: relative;
    width: 96%;
  }

  .tyAndroid #tyHeader .tyNavigation ul li.tyLevel1:hover .tySubNavWrap1,.tyAndroid #tyHeader .tyNavigation ul.tySubNav1 li.tyLevel2:hover .tySubNavWrap2,.tyAndroid #tyHeader .tyNavigation ul.tySubNav2 li.tyLevel3:hover .tySubNavWrap3,.tyAndroid #tyHeader .tyNavigation ul.tySubNav3 li.tyLevel4:hover .tySubNavWrap4,.tyAndroid #tyHeader .tyNavigation ul.tySubNav4 li.tyLevel5:hover .tySubNavWrap5,.tyAndroid #tyHeader .tyNavigation ul li.tyLevel1.tyLast:hover .tySubNavWrap1,.tyAndroid #tyHeader .tyNavigation ul.tySubNav1 li.tyLevel2.tyLast:hover .tySubNavWrap2,.tyAndroid #tyHeader .tyNavigation ul.tySubNav2 li.tyLevel3.tyLast:hover .tySubNavWrap3,.tyAndroid #tyHeader .tyNavigation ul.tySubNav3 li.tyLevel4.tyLast:hover .tySubNavWrap4,.tyAndroid #tyHeader .tyNavigation ul.tySubNav4 li.tyLevel5.tyLast:hover .tySubNavWrap5 {
    display: none;
  }

  .tyAndroid .tySubNav1 {
    position: relative;
  }

  .tyAndroid #calendar div.cell-head,.tyAndroid #calendar div.cell {
    width: 14.6% !important;
  }

  .tyAndroid #calendar a.termin {
    width: auto !important;
  }
}

@media all and (min-width: 10px) and (max-width: 1000px) {
  .row {
    margin-left: -3.23%;
    *zoom: 1;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    margin-left: 3.23%;
  }

  .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 96.76%;
  }

  .span3 {
    width: 96.76%;
  }

  .span2 {
    width: 63.43%;
  }

  .span1 {
    width: 30.1%;
  }

  .offset3 {
    margin-left: 103.22%;
  }

  .offset2 {
    margin-left: 69.89%;
  }

  .offset1 {
    margin-left: 36.56%;
  }

  .tyBody {
    overflow-x: hidden;
  }

  #tyWrap img.tyImage,.tyGoogleMap img {
    width: 100%;
    height: auto;
  }

  #tyFooter .container.tyLast {
    min-height: auto !important;
  }

  .tyNoMobile.tyNoPrint {
    display: none;
  }

  .search-result-container {
    position: static;
    z-index: 1;
  }

  .searchform {
    z-index: 100;
  }

  .container {
    width: 700px !important;
    margin: 0 auto;
    padding: 0 24px 0 24px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer {
    width: 700px;
    overflow: hidden;
    margin: 0 auto;
  }

  .footer > .container {
    width: 100% !important;
    padding: 0 !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  #tyWrap .grid-flex {
    padding: 0;
  }

  #tyWrap .grid-flex .container {
    width: 100% !important;
  }

  .container.tyLast {
    padding: 20px 0 0 5% !important;
  }

  .span4 {
    width: 96.76% !important;
  }

  #tyHeader .span2 {
    z-index: 200 !important;
  }

  #tyHeader .span1 {
    z-index: 100 !important;
  }

  .tyImageLinkWrapper {
    margin-bottom: 40px;
  }

  .tyImage img.tyImage {
    width: 100%;
    height: auto;
  }

  .spanAsideInner1 {
    width: 46.7%;
  }

  .spanAsideInner2 {
    width: 96%;
  }

  .spanAsideInner2 + .spanAsideInner1 {
    width: 96%;
  }

  .tySliderWrapper {
    min-height: auto;
  }

  .flexslider .slides img {
    height: auto;
  }

  .tySlider .flex-viewport {
    width: 90%;
    margin: 0 5%;
    height: auto;
  }

  .tySlider .flex-viewport .tyImage {
    height: auto;
  }

  .flexslider {
    height: auto;
  }

  .flex-container {
    height: auto;
  }

  .flex-control-nav li {
    width: auto;
  }

  .flex-direction-nav .flex-prev {
    left: 5px !important;
    opacity: 0.7 !important;
  }

  .flex-direction-nav .flex-next {
    right: 5px !important;
    opacity: 0.7 !important;
  }

  .filter-selects .spanAsideInner1 {
    width: 93%;
  }

  #tyFooter .tyLast .span1 {
    width: 42.5% !important;
  }

  #tyFooter .tyLast .span2 {
    display: none;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    width: auto;
  }

  #tyHeader .tyNavigation ul li.tyLevel1 {
    width: auto;
    display: inline-block;
    float: none !important;
    margin-bottom: 12px;
  }

  #tyLanguageBox .tyActiveBox {
    margin: 0;
  }

  #tyHeader .tyMetaNav {
    padding: 21px 0 0 0 !important;
    height: 21px !important;
  }

  #tyHeader .tySearch input[type="text"] {
    width: calc(100% - 55px) !important;
    z-index: 0;
  }

  .tySearch input[type="text"] {
    width: 333px;
  }

  #tyLanguageBox {
    padding: 0;
    float: none;
  }

  .tyBox.tySearch {
    padding: 0;
    float: none;
  }

  .container .tyEntdeckerLink {
    display: none !important;
  }

  .donate {
    position: absolute;
    width: auto;
    top: 15px;
    right: 5%;
  }

  .donate .btn-donate {
    width: auto;
  }

  .searchspan {
    width: 63.43%;
  }

  .tyContentFooter ul {
    width: 60%;
  }

  .tyImageTopWrapper.tyImageStripeWrap {
    height: auto;
  }

  .tyRightWrap .tyBlogWrapper .tyImageRight img {
    max-height: none;
  }

  #calendar div.cell-head,#calendar div.cell {
    width: 14.6% !important;
  }

  #calendar a.termin {
    width: auto !important;
  }

  .mytyForm fieldset.mytyFormFieldset,.kontaktForm fieldset.mytyFormFieldset {
    width: 96% !important;
    margin: 0 2%;
  }

  .mytyForm .mytyFormBox,.kontaktForm .mytyFormBox {
    width: 80%;
  }

  .mytyForm .mytyFormBox input,.kontaktForm .mytyFormBox input,.mytyForm .mytyFormBox select,.kontaktForm .mytyFormBox select,.mytyForm .mytyFormBox textarea,.kontaktForm .mytyFormBox textarea {
    width: 70%;
  }

  .tyEventListWrap.tyDetail .tyEventGM iframe {
    width: 100% !important;
  }

  #rc-imageselect,.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 220px;
  }

  .tyImageLinkWrapper .tyImage img {
    width: auto;
    border-radius: 4px;
  }
}

@media all and (min-width: 10px) and (max-width: 700px) {
  html {
    font-family: "wide-smart";
  }

  body:after {
    content: "wide-smart";
  }

  .row {
    margin-left: -5%;
    *zoom: 1;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    margin-left: 5%;
  }

  .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 90%;
  }

  .span2 {
    width: 90%;
  }

  .span1 {
    width: 42.5%;
  }

  .offset2 {
    margin-left: 100%;
  }

  .offset1 {
    margin-left: 52.5%;
  }

  .container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 0 0 5% !important;
  }

  .footer {
    width: 100%;
  }

  .footer > .container {
    padding: 0 5% !important;
  }

  .footer .eventfilter__loop {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: calc(5% - 12px) !important;
    padding-right: calc(5% - 12px) !important;
  }

  .footer__meta-nav {
    text-align: left;
  }

  .footer__meta a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.5;
  }

  .footer__meta .list-inline-item {
    display: block;
  }

  .footer__meta:not(:last-child) {
    margin: 12px 0 0 0;
    padding: 24px 0;
  }

  #tyWrap .grid-flex {
    padding: 0;
  }

  #tyWrap .grid-flex .container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 5% !important;
  }

  .container.tyLast {
    padding: 20px 0 0 5% !important;
  }

  .span4 {
    width: 90% !important;
  }

  .tySliderWrapper .tySliderText {
    position: relative;
    padding-left: 0;
    line-height: 1.3;
    margin: 10px 0 0px;
    font-size: 20px;
  }

  .tyBox.tyStartInfo {
    margin-top: 20px;
  }

  .tyPubWrap .tyPubSingle .tyPubText {
    width: auto;
  }

  .rowAside {
    margin-left: -8.57%;
  }

  .rowAside .spanAside1 {
    width: 91%;
  }

  .rowAside .spanAside2 {
    width: 96%;
  }

  .rowAsideInner {
    margin-left: -1.9%;
  }

  .spanAside2 {
    width: 95%;
  }

  .spanAside1 {
    margin-left: 7%;
    width: 45%;
  }

  .spanAsideInner1 {
    width: 45%;
  }

  .spanAsideInner3 {
    width: 95%;
  }

  .tyContentFooter ul li span {
    padding-left: 10px;
  }

  .tyContentFooter ul {
    width: 95%;
  }

  .flex-direction-nav .flex-prev {
    top: 50% !important;
    margin-top: -25px;
  }

  .flex-direction-nav .flex-next {
    top: 50% !important;
    margin-top: -25px;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild {
    background: #f6a924;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild a {
    background: #ffffff;
    color: #000000;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
    background: none;
    color: #000000;
  }

  .tyColor_tyNavigationTopicID_628,.tyColor_tyNavigationTopicID_635,.tyColor_tyNavigationTopicID_659,.tyColor_tyNavigationTopicID_1126 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_628 i.icon-arrow-small,.tyColor_tyNavigationTopicID_635 i.icon-arrow-small,.tyColor_tyNavigationTopicID_659 i.icon-arrow-small,.tyColor_tyNavigationTopicID_1126 i.icon-arrow-small {
    background-position: -552px -38px;
  }

  .tyColor_tyNavigationTopicID_629 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_629 i.icon-arrow-small {
    background-position: -552px -71px;
  }

  .tyColor_tyNavigationTopicID_630 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_630 i.icon-arrow-small {
    background-position: -552px -107px;
  }

  .tyColor_tyNavigationTopicID_631,.tyColor_tyNavigationTopicID_1168 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_631 i.icon-arrow-small,.tyColor_tyNavigationTopicID_1168 i.icon-arrow-small {
    background-position: -552px -141px;
  }

  .tyColor_tyNavigationTopicID_632 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_632 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  .tyColor_tyNavigationTopicID_633 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_633 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  .tyColor_tyNavigationTopicID_634,.tyColor_tyNavigationTopicID_1287 {
    background: #ffffff !important;
  }

  .tyColor_tyNavigationTopicID_634 i.icon-arrow-small,.tyColor_tyNavigationTopicID_1287 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  .startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild {
    background: #ffffff;
  }

  .startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild a {
    background: #ffffff;
    color: #000000;
  }

  .startTheme #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
    background: none;
    color: #000000;
  }

  .startTheme .tyColor_tyNavigationTopicID_628,.startTheme .tyColor_tyNavigationTopicID_635,.startTheme .tyColor_tyNavigationTopicID_659,.startTheme .tyColor_tyNavigationTopicID_1126 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_628 i.icon-arrow-small,.startTheme .tyColor_tyNavigationTopicID_635 i.icon-arrow-small,.startTheme .tyColor_tyNavigationTopicID_659 i.icon-arrow-small,.startTheme .tyColor_tyNavigationTopicID_1126 i.icon-arrow-small {
    background-position: -552px -38px;
  }

  .startTheme .tyColor_tyNavigationTopicID_629 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_629 i.icon-arrow-small {
    background-position: -552px -71px;
  }

  .startTheme .tyColor_tyNavigationTopicID_630 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_630 i.icon-arrow-small {
    background-position: -552px -107px;
  }

  .startTheme .tyColor_tyNavigationTopicID_631,.startTheme .tyColor_tyNavigationTopicID_1168 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_631 i.icon-arrow-small,.startTheme .tyColor_tyNavigationTopicID_1168 i.icon-arrow-small {
    background-position: -552px -141px;
  }

  .startTheme .tyColor_tyNavigationTopicID_632 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_632 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  .startTheme .tyColor_tyNavigationTopicID_633 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_633 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  .startTheme .tyColor_tyNavigationTopicID_634,.startTheme .tyColor_tyNavigationTopicID_1287 {
    background: #ffffff !important;
  }

  .startTheme .tyColor_tyNavigationTopicID_634 i.icon-arrow-small,.startTheme .tyColor_tyNavigationTopicID_1287 i.icon-arrow-small {
    background-position: -552px -2px;
  }

  #menu-icon {
    border-radius: 4px 4px 0 0;
    background-color: #e6f0ed;
    display: block !important;
    height: 23px;
    padding: 18px 5% 10px 3%;
    vertical-align: middle;
    cursor: pointer;
    width: 92%;
    font-weight: bold;
  }

  .menu-icon-spacer {
    height: 4px;
    width: 100%;
    background-image: url("/templates/img/nlpz/menu-icon-spacer.png");
    background-size: 100% 100%;
  }

  #menu-icon i {
    position: relative;
    right: 5px;
    float: right;
    top: -7px;
 /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/;
  }

  #menu-icon.open i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }

  .menu-icon-ul {
 /*background: @greenLighter;*/
    background: #ffffff;
    display: block !important;
    cursor: pointer;
    position: relative;
    height: 40px;
    right: 0%;
    width: 10%;
    padding: 0 20px;
    z-index: 120;
    float: right;
  }

  .menu-icon-ul .menu-icon-ul-style {
    width: 20px;
    height: 20px;
    margin: 4px auto;
  }

  .menu-icon-ul .menu-icon-ul-style i {
    margin-top: 4px;
 /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/;
  }

  .menu-icon-ul.open .menu-icon-ul-style i {
    margin-top: 4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }

  .tyLevel2 .menu-icon-ul {
    background: #e7eaea;
  }

  .tyLevel3 .menu-icon-ul {
    background: #cfd5d5;
  }

  .tyLevel4 .menu-icon-ul {
    display: none !important;
  }

  .tyBox.tyNavigation {
    margin-bottom: 10px;
  }

  #tyHeader {
    height: auto !important;
  }

  #tyHeader .container {
    height: auto !important;
  }

  #tyHeader .searchspan {
    *zoom: 1;
    width: 90%;
  }

  #tyHeader .searchspan:before,#tyHeader .searchspan:after {
    display: table;
    content: "";
  }

  #tyHeader .searchspan:after {
    clear: both;
  }

  #tyHeader .searchspan:before,#tyHeader .searchspan:after {
    display: table;
    content: "";
  }

  #tyHeader .searchspan:after {
    clear: both;
  }

  #tyHeader .searchspan #tyLanguageBox {
    float: left;
  }

  #tyHeader .searchspan #tyLanguageBox .tyActiveBox ul {
    top: 0;
  }

  #tyHeader .searchspan .tySearch {
    float: right;
  }

  #tyHeader .tyLogo {
    height: auto !important;
    margin-bottom: 0;
  }

  .tyBox.tyLogo img {
    width: 147px;
    height: 80px;
  }

  .tyBox.tyMetaNav .item1,.tyBox.tyMetaNav .item3,.tyBox.tyMetaNav .item4,.tyBox.tyMetaNav .item5 {
    display: none;
  }

  .tyBox.tyMetaNav a {
    background-image: url('/templates/img/tySprite/ty_sprite.png');
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 !important;
  }

  .startTheme .item0 a {
    background-position: -68px 0px;
  }

  .startTheme .item2 a {
    background-position: -103px 0px;
  }

  .npTheme .item0 a {
    background-position: -68px 0px;
  }

  .npTheme .item2 a {
    background-position: -103px 0px;
  }

  .yellowTheme .item0 a {
    background-position: -68px -35px;
  }

  .yellowTheme .item2 a {
    background-position: -103px -35px;
  }

  .orangeTheme .item0 a {
    background-position: -68px -70px;
  }

  .orangeTheme .item2 a {
    background-position: -103px -70px;
  }

  .blueTheme .item0 a {
    background-position: -68px -105px;
  }

  .blueTheme .item2 a {
    background-position: -103px -105px;
  }

  .greenLightTheme .item0 a {
    background-position: -68px -140px;
  }

  .greenLightTheme .item2 a {
    background-position: -103px -140px;
  }

  .greenTheme .item0 a {
    background-position: -68px 0px;
  }

  .greenTheme .item2 a {
    background-position: -103px 0px;
  }

  #tyHeader .tyNavigation ul li.tyLevel1,#tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    float: none;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild a,#tyHeader .tyNavigation ul li.tyLevel1.tyLast > a {
    margin-left: 0;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 .tyNavCorner {
    display: none;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 ul {
    margin: 0 0 10px 0;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 {
    width: auto;
    padding-right: 0px;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2.tyHasChild {
    background: none;
  }

  #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyHasChild,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyHasChild.tyLast {
    background: #E7EAEA;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel2 a,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel2.tyLast a,#tyHeader .tyNavigation .tySubNavWrap1 ul li.tyLevel3 a,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast a {
    padding: 10px 10px 11px 15px;
  }

  #tyHeader .tyNavigation .tySubNavWrap2,#tyHeader .tyNavigation .tySubNavWrap3 {
    left: 0;
    margin: 0;
    position: relative;
  }

  #tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3,#tyHeader .tyNavigation .tySubNavWrap2 ul li.tyLevel3.tyLast {
    padding-right: 0;
    width: auto;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast.tyHasChild li a {
    margin-left: -3px;
  }

  #tyHeader .tyNavigation ul li.tyLevel1,#tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    width: 96.5%;
    padding-left: 13px;
    height: auto;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  #tyHeader .tyNavigation ul li.tyLevel1 a,#tyHeader .tyNavigation ul li.tyLevel1.tyLast a {
    text-align: left;
    background-color: transparent;
    color: #000000;
    border: none;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    padding-left: 13px;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast ul li a,#tyHeader .tyNavigation ul li.tyLevel2 a,#tyHeader .tyNavigation ul li.tyLevel2.tyLast a {
    color: #000000;
  }

  #tyHeader .tyNavigation ul li.tyLevel1.tyLast a {
    padding-left: 12px;
    margin-left: -13px;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 {
    display: none;
    position: relative;
    width: 96%;
  }

  #tyHeader .tyNavigation ul li.tyLevel1:hover .tySubNavWrap1,#tyHeader .tyNavigation ul.tySubNav1 li.tyLevel2:hover .tySubNavWrap2,#tyHeader .tyNavigation ul.tySubNav2 li.tyLevel3:hover .tySubNavWrap3,#tyHeader .tyNavigation ul.tySubNav3 li.tyLevel4:hover .tySubNavWrap4,#tyHeader .tyNavigation ul.tySubNav4 li.tyLevel5:hover .tySubNavWrap5,#tyHeader .tyNavigation ul li.tyLevel1.tyLast:hover .tySubNavWrap1,#tyHeader .tyNavigation ul.tySubNav1 li.tyLevel2.tyLast:hover .tySubNavWrap2,#tyHeader .tyNavigation ul.tySubNav2 li.tyLevel3.tyLast:hover .tySubNavWrap3,#tyHeader .tyNavigation ul.tySubNav3 li.tyLevel4.tyLast:hover .tySubNavWrap4,#tyHeader .tyNavigation ul.tySubNav4 li.tyLevel5.tyLast:hover .tySubNavWrap5 {
    display: none;
  }

  .tySubNav1 {
    position: relative;
  }

  #calendar div.cell-head,#calendar div.cell {
    width: 14.6% !important;
  }

  #calendar a.termin {
    width: auto !important;
  }

  .tySliderWrapper {
    min-height: 200px !important;
    overflow: hidden;
  }

  .tySliderWrapper .tySliderText p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .floatr.tyMobileInv {
    display: none !important;
  }

  .tyTableSnippet td {
    display: block;
  }
}

@media all and (min-width: 10px) and (max-width: 480px) {
  .spanAside1 {
    margin-left: 9% !important;
    width: 90%;
  }

  .spanAside2 {
    width: 93%;
  }

  .spanAsideInner1 {
    width: 93%;
  }

  .spanAsideInner2 {
    width: 93%;
  }

  .spanAsideInner3 {
    width: 93%;
  }

  #tyHeader .searchspan #tyLanguageBox {
    float: none;
    position: absolute;
    right: 65px;
    top: 23px;
  }

  #tyHeader .tyBox.tySearch {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    padding: 0 0 10px 0;
  }

  #tyHeader .tySearch input[type="text"] {
    width: calc(100% - 45px) !important;
  }

  #tyHeader .donate {
    display: none !important;
  }

  .tySliderWrapper {
    min-height: 1px !important;
  }

  .tySliderWrapper .tySliderText {
    margin-bottom: 0;
  }

  .tySliderWrapper .flexslider {
    padding: 0;
  }

  .flex-direction-nav .flex-prev {
    top: 32% !important;
  }

  .flex-direction-nav .flex-next {
    top: 32% !important;
  }

  .tyImageLinkWrapper.has-height-auto--mobile {
    height: auto;
  }

  .tyImageLinkWrapper.has-height-auto--mobile .tyImage {
    height: auto;
  }

  .tyImageLinkWrapper.has-height-auto--mobile .tyImage img {
    max-height: 960px;
  }
}

@media all and (min-width: 10px) and (max-width: 360px) {
  .floatr.tyMobileInv {
    display: none !important;
  }

  .row {
    margin-left: -5%;
    *zoom: 1;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  .row:before,.row:after {
    display: table;
    content: "";
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    margin-left: 5%;
  }

  .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 90%;
  }

  .span1 {
    width: 90%;
  }

  .offset1 {
    margin-left: 100%;
  }

  #menu-icon p {
    margin-left: 0;
  }

  #menu-icon {
    padding: 18px 5% 10px;
    width: 90%;
  }

  #tyHeader .span1 {
    width: 42.5%;
  }

  #tyHeader .tyNavigation ul li.tyLevel1,#tyHeader .tyNavigation ul li.tyLevel1.tyLast {
    width: 94.5%;
    padding-left: 14px;
    height: auto;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  #tyHeader .tyNavigation .tySubNavWrap1 {
    width: 94%;
  }

  .tyNoMobile:nth-child(3) {
    display: none;
  }

  .tyNoMobile {
    text-indent: -9999px;
  }

  .tyContentFooter ul li span {
    padding: 0;
  }

  .flex-viewport {
    max-height: 200px;
  }

  .tyStartInfo .floatl {
    width: auto;
  }

  .tyImageLinkWrapper {
    height: auto !important;
  }

  #tyFooter .tyLast .span1 {
    width: 90% !important;
  }

  #calendar div.cell-head,#calendar div.cell {
    width: 14.6% !important;
  }

  #calendar a.termin {
    width: auto !important;
  }

  #tyHeader .searchspan #tyLanguageBox {
    right: 20px;
    top: 23px;
  }
}

@media (min-width: 361px) and (max-width: 1000px) {
  #rc-imageselect,.g-recaptcha {
    margin-left: 92px;
  }
}

@media (min-width: 576px) {
  .grid-flex .container {
    max-width: 540px;
  }

  .grid-flex .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-flex .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid-flex .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid-flex .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid-flex .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-flex .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid-flex .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid-flex .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-flex .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid-flex .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid-flex .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-flex .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid-flex .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid-flex .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-flex .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-flex .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .grid-flex .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .grid-flex .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-flex .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .grid-flex .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .grid-flex .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .grid-flex .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .grid-flex .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .grid-flex .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .grid-flex .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .grid-flex .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .grid-flex .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .grid-flex .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .grid-flex .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .grid-flex .offset-sm-0 {
    margin-left: 0;
  }

  .grid-flex .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .grid-flex .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .grid-flex .offset-sm-3 {
    margin-left: 25%;
  }

  .grid-flex .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .grid-flex .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .grid-flex .offset-sm-6 {
    margin-left: 50%;
  }

  .grid-flex .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .grid-flex .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .grid-flex .offset-sm-9 {
    margin-left: 75%;
  }

  .grid-flex .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .grid-flex .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .grid-flex .d-sm-none {
    display: none !important;
  }

  .grid-flex .d-sm-inline {
    display: inline !important;
  }

  .grid-flex .d-sm-inline-block {
    display: inline-block !important;
  }

  .grid-flex .d-sm-block {
    display: block !important;
  }

  .grid-flex .d-sm-table {
    display: table !important;
  }

  .grid-flex .d-sm-table-row {
    display: table-row !important;
  }

  .grid-flex .d-sm-table-cell {
    display: table-cell !important;
  }

  .grid-flex .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid-flex .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .grid-flex .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .grid-flex .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .grid-flex .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .grid-flex .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .grid-flex .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .grid-flex .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .grid-flex .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .grid-flex .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .grid-flex .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .grid-flex .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .grid-flex .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .grid-flex .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .grid-flex .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .grid-flex .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .grid-flex .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .grid-flex .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .grid-flex .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .grid-flex .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .grid-flex .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .grid-flex .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .grid-flex .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .grid-flex .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .grid-flex .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .grid-flex .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .grid-flex .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .grid-flex .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .grid-flex .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .grid-flex .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .grid-flex .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .grid-flex .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .grid-flex .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .grid-flex .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .grid-flex .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .grid-flex .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .grid-flex .container {
    max-width: 720px;
  }

  .grid-flex .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-flex .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid-flex .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid-flex .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid-flex .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-flex .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid-flex .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid-flex .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-flex .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid-flex .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid-flex .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-flex .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid-flex .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid-flex .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-flex .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-flex .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .grid-flex .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .grid-flex .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-flex .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .grid-flex .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .grid-flex .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .grid-flex .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .grid-flex .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .grid-flex .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .grid-flex .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .grid-flex .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .grid-flex .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .grid-flex .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .grid-flex .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .grid-flex .offset-md-0 {
    margin-left: 0;
  }

  .grid-flex .offset-md-1 {
    margin-left: 8.33333%;
  }

  .grid-flex .offset-md-2 {
    margin-left: 16.66667%;
  }

  .grid-flex .offset-md-3 {
    margin-left: 25%;
  }

  .grid-flex .offset-md-4 {
    margin-left: 33.33333%;
  }

  .grid-flex .offset-md-5 {
    margin-left: 41.66667%;
  }

  .grid-flex .offset-md-6 {
    margin-left: 50%;
  }

  .grid-flex .offset-md-7 {
    margin-left: 58.33333%;
  }

  .grid-flex .offset-md-8 {
    margin-left: 66.66667%;
  }

  .grid-flex .offset-md-9 {
    margin-left: 75%;
  }

  .grid-flex .offset-md-10 {
    margin-left: 83.33333%;
  }

  .grid-flex .offset-md-11 {
    margin-left: 91.66667%;
  }

  .grid-flex .d-md-none {
    display: none !important;
  }

  .grid-flex .d-md-inline {
    display: inline !important;
  }

  .grid-flex .d-md-inline-block {
    display: inline-block !important;
  }

  .grid-flex .d-md-block {
    display: block !important;
  }

  .grid-flex .d-md-table {
    display: table !important;
  }

  .grid-flex .d-md-table-row {
    display: table-row !important;
  }

  .grid-flex .d-md-table-cell {
    display: table-cell !important;
  }

  .grid-flex .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid-flex .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .grid-flex .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .grid-flex .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .grid-flex .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .grid-flex .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .grid-flex .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .grid-flex .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .grid-flex .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .grid-flex .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .grid-flex .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .grid-flex .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .grid-flex .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .grid-flex .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .grid-flex .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .grid-flex .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .grid-flex .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .grid-flex .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .grid-flex .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .grid-flex .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .grid-flex .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .grid-flex .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .grid-flex .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .grid-flex .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .grid-flex .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .grid-flex .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .grid-flex .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .grid-flex .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .grid-flex .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .grid-flex .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .grid-flex .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .grid-flex .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .grid-flex .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .grid-flex .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .grid-flex .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .grid-flex .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .grid-flex .container {
    max-width: 960px;
  }

  .grid-flex .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-flex .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid-flex .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid-flex .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid-flex .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-flex .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid-flex .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid-flex .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-flex .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid-flex .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid-flex .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-flex .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid-flex .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid-flex .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-flex .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-flex .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .grid-flex .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .grid-flex .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-flex .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .grid-flex .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .grid-flex .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .grid-flex .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .grid-flex .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .grid-flex .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .grid-flex .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .grid-flex .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .grid-flex .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .grid-flex .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .grid-flex .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .grid-flex .offset-lg-0 {
    margin-left: 0;
  }

  .grid-flex .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .grid-flex .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .grid-flex .offset-lg-3 {
    margin-left: 25%;
  }

  .grid-flex .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .grid-flex .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .grid-flex .offset-lg-6 {
    margin-left: 50%;
  }

  .grid-flex .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .grid-flex .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .grid-flex .offset-lg-9 {
    margin-left: 75%;
  }

  .grid-flex .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .grid-flex .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .grid-flex .d-lg-none {
    display: none !important;
  }

  .grid-flex .d-lg-inline {
    display: inline !important;
  }

  .grid-flex .d-lg-inline-block {
    display: inline-block !important;
  }

  .grid-flex .d-lg-block {
    display: block !important;
  }

  .grid-flex .d-lg-table {
    display: table !important;
  }

  .grid-flex .d-lg-table-row {
    display: table-row !important;
  }

  .grid-flex .d-lg-table-cell {
    display: table-cell !important;
  }

  .grid-flex .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid-flex .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .grid-flex .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .grid-flex .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .grid-flex .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .grid-flex .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .grid-flex .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .grid-flex .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .grid-flex .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .grid-flex .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .grid-flex .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .grid-flex .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .grid-flex .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .grid-flex .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .grid-flex .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .grid-flex .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .grid-flex .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .grid-flex .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .grid-flex .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .grid-flex .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .grid-flex .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .grid-flex .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .grid-flex .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .grid-flex .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .grid-flex .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .grid-flex .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .grid-flex .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .grid-flex .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .grid-flex .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .grid-flex .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .grid-flex .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .grid-flex .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .grid-flex .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .grid-flex .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .grid-flex .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .grid-flex .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .grid-flex .container {
    max-width: 1140px;
  }

  .grid-flex .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-flex .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid-flex .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid-flex .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid-flex .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-flex .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid-flex .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid-flex .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-flex .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid-flex .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid-flex .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-flex .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid-flex .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid-flex .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-flex .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-flex .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .grid-flex .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .grid-flex .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-flex .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .grid-flex .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .grid-flex .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .grid-flex .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .grid-flex .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .grid-flex .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .grid-flex .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .grid-flex .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .grid-flex .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .grid-flex .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .grid-flex .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .grid-flex .offset-xl-0 {
    margin-left: 0;
  }

  .grid-flex .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .grid-flex .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .grid-flex .offset-xl-3 {
    margin-left: 25%;
  }

  .grid-flex .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .grid-flex .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .grid-flex .offset-xl-6 {
    margin-left: 50%;
  }

  .grid-flex .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .grid-flex .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .grid-flex .offset-xl-9 {
    margin-left: 75%;
  }

  .grid-flex .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .grid-flex .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .grid-flex .d-xl-none {
    display: none !important;
  }

  .grid-flex .d-xl-inline {
    display: inline !important;
  }

  .grid-flex .d-xl-inline-block {
    display: inline-block !important;
  }

  .grid-flex .d-xl-block {
    display: block !important;
  }

  .grid-flex .d-xl-table {
    display: table !important;
  }

  .grid-flex .d-xl-table-row {
    display: table-row !important;
  }

  .grid-flex .d-xl-table-cell {
    display: table-cell !important;
  }

  .grid-flex .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid-flex .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .grid-flex .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .grid-flex .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .grid-flex .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .grid-flex .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .grid-flex .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .grid-flex .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .grid-flex .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .grid-flex .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .grid-flex .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .grid-flex .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .grid-flex .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .grid-flex .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .grid-flex .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .grid-flex .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .grid-flex .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .grid-flex .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .grid-flex .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .grid-flex .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .grid-flex .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .grid-flex .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .grid-flex .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .grid-flex .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .grid-flex .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .grid-flex .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .grid-flex .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .grid-flex .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .grid-flex .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .grid-flex .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .grid-flex .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .grid-flex .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .grid-flex .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .grid-flex .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .grid-flex .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .grid-flex .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  body {
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (max-width: 1000px) {
  .formmanager .mytyForm fieldset.mytyFormFieldset {
    width: 100% !important;
    margin: 0 0 24px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .formmanager .mytyForm .mytyFormLabel.form-label {
    float: none;
    width: 100%;
    padding: 0 0 3px;
    display: block;
  }

  .formmanager .mytyForm .mytyFormBox {
    width: 100%;
    max-width: 400px;
  }

  .formmanager .mytyForm .mytyFormBox input,.formmanager .mytyForm .mytyFormBox select,.formmanager .mytyForm .mytyFormBox textarea {
    width: calc(100% - 18px);
    float: none;
  }

  .formmanager .mytyForm .form-date .mytyFormInputGroup {
    width: 100%;
  }

  .formmanager .mytyForm .form-date .mytyFormInputGroup input {
    float: left;
    width: 70px;
    margin: 0 8px 0 0;
  }

  .formmanager .mytyForm .form-date .mytyFormInputGroup-addon {
    display: inline-block;
  }

  .formmanager .mytyForm .mytyFormCheckboxField .mytyFormCheckboxBox {
    padding-left: 0;
  }

  .formmanager .mytyForm .mytyFormCheckboxField .mytyFormCheckboxBox input[type="checkbox"] {
    margin: -2px 0 0;
  }

  .formmanager .mytyForm .g-recaptcha {
    margin-left: 0;
  }

  .formmanager .mytyForm .buttons.mytyFormBtnBox.button-row {
    padding-bottom: 40px;
    text-align: right;
  }

  .formmanager .mytyForm .buttons.mytyFormBtnBox.button-row button {
    float: none;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-right,.cc-window.cc-left {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

@media print {
  .grid-flex .d-print-none {
    display: none !important;
  }

  .grid-flex .d-print-inline {
    display: inline !important;
  }

  .grid-flex .d-print-inline-block {
    display: inline-block !important;
  }

  .grid-flex .d-print-block {
    display: block !important;
  }

  .grid-flex .d-print-table {
    display: table !important;
  }

  .grid-flex .d-print-table-row {
    display: table-row !important;
  }

  .grid-flex .d-print-table-cell {
    display: table-cell !important;
  }

  .grid-flex .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid-flex .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .cc-window,.cc-revoke {
    display: none;
  }
}

@-webkit-keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    width: 95%;
  }
}

@keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    width: 95%;
  }
}

@-webkit-keyframes change-btn-state {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    content: attr(data-unfavour);
  }

  100% {
    content: attr(data-unfavour);
    opacity: 1;
  }
}

@keyframes change-btn-state {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    content: attr(data-unfavour);
  }

  100% {
    content: attr(data-unfavour);
    opacity: 1;
  }
}
