/************************************************
 Theme Name:   path-to-bliss
 Description:  Child Theme spectra-one
 Author:       tatanka design
 Author URI:   httpw://www.tatanka-design.de
 Template:     spectra-one
 Version:      1.0
 Text Domain:  spectra-one-child  
************************************************/
 

li::marker{color: #b99149;} 
hr.wp-block-separator{ 
	background-image:  linear-gradient(to right, rgba(185,145,73,0) 0%, rgba(185,145,73,1) 25%, rgba(185,145,73,1) 49%, rgba(185,145,73,1) 75%, rgba(185,145,73,0) 100%); !important; 
	border:0 !important;
	height:2px !important;
	width:200px !important;
}

#logo:hover{
	text-shadow:
    0 0 5px #fff, /* Ein kleiner weißer Glanz */
    0 0 10px #fff,
    0 0 20px #fff;
/*    0 0 40px #0fa, 
    0 0 80px #0fa,
    0 0 90px #0fa;*/
}
@media only screen and (max-width: 900px) {
	#logo a{line-height:24px !important; font-size:30px !important;}
	#logo-wrapper h4{margin-top:-9px !important; font-size:15px !important;}
}


.is-scaled:hover{transform: scale(1.02); filter: brightness(104%);transition-duration: 0.5s;}

.is-max-350{max-width:350px;}

.moretext{display:none;}
.more-button, .less-button {cursor:pointer;}
/***********************************
* CF7 - Layout
***********************************/
.wpcf7 label{font-size: var(--wp--preset--font-size--x-small); padding-left:15px;}
.wpcf7-text, .wpcf7-email, .wpcf7-date{
	font-size: var(--wp--preset--font-size--small);
	height:40px;
	width:100%;
	border-radius:5px;
	color:var(--wp--preset--color--body);
	border:1px solid var(--wp--preset--color--primary);
}
.wpcf7-textarea{
	border-radius:5px;
	color:var(--wp--preset--color--body);
	border:1px solid var(--wp--preset--color--primary);
	width:100%;
}
@media only screen and ( min-width: 48em ) { 
	.wpcf7-text, .wpcf7-email, .wpcf7-date, .wpcf7-textarea{width:70%;}
}
.wpcf7 fieldset{border:1px solid var(--wp--preset--color--primary); border-radius:5px;}
.wpcf7 legend{font-size: var(--wp--preset--font-size--small);}

.wpcf7 .muss:before{
	position: absolute;
	/*font-family:dashicons;*/
	font-size: 2em;
	color: #cb062c;
	content: "*";
	/*content: "\f139";*/
	margin: -3px 0 0 -15px;
}
.wpcf7 .muss-acc:before{
	position: absolute;
	font-size: 2em;
	color: #cb062c;
	content: "*";
	margin: -6px 0 0 15px;
}
/***********************************
* CF7 - Spaltenlayout
***********************************/
.dwp-form {
    width: 100%;
    margin: 0 auto;
}
.dwp-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dwp-form-row .wpcf7-form-control,
.wpcf7-form label {
    width: 100%;
}
.dwp-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}
.dwp-form-column:first-of-type {
    padding-left: 0;
}
.dwp-form-column:last-of-type {
    padding-right: 0;
}
 
/* CF7 Grid - Desktop Ansicht */
@media only screen and ( min-width: 48em ) { 
    .dwp-form-row {
        flex-direction: row;
    }
    .dwp-form-column {
        padding: 0.5rem 1rem;
    }
}