/*
	Theme Name: TKM minimal
	Theme URI: http://tkm-kronberg.de
	Description: ATS recht
	Version: 1.0.0
	Author: TKM
	Author 
	Tags: 

	License: MIT
	License URI: 
*/

@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#opensans_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Open Sans Regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#cinzel_decorativeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#opensans_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#opensans_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


body {

	margin: 0;
	padding: 0;

  	font-family: "Open Sans", sans-serif;
  	font-weight: 400;
	line-height: 150%;

	font-size: 15px;
	letter-spacing: 0.026rem;

	color:  #000;
	/*color: #364250; /*rgb(99, 99, 99);*/
	background-color: #fff;

}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:faqle;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color: rgb(87, 20, 121); 
text-decoration: none;

	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
/*
  border-radius: 5px;
    background-color: rgba(208, 200, 216, 0.3);
    display: inline-block; */
 	 box-shadow: none;
 	 border-bottom: 1px dashed rgba(87, 20, 121, 0.3);
}

.homelink {
	border: none !important;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: none;
}




a:hover {
/*	color: rgb(255, 255, 255);
  background-color: rgba(87, 20, 121, 0.9);*/
	border-color: rgb(87, 20, 121) !important;
	background-color: rgb(238, 200, 78) !important;/*  (255, 227, 188)   rgb(87, 20, 121) !important;*/
	color: rgb(87, 20, 121) !important;
	box-shadow: 0px 0px 24px rgb(238, 200, 78);
}


a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid rgba(255, 170, 23, 0.6);
}

p, 
li,
.cc_open {
}

.cc_open {
	padding: 20px 0 0 20px;
}





h1,h2,h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;

	line-height: 145%;

	color: rgb(55, 21, 83);
}

h4,h5,h6 {

  font-family: "Open Sans", sans-serif;
  font-weight: 600;

	color: rgb(55, 21, 83);
	line-height: 145%;
}

a.view-article {
	color: #fff;
	background-color: rgb(55, 21, 83);
	display: block;
	float: right;
	padding: 2px 10px;
	border-radius: 5px;
}

a.view-article:hover {
	background-color: rgb(255, 255, 255);
}


 h1 {
	font-size: 32px;
	margin: 0 0 0.25em 0;
	padding: 0.1em 0;
}


 h2 {
	/*font-size: 22px;*/
		font-size: 28px;

	margin: 0 0 0.25em 0;
	padding: 0.1em 0;
}

 h3 {
	font-size: 18px;
	margin: 0 0 0.25em 0;
	padding: 0.6em 0 0.2em 0;
}
 h4 {
	font-size: 16px;
	margin: 0 0 0.25em 0;
	padding: 0.1em 0;
}


.cc_title {
	width: 100%;
	min-height: 120px;
	padding: 60px 0 30px 0;

background: rgb(238,238,238);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%),
 linear-gradient(180deg, rgba(238,238,238,0.5) 0%, rgba(238,238,238,0) 100%), 
 linear-gradient(90deg, rgba(238,238,238,0.68) 0%, rgba(204,175,216,1) 100%);

	  margin: 0px auto 0px auto;

}
.cc_title > div {

	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.cc_title > h1,
.cc_title > h2,
.cc_title > h3 {
	margin: 0;
}

.cc_title > h1 {
	color: rgb(55, 27, 80);
}
.cc_title > h2 {
	padding: 0;
	color: rgb(55, 27, 80);
}

.cc_title > h3 {
	color: rgb(55, 27, 80);
}


.cc_title > div > h1 {
	margin: 0;
	padding: 0;
}
.cc_title > div > h2 {
	margin: 0;
  font-weight: 400;
}




p strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color:  rgb(55, 21, 83);
}


ul {
	margin-bottom: 2em;
	margin-left: 1.0em;
}
ul li {
	margin-bottom: 0.75em;
}



/* footer */
footer {
	margin:  0;
	padding: 0;
	text-align: left;
}

footer  a,
footer  a:hover {
	color:  #fff;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

footer  a:hover {
	color:  rgb(217, 203, 222);
}


#menu-footermenue  {
	list-style-type: none;
	text-align: left;
}

#menu-footermenue  li {
	display: inline-block;
	padding: 0 10px;
}

#menu-footermenue  li a {
}
#menu-footermenue  li a:hover {
	color: #000;
}







nav {
	padding: 5px 0;
	margin: 0;
/*	opacity:  0.7;*/
  transition: all 0.5s ease-in;
}

nav:hover {
/*	opacity:  1;*/
}

nav a {
		width:  100%;

}

nav a .nav0,
nav a .nav1{
	text-align: center;
	display: block;
}





nav ul {
	margin: 0; padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;	
}

nav ul li {
	margin: 0; padding: 0;
	list-style-type: none;
  width: calc(1/6*100% - (1 - 1/6)*12px);
}





nav ul li a {
	padding: 2px 12px 3px 12px;

}






nav  ul  li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav > ul > li {
	text-align: center;
}

nav > ul > li > a {
	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
	cursor: pointer;
	position: relative;
	padding: 0 6px;
	display: inline-block;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 9px;
	color: rgb(87, 20, 121);
	box-shadow: 1px 1px 4px rgba(200, 200, 200, 0.4);
	text-decoration: none;
	background-color: rgba(255,255,255,1);
	min-width: 120px;
}



.cc_call {
	width: 120px;
}

.cc_call nav ul {
	flex-direction: column;
}

.cc_call nav ul li {
	margin: 0; padding: 0;
	list-style-type: none;
  width: 70px;
 	margin-bottom: 15px;
 	line-height: 110%;

}

.cc_call nav > ul > li > a {
	min-width: 70px;
	width: 70px;
}



 a .nav0 {
	font-weight: 800;
	font-size: 30px;
	height: 30px;
	padding: 10px 0 8px 0;
	display: block;
}

 a .nav1 {
	padding: 4px 0 3px 0;
	font-weight: 400 !important;
	font-size: 11px !important;
	display: block;
	text-align: center;
}


.cc_call nav ul li.call_form .nav0,
.cc_call nav ul li.call_mail .nav0,
.cc_call nav ul li.call_tel .nav0 {
		height:  36px;
		margin: 2px auto 0 auto;
		background: url(img/icons.png) 5px 0px no-repeat; 
}


.cc_call nav ul li.call_tel .nav0 {
	left: 4px;
	background-position: -50px 0px; 
	padding-left: 48px;
}



nav > ul > li > ul.sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 20000 !important;
	text-align: left;
	background-color:  #fff;
	border: 1px solid rgba(55, 27, 80);
	box-shadow: 4px 4px 4px rgb(98, 33, 124, 0.5);
	width:  280px;
}

nav > ul > li > ul.sub-menu:last-child {
	margin-left:  -120px;
}

nav li:hover ul.sub-menu {
	display: block;
}

nav li:hover ul.sub-menu li {
	display: block;
	width: 280px;
	padding: 0px;
	margin: 0px;
}

nav li:hover ul.sub-menu li a {
	padding: 8px 5px 8px 20px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	border: 0 ;
	border-radius:  0;
}



nav.nav_m  ul  li {
	display: block;
	width: 100%;
	margin: 0 ;
	padding: 0;
	list-style-type: none;
}

nav.nav_m > ul > li > ul.sub-menu {
	display: block;
	position: relative;
	width: 100%;
}
nav.nav_m li ul.sub-menu li {
	width: 100%;

}
nav.nav_m li ul.sub-menu li a{
	padding: 8px 5px 8px 30px;
	font-weight: normal;

}



nav  a:hover,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
.current-menu-parent > a,
.current-menu-item > a {
	border-color: rgb(87, 20, 121) !important;
	background-color: rgb(238, 200, 78) !important;/*  (255, 227, 188)   rgb(87, 20, 121) !important;*/
	/*color: #fff;*/
	color: rgb(87, 20, 121) !important;
	box-shadow: 0px 0px 24px rgb(238, 200, 78);
}







.sticky_nav {
	position: fixed;
	z-index: 1000;
	top: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.7);
	box-shadow: 3px 2px 12px rgba(0,0,0,0.6); 
  transition: all 1.5s ease-in;
	background-color: rgba(55, 27, 80,0.55);
	width: 100%;
}

.sticky_nav:hover {
	border-bottom: 1px solid rgba(0,0,0,0.99);
	box-shadow: 3px 2px 12px rgba(0,0,0,0.9); 
	background-color: rgba(55, 27, 80,0.85);
}


.sticky_nav > .flexitus_nav {
	margin-top: 0px !important;
}




header.ats-header {
	padding-bottom: 0px;
/*background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 55%, #ccafd8 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 55%,#ccafd8 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 55%,#ccafd8 100%);*/
}


.ccc_nav,
.ccc_fnav,
.ccc_cta, {
	width: 100%;
}

.cc_nav,
.cc_fnav,
.cc_cta {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}



.cc_fnav {
	padding-top: 24px;
}

.cc_fnav ul {
		justify-content: flex-end;	
}




.cc_fnav ul li {
	margin-left:  24px;
}

.cc_fnav ul li a {
background-color: transparent;
border: 1px solid rgba(255,255,255,0.5);
color: rgba(255,255,255,0.65);
}
.cc_fnav ul li a:hover {
	border: 1px solid rgba(255,255,255,0.9);
color: rgb(255,255,255);

}



.ccc_cta {
	padding:  60px 0;
	text-align: center;
}



.cc_map {
	width: 100%;
	margin: 50px 0 0 0;
	border-top: 1px solid rgb(55, 27, 80);
}



.transscript {
	max-height: 450px;
  overflow: scroll;
  border: 3px solid #ccc;
  padding: 8px;
}







.flx_l section {
	margin: 0 0 0 auto;
	padding-right: 30px; 
}
.flx_r section {
	margin: 0 auto 0 0;
}



section.cc_loop {
  
  background: #777;
min-height: 600px;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;

}

h2.title {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: rgba(255,255,255,0.75);
	padding: 20px 0 20px 0;	
	flex-grow: 1;
	font-size: 36px;
   	text-shadow: 2px 2px rgba(0,0,0,0.6);

}

section.cc_loop > ul {
	flex-grow: 4;
}


ul.loop {
	margin: 0; padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
}


ul.loop > li {
	padding: 0px;
	margin: 0 30px 30px 0;
	padding: 0px;
	list-style-type: none;

	flex-grow: 1;
	flex-basis: 300px;

	position: relative;
}

ul.loop > li:last-child {
	margin-right: 0px;
} 


ul.loop > li h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


ul.loop > li,
ul.loop > li > article {

	-moz-transition: all 0.75s ease-in;
    -webkit-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}


ul.loop > li a {
	text-decoration: none;
}


/*-------------------   loop_main */

ul.loop_main {
	flex-wrap: nowrap;
	padding-top: 30px;
	padding-bottom: 50px;

}

ul.loop_main > li {
	flex-grow: 1;
	flex-basis: 300px;
	margin-bottom: 0px;
}

/*-------------------   loop_more */

ul.loop_more {
	background-color: rgba(255,255,255,0.3);
	padding: 20px;
}

ul.loop_more > li {
	max-width: 350px;
	flex-basis: 350px;
	flex-grow: 1;
}



ul.loop_more > li h3 {
	font-size: 16px;
	background-color: rgba(255,255,255,0.6);
	height: 70px;
	padding: 6px;
}

ul.loop_more > li > article {
	height: 0px;
	overflow: hidden;
	position: absolute;
	padding: 5px;
	background-color: rgba(255,255,255,0);
}




ul.loop_more > li:hover {
	z-index: 1001;
}

ul.loop_more > li:hover > article {
	height: 300px;
	background-color: rgba(255,255,255,0.85);
}

ul.loop_more > li:hover h3 {
	background-color: rgba(55, 27, 80, 0.95);
	color: #fff;
}





figure.visual {
margin-inline-start:  0 !important;
margin-inline-end:  0 !important;

	width:  300 !important;
	margin-top:  -130px;
		border-radius:  12px;

}
figure.visual img {
	width:  300 !important;
	object-fit: cover;
}












#cc_request_tel {
	margin: 30px 0 0 50px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	display: inline-block;
}






#ccx_kontakt {
	-moz-transition: all 0.75s ease-in;
    -webkit-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
   	z-index: 1000;

   	box-shadow: 2px 2px 16px 3px rgba(0,0,0,0.6);

	position: fixed;
	top: 40px;
	right: 28%;
	background-color: #f7f2e7; /*#c1aacb;*/
	display: none;
	padding: 0;
	margin: 0;
}

.ccx_kontakt_mobile {
	right: 0 !important;
	width: 400px !important;
}



#cx_kontakt {
	padding: 0;
	margin: 0;
}





.x_anfrage {
	position: absolute;
	top: 240px;
	right: 10px;
	width: 60px;
	z-index:  10000;
}


.x_anfrage .cc_call {
	transition: all 1.2s ease-in;
	padding: 4px 0 2px 6px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border: 1px solid  #fff;
	border-right: none;
}


.sticky_nav2 {
	position: fixed !important;
	top: 120px;
}

.sticky_nav2 .cc_call
{
		background-color: rgba(55, 27, 80,0.45);
	border-color: rgba(0,0,0,0.6);

}

.sticky_nav2 .cc_call:hover {
			background-color: rgba(55, 27, 80,0.95);

}






#ccx_closer {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgb(55, 27, 80);
	color: #fff;
	font-weight: bold;
	display: none;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 50%;
}






footer {
	border-top: 1px solid #000;
	text-align: left;
	color: rgba(200,200,200,0.85);
background: rgb(66,66,66);
background: -moz-linear-gradient(-45deg,  rgba(66,66,66,1) 0%, rgba(55,27,80,1) 33%, rgba(55,27,80,1) 76%, rgba(40,40,40,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(66,66,66,1) 0%,rgba(55,27,80,1) 33%,rgba(55,27,80,1) 76%,rgba(40,40,40,1) 100%);
background: linear-gradient(135deg,  rgba(66,66,66,1) 0%,rgba(55,27,80,1) 33%,rgba(55,27,80,1) 76%,rgba(40,40,40,1) 100%);
}

footer h2,
footer h3,
footer h4 {
	color: rgba(200,200,200,0.7);
	text-align: center;

}
footer h3 {
}

footer .c42wrap {
	padding-top: 4px;
	padding-bottom: 4px;
}





.cc0 {
	max-width:  1000px;
	margin:  0 auto;
}

.c42inner {
	padding-left: 5%;
	padding-right: 5%;

	max-width: 1200px; /* 1000px;*/
	margin:  0 auto;
}

.c42inner p:last-child {
	margin-block-end:  0;
	padding-bottom:  20px;
}

.c42inner_full {
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;	
	margin: 0 auto;
}



.cc42__cta {
	background: rgb(55,27,80);
background: rgb(55,27,80);
background: rgb(55,27,80);
background: rgb(55,27,80);
background: -moz-linear-gradient(-45deg,  rgba(55,27,80,1) 0%, rgba(75,38,112,1) 55%, rgba(78,39,117,1) 75%, rgba(55,27,80,1) 100%, rgba(55,27,80,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(55,27,80,1) 0%,rgba(75,38,112,1) 55%,rgba(78,39,117,1) 75%,rgba(55,27,80,1) 100%,rgba(55,27,80,1) 100%);
background: linear-gradient(135deg,  rgba(55,27,80,1) 0%,rgba(75,38,112,1) 55%,rgba(78,39,117,1) 75%,rgba(55,27,80,1) 100%,rgba(55,27,80,1) 100%);
width: 100%;
padding: 30px 12%;
}


.cc42__cta  .cc42_cta_inner {
	background-color: rgba(0,0,0,0.33);
	padding: 50px;
	border-radius: 90px;

}

.cc42__cta h2,
.cc42__cta h3,
.cc42__cta h4 {
	background-color: rgba(0,0,0,0.4);
	display: block;
	padding: 8px;
	width: auto;
	max-width: 940px;
	margin: 12px auto;
	color: rgba(255,255,255,0.85);
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

input[type=text],
input[type=tel],
input[type=email],
textarea {
	border: 1px solid #555;
	padding: 3px 8px;
	font-size: 16px;
  /*  font-family: 'saira-semicondensed-semibold';*/

}

.inc_form input[type=text],
.inc_form input[type=tel],
.inc_form input[type=email],
.inc_form textarea {
	width: 320px;
}




.i_row {
	padding: 0 0 20px 0;
}


.i_row_submit {
	padding: 0 20px 0 0;
	text-align: right;
}

.i_row_disclaimer {
	font-size: 14px;
	text-align: center;
	padding: 8px 0 0 0;
}


iframe {
	border: 0;
}

.inc_form  {
	/*background: #fbdca8;*/
	background-color: rgba(222,222,222);
	min-height: 612px;
	padding: 50px 0 0 0;
	z-index:  5555 !important;
}



.inc_form label {
	display: block;
	width: 140px;
	/*text-align: right;*/
	float: left;
	padding: 0 5px 0 15px;
}




.inc_form .wpcf7-submit,
.inc_form_m .wpcf7-submit {
	background-color: rgb(55, 27, 80);
	color: #fff;
	border: 0;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	border-radius: 9px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);

	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.inc_form_m .wpcf7-submit:hover,
.inc_form_m .wpcf7-submit:focus,
.inc_form .wpcf7-submit:hover,
.inc_form .wpcf7-submit:focus {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.75);
}



/*
.wpcf7-response-output {
	position: absolute;
	top: 0px;
	margin: 0 !important;
	height: 80px !important; 
	width: 100% !important;
	background-color: #fff;
}*/

.wpcf7-not-valid-tip {
	position: absolute ;
	top: 18px;
	left: 0px;
}

.wpcf7-validation-errors {
	background-color: #f7e700;
}


.metaslider {
	margin-bottom: 0 !important;
}

.metaslider .flex-control-nav {
	right: 20px;
}



.cc_contact {
   border: 2px solid rgb(98, 3, 124);
   margin-bottom: 40px;
}

.cc_contact h3 {
	color: #fff;
	padding-left: 15px;
	background-color: rgb(98, 3, 124);
	margin: 0;
}

.inc_form input.wpcf7-quiz,
.inc_form_m input.wpcf7-quiz {
	width:  50px;
}


.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-response-output {
	position: absolute;
	top:  0px;
  background-color: #eeee00;
  border:  1px solid #f00;
  max-width: 450px;
}


/*------------------------------*/


.faqs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


.faq-content *:first-child {
	margin-block-start:  0;
}

.faq-content *:last-child {
	margin-block-end:  0;
}

/* Accordion styles */
.faqs {
  border-radius: 12px;
  border:  1px solid rgba(55, 21, 83, 0.75);
  overflow: hidden;
  box-shadow: 0 4px 6px -2px rgba(55, 21, 83, 0.75);
  
}

.faq {
  width: 100%;
  color: white;
  overflow: hidden;
}
.faq-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: rgb(55, 21, 83);
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.faq-label:hover {
  background: rgb(98, 3, 124);
}
.faq-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.faq-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: rgb(255, 255, 255);
  transition: all 0.42s;
}
.faq-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: rgb(98, 3, 124);
  cursor: pointer;
}
.faq-close:hover {
  background: rgb(55, 21, 83);
}

.faqs input:checked + .faq-label {
  background: rgb(98, 3, 124);
}
.faqs input:checked + .faq-label::after {
  transform: rotate(90deg);
}
.faqs input:checked ~ .faq-content {
  max-height: 100vh;
 /* padding: 1em;*/
 padding-top:  20px;
 padding-bottom:  40px;
}





.wp-block-columns {
 margin-bottom:  0;
}



.c42wrap {
	padding-top:  20px;
	padding-bottom:  30px;
}

.cc42__headline {
	padding-top:  36px;
	padding-bottom:  5px;
}


.cc_logo a {
background-color:  transparent;
	border:  none;
	padding:  0;
}


.has-g42a1-gradient-background {
background: linear-gradient(180deg,  rgba(0,0,0,0.2) 2%,rgba(0,0,0,0) 7%),linear-gradient(135deg,  rgba(80,80,80,0.7) 10%, rgba(90,30,120,0.7) 42%,rgba(80,80,80,0.3) 90%), rgb(102,124,143);
 }

.has-g42a2-gradient-background {
background: linear-gradient(180deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 2%,rgba(0,0,0,0) 7%),linear-gradient(135deg,  rgba(80,80,80,0.7) 10%, rgba(90,30,120,0.7) 42%,rgba(80,80,80,0.3) 90%), rgb(203,218,234);
 }

.has-g42a3-gradient-background {
background: linear-gradient(180deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 2%,rgba(0,0,0,0) 7%),linear-gradient(135deg,  rgba(80,80,80,0.7) 10%, rgba(90,30,120,0.7) 42%,rgba(80,80,80,0.3) 90%), rgb(119,168,121);
 }
.has-g42a4-gradient-background {
background: linear-gradient(180deg,  rgba(0,0,0,0.2) 2%,rgba(0,0,0,0) 7%),linear-gradient(135deg,  rgba(80,80,80,0.7) 10%, rgba(90,30,120,0.7) 42%,rgba(80,80,80,0.3) 90%), rgb(102,124,143);
 }


.loop_press {
   margin-block-start:  0px;
   padding-inline-start:  0px;
   margin:  0;
   padding:  0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}


.loop_press li {
	list-style-type: none;
	padding:  4px;
 /* margin:  5%;*/
  width:  48%;
  margin-bottom:  40px;
	background-color: #eee;
}


.loop_press li:nth-child(even) {
	background: #CCC;
}


.cc_intro {
	background-color: #eee;
}


.ytplayer {
	position: relative;
	width: 900px;
	height: 506px;
}

.ytplayer a {
 padding: 0;
 border: 0;
 box-shadow: 0;
display: block;
width: 900px;
height: 506px;
position: absolute;
top:  0px;
left: 0px;
padding-top:  240px;
 background: rgba(28,28,28,0.5);
 text-align: center;
 color:  #fff;
}

.ytplayer .bg_ytplayer {
	width: 900px;
	height: 506px;
	position: absolute;
	top:  0px;
	left: 0px;
	background-size: cover;
}

/*
.cc42__loop_tip {
	background: #bbb;
}


.cc42__loop_tip ul li {
	list-style-type: none;
	background-color: #fff;
	margin-bottom: 40px;
}

.cc42__loop_tip ul {
	margin-block-start:  0;
	margin-inline-start:  0;
	padding-inline-start:  0;
}

.cc42__loop_tip ul li p {
	padding-left: 20px;
	padding-right: 20px;
}

.cc42__loop_tip ul li h3 {
	padding-left: 18px;
} 




.has-background p,
.has-background li,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4 
 {
         background: rgba(255,255,255,0.7);
 }

*/



ul.loop_tip  {
   margin-block-start: 0;
   margin-inline-start: 0;
   padding-inline-start: 0;
   margin: 0;
	padding: 0px;
	list-style-type: none;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;	
	flex-flow: row wrap;
}



ul.loop_tip li.news_buv {
	border-color:  rgb(85, 90, 113);
}
ul.loop_tip li.news_buv h3 a {
	background-color: rgb(85, 90, 113);
}
ul.loop_tip li.news_buv p.loop_meta {
	background-color: rgba(85, 90, 113, .3);
}



ul.loop_tip li.news_puv {
	border-color:  rgb(158, 170, 182);
}
ul.loop_tip li.news_puv h3 a {
	background-color: rgb(158, 170, 182);
}
ul.loop_tip li.news_puv p.loop_meta {
	background-color: rgba(158, 170, 182, .3);
}



ul.loop_tip li.news_ahr {
	border-color:  rgb(97, 132, 99);
}
ul.loop_tip li.news_ahr h3 a {
	background-color: rgb(97, 132, 99);
}
ul.loop_tip li.news_ahr p.loop_meta {
	background-color: rgba(97, 132, 99, .3);
}



ul.loop_tip li {
  width: calc(1/3*100% - (1 - 1/3)*30px);
  border-radius: 12px;
  min-width: 340px;
	margin-block-start: 0;
	margin-inline-start: 0;
	padding-inline-start: 0;
    background: rgb(220,220,220);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    border: 3px solid #000;
  /*  height: 100%;*/
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	justify-content: stretch;

	transition: all 0.42s;
}


ul.loop_tip li:hover { 
    background: rgb(255,255,255);
    box-shadow: -1px -1px 3px rgba(255,255,255,0.85), 2px 2px 20px rgba(0,0,0);
  /* border-color: rgb(0,0,0);*/
    border-radius: 12px;
}

ul.loop_tip li h3 {
	padding: 0;

	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}


ul.loop_tip li h3 a {
	border: none;
	display: block;
	color: #fff;
	background-color: rgb(87, 20, 121);
	padding: 4px 6px 8px 6px;
}

ul.loop_tip li:hover  {
/*	overflow: hidden; */
}




ul.loop_tip li p {
	padding: 0px 6px 12px 6px;
	background-color: transparent;
}

ul.loop_tip li .loop_excerpt {
	flex-grow: 1;
}

ul.loop_tip li p.loop_meta {
	padding: 0px 6px 0px 6px;
	margin-block-start: 0;
	margin-block-end: 0;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-direction: row;
		justify-content: space-between;

	flex-wrap: nowrap;
}


h2.h2_inv,
h2.h2_inv * {
	background-color: transparent;
	color: #fff;
	border: 0;
	font-style: normal;
	padding: 0;
	text-align: center;
}

h2.h2_inv a {
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	border-radius: 0;
}

h2.h2_inv {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}


.c42fx {
background: linear-gradient(135deg,  rgba(88,35,114,0.25) 0%,rgba(88,35,114,0.25) 10%,rgba(173,173,173,0.25) 49%,rgba(91,44,114,0.25) 84%,rgba(170,170,170,0.25) 100%);
}


.c42fx a {
	background-color: #fff;
}
.c42fx a:hover {
	background-color: rgb(87, 20, 121);
} 




@keyframes fade_in_1 {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}




.c42logo {
	margin: 15px auto 15px auto;
	width: 530px;
	height: 72px;
	display: flex;
	flex-direction: row;
	border-radius: 24px;
	border: 2px solid rgb(48,22,72);


}


.c42logo a {
	border: none;
}

.c42logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 25px;
}
.c42logo h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 17px;
}





.c42logo .logo_1,
.c42logo .logo_2,
.c42logo .logo_3,
.c42logo .logo_icn {
	animation-name: fade_in_1;
  	animation-duration: 1s;
  	opacity: 1;

	position: absolute;
	top: 0px;
	left: 0px;
}




.c42logo .logo_1 {
	height: 70px;
	width: 120px;
	border-radius: 20px;
	background-color: rgba(48,22,72,.3);
}

.c42logo .logo_2 {
	height: 70px;
	width: 100px;
	border-radius: 20px;
	background-color: rgba(48,22,72,.6);
  	animation-duration: 2s;

}

.c42logo .logo_3 {
	height: 70px;
	width: 80px;
	border-radius: 20px;
	background-color: rgba(48,22,72,1);
	color: #fff;
	  	animation-duration: 3s;

}

.c42logo .logo_icn {
	height: 80px;
	overflow: hidden;
	padding: 20px 0 0 10px;
	font-size: 80px;
	font-weight: 800;
	  	animation-duration: 0.5s;

}


.c42logo .c_logo_l {
	width: 130px;
	position: relative;
}

.c42logo .c_logo_r {
	width: 400px;
	position: relative;
}
