/*
	Theme Name: ats style
	Theme URI: 
	Description: ats style
	Version: 1.0.0
	Author: TKM
	Author 
	Tags: 
*/

@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 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: 17px;
	letter-spacing: 0.026rem;

	color:  #333;
	/*color: #364250; /*rgb(99, 99, 99);*/

}


/* 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;
 	 box-shadow: none;
 	 border-bottom: 1px solid #324474;
}

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




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


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: 36px;
	margin: 0 0 0.25em 0;
	padding: 1em 0 0.1em 0;
}


 h2 {
		font-size: 24px;

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

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



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 0 42px 0;
	text-align: left;
}

footer ul {
	margin-inline-start: 0;
	margin-block-start: 0;
	padding-inline-start: 20px;
}


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;	
  	column-gap: 20px;

}

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;
}









.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(50, 68, 116,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.95);
}


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





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



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

.cc_cta h2 {
	font-weight: normal;
	color: #fff;
}

.cc_cta h3 a {
	font-size: 1.18em;
	padding: 12px 36px;
}


.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);

}





.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.ccc_loop {
		background-color: #324474;

min-height: 300px;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;
padding-top: 90px;
padding-bottom: 35px;
/*margin-top: 90px;*/

border-top: 1px solid rgba(0,0,0,0.6);

}


section.ccc_loop .cc_newshead {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

section.ccc_loop .cc_newshead h3 {
	font-weight: normal;
}

section.ccc_loop .cc_newshead h3 i,
section.ccc_loop .cc_newshead h3 em {
	color: #fff;
	font-style: normal;
	font-size: 30px;
}

section.ccc_loop .cc_newshead h3 i {
	padding-right: 20px;
}




ul.cc_loop {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;	
	flex-flow: row wrap;
	list-style-type: none;
	align-items: flex-start;
	max-width: 1400px;
	margin: 42px auto;


	padding-inline-start: 0;
}


ul.cc_loop li {
  width: calc(1/3*100% - (1 - 1/3)*30px);
  min-width: 340px;
	margin-block-start: 0;
	margin-inline-start: 0;
	padding-inline-start: 0;
    background: rgb(255,255,255);
    box-shadow: 2px 2px 8px rgba(0,0,0,1);
    border: 1px solid rgb(0,0,0);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	transition: all 0.42s;
}


ul.cc_loop li h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


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


section.ccc_loop h3 a,
section.ccc_loop div a {
	border: none;
}





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);

}



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

#ccx_kontakt {

    transition: all 0.75s ease-in;
   	z-index: 2000;

   	min-height: 460px;
   	max-width: 400px;

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

	position: fixed;
	top: 40px;
	right: 28%;
	background-color: rgb(191,185,197); 
	display: none;
	padding: 0;
	margin: 0;
}




#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_nav3 {
	position: fixed !important;
	top: 70px;
}


.sticky_nav2 .cc_call
{
		background-color: rgba(50, 68, 116,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: 0px;
	right: 14px;
	border: 2px solid rgb(55, 27, 80);
	background-color:  #fff;;
	color: rgb(55, 27, 80);
	font-weight: bold;
	display: none;
	font-size: 16px;
	width: 28px;
	height: 28px;
	padding-top: 1px;
	text-align: center;
	border-radius: 50%;
}

#ccx_closer a {
	color: #fff;
}



footer {
	border-top: 1px solid #000;
	text-align: left;
	background: rgb(51,28,77);
color: rgba(200,200,200,0.85);
/*padding-top: 60px;
	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;

}


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



.ccc_cta {
/*background: rgb(148,141,155);
background: -moz-linear-gradient(top,  rgba(148,141,155,1) 0%, rgba(203,179,226,1) 4%, rgba(203,179,226,1) 29%, rgba(149,132,165,1) 100%);
background: -webkit-linear-gradient(top,  rgba(148,141,155,1) 0%,rgba(203,179,226,1) 4%,rgba(203,179,226,1) 29%,rgba(149,132,165,1) 100%);
background: linear-gradient(to bottom,  rgba(148,141,155,1) 0%,rgba(203,179,226,1) 4%,rgba(203,179,226,1) 29%,rgba(149,132,165,1) 100%);
*/
border-top: 1px solid rgba(0,0,0,1);

}

.ccc_cta a,
a.cta  {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 6px 15px;
	color: #fff;
	background-color: rgba(87, 20, 121, 0.5);
	box-shadow: 2px 2px 7px rgba(0,0,0,0.6); 
	display: inline-block;
}

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

.cc_faqs{
	background: linear-gradient(135deg,  rgba(255,255,255,0.42) 0%,rgba(255,255,255,0.6) 24%,rgba(255,255,255,0.98) 42%,rgba(255,255,255,0.7) 100%);
	margin: 0px 0;
	padding: 0px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;

}


.cc_faqs > .faqs  {
	max-width: 920px;
	margin: 80px auto;
}


.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;
}


.cc_erfolge {
	text-align: center;
	/*background-color: rgb(218,227,237);*/
	background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(133,178,211,0.9) 42%, rgba(50,68,116,0.9) 80%);

	padding: 60px;
}

.cc_erfolge hgroup,
.cc_erfolge hgroup h2 {
	color: #fff;
	font-weight: normal;
}


ol.grid_erfolge {
	display: flex;
	flex-wrap: wrap;
	gap:  30px;
flex-direction: row;
align-items: stretch;
justify-content: center;
	width: 100%;


}

ol.grid_erfolge li {
	list-style-type: none;
	width: 330px;
		background-color: #324474;
	margin-block-start: 0;
	margin-inline-start: 0;
	padding-inline-start: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    border: 1px solid rgb(0,0,0,0.5);
	transition: all 0.42s;
justify-content: space-between;

		display: flex;
	flex-wrap: no-wrap;
flex-direction: column;
}

ol.grid_erfolge li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 4px;
		background-color: #324474;
	min-height: 90px;
}

ol.grid_erfolge li p.ref,
ol.grid_erfolge li i {
	font-size: 15px;
	color: #fff;
		font-style: normal;
} 

ol.grid_erfolge li p.ref {
}

ol.grid_erfolge li p.good {
	background-color: rgba(87, 20, 121, 0.4);
	min-height: 86px;
	padding: 0 30px;
}

ol.grid_erfolge li h3 strong,
ol.grid_erfolge li p strong,
ol.grid_erfolge li p i  {
	display: block;
	font-style: normal;
	font-weight: normal;
		color: #fff;

}

ol.grid_erfolge li p {
	padding: 6px;	
	margin: 0;
}


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



.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);
 }






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; }
}




#e42subnav_cc {
	width: 100%;
	height: 0px;
	text-align: left;
	position: absolute;
	display: none;
	transition: opacity 2s ease;
  transition: height 0.5s ease; 
  z-index: 1001;
}

.e42subnav_cc_show {
	display: block !important;;
	min-height: 100px !important;
}

.e42subnav_cc_loader {
	display: none;
}





.cc420f,
.cc42_boxed,
.e42cc0 {
	max-width: 900px;
	margin: 0 auto;
}

.ccc_youtube {
	/*	background-color: rgba(200,200,200,0.4);*/
		width: 100%;
padding: 42px auto 24px auto;
	margin-bottom: 42px;
}

.cc_youtube {
	position: relative;
	width: 900px;
	height: 505px;
	text-align: center;
margin: 0 auto;
	background-size: cover;

}

.cc_youtube .yt_loader_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 505px;
	background-color: rgba(200,200,200,0.8);
	font-size: 42px;
	padding-top: 220px;
	border: none;
/*	color: rgba(87, 20, 121,0.7);*/
	color: #000;
}

.cc_youtube .yt_note {
		position: absolute;
		bottom: 0;
		width: 900px;
		height: 50px;
		color: #000;
		background-color: rgba(255,255,255,0.4);

}


.cc_transscript {
	position: relative;
	text-align: left;
	width: 900px;
	display: none;
}

.c_transscript_toggle {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.e42subnav_cc {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}


.e42subnav_cc ul {
	margin-block-start: 15px;
	margin-inline-start: 0;
	margin-left: 0;

}

.e42subnav_cc li {
	list-style-type: none;

}

.e42subnav_cc li a {
	background-color: rgb(255,255,255);
	border: none;
	padding: 5px;
	font-size: 16px;
	border-radius: 9px;
	display: block;
}


a.mainnav_sel,
a.basenav_sel {
	background-color: rgb(255,240,204) !important;
}


.ccc_cta {
	min-height: 242px;
}

.cc_cta {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 95px;
	padding-bottom: 82px;
}









.bg_buv,
.bg_haus {
background: -moz-linear-gradient(top,  rgba(50,68,116,0.9) 0%, rgba(133,178,211,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(50,68,116,0.9) 0%,rgba(133,178,211,0.9) 100%);
background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(133,178,211,0.9) 100%);
}

.bg_puv {
background: -moz-linear-gradient(top,  rgba(50,68,116,0.9) 0%, rgba(133,145,209,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(50,68,116,0.9) 0%,rgba(133,145,209,0.9) 100%);
background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(133,145,209,0.9) 100%);
}

.bg_ahr {
background: -moz-linear-gradient(top,  rgba(50,68,116,0.9) 0%, rgba(132,204,175,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(50,68,116,0.9) 0%,rgba(132,204,175,0.9) 100%);
background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(132,204,175,0.9) 100%);

}

.bg_home, 
.bg_ats, 
.bg_service {
background: -moz-linear-gradient(top,  rgba(50,68,116,0.9) 0%, rgba(165,165,165,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(50,68,116,0.9) 0%,rgba(165,165,165,0.9) 100%);
background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(165,165,165,0.9) 100%);
}

.bg_medien {
background: -moz-linear-gradient(top,  rgba(50,68,116,0.9) 0%, rgba(132,194,204,0.9) 100%);
background: -webkit-linear-gradient(top,  rgba(50,68,116,0.9) 0%,rgba(132,194,204,0.9) 100%);
background: linear-gradient(to bottom,  rgba(50,68,116,0.9) 0%,rgba(132,194,204,0.9) 100%);
}


.teaser {
	padding: 6px 6px 10px 6px;
}


.f_ul_r {
	padding-top: 16px;
}


.f_logo {
	padding-top: 80px;
}



#e42logo_cc {

	width: 508px;
	height: 84px;
	margin: 5px auto;
}
#e42logo_cc a {
	background-image: url(https://atsrecht.de/media/ats-logo-d.png);
	display: block;
	width: 508px;
	height: 84px;
	border-bottom: none;
	border-radius: 21px;
}




.cc_trusty {
	padding: 80px 0;
	background-color: #324474;
	display: flex;
	flex-direction: row;

	justify-content: space-evenly;
}

.cc_trusty a {
color: rgb(87, 20, 121) !important;
}


.cc_trusty a:hover {
background-color: transparent !important;
}




.v_flex_c {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	text-align: right;
}

