@import url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css");

body {      
    font-family: sans-serif;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.main {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.bg1 {
    background: #19b900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-links {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 5px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.menu-links a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
}

.menu-links a:hover {
    text-decoration: underline;
}

.menu-links li:not(:last-child) {
    border-right: 1px solid white;
}

.bg2 {
    background: #f4f4f4;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    justify-content: space-between;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.menu-list img {
    width: 100%;
    height: 100%;
}

.menu-text {
    padding: 10px;
    text-align: center;
    width: 250px;
}

.line {
    width: 1px;
    height: 57px;
    background: #b2b2b2;
}

.menu-text a {
    color: #333333;
    text-decoration: none;
}

.bg3 {
    background: #f4f4f4;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.category-list a {
    color: #5b5b5b;
    text-decoration: none;
    padding: 0 10px;
}

.category-list a:hover {
    color: #333333;
    text-decoration: underline;
}

.category-list li:not(:last-child) {
    border-right: 1px solid #b2b2b2;
}

.warnung-stoerer {
    display: flex;
    border-bottom: 1px solid #d0d0d0;
}

.warnung-stoerer > div {
	padding: 0 10px 0;
}

@media (max-width:768px){
	.warnung-stoerer {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.warnung-stoerer > .icon-links {order: 1;}
	.warnung-stoerer > .info-text {order: 3;}
	.warnung-stoerer > .icon-rechts {order: 2;}
}

.content {
    background: #ffffff;
	width: 99%;
}

.content-inner {
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
    height: 100%;
}

.gallerydiv {
    display: flex;
    justify-content: center;
}
.gallery{
    width: 100%;
    height: 100%;
    background: #ffffff;
    border:1px solid #d0d0d0;
    margin:15px 0;
    position:relative;
    -webkit-transition:border .2s;
    -o-transition:border .2s;
    transition:border .2s 
}

@media (min-width:500px) {
	.gallery {
		width: 500px;
		height: 500px;
	}
}

.gallery:after{
    content:"";
    display:block;
    padding-bottom:70% 
}
.gallery input[name=gallery_switch]{
    display:none 
}
.gallery input[name=gallery_switch]:checked+div.item{
    opacity:1 
}
.gallery>div.item{
    opacity:0;
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    overflow:hidden;
    -webkit-transition:padding .2s;
    -o-transition:padding .2s;
    transition:padding .2s 
}
.gallery>div.item img{
    display:block;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    position:absolute;
    height:auto;
    width:auto;
    max-width:100%;
    max-height:100% 
}

.gallery .item img {
    width: 100%;
}

.thumbnaildiv {
    display: flex;
    justify-content: center;
}
.thumbnails{
    margin:0 -10px;
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.thumbnails .thumbnail-wrapper{
    width: 100px;
    height: 100px;
    background: #ffffff;
    float:left;
    padding: 0 0 15px 0;
}
.thumbnails .thumbnail-wrapper{
    margin-right: 10px;
}
.thumbnails .thumbnail-wrapper .thumbnail-item{
    margin:0;
    position:relative;
    -webkit-transition:border .2s;
    -o-transition:border .2s;
    transition:border .2s;
    width: 100px;
    height: 100px;
}
.thumbnails .thumbnail-wrapper .thumbnail-item:after{
    content:"";
    display:block;
    padding-bottom:80% 
}
@media (max-width:768px){
    .thumbnails .thumbnail-wrapper .thumbnail-item:after{
        content:"";
        display:block;
        padding-bottom:100% 
}
}
.thumbnails .thumbnail-wrapper .thumbnail-item>label{
    border:1px solid #d0d0d0;
    width: 100px;
    height: 100px;
    overflow:hidden;
    -webkit-transition:padding .2s;
    -o-transition:padding .2s;
    transition:padding .2s;
    cursor: pointer;
}
.thumbnails .thumbnail-wrapper .thumbnail-item>label img{
    display:block;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    position:relative;
    height:auto;
    width:auto;
    max-width:100%;
    max-height:100% 
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.description > hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #ffffff, #19b900, #ffffff);
    margin: 30px 3%;
    clear: both;
}
   
.spedition {
    border: 1px solid #19b900;
    padding: 10px;
    margin-bottom: 10px;
	width: 99%;
}

.spedition h3 {
    margin-top: 0;
    color: #19b900;
}

.spedition p:last-child {
    margin-bottom: 0;
}

.bg4 {
    background: #f4f4f4;
    border-top: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.footer-boxes {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-box {
    width: 31%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-box h3 {
    margin: 0;
    color: #19b900;
}

.footer-box ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.footer-box ul li {
    margin-bottom: 4px;
}

.footer-boxes .icon-check, .footer-boxes .icon-arrow-right, .footer-boxes .icon-action-redo, .footer-boxes .icon-direction, .footer-boxes .icon-clock, .footer-boxes .icon-call-out {
    color: #19b900;
}

.footer-boxes a {
    color: #333333;
    text-decoration: none;
}

.footer-boxes a:hover {
    text-decoration: underline;
}

.impressum-link {
	color: #19b900 !important;
}

.footer-boxes img {
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    margin-right: 10px;
}

.paylogos ul {
    display: flex;
    list-style-type: none;
}

@media (max-width:1231px){
    .text3 {
        display: none;
    }
    .line2 {
        display: none;
    }
}

@media (max-width:1081px){
    .footer-box {
        width: 49%;
    }
}

@media (max-width:929px){
    .category-list li:not(:last-child) {
        border-right: none;
    }
}

@media (max-width:960px){
    .text2 {
        display: none;
    }
    .line1 {
        display: none;
    }
    
}

@media (max-width:724px){
    .menu-links li:not(:last-child) {
        border-right: none;
    }
}

@media (max-width:639px){
    .text1 {
        display: none;
    }
}

@media (max-width:620px){
    .footer-box {
        width: 100%;
    }
}

@media (max-width:549px){
    .thumbnails .thumbnail-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width:510px){
    .description {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width:500px){
    .gallery {
        border: none;
    }
}

.crossselling {
    margin-left: 10px;
    margin-right: 10px;
}

.crossselling h2 {
    text-align: center;
}

.crossselling > hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #ffffff, #19b900, #ffffff);
    margin: 30px 3%;
    clear: both;
}

.crossselling-container {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.crossselling-container a {
    width: 30%;
    max-width: 470px;
    border: 2px solid #d0d0d0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.crossselling-container img {
    width: 100%;
    max-width: 470px;
}

@media (max-width:800px){
    .crossselling-container a {
        width: 44%;
    }
}

@media (max-width:453px){
    .crossselling-container a {
    width: 75%;
    }
}

@media (max-width:490px) {
	.prodbeschr th:nth-child(1) {
		min-width: 0px !important;
	}
}

.gpsr-main {
	font-family: "Market Sans", Arial, sans-serif;
}

.gpsr-h2 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
}

.gpsr-hersteller-flex {
	display: flex;
	flex-wrap: wrap;
}

.gpsr-hersteller {
	width: 100%;
}

@media (min-width: 992px) {
	.gpsr-hersteller {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.gpsr-hersteller {
		width: 33%;
	}
}

.gpsr-h3 {
	font-size: 1rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.gpsr-info-flex {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
}

.gpsr-block1 {
	width: 33%;
}

.gpsr-block2 {
	width: 66%;
}

@media (max-width: 650px) {
	.gpsr-block1 {
		width: 100%;
	}
	.gpsr-block2 {
		width: 100%;
	}
}

.gpsr-info-line {
	margin-top: 0.25rem;
}

.gpsr-info-line:not(:last-child) {
	margin-bottom: 0.25rem;
}