/* open-sans-300 - 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: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - 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: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {	
	outline: none;
} 

html {
	width: 100%; 
	min-height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 400;	
	color: #2b2b2b;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
img {
    max-width: 100%;
    height: auto;
}
.ce-gallery.videocontainer .video[data-type="external"] {
    background: #eee;
}
.video-embed .video-defer {
    opacity: 1;
}
.video-embed .video-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;  
}
.ce-gallery.videocontainer .video-column {
    width: 100%;
    float: left;
}
.ce-gallery.videocontainer[data-ce-columns="1"] .video-column {
	width: 100%;
	float: left;
	clear: both;
}
.ce-gallery.videocontainer figure.video {
	display: block;
}
.video-embed iframe, 
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink  {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -999px;
    display: none;
}
.loadiframenow a.videoiframelink,
.mediaconsent.loadok a.videoiframelink,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink  {
    display: flex;
}
.video-embed a.videoiframelink::before,
.iframevideo a.videoiframelink::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: #000000;
    border-radius: 5px;
    transition: opacity 0.3s ease;
	box-shadow: 0 0 60px 0 #FFFFFF;
	opacity: 0.8;
}
.video-embed a.videoiframelink:hover::before,
.iframevideo a.videoiframelink:hover::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink:hover::before {
	opacity: 0.9;
}
.video-embed a.videoiframelink::after,
.iframevideo a.videoiframelink::after,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -8px;
    z-index: 3;
}
.video[data-type="external"] .video-embed {
    padding: 0;
}
.videobox {
    padding-top: 56.25%;
    overflow: hidden;
}
.mediaconsent > a.videoiframelink {
    display: none;
}
body.lb_body {
    height: auto !important;
    max-width: 800px;
    width: 90vw;
}
#lightbox {
    width: 96%;
    margin: 10px 2%;    
}
/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 > .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}
.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}
.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}
.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}
.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}
section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0px;	 
	padding: 0px;
} 

.page {
	position: relative;
}

p {	
	margin: 0 0 10px 0;
	text-align: justify;
}

a {
	text-decoration: none; 
	color: #054a7f;
}

a[title~="PDF"] {
    background: url(../images/pdf.png) left top no-repeat;
    min-height: 30px;
    display: inline-block;
    padding: 4px 0 0 35px;
	text-align: left; 
}

a[title~="Zip"] {
    background: url(../images/zip.png) left top no-repeat;
    min-height: 30px;
    display: inline-block;
    padding: 4px 0 0 35px;
	text-align: left; 
}

a[title~="Weiter"] {
	background: url(../images/external.png) left top no-repeat;
	min-height: 26px;
	display: inline-block;
	padding: 4px 0 0 35px;
	text-align: left; 
}

ul{
	list-style: none;  
	margin: 0;
	padding: 0 0 0 10px;
}

li {
	background: url(../images/aufzaehlung.png) left 6px no-repeat;
	padding: 0 0 0 10px;
}

#inhaltsbereich ul {
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 50px 0;
	color: #054a7f;
	line-height: 1.3;
	word-wrap: break-word !important;
	opacity: 0;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 50px 0;
	color: #054a7f;
	line-height: 1.3;
	word-wrap: break-word !important;
	opacity: 0;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 30px 0;
	color: #054a7f;
	opacity: 0;
}

h4 {
	font-size: 13px;
	text-transform: uppercase; 
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #054a7f;
	opacity: 0;
}

.thin {
	font-weight: 300;
}

h1 .thin {
	display: block;
}

.text-left {	
	text-align: left;
}
 
.text-right {
	text-align: right;
}

.text-center {	
	text-align: center;
}

.text-justify {	
	text-align: justify;
} 

/* .ce-gallery figcaption {	
	display: block;
} */

table.contenttable {
	border-collapse: collapse;
	border-spacing: 0px;
}

#inhaltsbereich table.contenttable {
	margin-bottom: 10px;
}

table.contenttable td {
	padding: 0 0 0 10px;
	vertical-align: top;
}

table.contenttable td:first-child {
	padding: 0;
}

table.contenttable p {
	margin: 0;
	text-align: left;
}

.image-caption b {
	text-transform: uppercase;
}

img {
	border: 0px !important;
}

#nav, #inhaltsbereich, .rahmen {	
	float:left;
	clear: both;
	width: 100%; 
} 

.video-embed {
	position: relative;
}

.owl-carousel.ce-gallery .ce-row, .owl-carousel.ce-gallery .ce-column, .owl-carousel.ce-gallery figure {
	display: block !important;
	width: 100%;
}

.owl-carousel .video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	float: left;
	clear: both;
}

.owl-carousel .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	display: block;
}

.videoiframelink {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0; 
	display: block;
}

/* -- Header --*/

#nav {
	float: left; 
	clear: both; 
	width: 100%;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	position: fixed;
	z-index: 15;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3)
}

#nav.header-fixed{
	/* position: fixed; */
	top: 0;
	left: 0;
	box-shadow: 0 0 5px #8F999E;
}

#lorbeerkranz {
	position: fixed;
    top: 20px;
    left: 4%;
	height: 110px;
	z-index: 20;
	transition: all 0.5s ease; 
}

#lorbeerkranz div, #lorbeerkranz figure, #lorbeerkranz img {
	height: 100%;
	width: auto; 
	display: block;
}

#lorbeerkranz .ce-gallery {
	margin: 0;
}

#netzwerk-boden {
	position: absolute;
    top: 25px;
    right: 4%;
	z-index: 20;
	opacity: 1;
}

#netzwerk-boden img {
	width: 100%;
	height: auto;
}

/*.header-fixed #lorbeerkranz {
	top: 0px;
}*/

#logo {
	margin: 30px 0 15px;
}

#logo .ce-gallery {
	margin: 0;
}

.header-fixed #logo {
	position: absolute;
	right: 2%;
	top:0;
	opacity: 0;
	margin: 5px 0 5px 0;
}

/* Button fuer mobile Navi */

.mob_button span::after, .mob_button span::before {
    transform: translateZ(0px);
}

.mob_button {
	position: absolute;
	right: 4%;
	top: 0;
	width: 30px;
	height: 24px;
	cursor: pointer;
	white-space: nowrap;
	margin: 25px 0 0 0;
	z-index: 6;
	display: none;
}

.mob_button span {
    background-color: #8F999E;
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 30px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: #8F999E;
    content: "";
    height: 2px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
    transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible.mob_button span {
	background-color: #FFFFFF;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

/* Button fuer mobile Navi */

.hnavi {
	padding: 0;
	text-align: center;
}

.hnavi > li {
	background: none;
	padding: 0 0 0 0;
	margin: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	transition: all 0.5s ease;
	border-bottom: 3px solid #fff;
}

.hnavi > li > a {
	color: #2b2b2b;
	padding: 15px 0;
	transition: all 0.5s ease;
	display: inline-block;
}

.hnavi > li.act {
	border-bottom: 3px solid #054a7f;
	font-weight: 700;
}

.hnavi > li:hover {
	border-color: #054a7f;
}

.hnavi > li.act > a,
.hnavi > li:hover > a {
	color: #054a7f;
}

.hnavi > li:hover .unavi{
	display: block;
}

.unavi {
    width: calc(100% - 340px);
	max-width: 860px;
    position: absolute;
    left: calc(50% - 600px);
    margin-top: 3px;
    /* margin-left: -600px; */
	clear: both;
	padding: 0 170px;
	background: rgba(5,74,127,0.8);
	display: none;
}

.unavi > li {
	float: left;
	width: 25%;
	padding: 20px 0;
	background: none;
}

.unavi > li > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid transparent; 
	margin-bottom: 5px;
	color: #fff;
	float: left;
	/* width: 100%; */
	text-align: left;
}

.unavi > li.act > a,
.unavi > li > a:hover {
	background: #1a5e90;
	border-bottom: 2px solid #FFFFFF; 
}

.unavi .uunavi{
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}

.unavi .uunavi li {
	background: none;
	padding: 0;
	text-align: left;
	margin-top: 2px;
	float: left;
	clear: both;
	width: 100%;
	background: none;
}

.unavi .uunavi > li > a{
	color: #fff !important;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	transition: all 0.5s ease;
	font-size: 13px;
	text-align: left;
	float: left;
	/* width: 100%; */
	font-weight: 400;
}

.unavi > li.act > ul > li.act > a,
.unavi > li > ul > li > a:hover {
	/* background: #1a5e90;
	text-decoration: underline; */
	background: #fff;
	color: #054a7f !important;
}

/* -- Header --*/

/* -- Headerbild --*/

#headerbild {
	float: left; 
	clear: both;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	position: relative;
	background: #000000;
	margin-top: 127px;
}

#headerbild.sub {
	height: 500px;
}

#headerbild::before {
	content: "";
	position: absolute; 
	left: 0;
	bottom: -1px;
	right: 0;
	background: url(../images/before_weiss.png) left top no-repeat;
    background-size: 100% 100%;
	display: block;
	width: 100%;
	height: 30px;
	z-index: 5;
}

#headerbild .ce-gallery, #headerbild .ce-gallery .ce-column, #headerbild .ce-gallery .ce-column .image, #headerbild .ce-gallery .ce-column .image img {
	width: 100%;
	height: auto; 
}

#headerbild .ce-gallery {
	opacity: 0.7;
}

#headerbild .ce-bodytext {
	position: absolute;
    bottom: 30%;
	left: 50%;
	margin-left: -320px;
    max-width: 640px;
	color: #FFFFFF;
}

#headerbild .ce-bodytext .addimage {
	display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

#headerbild .ce-bodytext .addimage .ce-column, #headerbild .ce-bodytext .addimage .image {
    width: 100%;
	height: auto;
}

#headerbild .ce-bodytext .addimage .image img {
    width: auto;
	margin: 0 auto;
}

#headerbild.small .frame{
	float: left;
	clear: both;
	width: 100%;
}

/* -- Headerbild --*/
#inhaltsbereich {
	float: left; 
	clear: both; 
	width: 100%;
	display: block;
	position: relative;
	overflow-x: hidden;
}

.tx_cn-columns .row + .row{
	margin-top: 10px;
}

#inhaltsbereich.sub .tx_cn-columns[data-cols="2"] .row.equalize > div > .frame,
#inhaltsbereich.sub  .tx_cn-columns[data-cols="2"] .row.equalize > div:nth-child(even) > .frame,
#inhaltsbereich.sub  .tx_cn-columns[data-cols="2"] .row.equalize > div:nth-child(odd) > .frame {
	width: 94%;
	margin: 15px 3%;
}

#inhaltsbereich .tx_cn-columns .row .col-50 {
	width: 49.5%;
}

#inhaltsbereich .tx_cn-columns .row .col-50:first-child {
	margin-right: 1%;
}

#inhaltsbereich > .frame {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	position: relative;
	padding: 50px 0 80px;
}

#inhaltsbereich > .frame:not(.frame-space-before-1):before {
	content: "";
	background: url(../images/before_weiss.png) left top no-repeat;
	width: 100%;
	height: 30px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	display: block;
}

#inhaltsbereich > .frame-space-before-1{
	padding-top: 0;
}

#inhaltsbereich > .frame-space-after-1{
	padding-bottom: 0;
}

#inhaltsbereich > .frame > .rahmen {
	float: left;
	clear: both;
	width: 90%;
	max-width: 1200px;
	display: block;
	left: 50%;
	margin-left: -600px;
	position: relative;
}

#inhaltsbereich > .frame-hlleft header {
	float: left; 
	width: 40%;
}

#inhaltsbereich > .frame-hlleft header h1, #inhaltsbereich > .frame-hlleft header h2 {
	margin-bottom: 0;
}

#inhaltsbereich > .frame-hlleft .ce-textpic {
	float: right; 
	width: 60%;
}

#inhaltsbereich > .frame-bg-grau{
	background: #e5e5e5;
}

#inhaltsbereich > .frame-bg-grau + .frame-bg-grau,
#inhaltsbereich > .frame-default + .frame-default,
#inhaltsbereich > .frame-hlleft + .frame-default {
	padding-top: 0;
	margin-top: -40px
}

#inhaltsbereich > .frame-default + .frame-default::before,
#inhaltsbereich > .frame-bg-grau + .frame-bg-grau::before{
	display: none;
}

#inhaltsbereich > .frame-bg-grau::before {
	background: url(../images/before_grau.png) left top no-repeat !important;
	background-size: 100% 100% !important;
}

#inhaltsbereich.sub  > .frame-bg-grau .tx_cn-columns > .row.equalize > div,
#inhaltsbereich.sub  > .frame-bg-grau .ui-accordion .ui-accordion-header {
	background: #FFFFFF;
	overflow: hidden;
}

#inhaltsbereich.sub  > .frame-bg-grau .tx_cn-columns > .row.equalize .ce-bodytext{
	padding-bottom: 20px;
}

#inhaltsbereich.sub  > .frame-default .tx_cn-columns > .row.equalize > div {
	background: #e5e5e5;
}

#inhaltsbereich.sub  > .frame-default .tx_cn-columns > .row.equalize .col-50 .ce-bodytext{
	padding-bottom: 20px;
}

#inhaltsbereich img {
	width: 100%;
	height: auto;
}


#inhaltsbereich .owl-dots {
	float: left; 
	clear: both; 
	width: 100%;
	text-align: center; 
}

#inhaltsbereich .owl-dot {
	display: inline-block;
    width: 10px;
	height: 10px;
	background: #ec9284;
	border-radius: 50%;
	margin: 0 2px 0 2px;
}

#inhaltsbereich .owl-dot.active {
	background: #c73c25;
}

#inhaltsbereich .owl-nav {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#inhaltsbereich .owl-nav > button {
	position: absolute; 
	left: 1%;
	top: 50%;
	margin-top: -22px;
	background: url(/fileadmin/cn_website/images/arrow_prev.png) left top no-repeat;
	height: 44px;
	width: 28px;
	text-indent: -999px;
	overflow: hidden;
}

#inhaltsbereich .owl-nav > button.owl-next {
	left: auto;
	right: 1%;
	background: url(/fileadmin/cn_website/images/arrow_next.png) left top no-repeat;
}

#inhaltsbereich .frame-leistungsbereiche {
	padding-top: 0;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 {
	width: 25%;
	float: left;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:nth-child(1) {
	background: url(../images/estrich.jpg) center center no-repeat;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:nth-child(2) {
	background: url(../images/teppich.jpg) center center no-repeat;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:nth-child(3) {
	background: url(../images/parkett.jpg) center center no-repeat;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:nth-child(4) {
	background: url(../images/systemboden.jpg) center center no-repeat;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame {
	width: 90%;
    height: 90%;
    float: left;
    padding: 5%;
    background: rgba(255,255,255,0.5);
    position: relative;
	transition: all 0.5s ease;
	margin: 0 !important;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame h3 {
	margin-bottom: 10px;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	transition: all 0.5s ease;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame ul {
	padding: 0;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame li {
	background: none; 
	padding: 0;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame a {
	color: #FFFFFF;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25 > .frame .rahmen {
    position: absolute;
	top: 85%;
    left: 5%;
    right: 5%;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:hover > .frame {
	background: rgba(5,74,127,0.7);
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:hover > .frame h3 {
	text-shadow: none;
}

#inhaltsbereich .frame-leistungsbereiche .tx_cn-columns .row .col-25:hover > .frame .rahmen {
	top: 10px;
}

/* -- Footer --*/

#footer {
	float: left; 
	clear: both; 
	width: 100%;
	background: #2b2b2b;
	color: #FFFFFF;
	position: relative;
}

#footer::before {
	content: "";
	background: url(../images/before_antrazit.png) left top no-repeat;
	width: 100%;
	height: 30px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}

#footer h3, #footer h4, #footer a {
	color: #FFFFFF;
}

#footercontent {
	float: left; 
	clear: both; 
	width: 100%;
	padding: 50px 0;
}

#footercontent > div, #quicklinks #qucontent {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}

#footercontent > .frame-type-textmedia {
	clear: both; 
}

#footercontent > .frame-type-textmedia .ce-column {
	margin-top: 5px;
}

#footercontent > .frame-type-textmedia img {
	background: #fff;
    padding: 5px;
}

#footer .ce-gallery {
	margin-bottom: 0px;
}

#quicklinks {
	float: left; 
	clear: both; 
	width: 100%;
	background: #1d1d1d;
	padding: 10px 0;
}

#quicklinks #qucontent > div {
	float: left; 
}

#quicklinks #qucontent > div:first-child {
	margin: 8px 20px 0 0;
}

#quicklinks #qucontent > div:nth-child(2) {
	margin: 3px 0 0 0;
}

#quicklinks #qucontent > div:last-child {
	float: right;
}

#quicklinks ul {
	padding: 0;
}

#quicklinks ul li {
	padding: 0 10px;
	margin: 0;
	background: none;
	float: left; 
	border-left: 1px solid #FFFFFF;
}

#quicklinks ul li:first-child {
	padding: 0 15px 0 0;
	border-left: 0px;
}

/* -- Footer --*/

/* -- Accordion -- */

.tx_cn-multicontent .ui-widget {
	font-family: 'Open Sans', calibri, arial, sans-serif;
    font-size: 13px;
	line-height: 1.6;
}

.ui-accordion .ui-accordion-header {
	width: 88%;
    padding: 10px 10% 10px 2%;
	background: #e5e5e5;
	border: 0px;
	border-radius: 0px;
	transition: background 0.5s ease;
	position: relative;
	cursor: pointer;
	text-align: left;
	color: #2b2b2b;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ui-accordion h3{
	margin: 2px 0 0 0;
}

.ui-accordion .ui-accordion-header {
	margin-top: 2px;
}

.ui-accordion .ui-accordion-header:first-child {
	margin-top: 0;
}

.ui-helper-reset {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	background: #cecece !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #054a7f !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2b2b2b;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-state-active.ui-accordion-header {
	color: #FFFFFF;
}

.ui-accordion .ui-accordion-content {
    background: none;
    border: 0;
    padding: 15px 2%;
	color: #2b2b2b;
	width: 96%;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: inline-block;
    position: absolute;
	left: auto;
	right: 2%;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
}

.ui-state-default .ui-icon {
	background: url(../images/accordion-closed.png) left top no-repeat;	
}

.ui-state-active .ui-icon {
	background: url(../images/accordion-opened.png) left top no-repeat;
}

/* -- Accordion -- */

/* -- Powermail -- */

.powermail_fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.powermail_legend {
	display: none;
}

.powermail_fieldwrap {
	float: left; 
	clear: both; 
	width: 100%;
	margin-top: 5px;
}

.powermail_fieldwrap:first-child {
	margin-top: 0px;
}

.powermail_label {
	float: left; 
	width: 30%;
	padding: 10px 0 0;
}

.powermail_field {
	float: right; 
	width: 70%;
	position: relative;
}

.powermail_input, .powermail_select, .powermail_textarea, .powermail_submit  {
	display: block;
	float: left; 
	width: 96%;
	border: 0;
	border-radius: 0;
	background: #e5e5e5;
	margin: 0;
	padding: 10px 2%;
	font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #2b2b2b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.powermail_input.parsley-error, .powermail_select.parsley-error, .powermail_textarea.parsley-error  {
	background: #f5cfcf;
}

.powermail_select  {
	width: 100%;
}

.powermail_textarea  {
	resize: none;
}

.powermail_submit {
	background: #054a7f;
	float: right;
	width: auto;
	text-transform: uppercase; 
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
	transition: background 0.5s ease;
}

.powermail_submit:hover {
	background: #02355d;
}

.powermail_field .parsley-errors-list {
	padding: 0;
	position: absolute; 
	top: -10px;
	right: 0;
}

.powermail_field .parsley-errors-list.filled::after {
	content: "";
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cc4242;
	position: absolute; 
	left: 5px;
	bottom: -5px;
}

.powermail_field .parsley-errors-list .parsley-required {
	background: #cc4242;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
	line-height: 1;
}

.powermail_create .table  {
	margin: 15px 0;
}

/* -- Powermail -- */

.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
	display: block;
    background-color: rgba(2, 54, 93, 0.70);
    left: 0;
    right: 0;
    margin: 0;
	top: 100%;
	font-weight: 700;
	padding: 20px;
	font-size: 16px;
	display: flex;
    align-items: flex-end;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
    display: flex;
    filter: none;
	top: 0;
    transition: all 0.3s ease-in;
}

.justified-gallery > a::after{
	content: '';
    position: absolute;
    top: 15px;
    right: 5%;
    background: url(/fileadmin/cn_website/images/more_white.svg) left top/contain no-repeat;
    height: 30px;
    width: 30px;
}

.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img{
	transform: scale(1.0);
	transition: ease all 0.5s;
}
.justified-gallery > a:hover > img{
	transform: scale(1.2);
}

.frame-type-gridgallery_gallery.frame-layout-1 .justified-gallery .caption{
	display: none;
}

.ce-bodytext table td{
	padding: 5px;
}
