
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    position: relative;
}

.pd-0 {
    padding: 0 !important;
}

.page-wrap {}

.space-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.space-100 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.gray-bg {
    /*background: #eeeff1;*/
    background: #FAFAFA;
}

.mt66-container {

}

/*Header*/
.sec-header {
    padding-top: 45px;
}

.header-text {
    background-color: #ffffff;
}

.txt-logo {
    font-size: 2.5em;
    color: #FF0004;
    font-weight: bold;
}

.txt-heading {
    width: 60%;
    margin: 0 auto;
    color: #222222;
    font-size: 1.1em;
    text-align: left;
}

section.single-product {

}
.sgp-item {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.1);
    background-color: #ffffff;
}
.sgp-item .item-link {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.sgp-item .item-link img {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.sgp-item .item-link:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.last-row .sgp-item {
    margin-bottom: 0;
}

.wrap-dtp {
    background-color: #FAFAFA;
}
section.detail-product {
    background-color: #ffffff;
    margin-bottom: 70px;
}

.sgp-item-detail-img {}
.sgp-item-detail-img a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.sgp-item-detail-img a img {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.sgp-item-detail-img a:hover img {
    /*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
}

.sgp-item-detail-info {
    margin: 40px 0;
}
.sgp-item-detail-info .info-heading {
    margin-bottom: 20px;
}

.dtp-item-box {
    /*margin-bottom: 100px;*/
}
.dtp-item-box.last_record {
    margin-bottom: 0;
}

.product-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 25px;
}

.sgp-content {
    font-size: 19px;
    color: #222;
	padding-top:30px !important;
}

.sgp-button {
    width: 100%;
    margin: 20px 0;
}

.sgp-pull-list {

}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.gradient-list li {
    padding: 5px 0 5px 35px;
    margin-bottom: 15px;
    font-size: 1.15em;
    color: #222;
}
.gradient-list li:last-child {
    margin-bottom: 0;
}

.gradient-list > li::before {
    /*align-items: flex-end;*/
    content: '';
    /*color: #1d1f20;*/
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*padding: 25px 25px;*/
    z-index: 1;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 25px;
    border-radius: 10px 10px 0 10px;
}
.gradient-list > li::after {
    content: "";
    background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 25px;
    border-radius: 10px 10px 0 10px;
}

.gradient-list > li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

.gradient-list > li:nth-child(10n+2):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

.gradient-list > li:nth-child(10n+3):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

.gradient-list > li:nth-child(10n+4):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

.gradient-list > li:nth-child(10n+5):before {
    background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
}

.gradient-list > li:nth-child(10n+6):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

.gradient-list > li:nth-child(10n+7):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

.gradient-list > li:nth-child(10n+8):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

.gradient-list > li:nth-child(10n+9):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

.gradient-list > li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}


/*Footer*/
.sec-subscribe {
    border-top: 1px solid #eee;
}

.subscribe-text {
    text-align: center;
}

.subscribe-text h2 {
    text-transform: uppercase;
    margin: 25px auto;
}

.subscribe-text h2 span {
    font-weight: 700;
}

.subscribe-text p {
    margin-bottom: 25px;
}

.btn-custom {
    color: #fff;
    font-size: 0.875em;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
}

.btn-custom.theme-color {
    background-image: -webkit-linear-gradient(left, #19d3dc, #18e7d3, #18e7d3, #19d2dd);
    background-image: -o-linear-gradient(left, #19d3dc, #18e7d3, #18e7d3, #19d2dd);
    background-image: linear-gradient(to right, #19d3dc, #18e7d3, #18e7d3, #19d2dd);
}

.footer-form .btn-custom {
    padding: 10px 40px;
}

.ft-info {
    background: linear-gradient(0deg,#19d0de 0,#18e7d3);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}
.sec-map-sp {
    background: linear-gradient(0deg,#19d0de 0,#18e7d3);
}
.ft-style {
    /*width: 50%;*/
}
.ft-style li+li {
    margin-top: 7px;
}
.ft-address-icon {
    position: absolute;
    top: -3px;
}
.ft-address-text {
    /*padding-left: 35px;*/
    color: #fff;
    letter-spacing: .03em;
    line-height: 22px;
    margin-bottom: 0;
    display: block;
}
.ft-address-text a {
    color: #fff;
    letter-spacing: .03em;
    line-height: 22px;
    margin-bottom: 0;
}
.ft-address-text a:hover {
    color: #f26422;
}
.ft-map {
    width: 100%;
    height: 400px;
    /*position: relative;*/
}
.ft-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.ft-widget {}
.ft-widget .heading {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ft-widget .heading span {}
.ft-widget .heading a {
    margin-left: 15px;
}

.sec-copyright {
    background-color: #fff;
}
.sec-copyright p {
    text-align: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    color: #777;
}
.footer-form {}
.footer-form .form-control {
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    border: 2px solid #eee;
    font-size: 0.813em;
    text-align: center;
    height: auto;
}

.sec-verwaltung {
    background-color: #fafafa;
}
.verwaltung-heading {
    margin-bottom: 15px;
}
.mt66-link {
    color: #f26422;
    text-decoration: underline;
}

/*Responsive*/
@media (max-width: 1040px) {
    .sec-header {
        padding-top: 25px;
    }
    .space-50 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .space-100 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    section.detail-product {
        margin-bottom: 40px;
    }
    .ft-info {
        padding: 30px 0;
    }
}
@media (max-width: 993px) {
    .sec-header {
        padding-top: 20px;
    }
    .sgp-item-detail-img {
        margin-bottom: 25px;
    }
    .space-50 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .space-100 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .dtp-item-box {
        margin-bottom: 15px;
    }
    .txt-heading {
        width: 80%;
    }
    .ft-widget {
        margin-bottom: 25px;
    }
    .ft-widget.last {
        margin-bottom: 0;
    }
    .sgp-item {
        margin-bottom: 15px;
    }
    .last-row .sgp-item {
        margin-bottom: 15px;
    }
    .sgp-content {
        padding-top: 15px !important;
    }
    section.detail-product {
        margin-bottom: 30px;
    }
    .ft-info {
        padding: 20px 0;
    }
}
@media (max-width: 769px) {
    .space-50 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .space-100 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .dtp-item-box {
        margin-bottom: 15px;
    }
    .ft-info {
        padding: 15px 0;
    }
    .ft-style li+li {
        margin-top: 10px;
    }
    .txt-heading {
        width: 100%;
    }
    .p-lr-10 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ft-map {
        height: 320px;
    }
    .ft-map iframe {
        /*height: 320px;*/
    }
    .sgp-item-detail-img {
        margin-bottom: 20px;
    }
    section.detail-product {
        margin-bottom: 25px;
    }
    .ft-widget {
        margin-bottom: 15px;
    }
}