@import "icons/font-awesome.min.css";
@font-face {
  font-family: 'HighVoltageRough';
  src: url("fonts/HighVoltageRough.eot?#iefix") format('embedded-opentype'), url("fonts/HighVoltageRough.woff") format('woff'), url("fonts/HighVoltageRough.ttf") format('truetype'), url("fonts/HighVoltageRough.svg#HighVoltageRough") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 20px;
}
@media screen and (max-width: 1169px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 667px) {
  html {
    font-size: 14px;
  }
}
html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
/* Main global 'theme' and typographic styles */
body * {
  -moz-box-sizing: border-box;
  -opera-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #000;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
}
body,
input,
select,
textarea {
  color: #fff;
  font-family: 'HighVoltageRough', Arial, Geneva, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
textarea,input {
  font-family:"Arial Narrow", Arial, sans-serif
}
p {
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: bold;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 2px;
}
sub {
  top: 0.5ex;
}
iframe {
  width: 100%;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
/* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
/* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
/* Firefox 18- */
  color: #fff;
}
/* =Content
-------------------------------------------------------------- */
.main {
  overflow: hidden;
}
.site-box {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 0.75rem;
}
.site-box_relative {
  position: relative;
}
.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75px;
}
.ui-button {
  margin: 0;
  padding: 0;
}
.ui-button,
.button {
  min-height: 1.65rem;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(to top, #e4000c 0%, #ff2525 100%);
  border: 1px solid rgba(90,21,19,0.25);
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(111,39,36,0.65);
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  outline: none;
}

.page-template-page-mitgliedervorteile .registration-page__button::before,
.button::before {
  content: '';
  background: url("../images/button-bg.png") no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
}
.ui-button:hover,
.button:hover {
  background-image: linear-gradient(to top, #ff2b37 0%, #ff5252 100%);
  border: 1px solid rgba(105,13,11,0.25);
}
.ui-button:active,
.button:active {
  background-image: linear-gradient(to top, #e00 0%, #dd0004 100%);
  border: 1px solid rgba(105,13,11,0.25);
}
.ui-button_block,
.button_block {
  display: flex;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #2d2e32;
  background-image: url("../images/header-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 2px solid #e3000b;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header {
    background-image: none;
  }
}
.header__container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header__container {
    display: block;
  }
}
.header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .header__content {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    background-color: #2d2e32;
    display: none;
    padding: 20px 0;
  }
}
.header__button {
  font-size: 0.75rem;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
}
.header__menu {
  height: 73px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    height: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.header__logo {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    top: 9px;
  }
}
.logo {
  margin-right: 20px;
}
/*.logo a>img{
  height: 50px;
}*/
.lang {
  display: none;
  background: url("../images/flag-arrow.png") no-repeat;
  background-position: right center;
  cursor: pointer;
  height: 12px;
  padding-right: 15px;
  position: relative;
}
.lang img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: block;
  }
}
.menu__item {
  float: left;
  height: inherit;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .menu__item {
    display: inline-block;
    float: none;
    height: 50px;
  }
}
.menu__link {
  height: inherit;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c8e92;
  position: relative;
  padding: 0 0.75rem;
}
.menu__link:hover {
  color: #fff;
  background: rgba(0,0,0,0.45);
}
.mobile-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 24px;
  cursor: pointer;
  z-index: 999;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .bar {
  position: absolute;
  left: 0;
  background: #fff;
  width: 35px;
  height: 3px;
  transition: all 0.3s;
}
#bar1 {
  top: 0;
}
.active #bar1 {
  top: 10px;
  transform: rotate(45deg);
}
#bar2 {
  top: 10px;
}
.active #bar2 {
  top: 10px;
  transform: rotate(135deg);
}
#bar3 {
  top: 20px;
}
.active #bar3 {
  top: 10px;
  transform: rotate(-45deg);
}
.socials {
  display: flex;
}
.socials li {
  display: inline-block;
  margin: 0 7px;
  min-width: 16px;
}
@media screen and (max-width: 1024px) {
  .socials li {
    margin-bottom: 20px;
  }
}
.banner {
  position: relative;
  z-index: 101;
  overflow: hidden;
  margin-bottom: -109px;
  max-height: 440px;
}
.banner__bg {
  position: absolute;
  right: -93px;
  top: 0;
  max-width: 1242px;
  width: 100%;
  height: 221px;
  background: url("../images/red-baner-bg.png") no-repeat;
  background-size: 100%;
}
.slider {
  position: relative;
  z-index: 1;
  margin: -236px 0 -285px;
  min-height: 560px;
  max-height: 1064px;
  background: url("../images/main-slider-bg.jpg") no-repeat;
  background-size: cover;
}
.slider ul {
  height: inherit;
}
.slider ul li {
  height: inherit;
  position: relative;
  text-align: center;
}
.slider ul li img {
  position: relative;
  top: 200px;
}
.membership {
  background: url("../images/top-bg.png") no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 100;
  padding: 150px 0 100px;
  background-size: cover;
}
.membership__title {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.membership__subtitle {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.membership-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5rem 1.25rem;
}
@media screen and (max-width: 1169px) {
  .membership-list {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
	.membership-list {
		display: block;
		text-align: center;
	}
}

.membership-list_revers {
  padding-top: 50px;
  
}
.membership-list_revers .membership-list__item.sportler {
  margin-top: -50px;
}
.membership-list__item {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .membership-list__item {
    display: inline-block;
	  margin-top: 0!important;
  }
}
.membership-list__item:hover .membership-list__hover-image {
  opacity: 1;
}
.membership-list__item .selected.membership-list__hover-image {
  opacity: 1;
}
.membership-list__item.fan {
  /*margin-top: 15px;*/
}
.membership-list__item.sportler {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .membership-list__item.sportler {
    margin: 0;
  }
}
.membership-list__images {
  position: relative;
  overflow: hidden;
}
.membership-list__image {
  display: block;
}
.membership-list__hover-image {
  opacity: 0;
  transition: opacity 0.4s ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
.membership-list__button {
  padding: 0 1.9rem;
  position: relative;
  top: -41px;
  height: 2.5rem;
  font-size: 18px;
  font-weight: 600;
}
.membership-form {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  padding-right: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .membership-form {
    padding-right: 0;
  }
}
.membership-form input:focus::-webkit-input-placeholder {
  text-align: right;
  opacity: 1;
}
.membership-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -50%;
  opacity: 0;
	height: 0;
}
@media screen and (max-width: 767px) {
  .membership-form form {
    text-align: center;
    display: block;
  }
}
.membership-form form.active {
  margin-top: 0;
  opacity: 1;
	height: auto;
}
.membership-form__fields {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .membership-form__fields {
    padding-left: 0;
  }
}
.membership-form p {
  font-size: 1.9rem;
  line-height: 2.8rem;
}
.membership-form p mark {
  background: url("../images/highlight.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  height: 45px;
}
.membership-form__button {
  height: 2.5rem;
}
.membership-form__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .membership-form__form {
    display: block;
  }
  .membership-form__form .form-home-input {
    margin-bottom: 20px;
  }
  .membership-form__form .input {
    width: 100%;
    margin: 0;
  }
}
.membership-form__name {
  width: 205px;
}
.membership-form__email {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin: 0 15px;
}

@media screen and (max-width: 786px) {
	.membership-list {
		text-align: left;
		padding-top: 40px;
	}
	.page-template-page-mitgliedervorteile-php .membership-list {
		text-align: left;
		padding-top: 0;
padding-bottom: 40px;
	}

	.membership-list__item {
		width: 32%; vertical-align: middle;
		padding: 0!important;
	}

	.membership-list__button {
		position: absolute;
		top: 67%;
		left: 0;
		font-size: 13px;
		height: 1rem;
		padding: 0 14px;
		min-width: 99%;
	}
}
@media screen and (min-width: 662px) and (max-width: 786px) {
	.membership-list__button { 
		left: 0;
		font-size: 20px;
		height: 3rem;
		padding: .7rem 14px 1.5rem;
		min-width: 99%;
	}
}

.input {
  height: 2.5rem;
  background-color: rgba(0,0,0,0.35);
  border: 3px solid #131313;
  border-radius: 2px;
  padding: 0 1rem;
  outline: none;
}
.input:focus::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0;
}
.input:focus::-moz-placeholder {
/* Firefox 19+ */
  color: #fff;
  opacity: 0;
}
.input:focus:-ms-input-placeholder {
/* IE 10+ */
  color: #fff;
  opacity: 0;
}
.input:focus:-moz-placeholder {
/* Firefox 18- */
  color: #fff;
  opacity: 0;
}
.benefits {
  background: url("../images/bottom-bg.png") no-repeat;
  background-position: center top;
  position: relative;
  z-index: 100;
}
.benefits__inner {
  padding: 175px 0 85px;
  background: url("../images/red-footer-bg.png") no-repeat;
  background-position: right bottom;
}
.benefits__container {
  padding-bottom: 2rem;
}
.benefits__title {
  font-size: 4.25rem;
  line-height: 4.75rem;
  color: #fff;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  text-align: center;
  margin-bottom: 3.5rem;
  padding-left: 0;
}
@media screen and (max-width: 668px) {
 .benefits__title {
    font-size: 2rem;
    line-height: 2rem;  
    margin-bottom: 11px; 
}
}
@media screen and (max-width: 1169px) {
  .benefits__title {
    padding-left: 0;
  }
}
.benefit-slider {
  position: relative;
}
.benefit-slider__container {
  max-width: 785px;
  margin: 0 auto;
  overflow: hidden;
}
.benefit-slider__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  transition: margin 0.35s ease-in;
}
.benefit-slider__list_off {
  transition: none;
}
.benefit-slider__list li {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .benefit-slider__list li {
    font-size: 1rem;
  }
}
.benefit-slider__list li img {
  display: block;
  opacity:1;
  user-select: none;
	margin: 0 auto;
}
.benefit-slider__list li span {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .benefit-slider__list li span {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.benefit-slider__image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3rem;
}
@media screen and (max-width: 390px) {
  .benefit-slider__image {
    margin-bottom: 10px;
  }
  .logo {
    margin-right: 100px;
  }
  .logo a > img {
    height: auto;
    margin-top: 6px;
  }
}
.benefit-slider__arrow {
  top: 65px;
}
.mach-es {
  text-align: center;
  padding: 0 1rem;
}
.mach-es img {
  display: block;
  margin: 0 auto 60px;
}
.mach-es__button {
  min-height: 2.5rem;
  padding: 0 1rem;
  letter-spacing: 0.02em;
  white-space: normal;
}
.arrow {
  user-select: none;
  font-size: 7.5rem;
  line-height: 6.1rem;
  text-align: center;
  width: 5.5rem;
  height: 5.5rem;
  background-color: rgba(255,255,255,0.39);
  border-radius: 50%;
  color: #e3000b;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width: 667px) {
  .arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.arrow:hover {
  background-color: rgba(255,255,255,0.7);
}
.arrow_left {
  left: 0;
}
.arrow_right {
  right: 0;
}
/* =Images
-------------------------------------------------------------- */
img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
/* When images are too wide for containing element, force them to fit. */
  height: auto;
/* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.footer {
  background: #1f2128;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #e3000b;
  padding: 1.25rem 0;
}
.footer__content {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logo {
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu {
    margin: 15px 0;
  }
}
.footer__menu .menu__link {
  color: #e1e4e6;
  font-size: 0.95rem;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
}
.footer__menu .menu__link:hover {
  color: #e3000b;
  background: none;
}
.footer__socials {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
.footer__partners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
/*.footer__partners img {
  margin: 0.25rem 10px 0.5rem;
}*/
.footer__partners.premium {
  justify-content: center;

}

.footerpartners {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footerpartners a img {
  margin: 0 32px;
}

/*.footer__partners.premium a:nth-child(2) img{
  margin: 0.25rem 15px 0 2rem;
}
*/

.footer__partners.premium a:last-child img {
  margin: 0.25rem 40px 0 0rem;
}
.footer__partners img {
  /*margin: 0.25rem 10px 0.5rem;*/
}
@media screen and (max-width: 390px) {
	.footer__partners a{
		width: 50%;
		text-align: center;
	}
  	/*.footer__partners img {
  	  width: 50%;
  	}*/
  .footer__partners a {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 50%!important;
    text-align: center;
    padding: 10px;
  }
  .footer__partners img{
    margin: 0px!important;
  }
  	.download-item__title{
		display: none;
	}
  .download-item__title-mobile{
    display: block !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 565px){
	.offset-on-mobile{
		margin-bottom: 20px;
	}
}
.download-item__title-mobile{
display: none;
}
.footer__nav {
  text-align: center;
  font-family: 'Yantramanav', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #707276;
}
.footer__nav a {
  color: #707276;
}
.footer__nav a:hover {
  color: #e3000b;
}
.form-home-input .error {
  color: #e3000b;
  font-size: 16px;
  display: block;
}
.menu-footer-bottom-menu-container {
  margin-top: 35px;
}
.menu.footer__menu {
  display: none;
}
.membership-form__form .form-home-input #membership-form-email-error.error,
.membership-form__form .form-home-input .error {
  color: #fff;
}
.hidden {
  display: none !important;
}
.simple-page {
  background: url("../images/bg_beton_contact.jpg") repeat-y;
  background-size: 100% auto;
  color: #000;
  position: relative;
}
.simple-page::after {
  content: '';
  position: absolute;
  bottom: -27px;
  width: 100%;
  left: 6px;
  background: url("../images/contact-bottom-bg.png") no-repeat;
  background-position: center top;
  height: 122px;
}
.simple-page__inner {
  background: url("../images/simple-page-content-bg.png") no-repeat;
  background-size: 1722px 100%;
  background-position: center bottom;


  padding-top: 45px;
  padding-bottom: 400px;
}

.page-id-221   .simple-page__inner {
      background: url("../images/simple-page-content-bg_rep.png") repeat-y;
	background-position-x: 0%;
	background-position-y: 0%; 
    -webkit-background-size: 1722px 1443px;
    background-size: 1722px 1443px;
    background-position: center 72px;
}
.simple-page__inner.contact-page__inner {
  background: url("../images/contact-content-bg2.png") repeat-y;
  background-size: auto auto;
  /*background-size: 100% auto;
  background: url("../images/simple-page-content-bg_rep.png") repeat-y;
  */
  background-position: center top;
  min-height: 1030px;
  padding-top: 191px;
  padding-bottom: 20px;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
}

@media screen and (max-width: 667px) {
	.simple-page__inner.contact-page__inner {
		padding-top: 45px;
	}
}
.simple-page__site-box {
  max-width: 1070px;
}
.simple-page__title {
  font-size: 3rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 667px) {
	.simple-page__title {
		margin-bottom: 1rem;
	}
}
.simple-page__description {
  font-family: "Arial Narrow", Arial, sans-serif;
}
.simple-page.contact-page {
  background: url("../images/contact-bg.png") no-repeat;
  background-size: cover;
  margin-top: -250px;
}
.contact-form {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.contact-form .ajax-loader {
  display: none !important;
}
@media screen and (max-width: 667px) {
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-form__title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.contact-form__text-form {
  max-width: 530px;
  padding-right: 30px;
}
.contact-form__description {
  max-width: 300px;
}
.contact-form__list li {
  margin-top: 8px;
}
.contact-form__list li:first-child {
  margin-top: 0;
}
.contact-form__list-item {
  margin-bottom: 1.5rem;
}
.contact-form li,
.contact-form p {
  font-family: "Arial Narrow", Arial, sans-serif;
}
.contact-form li a,
.contact-form p a {
  color: #e3000b;
  text-decoration: underline;
}
.contact-form li a:hover,
.contact-form p a:hover {
  text-decoration: none;
}
.contact-form__form {
  margin-bottom: 2.5rem;
}
.contact-form__fields {
  display: flex;
  margin-bottom: 22px;
}
.contact-form__fields .file-upload {
	margin-bottom: 0;
}
.contact-form__fields span:first-child {
  -webkit-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  margin-right: 20px;
}
.contact-form__fields span:last-child {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0 !important;
}
@media screen and (max-width: 667px) {
	.contact-form__fields {
		display: block;
	}

	.contact-form__text-form {
		padding-right: 0;
	}

	.contact-form__fields span {
		display: block;
		margin-right: 0!important;
	}
}
.contact-form__button {
  height: 50px;
  width: 200px;
  font-size: 20px;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 16px;
}
.contact-form .wpcf7-response-output {
	padding: 10px;
  margin: 0 0 22px 0;
	border: 0;
}
.contact-form .wpcf7-spam-blocked,
.contact-form .wpcf7-validation-errors {
	color: red;
}
.contact-form .wpcf7-mail-sent-ok {
	color: #398f14;
}
.wpcf7-file {
  margin-left: 1.25rem;
}
.page-template-page-kontakt span.wpcf7-list-item{
	margin-left:0; margin-bottom: 15px;
}
.wpcf7-acceptance-missing{color:red;}
select,
.default-input {
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  color: #606063;
  padding: 0 1rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  width: 100%;
}
select::-webkit-input-placeholder,
.default-input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #fff;
  color: rgba(96,96,99,0.6);
}
select::-moz-placeholder,
.default-input::-moz-placeholder {
/* Firefox 19+ */
  color: #fff;
  color: rgba(96,96,99,0.6);
}
select:-ms-input-placeholder,
.default-input:-ms-input-placeholder {
/* IE 10+ */
  color: #fff;
  color: rgba(96,96,99,0.6);
}
select:-moz-placeholder,
.default-input:-moz-placeholder {
/* Firefox 18- */
  color: #fff;
  color: rgba(96,96,99,0.6);
}
select_textarea,
.default-input_textarea {
  height: 125px;
  resize: vertical;
	display: block;
	line-height: 1.5;
}
.default-input_textarea {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media all and (max-width: 1024px){
  .acf-map {
    height: 530px !important;
  }
}
.acf-map {
  width: 100%;
  height: 730px;
}
.acf-map img {
  max-width: inherit !important;
}
.gm-style .gm-style-iw {
  color: #000 !important;
  font-family: 'Lato', Arial, Geneva, Helvetica, sans-serif;
}
.vorteile-page {
  background: url("../images/vorteile-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 85px;
}
.vorteile-page::before {
  content: '';
  position: absolute;
  bottom: -27px;
  width: 100%;
  left: 6px;
  background: url("../images/vorteile-bottom-bg.png") no-repeat;
  background-position: left top;
  height: 122px;
}
.vorteile-page h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  margin-left: 2.5rem;
  padding-top: 17px;
}
.vorteile-page__container {
  background: url("../images/red-baner-bg.png") no-repeat;
  background-position: calc(100% + 175px) -87px;
}
.vorteile-page__inner {
  background: url("../images/black-cover.png") no-repeat;
  background-position: left -100px;
}
.vorteile-page .back-to-home {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.benefit-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  text-align: center;
  color: #000;
  padding-top: 75px;
}
.benefit-list li {
  margin: 0 12px;
  width: calc(33% - 24px);
  background-image: url("../images/vorteile-bg/vorteile-bg-0.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 40px 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .benefit-list li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 600px) {
  .benefit-list li {
    width: calc(100% - 24px);
  }
}
.benefit-list .benefit-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.benefit-list .benefit-description {
  font-family: "Arial Narrow", Arial, sans-serif;
  padding: 0 10px;
}
.downloads {
  padding-top: 50px;
}
.download-item {
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 500px) {
  .download-item {
    display: block;
  }
}
.download-item:last-child {
  margin-bottom: 0;
}
.download-item__image {
  width: 100px;
  min-width: 100px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 500px) {
  .download-item__image {
    float: left;
  }
}
.download-item__description {
  font-family: "Arial Narrow", Arial, sans-serif;
}
.download-item__info {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 50%;
}
.download-item__icons {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .download-item__icons {
    clear: both;
    padding-top: 15px;
  }
}
.download-item__icons a {
  color: #e3000b;
  margin-left: 1.25rem;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 35px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  min-width: 50px;
  text-align: center;
}
.download-item__icons a.download-icon {
  background-image: url("../images/downloads-icon.png");
}
.download-item__icons a.view-icon {
  background-image: url("../images/view-icon.png");
}
@media screen and (max-width: 500px) {
  .download-item__icons a:first-child {
    margin-left: 0;
  }
}
.partners__list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;

}
@media (max-width: 991px){
	.partners__list{
		flex-direction: column;
		margin: 0;
	}
	.partners__item {
		width: 100% !important;
      margin: 0 !important;
      margin-bottom: 40px !important;
      /*word-wrap: normal;*/
	}
}
.partners__item {
  width: 20%;
  margin: 0 1.4rem 2.5rem;
  /*word-wrap: normal;*/
}

.partners-item__image {
  margin-bottom: 1.25rem;
  min-height: 80px;
}
.partners-item__title {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.partners-item__title a {
  color: #000;
  /*word-break: break-all;*/
}
.partners-item__title a:hover {
  text-decoration: underline;
}
.partners-item__short-description {
  font-family: "Arial Narrow", Arial, sans-serif;
}
.main-partner {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 390px) {
  .main-partner {
    display: block;
  }
}
.main-partner__image {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .main-partner__image {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
  .simple-page__inner{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 390px) {
  .main-partner__image {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.price-page {
  position: relative;
}
.price-page::before {
  content: '';
  position: absolute;
  bottom: -27px;
  width: 100%;
  left: 6px;
  background: url("../images/vorteile-bottom-bg.png") no-repeat;
  background-position: left top;
  height: 122px;
}
.price-page__button {
  height: 2.5rem;
  padding: 0 1rem;
  margin: 1.5rem 0;
}
.price-page__text {
  text-align: center;
}
.price-boxes {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
.price-boxes__item {
  margin: 0 1.5rem;
  background: #fff;
  -webkit-flex-basis: 400px;
  -ms-flex-basis: 400px;
  flex-basis: 400px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 667px) {
	.price-boxes__item {
		margin-left: 0;
		margin-right: 0;
	}
}
.price-boxes__footer {
  background: #eee;
  padding: 0 2rem;
  color: #000;
  font-family: "Arial Narrow", Arial, sans-serif;
  cursor: pointer;
}
.price-boxes__footer span {
  display: inline-block;
  margin-right: 1.5rem;
  height: 3rem;
  line-height: 3rem;
}
.price-boxes__footer p {
  display: none;
  padding-bottom: 1.25rem;
}
.price-list {
  color: #000;
  display: table;
  width: 100%;
}
.price-list__item {
  display: table-row;
  font-family: "Arial Narrow", Arial, sans-serif;
}
.price-list__item.total .price-list__value {
  color: #e3000b;
}
.price-list__name {
  color: #969da2;
  display: table-cell;
  padding: 0.25rem 0.75rem 0.25rem 2rem;
  vertical-align: top;
}
.price-list__value {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  padding: 0.25rem 2rem 0.25rem 0.75rem;
}
@media screen and (max-width: 667px) {
	.price-list__name {
		padding: 0.25rem 0.2rem 0.25rem 1.5rem; 
      font-size: 18px;
      line-height: 23px;
	} 
	.price-list__value {
		padding-right: 1rem; font-size: .8rem;
	}
	.price-page__button { 
		font-size: .8rem;

	}
}
.page-template-page-faq-php .ui-accordion .ui-accordion-header .ui-icon{
	display:none;
}
.registration-page {
  position: relative;
  padding-top: 40px;
}
.registration-page::before {
  content: '';
  position: absolute;
  background: url("../images/registration-shadow.png") no-repeat center top;
  bottom: auto;
  width: 100%;
  height: 300px;
  margin-top: -80px;
  left: 0;
  top: 0;
}
.registration-page a {
  color: #000;
  text-decoration: underline;
}
.registration-page a:hover {
  text-decoration: none;
}
.registration-page_top {
  padding-top: 0;
}
.registration-page_top::before {
  display: none;
}
.registration-page__title {
  font-size: 3rem;
  line-height: 3rem;
  color: #000;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  margin-bottom: 2.25rem;
}
.registration-page__subtitle {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  padding-left: 1.65rem;
  margin-bottom: -2rem;
}
.registration-page__inner {
  font-family: "Arial Narrow", Arial, sans-serif;
  /*background: url("../images/contact-content-bg.png") no-repeat;
  background-size: 1457px 100%;
  background-position: center top;
  */
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 100px;
}
.registration-page__form {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: #606063;
}
.registration-page__form select,
.registration-page__form input[type=text] {
  font-weight: bold;
  color: #606063 !important;
}
.registration-page__form .row {
  display: flex;
  margin-bottom: 1.25rem;
}
.contact-form__form .row {
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 667px) {
  .registration-page__form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

	.registration-page__form .row .form-item {
		margin-bottom: 1.25rem;
	}

	.registration-page__form .row .form-item:last-child {
		margin-bottom: 0;
	}
}
.registration-page__form .row .form-item {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 12px;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
  .registration-page__form .row .form-item {
    padding: 0;
  }
}
.registration-page__form .row .form-item:first-child {
  padding-left: 0;
}
.registration-page__form .row .form-item:last-child {
  margin-right: 0;
}
.registration-page__form .row .form-item label {
  font-weight: bold;
}
@media screen and (max-width: 530px) {
	  
	.registration-page__box .step-table tr td{
		vertical-align: middle;
		/*word-break: break-all;*/
	}
  .registration-page__box .step-table tr td.fullwidth{
    width: 100% !important;
  }
	.registration-page__box .step-table tr td:first-child {
		padding-right:20px;
		border-right:none;
		width: 50%;
	}
	.registration-page__box .step-table tr td:last-child {
		padding-left:0;
		width: 100%;
	}
}
.registration-page__form .row .form-item label .required {
  float: left;
  color: #e3000b;
} 
 
.page-template-page-mitgliedervorteile .registration-page__button {
 
	padding: 0 1.9rem;
    height: 2.5rem;
    font-size: 18px; 
    font-weight: 600;

}
@media screen and (max-width: 667px) {
	.page-template-page-mitgliedervorteile .registration-page__button,.registration-page__button {
		font-size: 18px;
  max-width: 400px;
  width: auto;
  padding-left:10px; padding-right:10px;
	} 
}
@media screen and (max-width: 400px) {
  .registration-page__button {
    max-width: 100%;
  }
}
.registration-page .back-to-home {
  text-decoration: underline;
  color: #606063;
  font-weight: bold;
}
.registration-page__box-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1.25rem;
}
.registration-page__box-subtitle {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0.75rem;
  /*word-break: break-all;*/
}
.registration-page__box {
  margin-bottom: 2.5rem;
}
.steps {
  display: flex;
  margin-bottom: 20px;
}
.steps .step {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  color: rgba(64,74,86,0.45);
  font-size: 18px;
  margin-left: -13px;
  background-color: #e6e6e6;
  position: relative;
  margin-right: 36px;
  padding: 0 30px 0 15px;
}
.steps .step::before {
  content: '';
  position: absolute;
  height: 40px;
  background-image: url("../images/steps.png");
  background-position: left;
  width: 18px;
  left: -18px;
}
.steps .step::after {
  content: '';
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 17px solid #e6e6e6;
  right: -17px;
}
.steps .step:first-child {
  margin-left: 18px;
}
.steps .step.active {
  background-color: #f8040b;
  color: #fff;
}
.steps .step.active::before {
  background-image: url("../images/step-active.png");
}
.steps .step.active::after {
  border-left-color: #f8040b;
}
.step2.preview,
.step3.preview {
  padding-top: 2.5rem;
}
.form-change input {
  position: absolute;
}
.form-item .form-change{
  position: relative;
}
.form-item .form-change input[type="checkbox"]{
  opacity: 0;
  visibility: visible;
  width: 36px;
  height: 36px;
  top: -3px;
  left: -2px;
  z-index: 999;
}
.form-change input[type="checkbox"]{
  opacity: 0; 
  z-index: -1;
}
.form-change input:checked + label::before,
.form-change input:checked ~ label::before
 {
  background-color: #333b47;
  border-color: #1f2128;
}

.form-change input:checked + label::after,
.form-change input:checked ~ label::after
 {
  visibility: visible;
}
.form-change label {
  cursor: pointer;
  line-height: 1;
  position: relative;
  padding-left: 45px;
  display: flex;
  min-height: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 565px){
	.form-change label{
		font-size: 18px;
	}

}
.form-change label a{
	display: contents;
}
.form-change label.no-flex{
  display: block;
  line-height: 36px;
}
.form-change label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 34px;
  top: 0;
  height: 34px;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
.form-change label::after {
  visibility: hidden;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #fff;
  left: 9px;
  top: 8px;
}
.form-change label span.wpcf7-list-item-label{
  color: #606063;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
}
.form-change label span {
  display: block;
  font-size: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;

}
.radio-item {
  position: relative;
}
.radio-item input {
  position: absolute;
  bottom: 8px;
  left: 8px;
  opacity: 0;
}
.radio-item input:checked ~ label::before {
  top: 0;
  background-color: #333b47;
  border-color: #1f2128;
}
.radio-item input:checked ~ label::after {
  visibility: visible;
}
.radio-item label {
  cursor: pointer;
  line-height: 1;
  position: relative;
  padding-left: 45px;
  display: flex;
  min-height: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-item label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.radio-item label::after {
  visibility: hidden;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  left: 8px;
  top: 8px;
}
.ui-datepicker {
  display: none;
}
.ui-datepicker.dispnone{
  display: none !important;
}
.ui-dialog {
  z-index: 999;
}
.file-upload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.file-upload__button {
  color: #000000;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 0 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  float: left;
  position: relative;
  margin-right: 16px;
  cursor: pointer;
}
.file-upload__info {
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
}
.file-upload__info span {
  display: block;
  color: #606063;
}
.file-upload__remove {
  color: #343c47;
  text-decoration: underline;
}
.step-table {
  width: 100%;
  font-family: "Arial Narrow", Arial, sans-serif;
  margin-bottom: 1.25rem;
  color: #606063;
}
.step-table_main {
  font-size: 20px;
  color: #000;
}
.step-table .change-plan {
  color: #e3000b;
  text-decoration: underline;
}
.step-table .change-plan:hover {
  text-decoration: none;
}
.step-table tr td {
  vertical-align: top;
  width: calc(1040px / 3);
  border-top: 1px solid #dfdfdf;
  padding: 5px 0;
}
.faq .ui-accordion-header {
  font-family: 'HighVoltageRough', Arial, Geneva, Helvetica, sans-serif;
  background: none;
  border: 0;
  outline: none;
  line-height: 1.8rem;
  font-size: 1.6rem;
  padding: 15px 0;
}
.faq .ui-accordion-content {
  padding: 10px 0 25px;
  border: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
}
.faq a {
  color: #e3000b;
  text-decoration: underline;
}
.faq a:hover {
  text-decoration: none;
}
.contact-form__text-form ul,
.faq ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 1.5rem;
}
.contact-form__text-form ul:last-of-type,
.faq ul:last-of-type {
  margin-bottom: 0;
}
.contact-form__text-form ul li,
.faq ul li {
  padding-top: 10px;
}
.contact-form__text-form ul li:first-child,
.faq ul li:first-child {
  padding-top: 0;
}
.page-id-353 .simple-page__description div {
	width: auto!important;
}

.mobile-only {
	display: none;
}
@media screen and (max-width: 667px) {
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
}
@media screen and (max-width: 667px) {
	.ui-datepicker {
		font-size: 16px;
    /* bottom: calc(-100% + 272px ) !important;
    top: auto !important; */
	}

	.ui-datepicker .ui-datepicker-title select {
		padding-left: 5px;
	}
}
@media screen and (max-width: 667px) {
	.period .radio-item {
		float: none!important;
		margin-bottom: 22px;
	}
}

div#ui-datepicker-div {
    z-index: 99999 !important;
}