<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: graphie, sans-serif;
	color:#50473f;
	line-height:1.4;
	font-size:21px;
	margin: 0px;
	font-weight: 200;
	background-image: url(https://projekt.condin.shop/wp-content/themes/effekt/images/Pattern.jpg);
	background-position: left top;
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: adorn-smooth-serif, serif;
	color: #50473f;
	font-size: 28px;
	line-height:1.2;
	font-weight: 500;
	margin: 0px 0px 25px 0px;
	text-transform: lowercase;
}
.cart_totals h2, h3{
	font-size:25px;
}
.woocommerce-order-details__title, .woocommerce-column__title, .wc-bacs-bank-details-heading{
	font-size:25px;
}
.wc-bacs-bank-details-account-name{
	font-size:20px;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
html a{
	color: #000;
	text-decoration: none;
}
html a:active, html a:hover {
	color: #688d16;
}
.textcenter{
	text-align:center;
}
button, input, select, textarea{
	border:0;
	background-color:#fff;
	border: 1px solid #666;
	padding:10px;
	font-weight:200;
	font-size: 18px;
	width:100%!important;
}
#shipping_method input{
	width:auto!important;
	margin-top: 10px!important;
}
.checkbox{
	width:auto!important;
}
.checkbox span{
	width:100%;
}
textarea{
	height:100px;
}
svg{
	max-width: 100%;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 120px;
}
.margin_unten{
	margin-bottom: 120px;
}

.h900{
	height: 900px;
}
.h800{
	height: 800px;
}
.h700{
	height: 700px;
}
.h600{
	height: 680px;
}
.h500{
	height: 500px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}
.nopadding{
	padding:0;
}

/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.dsgvo_kontaktformular, form{
	text-align: left;
}
.dsgvo_kontaktformular, .wpcf7-form {
    font-family: graphie, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    clear: both;
    padding-bottom: 20px;
}
.check_anfrage{
    height: auto;
    clear: both;
    display: inline-block;
    margin-right: 10px;
	vertical-align: top;
}
.check_anfrage .wpcf7-list-item{
	margin: 0 auto;
}
.check_anfrage input{
	width: 13px;
	margin: 0 auto;
}
.check_anfrage_text {
    display: inline-block;
    width: calc(100% - 30px);
}

.wpcf7-submit{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	color: #fff;
	border: 3px solid #000;
	font-family: graphie, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	width: auto;
	background-color: #000;
	letter-spacing: 3px;
}
.wpcf7-submit:hover{
	background-color: #a2a2a2;
	border: 3px solid #a2a2a2;
	color: #fff;
	cursor: pointer;
}
div.wpcf7 .wpcf7-submit:disabled{
	background-color: #ccc;
	border: 3px solid #ccc;
}

::placeholder { 
   color:#000; 
   opacity: 1;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color:#000 !important; 
   opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#000 !important; 
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#000 !important; 
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#000 !important; 
   opacity: 1;
}

/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	font-family: graphie, sans-serif;
	line-height:0.5;
	color:#ccc;
}
.fehler span{
	font-size:150px;
}
.fehlermeldung{
	text-align:center;
	padding-top:30px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}</pre></body></html>