/*
Theme Name: THE SCHRIEBL
Description: muchas gracias
Author: AULA design
Version: 1.0
Template: uncode
*/

h2 span {
	background: linear-gradient(120deg, #dc2782 0%, #dc2782 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 90%;
	padding: 0.15em 0.5em;
	border-radius: 2px;
	color:#fff;

}

.header-main-line {
	margin-top:0 !important;
}

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

.wpcf7-select {
	color: #fff !important;
    opacity: 1;
}

.plan .plan-title > h3 {
	font-size:25px !important;
}

.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover {
	background-color:transparent !important;
}

.icon-box-kontakt a:not(.btn-text-skin):hover, .icon-box-kontakt a:not(.btn-text-skin) {
	color:#fff !important;
}

.style-light input:not([type="submit"]):not([type="button"]):not([type="number"]):not([type="checkbox"]):not([type="radio"]):focus {
	color:#fff;	
}

.select-wrapper {
	max-width: 400px;
	position: relative;
}

.select-wrapper::before {
	font-family: 'uncodeicon';
	content: "\f107";
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	color: #282828;
	pointer-events: none;
}

.select-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px !important;
	background: #fff !important;
	color: #282828 !important;
	box-shadow: 0px 5px rgba(0,0,0,0.3) !important;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.select-wrapper select:focus::-ms-value {
  background-color: transparent;
}

.select-wrapper select option {
  color: #282828;
}

.wpcf7 span.wpcf7-not-valid-tip, .wpcf7-text, .wpcf7-list-item-label, .wpcf7-textarea, .wpcf7-captchar {
	color:#fff !important;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
	border-color:#fff !important;
	color:#fff;
}

input, textarea, select, .seldiv, .select2-choice, .select2-selection--single {
	background-color: transparent !important;
}

input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"] {
	background-color: #fff !important;
}

.text-top-reduced p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.icon-box-heading h3 {
	color: #fff;
	font-size: 16px !important;
}
