/*
* red: #a70e19;
*/



@font-face {
  font-family: 'roboto_monoregular';
  src: url(fonts/robotomono-regular-webfont.woff2) format('woff2'), url(fonts/robotomono-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto_monothin';
  src: url(fonts/robotomono-thin-webfont.woff2) format('woff2'), url(fonts/robotomono-thin-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eaSports';
  src: url(fonts/EA-Sports-Covers-SC.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html, .pageWrapper {
  height:100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: roboto, sans-serif;
  font-size: 1em;
  font-weight: 100;
  -webkit-animation: fadeIn 2s;
  background:#fff;
  color:#313131;
  height:100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
  	opacity: 0;
  }
  to {
 	opacity: 1;
  }
}
.mobile, .tablet {
  display: none;
}
.desktop, .fullscreen {
  display:block;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding:30px 15px;

}
.row {
  width:100%;
}
.container-full {
  margin: 0 auto;
  padding: 0
}
.container > .container {
  padding:0;
}
.contentWrapper {
  margin:15px auto;
}

.flexbox {
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}
.flexbox.txtImg {
  flex-wrap: nowrap;
  align-items: center;
}
.flex-100 {
  width:100%;
}
.flex-75 {
  width:75%;
}
.flex-66 {
  width:66%;
}
.flex-50 {
  width:50%;
}
.flex-33 {
  width:33%;
}
.flex-25 {
  width:25%;
}

.flexItem, .flex_item {
  padding:15px;
}
.imgList {
  padding:0;
}
.flexJustify-left {
  justify-content: flex-start;
}
.flexJustify-center {
  justify-content: center;
}
.flexJustify-right {
  justify-content: flex-end;
}
.flexJustify-sb {
  justify-content: space-between;
}
.flexJustify-sa {
  justify-content: space-around;
}
.flexJustify-se {
  justify-content: space-evenly;
}
.flexAlign-start {
  align-items: flex-start;
}
.flexAlign-normal {
  align-items: normal;
}
.flexAlign-center {
  align-items: center;
}
.flexAlign-baseline {
  align-items: baseline;
}
.flexAlign-end {
  align-items: flex-end;
}
.flexAlign-strech {
  align-items: stretch;
}
.spaceBetween .flexbox {
  justify-content: space-between;
  padding:15px;
}
.noFlex {
  width:100%;
  display:block;
}
.content {
  padding: 50px 0
}
h1, h2, .handwritten {
  font-family: 'eaSports', sans-serif;
  color:#a70e19;
  font-size:2em;
}
.handwritten {
  font-size: 1em;
}
h2, h3 {
  font-weight: 300;
  font-size:1.8em;
}

h1+h2, h2+h3 {
  margin-top: 0
}

blockquote {
  font-size:1.2em;
  font-weight: 400;
}
a {
  color:#a70e19;
  transition:all 0.4s ease;
  text-decoration: none;
  transition:all 0.4s ease;
}
a.navBtn {
  display: inline-block;
  padding:10px 20px;
  border:solid 1px #a70e19;
}
a.navBtn:hover, a.navBtn:focus {
  background:#a70e19;
  color:#fff;
}
.header_top a, .footer a:hover, .footer a:focus {
  color:#fff;
}
.footer a {
  color:#a70e19;
}
a:focus, a:hover {
  color:#a70e19;
}
.divider {
  width:100%;
  padding:30px 15px;
}
.green {
  color:#578F20;
}
.article_nav ul {
  padding:0;
  margin:0;
  list-style: none;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

a, li, p {
  font-size: 1.2em
}
label a {
  font-size:1em;
}
.nav li li, li a, p a, span a {
  font-size: 1em
}
.article_nav ul li {
  margin:15px;
}
.mobile {
  display: none
}

img {
  /*width: 100%;*/
  height: auto
}

.text-center, .align-center {
  text-align: center
}

.text-right {
  text-align: right
}

.small-content {
  max-width: 1024px;
}
.text-justify {
  text-align: justify;
}
p.twoCols {
  column-count:2;
  column-gap:30px;
}

.email-show::before {
  content: 'info@'
}

.email-show::after {
  content: 'mueller-gesundeschuhe.de'
}

.email-hide {
  display: none
}

.header_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  padding: 15px 0;
  width:100%;
  transition:all 0.2s ease;
  color:#fff;
  background: url(/custom/assets/bg-navi.jpg) no-repeat center center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.header_top .container {
  padding:0 15px;
}
.header_top .flexbox {
  justify-content:space-between;
  align-items: flex-start;
  width:100%;
}
.header_top .flex_item {
  padding:0 15px;
}
.nav-up {
  top: -190px
}
.logo img {
  max-width: 150px;
  height:auto;
}

.info span {
  display:inline-block;
  padding:15px 15px 0 15px;
}
.info, .info a {

}
.menu_btn a {
  height: 30px;
  display: block;
  width: 30px;
  margin: 10px 0
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 2px rgba(0,0,0,0.6);
  margin: 6px 0;
  display: block;
  transition: all .4s ease
}

.nav li ul, html.mm-opened .menu_btn a span {
  display: none
}

html.mm-opened .menu_btn a:before {
  transform: rotate(45deg)
}

html.mm-opened .menu_btn a:after {
  transform: rotate(-45deg);
  margin-top: -9.5px
}

html.mm-opened .menu_btn a {
  margin-top: 20px
}

.mainNav ul {
  margin: 0;
  padding: 0;
  display:flex;
}

.mainNav li {
  position: relative;
  list-style: none;
}
.mainNav li a {
  padding:15px;
  display:inline-block;
  text-shadow:1px 1px rgba(0,0,0,0.6);
  font-weight: 300;
}
.mainNav li:last-child a {
  padding-right:0;
}
.mainNav li a:hover, .mainNav li a:focus, .mainNav li.active a, .info a:hover, .info a:focus {
  color:#a70e19;
}
.mainNav ul.subNav {
  opacity:0;
  transition:all 0.4s ease;
  visibility: hidden;
  width:100%;
  display:block;
}
.subNav li a {
  font-size:0.65em;
  background:rgba(49,49,49,1);
  width:100%;
  display:block;
}
.mainNav li:hover > ul.subNav, .mainNav li:focus > ul.subNav {
    visibility: visible;
    opacity:1;
}
.mail, .phone {
  font-weight: 400;
  font-size: 1.5em;
}

.mainNav li ul {
  position: absolute;
  left: 0;
  z-index: 500
}


/*slider*/
.headSlider, .headSliderSub {
  position: relative;
  overflow:hidden;
  margin-top:100px;
}
.headSlider .slick-slider, .headSliderSub .slick-slider {
  margin:0;
}
.arrowDown {
  width:50px;
  height:50px;
  background:url(/custom/assets/arrow-down.png) center center no-repeat;
  background-size:contain;
  position: absolute;
  left:50%;
  margin-left:-25px;
  bottom:15%;
  z-index: 100;
  cursor:pointer;
  transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
.sliderItem,  .parallaxTxt {
  position:relative;
}
.sliderItem {
  height:100vh;
  background-size:cover !important;
}
.headSliderSub .sliderItem {
  height:700px;
  background-size:100% auto !important;
}
.sliderItem .flexbox, .parallaxTxt .flexbox {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  justify-content: center;
  align-items: center;
}
.parallaxTxt .flexbox {
  align-items: center;
}
.sliderItem .linkWrapper {
  text-align: center;
  position: relative;
  z-index:100;
}

.sliderTxt {

}
.slick-active .sliderTxt {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.sliderTxtInner p, .parallaxTxt {
  color:#fff;
  font-family: 'roboto';
  font-size:2em;
  text-shadow: 1px 1px rgba(0,0,0,0.6);
  text-align: center;
  margin:5px;
  font-weigth:100;
}

 .button {
  padding:10px 20px;
  font-size:1.2em;
  color:#fff;
  border: 2px solid #fff;
  border-radius: 8px;
  background:#a70e19;
  transition:all 0.4s ease;
  text-decoration: none;
  display:inline-block;
  margin-top:15px;
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
  cursor: pointer;
}
p .button {
  font-size:1em;
}
.headSlider .slick-dots, .headSliderSub .slick-dots {
  bottom:10px;
}
.headSlider .slick-dots li button::before, .headSliderSub .slick-dots li button::before {
  content:'';
  border:1px solid #a70e19;

}

/*teaser*/
.teaserImg {
  margin-top:-100px;
  background:#fff;
  padding:0 15px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index:100;
  /* box-shadow:0 -4px 0px 0px rgba(0,0,0,0.3); */
}

.teaserImg .gallery.flexbox {
  padding:0;
}
/*logoSlider*/
.logoSlider {
  margin:60px 0;
}
.logoSlider::before {
  position: absolute;
  content:'';
  height:100px;
  left:15px;
  right:15px;
  top:-100px;
  background:url(/custom/assets/shadow-oben.png) no-repeat center 60px;
  background-size:contain;
}
.logoSlider::after {
  position: absolute;
  content:'';
  height:100px;
  left:15px;
  right:15px;
  bottom:-100px;
  background:url(/custom/assets/shadow-unten.png) no-repeat center -20px;
  background-size:contain;
}
.logoSlider .slick-slide img {
  width:150px;
  height:auto;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color:#a70e19;
}
.logoItem a {
  display:flex;
  width:100%;
  align-items: center;
  justify-content: center;
}

/*video*/

.videoWrapper {
  height:100%;
  position: relative;
  overflow:hidden;
  margin:60px 0;
}
.videoWrapper video {
  /* position: absolute; */
  top:0;
  left:0;
  bottom:0;
  right:0;
  width: 100vw;
  object-fit: cover;
}
/*parallax*/
.parallaxItem {
  height:500px;
  background-size:cover !important;
  background-attachment: fixed !important;
  overflow:hidden;
  position: relative;
}
.parallaxTxt {
  height:100%;
}


/*Video*/
.plyr {
  min-width: 500px;
  margin:15px;
}
/*fadIn effect*/
.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/*team*/

.teamItem {
  width:45%;
  margin:1%;

  padding:0;
  border: 1px solid #a70e19;
  border-radius: 10px;
  overflow:hidden;
}
.teamItem.double {
  width:92%;
}
.double .left, .double .right {
  text-align:center;
}
.double .left ul, .double .right ul {
  text-align:left;
}
.teamItem span {
  display:block;
  margin-bottom:15px;
}
.teamItem .flexbox {
  flex-wrap:nowrap;
}
.teamImg, .teamDesc {
  width:50%;
}
.teamImg img {
  width:100%;
  height:auto;
  display:block;
}
.mainTitle {
  font-family: 'eaSports', sans-serif;
  color:#a70e19;
  font-size:2em;
}
.teamTxt {
  position: relative;
}
.news {
  position: relative;
}
.teamTxt::before, .news::after {
  content:'';
  width:100%;
  height:1px;
  position: absolute;
  left:0;
  top:10px;
  background:linear-gradient(to right, rgba(167, 14,65,0), rgba(167, 14,65,0.6), rgba(167, 14,65,0));
}
.news:after {
  top:auto;
  bottom:0;
}
.subTitle {
  font-size: 1.3em;
}

.infobox {
  border: 1px solid #a70e19;
  border-radius:10px;
}

.listItem {
  justify-content: flex-start;
  align-items: center;
  background:#a70e19;
  border-radius: 10px;
  margin-bottom:15px;
  flex-wrap:wrap;
  width:100%;
  margin:1%;
}
.listItem .icon .flexbox {
  align-items: center;
  flex-wrap:nowrap;
}
.listItem span {
  color:#fff;
  font-family: 'eaSports', sans-serif;
  display:inline-block;
  font-size:2em;
  padding: 0 15px;
}
.listItem .icon {
  position: relative;
  width:100%;
  cursor:pointer;
}
.listItem .txt {
  width:100%;
  padding-top:0;
}
.listItem ul {
  margin:0;
  padding:0 15px;;
  color:#fff;
  list-style: circle;
}
.listItem .icon::after {
  content:'';
  height:25px;
  width:25px;
  border-bottom:solid 2px #fff;
  border-left:solid 2px #fff;
  transform:rotate(-45deg);
  position: absolute;
  top:15px;
  right:20px;
  transition:all 0.4s ease;
}
.listItem .icon.open:after {
    transform:rotate(135deg);
    top:25px;
}
.toggle_container {
  width:100%;
  padding:30px 15px 15px;
  position: relative;
}
.toggle_container::before {
  content:'';
  width:100%;
  height:1px;
  background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
  position: absolute;
  top:5px;
  left:0;
}

.yform {
  padding:15px;
  width:80%;
}
.form-group {
  margin-bottom:15px;
  display: flex;
  align-items: center;
}
.control-label {
  padding:5px 15px;
  width:30%;
  text-align: right;
  font-size:1.2em;
  color:#00547a;
}

.form-control {
  padding:5px 15px;
  background:transparent;
  border:1px solid #c34880;
  border-radius: 0;
  width:60%;
  font-size:1.2em;
  color:#666;
  background: #eee;
}

.form-control.datepicker {
  width:20%;
}
.qRequest {
  width:80%;
  margin:0 auto;
}
.qRequest label {
  display:none;
}
.qRequest .form-control.datepicker, .qRequest .btn {
  width:100%;
  background:transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #c34880;
  color:#fff;
  font-weight: 100 !important;
  margin:15px 0;
  font-family: 'roboto';
}


.yform .btn {
  color:#666;
  padding:10px 20px;
  font-size:1.2em;
  font-weight:400;
  border:1px solid #c34880;
  background:transparent;
  margin-left:30%;
  cursor:pointer;
  transition:all 0.4s ease;
}
.yform .qRequest .btn, .pinkBtn {
  border:1px solid #c34880;
  padding:10px 20px;
  font-size:1.2em;
  color:#c34880;
  border-radius:0;
  margin:15px 0;
}
.button:hover, .button:focus, .yform .btn:hover, .yform .btn:focus, .yform .qRequest .btn:hover,  .yform .qRequest .btn:focus, .yform .btn:hover, .yform .btn:focus  {
  background:#fff;
  color:#a70e19;
  border-color:#a70e19;
}
.formcheckbox label {
  margin-left: 30%;

}
.formcheckbox {
    margin-bottom:15px;
}

.contentImg {
  width:400px;
  height:auto;
}
.imgList {
  align-items: center;
}
.bottomCenterImg {
  justify-content: center;
}
.listImg img:not([width]) {
  width:100%;
  height:auto;
}
.gallery.flexbox {
  justify-content: center;
  align-items: center;
  padding:30px 0;
}
.gallery a {
  display: inline-block;
}
.gallery.bottomLeftImg {
  justify-content: flex-start;
}
/*footer*/
footer {
  background:url(/custom/assets/bg-footer.jpg) no-repeat center center;
  background-size:cover;
  padding-top:5px;
}
.footer {
  color:#fff;
}
.wBorder {
  background:#fff;
  width:100%;
}
.wBorder.small {
  height:5px;
}
.wBorder.big {
  height:15px;
  margin-top:10px;
}

.footer {
  position: relative;
}
.footer a {

}
.footer a:hover, .footer a:focus {

}


.footer .flexbox {
  justify-content: space-between;
  align-items: flex-end;
  margin:0 -15px;
}
.fLinks {

}
.footer .flex_item {
  width:33%;
}
.fLogo img {
  width:200px;
  height:auto;
}
.fLogo {
  padding:15px;
}
.oez h3, #rex-160 h3 {
  margin:0;
}
.navFooter ul {
  margin:0;
  padding:0;
  text-align: right;
}
.navFooter ul li {
  padding:0 15px 0 0;
}
.rex-navi1 li {
  list-style: none;
}
.copyWrapper {
  text-align: center;
  padding:5px 15px;
}
.copyWrapper p {
  margin:0;
}

/*mediaqueries*/

@media screen and (max-width:1350px) {
  body {
    font-size:1em;
  }
  .container {
    width:100%;
    max-width:1024px;
  }

  .mainNav li a {
    padding:10px;
    font-size:0.9em
  }
  .sliderItem {
    height:90vh;
  }
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .fullscreen {
    display:none;
  }
  .tablet {
    display: block;
  }
  .logo img {
    max-width:130px;
  }
  .sliderItem {
    height:400px;
    background-size:100% auto !important;
  }
  .teaserImg {
    margin-top:0;
  }
  .info span {
    padding:15px;
  }
  .info {
    position: relative;
  }
  .info::after {
    content:'';
    width:100%;
    height:1px;
    position: absolute;
    left:0;
    bottom:15px;
    background:linear-gradient(to right, rgba(167, 14,65,0), rgba(167, 14,65,0.6), rgba(167, 14,65,0));
  }
  .flex-75, .flex-50 {
    width:95%;
  }
  .slick-dots {
    bottom:-60px;
    z-index: 5;
  }
  .headSlider .slick-dots, .headSliderSub .slick-dots {
    bottom:40px;
  }
  .headSliderSub .sliderItem {
      height:500px;
      background-size:cover !important;
    }
  .teamItem .flexbox {
    flex-wrap: wrap;
    align-items: center;
  }
  .teamItem {
    width:92%;
  }
  .teamImg, .teamDesc {
    width:100%;
  }
  .teamImg img {
    max-width:500px;
    width:auto;
    height:auto;
    margin:0 auto;
  }
  .address a {
    display:block;
  }
}
@media screen and (max-width:768px) {
  .mobile {
    display:block;
  }
  .desktop {
    display:none;
  }
  .header_top {
    position: absolute;
  }
  .menu_btn {
    position: absolute;
    top:30px;
    left:30px;
  }
  .logo img {
    max-width:150px;
  }
  .logo {
    width:100%;
    text-align: center;
  }
  h3 {
    font-size:1.4em;
  }
  p, li, a {
    /* font-size: 1em; */
  }
.headSliderSub .sliderItem, .sliderItem {
  height:350px;
}
.headSliderSub, .headSlider {
  margin-top:90px;
}
  .rex-yform {
    padding:15px 0;
  }
  .control-label {
    width:30%;
  }
  .contentImg {
    width:100%;
  }
  .listItem span {
    font-size: 1.6em;
  }
  .footer .flexbox, .flexbox.txtImg {
    flex-wrap:wrap;
  }
  .images {
    padding: 0;
  }
  .footer .flex_item {
    width:100%;
    text-align:center;
  }
  .navFooter ul {
    display: flex;
    justify-content: center;
  }
  .listImg.flex-25 {
    width:50%;
  }
  .listImg img {
    width:100%;
  }
}
@media screen and (max-width:600px) {
  .headSliderSub .sliderItem, .sliderItem {
    background-size:cover !important;
  }
  .form-group {
    flex-wrap:wrap;
  }
  .form-control, .control-label {
    width:100%;
  }
  .control-label {
    padding:5px 0;
        text-align: left;
  }
  .rex-yform .btn {
    margin-left:0;
  }
  .listItem span {
    font-size:1.2em;
  }
  .sliderTxtInner p, .parallaxTxt {
    font-size:1.5em;
  }
}
@media screen and (max-width:500px) {
  .listImg.flex-25, .listImg.flex-33 {
    width:100%;
  }
}
