/* Link Farbehell Button */
.link-farbehell-button a {
	display: block;
    max-width: fit-content;
	color:var(--white);
	text-decoration:none;
	background: var(--farbehell);   
	border-radius:5px;
	padding:1rem 3.5rem;
    border: 1px solid var(--farbehell);
    transition: all .3s;
}
.link-farbehell-button a:hover {
	color:var(--farbehell);
	text-decoration:none;
	background-color: var(--white);

}

/* Link Farbemittel Button */
.link-farbemittel-button a {
	display: block;
    max-width: fit-content;
	color:#ffffff;
	text-decoration:none;
	background: #8F9192;   
	border-radius:5px;
	padding:.5rem 3.5rem;
}
.link-farbemittel-button a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #363936;
}

/* Link Farbedunkel Button */
.link-farbedunkel-button a, #ingallery-1 .ingallery-loadmore-btn {
	display: block;
    max-width: fit-content;
	color:#ffffff;
	text-decoration:none;
	background: #363936;   
	border-radius:5px;
	padding:.5rem 3.5rem!important;
	transition: all .3s;
	font-family: 'Jost', sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
    min-height: 48px;
    text-align: center;
}
.link-farbedunkel-button a:hover, #ingallery-1 .ingallery-loadmore-btn:hover {
	color:#ffffff;
	text-decoration:none;
	background-color: #8F9192;
}




/* Link Schwarz Button */
.link-schwarz-button a {
	display: block;
    max-width: fit-content;
	color:#ffffff;
	text-decoration:none;
	background: var(--dark);   
	border-radius:5px;
	padding:.5rem 3.5rem;
	transition: all .3s;
}
.link-schwarz-button a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Link weiss Button */
.link-weiss-button a {
	display: block;
    max-width: fit-content;
	color:var(--farbehell);
	text-decoration:none;
	background: #ffffff;   
	border-radius:5px;
	padding:1rem 3.5rem;
	transition: all .3s;
}
.link-weiss-button a:hover {
	color:#363936;
	text-decoration:none;
	background: #ffffff;
	border-radius:5px;  
}


/* Link Farbehell Frame */
.link-farbehell-frame a {
	display: block;
    max-width: fit-content;
	color:#363936;
	text-decoration:none;
	border:1px solid #B4B3B1;
	border-radius:5px;
	padding:.5rem 3.5rem;
	transition: all .3s;
}
.link-farbehell-frame a:hover {
	color:#363936;
	background-color: #B4B3B1;
	text-decoration:none;
}

/* Link Farbmittel Frame */
.link-farbemittel-frame a {
	display: block;
    max-width: fit-content;
	color:#363936;
	text-decoration:none;
	border:1px solid #8F9192;
	border-radius:5px;
	padding:.5rem 3.5rem;
	transition: all .3s;
}
.link-farbemittel-frame a:hover {
	color:#ffffff;
	background-color: #8F9192;
	text-decoration:none;
}

/* Link Farbedunkel Frame */
.link-farbedunkel-frame a {
	display: block;
    max-width: fit-content;
	color:#363936;
	text-decoration:none;
	border:1px solid #363936;
	border-radius:5px;
	padding:.5rem 3.5rem;
	transition: all .3s;
}
.link-farbedunkel-frame a:hover {
	color:#ffffff;
	background-color: #363936;
	text-decoration:none;
}

/* Link Schwarz Frame */
.link-schwarz-frame a {
	display: block;
    max-width: fit-content;
	color:#000000;
	text-decoration:none;
	border:1px solid #000000;
	border-radius:5px;
	padding:.5rem 3.5rem;   
	transition: all .3s; 
}
.link-schwarz-frame a:hover {
	color:#ffffff;
	text-decoration:none;  
	background-color: #000000;
}


/* Link Weiss Frame */
.link-weiss-frame a {
	display: block;
    max-width: fit-content;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #ffffff;
	border-radius:5px;
	padding:.5rem 3.5rem;
	transition: all .3s;
}
.link-weiss-frame a:hover {
	color:var(--dark);
	background-color: var(--white);
	text-decoration:none;  
}	