#PageLevel{padding-bottom:0!important;}
.FreiHausHint {
	background-color: #CCFFCC;
	border: 1px solid #006600;
	padding: 10px 10px 10px 10px;
}
::-webkit-input-placeholder {
	color: #9c9c9c;
	opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
	color: #9c9c9c;
	opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #9c9c9c;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #9c9c9c;
}
.ui-tooltip{
	background:black;
	color:white;
	opacity:1;
}
img.customData-toggle, img.customData-help{
	margin-left:4px;
}
div.customDataContainer-outer{
	margin-top: 4px;
	margin-left: 340px;
	padding-bottom: 4px;
	padding-left: 13px;
}
input.customData:nth-child(1){
	margin-left:0px;
}
input.customData{
	width:24%;
	padding:5px;
	padding-left:5px;
	margin-left:5px;
}
div.custom-data-right{
	margin-left:25px;
}
img.custom-data-add{
	border: 1px solid #999999;
	border-left:none;
}
#warenkorb-headerImages div.inline-block{
	min-width:105px;
}
#warenkorb-headerImages div.warenkorb-headerImagesText{
	margin-top:5px;
	word-break: break-word;
}

img#CloseAngebotIFrame{
	right:0;
	top:0;
	margin-right: 2px;
	margin-top:2px;
}
div#AngebotIFrame-OuterContainer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	border-radius: 8px;
	display:none;
	align-items:center;
	align-content:center;
}
div#AngebotIFrame-InnerContainer{
	height: 100%;
	width: 530px;
	max-height:720px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 0 100px #2f2f2f;
	position: relative;
}
#AngebotIFrame{
	height: 100%;
	width: 100%;
	border:none;
}

@-webkit-keyframes shake {
  0%, 80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  70% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.shake {
  -webkit-animation: shake;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: linear;

}

h1.wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
}

h1.wiggle:hover {
  animation: none;
}

.navArrow {
	font-weight: bold;
	color: #656565;
	width: 240px;
	padding: 5.5px 3px;
	text-align: center;
	background-color: #EFEFEF;
	position: relative;
	flex-shrink: 1;
}
.navArrow:not(:first-child) {
	margin-left: 3px;
}
.navArrow:not(:last-child)::after,
.navArrow:not(:first-child)::before{
	border-top: 15px inset transparent;
	border-bottom: 15px inset transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.navArrow:not(:last-child)::after {
	border-left: 20px solid #EFEFEF;
	right: -20px;
	z-index: 4;
}

.navArrow:not(:first-child)::before{
	border-left: 20px solid #fff;
	left: 0;
	z-index: 3;
}

.navArrow.active {
	background-color: #004467;
	color: white;
	width: 480px;
	flex-shrink: 2;
	min-width: 230px;
}

.navArrow.active::after {
    border-left-color: #004467;
}

.plusMinusButton {
    padding: 1px;
    height: 30px;
    width: 30px;
    border: 1px solid #999;
    background-color: #ddd;
}
.plusMinusButton:hover {
    cursor: pointer;
    background-color: #ccc;
}
.plusMinusButton:active {
    background-color: #aaa;
}

.mengenrabatt {
    display: none;
    position: fixed;
    padding: 15px;
    z-index: 1101;
    top: 30%;
    left: 25%;
    bottom: 40%;
    right: 25%;
    text-align: center;
}
.mengenrabatt .text-light-gray {
    color: #111 !important;
}
.mengenrabatt .text-light-gray div:first-child{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1rem;
}
.okButton {
    padding: 5px;
    border-radius: 3px;
    background-color: #ccc;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 18px !important;
}
.mengenrabatt .pointer:hover {
    background-color: #aaa;
}

.mengenrabatt .pointer:active {
    background-color: #999;
}

.validInput {
    background-color: #afa;
    border-color: #0f0 !important;
}

.invalidInput {
    background-color: #fdd;
    border-color: #f00 !important;
    border-width: 2px !important;
}

@media only screen and (max-width:1100px) {
	div.customDataContainer-inner{
        display: none;
		position: fixed;
        top: 25%;
        left: 25%;
        right: 25%;
        background-color: #fff;
        z-index: 1101;
        padding: 15px;
	}
    input.customData{
        width: 100%;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .wk-schlauchschutz-image {
        top: 0;
        margin-top: 4.8px;
    }
}
/* Small Devices , Normal Tablets */
@media only screen and (max-width:801px) {
	.ui-tooltip{
		display:none!important;
	}
	
	div.customDataContainer-outer{
		margin-left: 25%;
		padding-left:0px;
	}
	div.WarenkorbFrame{
		border:none;
		padding:0px;
	}
	div.FreiHausHint{
		width:360px;
	}
	div.customDataContainer-inner{
        top: 15%;
        left: 15%;
        right: 15%;
    }
    .wk-schlauchschutz-image {
        margin-top: 3px;
    }
}
@media only screen and (max-device-width: 768px){
    .wk-schlauchschutz-image {
        top: 0;
    }
}
@media only screen and (max-device-height: 667px){
	div#AngebotIFrame-OuterContainer{
		bottom:0%;
	}
}
@media only screen and (max-device-height: 568px){
	div#AngebotIFrame-InnerContainer{
		max-height:520px;
	}
}
/* Phones */
@media only screen and (max-device-width: 600px) {
	input.customData:nth-child(3){
		margin-left:0px;
	}
	div#warenkorb-headerImages-OuterContainer{
		display:block;
		float:none;
	}
	div#warenkorb-headerImages{
		text-align:center;
		margin-top:6px;
		width:100%;
	}
	div#warenkorb-headerImages div.inline-block{
		width:85px;
	}
    .wk-schlauchschutz-image {
        margin-top: 2.5px;
    }
}

@media only screen and (max-device-width: 550px) {
	div#AngebotIFrame-InnerContainer{
		padding-bottom:5px;
		width:95%;
	}
    
}

@media only screen and (max-device-width: 468px){
    .wk-schlauchschutz-image {
        top: 0;
        margin-top: 2px;
    }
}