/* HOTFIX FÜR DIE STARTSEITE */
@media only all and (min-width: 1025px) {
  .willkommen .ce_text.smallMargin H1:first-of-type {
    margin: 0;
  }

  .willkommen DIV.last {
    margin: 4.88% 7.32% 4.88% 0 !important;
  }
}

.ce_text H1,
.ce_text H2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 1.5em 0 0;
  color: #3a3a3a;
}

.ce_form H1,
.ce_form H2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0;
  color: #3a3a3a;
}

.ce_text.first H1,
.ce_text.first H2 {
  margin: 0;
}

.ce_text H2,
.ce_form H2 {
  font-weight: bold;
}

#datenschutz .ce_text H2 {
  margin-top: 2em;
}

.ce_text H4 {
  margin-top: 2.5em;
  color: #3a3a3a;
}

.ce_text P {
  margin: 1.5em 0 0;
  color: #3a3a3a;
}

.smallMargin P {
  margin: 0.7em 0 0;
}

.ce_text P:first-child {
  margin-top: 0;
}

.ce_text a {
  color: #75b726;
  font-style: normal;
  text-decoration: none;
}

/*
.ce_text LI A,
.ce_text EM {
  color: #75b726;
  font-weight: bold;
  font-size: 1.2em;
  font-style: normal;
}
*/

.ce_text LI A {
  color: #75b726;
  font-weight: bold;
  font-size: 1.2em;
  font-style: normal;
}

.ce_text UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 25px;
}

.ce_text LI {
  margin-top: 0.7em;
}

.ce_text LI A {
  text-decoration: none;
  display: inline-block;
  padding-left: 0.7em;
  position: relative;
}

.ce_text LI A:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 0.95em;
  background-color: #fff;
  width: 10px;
}

.ce_form {
  scroll-margin-top: 5rem;
  margin: 0 7.32%;
  padding: 10% 0;
}

.ce_form p {
  color: #3a3a3a;
}

.ce_form INPUT[type="text"],
.ce_form INPUT[type="tel"],
.ce_form INPUT[type="checkbox"],
.ce_form INPUT[type="email"],
.ce_form select,
.ce_form TEXTAREA,
.ce_form BUTTON {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ececec;
  font-size: 1em;
  line-height: 1.3em;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'HelveticaNeue', sans-serif;
  background: #fff;
}

.ce_form INPUT:focus,
.ce_form select:focus,
.ce_form TEXTAREA:focus {
  outline: none;
  border-color: #75b726;
}

.ce_form option[value=""],
.ce_form INPUT::placeholder,
.ce_form TEXTAREA::placeholder,
.ce_form select.placeholder {
  color: #999999;
}

.ce_form .formbody {
  overflow: auto;
  margin-top: 24px;
}

.ce_form .small {
	margin: 15px 0 30px !important;
}	

.ce_form .formbody .widget + .widget,
.ce_form .formbody .widget + .grid,
.ce_form .formbody .grid + .grid {
	margin-top: 20px;
}


.ce_form .formbody .widget-textarea {
  overflow: hidden;
}

.ce_form .formbody .widget-textarea TEXTAREA {
  float: left;
}

.ce_form .formbody .widget-radio {
	margin-top: 30px;
}

.ce_form .formbody .widget-radio fieldset {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.ce_form .formbody .widget-radio fieldset > span {
	display: grid;
	grid-template-columns: 30px auto;
	position: relative;
}

.ce_form .formbody .widget-radio input {
	opacity: 0;
}

.ce_form .formbody .widget-radio legend {
	display: block;
	margin-bottom: 10px;
	color: #00777a;
	font-weight: bold;
	white-space: nowrap;
}

.ce_form .formbody .widget-radio label::before,
.ce_form .formbody .widget-radio label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-sizing: border-box;
}

.ce_form .formbody .widget-radio label::before {
	border: 2px solid #ececec;
}

.ce_form .formbody .widget-radio input:focus + label::before {
	border-color: #75b726;
}

.ce_form .formbody .widget-radio input:checked + label::after {
	background-color: #00777a;
	transform: scale(0.4);
}

.ce_form .formbody .widget-text:first-of-type input {
  border-top-right-radius: 16px;
}

.ce_form .formbody .widget-text:first-of-type label {
	
}

.ce_form TEXTAREA {
  height: 160px;
  resize: none;
}

.ce_form DIV.widget:first-child INPUT {
  margin: 0;
}

.ce_form .widget-select {
	position: relative;
}

.ce_form .widget-select::before {
	content: '';
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #ececec;
	position: absolute;
	width: 15px;
	height: 10px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.ce_form select option {
  color: #000;
}

.ce_form select > option:first-child {
  display: none;
}

.ce_form .widget-checkbox,
.ce_form .widget-radio {
	line-height: 1.8rem;
}

.ce_form .widget-checkbox fieldset,
.ce_form .widget-radio fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.ce_form .widget-checkbox fieldset > span + span,
.ce_form .widget-radio fieldset > span + span {
	margin-top: 0.3rem;
}

.ce_form .widget-checkbox span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.ce_form .widget-checkbox span a {
  color: #75b726;
  text-decoration: none;
}

.ce_form .widget-checkbox span a:hover {
  text-decoration: underline;
}

.ce_form .widget-checkbox {
  margin: 24px 0;
}

.ce_form .widget-checkbox span input {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  cursor: pointer;
  margin: 0;
}

.ce_form .widget-checkbox span input:checked::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/files/ini-sonsbeck/assets/check_blue.svg) no-repeat
    center/cover;
  position: absolute;
  left: 0;
  top: 0;
}

.ce_form .widget-submit {
  float: right;
  margin-top: 1.3em;
}

.ce_form .pflichtfeld {
  float: left;
}

.ce_form .widget-submit button {
  color: #fff;
  background-color: #75b726;
  font-weight: bold;
  line-height: 48px;
  padding: 0 25px 0 20px;
  margin: 0;
  border: 0;
  border-top-right-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.ce_form .widget-submit button:hover {
  background-color: rgb(0, 119, 122);
}

.ce_form optgroup {
	color: #000;
}

/* Image Figcaption */

#container #main .mod_article .ce_image:first-child figcaption {
  position: absolute;
  left: 7.89%;
  bottom: 9.75%;
  padding: 12px 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background: rgba(0, 119, 122, 0.8);
  border-top-right-radius: 24px;
  line-height: 1;
}

/* BILD IM TEXT */
.ce_text + .ce_image {
  margin: 0 7.32%;
}
.ce_text + .ce_image FIGURE {
  margin: 0;
}
.ce_text + .ce_image FIGURE A {
  text-decoration: none;
  display: inline-block;
}
.ce_text + .ce_image FIGURE A:hover {
  text-decoration: underline;
}
.ce_text + .ce_image FIGURE IMG {
  width: 100%;
  height: auto;
  margin: -1px;
  border: 1px solid #ddd;
}
.ce_text + .ce_image FIGCAPTION {
  font-size: 13px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.ce_text + .ce_image FIGCAPTION:before {
  content: '\f00e';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 10px 21px;
}
.float_right {
  text-align: center;
}
.float_right > IMG {
  max-width: 100%;
  height: auto;
}

/* GALLERY */
.ce_gallery {
  margin: 0 7.32%;
}
.ce_gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: -24px;
}
.ce_gallery li {
  display: inline-block;
  vertical-align: middle;
}
.ce_gallery ul img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.ce_gallery figure {
  margin: 24px;
}

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

@media only all and (max-width: 1024px) {
	.ce_text--margin {
		margin: 13% 7.32%;
	}
}

.anmeldeformular {
	padding-top: 0 !important;
}

.anmeldeformular h2 {
	color: #00777a;
}

.anmeldeformular .grid {
	margin-top: 40px !important;
}

.anmeldeformular .veranstaltung__titel {
	margin-bottom: 5px;
}

.anmeldeformular .veranstaltung__titel.selected {
	font-weight: bold;
	color: #00777a;
}
@media only all and (min-width: 640px) {
  /* Formular */
  .ce_form {
    padding: 10% 0;
  }
  .ce_form .formbody {
    position: relative;
    max-width: 920px;
    padding-bottom: 70px;
    margin-top: 24px;
  }

  .ce_form .formbody .grid {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
  }
  
  .ce_form .formbody .grid .widget {
	  margin: 0 !important;
  }
  
  .ce_form .formbody .col-1 {
	  grid-column-start: 1;
  }

  .ce_form .formbody .col-2 {
	  grid-column-start: 2;
  }

  .ce_form .formbody .row-1 {
	  grid-row-start: 1;
  }

  .ce_form .formbody .rowspan-2 {
	  grid-row-end: span 2;
  }

  .ce_form .formbody .rowspan-5 {
	  grid-row-end: span 5;
  }

  .ce_form .formbody .widget-text input,
  .ce_form .formbody .widget-select select {
    height: 48px;
  }
  .ce_form .formbody .widget-text:first-of-type input {
    margin-top: 0;
    border-top-right-radius: 0;
  }
  .ce_form .formbody .widget-textarea textarea {
    height: 100%;
    border-top-right-radius: 80px;
  }
  .ce_form .formbody .widget-submit {
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .ce_form .formbody .widget-submit button {
    padding: 18px;
    line-height: 1;
    border-top-right-radius: 20px;
  }
  .ce_form .pflichtfeld {
    padding: 0 0 19px;
    line-height: 1;
    position: absolute;
    right: 150px;
    bottom: 0;
    text-align: right;
  }
  .ce_form .small {
	  font-size: 13px;
	  line-height: 20px;
  }
  .ce_form .pflichtfeld P {
    margin: 0;
  }
}
@media only all and (min-width: 640px) {
  .ce_form TEXTAREA {
    padding-right: 36px;
  }
}
@media only all and (min-width: 1025px) {
  .ce_form {
    padding: 4.88% 0;
  }
  .ce_text {
    margin: 4.88% 7.32%;
  }

  .themenseite .ce_text {
    margin: 8.57% 14.29%;
  }

  .two-ce {
    overflow: auto;
  }
  .two-ce > DIV {
    width: 39.02%;
  }
  .two-ce > DIV:first-child {
    float: left;
    margin: 4.88% 0 4.88% 7.32% !important;
  }
  .two-ce > DIV:last-child {
    float: right;
    margin: 4.88% 7.32% 4.88% 0 !important;
  }

  /* BILD IM TEXT */
  .ce_text + .ce_image {
    margin: 0 14.29%;
  }

  .ce_gallery {
    margin: 0 14.29%;
  }
}
/* Image Figcaption */
#container #main .mod_article .ce_image:first-child figcaption {
  font-size: 48px;
  padding: 35px 35px;
  border-top-right-radius: 32px;
}
@media only all and (min-width: 1560px) {
  .kontaktformular .ce_form {
    background: url(/files/ini-sonsbeck/images/formular-background.png)
      no-repeat;
    background-position: 100% bottom;
  }
}

.mod_cms_accept_tags {
  z-index: 10000 !important;
  background: rgba(0, 38, 98, 0.5) !important;
  color: #000 !important;
  font-family: 'HelveticaNeue', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.mod_cms_accept_tags a {
  color: #75b726;
  text-decoration: none;
}

.mod_cms_accept_tags a:hover {
  text-decoration: underline;
}

.mod_cms_accept_tags .widget-submit {
  margin: 15px 0 40px !important;
  text-align: center !important;
}

.mod_cms_accept_tags .widget-submit .submit {
  margin-top: 10px;
  background-color: #75b726 !important;
  color: #fff !important;
  transition: background 0.3s;
}

.mod_cms_accept_tags .widget-submit .submit:hover {
  background-color: rgb(0, 119, 122) !important;
}

.mod_cms_accept_tags .widget-submit button {
  padding: 0 25px 0 20px !important;
  line-height: 48px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 3px !important;
  cursor: pointer;
  border-top-right-radius: 20px;
}

.mod_cms_accept_tags form {
  max-height: 96vh !important;
  position: relative;
  max-width: 640px !important;
  border: 2px solid rgb(0, 119, 122);
  border-radius: 24px;
}

.mod_cms_accept_tags form p {
  margin: 0;
}

.mod_cms_accept_tags form > .formbody {
  padding: 40px 32px 15px !important;
}

.mod_cms_accept_tags form > .tags {
  display: block !important;
}

.mod_cms_accept_tags form > .tags > div {
  padding: 10px 32px 10px 65px !important;
}

.mod_cms_accept_tags form > .tags > div p {
  font-size: 13px;
}

.mod_cms_accept_tags form > .tags > div .head {
  margin-bottom: 0 !important;
  position: relative;
  display: inline-block !important;
}

.mod_cms_accept_tags form > .tags > div .head::before,
.mod_cms_accept_tags form > .tags > div .head::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: -34px;
  top: -3px;
}

.mod_cms_accept_tags form > .tags > div .head::before {
  background-color: #ddd;
}

.mod_cms_accept_tags form > .tags > div .head::after {
  background: transparent url('/files/ini-sonsbeck/assets/check_white.svg')
    no-repeat center/contain;
}

#footer {
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 96px;
}
#footer #footer-nav, #footer #go-up, #footer-logo span {
  display: none;
}
#footer-logo{
  position: absolute;
  width: 204px;
  height: 40px;
  top: 30px;
  /*
  left: 50%;
  margin-left: -102px;
  */
  left: 5%;
}
#footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/files/ini-sonsbeck/images/logo-footer.png) no-repeat 0 0;
  background-size: contain;
}

#go-up { position: absolute; width: 40px; height: 40px; right: 0; top: -20px; background: #75b726; border-top-right-radius: 20px; margin-right: 100px; }
#go-up A { text-align: center; display: block; width: 100%; height: 100%; color: #FFF; text-decoration: none; }
#go-up A:before { content: "\f106"; line-height: 40px; font-family: 'FontAwesome'; font-size: 24px; }
#go-up SPAN { display: none; }
  @media only all and (min-width: 1025px) {
    #footer {
      height: 120px;
      width: 100%;
      max-width: 1640px;
      text-align: center;
    }
    #footer .inside{
      display: inline-block;
      height: 100%;
      margin: 0 auto;
    }
    /* Footer Navigation */
    #footer #footer-nav{
      display: inline-block;
      vertical-align: top;
      line-height: 120px;
    }
    #footer #footer-nav ul{
      white-space: nowrap;
      margin: 0;
      padding: 0;
    }
    #footer #footer-nav ul li{
      display: inline-block;
      margin-right: 1.2vw;
    }
    #footer #footer-nav ul li a, #footer #footer-nav ul li span{
      text-decoration: none;
      color: #3a3a3a;
    }
    /* Footer Logo */
    #footer #footer-logo {
      position: relative;
      display: inline-block;
      top: 50%;
      left: auto;
      margin-top: -20px;
      margin-left: 20px;
    }
    #footer #go-up {
    	display: block;
    }
  }

.gallery {
    background: #f2f2f2;
    overflow: auto;
}

.gallery .maxWidth > DIV.inner {
    margin: 13% 7.32%;
}

.gallery DIV.ce_text {
    margin: 10% 0 0 0;
}

.gallery DIV.ce_text:first-child {
    margin-top: 0;
}

.gallery DIV.image_container {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 40px;
	overflow: hidden;
}

.gallery DIV.image_container:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.gallery A,
.gallery DIV.gallery_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 2;
}

.gallery DIV.gallery_text {
	background: rgba(117, 183, 38, 0.9);
	color: #FFF;
    visibility: hidden;
    opacity: 0;
	padding: 0 7.89%;
	z-index: 1;
	transition: opacity 0.3s, visibility 0.3s;
	border-top-right-radius: 40px;
}

.gallery DIV.gallery_text em {
	color: #FFF;
	padding-left: 0.7em;
	display: inline-block;
	position: relative;
}

.gallery DIV.gallery_text em:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 0.95em;
}

.gallery A SPAN {
	font-weight: bold;
    position: absolute;
    bottom: 9.75%;
    left: 7.89%;
    background: rgba(117, 183, 38, 0.9);
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    padding: 12px 24px 12px 21px;
    border-top-right-radius: 18px;
    display: inline-block;
    transition: font-size 0.5s, opacity 0.3s, visibility 0.3s;
}

@media only all and (min-width: 640px) {
    .gallery .maxWidth > DIV.inner {
        margin: 10% 7.32%;
        overflow: auto;
    }
    .gallery DIV.ce_text {
        width: 45.45%;
        float: left;
        margin: 0 0 9.1% 9.1%;
    }
    .gallery DIV.ce_text:nth-of-type(odd){
        margin-left: 0;
    }
    .gallery DIV.ce_text:last-of-type{
        margin-bottom: 0;
    }
}
@media only all and (min-width: 1025px) and (max-width: 1400px){
    .gallery DIV.gallery_text{
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .gallery DIV.gallery_text p{
        margin-top: 1.2em !important;
    }
}
@media only all and (min-width: 1025px) {
	.gallery .maxWidth > DIV.inner {
        margin: 4.88% 7.32%;
	}
    .gallery DIV.ce_text {
        width: 31.66%;
        margin: 0 0 0 2.5%;
    }
    .gallery DIV.ce_text:nth-of-type(odd){
        margin-left: 2.5%;
    }
    .gallery DIV.ce_text:first-child {
        margin: 0;
    }
	.gallery A:hover SPAN {
		opacity: 0;
		visibility: hidden;
	}
	.gallery A:hover + DIV.gallery_text {
		opacity: 1;
		visibility: visible;
	}
    /*
	#slider FIGCAPTION {
		font-size: 48px;
		line-height: 1.17;
		padding: 20px 35px;
		margin-bottom: 5.26%;
		bottom: 0;
	}*/
    .gallery DIV.gallery_text p,
    .gallery DIV.gallery_text h1{
        color: #fff;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    transition: top 0.3s, background 0.3s, height 0.3s;
    background: rgb(255, 255, 255);
	max-width: 1640px;
}

#header .inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 7.32%;
	transition: padding 0.35s;
	box-sizing: border-box;
}

#logo {
    font-size: 0;
    width: 130px;
    top: 24px;
    left: 50%;
}

#logo A {
    width: 100%;
    display: block;
    position: relative;
    overflow: auto;
	color: transparent;
}

#logo A:before,
#logo A:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../../files/ini-sonsbeck/css/images/logo.svg) no-repeat center center;
    background-size: contain;
    transition: opacity 0.4s;
    transition-delay: 0.3s;
}

#logo A:after {
    background-image: url(../../files/ini-sonsbeck/css/images/logo-white.svg);
    opacity: 0;
    visibility: 0;
    transition-delay: 0s;
    top: 10px;
    bottom: 9px;
}

.smallNav #logo A:before {
    opacity: 0;
    transition-delay: 0s;
}

.smallNav #logo A:after {
    opacity: 1;
    transition-delay: 0.3s;
}

#logo A SPAN {
    visibility: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 40.24%;
    display: block;
}

#header .hamburger {
    width: 33px;
    height: 33px;
}

#header .hamburger:before {
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.5px;
    background: #75b726;
    box-shadow: 0 13px #75b726, 0 26px #75b726;
    transition: background 0.3s, box-shadow 0.3s;
}

.smallNav #header .hamburger:before {
    background: #FFFFFF;
    box-shadow: 0 13px #FFFFFF, 0 26px #FFFFFF;
}

#social {
    transition: top 0.35s;
	display: flex;
	position: relative;
}

#facebook,
#instagram,
#search {
    width: 33px;
    height: 33px;
	margin-left: 10px;
	color: #00777a;
	transition: color 0.35s;
}

#social svg {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.smallNav #facebook,
.smallNav #instagram,
.smallNav #search {
	color: #fff;
}

.showSearch #search {
	color: #76b729;
}

#nav {
    animation: hidden 0.5s;
    position: fixed;
    bottom: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #75b726;
    border-top-right-radius: 75px;
    font-size: 28px;
    line-height: 1.1;
    padding: 86px 50px 40px 27.5px;
    box-sizing: border-box;
    left: -100%;
    transition: left 0.5s;
    z-index: 5;
    max-width: 95%;
}

#navswitch:checked+#wrapper #nav {
    left: 0;
}

#nav A {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

#nav UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav UL.level_1>LI {
    padding-top: 0.7em
}

#nav UL.level_1>LI:first-child {
    padding: 0;
}

#nav UL.level_2 {
    font-size: 18px;
    margin-left: 15px;
    line-height: 1.2;
    margin: 15px 0 0 20px;
}

#nav UL.level_2 li {
    margin-bottom: 15px;
}

#nav UL.level_2 li.first {
    margin-top: 24px;
}

#nav .active,
#nav .trail {
    color: #18777b;
    font-weight: 600;
}

#nav .hamburger {
    display: block;
    position: absolute;
    left: 27.5px;
    top: 33px;
    width: 33px;
    height: 33px;
}

#nav .hamburger:before,
#nav .hamburger:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-left: -16.5px;
    margin-top: -3px;
    background: #FFF;
}

#nav .hamburger:before {
    transform: rotate(45deg);
}

#nav .hamburger:after {
    transform: rotate(135deg);
}


/* Small Nav Configuration*/

body.smallNav #header {
    background: rgb(0, 119, 122);
}

body.smallNav #facebook:before {
    visibility: hidden;
    opacity: 0;
}

body.smallNav #facebook:after {
    visibility: visible;
    opacity: 1;
}

body.smallNav #header .inside {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* FontSize */

#fontSize {
    font-size: 12px;
    display: none;
}

#fontSize label {
    cursor: pointer;
    font-weight: bold;
    color: #76b729;
}

#fontSize label.mediumText {
    font-size: 1.25em;
}

#fontSize label.largeText {
    font-size: 1.5em;
}

@keyframes hidden {
    from {
        visibility: hidden;
    }
    to {
        visibility: hidden;
    }
}

a[title="Intranet"] {
    font-weight:bold !important;
    color:#00777a !important;
}

.mod_search {
    padding:8.57% 14.29%;
}

.mod_search .url {
    display: none;
}

.mod_search > div {
    margin-bottom: 33px;
}

.mod_search h3 {
    margin-bottom: 0;
}

.mod_search p {
    margin: 0;
}

.mod_search a:link, .mod_search a:visited {
    color: #75b726;
}

#minisearch {
	position: fixed;
	z-index: 5;
	display: none;
	top: 100px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background-color: #00777a;
	transition: top 0.35s;
	max-width: 1640px;
}

body.smallNav #minisearch {
	top: 76px;
}

body.showSearch #minisearch {
	display: block;
}

#minisearch.visible {
	display: block;
}

#minisearch .formbody {
	position: relative;
}

#minisearch form {
	padding: 20px 7.32%;
	display: block;
}

#minisearch input[type="search"] {
	border-radius: 0;
	padding: 10px 15px;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: inherit;
	width: 100%;
	border: 0;
	box-sizing: border-box;
}

#minisearch input[type="search"]:focus {
	border-color: #75b726;
	outline: 0;
}

#minisearch input[type="search"]::-webkit-search-decoration,
#minisearch input[type="search"]::-webkit-search-cancel-button,
#minisearch input[type="search"]::-webkit-search-results-button,
#minisearch input[type="search"]::-webkit-search-results-decoration { display: none; }

#minisearch button[type="submit"] {
	border: 0;
	background: transparent url(/files/ini-sonsbeck/assets/search.svg) no-repeat center/contain;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	position: absolute;
	width: 48px;
	height: 100%;
	top: 0;
	right: 0;
	transform: scale(0.75);
}

@media only all and (min-width: 1025px) {
  #header {
    height: 160px;
    transition: background 0.35s, height 0.35s;
  }
  #header .inside,
  #nav .inside {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1640px;
  }
  #header .hamburger,
  #nav .hamburger {
    display: none;
  }
  #header #logo {
    left: 0;
    width: 200px;
    line-height: 1;
    transition: top 0.35s, width 0.35s;
  }

  #header #logo A:after {
    background-position: left center;
  }

  .smallNav #nav #main-nav {
    left: 20%;
  }

  #nav {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1640px;
    background: none;
    height: 0;
    padding: 0;
    border-top-right-radius: 0;
    overflow: visible;
    transition: height 0.35s;
  }
  #nav #main-nav {
    position: absolute;
    height: auto;
    top: 96px;
    box-sizing: border-box;
    left: 32%;
    right: 30%;
    margin-right: 36px;
    transition: top 0.35s, left 0.35s;
  }
  #main-nav ul {
    white-space: nowrap;
  }
  #nav ul li {
    display: inline-block;
    margin-right: 5%;
  }
  #nav .active,
  #nav .trail {
    color: #75b726;
  }
  #main-nav ul.level_1 > li {
    height: 53px;
    position: relative;
    padding-top: 0;
  }
  /* Hide First Child ("Startseite") */
  #main-nav ul li:first-child {
    display: none;
  }
  #nav ul li a,
  #nav ul li strong {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 600;
    transition: color 0.35s;
  }
  #top-smallnav ul li a,
  #top-smallnav ul li span {
    font-weight: 300;
  }
  #nav ul li.active {
    color: #00777a;
  }
  /* Level 2 Sub-Navigation */
  #main-nav ul.level_1 > li.submenu:before {
    z-index: -1;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 6px transparent solid;
    border-bottom-color: #00777a;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -6px;
    opacity: 0;
    transition: opacity 0.35s, border-bottom-color 0.35s;
  }
  #nav ul.level_2 {
    position: absolute;
    display: block;
    max-height: 0;
    font-size: 28px;
    background-color: #00777a;
    border-top-right-radius: 40px;
    margin: 6px 0 0 -40px;
    line-height: 2;
    padding: 0 50px 0 40px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.35s, background 0.35s, max-height 0.35s, padding 0.35s;
  }
  #main-nav ul.level_1 > li.submenu:hover:before {
    opacity: 1;
  }
  #main-nav li.submenu:hover ul.level_2 {
    max-height: 1000px;
    padding: 23px 50px 28px 40px;
    opacity: 1;
  }
  #nav ul.level_2 li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  #nav UL.level_2 li.first {
    margin-top: 0;
  }
  #nav ul.level_2 li a,
  #nav ul.level_2 li strong {
    position: relative;
    font-size: 16px;
    padding-bottom: 4px;
    color: #fff;
    white-space: nowrap;
  }
  #nav ul.level_2 li strong {
    color: #75b726;
  }
  #nav ul.level_2 li a:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -3px;
    background-color: #fff;
    height: 2px;
    z-index: 99;
    left: 50%;
    right: 50%;
    transition: left 0.2s, right 0.2s;
  }
  #nav ul.level_2 li a:hover:after {
    left: 0;
    right: 0;
  }
  /* Menu Hover Line */
  #main-nav ul.level_1 > li:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 18%;
    background-color: #18777b;
    transition: left 0.2s, right 0.2s;
  }
  #main-nav ul.level_1 > li:hover:after {
    left: 0;
    right: 0;
  }
  /* Top Small Navigation */
  #top-smallnav {
    position: absolute;
    line-height: 1;
    top: 0;
    right: 10%;
    transition: top 0.35s;
    margin-right: 86px;
  }
  #top-smallnav ul li {
    margin-right: 18px;
  }
  #top-smallnav ul li:last-child {
    margin-right: 0;
  }
  #top-smallnav ul li a,
  #top-smallnav ul li span {
    font-size: 12px;
  }
  #social {
	  transform: translateY(-44px);
	  transition: transform 0.3s;
  }
  #facebook {
    top: 21px;
  }

  /* Small Nav Configuration */
  body.smallNav #header {
    top: 0;
    height: 70px;
  }
  body.smallNav #header #logo {
    width: 150px;
    top: 5px;
  }
  body.smallNav #nav #main-nav {
    top: 19px;
  }
  body.smallNav #nav ul li a {
    color: #fff;
  }
  body.smallNav #main-nav ul.level_1 > li {
    height: 40px;
  }
  body.smallNav #nav .trail {
    color: #76b729;
  }
  /* Menu Hover Line */
  body.smallNav #main-nav ul.level_1 > li:after {
    background-color: #76b729;
    bottom: -11px;
  }
  /* Level 2 Nav */
  body.smallNav #nav ul.level_2 {
    background-color: #75b726;
    margin-top: 6px;
  }
  body.smallNav #main-nav ul.level_1 > li.submenu:before {
    border-bottom-color: #75b726;
  }
  body.smallNav #nav ul.level_2 li .active {
    color: #18777b;
  }
  /* Level 2 Sub-Navigation */
  body.smallNav #main-nav ul.level_1 > li.submenu:before {
    bottom: 4px;
  }
  /* --- */
  body.smallNav #social {
	  transform: translateY(0);
  }
  body.smallNav #facebook {
    top: 18px;
  }
  body.smallNav #facebook:before {
    visibility: hidden;
    opacity: 0;
  }
  body.smallNav #facebook:after {
    visibility: visible;
    opacity: 1;
  }
  body.smallNav #top-smallnav {
    top: -50px;
  }
  #fontSize {
    display: inline-block;
  }
  #nav .hide-desktop {
	  display: none;
  }
  
  #minisearch {
	  top: 160px;
  }

  #minisearch form {
	  padding-top: 30px;
	  padding-bottom: 30px;
  }

  body.smallNav #minisearch {
      top: 70px;
  }
}

/* Image */
body.kontakt #container #main .ce_image {
        position: relative;
        margin-right: 7.32%;
        border-top-right-radius: 70px;
        overflow: hidden;
}
body.kontakt #container #main .ce_image .image_container {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
}
body.kontakt #container #main .ce_image .image_container:before {
        content: ' ';
        display: block;
        width: 100%;
        padding-bottom: 66.66%;
}

body.kontakt .kontaktformular div.ce_form {
	padding-top: 0;
}

@media only all and (min-width: 1025px) {
        body.kontakt #container #main .kontakt,
        body.kontakt #container #main .kontaktformular {
                max-width: 1640px;
        }

        /* Image */
        body.kontakt #container #main .ce_image .image_container:before {
                padding-bottom: 26.82%;
        }

}

body { margin: 0; font-family: 'HelveticaNeue', sans-serif; font-size: 16px; line-height: 1.5em; }
.maxWidth { max-width: 1640px; position: relative; }
#container { padding-top: 100px; }
.invisible { display: none; }
#smallText:checked ~ #wrapper label.smallText,
#mediumText:checked ~ #wrapper label.mediumText,
#largeText:checked ~ #wrapper label.largeText { color: #3a3a3a; }

#mediumText:checked ~ #wrapper { font-size: 18px; }
#largeText:checked ~ #wrapper { font-size: 20px; }

/* HELPERS */
div.mt-3 {
	margin-top: 3rem !important;
}
@media only all and (min-width: 1025px) {
    #container {
        padding-top: 160px;
    }
	#main .inside {
		min-height: 640px;
	}
}
.dlh_googlemap { width: 100%; overflow: hidden !important; max-height: 400px; }
.dlh_googlemap:before { content: ' '; display: block; width: 100%; height: 0; padding-bottom: 100%; }
.dlh_googlemap > DIV { overflow: hidden; }

.ce_image.map {
    width: 100%;
    overflow: hidden !important;
    height: 300px;
    margin: 0;
	border-radius: 0 !important;
	position: relative;
}

.ce_image.map .image_container::before {
   display: none !important;
}

.ce_image.map img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    margin: 0 !important;
    border: 0 !important;
}

.ce_image.map a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ce_image.map a::before, .ce_image.map a::after {
    display: block;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 100%;
    transition: opacity 0.3s, visibility 0.3s;
}

.ce_image.map a::before {
	content: " ";
    top: 0;
    height: 100%;
    background-color: rgba(0, 119, 122, 0.7);
}

.ce_image.map a:after {
    content: "zu Google Maps";
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: bold;
}

.ce_image.map a:hover::before, .ce_image.map a:hover::after {
    opacity: 1;
    visibility: visible;
}

.ce_image.map figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    background: white;
    padding: 2px 5px;
}

@media only all and (min-width: 640px) {
	.ce_image.map {
	    height: 400px;
	}
}
.willkommen .ce_text p:last-of-type a:link{
        text-decoration: none;
        color: inherit;
}

.mod_changelanguage {
	font-size: 16px;
	position: absolute;
	top: 42px;
	left: 140px;
}

.mod_changelanguage li a:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -21px;
	top: -2px;
}

.mod_changelanguage li a:after {
	content: '';
	background: transparent url(../../files/ini-sonsbeck/css/images/leichte-sprache_mobile.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 100%;
	width: 36px;
	height: 36px;
	margin-left: 12px;
	margin-top: -12px;
}

.mod_changelanguage li.lang-de_ls a:before {
	content: '';
	background-image: url(../../files/ini-sonsbeck/css/images/uncheck_mobile.svg);
}

.mod_changelanguage li.lang-de a:before {
	content: '';
	background-image: url(../../files/ini-sonsbeck/css/images/check_mobile.svg);
}
@media only all and (min-width: 640px) and (max-width: 1024px){
    .willkommen .ce_text.last {
        overflow: auto;
    }
    .willkommen .ce_text.last>*{
        width: 45.45%;
        overflow: hidden;
    }
    .willkommen .ce_text.last h1:first-of-type{
        float: right;
        margin-top: 0;
    }
    .willkommen .ce_text.last ul:first-of-type{
        float: right;
        clear: right;
    }
    .willkommen .ce_text.last h1:last-of-type{
        margin-top: 0;
    }
}
@media only all and (min-width: 1025px) {
    .willkommen {
        overflow: auto;
        max-width: 1640px;
    }
    .willkommen DIV.ce_text {
        float: left;
        width: 36.59%;
        margin: 4.88% 0 4.88% 7.32%;
    }
    .willkommen DIV.last {
        float: right;
        margin: 4.88% 7.32% 0 0;
    }

    .ce_text .float_right {
        float: right;
        clear: right;
    }

    .einfache-sprache DIV.ce_image + DIV.ce_text {
        margin-top: 8.57%;
    }

    .einfache-sprache DIV.ce_text {
       margin: 1.5em 14.29%;
    }

    .einfache-sprache DIV.last {
        margin-bottom: 8.57%;
    }

    .willkommen.einfache-sprache DIV.ce_text,
    .willkommen.einfache-sprache DIV.last {
        float: none;
        width: 50%;
        margin: 1.5em 7.32% !important;
    }

    .willkommen.einfache-sprache DIV.ce_text.first {
        margin-top: 4.88% !important;
    }

    .willkommen.einfache-sprache DIV.ce_text.last {
        margin-bottom: 4.88% !important;
    }

    .mb-0 {
        margin-bottom: 0  !important;
    }

    .mt-0 ul {
        margin-top: 0  !important;
    }

    .mt-0 {
        margin-top: 0  !important;
    }

    .img-landscape img {
        max-width: 200px;
        height: auto;
    }
    
    .img-portrait img {
        max-height: 200px;
        width: auto;
    }
	
    .mod_changelanguage {
		position: static;
		margin-right: 64px;
	}
	
    .mod_changelanguage li a {
        position: relative;
        margin-left: 30px;
    }

    .mod_changelanguage li a:before {
        top: -4px;
    }

	.mod_changelanguage li a:after {
		background-image: url(../../files/ini-sonsbeck/css/images/leichte-sprache.svg);
	}
	
    .mod_changelanguage li.lang-de_ls a:before {
        content: '';
        background-image: url(../../files/ini-sonsbeck/css/images/uncheck.svg);
    }

    .mod_changelanguage li.lang-de a:before {
        content: '';
        background-image: url(../../files/ini-sonsbeck/css/images/check.svg);
    }
}

.slider DIV.ce_gallery {
    margin-right: 7.32%;
	margin-left: 0;
    overflow: hidden;
    border-top-right-radius: 96px;
}

.slider DIV.ce_gallery UL {
    width: 10000%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.slider DIV.ce_gallery LI {
    width: 1%;
    display: inline-block;
    float: left;
}

.slider DIV.ce_gallery FIGURE {
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.slider DIV.ce_gallery FIGURE:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 86.33%;
}

.slider FIGCAPTION {
    position: absolute;
    bottom: 0;
    margin-bottom: 5%;
    right: 5%;
    background: rgba(117, 183, 38, 0.8);
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    padding: 12px 35px 12px 35px;
    border-top-right-radius: 32px;
    display: inline-block;
    transition: font-size 0.5s;
    font-weight: bold;
}

.slider DIV.left,
.slider DIV.right {
    display: none;
    background: #75b726;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.slider DIV.left:before,
.slider DIV.right:before {
    font: normal normal normal 24px/40px FontAwesome;
    color: #FFF;
}

.slider DIV.left {
    left: 0;
}

.slider DIV.left:before {
    content: '\f104';
}

.slider DIV.right {
    right: 7.32%;
    margin-right: -20px;
    border-top-right-radius: 20px;
}

.slider DIV.right:before {
    content: '\f105';
}


/* TABLET */

@media only all and (min-width: 768px) {
    .slider DIV.left,
    .slider DIV.right {
        display: block;
    }
    .slider FIGCAPTION {
        font-size: 48px;
        line-height: 1.17;
        padding: 35px 35px;
    }
}
.standorte {
    background: #f2f2f2;
    overflow: auto;
}

.standorte .inner {
	padding: 10% 7.32%;
	border-radius: 0 !important;
}

.standorte .inner > div {
	background: #fff;
	margin-bottom: 10%;
	overflow: hidden;
	border-top-right-radius: 50px;
}

.standorte h1.ce_headline {
    background-color: #00777a;
    color: #FFF;
    padding: 32px 6.25%;
    font-size: 1.5em;
	margin: 0;
}

.standorte div.ce_text { border-top: 1px solid #ececec; margin: 6% 6.25% 8%; padding-top: 6%; }
.standorte h1 + div.ce_text { border: 0; padding-top: 0; }
.standorte h2 { margin-top: 0; }
.standorte div.ce_text P { margin-top: 0.8em; }
@media (min-width: 1025px) and (max-width: 1559px)  {
	.standorte .ce_text { float: left; width: 37.5%; border: 0 !important; padding: 0 !important; }
}
@media (min-width: 1560px) {
	.standorte .inner { background: transparent !important; overflow: auto; }
	.standorte .inner > div { width: 31.66%; margin: 0 0 0 2.5%; background: #fff; float: left; overflow: hidden; }
	.standorte .inner > div:first-child { width: 31.66%; margin-left: 0; }
}
.bm_accordion {
	border: 1px solid rgb(0, 119, 122);
	margin: -3% 7.32%;
}

.bm_accordion h4 {
	padding: 24px 12px 0;
	text-align: center;
	margin: 0 -24px;
}

.bm_accordion .ce_text:not(:first-child) {
	margin-top: 1px;
}

.bm_accordion_content .block {
	margin: 0 24px;
}

.bm_accordion .block:not(.active) h4 {
	padding: 12px;
	background-color: rgb(0, 119, 122);
	color: #ffffff;
}

.bm_accordion .block:not(.active) h4 ~ * {
	display: none;
}

.bm_accordion_content .block.active {
	padding-bottom: 24px;
}

.bm_accordion > nav {
	position: relative;
	z-index: 2;
	border: 1px solid rgb(0, 119, 122);
	border-right: 0;
	max-width: 160px;
	width: 160px;
	box-sizing: border-box;
	display: none;
	line-height: 18px;
}

.bm_accordion > nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bm_accordion > nav li {
	padding: 12px;
	color: #ffffff;
	background: rgb(0, 119, 122);
}

.bm_accordion > nav li:not(.active):hover {
	cursor: pointer;
	text-decoration: underline;
}

.bm_accordion > nav li.active {
	background: #ffffff;
	color: #000000;
}

.bm_accordion > nav li:nth-child(n+2) {
	border-top: 1px solid #ffffff;
}

@media only all and (min-width: 640px) {
	.bm_accordion {
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		border: 0;
	}
	.bm_accordion > nav {
		display: block;
	}
	.bm_accordion_content {
		width: calc(100% - 159px);
		border: 1px solid rgb(0, 119, 122);
		margin-left: -1px;
		box-sizing: border-box;
	}
	.bm_accordion_content .block:not(.active) {
		display: none;
	}
	.bm_accordion_content .block {
		margin: 20px 24px;
	}
	.bm_accordion_content h4 {
		display: none;
	}
}

@media only all and (min-width: 1025px) {
	.bm_accordion {
		margin-left: 14.29%;
		margin-right: 14.29%;
	}
}
.ansprechpartner {
	margin: 40px 7.32%;
	display: flex;
	flex-wrap: wrap;
}

.ansprechpartner .ce_headline {
    width: 100%;
	line-height: 1;
	margin-bottom: 0;
}

.ansprechpartner .ce_text {
	margin: 20px 0 0 0;
	background: #f3f3f3;
	padding: 20px;
	border-radius: 0 20px 0 0;
	box-sizing: border-box;
	width: 100%;
}

.ansprechpartner .ce_text h3 {
	color: rgb(0, 119, 122);
	margin: 0;
}

.ansprechpartner .ce_text h3 + p {
	margin-top: 0;
}

.ansprechpartner .ce_text p + p {
	margin-top: 0.75em;
}

@media (min-width: 768px) {
	.ansprechpartner .ce_text {
		width: calc(50% - 20px);
		margin-left: 20px;
	}
	.ansprechpartner .ce_text:nth-of-type(2n+1) {
		margin-left: 0;
	}
}

@media (min-width: 1025px) {
	.ansprechpartner .ce_text,
	.ansprechpartner .ce_text:nth-of-type(2n+1)	{
		width: calc(-13px + 33%);
		margin-left: 20px;
	}
	.ansprechpartner .ce_text:nth-of-type(3n+1) {
		margin-left: 0;
	}
}

@media only all and (min-width: 1400px) {
	.ansprechpartner {
		margin: 2.88% 5.32%;
	}
    
	.ansprechpartner .ce_text,
	.ansprechpartner .ce_text:nth-of-type(2n+1),
	.ansprechpartner .ce_text:nth-of-type(3n+1)	{
		width: calc(-10px + 24%);
		margin-left: 20px;
	}	
	.ansprechpartner .ce_text:nth-of-type(4n+1) {
		margin-left: 0;
	}
}

#faq h1 {
	font-size: 48px;
}

.mod_faqpage {
	margin: -4% 0 8%;
}
.mod_faqpage h2 {
	margin: 40px 7.32% 4% 7.32%;
	color: #00777a;
}

.mod_faqpage h3 {
	margin: 16px 7.32%;
	/* color: #75b726; */
	font-size: 1em;
	cursor: pointer;
	padding-left: 1em;
	position: relative;
	font-weight: bold;
}

.mod_faqpage h3:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #fff;
	color: #75b726;
	width: 10px;
	font-weight: bold;
	transition: transform 0.3s linear;
}

.mod_faqpage h3.open:before {
	transform: translateY(4px) rotate(90deg);
}

.mod_faqpage .ce_text {
	margin: 0 7.32%;
	padding-left: 1em;
}

@media only all and (min-width: 1025px) {
	.mod_faqpage h2 {
		margin: 32px 14.29% 24px 14.29%;
	}

	.mod_faqpage h3 {
		margin: 18px 14.29% 0 14.29%;
	}

	.mod_faqpage .ce_text {
		margin: 0 14.29% 36px 14.29%;
		padding-top: 8px;
	}
}

#notification {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 10;
  display: none;
}

#notification::before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

#notification .layout_latest {
  position: fixed;
  bottom: 64px;
  right: 64px;
  width: 800px;
  transform: translate(50%, 50%);
  max-width: 64px;
  max-height: 64px;
  background: #fff;
  border: 2px solid rgb(0, 119, 122);
  border-radius: 64px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: max-width 0.5s, max-height 0.5s, border-radius 0.5s,
    box-shadow 0.5s, bottom 0.5s, right 0.5s, transform 0.3s;
}

#notification .layout_latest::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: var(--icon, none);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, top 0.5s, left 0.5s, width 0.5s,
    height 0.5s;
}

#notification .layout_latest .teaser {
  max-height: calc(100vh - 68px);
  overflow: hidden;
  padding: 40px 32px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

#notification .layout_latest h1 {
  font-size: 20px;
  line-height: 1.3;
  padding-right: 48px;
  margin: 0 0 1.3em 0;
  font-weight: 700;
}

#notification .layout_latest a {
  color: rgb(0, 119, 122);
  text-decoration: none;
  font-weight: bold;
}

#notification .layout_latest p {
  font-size: 13px;
  margin: 1.4em 0 0;
  line-height: 1.4em;
}

#notification .close {
  position: absolute;
  top: -0.5px;
  right: 0;
  background: rgb(0, 119, 122);
  line-height: 44px;
  width: 34px;
  height: 49px;
  text-align: right;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 0 0 0 12px;
  padding-right: 14px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

#notification .close::before {
  content: 'x';
}

#notification.opened .layout_latest {
  max-width: calc(100vw - 64px);
  max-height: calc(100vh - 64px);
  border-radius: 24px 0 24px 24px;
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.3);
  bottom: 50%;
  right: 50%;
}

#notification.opened::before,
#notification.opened .close,
#notification.opened .teaser {
  visibility: visible;
  opacity: 1;
}

#notification.opened .close,
#notification.opened .teaser {
  transition-delay: 0.5s;
}

#notification.closed .layout_latest::before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}

#notification.opened .teaser {
  overflow: auto;
}

#notification.opened,
#notification.closed {
  display: block;
}

#notification.closed .layout_latest:hover {
  transform: translate(50%, 50%) scale(1.2);
}

@media (min-width: 1025px) {
  #notification.closed .layout_latest {
    max-width: 96px;
    max-height: 96px;
    bottom: 96px;
    right: 96px;
    cursor: pointer;
  }
  #notification .layout_latest::before {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  #notification .layout_latest h1 {
    font-size: 24px;
  }

  #notification .layout_latest p {
    font-size: 15px;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../files/ini-sonsbeck/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
