/*
 Theme Name:   CVK-Beratung
 Description:  Child Theme für Elision
 Template:     elision
 Author:	   EHQO
 Version:      1.0.0
*/

/* Definition der lokalen Schriftart 
   Wichtig: Der Pfad 'fonts/...' bezieht sich auf den Unterordner im Plugin
*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* Zuweisung an das Elision Theme */
body, 
h1, h2, h3, h4, h5, h6, 
.main_menu a, 
p {
    font-family: 'Open Sans', sans-serif !important;
}

.wpb_single_image .vc_figure-caption {
  margin-top: 1em !important;
  font-size: 1em !important;
}
.statement h2 {
top: 48%;
width: 20%;
color: #a3d400;
font-size: 3.2vw;
text-align: left;
line-height: 1.2;
position: absolute;
transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
left: 25%;
}
.statement.about h2 {
    font-size: 2.7vw;
}
.statement .titel_wrap{
	max-width: 1100px;
	position: absolute;
	width: auto;
	height: 100%;
	left: 26%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 1;
	padding: 20px;
}
.cvk_highlight{
	border: 1px solid #a3d400;
	border-radius: 4px;
	display: inline-block;
	margin-top: 22px;
	padding: 10px;
}
.cvk_highlight p{
	padding: 0px 15px 15px 15px;
	font-weight: bold;
}
.accordion_content ul, .accordion_content ul li {
	padding-left: 10px;
}
.accordion_content ul li {
	list-style: none;
}
.ui-accordion-content-active ul li:before, .footer_top ul li:before {
	content: "\f054";
	font-family: FontAwesome;
	margin-left: -18px;
	color: #a3d400;
	position: relative;
	font-size: 11px;
	padding-right: 10px;
}
.ui-accordion-content-active ul ul li:before, .footer_top ul ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	font-size: 17px;
}
.footer_bottom a {
  color: #A2C510;
}
.footer_bottom span {
  padding: 0px 10px;
}
sup {
vertical-align: top !important;
  font-size: 50% !important;
  bottom: -1.5ex !important;
}
ol {
	list-style: none;
	counter-reset: cvk-counter;
}
ol li {
	counter-increment: cvk-counter;
	margin-bottom: 15px;
}
ol li::before {
	content: counter(cvk-counter) ". ";
	font-weight: bold;
	margin-left: -22px;
	color: #a3d400;
	position: relative;
	padding-right: 6px;
}
.footer_top ul li::before{
	margin-left: 0px !important;
}
.zitat{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.5;
	font-style: italic;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header.ui-state-active {
	background-color: #fff;
	color: #a3d400;
	font-weight: bold;
}
.qbutton, .load_more a, #submit_comment, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton {
	background-color: #a3d400;
}
.vc_row strong {
	font-weight: 700 !important;
}
.carousel-control {
	width: 30%;
}
.vc_text_separator.full {
	border-color: #a3d400;
}
.q_dropcap.normal {
	margin: 0px;
	text-align: left;
}
h2.cvk-site-title {
	color: #a3d400;
	font-size: 3.6vw;
	line-height: 1;
	max-width: 1100px;
	width: 100%;
	text-align: center;
	padding: 2.5em 0px 1em 0px;
	margin: 0 auto;
}

vc_single_image-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Der Schatten */
    z-index: 1;
}

.vc_single_image-img > * {
    position: relative;
    z-index: 2; /* Schiebt Text/Inhalt ÜBER den Schatten */
}
.head-img-title h2 {
	color: #a3d400;
	position: absolute;
	bottom: 20%;
	font-size: 3.6vw;
	line-height: 1;
	width: 100%;
	z-index: 1;
}
.head-img-title.shadow h2 {
text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.cvk-subtitle {
	clear: both;
	text-align: center;
}
.cvk-subtitle h3, .cvk-singlesubtitle h3 {
	display: inline-block;
	padding: 8px 35px;
	line-height: 36px;
	top: -25px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	background-color: #a3d400;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	position: relative;
}
.referenz-box {
	padding: 20px;
}
.q_accordion_holder.toggle {
	margin-bottom: 0px !important;
}
.q_accordion_holder.toggle .ui-accordion-header {
	margin: 10px 0px 0px 0px !important;
	font-weight: bold !important;
	color: #a3d400 !important;
}
.contact_form input[type="email"] {
	font-family: inherit;
	background-color: #f6f6f6;
	width: 92%;
	margin: 0 0 20px 0;
	padding: 12px 4%;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 13px;
	color: #888;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	top: -80px;
}
div.wpcf7-validation-errors {
	border: 1px solid #ff0000 !important;
	color: #ff0000 !important;
	text-align: center;
}
div.wpcf7-response-output {
	margin: 0 !important;
	margin-bottom: 2em !important;
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	margin-top: -30px;
	float: right;
}
div.wpcf7-mail-sent-ok {
	color: #a3d400;
	border-color: #a3d400 !important;
	font-weight: 600;
}
#cookie-notice .button {
	white-space: pre-wrap;
	font-weight: 600;
	margin-left: 10px;
	color: #fff;
	background-color: #a3d400;
	padding: 2px 10px;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
#cookie-notice .button:hover {
	background-color: #2c2c2c;
	padding: 2px 15px;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
#cookie-notice {
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
p.small {
font-size: 10px;
line-height: 17px !important;
}

@media (max-width: 1400px) {
.head-img-title h1, h2.cvk-site-title {
	font-size: 60px !important;
}
.head-img-title .vc_single_image-wrapper, .statement .vc_single_image-wrapper{
	height: 500px;
	position: relative;
}
.head-img-title .vc_single_image-wrapper img, .statement .vc_single_image-wrapper img{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	max-width: 1429px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}
@media (max-width: 1000px) {
.statement h1 {
    font-size: 4vw;
	left: -100%;
}
.statement.about h1 {
    font-size: 3.5vw;
	left: 0%;
	top: 46%;
}
.head-img-title h1, h2.cvk-site-title {
	color: #fff;
	position: absolute;
	bottom: -2% !important;
	left: 50% !important;
	transform: translate(0%, -50%);
	-webkit-transform: translate(-50%, 0%);
	line-height: 1;
	max-width: 1100px;
	width: 100%;
	z-index: 1;
	background: #a3d400;
	font-size: 20px !important;
	font-weight: 400;
	padding: 20px;
}
h2.cvk-site-title {
	position: relative !important;
}
.head-img-title .vc_single_image-wrapper img, .statement .vc_single_image-wrapper img {
	top: 40% !important;
}
.cvk-singlesubtitle{
    width: 100%;
	display: block;
	background: #a3d400;
	margin-top: -50px;
}
.cvk-singlesubtitle h3 {
    top: 0px !important;
    font-size: 15px !important;
	line-height: 25px;
}
.cvk-subtitle h3 {
	top: 15px !important;
	background: #fff;
	color: #a3d400;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	font-style: italic;
}
.zitat {
font-size: 30px;
}
}

@media (max-width: 780px) {
.statement h1 {
    top: 40%;
    font-size: 35px;
    line-height: 1.2;
    position: absolute;
	left: 10%;
}
.statement.about h1{
	font-size: 22px;
	top: 37%;
	left: 0%;
}
.content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.zitat h2{
	font-weight: 200 !important;
}
.cvk_highlight{
	display: block;
	margin-top: 0px;
	text-align: center;
}
.head-img-title .vc_single_image-wrapper, .statement .vc_single_image-wrapper {
	height: 400px !important;
}
.head-img-title .vc_single_image-wrapper img, .statement .vc_single_image-wrapper img {
	max-width: auto !important;
}
.statement .titel-wrap h1{
	left: 20%;
}
.zitat {
font-size: 25px;
}
}

@media (max-width: 520px) {
.icon_holder .fa-stack {
	font-size: 40px !important;
}
.statement h1 {
    top: 40%;
    font-size: 27px;
    left: -100%;
    font-weight: normal;
}
.statement.about h1 {
    font-size: 23px;
    left: -100%;
    top: 40%;
}
.q_logo a {
	height: 80px !important;
}
.header_bottom {
	padding: 0 15px;
}
}