

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

h5{
  margin-top: 15px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.panel-right{
	position:fixed;
	right:-20px;
	top: 500px;
	z-index:80;
	transition: all .5s;
}

.panel-right2{
	position:fixed;
	right:-20px;
	top: 580px;
	z-index:99;
	transition: all .5s;
}
.panel-right2 .btn-panel{
	background-color: #9f9f9f
}
.panel-right2 .fa-panelr{
	color: #9f9f9f
}

.panel-right:hover{
	right:0px;
}

.panel-right2:hover{
	right:0px;
}

.panel-right3 {
    position: fixed;
    right: -20px;
    top: 625px;
    z-index: 99;
    transition: all .5s;
}
.panel-right3 .btn-panel{
	background-color: #6f6f6f;
}
.panel-right3 .fa-panelr{
	color: #6f6f6f;
}
.panel-right4 {
    position: fixed;
    right: -20px;
    top: 670px;
    z-index: 99;
    transition: all .5s;
}
.panel-right4 .btn-panel{
	background-color: #4c4c4c;
}
.panel-right4 .fa-panelr{
	color: #4c4c4c;
}
.panel-right3:hover {
    right: 0px;
}
.panel-right4:hover {
    right: 0px;
}

@media(max-width:1400px){
	.panel-right{
	top: 360px;
    top: 360px;
    right: -121px;
    position: fixed;
    right: -121px;
    z-index: 80;
    transition: all .5s;
	}

	.panel-right3{
		top: 485px;
		right: -150px;
	}
	.panel-right4{
		top: 530px;
		right: -150px;
	}
}
.fa-panelr{
	text-align:center;
	z-index: 200;
}
.panel-btn{
  position: relative;
  text-align: left;
  color: white;
  margin-left: 40px;
}

.sport-tekstil{
	font-size: 10px;
    position: absolute;
    top: 1px;
    left: 124px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.6em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}
@media (max-width: 960px){
 .menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
} }
@media (min-width: 961px){
.menu > ul > li > ul {
    display: none;
    width: 75%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    margin-left: 12.6%;
    list-style: none;
    box-sizing: border-box;
}
}

.menu-tabs{
	text-transform: uppercase;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}
@media (max-width: 960px){
	.menu > ul > li > ul > li {
		margin: 0;
		padding-bottom: 0;
		list-style: none;
		width: 25%;
		background: none;
		float: left;
	}
}
@media (min-width: 961px){
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.3%;
    background: none;
    float: left;
}
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


@media only screen and (max-width: 1500px) and (min-width: 1250px){
	.menu-container {
    width: 95%;
    margin: 0 auto;
    background: #e9e9e9;
}
}

@media only screen and (max-width: 1249px) and (min-width: 1150px){
	.menu-container {
    width: 95%;
    margin: 0 auto;
    background: #e9e9e9;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 2em;
    display: block;
}
}
@media only screen and (max-width: 1149px) and (min-width: 959px){
	.menu-container {
    width: 95%;
    margin: 0 auto;
    background: #e9e9e9;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 1.5em;
    display: block;
}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
	.logo-sm{
		display:none !important;
	}
	.hidden-sm-down{
		display:none !important;
	}
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
		padding: .6em 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}


/*Sommer Seite*/
.container .btn-link:hover{
    color: #fff;
    background-color:#9f9f9f;
    transition: all .3s;
}
.container .btn-link:hover a{

    text-decoration: none!important;
}

 .artikel-gap{
    margin-top: 20px;
    margin-bottom: 60px;
}

a.btn-etz{
  border: 1px solid #333;
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
  display: inline-block;
}

a.btn-etz:hover{
  border: 1px solid #E3320D;
  padding: 10px 20px;
  color: #E3320D;
  transition: all 0.5s ease 0s;
}



/*New Menu*/
.button_container {
  position: fixed;
  top: 4%;
  right: 2%;
  height: 32px;
  width: 37px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.m-text{
  position: absolute;
top: -23px;
color: #bf00bd;
text-transform: uppercase;
left: -1px;
font-weight: 600;
}
.active .m-text{
  color: #fff;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
    background: #bf00bd;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay_m {
    position: fixed;
    background: #bf00bd;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay_m.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.overlay_m.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay_m.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay_m.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay_m.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay_m nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay_m ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay_m ul li {
  display: block;
  min-height: 85px;
  position: relative;
  opacity: 0;
  font-size: 40px;
}

@media(max-width:1400px){
  .overlay_m ul li {
  font-size: 35px;
}
}
@media(max-width:767px){
  .overlay_m ul li {
  font-size: 28px;
}
}
.overlay_m ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  padding: 15px 0px;
}
.overlay_m ul li a:hover:after, .overlay_m ul li a:focus:after, .overlay_m ul li a:active:after {
  width: 100%;
}
.overlay_m ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.h_margin h4{
  margin: 35px 0px 5px 0px;
  text-transform: uppercase;
  font-size: 20px;
}

@media(min-width:991px){
  .panel-right {
    display:none;
    position: fixed;
    right: -20px;
    top: 500px;
    z-index: 99;
    transition: all .5s;
  }
  .btn-panel {
    padding: 5px 0px;
    border: 2px solid white;
    width: 120px;
    height: 120px;
    background-color: #E8000A;
    color: #fff;
    /* border-radius: 30px 0 0 30px; */
    display: block;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
    border-right: 0px;
    box-shadow: 4px 4px 20px -7px #000;
    cursor: pointer;
  }
  .panel-btn {
      position: absolute;
      text-align: center;
      top: 37%;
      color: white;
      left: 35%;
  }
  .fa-panelr {
    text-align: center;
    z-index: 200;
    display: none;
  }
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

.panel-right2 img{
  max-width: 200px;
}

@media(max-width:767px){
  .panel-right2{
    display:none;
  }
}

.lookbook{

  top: -30px;
  text-align: center;
}

.lookbook a{
  background: #e8000a;
  color: white;
  /* width: 200px; */
  padding: 20px 60px;
  text-align: center;
}

.mobile-gold {
    position: fixed;
    bottom: 5px;
    left: 5px;
    background: #e8000a;
    z-index: 20000;
    width: 50px;
    height: 50px;
    padding: 5px 8px;
}

@media(min-width:767px){
  .mobile-gold{
    display:none;
  }
}

.sub {
  margin-bottom: 25px;
  color: #333;
}

.bedingungenk {

  text-align:left;
}

@media(max-width:767px) {
  .bedingungenk {
transform: unset;
  }
  .our_services h2{margin-bottom: 30px;}
  .our_services h3{color: #00bf02;}
}

@media (max-width:767px) and (min-width: 576px) {

.service h4 {
  font-size:14px;
}

}

.h2gray {
  color:#333;
}
