/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*** Font ***/

/* poiret-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poiret-one-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.button, .vc_btn3 {
	border-radius: 0 !important;
}

/*** Header ***/

.site-header-inner-wrap {
	background: #fff;
}

#main-header {
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0 !important;
}


.home .content-area {
	margin-top: 0 !important;
}


/*** leistungen-home ***/

.leistungen-home {
	background: #f8f8f8;
	transition: all .2s ease-in-out;
}

.leistungen-home .vc_column-inner {
	padding-top: 0 !important;
	border: 2px solid #fff;
}

.leistungen-home h2 {
	line-height: 32px;
}

.leistungen-home a {
	color: var(--global-palette-highlight) !important;
}

.leistungen-home:hover  {
	background: #7097a9;
}

.leistungen-home:hover a {
	color: #fff !important;
}

.leistungen-home a::after {
  content: '';
  width: 50%;
  position: absolute;
  bottom: 20px;
  height: 1px;
  right: 50%;
  background: currentColor;
  -webkit-transform: scale(0, 0) translate(-50%, 0);
  transform: scale(0, 0) translate(-50%, 0);
  transition: color .0s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, color .0s ease-in-out;
  transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
}

.leistungen-home a:hover::after {
  -webkit-transform: scale(1, 1) translate(50%, 0);
  transform: scale(1, 1) translate(50%, 0);
}



/*** Grid style ***/

.my-grid-title {
	background: rgba(255,255,255,0.8);
	border-bottom: 2px solid #003662;
	width: fit-content;
	margin: 0 auto;
	padding: 0 20px;
}

/*** profil list style ***/

.profil-list ul li {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

/*** accordeon style ***/

.my-accordeon .vc_tta-panel-title > a {
	color: #003662 !important;
}

/*** team ***/

.my-team-image .vc_single_image-wrapper {
	max-width: 360px !important;
}

.my-social-icons .vc_icon_element {
	float: left;
	margin-left: 10px;
}

.my-werdegang p {
	margin-bottom: 10px !important;	
}

/*** Kontakt ***/

.my-kontakt-btn .vc_btn3 {
	color: #fff !important;
	background-color: #006d68 !important;	
}

.my-kontakt-btn:hover .vc_btn3 {
	background-color: #003662 !important;	
}

/*** Quotes ***/

.quotes_box_and_tips {
	background-image: none;
	height: auto !important;
	margin: 0;
	padding: 0 30px 15px 30px;
	font-size: 16px;
	line-height: 1.6;
	font-family: var(--global-body-font-family);
}

.quotes_box_and_tips::before {
	background-color: transparent !important;
}

.quotes_box_and_tips .single_tips_box h3 {
	display: none;
}

.testimonials_box p {
	display: none;
}

.quotes_box_and_tips h3 {
	text-align: right !important;
}

.quotes_box_and_tips h3 i:before {
  content: open-quote;
}

.quotes_box_and_tips h3 i:after {
  content: close-quote;
}

.testimonials_box p.signature {
	display: block;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	text-align: right !important;
}

.testimonials_box p.signature:before {
  content: "- ";
}

@media (min-width: 1600px) {

	.quotes_box_and_tips h3 {
		font-size: 22px;
	}
}

@media (min-width: 1025px) and (max-width: 1599px) {

	.quotes_box_and_tips h3 {
		font-size: 18px;
	}

	.leistungen-home h2 {
//		padding: 48px 0;		
		font-size: 28px !important;
	}		
	
}



@media (max-width: 1024px) {
	
	.quotes_box_and_tips h3,
	.testimonials_box p.signature {
		font-size: 16px;
	}
	
	.leistungen-home h2 {
		padding: 48px 0;
		font-size: 24px !important;
	}	
	
}




