:root {
    --primar-color: #4f668b;
    --secondar-color: #4fa3af;
}

.table-01 {
    border: none;
    width: 100%;
}

.table-01 td {
    vertical-align: middle;
    text-align: center;
}

.table-01 td:first-child {
    vertical-align: middle;
    text-align: left;
}

.table-01 td:last-child {
    vertical-align: middle;
    text-align: right;
}

.table-01 img {
    /* text-align: center; */
    width: 85%;
    vertical-align: middle;
    display: inline-block;
}

.fields-container {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.com-content-article .price {
    /* border: 1px solid grey; */
    padding: 15px;
    border-radius: 20px;
    background-color: var(--primar-color);
    font-size: 1.2em;
    color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    min-height: 70px;
}

.page-header h1 {
    font-size: 1.6rem !important;
    color: var( --primar-color);
}

.page-header {
    padding-bottom: 5px;
}

.article-intro-image {
    margin-bottom: 30px;
    /* border-radius: 20px; */
}

.com-content-article .intro {
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: block;
}

.com-content-article hr {
    margin-bottom: 50px;
}

.siparis-ver {
    /* border: 1px solid grey; */
    padding: 15px;
    border-radius: 20px;
    border: 2px solid rgba(0,0,0,.07);
    font-size: 1.2em;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    color: var(--primar-color);
    min-height: 70px;
    /* flex: 1; */
    /* align-items: unset; */
}

.siparis-ver-v2 {
    /* border: 1px solid grey; */
    padding: 15px;
    border-radius: 20px;
    border: 2px solid rgba(0,0,0,.07);
    font-size: 1.2em;
    color: var(--primar-color);
}

.siparis-ver a {
    color: var(--primar-color);
}

.carousel.slide, .article-intro-image img {
    /* border-radius: 20px; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

i.bi {
    color: var(--primar-color);
}

.nspArt .price {
    border-radius: 20px;
    background-color: var(--primar-color);
    color: white;
}

.nspArt h4.nspHeader a {
    font-size: 0.9rem;
    color: var(--primar-color);
}

.nspArt h4.nspHeader {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

a.nspImageWrapper.tcenter.fnull.gkResponsive {
    margin: 0 !important;
}

.nspArt .nspImageWrapper {
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    overflow: hidden;
}

.gavickNewsHeader {
    font-size: 2rem;
    border-bottom: 1px solid #cecece;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: var(--primar-color);
    margin-top: 25px;
    font-family: "IBM Plex sans";
    /* font-weight: bold; */
}

.nspTopInterface {
    margin-bottom: 30px;
    float: left;
}

.nspPagination li {
    margin-right: 15px !important;
}

.nspNext, .nspPrev {
    display: none;
}

.sp-page-title {
    background: var(--primar-color);
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	font-size: 0.9rem;
	padding: 0px 0px 0px 13px !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: var(--primar-color);
}

.logo-image {
    height: 60px;
}

.carousel-caption {
    background: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 20px;
}

.carousel-caption a {
    color: white;
}

.carousel-caption p {
    margin: 0;
}

.carousel.row .carousel-indicators [data-bs-target] {
    background-color: var(--primar-color);
}

.carousel.row .carousel-indicators {
    position: relative;
    margin-right: 20px;
    margin-left: 1.5%;
    justify-content: left;
}

#sp-main-body {
    padding: 0 !important;
}

.card {
    border-color: white;
}

a {
    color: var(--primar-color);
}

a:hover, a:active {
    color: var(--secondar-color);
}

.carousel.slide.row {
    /* padding-bottom: 15px; */
}

.slide.row .carousel-inner {
    padding-bottom: 30px;
}

.slide.row .price, .card-price {
    background-color: var(--primar-color);
    border-radius: 30px;
    padding: 5px 15px;
    color: white;
}

.card-price-border {
    border: 1px solid var(--primar-color);
    border-radius: 30px;
    padding: 5px 15px;
	color: var(--primar-color);
}

h1, h2, h3, h4, .sp-module-title {
    color: var(--primar-color);
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
}

.slide.row .carousel-control-prev {
    display: none;
}

#sp-footer, #sp-bottom {
    background: var(--primar-color);
}

#sp-footer a, #sp-bottom a {
    color: white;
}

#sp-footer a:hover, #sp-bottom a:hover {
    text-decoration: underline;
}

#sp-top-bar {
    background: var(--primar-color);
    color: white;
}

#sp-top-bar a {
    color: white;
}

#sp-top-bar a:hover {
    text-decoration: underline;
}

.pagination .active .page-link {
    background-color: var(--primar-color);
}

@media (max-width: 575px) {
    #sp-header {
        height: 50px !important;
    }
}

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom: 30px;
	right: 80px;
	background-color:#25d366;
	color: #FFF !important;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.float i {
	color: white;
}

.my-float{
	margin-top: 7px;
	display: inline-block;
}

.article-header h2 {
    font-size: 1.0rem;
}

div#sp-slogan {
    color: var(--primar-color);
    font-style: italic;
}

li.list-group-item {
    padding-left: 0;
    padding-right: 0;
}

h5.card-title {
    font-size: 1.1rem;
}

@media screen and (min-width: 720px) {
  .prefabrik-image {
	    height: 130px;
	}
}

@media screen and (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	#sp-top-phone {
		display: none !important;
	}
}

.prefabrik-image {
    display: block;
    overflow-y: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.prefabrik-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.prefabrik-image.img-kat img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

div#sp-slogan {
    display: flex;
    font-size: 1.0rem;
}

.fs-7 {
    font-size: 0.8rem!important;
}

.fs-8 {
    font-size: 0.6rem!important;
}

.text-primary {
    color: var(--primar-color) !important;
}

.btn-primary, .sppb-btn-primary {
    border-color: var(--primar-color);
    background-color: var(--primar-color);
}

.com-contact__container h3, .com-contact.contact h3 {
    display: none;
}