@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


.dropdown_button make-link{
padding: 32px;
	color:#000000;
}	

#price-label{
font-weight:bold;
font-size:1.4em;
color:#000000;

}
#price-content{
font-weight:bold;
font-size:1.4em;
color:#000000;

}
.price_fix_meter{
    position: absolute;
    top: 170px;
}
.inside_img_container_img {
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
   
.content_inside_img_container {
    width: 66%;
    padding-left: 10px; /* Add some padding between image and content */
    text-align: left;
    margin-bottom: 10%;
    position: relative;
}
  .titel_inside {
    margin: 0;
	font-size:1.0em;
  }
  
  .description_inside {
    /* margin: 0; */
    margin-top: 6%;
    margin-bottom: 6%;
	font-size:0.9em;
  }
  
  .button_inside_img {
    position: absolute;
    top: 205px;
    width: 95%; 
    padding: 10px;
    background-color: #F5F5F5;
    color: black;
    border: 1px #E0E0E0 solid;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    display: block;
  }
  .button_inside_img:hover {
  color:#FFFFFF;
  background-color:#0099FF;
  
  }
  
  
  .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
  
.inside_img_container {
    flex: 0 0 calc(33.33% - 15px); /* 3 images per row on PC with some spacing */
    margin: 5px; /* Adjust spacing between images */
    text-align: center;
    text-decoration: none;
    display: flex;
    border: 1px solid gray;
    border-radius: 5px;
    height: 255px;
}
  
  /* Style for each image */
  .inside_img_container img {
    width: 100%;
    height: 100%; /* Set both height and width to 100% for a square image */
    object-fit: contain;

    /* width: 100%;
    height: 90%; */
  }
 



body {
    margin: 0;
    padding: 0;
    font-family: robotolight,Arial, Helvetica, sans-serif;
    
}
.wrapper {
	background-color:cae3f1;
    background-color: white;
    margin:0 auto;
	max-width:1440px;
	margin-top:-10px;
	border-right:1px solid #cae3f1;
	border-left:1px solid #cae3f1;
}
header {
    position: relative;
}
.header-top{
    width: 100%;
    background: #142136;
    padding: 20px;
    box-sizing: border-box;
}
.header-top .content{
    display: flex;
}
.header-top .content .logo{
    width: 25%;
    display: flex;
    align-items: center;
    text-align: left;
}
.header-top .content .logo img{
    border-radius: 10px;
}
.header-top .content .middle-text{
    width: 55%;
    display: flex;
    align-items: center;
    
}
.header-top .content .middle-text h3{
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.header-top .content .middle-text p{
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.header-top .content .ecommerce-tools{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}
.header-top .content .ecommerce-tools button{
    background: #0066cc;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
}
.header-top .content .ecommerce-tools button img{
    width: 40px;
}
.navigation{
    width: 100%;
    background: #0066cc;
}
.navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navigation ul li{
    display: inline-block;
}
.navigation ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    border-right: 1px solid #45a2ff;
}
.navigation ul li a:hover{
    color: #000;
}
.navigation ul li:first-child a{
    border-left: 1px solid #45a2ff;
}

.container{
    max-width: 1140px !important;
    margin: 0 auto !important;
}

.toggle-bar{
    display: none;
}
@media(max-width: 767px){
    .header-top .content{
        display: block;
    }
    .header-top .content .logo{
        width: 100%;
        justify-content: center;
    }
    .header-top .content .logo img{
        width: 200px;
    }
    .header-top .content .middle-text{
        width: 100%;
    }
    .header-top .content .middle-text h3{
        font-size: 20px;
    }
    .header-top .content .middle-text p{
        font-size: 16px;
    }
    .header-top .content .ecommerce-tools{
        width: 100%;
        justify-content: center;
    }
    .navigation ul{
        display: none;
    }
    .navigation-bar-show{
        display: block;
    }
    .navigation ul li{
        display: block;
    }
    .navigation ul li:first-child a{
        border-left: none;
    }
    .navigation ul li a{
        display: block;
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #45a2ff;
        box-sizing: border-box;
    }
    .navigation .toggle-bar{
        display: block;
        text-align: center;
        border-bottom: 1px solid #45a2ff;
    }
    .navigation .toggle-bar .toggle-icon{
        font-size: 30px;
        color: #fff;
        padding: 15px 20px;
        text-align: right;
    }
}


/* Product page css */
.product-info .left-side{
    width: 50%;
}
.product-info .left-side .bigFoto{
    border: 1px solid #ccc;
}
.product-info .right-side{
    width: 50%;
    margin-top: 50px;
}
.product-info .right-side h1{
    font-size: 28px;
    margin-left: 10px;
}
.product-info .right-side h2{
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.product-info .right-side select{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.product-info .right-side .select-div img{
    width: auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.product-info .right-side .show-div img{
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;

}
.product-info .right-side .buybox--button-block{
    width: 100%;
    display: block;
    border: none;
    font-size: 20px;
    padding: 20px;
    background: #0066cc;
    color: #fff;
    cursor: pointer;
}
.product-info .right-side .prod-options2{
    background: #ccc;
    padding: 15px;
    box-sizing: border-box;
}





.product__info .product-logo{
    width: 100%;
    text-align: right;
    margin-top: -70px;
}
.product__info .product-logo img{
    text-align: right;
    width: 200px;
}

.product-details {
    padding: 50px 0;
  }
  .product-details .heading{
    font-size: 25px;
    margin-bottom: 45px;
  }
  .product-details .img-wrapper {
    width: 100%;
    height: 100%;
  }
  .product-details .swiper {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 400px;
  }
  @media (max-width: 767px) {
    .product-details .swiper {
      max-height: 400px;
    }
    .product__info .product-logo{

    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
}
  }
  @media (max-width: 480px) {
    .product-details .swiper {
      max-height: 300px;
    }
  }
  @media (max-width: 320px) {
    .product-details .swiper {
      max-height: 250px;
    }
  }
  .product-details .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .product-details .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-details .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-details .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .product-details .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .product-details .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    max-width: 80px;
    max-height: 80px;
  }
  .product-details .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1.5px solid rgb(255, 118, 69);
    border-radius: 5px;
    overflow: hidden;
  }
  .product-details .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-details .mySwiper2 {
    height: 100%;
    width: 100%;
  }
  .product-details .mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-details .mySwiper2 .swiper-button-next,
  .product-details .mySwiper2 .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: rgba(255, 255, 255, 0.589);
    border-radius: 5px;
  }
  .product-details .mySwiper2 .swiper-button-next::after,
  .product-details .mySwiper2 .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
    color: #494949;
  }
  .product-details .mySwiper2 .swiper-pagination-bullet-active {
    background-color: rgb(255, 118, 69);
  }
  
  .details__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media (max-width: 767px) {

    .details__wrapper {
      grid-template-columns: 1fr;
    }
    .product-details{
        padding: 10px;
    }
  }
  .product-details .product__info h2{
    margin: 0;
    padding: 0;
    font-size: 30px;
  }
  .details__wrapper .slider-container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 20px;
    width: 100%;
    overflow: hidden;
  }
  .details__wrapper .slider-container .dd2 {
    width: 100%;
    overflow: hidden;
  }
  
  .details__wrapper .input__group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: gray;
    padding: 6px 0;
  }
    .details__wrapper .input__group:first-child{
        padding-bottom: 28px;
    }
    .details__wrapper .input__group:first-child label{
        font-size: 18px;
    }
  .details__wrapper .input__group .selector {
    width: 100%;
  }
  .details__wrapper .input__group .input {
    position: relative;
    background: rgb(243, 243, 243);
    width: 100%;
    background: linear-gradient(180deg, rgb(253, 253, 253) 0%, rgb(247, 247, 247) 100%);
  }
  .details__wrapper .input__group .input .arrow {
    width: 40px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(190, 190, 190);
    z-index: 0;
  }
  .details__wrapper .input__group .input .arrow svg {
    width: 16px;
    fill: #8c9595;
  }
  .details__wrapper .input__group .image__input__wrapper {
    display: flex;
    gap: 10px;
  }
  .details__wrapper .input__group .image__input__wrapper .img__wrapper {
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    height: 40px;
  }
  .details__wrapper .input__group .image__input__wrapper .img__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .details__wrapper .input__group label {
    font-weight: 600;
    font-size: 16px;
  }
  .details__wrapper .input__group select {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgb(190, 190, 190);
    color: #8c9595;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    position: inherit;
    z-index: 1;
    padding-right: 50px;
  }
  .details__wrapper .input__group.qty {
    max-width: 150px;
    margin-bottom: 3px;
  }
  .details__wrapper .input__group.qty select {
    font-weight: 600;
  }
  .details__wrapper button {
    width: 100%;
    border: none;
    outline: none;
    background: rgb(255, 118, 69);
    background: linear-gradient(180deg, rgb(255, 118, 69) 0%, rgb(244, 51, 27) 100%);
    padding: 12px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
  }
  .details__wrapper .divider {
    width: 100%;
    height: 1px;
    background-color: lightgray;
    margin: 15px 0;
  }
  .details__wrapper .info__header {
    display: flex;
    align-items: center;
    max-width: 300px;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .details__wrapper .info__header p {
    color: #8c9595;
    margin: 0;
    padding: 0;
  }
  .details__wrapper .info__header .title {
    font-weight: 700;
    color: #494949;
  }
  .details__wrapper .info {
    padding: 0;
    font-size: 70%;
    margin-bottom: 15px;
  }
  .details__wrapper .info .item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #84b8d8;
  }
  .details__wrapper .info .item p {
    margin: 0;
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  .details__wrapper .info .item span {
    width: 10px;
    height: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #84b8d8;
  }
  .details__wrapper .info .item:nth-last-child(1) {
    color: #2dc467;
  }
  .details__wrapper .info .item:nth-last-child(1) span {
    background: #2dc467;
  }/*# sourceMappingURL=style.css.map */



/* footer css */
/* Footer css...................*/
.footer{
	background-color: #000;
    padding: 50px 0;
    margin-top: 50px;
}
.footer .row{
    display: flex;
}
.footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer .footer-col p{
    color: #bbbbbb;
    font-weight: 400;
    text-align: justify;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
    text-align: left;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #0066cc;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a i{
    margin-top: 12px;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
    .footer .row{
        display: block;
    }
  .footer-col{
    width: 50%;
}
    .footer .social-links{
        text-align: left;
    }
    .footer-col h4{
        margin-bottom: 25px;
        margin-top: 0;
        padding-top: 0;
    }
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
}
.copyright p{
    background: #0066cc;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}




.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cart-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
}
.price-label-oben {
    display:block;
	color:#000000;
    font-weight: bold;
    font-size: 0.8em;
	text-align:left;
	padding-left:-6px;
	right:-20px;
}
.burger {
    display: none;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    margin-left: 5px;
    /* width: 30px; */
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1 solid grey;
    border-radius:5px;
	margin-top: 0px;
}
#main-nav {
    /* margin-top: 20px; */
    font-size: 20px;
    color: #44afec;
    background-color: aliceblue;
}
/* .searchBlock{
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 50px;
} */
#suche {
    border: 1px solid #A0A2A5;
    border-radius: 5px;
    margin-left: 5px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    width: 99%;
    color: black;
    margin-top: 10px;
}
.searchBttn{
    border: none;
    cursor: pointer;
    background-color: transparent;
    width: 38px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 90px;
}
.nav-list {
    background-color:#FFFFFF;
	list-style-type: none;
    margin: 0;
    margin-top:2px;
	padding: -10px;
    display: flex;
    justify-content: space-evenly;
    z-index: 1;
    /* padding-inline: 0px; */
    margin-inline-start: 3em;
    margin-inline-end: 3em;
    padding-inline-start: 0px !important;
}
.menu-item {
   	position: relative;
    padding: 4px;
}
.nav-list li:nth-of-type(1) .dropdown.dropdown.show{
    left: 10px;   
}
.nav-list li:last-of-type .dropdown.dropdown.dropdown.show a{
    border-bottom: 1px solid gray;
}
.nav-list li:last-of-type .dropdown.dropdown.dropdown.show a:first-of-type{
    border-top: 1px solid gray;
}
.nav-list li:nth-of-type(1) .dropdown.dropdown.show a{
    border-bottom: 1px solid gray;
}
.nav-list li:nth-of-type(1) .dropdown.dropdown.show a:first-of-type{
    border-top: 1px solid gray;
}
.nav-list li:nth-of-type(6) .dropdown.dropdown.show{
    min-width: 180px;
    transform: translateX(-15%);
}
.dropdown_button {
    width:220px;height:40px;
	background-color: aliceblue;
    border: 2px solid #44afec;
    color: #44afec;
    /* padding: 10px 20px; */
    font-size: 18px;
    cursor: pointer;
}

.dropdown_button:hover {

color: aliceblue;
background-color: #44afec;
}
/* .dropdown_button:focus {
    color: black;
} */
.dropdown.show {
    display: block;
}
.dropdown {
    display: none;
    position: absolute;
    border:2px solid #44afec;
	top: 100%;
    left: 0;
    right: 0;
    background-color: white ;
    /* padding-top: 4px; */
    min-width: 300px;
    z-index: 1000;
}
.under_dropdown:first-child{
border-top:2px solid #44afec;
}

.under_dropdown {
    color: black;
    text-decoration: none;
    font-size: 17px;
    background-color:#FFFFFF;
	border-bottom:2px solid #44afec;
	border-left:2px solid #44afec;
	border-right:2px solid #44afec;
    cursor: pointer;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    text-align: left;
}
.under_dropdown:hover {
    color: #3d9dd4;
}
.div_column a:hover{
    color: #44afec;   
}
.div_column a:first-child {
    border-top: 1px solid #44afec;
	
}
.div_column a {
    border-bottom: 1px solid #44afec;
	border-left: 1px solid #44afec;
	border-right: 1px solid #44afec;
	
}
.div_column {
    display: none;
    color: black;
    text-decoration: none;
    font-size: 15px;
    background-color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
	margin-left:10px;
}
.div_column.show {
    display: block;
}
.dropdown a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding: 4px;
    transition: background-color 0.3s;
}
.dropdown a:hover {
    color: #808080;
}
.main-info {
    padding: 20px;
    padding-top: 0px;
    text-align: center;

width: 80%;
margin: 0 auto;
}
/* Footer styling */
footer {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #3d9dd4;
    color: #fff;
}
.footer-column {
    flex: 1;
    padding: 0 10px;
}
.footer-column h4 {
    margin-top: 0;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 8px;
}
.footer-column ul li a {
    text-decoration: none;
    color: #fff;
}
.footer-column ul li a:hover {
    text-decoration: underline;
}
/* end footer */
#mainfoto {
    max-width: 95%;
    height: auto;
}
#tab3{
text-align:right;


}
.euro2{
text-align:right;


}
#image_leine{
     max-width: 90%;
     max-height: 90%;
     margin-left: 0;
     margin-right: 0;
}
.maintitle {
    text-align: center;
    font-size: 2.5em;

}
.maintext{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.col1 {
    order: 1;
}
.col2 {
    order: 2;
}
.product-info {
    display: flex;
}
.product-info img{
    width: 100%;
}


.sum {
    padding: 20px 0px;
    border-top: lightgray 1px solid;
    /* max-width: 60%; */
    font-size: 18px;
    
}
.col1prod{
    
	order: 1;
    text-align: right;
    flex-basis: 50%;
    padding: 20px;
}
.col2prod{
    
	order: 2;
    text-align: left;
    flex-basis: 50%;
    padding: 20px;
    padding-top: 0px;
}
.col2prod a:visited{
    color: #44afec;
}
.col2prod span{
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.col2prod .prod-options p{
    /* display: inline-block !important; */
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
.prod-show{
    display: inline-block !important;
}
.choice {
    padding: 0.5rem;
    border: 1px solid #ccc;
  border-radius: 0.25rem;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background-color: white;
  margin-right: 10px;
  width: 150px;
}
.choice:focus {
    outline: none;
    border-color: #0066cc;
}
.pause {
    display: none;
}
.pause-tab{
    display: none;
}
.buy-button{
    padding: 10px 15px;
    font-size: larger;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #44afec;
    border: solid 1px #44afec;
    color: white;
}
.cart-img{
    /* width: 36px; */
    height: 40px;
	border:1px solid grey;
	border-radius: 5px;
	margin-top:14px;
	margin-left:0px;
}
.extras{
    display: none;
}
.more-info a{
    padding-bottom: 15px;
    display: block;
    padding-left: 20px;
}
#cart{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#extHtml.slideIn{
    display: block;
}
#extHtml{
    height: 100vh !important;
    display: none;
}
.cartDiv{
    border-left: 3px solid black;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 25%;
	min-width: 25%;
    /* width: 30%; */
    height: 100vh !important;
    z-index: 2;
    overflow: auto;
}
.cartDivLeer{
    border-left: 3px solid black;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
	min-width: 20%;
	
    /* width: 30%; */
    height: 100vh !important;
    z-index: 2;
    overflow: auto;
}
#buyMore{
    width: 100%;
    background-color: black;
    border: black;
    padding: 20px 20px auto 20px;
    height: 50px;
    color: white;
    font-size: large;
    cursor: pointer;
}
.aroundBtn{
    height: 80px;
}
#toShipping{
    width: 90%;
    background-color: #44afec;
    margin-top: 10px;
    position: absolute;
    left: 1%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #44afec;
    color: white;
    font-size: large;
    cursor: pointer;
    margin-bottom: 10px;
}
.articleInCart{
    background-color: rgb(188, 229, 188);
    height: 87px;
}
.successText{
    color: darkgreen;
    position: absolute;
    top: 11%;
    margin-left: 6%;
    font-size: 16px;
    letter-spacing: 1px;
}
.chevLeft{
    position: absolute;
    left: 0%;
    top: 5px;
}
.chevRight{
    position: absolute;
    right: 0%;
    top: 4px;
}
.allArticles{
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgrey;
    display: flex;
}
.miniFoto{
    width: 40px;
    margin-left: 10px;
    height: 40px;
}
.miniFotos{
    display: flex;
    justify-content: center;
}
.minis{
    width: 70px;
    height: 100px;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
	border: 1px solid gray;
	border-radius:3px;
}

.bigFoto {
    text-align: center;
	margin-top:10px;
}
#mini1.minis.active {
    display: none;
}
#image_leine.active {
    display: block;
}
.amount{
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 13px;
    padding: 2px;
	max-width:90%;
    display: inline;
}
.descript{
    margin-left: 4%;
    margin-bottom: 5px;
}
.descript p{
    font-weight: 600;
    font-size: 14px;
    display: inline;
    margin-left: 3%;
}
.descript li{
    font-size: 14px;
}
.descript ul{
    padding-left: 5%;
    margin-top: 2%;
}
.descript span{
    font-weight: 600;
    font-size: 14px;

}
.summary{
    margin-top: 15px;
    margin-left: 15px;
}
.summary span{
    font-size: 15px;
    font-weight: 600;
}
.summary p{
    font-size: 12px;
}
.infoCost{
    color: #44afec;
    text-decoration: underline;
}
.delBtn{
    /* background-color: transparent; */
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 40px;
    margin-right: 10px;
    height: 40px;
    cursor: pointer;
}
.blocklink-div{
    float:left;
    width:30%;
    height:50px;
    border: 1px solid #ffffff;
    background-color:#44afec;
	border-radius: 15px;
    text-align:center;
    margin-left:3%;
	
}
.blocklink{
	width:90%;
	text-decoration: none; 
	display:inline-block;
	color:#FFFFFF;
	background-color:#44afec;
	font-weight:300;
	margin-top:16px;
}	
.blocklink2{
	width:95%;
	text-decoration: none; 
	display:inline-block;
	color:FFFFFF;
	font-weight:300;
	margin-top:16px;
}
#lupe {
    width: 40px;
	border:1px solid grey;
	border-radius: 5px;
	margin-top:14px;
	margin-left:18px;
}
.searchInput {
    display: none;
}
#onlySmall{
    display: none;
}
.meinKontoBild{
    width: 40px;
    position: absolute;
    top: 30px;
    right: 119px;
	border:1px solid grey;
	border-radius: 5px;
}
#menuDesc{
    display: none;
}
.test{
    display: none;
}
#inSearchBtn{
    position: absolute;
    top: 44%;
    right: 3%;
    width: 26px;
}




@media (max-width: 1079px){

.price-label-oben {
    display:block;
	color:#000000;
    font-weight: bold;
    font-size: 0.8em;
	margin-top:-20px;
	margin-left:10px;
	
	
}





#lupe{
margin-top:14px;
margin-left:10px}

    .inside_img_container{
        margin-bottom: 15px;
    }
    .maintitle {
        font-size: 1.4em;
    }
    .prodtitle{
        font-size: 1.1em;
        font-weight: 600;
    }
    .successText{
        top: 16%;
    }
    .delBtn{
        margin-left: 3px;
    }
    .nav-list li:nth-of-type(6) .dropdown.dropdown.show{
        min-width: 150px;
        transform: translateX(-18%);
    }


}
@media (max-width: 500px){
#bildcontainer{
display:none;
width:92%;
margin-left:4%;
margin-top:15px;
}
#bildcontainer2{
display:block;
max-width:550px;
margin-left:10%;
margin-top:15px;
}
#startbild{
width:90%;

}
#startbild2{
width:90%;

}

#line_unten{
display:none;
top:590px;
background-color:#000000;
}
	
  .menu-item {
    width:14%;
	position: relative;
    padding: 32px;
	color:#000000;
}

    #inSearchBtn{
        top: 18% !important;
        right: 6%;
        width: 40px;
    }
    .test{
        display: flex;
    }
    .searchInput{
        margin-top: 22%;
    }
    #menuDesc{
        display: inline;
        margin-top: 5% !important;
		margin-left:5px;
    }
    .cartDiv{
        min-width: 100%;
    }
    .successText{
        top: 8%;
    }
    .delBtn{
        margin-left: 3px;
    }
    .maintitle {
        font-size: 1.1em;
    }
    .maintext{
        flex-direction: column;
    }
    #mainfoto {
        max-width: 99%;
        height: auto;
    }
    .prodtitle{
        font-size: 1.2em;
    }
    .more-infos{
        margin-left: 10px;
    }
    .col2prod > span:nth-child(2){
        font-size: 0.8em;
    }
    .more-infos ul li{
        max-width: 85%;
        margin-left: 0px !important;
        margin-top: 0px;
        padding-top: 0px;
    }
    .more-infos ul{
        padding-inline-start: 18px;
        margin-block-start: 5px;
    }
    .more-infos span{
        max-width: 80%;
        margin-left: 10px !important;
    }
    .more-infos span:last-child {
        padding-bottom: 20px;
    }
    .pause {
        display: block;
    }

	.searchBttn{
        right: 100px;
        top: -20px;
	}
    .meinKontoBild{
        right: 105px;
        top: 182px !important;
    }
    #onlySmall{
        display: block;
    }
    #onlyBig{
        display: none;
    }
	#suche{
        display:block;
        margin-top: 8%;
	}
	.blocklink-div{
        float:left;
		width:100%;
		height:3em;
		border: 1px solid gray;
		border-radius: 15px;
		text-align:center;
		margin-bottom:10px;
	}
	.blocklink{
        width:90%;
		text-decoration: none; 
		display:inline-block;
		color:#FFFFFF;
		font-weight:300;
		margin-top:16px;
	}
	.blocklink2{
		width:98%;
		text-decoration: none; 
		display:inline-block;
		color:#FFFFFF;
		font-weight:300;
		margin-top:2px;
	}
	.minis{
    width: 50px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
	border: 1px solid gray;
	border-radius:3px;
    }
    nav .nav-list {
        margin-top:13% !important;
    }
    nav .nav-list.active {
        margin-left: -19% !important;
    }

    .inside_img_container{
        height: 230px !important;
        flex-basis: calc(100% - 15px); /* 1 image per row on mobile with spacing */
    }
    .button_inside_img{
        top: 185px !important;
        width: 90% !important;
		background-color:#0099FF;
		color:#FFFFFF;
    }
    .price_fix_meter{
        position: absolute;
        top: 165px !important;
    }
#price-label{
top:-20px;
color:#000000;
font-size:1.4em;
font-weight:bold;
left:15px;
}
.cart-icon {
    
    top: 10px;
	}	
.cart-img {
 margin-top: 12px;
 margin-left:12px; 
}
#trenner{
width:100%;
height:2em;

}

}
/* Responsive styling 905px */
@media (max-width: 905px) {

    .price_fix_meter{
        position: absolute;
        top: 325px;
    }
    .inside_img_container{
        height: 405px;
    }
    .button_inside_img{
        top: 355px;
        width: 90%;
    }

    .nav-list li:nth-of-type(6) .dropdown.dropdown.show{
        min-width: 150px;
        transform: translateX(0%);
    }
    .main-info{
        margin-top: 15px;
        width: 90%;
    }
    .menu-item{
        padding: 3px;
    }
    .dropdown_button{
        background-color: transparent;
    }
    #main-nav{
        background-color: transparent;
        display: flex;
    }
    #inSearchBtn{
        top: 25%;
        right: 4%;
    }
    .searchInput{
        position: relative;
        margin-top: 2%;
    }
    .test{
        display: flex;
        margin-top: 3%;
    }
    #menuDesc{
        color: black;
        display: inline;
        margin-top: -10%;
        /* position: absolute;
        top: 178px;
        left: 50px; */
    }
    .meinKontoBild{
        right: 130px;
        top: 370px;
    }
    #onlySmall{
        display: block;
    }
    #onlyBig{
        display: none;
    }
    .extras{
        display: block;
    }
    .more-infos span{
        max-width: 50%;
        margin-left: 20px !important;
    }
    .more-infos span:last-child {
        padding-bottom: 20px;
    }
    .more-infos{
        margin-left: 50px;
    }
    .more-infos ul li{
        max-width: 40%;
    }
    .extra-infos{
        display: none;
    }
    .pause-tab{
        display: block;
    }
    nav .nav-list {
        display: none;
        flex-direction: column;
        margin-top: 5%;
    }
    nav .nav-list.active {
        /*position: absolute;
        width: 100%;*/
        display: flex;
        margin-left: -9%;
    }
    .dropdown.show {
        position: static;
    }
    .burger {
        display: flex;
    }
    footer {
        flex-direction: column;
    }
    .footer-column {
        margin-bottom: 20px;
    }
    .cart-icon {
        /* bottom: -47px; */
        top: unset;
        display: flex;
        flex-direction: column;
    }
    .cart-img{
        /* width: 18x !important; */
        height: 38px !important;
    }
    .price-label{
        position: relative;
        /* top: 7px; */
        margin-right: 5px;
    }

    /* #lupe {
        margin-top: 6px;
        margin-right: 75px;
    } */
    /* .searchBlock{
        bottom: -75px;
        top: 175px;
        right: 5%;
        width: 50%;
    } */
    #suche {
        padding: 5px;
      font-size: 12px;
      max-width: 97%;
    }
    .searchBttn{
        top: -2px;
        right: 65px;
    }
    .product-info{
        flex-wrap: wrap;
    }
    .col2prod span{
        margin-left: 10px;
    }
    .prodtitle{
        margin-top: 0px;
        margin-left: 10px;
    }
    .prod-options{
        margin-left: 10px;
    }
    .col1prod{
        flex-basis: 100%;
        padding: 0px;
        margin-left: 0px;
        text-align: center;
    }
    .col2prod{
        flex-basis: 100%;
        padding-top: 0px;
    }
    .more-infos{
        margin-left: 10px;

    }
    .more-infos ul li{
        max-width: 80%;
        margin-left: 0px !important;
        padding-bottom: 3px;
    }
    .more-infos ul{
        padding-inline-start: 18px;
        margin-block-start: 5px;
    }
    .more-infos span{
        max-width: 80%;
        margin-left: 10px !important;
    }
    .more-infos span:last-child {
        padding-bottom: 20px;
    }
    .maintext{
        flex-direction: column;
    }
}
