@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Rubik-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Rubik-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Rubik-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Rubik-BoldItalic.ttf') format('truetype');
}
.text-color-yellow {
  color: #D3BF4E;
}
.btn-o-black-arrow {
  position: relative;
  word-break: break-all;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 70px 15px 20px;
  color: #565656;
  text-decoration: none;
  border: 2px solid #565656;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.btn-o-black-arrow:hover {
  background: #D3BF4E;
  color: #fff;
  border: 2px solid #D3BF4E;
}
.btn-o-black-arrow:hover:before {
  opacity: 0.0;
}
.btn-o-black-arrow:hover:after {
  opacity: 1.0;
}
.btn-o-black-arrow:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
.btn-o-black-arrow:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
.btn-white-arrow {
  position: relative;
  word-break: break-all;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 70px 15px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.btn-white-arrow:hover {
  background: #fff;
  color: #565656 !important;
  border: 2px solid #fff;
}
.btn-white-arrow:hover:before {
  opacity: 0.0;
}
.btn-white-arrow:hover:after {
  opacity: 1.0;
}
.btn-white-arrow:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
.btn-white-arrow:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
.btn-yellow-arrow {
  position: relative;
  word-break: break-all;
  background: #d3bf4e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 70px 15px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #D3BF4E;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.btn-yellow-arrow:hover {
  background: rgba(211,191,78,0);
  color: #565656 !important;
  border: 2px solid #D3BF4E;
}
.btn-yellow-arrow:hover:before {
  opacity: 0.0;
}
.btn-yellow-arrow:hover:after {
  opacity: 1.0;
}
.btn-yellow-arrow:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
.btn-yellow-arrow:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
.btn-yellow {
  position: relative;
  word-break: break-all;
  background: #d3bf4e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #D3BF4E;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.btn-yellow:hover {
  background: rgba(211,191,78,0);
  color: #565656 !important;
  border: 2px solid #D3BF4E;
}
.wrapper-wide {
  width: 100%;
  padding: 0em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.gc-1-1 {
  width: 100%;
}
.gc-1-2 {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.gc-1-3 {
  width: 33.33%;
}
.gc-2-3 {
  width: 66.66%;
}
.gc-1-4 {
  width: 25%;
}
.gc-3-4 {
  width: 75%;
}
.gc-l {
  padding-right: 20px;
}
.gc-r {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #565656;
  min-width: 320px;
}
html body nav.main-nav {
  position: fixed;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 120px;
  padding: 0px 40px;
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
  z-index: 999;
}
html body nav.main-nav .menu-overlay {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  display: none;
  position: fixed;
  display: flex;
  transition: background-color 0.3s ease;
  top: 120px;
  left: 0px;
  background: rgba(211,191,78,0);
  width: 0px;
  height: 0px;
}
html body nav.main-nav .menu-overlay.active {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(211,191,78,0.6);
}
html body nav.main-nav .gc-1-3 {
  display: flex;
}
html body nav.main-nav .gc-1-3.logo-container {
  text-align: center;
}
html body nav.main-nav .gc-1-3.logo-container a {
  margin: 0 auto;
  text-align: center;
  height: 40px;
}
html body nav.main-nav .gc-1-3.gc-r {
  justify-content: flex-end;
  padding-left: 0px;
}
html body nav.main-nav :-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container {
  position: fixed;
  top: 120px;
  left: -768px;
  height: 100%;
  width: 360px;
  background: rgba(255,255,255,0);
  padding: 40px;
  height: calc(100vh - 120px);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body nav.main-nav .menu-container :-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container .menu-container-inner {
  height: 100%;
}
html body nav.main-nav .menu-container.active {
  opacity: 1;
  background: #ffffff;
  left: 0px;
  transition: opacity .4s ease-in-out;
}
html body nav.main-nav .menu-container li.menu-item-has-children .submenu-2-container {
  opacity: 0;
  transition: opacity .4s ease-in-out;
  position: absolute;
  width: 360px;
  top: 0px;
  left: -360px;
  height: 100%;
  border-left: 2px solid #FAFAFA;
  background: #fff;
  padding: 40px;
}
html body nav.main-nav .menu-container li.menu-item-has-children .submenu-2-container .submenu-2-container-inner::-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children .submenu-2-container .submenu-2-container-inner {
  overflow-y: scroll;
  height: calc(100vh - 160px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children .submenu-2-container .submenu-2-container-inner .submenu-2 {
  padding-bottom: 200px;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container {
  left: 360px;
  opacity: 1;
  transition: opacity .4s ease-in-out;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children .submenu-3-container {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container {
  display: block;
  position: absolute;
  width: 360px;
  top: 0px;
  left: 358px;
  height: 100%;
  padding: 40px;
  border-left: 2px solid #FAFAFA;
  background: #fff;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container .submenu-3-container-inner::-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container .submenu-3-container-inner {
  overflow-y: scroll;
  height: calc(100vh - 160px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container .submenu-3-container-inner:-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container .submenu-3-container-inner .submenu-3 {
  padding-bottom: 200px;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container {
  left: 360px;
  opacity: 1;
  transition: opacity .4s ease-in-out;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children .submenu-4-container {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container {
  display: block;
  position: absolute;
  width: 360px;
  top: 0px;
  left: 358px;
  height: 100%;
  padding: 40px;
  border-left: 2px solid #FAFAFA;
  background: #fff;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container .submenu-4-container-inner::-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container .submenu-4-container-inner {
  overflow-y: scroll;
  height: calc(100vh - 160px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container .submenu-4-container-inner:-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container .submenu-4-container-inner .submenu-4 {
  padding-bottom: 200px;
}
html body nav.main-nav .menu-container-inner {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html body nav.main-nav .menu-container-inner:-webkit-scrollbar {
  display: none;
}
html body nav.main-nav .menu-container-inner ul {
  list-style: none;
}
html body nav.main-nav .menu-container-inner ul li.overview_label a:before {
  content: "Übersichtsseite ";
  position: relative;
  display: inline;
}
html body nav.main-nav .menu-container-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html body nav.main-nav .menu-info-overlay {
  pointer-events: none;
  display: none;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #D3BF4E;
  padding: 80px 0px 20px;
  background: #ffffff;
  background: -moz-linear-gradient(0deg,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0) 90%);
  background: -webkit-linear-gradient(0deg,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0) 90%);
  background: linear-gradient(0deg,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
html body nav.main-nav .menu-info-overlay .menu-info-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
html body nav.main-nav .menu-info-overlay .menu-info-inner span {
  font-size: 14px;
  font-weight: 600;
}
html body nav.main-nav .menu-info-overlay img {
  height: 30px;
  width: auto;
  margin: 0 auto 10px;
}
html body nav.main-nav .menu-info-overlay img.icon-mobile {
  display: none;
}
html body nav.main-nav .menu-info-overlay.show {
  display: block;
}
html body nav.main-nav .main-navigation {
  width: 100%;
  padding-bottom: 200px;
}
html body nav.main-nav .main-navigation .menu-item.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
}
html body nav.main-nav .main-navigation .menu-item.menu-item-has-children > a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-menu-item-dark.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
}
html body nav.main-nav .main-navigation .menu-item a {
  cursor: pointer;
  display: inherit;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0px;
  border-bottom: 2px solid rgba(86,86,86,0.1);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #565656;
  padding-right: 50px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body nav.main-nav .main-navigation .menu-item a:hover {
  color: #D3BF4E;
}
html body nav.main-nav .main-navigation .menu-item.small-menu-item a {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0px;
  border: none;
  color: rgba(86,86,86,0.7);
}
html body nav.main-nav .main-navigation .menu-item.small-menu-item a:hover {
  color: #D3BF4E;
}
html body nav.main-nav .main-navigation .menu-item.small-menu-item.mt-40 {
  margin-top: 30px;
}
html body nav.main-nav .main-navigation .headline-submenu-04,
html body nav.main-nav .main-navigation .headline-submenu-03,
html body nav.main-nav .main-navigation .headline-submenu-02 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #879C96;
  padding: 10px 0px;
  border-bottom: 2px solid #879C96;
}
html body nav.main-nav .main-navigation .btn-step-back-03,
html body nav.main-nav .main-navigation .btn-step-back-02,
html body nav.main-nav .main-navigation .btn-step-back-01 {
  margin-bottom: 20px;
  display: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #879C96;
  padding: 0px 0px 0px 20px;
  line-height: 20px;
  min-height: 20px;
}
html body nav.main-nav .main-navigation .btn-step-back-03:before,
html body nav.main-nav .main-navigation .btn-step-back-02:before,
html body nav.main-nav .main-navigation .btn-step-back-01:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/btn-back-green.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
}
html body nav.main-nav .menu-btn {
  height: 60px;
  width: 210px;
  border: 2px solid #D3BF4E;
  border-radius: 2px;
  padding-right: 10px;
  cursor: pointer;
}
html body nav.main-nav .menu-btn .burgermenu {
  position: relative;
  height: 57px;
  width: 60px;
  background-color: #D3BF4E;
  padding: 14px;
  float: left;
}
html body nav.main-nav .menu-btn .burgermenu:before {
  position: absolute;
  content: "";
  top: 18px;
  width: 20px;
  height: 20px;
  right: -1px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-menu-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
html body nav.main-nav .menu-btn .burgermenu .line-container {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 3px;
}
html body nav.main-nav .menu-btn .burgermenu .line {
  position: absolute;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body nav.main-nav .menu-btn .burgermenu .line.line-1 {
  top: 0px;
}
html body nav.main-nav .menu-btn .burgermenu .line.line-2 {
  top: 13px;
  width: 18px;
}
html body nav.main-nav .menu-btn .burgermenu .line.line-3 {
  bottom: 0px;
}
html body nav.main-nav .menu-btn .burgermenu.active .line.line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 13px;
}
html body nav.main-nav .menu-btn .burgermenu.active .line.line-2 {
  width: 0px;
}
html body nav.main-nav .menu-btn .burgermenu.active .line.line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 1px;
}
html body nav.main-nav .menu-btn .menu-btn-text {
  position: relative;
  line-height: 18px;
  margin: 19px 0px 19px 7px;
  font-weight: 600;
  letter-spacing: 0.32px;
  padding-left: 20px;
  margin-left: 5px;
  float: left;
}
html body nav.main-nav .menu-btn .menu-btn-text:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 17px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-menu-btn-text-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: center;
}
html body nav.main-nav .logo img {
  height: 40px;
  width: auto;
}
html body nav.main-nav .secondary-nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
}
html body nav.main-nav .secondary-nav .btn-search {
  margin-right: 30px;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable {
  font-weight: 500;
  letter-spacing: 0.32px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 40px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  cursor: pointer;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable:hover {
  color: #D3BF4E;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable:hover:before {
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable:hover:after {
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 8px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-search-dark.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav .btn-search .search-lable:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 8px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-search-yellow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav .btn-contakt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 40px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  cursor: pointer;
}
html body nav.main-nav .secondary-nav .btn-contakt:hover {
  color: #D3BF4E;
}
html body nav.main-nav .secondary-nav .btn-contakt:hover:before {
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav .btn-contakt:hover:after {
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav .btn-contakt:hover a {
  color: #D3BF4E;
  text-decoration: none;
}
html body nav.main-nav .secondary-nav .btn-contakt:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 8px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-contact-dark.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav .btn-contakt:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 8px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-contact-yellow.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav .btn-contakt a {
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #565656;
  text-decoration: none;
}
html body nav.main-nav .secondary-nav-mobile {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 100%;
  z-index: 500;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile {
  margin-right: 20px;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable {
  font-weight: 600;
  letter-spacing: 0.32px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  float: right;
  line-height: 20px;
  padding-left: 25px;
  height: 20px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  cursor: pointer;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable:hover {
  color: #D3BF4E;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable:hover:before {
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable:hover:after {
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-search-dark.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body nav.main-nav .secondary-nav-mobile .btn-search-mobile .search-lable:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-search-yellow.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile {
  display: none;
  top: 40px;
  padding: 36px 20px 20px;
  width: 100%;
  right: 0px;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px 20px 20px;
  background-color: rgba(86,86,86,0.5);
  right: 0px;
  border-radius: 5px;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile .close {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  flex: none;
  height: 16px;
  width: 16px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-close-white.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(86,86,86,0.5);
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile input[type=text] {
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 100%;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile input[type=submit] {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  background: #D3BF4E;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile .search-popup-container-mobile input[type=submit]:hover {
  background: #fff;
  color: #D3BF4E;
}
html body nav.main-nav .secondary-nav-mobile .search-popup-form-mobile.active {
  display: block;
}
html body nav.main-nav.scrolled {
  height: 80px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body nav.main-nav.scrolled .menu-overlay {
  top: 80px;
}
html body nav.main-nav.scrolled .menu-container {
  top: 80px;
  height: calc(100vh - 80px);
}
@media (max-width: 1200px) {
  html body nav.main-nav {
    padding: 0px 30px;
  }
}
@media (max-width: 1080px) {
  html body nav.main-nav {
    padding: 0px 20px;
    height: 60px;
    justify-content: space-between;
  }
  html body nav.main-nav .main-navigation .btn-step-back-01,
  html body nav.main-nav .main-navigation .btn-step-back-02,
  html body nav.main-nav .main-navigation .btn-step-back-03 {
    display: block;
  }
  html body nav.main-nav .main-navigation .headline-submenu-02,
  html body nav.main-nav .main-navigation .headline-submenu-03,
  html body nav.main-nav .main-navigation .headline-submenu-04 {
    font-size: 18px;
    line-height: 24px;
  }
  html body nav.main-nav .menu-info-overlay img.icon-mobile {
    display: block;
  }
  html body nav.main-nav .menu-info-overlay img.icon-desktop {
    display: none;
  }
  html body nav.main-nav .secondary-nav-mobile {
    display: block;
  }
  html body nav.main-nav .menu-overlay {
    top: 60px;
  }
  html body nav.main-nav .main-navigation .menu-item.menu-item-has-children > a {
    position: relative;
    display: flex;
    align-items: center;
  }
  html body nav.main-nav .main-navigation .menu-item.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 0px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-menu-item-dark.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
  }
  html body nav.main-nav .main-navigation .menu-item a {
    display: inherit;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0px;
    border-bottom: 2px solid rgba(86,86,86,0.1);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #565656;
    padding-right: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
  }
  html body nav.main-nav .main-navigation .menu-item a:hover {
    color: #D3BF4E;
  }
  html body nav.main-nav .menu-container {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 45px 20px 20px;
    max-width: 768px;
    width: 100%;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children .submenu-2-container {
    display: block;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: -700px;
    padding: 45px 20px 20px;
    max-width: 768px;
    z-index: 150;
    border: none;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container {
    display: block;
    left: 0px;
    z-index: 150;
    border: none;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children .submenu-3-container {
    background: #fff;
    display: block;
    top: 0px;
    left: -700px;
    position: absolute;
    width: 100%;
    max-width: 768px;
    height: 100%;
    padding: 45px 20px 20px;
    border: none;
    z-index: 250;
    opacity: 0.0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-2-container li.menu-item-has-children.menu-item-active .submenu-3-container {
    background: #fff;
    display: block;
    left: 0px;
    width: 100%;
    max-width: 768px;
    padding: 45px 20px 20px;
    z-index: 250;
    border: none;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container {
    display: block;
    left: 0px;
    z-index: 150;
    border: none;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children .submenu-4-container {
    background: #fff;
    display: block;
    top: 0px;
    left: -700px;
    position: absolute;
    width: 100%;
    max-width: 768px;
    height: 100%;
    padding: 45px 20px 20px;
    border: none;
    z-index: 250;
    opacity: 0.0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav .menu-container li.menu-item-has-children.menu-item-active .submenu-3-container li.menu-item-has-children.menu-item-active .submenu-4-container {
    background: #fff;
    display: block;
    left: 0px;
    width: 100%;
    max-width: 768px;
    padding: 45px 20px 20px;
    z-index: 250;
    border: none;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  html body nav.main-nav.scrolled {
    height: 60px;
  }
  html body nav.main-nav.scrolled .menu-overlay {
    top: 60px;
  }
  html body nav.main-nav.scrolled .menu-container {
    top: 60px;
    height: calc(100vh - 60px);
  }
  html body nav.main-nav .secondary-nav {
    display: none;
  }
  html body nav.main-nav .menu-btn {
    height: 48px;
    width: 140px;
    padding-right: 5px;
  }
  html body nav.main-nav .menu-btn .burgermenu {
    height: 46px;
    width: 46px;
    padding: 12px 10px;
  }
  html body nav.main-nav .menu-btn .burgermenu:before {
    position: absolute;
    content: "";
    top: 12px;
    width: 20px;
    height: 20px;
    right: -1px;
  }
  html body nav.main-nav .menu-btn .burgermenu .line-container {
    position: relative;
    width: 22px;
    height: 20px;
    margin-right: 3px;
  }
  html body nav.main-nav .menu-btn .burgermenu .line {
    height: 2px;
    margin: auto;
    border-radius: 2px;
  }
  html body nav.main-nav .menu-btn .burgermenu .line.line-1 {
    top: 0px;
  }
  html body nav.main-nav .menu-btn .burgermenu .line.line-2 {
    top: 9px;
    width: 13px;
  }
  html body nav.main-nav .menu-btn .burgermenu .line.line-3 {
    bottom: 0px;
  }
  html body nav.main-nav .menu-btn .burgermenu.active .line.line-1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 10px;
  }
  html body nav.main-nav .menu-btn .burgermenu.active .line.line-2 {
    width: 0px;
  }
  html body nav.main-nav .menu-btn .burgermenu.active .line.line-3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0px;
  }
  html body nav.main-nav .menu-btn .menu-btn-text {
    line-height: 14px;
    width: 70px;
    font-size: 12px;
    margin: 8px 0px 8px 0px;
    font-weight: 600;
    letter-spacing: 0.32px;
    padding-left: 20px;
    margin-left: 7px;
    float: left;
  }
  html body nav.main-nav .menu-btn .menu-btn-text:before {
    position: absolute;
    content: "";
    top: 6px;
    width: 10px;
    height: 17px;
    left: 0px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-menu-btn-text-arrow.svg);
    background-repeat: no-repeat;
    background-size: 9px 17px;
    background-position: center;
  }
  html body nav.main-nav .gc-1-3 {
    display: inline-block;
  }
  html body nav.main-nav .gc-1-3.logo-container {
    width: auto;
    justify-content: flex-end;
    text-align: right;
  }
  html body nav.main-nav .gc-1-3.logo-container a {
    margin: 0;
    text-align: right;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
  }
  html body nav.main-nav .gc-1-3.logo-container a img {
    height: 30px;
    text-align: right;
  }
  html body nav.main-nav .gc-1-3.gc-r {
    display: none;
  }
}
html body .header-home {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 240px 0px 120px;
  background-image: url(/wp-content/uploads/bg-gray-wide.jpg);
}
html body .header-home .gc-1-2:nth-child(1) {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
html body .header-home .heading-1 {
  text-align: left;
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 1.36px;
}
html body .header-home .post-slider-container span {
  display: inline-block;
  width: 100%;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #565656;
  margin-bottom: 20px;
}
html body .header-home .post-slider-container .post-slider-slide {
  background: #fff;
  width: 360px;
  border-radius: 5px;
}
html body .header-home .post-slider-container .post-slider-slide .post-image {
  position: relative;
  width: 360px;
  height: 240px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html body .header-home .post-slider-container .post-slider-slide .post-image:before {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 0;
  height: 0;
  left: 0px;
  border-style: solid;
  border-width: 160px 0 0 260px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  opacity: 0.15;
}
html body .header-home .post-slider-container .post-slider-slide .post-image.av-background-blue {
  background-color: #8DABBE;
}
html body .header-home .post-slider-container .post-slider-slide .post-image.av-background-green {
  background-color: #879C96;
}
html body .header-home .post-slider-container .post-slider-slide .post-image.av-background-red {
  background-color: #B77B64;
}
html body .header-home .post-slider-container .post-slider-slide .post-image.av-background-yellow {
  background-color: #D3BF4E;
}
html body .header-home .post-slider-container .post-slider-slide .post-image.av-background-darkblue {
  background-color: #4C6988;
}
html body .header-home .post-slider-container .post-slider-slide .post-content {
  padding: 10px 30px 90px 30px;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span {
  color: #D3BF4E;
  text-align: left;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-blue {
  color: #8DABBE;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-blue a {
  color: #8DABBE;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-blue a:hover {
  color: #565656;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-green {
  color: #879C96;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-green a {
  color: #879C96;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-green a:hover {
  color: #565656;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-red {
  color: #B77B64;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-red a {
  color: #B77B64;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-red a:hover {
  color: #565656;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-yellow {
  color: #D3BF4E;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-yellow a {
  color: #D3BF4E;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-yellow a:hover {
  color: #565656;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-darkblue {
  color: #4C6988;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-darkblue a {
  color: #4C6988;
}
html body .header-home .post-slider-container .post-slider-slide .post-content span.av-theme-color-darkblue a:hover {
  color: #565656;
}
html body .header-home .post-slider-container .post-slider-slide .post-content .heading-4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 0px;
}
html body .header-home .post-slider-container .post-slider-slide .post-content .text {
  margin: 10px 0px 0px;
}
html body .header-home .post-slider-container .post-slider-slide .post-content .btn-o-black-arrow {
  margin-top: 0px;
}
html body .header-home .post-slider-container .card_slider {
  width: 100%;
  position: relative;
}
html body .header-home .post-slider-container .card_slider .cards {
  position: relative;
  margin: 0 auto;
  height: auto;
  min-height: 490px;
  width: 100%;
  max-width: 360px;
}
html body .header-home .post-slider-container .card_slider .cards .card {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.6s, left 0s .6s;
  left: auto;
  transform: scale(0.8);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: white;
  box-shadow: 0px 0px 63px rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
}
html body .header-home .post-slider-container .card_slider .cards .card .content {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
}
html body .header-home .post-slider-container .card_slider .cards .card.active {
  z-index: 5;
  width: 100%;
  height: auto;
  opacity: 1;
  left: 0px;
  transform: scale(1);
  transition: all 0.6s 0s;
  box-shadow: 0px 0px 63px rgba(0,0,0,0.2);
}
html body .header-home .post-slider-container .card_slider .cards .card.active:hover {
  transform: scale(1.05);
  box-shadow: 0px 3px 80px rgba(0,0,0,0.1);
}
html body .header-home .post-slider-container .card_slider .cards .card.active:hover .btn-o-black-arrow {
  background: #D3BF4E;
  color: #fff;
  border: 2px solid #D3BF4E;
}
html body .header-home .post-slider-container .card_slider .cards .card.active:hover .btn-o-black-arrow:before {
  opacity: 0.0;
}
html body .header-home .post-slider-container .card_slider .cards .card.active:hover .btn-o-black-arrow:after {
  opacity: 1.0;
}
html body .header-home .post-slider-container .card_slider .cards .card.prev,
html body .header-home .post-slider-container .card_slider .cards .card.next {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
html body .header-home .post-slider-container .card_slider .cards .card.prev {
  left: -116px;
  z-index: 1;
  transition: all 0.6s;
}
html body .header-home .post-slider-container .card_slider .cards .card.next {
  left: 116px;
  z-index: 2;
  transition: all 0.6s;
}
html body .header-home .post-slider-container .card_slider .cards .card:first-child .content {
  min-height: auto;
}
html body .header-home .post-slider-container .card_slider .cards .btn-o-black-arrow {
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
html body .header-home .post-slider-container .card_slider .nav-buttons {
  pointer-events: none;
  width: 100%;
  max-width: 700px;
  position: absolute;
  top: 220px;
  z-index: 4;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide,
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide {
  pointer-events: painted;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide:before,
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide:after,
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide:before,
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide:after {
  justify-content: center;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide:hover,
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide:hover {
  opacity: 0.8;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide {
  left: 0px;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide:before {
  position: absolute;
  left: 15px;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "";
  width: 35px;
  height: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide {
  right: 0px;
}
html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide:before {
  position: absolute;
  right: 15px;
  top: 20px;
  content: "";
  width: 35px;
  height: 20px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
}
html body .header-home .post-slider-container .card_slider .nav-circles {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .header-home .post-slider-container .card_slider .nav-circles .circle {
  width: 10px;
  height: 10px;
  background-color: #565656;
  border-radius: 50%;
  margin-right: 11px;
  opacity: .6;
  cursor: pointer;
}
html body .header-home .post-slider-container .card_slider .nav-circles .circle:last-child {
  margin-right: 0;
}
html body .header-home .post-slider-container .card_slider .nav-circles .circle.active {
  background-color: #D3BF4E;
}
@media (max-width: 1200px) {
  html body .header-home .gc-1-2:nth-child(1) {
    display: flex;
    align-items: center;
    padding-right: 20px;
  }
  html body .header-home .post-slider-container .post-slider-slide .post-image {
    width: 100%;
    display: flex;
    height: 200px;
  }
  html body .header-home .post-slider-container .card_slider .cards {
    max-width: 320px;
  }
  html body .header-home .post-slider-container .card_slider .cards .card.prev {
    left: -80px;
  }
  html body .header-home .post-slider-container .card_slider .cards .card.next {
    left: 80px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons {
    z-index: 10;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide,
  html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide {
    width: 60px;
    height: 60px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide {
    left: 0px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide:before {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
    background-repeat: no-repeat;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide {
    right: 0px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
    background-repeat: no-repeat;
  }
}
@media (max-width: 999px) {
  html body .header-home {
    padding: 180px 0px 80px;
  }
  html body .header-home .wrapper {
    flex-direction: column;
  }
  html body .header-home .wrapper .gc-1-2 {
    width: 75%;
  }
  html body .header-home .wrapper .gc-1-2 .heading-1 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 40px;
  }
  html body .header-home .wrapper .gc-1-2:nth-child(1) {
    display: flex;
    align-items: center;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  html body .header-home {
    padding: 120px 0px 80px;
    background-image: url('/wp-content/themes/autismus-verstehen/assets/images/bg-gray-mobile.jpg');
    background-attachment: scroll;
    background-size: cover;
  }
  html body .header-home .wrapper .gc-1-2 {
    width: 100%;
  }
  html body .header-home .wrapper .gc-1-2 .heading-1 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  html body .header-home .post-slider-container .post-slider-slide .post-image {
    width: 280px;
  }
  html body .header-home .post-slider-container .card_slider .cards {
    max-width: 280px;
  }
  html body .header-home .post-slider-container .card_slider .cards .card.prev {
    left: -60px;
  }
  html body .header-home .post-slider-container .card_slider .cards .card.next {
    left: 60px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons {
    z-index: 10;
    position: absolute;
    display: none;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #prev-slide {
    left: -20px;
  }
  html body .header-home .post-slider-container .card_slider .nav-buttons #next-slide {
    right: -20px;
  }
}
html body .section-scrolldown {
  padding: 60px 0px 0px;
}
html body .section-scrolldown .btn-scrolldown {
  position: relative;
  height: 70px;
  margin: auto;
  cursor: pointer;
}
html body .section-scrolldown .btn-scrolldown span {
  color: #D3BF4E;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-block;
}
html body .section-scrolldown .btn-scrolldown:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-scroll.svg);
  background-repeat: no-repeat;
  background-size: 20px 40px;
  background-position: center;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
html body .section-scrolldown .btn-scrolldown:hover:before {
  bottom: -10px;
}
html body .section-scrolltop {
  padding: 60px 0px;
}
html body .section-scrolltop .btn-scrolltop {
  position: relative;
  height: 70px;
  margin: auto;
  cursor: pointer;
}
html body .section-scrolltop .btn-scrolltop span {
  color: #D3BF4E;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-block;
  margin-top: 50px;
}
html body .section-scrolltop .btn-scrolltop:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  width: 100%;
  height: 40px;
  top: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-scroll.svg);
  background-repeat: no-repeat;
  background-size: 20px 40px;
  background-position: center;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
html body .section-scrolltop .btn-scrolltop:hover:before {
  top: -10px;
}
html body .login-section {
  padding: 173px 0 90px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1000px) {
  html body .login-section {
    padding: 105px 20px 40px;
  }
}
html body .login-section .login-box {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  max-width: 1360px;
  padding: 60px 10vw;
  width: 100%;
  min-height: 470px;
  background-color: #EFEFEF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1620px) {
  html body .login-section .login-box {
    max-width: 960px;
  }
}
@media (max-width: 1000px) {
  html body .login-section .login-box {
    max-width: 100%;
    padding: 30px 5vw;
  }
}
@media (max-width: 499px) {
  html body .login-section .login-box {
    align-items: flex-start;
    text-align: left;
  }
}
html body .login-section .login-box .heading-02 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
html body .login-section .login-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 499px) {
  html body .login-section .login-box form {
    align-items: flex-start;
  }
}
html body .login-section .login-box form label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 499px) {
  html body .login-section .login-box form label {
    align-items: flex-start;
  }
}
html body .login-section .login-box form label input {
  border: 1px solid #D3BF4E;
  border-radius: 2px;
  height: 40px;
  max-width: 372px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
}
html body .login-section .login-box form .pw-forgot {
  margin: 0 0 30px;
  color: #343434;
}
html body .login-section .login-box form .pw-forgot a {
  color: #343434;
  text-decoration: underline;
}
html body .section-tile-navigation {
  padding: 60px 0px 0px;
}
html body .section-tile-navigation .wrapper {
  padding: 0px 20px;
}
html body .section-tile-navigation .wrapper .gc-1-1 {
  padding: 0px 10px;
}
html body .section-tile-navigation .wrapper .gc-1-1 h2 {
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 60px;
}
html body .section-tile-navigation .tile-nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
}
html body .section-tile-navigation .tile-nav .anim {
  transition: 1s !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  -o-transition: 1s !important;
  -ms-transition: 1s !important;
  transition-timing-function: ease;
  opacity: 0.0;
  transform: translateY(20px);
}
html body .section-tile-navigation .tile-nav .menu-item {
  display: flex;
  position: relative;
  width: calc((1140px - 80px) / 4);
  height: calc((1140px - 80px) / 4);
  list-style: none;
  background-color: #D3BF4E;
  border: 3px solid #D3BF4E;
  margin: 0px 10px 20px 10px;
  color: #fff;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -o-transition: .8s;
  -ms-transition: .8s;
  cursor: pointer;
}
html body .section-tile-navigation .tile-nav .menu-item:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 20px;
  right: 30px;
  bottom: 30px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 20px;
  right: 30px;
  bottom: 30px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item a {
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 22px;
  padding: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
}
html body .section-tile-navigation .tile-nav .menu-item:hover {
  background: none;
  border: 3px solid #D3BF4E;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .section-tile-navigation .tile-nav .menu-item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item:hover a {
  color: #D3BF4E;
}
html body .section-tile-navigation .tile-nav .menu-item.hide-in-tilenav {
  display: none;
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item {
  background: rgba(211,191,78,0.15);
  border: 3px solid rgba(211,191,78,0);
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item a {
  color: #D3BF4E;
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item:hover {
  background: none;
  border: 3px solid #D3BF4E;
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.current_page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue {
  background: #8DABBE;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover {
  background: none;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover a {
  color: #8DABBE;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item {
  background: rgba(141,171,190,0.15);
  border: 3px solid rgba(141,171,190,0);
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item a {
  color: #8DABBE;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover {
  background: none;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red {
  background: #B77B64;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:hover {
  background: none;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red:hover a {
  color: #B77B64;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item {
  background: rgba(183,123,100,0.15);
  border: 3px solid rgba(183,123,100,0);
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item a {
  color: #B77B64;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover {
  background: none;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green {
  background: #879C96;
  border: 3px solid #879C96;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:hover {
  background: none;
  border: 3px solid #879C96;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green:hover a {
  color: #879C96;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item {
  background: rgba(135,156,150,0.15);
  border: 3px solid rgba(135,156,150,0);
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item a {
  color: #879C96;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover {
  background: none;
  border: 3px solid #879C96;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue {
  background: #4C6988;
  border: 3px solid #4C6988;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover {
  background: none;
  border: 3px solid #4C6988;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover a {
  color: #4C6988;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item {
  background: rgba(76,105,136,0.15);
  border: 3px solid rgba(76,105,136,0);
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
  opacity: 1.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item a {
  color: #4C6988;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover {
  background: none;
  border: 3px solid #4C6988;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover:after {
  opacity: 1.0;
}
@media (max-width: 1200px) {
  html body .section-tile-navigation .wrapper {
    padding: 0px 20px;
  }
  html body .section-tile-navigation .wrapper .gc-1-1 {
    padding: 0px 10px;
  }
  html body .section-tile-navigation .tile-nav {
    width: 855px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media (max-width: 899px) {
  html body .section-tile-navigation .tile-nav {
    width: 570px;
  }
  html body .section-tile-navigation .tile-nav .anim {
    transition: 0.8s !important;
    -webkit-transition: 0.8s !important;
    -moz-transition: 0.8s !important;
    -o-transition: 0.8s !important;
    -ms-transition: 0.8s !important;
    transition-timing-function: ease;
    opacity: 1.0;
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  html body .section-tile-navigation {
    padding: 60px 0px 0px;
  }
  html body .section-tile-navigation .wrapper .gc-1-1 h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  html body .section-tile-navigation .wrapper {
    padding: 0px 30px;
  }
  html body .section-tile-navigation .wrapper .gc-1-1 {
    padding: 0px;
  }
  html body .section-tile-navigation .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #D3BF4E;
    height: auto;
    color: #565656;
  }
  html body .section-tile-navigation .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  }
  html body .section-tile-navigation .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation .tile-nav .menu-item:hover {
    background: #D3BF4E;
    border: 3px solid #D3BF4E;
  }
  html body .section-tile-navigation .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.current_page_item {
    background: rgba(211,191,78,0.15);
    border: 3px solid rgba(211,191,78,0);
  }
  html body .section-tile-navigation .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.current_page_item a {
    color: #D3BF4E;
  }
  html body .section-tile-navigation .tile-nav .menu-item.current_page_item:hover {
    background: #D3BF4E;
    border: 3px solid #D3BF4E;
  }
  html body .section-tile-navigation .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue {
    background: #fff;
    border: 3px solid #8DABBE;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:after {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue a {
    color: #565656;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover {
    background: #8DABBE;
    border: 3px solid #8DABBE;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item {
    background: rgba(141,171,190,0.15);
    border: 3px solid rgba(141,171,190,0);
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item a {
    color: #8DABBE;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover {
    background: #8DABBE;
    border: 3px solid #8DABBE;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-blue.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue {
    background: #fff;
    border: 3px solid #4C6988;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:after {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue a {
    color: #565656;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover {
    background: #4C6988;
    border: 3px solid #4C6988;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item {
    background: rgba(76,105,136,0.15);
    border: 3px solid rgba(76,105,136,0);
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item a {
    color: #4C6988;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover {
    background: #4C6988;
    border: 3px solid #4C6988;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-darkblue.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green {
    background: #fff;
    border: 3px solid #879C96;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:after {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green a {
    color: #565656;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:hover {
    background: #879C96;
    border: 3px solid #879C96;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item {
    background: rgba(135,156,150,0.15);
    border: 3px solid rgba(135,156,150,0);
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item a {
    color: #879C96;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover {
    background: #879C96;
    border: 3px solid #879C96;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-green.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red {
    background: #fff;
    border: 3px solid #B77B64;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:after {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red a {
    color: #565656;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:hover {
    background: #B77B64;
    border: 3px solid #B77B64;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red:hover a {
    color: #fff;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item {
    background: rgba(183,123,100,0.15);
    border: 3px solid rgba(183,123,100,0);
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item a {
    color: #B77B64;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover {
    background: #B77B64;
    border: 3px solid #B77B64;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover:before {
    opacity: 0.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover:after {
    opacity: 1.0;
  }
  html body .section-tile-navigation .tile-nav .menu-item.av-red.current_page_item:hover a {
    color: #fff;
  }
}
html body .section-tile-navigation-page {
  padding: 40px 0px 0px;
}
html body .section-tile-navigation-page .wrapper {
  padding: 0px 20px;
}
html body .section-tile-navigation-page .wrapper .gc-1-1 {
  padding: 0px 10px;
}
html body .section-tile-navigation-page .wrapper .gc-1-1 h4 {
  color: #D3BF4E;
  margin-bottom: 40px;
  margin: 0px 10px 40px;
  padding: 40px 0px 0px;
  border-top: 1px solid #CBCBCB;
}
html body .section-tile-navigation-page .tile-nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
}
html body .section-tile-navigation-page .tile-nav .menu-item,
html body .section-tile-navigation-page .tile-nav .page_item {
  display: flex;
  position: relative;
  width: calc((1140px - 80px) / 4);
  height: calc((1140px - 80px) / 4);
  list-style: none;
  background-color: #D3BF4E;
  border: 3px solid #D3BF4E;
  margin: 0px 10px 20px 10px;
  color: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  cursor: pointer;
}
html body .section-tile-navigation-page .tile-nav .menu-item:before,
html body .section-tile-navigation-page .tile-nav .page_item:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 20px;
  right: 30px;
  bottom: 30px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item:after,
html body .section-tile-navigation-page .tile-nav .page_item:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 20px;
  right: 30px;
  bottom: 30px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item.hide-tile,
html body .section-tile-navigation-page .tile-nav .page_item.hide-tile {
  display: none;
}
html body .section-tile-navigation-page .tile-nav .menu-item .hide-tile,
html body .section-tile-navigation-page .tile-nav .page_item .hide-tile {
  display: none;
}
html body .section-tile-navigation-page .tile-nav .menu-item a,
html body .section-tile-navigation-page .tile-nav .page_item a {
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 22px;
  padding: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
}
html body .section-tile-navigation-page .tile-nav .menu-item:hover,
html body .section-tile-navigation-page .tile-nav .page_item:hover {
  background: none;
  border: 3px solid #D3BF4E;
}
html body .section-tile-navigation-page .tile-nav .menu-item:hover:before,
html body .section-tile-navigation-page .tile-nav .page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item:hover:after,
html body .section-tile-navigation-page .tile-nav .page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item:hover a,
html body .section-tile-navigation-page .tile-nav .page_item:hover a {
  color: #D3BF4E;
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item {
  background: rgba(211,191,78,0.15);
  border: 3px solid rgba(211,191,78,0);
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:before,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  opacity: 1.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item a,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item a {
  color: #D3BF4E;
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:hover,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item:hover {
  background: none;
  border: 3px solid #D3BF4E;
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:hover:before,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item:hover:before {
  opacity: 0.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:hover:after,
html body .section-tile-navigation-page .tile-nav .page_item.current_page_item:hover:after {
  opacity: 1.0;
}
html body .section-tile-navigation-page .tile-nav .menu-item .sub-menu,
html body .section-tile-navigation-page .tile-nav .page_item .sub-menu {
  display: none;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item {
  background-color: #8DABBE;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item a {
  color: #fff;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:hover {
  background: none;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:hover a {
  color: #8DABBE;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item {
  background: rgba(141,171,190,0.15);
  border: 3px solid rgba(141,171,190,0);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item a {
  color: #8DABBE;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item:hover {
  background: none;
  border: 3px solid #8DABBE;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item {
  background-color: #B77B64;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item a {
  color: #fff;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:hover {
  background: none;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:hover a {
  color: #B77B64;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item {
  background: rgba(183,123,100,0.15);
  border: 3px solid rgba(183,123,100,0);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item a {
  color: #B77B64;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item:hover {
  background: none;
  border: 3px solid #B77B64;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item {
  background-color: #879C96;
  border: 3px solid #879C96;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item a {
  color: #fff;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:hover {
  background: none;
  border: 3px solid #879C96;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:hover a {
  color: #879C96;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item {
  background: rgba(135,156,150,0.15);
  border: 3px solid rgba(135,156,150,0);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item a {
  color: #879C96;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item:hover {
  background: none;
  border: 3px solid #879C96;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item {
  background-color: #4C6988;
  border: 3px solid #4C6988;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:after {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item a {
  color: #fff;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:hover {
  background: none;
  border: 3px solid #4C6988;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:hover a {
  color: #4C6988;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item {
  background: rgba(76,105,136,0.15);
  border: 3px solid rgba(76,105,136,0);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item a {
  color: #4C6988;
}
html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item:hover {
  background: none;
  border: 3px solid #4C6988;
}
@media (max-width: 1200px) {
  html body .section-tile-navigation-page .wrapper {
    padding: 0px 20px;
  }
  html body .section-tile-navigation-page .wrapper .gc-1-1 {
    padding: 40px 10px;
  }
  html body .section-tile-navigation-page .tile-nav {
    width: 855px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media (max-width: 899px) {
  html body .section-tile-navigation-page .tile-nav {
    width: 570px;
  }
}
@media (max-width: 768px) {
  html body .section-tile-navigation-page {
    padding: 60px 0px 0px;
  }
  html body .section-tile-navigation-page .wrapper .gc-1-1 h2 {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  html body .section-tile-navigation-page .wrapper {
    padding: 0px 20px;
  }
  html body .section-tile-navigation-page .wrapper .gc-1-1 {
    padding: 0px 10px;
  }
  html body .section-tile-navigation-page .wrapper .gc-1-1 h4 {
    margin-bottom: 40px;
    margin: 0px 0px 40px;
    padding: 40px 0px 0px;
    border-top: 1px solid #CBCBCB;
  }
  html body .section-tile-navigation-page .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #D3BF4E;
    height: auto;
    color: #565656;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  }
  html body .section-tile-navigation-page .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation-page .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item:hover {
    background: #D3BF4E;
    border: 3px solid #D3BF4E;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item {
    background: rgba(211,191,78,0.15);
    border: 3px solid rgba(211,191,78,0);
  }
  html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item a {
    color: #D3BF4E;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:hover {
    background: #D3BF4E;
    border: 3px solid #D3BF4E;
  }
  html body .section-tile-navigation-page .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #4C6988;
    height: auto;
    color: #4C6988;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:hover {
    background: #4C6988;
    border: 3px solid #4C6988;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item {
    background: rgba(76,105,136,0.15);
    border: 3px solid rgba(76,105,136,0);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-darkblue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item a {
    color: #4C6988;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item:hover {
    background: #4C6988;
    border: 3px solid #4C6988;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-darkblue .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #879C96;
    height: auto;
    color: #879C96;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:hover {
    background: #879C96;
    border: 3px solid #879C96;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item {
    background: rgba(135,156,150,0.15);
    border: 3px solid rgba(135,156,150,0);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-green.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item a {
    color: #879C96;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item:hover {
    background: #879C96;
    border: 3px solid #879C96;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-green .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #8DABBE;
    height: auto;
    color: #8DABBE;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:hover {
    background: #8DABBE;
    border: 3px solid #8DABBE;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item {
    background: rgba(141,171,190,0.15);
    border: 3px solid rgba(141,171,190,0);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-blue.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item a {
    color: #8DABBE;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item:hover {
    background: #8DABBE;
    border: 3px solid #8DABBE;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-blue .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav {
    width: 100%;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #fff;
    border: 3px solid #B77B64;
    height: auto;
    color: #B77B64;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:before {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:after {
    top: 15px;
    right: 20px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-white.svg);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item a {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 70px 13px 20px;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:hover {
    background: #B77B64;
    border: 3px solid #B77B64;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item:hover a {
    color: #fff;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item {
    background: rgba(183,123,100,0.15);
    border: 3px solid rgba(183,123,100,0);
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item:before {
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-red.svg);
    opacity: 1.0;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item a {
    color: #B77B64;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item:hover {
    background: #B77B64;
    border: 3px solid #B77B64;
  }
  html body .section-tile-navigation-page.av-tilemenu-item-color-red .tile-nav .menu-item.current_page_item:hover a {
    color: #fff;
  }
}
html body .section-magazin {
  padding: 140px 0px;
}
html body .section-magazin h2 {
  font-size: 46px;
  line-height: 56px;
}
html body .section-magazin .wrapper {
  align-content: center;
  align-items: center;
  padding: 0px 40px;
}
html body .section-magazin .wrapper .magazin-image-container {
  display: inline-block;
  text-align: right;
}
html body .section-magazin .wrapper .magazin-image-container img {
  max-width: 460px;
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 62px rgba(0,0,0,0.15);
}
@media (max-width: 899px) {
  html body .section-magazin {
    padding: 60px 0px;
  }
  html body .section-magazin .wrapper {
    padding: 0px 40px;
    flex-direction: column;
  }
  html body .section-magazin .wrapper h2 {
    font-size: 32px;
    line-height: 42px;
  }
  html body .section-magazin .wrapper .gc-1-2 {
    width: 100%;
    padding: 0px;
    max-width: 460px;
  }
  html body .section-magazin .wrapper .gc-1-2.gc-r {
    padding: 40px 0 0;
  }
  html body .section-magazin .wrapper .magazin-image-container {
    text-align: center;
  }
  html body .section-magazin .wrapper .magazin-image-container img {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  html body .section-magazin .wrapper {
    padding: 0px 30px;
  }
}
html body .section-programm {
  padding: 0px;
  background-color: rgba(211,191,78,0.15);
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/bg-yellow-wide.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .section-programm h2 {
  font-size: 46px;
  line-height: 56px;
}
html body .section-programm .wrapper {
  align-content: center;
  align-items: center;
  padding: 0px 40px;
}
html body .section-programm .wrapper .gc-r {
  display: flex;
  padding: 120px 0px 120px 20px;
  justify-content: flex-end;
}
html body .section-programm .wrapper .programm-image-container {
  position: relative;
  display: flex;
  justify-content: center;
}
html body .section-programm .wrapper .programm-image-container .programm-image {
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  box-shadow: 0px 3px 62px rgba(0,0,0,0.15);
  max-width: 380px;
  width: 100%;
}
html body .section-programm .wrapper .programm-image-container .programm-image img {
  width: 100%;
  height: auto;
  display: inherit;
}
@media (max-width: 899px) {
  html body .section-programm {
    padding: 60px 0px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/bg-yellow-mobile.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
  html body .section-programm .wrapper {
    padding: 0px 40px;
    flex-direction: column;
  }
  html body .section-programm .wrapper .programm-image-container {
    position: static;
    display: flex;
    justify-content: center;
  }
  html body .section-programm .wrapper .programm-image-container .programm-image {
    position: static;
    display: inline-block;
    transform: translateY(0%);
  }
  html body .section-programm .wrapper h2 {
    font-size: 32px;
    line-height: 42px;
  }
  html body .section-programm .wrapper .gc-1-2 {
    width: 100%;
    max-width: 460px;
  }
  html body .section-programm .wrapper .gc-1-2.gc-l {
    padding: 0px;
  }
  html body .section-programm .wrapper .gc-1-2.gc-r {
    padding: 60px 0px 0px;
  }
  html body .section-programm .wrapper .gc-1-2.gc-r .text-container {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  html body .section-programm .wrapper {
    padding: 0px 30px;
  }
}
html body .section-training {
  padding: 0px;
}
html body .section-training .gc-1-2 {
  padding: 140px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
html body .section-training .gc-1-2 h2 {
  font-size: 46px;
  line-height: 56px;
}
html body .section-training .gc-1-2.training {
  background: rgba(211,191,78,0.15);
}
html body .section-training .gc-1-2.specialist {
  background: #8DABBE;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/bg-blue-wide.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  html body .section-training {
    padding: 0px;
  }
  html body .section-training .gc-1-2 {
    padding: 80px 80px;
  }
  html body .section-training .gc-1-2 h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 899px) {
  html body .section-training .wrapper-wide {
    flex-direction: column;
  }
  html body .section-training .wrapper-wide .gc-1-2 {
    padding: 80px 40px;
    width: 100%;
  }
  html body .section-training .wrapper-wide .gc-1-2 h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  html body .section-training .wrapper-wide .gc-1-2.specialist {
    text-align: center;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/bg-blue-mobile.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 600px) {
  html body .section-training .wrapper-wide {
    flex-direction: column;
  }
  html body .section-training .wrapper-wide .gc-1-2 {
    padding: 80px 30px;
    width: 100%;
  }
}
html body footer {
  padding: 60px 0px 0px;
  background: url('/wp-content/themes/autismus-verstehen/assets/images/element-gray.svg'), #FAFAFA;
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
html body footer > .wrapper {
  flex-direction: column;
  padding: 0px 30px;
}
html body footer .footer-contact-details p.tel {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  color: #565656;
  padding-left: 30px;
}
html body footer .footer-contact-details p.tel:before {
  position: absolute;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body footer .footer-contact-details p.tel a {
  color: #565656;
  text-decoration: none;
  align-items: center;
}
html body footer .footer-contact-details p.tel.tel-desktop:hover {
  text-decoration: none;
}
html body footer .footer-contact-details p.tel.tel-mobile {
  display: none;
}
html body footer .footer-contact-details p.tel.tel-mobile:hover {
  text-decoration: underline;
}
html body footer .footer-contact-details a:hover {
  text-decoration: underline;
}
html body footer .footer-contact-details a.mail {
  position: relative;
  display: flex;
  color: #565656;
  text-decoration: none;
  padding-left: 30px;
  align-items: center;
}
html body footer .footer-contact-details a.mail:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-email.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body footer .footer-contact-details .adresse {
  margin-bottom: 40px;
}
html body footer .footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
}
html body footer .footer-logo img {
  height: 40px;
  width: auto;
}
html body footer .footer-bar {
  margin-top: 60px;
  display: flex;
  background: #D3BF4E;
  align-items: center;
}
html body footer .footer-bar .wrapper {
  justify-content: space-between;
  min-height: 60px;
  align-items: center;
  padding: 0px 30px;
}
html body footer .footer-bar p {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  line-height: 24px;
}
html body footer .footer-bar .footer-menu {
  list-style: none;
  display: flex;
}
html body footer .footer-bar .footer-menu li {
  margin: 0px 15px;
}
html body footer .footer-bar .footer-menu li:last-child {
  margin-right: 0px;
}
html body footer .footer-bar .footer-menu li a {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 1260px) {
  html body footer {
    padding: 60px 0px 0px;
  }
}
@media (max-width: 768px) {
  html body footer .footer-logo img {
    height: 40px;
    width: auto;
  }
  html body footer .footer-bar {
    padding: 40px 0px;
  }
  html body footer .footer-bar .wrapper {
    flex-direction: column;
  }
  html body footer .footer-bar .wrapper .copyright {
    margin-bottom: 40px;
  }
  html body footer .footer-bar .footer-menu {
    flex-direction: column;
  }
  html body footer .footer-bar .footer-menu li {
    margin: 0px 0px 10px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  html body footer .footer-contact-details p.tel {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    color: #565656;
    padding-left: 30px;
  }
  html body footer .footer-contact-details p.tel:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-phone.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    opacity: 1.0;
  }
  html body footer .footer-contact-details p.tel a {
    color: #565656;
    text-decoration: none;
    align-items: center;
  }
  html body footer .footer-contact-details p.tel.tel-desktop {
    display: none;
  }
  html body footer .footer-contact-details p.tel.tel-mobile {
    display: flex;
  }
}
html body .section-page-content {
  padding: 160px 0px 0px;
}
html body .section-page-content.bg-test {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-blue.svg);
}
html body .section-page-content .gc-2-3 {
  margin-right: 40px;
}
html body .section-page-content .gc-2-3 .gc-1-1 {
  margin-bottom: 20px;
}
html body .section-page-content .gc-2-3 .gc-1-1.two-col {
  display: flex;
}
html body .section-page-content .gc-2-3 .gc-1-1.two-col .gc-1-4 {
  display: inline-block;
}
html body .section-page-content .gc-2-3 .gc-1-1.two-col .gc-1-4 img {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
}
html body .section-page-content .gc-2-3 .gc-1-4 {
  margin-right: 40px;
  display: flex;
}
html body .section-page-content .gc-1-3 {
  position: relative;
}
html body .section-page-content .page-title {
  position: relative;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
html body .section-page-content .page-title.av-theme-color-blue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-blue.svg);
}
html body .section-page-content .page-title.av-theme-color-green:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-green.svg);
}
html body .section-page-content .page-title.av-theme-color-red:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-red.svg);
}
html body .section-page-content .page-title.av-theme-color-yellow:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-yellow.svg);
}
html body .section-page-content .page-title.av-theme-color-darkblue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-darkblue.svg);
}
html body .section-page-content .page-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -75px;
  width: 60px;
  height: 54px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-yellow.svg);
  background-repeat: no-repeat;
  background-size: 60px 54px;
  background-position: center;
}
html body .section-page-content .sidebar {
  width: 100%;
  padding-left: 20px;
  border-left: 1px #D9D9D9 solid;
}
html body .section-page-content .sidebar .last-posts a {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #565656;
}
html body .section-page-content .sidebar .last-posts a:hover {
  color: #D3BF4E;
}
html body .section-page-content .sidebar .sidebar-element {
  display: flex;
  margin-bottom: 20px;
}
html body .section-page-content .sidebar .sidebar-element .sidebar-icon {
  width: 70px;
  background: rgba(86,86,86,0.03);
  margin-right: 10px;
  padding: 10px 5px;
}
html body .section-page-content .sidebar .sidebar-element .sidebar-icon img {
  width: 50px;
  height: auto;
}
html body .section-page-content .sidebar .sidebar-element .sidebar-content {
  padding: 20px;
  background: rgba(86,86,86,0.03);
  width: 100%;
}
html body .section-page-content .sidebar-image {
  position: absolute;
  height: auto;
  width: 600px;
  top: -150px;
  right: 0%;
  z-index: -1;
}
html body .section-page-content .sidebar-image img {
  width: 100%;
  height: auto;
}
html body .section-page-content table.events a {
  color: #565656;
}
html body .section-page-content table.events a:visited,
html body .section-page-content table.events a:hover {
  color: #565656;
}
@media (max-width: 1590px) {
  html body .section-page-content .sidebar-image {
    right: 0%;
    width: 500px;
  }
}
@media (max-width: 1260px) {
  html body .section-page-content .page-title {
    margin-left: 0px;
    padding-left: 70px;
  }
  html body .section-page-content .page-title:before {
    left: 0px;
  }
  html body .section-page-content .sidebar-image {
    right: 0%;
  }
}
@media (max-width: 1080px) {
  html body .section-page-content {
    padding: 120px 0px 0px;
  }
  html body .section-page-content .sidebar-image {
    right: 0%;
  }
}
@media (max-width: 900px) {
  html body .section-page-content .sidebar-image {
    display: none;
  }
  html body .section-page-content .gc-2-3 {
    width: 60%;
  }
  html body .section-page-content .gc-1-3 {
    width: 40%;
  }
  html body .section-page-content .page-title {
    font-size: 36px;
    line-height: 46px;
    padding: 60px 0px 0px 0px;
  }
  html body .section-page-content .page-title:before {
    top: 0px;
    left: 0px;
    background-size: 50px auto;
  }
}
@media (max-width: 768px) {
  html body .section-page-content {
    padding: 80px 0px 0px;
  }
  html body .section-page-content .sidebar-image {
    right: 0%;
  }
  html body .section-page-content .wrapper {
    flex-direction: column;
  }
  html body .section-page-content .gc-2-3 {
    width: 100%;
    margin: 0px 0px 60px;
  }
  html body .section-page-content .gc-2-3 .gc-1-1 {
    flex-direction: column;
  }
  html body .section-page-content .gc-2-3 .gc-1-1 .gc-1-4 {
    width: 100%;
    margin: 0px 0px 20px;
  }
  html body .section-page-content .gc-2-3 .gc-1-1 .gc-3-4 {
    width: 100%;
  }
  html body .section-page-content .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  html body .section-page-content .gc-1-3 {
    width: 100%;
  }
  html body .section-page-content .gc-1-3 .sidebar {
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
  html body .section-page-content .sidebar-image {
    display: none;
  }
}
html body .section-search form.searchform {
  display: flex;
  margin-bottom: 60px;
}
html body .section-search form.searchform input[type="text"] {
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  margin-right: 20px;
  border: 1px solid #565656;
  width: calc(100% - 20px);
}
html body .section-search form.searchform input[type=submit] {
  position: relative;
  width: 100%;
  background: #d3bf4e;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #D3BF4E;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .section-search form.searchform input[type=submit]:hover {
  background: rgba(211,191,78,0);
  color: #565656 !important;
  border: 2px solid #D3BF4E;
}
html body .section-search .wrapper a.search-result {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #D3BF4E;
  color: #565656;
  padding: 20px 60px 20px 0px;
  margin-bottom: 10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  text-decoration: none;
}
html body .section-search .wrapper a.search-result .search-result-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #565656;
  margin-bottom: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .section-search .wrapper a.search-result .search-result-excerpt {
  font-size: 16px;
  color: #565656;
  margin-bottom: 0px;
}
html body .section-search .wrapper a.search-result .search-result-excerpt p {
  margin-bottom: 0px;
}
html body .section-search .wrapper a.search-result:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  top: 20px;
  right: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
}
html body .section-search .wrapper a:hover .search-result-title {
  color: #D3BF4E;
}
html body .section-search .gc-2-3 .gc-1-4 {
  margin-right: 0px;
  display: flex;
}
@media (max-width: 768px) {
  html body .section-search .gc-2-3 form.searchform {
    flex-direction: column;
    align-items: center;
  }
  html body .section-search .gc-2-3 form.searchform input[type="text"] {
    margin: 0px 0px 20px;
    width: 100%;
  }
  html body .section-search .gc-2-3 .gc-3-4 {
    width: 100%;
    margin-right: 0px;
  }
  html body .section-search .gc-2-3 .gc-1-4 {
    width: 280px;
  }
}
html body .section-single-post .post-info {
  letter-spacing: 0.04em;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
html body .section-single-post .post-info a {
  color: #D3BF4E;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}
html body .section-single-post .post-info a:hover {
  color: #565656;
}
html body .section-single-post .post-info .av-theme-color-blue {
  color: #8DABBE;
}
html body .section-single-post .post-info .av-theme-color-blue a {
  color: #8DABBE;
}
html body .section-single-post .post-info .av-theme-color-blue a:hover {
  color: #565656;
}
html body .section-single-post .post-info .av-theme-color-green {
  color: #879C96;
}
html body .section-single-post .post-info .av-theme-color-green a {
  color: #879C96;
}
html body .section-single-post .post-info .av-theme-color-green a:hover {
  color: #565656;
}
html body .section-single-post .post-info .av-theme-color-red {
  color: #B77B64;
}
html body .section-single-post .post-info .av-theme-color-red a {
  color: #B77B64;
}
html body .section-single-post .post-info .av-theme-color-red a:hover {
  color: #565656;
}
html body .section-single-post .post-info .av-theme-color-yellow {
  color: #D3BF4E;
}
html body .section-single-post .post-info .av-theme-color-yellow a {
  color: #D3BF4E;
}
html body .section-single-post .post-info .av-theme-color-yellow a:hover {
  color: #565656;
}
html body .section-single-post .post-info .av-theme-color-darkblue {
  color: #4C6988;
}
html body .section-single-post .post-info .av-theme-color-darkblue a {
  color: #4C6988;
}
html body .section-single-post .post-info .av-theme-color-darkblue a:hover {
  color: #565656;
}
html body .section-category .wrapper-breadcrump {
  position: relative;
  justify-content: space-between;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile {
  display: none;
  position: relative;
  right: 0px;
  padding-right: 0px;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .btn-category-menu {
  position: relative;
  color: #B77B64;
  line-height: 20px;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .btn-category-menu:before {
  margin-bottom: 10px;
  position: absolute;
  content: '';
  width: 20px;
  height: 17px;
  top: 2px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/burger-menu-category.svg);
  background-size: 20px 17px;
  background-repeat: no-repeat;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile {
  display: none;
  top: 40px;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 20px;
  z-index: 10;
  border-radius: 5px;
  list-style: none;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 16px;
  width: 0;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile a {
  text-decoration: none;
  color: #565656;
  padding: 5px 0px;
  width: 100%;
  display: inline-block;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile a:hover {
  color: #B77B64;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile img {
  display: none;
}
html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .category-menu-mobile.active {
  display: block;
}
html body .section-category .wrapper-category-menu-desktop {
  margin-bottom: 40px;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container {
  width: 100%;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  line-height: 24px;
  padding: 13px 20px 13px 60px;
  height: 50px;
  border-radius: 25px;
  background: #D3BF4E;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item a img {
  position: absolute;
  left: 10px;
  top: 5px;
  height: 40px;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item a:hover {
  background: rgba(211,191,78,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-red a {
  background: #B77B64;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-red a:hover {
  background: rgba(183,123,100,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-red.current-menu-item a {
  background: rgba(183,123,100,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-red.current-menu-item a:hover {
  background: rgba(183,123,100,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-blue a {
  background: #8DABBE;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-blue a:hover {
  background: rgba(141,171,190,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-blue.current-menu-item a {
  background: rgba(141,171,190,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-blue.current-menu-item a:hover {
  background: rgba(141,171,190,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-green a {
  background: #879C96;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-green a:hover {
  background: rgba(135,156,150,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-green.current-menu-item a {
  background: rgba(135,156,150,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-green.current-menu-item a:hover {
  background: rgba(135,156,150,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-darkblue a {
  background: #4C6988;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-darkblue a:hover {
  background: rgba(76,105,136,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-darkblue.current-menu-item a {
  background: rgba(76,105,136,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-darkblue.current-menu-item a:hover {
  background: rgba(76,105,136,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-yellow a {
  background: #D3BF4E;
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-yellow a:hover {
  background: rgba(211,191,78,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-yellow.current-menu-item a {
  background: rgba(211,191,78,0.7);
}
html body .section-category .wrapper-category-menu-desktop .menu-kategorie-menu-container .category-menu .menu-item.av-yellow.current-menu-item a:hover {
  background: rgba(211,191,78,0.7);
}
html body .section-category .wrapper-category {
  padding: 0 30px;
  flex-wrap: wrap;
}
html body .section-category .gc-1-3 {
  width: calc(100% / 3 - 40px);
  margin: 20px;
  background-color: #fff;
  min-height: 490px;
}
html body .section-category .btn-o-black-arrow {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
html body .section-category .post-card {
  text-decoration: none;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.25);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
}
html body .section-category .post-card .btn-o-black-arrow {
  background: #fff;
}
html body .section-category .post-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 3px 62px rgba(0,0,0,0.15);
}
html body .section-category .post-card:hover .btn-o-black-arrow {
  background: #D3BF4E;
  color: #fff;
  border: 2px solid #D3BF4E;
}
html body .section-category .post-card:hover .btn-o-black-arrow:before {
  opacity: 0.0;
}
html body .section-category .post-card:hover .btn-o-black-arrow:after {
  opacity: 1.0;
}
html body .section-category .post-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html body .section-category .post-image:before {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 160px 0 0 260px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  opacity: 0.15;
  z-index: 10;
  left: 0px;
}
html body .section-category .post-image img {
  width: auto;
  height: 100%;
}
html body .section-category .post-content {
  padding: 10px 30px 90px 30px;
}
html body .section-category .post-content span {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #D3BF4E;
  margin-bottom: 5px;
  text-decoration: none;
}
html body .section-category .post-content span.av-theme-color-blue {
  color: #8DABBE;
}
html body .section-category .post-content span.av-theme-color-blue a {
  color: #8DABBE;
}
html body .section-category .post-content span.av-theme-color-blue a:hover {
  color: #565656;
}
html body .section-category .post-content span.av-theme-color-green {
  color: #879C96;
}
html body .section-category .post-content span.av-theme-color-green a {
  color: #879C96;
}
html body .section-category .post-content span.av-theme-color-green a:hover {
  color: #565656;
}
html body .section-category .post-content span.av-theme-color-red {
  color: #B77B64;
}
html body .section-category .post-content span.av-theme-color-red a {
  color: #B77B64;
}
html body .section-category .post-content span.av-theme-color-red a:hover {
  color: #565656;
}
html body .section-category .post-content span.av-theme-color-yellow {
  color: #D3BF4E;
}
html body .section-category .post-content span.av-theme-color-yellow a {
  color: #D3BF4E;
}
html body .section-category .post-content span.av-theme-color-yellow a:hover {
  color: #565656;
}
html body .section-category .post-content span.av-theme-color-darkblue {
  color: #4C6988;
}
html body .section-category .post-content span.av-theme-color-darkblue a {
  color: #4C6988;
}
html body .section-category .post-content span.av-theme-color-darkblue a:hover {
  color: #565656;
}
html body .section-category .post-content .text {
  margin-bottom: 0px;
  text-decoration: none;
}
html body .section-category .post-content .heading-4 {
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 10px;
}
html body .section-category .page-title {
  margin-bottom: 40px;
}
html body .section-category .page-title.av-theme-color-blue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-blue.svg);
}
html body .section-category .page-title.av-theme-color-green:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-green.svg);
}
html body .section-category .page-title.av-theme-color-red:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-red.svg);
}
html body .section-category .page-title.av-theme-color-yellow:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-yellow.svg);
}
html body .section-category .page-title.av-theme-color-darkblue:before {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/av-element-darkblue.svg);
}
html body .section-category .overlay-category {
  pointer-events: all;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
html body .section-category .overlay-category.active {
  display: block;
}
@media (max-width: 1260px) {
  html body .section-category .wrapper-category {
    padding: 0px 10px;
  }
  html body .section-category .gc-1-3 {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    box-shadow: 0px 3px 62px #00000029;
    background-color: #fff;
  }
}
@media (max-width: 1200px) {
  html body .section-category .wrapper-category-menu-desktop {
    display: none;
  }
  html body .section-category .wrapper-breadcrump .breadcrumb {
    margin-bottom: 40px;
  }
  html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  html body .section-category .wrapper-breadcrump .wrapper-category-menu-mobile .btn-category-menu {
    position: relative;
    color: #B77B64;
    line-height: 20px;
    padding-left: 30px;
    font-weight: 500;
    cursor: pointer;
    width: auto;
    display: inline;
    float: right;
  }
  html body .section-category .wrapper-category {
    padding: 0 20px;
  }
}
@media (max-width: 899px) {
  html body .section-category .gc-1-3 {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    box-shadow: 0px 3px 62px #00000029;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  html body .section-category .page-title {
    margin-bottom: 20px;
  }
  html body .section-category .gc-1-3 {
    width: calc(100% / 1 - 20px);
    margin: 10px auto;
    max-width: 360px;
    box-shadow: 0px 3px 62px #00000029;
    background-color: #fff;
  }
}
html body .wrapper-breadcrump {
  display: flex;
}
html body .wrapper-breadcrump .breadcrumb {
  font-size: 14px;
  font-weight: 500;
  color: #B2B2B2;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 60px;
}
html body .wrapper-breadcrump .breadcrumb .start {
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
}
html body .wrapper-breadcrump .breadcrumb .delimiter {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 14px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-breadcrump-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
html body .wrapper-breadcrump .breadcrumb .current-page {
  color: #D3BF4E;
  margin-left: 0px;
}
html body .wrapper-breadcrump .breadcrumb a {
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #B2B2B2;
  margin: 0px;
  text-decoration: none;
}
html body .wrapper-btn {
  padding: 0px 0px;
  text-align: center;
  justify-content: center;
}
html body .wrapper-btn .btn-yellow {
  max-width: 360px;
  margin: 60px auto 0px;
}
html body .hidden-post {
  display: none;
}
html body .hidden-searchresults {
  display: none;
}
html body .hidden-pwp {
  display: none;
}
html body .event-registration #registrationform.validations input:invalid {
  border: 2px solid #B77B64;
  box-shadow: none;
  outline: none;
}
html body .event-registration #registrationform.validations input:invalid + .validation-message {
  display: block;
}
html body .event-registration #registrationform.validations select:invalid {
  border: 2px solid #B77B64;
  box-shadow: none;
  outline: none;
}
html body .event-registration #registrationform.validations select:invalid + .validation-message {
  display: block;
}
html body .event-registration #registrationform.validations .invalid .validation-message {
  display: block;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 15px;
}
html body .event-registration .formbox {
  display: flex;
  justify-content: flex-start;
}
html body .event-registration .formbox .gc-1-2 {
  margin: 0px 20px 20px 0px;
}
html body .event-registration .formbox .gc-1-1 {
  margin-right: 20px;
}
html body .event-registration .formbox.noflex {
  display: block;
  margin-bottom: 40px;
}
html body .event-registration .formbox.noflex div {
  margin-bottom: 8px;
}
html body .event-registration .validation-message {
  display: none;
  color: #B77B64;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
html body .event-registration p {
  margin-bottom: 6px;
}
html body .event-registration select {
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-select-dark.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  position: relative;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
}
html body .event-registration input {
  box-shadow: none;
  border: 1px solid #B2B2B2;
}
html body .event-registration input[type=text] {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
}
html body .event-registration input[type="radio"] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  padding: 0;
  -webkit-appearance: none;
  position: relative;
  border: 2px solid #565656;
  outline: none;
  cursor: pointer;
}
html body .event-registration input[type="radio"]:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 11px;
  height: 11px;
  background-color: #D3BF4E;
  top: 4.5px;
  left: 4.5pxx;
  display: none;
}
html body .event-registration input[type="radio"]:checked:before {
  display: block;
}
html body .event-registration .label-checkbox {
  display: flex;
}
html body .event-registration .label-checkbox span {
  line-height: 24px;
  margin-left: 10px;
  display: inline-block;
}
html body .event-registration .label-checkbox span.label-costs {
  font-weight: 700;
}
html body .event-registration input[type="submit"] {
  border: 2px solid #D3BF4E;
  min-width: 240px;
  margin: 0 auto;
  display: block;
}
html body .event-registration input[type="submit"].disabled {
  pointer-events: none;
  opacity: .5;
}
html body .event-registration .checkbox-container {
  display: flex;
  width: 100%;
}
html body .event-registration .checkbox-container .label-checkbox {
  width: calc(33% - 20px);
  margin: 0px 20px 20px 0px;
}
html body .event-registration .institution_wrap {
  margin: 20px 0px;
  display: none;
}
html body .event-registration .institution_wrap.show {
  display: block;
}
html body .event-registration input[type="checkbox"] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #fff;
  padding: 0;
  -webkit-appearance: none;
  position: relative;
  border: 2px solid #565656;
  outline: none;
  cursor: pointer;
}
html body .event-registration input[type="checkbox"]:before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 11px;
  height: 11px;
  background-color: #D3BF4E;
  top: 4.5px;
  left: 4.5pxx;
  display: none;
}
html body .event-registration input[type="checkbox"]:checked:before {
  display: block;
}
html body .event-registration .fobi-headline {
  margin: 20px 0px;
}
html body .event-registration .fobi-headline p {
  margin-bottom: 20px;
}
html body .event-registration .fobi-headline h4 {
  margin-bottom: 10px;
}
html body .event-registration select {
  border: 1px solid #B2B2B2;
  padding: 8px;
  border-radius: 0;
  outline: none;
}
html body .event-registration label {
  margin-right: 15px;
}
html body .event-registration .formbox.noflex.agb {
  margin-bottom: 20px;
}
html body .event-registration .formbox.noflex.agb.invalid input[type="checkbox"] {
  border-color: #B77B64;
}
html body .event-registration .formbox.noflex.privacy {
  margin-bottom: 40px;
}
html body .event-registration .formbox.noflex.privacy .label-checkbox {
  margin-bottom: 10px;
}
html body .event-registration .formbox.noflex.privacy.invalid input[type="checkbox"] {
  border-color: #B77B64;
}
@media (max-width: 768px) {
  html body .event-registration .formbox {
    display: flex;
    flex-direction: column;
  }
  html body .event-registration .formbox .gc-1-2 {
    width: 100%;
    margin-right: 0px;
  }
  html body .event-registration .formbox .gc-1-1 {
    width: 100%;
    margin-right: 0px;
  }
  html body .event-registration .formbox.noflex {
    display: block;
    margin-bottom: 40px;
  }
  html body .event-registration .formbox.noflex div {
    margin-bottom: 8px;
  }
  html body .event-registration .checkbox-container {
    flex-direction: column;
  }
  html body .event-registration .checkbox-container .label-checkbox {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
html body .event-overview .month {
  border-bottom: 2px solid #D3BF4E;
  margin-bottom: 20px;
}
html body .event-overview .month h6 {
  margin: 40px 0px 10px;
}
html body .event-overview .gc-2-3 .gc-1-1 {
  padding: 20px 0px;
  border-bottom: 2px solid rgba(86,86,86,0.15);
  display: flex;
  margin-bottom: 0px;
}
html body .event-overview .btn-back {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #565656;
  text-decoration: none;
  display: flex;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  margin-bottom: 40px;
}
html body .event-overview .btn-back:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  width: 35px;
  left: 0px;
  top: -1px;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
html body .event-overview .btn-back:hover {
  color: #D3BF4E;
}
html body .event-overview ul {
  list-style: none;
  margin-bottom: 20px;
}
html body .event-overview ul li {
  position: relative;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 25px;
}
html body .event-overview ul li:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-list-yellow.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
html body .dmp_cookiebox-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
html body .dmp_cookiebox-wrap.dmp_active {
  display: block;
}
html body .dmp_cookiebox-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  padding: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
  max-width: 400px;
  max-height: 100%;
  background-color: white;
  padding: 15px;
  overflow-y: auto;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content {
  font-size: 14px;
  color: #565656;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--text {
  margin-bottom: 15px;
  line-height: 1.3em;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  background-color: #f2f2f2;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button:hover {
  background-color: #dddcdc;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all {
  background-color: #555555;
  color: #f2f2f2;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all:hover {
  background-color: #D3BF4E;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-essential {
  font-size: 14px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item {
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  position: relative;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before,
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  content: '';
  position: absolute;
  background-color: #D3BF4E;
  height: 2px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before {
  top: 7px;
  left: 2px;
  width: 5px;
  transform: rotate(50deg);
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  top: 6px;
  left: 4px;
  width: 10px;
  transform: rotate(-50deg);
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:disabled + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  background-color: white;
  border-color: #f2f2f2;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label {
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-color: #f2f2f2;
  border: 1px solid grey;
  margin-right: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap {
  text-align: center;
  margin-bottom: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap .dmp_cookiebox-link {
  display: inline;
  color: #565656;
  text-decoration: none;
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
  display: flex;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-right: 7px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-right: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
    margin-bottom: 0;
  }
  html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
    margin-left: 0;
    padding: 10px 10px 0 10px;
  }
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 7px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button {
  background-color: #D3BF4E;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button::before {
  left: auto;
  right: 4px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button {
  position: relative;
  display: block;
  width: 40px;
  height: 21px;
  background-color: #555555;
  border-radius: 50px;
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 4px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header {
  display: flex;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_cookie-section-name {
  font-size: 18px;
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_switch-button {
  margin-right: 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-description {
  margin-bottom: 15px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap {
  margin-bottom: 15px;
  text-align: center;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap .dmp_toggle-cookie-information {
  font-weight: bold;
  cursor: pointer;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table {
  width: 100%;
  margin-bottom: 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table:last-child {
  margin-bottom: 0;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr {
  background-color: white;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th,
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding: 3px 5px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding-left: 10px;
  width: 100%;
  word-break: break-word;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a {
  color: #565656;
  text-decoration: none;
  transition: .3s;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a:hover {
  color: #D3BF4E;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced {
  max-width: 800px;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-simple {
  display: none;
}
html body .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-advanced {
  display: block;
}
html body.page-id-1250:not(.logged-in) .section-tile-navigation-page {
  display: none;
}
.post-password-form input,
.post-password-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.post-password-form input:focus,
.post-password-form button:focus {
  outline: none;
}
.post-password-form input[type=submit] {
  margin-top: 20px;
  min-width: 150px;
  border: 2px solid #D3BF4E;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  background: #D3BF4E;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.post-password-form input[type=submit]:hover {
  background: #fff;
  color: #D3BF4E;
  border: 2px solid #D3BF4E;
}
.post-password-form input[type=password] {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border: 1px solid #B2B2B2;
}
.hide-btn {
  display: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
input:focus,
button:focus {
  outline: none;
}
input:focus {
  background-color: #FAFAFA;
}
.btn-search {
  position: relative;
}
.btn-search .search-popup-form {
  display: none;
  position: absolute;
  top: 40px;
  padding-top: 10px;
  width: auto;
  right: 0px;
}
.btn-search .search-popup-form .search-popup-container {
  display: flex;
  position: relative;
  min-width: 350px;
  padding: 50px 20px 20px;
  background-color: rgba(86,86,86,0.5);
  right: 0px;
  border-radius: 5px;
}
.btn-search .search-popup-form .search-popup-container .close {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  flex: none;
  height: 16px;
  width: 16px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-close-white.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
}
.btn-search .search-popup-form .search-popup-container:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 16px;
  width: 0;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(86,86,86,0.5);
}
.btn-search .search-popup-form .search-popup-container input[type=text] {
  min-width: 280px;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  margin-right: 20px;
}
.btn-search .search-popup-form .search-popup-container input[type=submit] {
  min-width: 150px;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  height: 50px;
  border-radius: 50px;
  background: #D3BF4E;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.btn-search .search-popup-form .search-popup-container input[type=submit]:hover {
  background: #fff;
  color: #D3BF4E;
}
.btn-search .search-popup-form.active {
  display: flex;
}
.post-navigation {
  margin-top: 80px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #565656;
  text-decoration: none;
  display: flex;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #D3BF4E;
}
.post-navigation .nav-links .nav-previous img,
.post-navigation .nav-links .nav-next img {
  width: 35px;
}
.post-navigation .nav-links .nav-previous a {
  text-align: left;
}
.post-navigation .nav-links .nav-previous a img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-right: 10px;
}
.post-navigation .nav-links .nav-next a img {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .post-navigation .nav-links .nav-previous a {
    padding-right: 20px;
    line-height: 18px;
  }
  .post-navigation .nav-links .nav-next a {
    padding-left: 20px;
    line-height: 18px;
  }
}
.av-text-red {
  color: #B77B64 !important;
}
.av-text-green {
  color: #879C96 !important;
}
.av-text-blue {
  color: #8DABBE !important;
}
.av-text-darkblue {
  color: #4C6988 !important;
}
.av-text-yellow {
  color: #D3BF4E !important;
}
.av-text-white {
  color: #fff !important;
}
.av-text-gray {
  color: rgba(86,86,86,0.6) !important;
}
p,
.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles .show-mobile {
  display: none;
}
.editor-styles h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.editor-styles hr {
  border: 1px solid rgba(86,86,86,0.5);
}
.editor-styles img {
  max-width: 100%;
  height: auto;
}
.editor-styles img.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}
.editor-styles em {
  font-style: italic;
}
.editor-styles strong {
  font-weight: 700;
}
.editor-styles a:not([class|=btn]) {
  color: #565656;
  font-weight: 700;
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
.editor-styles a:not([class|=btn]):hover {
  color: #D3BF4E;
}
.editor-styles ol.number-list {
  counter-reset: avcounter;
  padding-left: 0px;
  list-style: none;
}
.editor-styles ol.number-list li {
  counter-increment: avcounter;
  list-style: none;
  position: relative;
  padding-left: 25px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}
.editor-styles ol.number-list li:before {
  position: absolute;
  left: 0px;
  content: counters(avcounter,'.') ' ';
  color: #565656;
  font-weight: 700;
}
.editor-styles ul {
  list-style: none;
}
.editor-styles ul.link-list {
  margin-bottom: 20px;
  list-style: none;
}
.editor-styles ul.link-list li a {
  position: relative;
  padding: 13px 70px 13px 0px;
  line-height: 24px;
  border-bottom: 2px solid #D3BF4E;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  color: #565656;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.editor-styles ul.link-list li a:hover {
  color: #D3BF4E;
}
.editor-styles ul.link-list li a:hover:before {
  opacity: 0.0;
}
.editor-styles ul.link-list li a:hover:after {
  opacity: 1.0;
}
.editor-styles ul.link-list li a:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 1.0;
}
.editor-styles ul.link-list li a:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: 35px 17px;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  opacity: 0.0;
}
.editor-styles ul.arrow-list {
  margin-bottom: 20px;
  list-style: none;
}
.editor-styles ul.arrow-list li {
  position: relative;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.editor-styles ul.arrow-list li ul li {
  margin-bottom: 0px;
}
.editor-styles ul.arrow-list li:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(/wp-content/themes/autismus-verstehen/assets/images/icons/icon-list-yellow.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
.editor-styles pre {
  width: 100%;
  white-space: break-spaces;
}
.editor-styles blockquote,
.editor-styles blockquote p,
.editor-styles p blockquote {
  display: inline-block;
  font-style: italic;
  font-size: 20px;
  line-height: 34px;
  color: rgba(86,86,86,0.9);
}
.editor-styles .wp-video {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 10px;
}
.editor-styles .wp-video video {
  width: 100% !important;
  height: auto;
  background-color: rgba(86,86,86,0.7);
}
.editor-styles .wp-caption {
  width: 100%;
}
.editor-styles iframe {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .editor-styles h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: #565656;
    margin-bottom: 20px;
  }
  .editor-styles h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #565656;
    margin-bottom: 20px;
  }
  .editor-styles h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #565656;
    margin-bottom: 20px;
  }
  .editor-styles h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #565656;
    margin-bottom: 20px;
  }
  .editor-styles h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #565656;
    margin-bottom: 20px;
  }
  .editor-styles ul.link-list li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  .editor-styles .show-desktop {
    display: none;
  }
  .editor-styles .show-mobile {
    display: inline-block;
  }
}
h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #565656;
  margin-bottom: 20px;
}
.av-background-blue {
  background-color: #8DABBE;
}
.av-background-green {
  background-color: #879C96;
}
.av-background-red {
  background-color: #B77B64;
}
.av-background-yellow {
  background-color: #D3BF4E;
}
.av-background-darkblue {
  background-color: #4C6988;
}
h2.screen-reader-text {
  display: none !important;
}
