/*
same height cols set in row
.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

*/

/* col no padding setin col 
 .no-padding
 
 */


/* *** spalten beschriftung *** */
.emvy-col-inner[spaltennameposition="right"] {
	padding-right: 41px;	
}
.emvy-col-inner[spaltennameposition="left"] {
	padding-left: 41px;	
}
.emvy-col-inner .spaltenbeschriftung {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: 0 0;
	top: 21px;
	/*right: 0px;*/
	left: calc( 100% - 16px );
	font-size: 26px;
	font-size: 23px;
	line-height: 21px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
.emvy-col-inner .spaltenbeschriftung {
	font-size: 20px;

}
}
.emvy-col-inner[spaltennameposition="left"] .spaltenbeschriftung {
	left: 32px;
}
.emvy-col-inner .spaltenbeschriftung .spaltennummer {
	color: #91C984;
}
.emvy-col-inner .spaltenbeschriftung .spaltenname {
	color: #AAA2A4;
	padding-left: 9px;
}

 
 
/* Spalten / Columns */
.container-fluid, .container, .emvy-col-wrapper, .emvy-col-inner {
	background-repeat: no-repeat;
	background-size: cover;
}

div[data-type="emvy-blocks/column-wrapper"] .emvy-col-wrapper.row > .editor-inner-blocks {
	width: 100%;
}
div[data-type="emvy-blocks/column-wrapper"] .emvy-col-wrapper.row > .editor-inner-blocks > .editor-block-list__layout {
	display: flex;
}
div[data-type="emvy-blocks/column-wrapper"] .emvy-col-wrapper.row > .editor-inner-blocks > .editor-block-list__layout > div {
	/*display: inline-block;*/
}
div[data-type="emvy-blocks/column-wrapper"] .emvy-col-wrapper.row > .editor-inner-blocks > .editor-block-list__layout > .block-list-appender {
	position: absolute;
    left: 50%;
    bottom: 0px;
}


.entry-content .wp-block-emvy-blocks-column-wrapper:first-child {
	padding-top: 0;
	margin-top: -21px;
}

@media screen and (min-width: 1024px) {
.wp-block-emvy-blocks-column-wrapper.container-fluid.content-responsive {
	padding-left: calc( 50vw - 550px);
    padding-right: calc( 50vw - 550px);
}
}
/*
@media (min-width: 1200px)
.container {
    max-width: 1140px;
}
@media (min-width: 992px)
.container {
    max-width: 960px;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}
}*/


body.wp-admin .emvy-col-wrapper .col-md-1 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 8.333333 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 8.333333 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 8.333333 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 8.333333 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-2 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 16.666667 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 16.666667 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 16.666667 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 16.666667 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-3 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 25 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 25 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 25 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 25 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-4 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 33.333333 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 33.333333 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 33.333333 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 33.333333 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-5 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 41.666667 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 41.666667 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 41.666667 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 41.666667 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-6 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 50 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 50 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 50 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 50 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-7 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 58.333333 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 58.333333 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 58.333333 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 58.333333 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-8 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 66.666667 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 66.666667 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 66.666667 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 66.666667 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-9 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 75 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 75 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 75 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 75 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-10 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 83.333333 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 83.333333 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 83.333333 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 83.333333 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-11 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 91.666667 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 91.666667 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 91.666667 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 91.666667 / 100 );
}
body.wp-admin .emvy-col-wrapper .col-md-12 {
    -ms-flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 100 / 100 );
    flex: 0 0 calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 100 / 100 );
    max-width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 100 / 100 );
	width: calc( (100vw - 160px - 280px - 46px - 46px - 14px - 14px - 36px) * 100 / 100 );
}


.wp-block-emvy-blocks-column-wrapper.container-fluid, .wp-block-emvy-blocks-column-wrapper.container {
	padding-top: 21px;
    padding-bottom: 42px;
	padding-bottom: 84px;
	padding-bottom: 63px;
}
@media screen and (max-width: 1023px) {
.wp-block-emvy-blocks-column-wrapper.container-fluid, .wp-block-emvy-blocks-column-wrapper.container {
	padding-bottom: 0;
}
}
.wp-block-emvy-blocks-opener-row {
    padding-bottom: 42px;
	padding-bottom: 105px;
}
@media screen and (max-width: 1023px) {
.wp-block-emvy-blocks-opener-row {
    display: none;
}	
}
.wp-block-emvy-blocks-column-wrapper.container-fluid[style*='background'], .wp-block-emvy-blocks-column-wrapper.container[style*='background'] {
    padding-bottom: 84px;
}
.emvy-col-wrapper.row > div {
	padding-top: 42px;
	padding-top: 21px;
    /*padding-bottom: 42px;*/
}
@media screen and (max-width: 767px) {
.emvy-col-wrapper.row > div.with-number {
	padding-top: 84px;
}
.emvy-col-wrapper.row > div.with-number .emvy-col-inner .spaltenbeschriftung {
    top: 84px;
}
}
@media screen and (max-width: 1023px) {
.emvy-col-wrapper.row > div[ordermobile="1"] {
	order: 1;
}	
.emvy-col-wrapper.row > div[ordermobile="2"] {
	order: 2;
}	
.emvy-col-wrapper.row > div[ordermobile="3"] {
	order: 3;
}	
.emvy-col-wrapper.row > div[ordermobile="4"] {
	order: 4;
}	
.emvy-col-wrapper.row > div[ordermobile="5"] {
	order: 5;
}	
.emvy-col-wrapper.row > div[ordermobile="6"] {
	order: 6;
}	
.emvy-col-wrapper.row > div[ordermobile="7"] {
	order: 7;
}	
.emvy-col-wrapper.row > div[ordermobile="8"] {
	order: 8;
}	
.emvy-col-wrapper.row > div[ordermobile="9"] {
	order: 9;
}	
.emvy-col-wrapper.row > div[ordermobile="10"] {
	order: 10;
}	
.emvy-col-wrapper.row > div[ordermobile="11"] {
	order: 11;
}	
.emvy-col-wrapper.row > div[ordermobile="12"] {
	order: 12;
}	
.emvy-col-wrapper.row > div[ordermobile="13"] {
	order: 13;
}	
.emvy-col-wrapper.row > div[ordermobile="14"] {
	order: 14;
}	
.emvy-col-wrapper.row > div[ordermobile="15"] {
	order: 15;
}	
.emvy-col-wrapper.row > div[ordermobile="16"] {
	order: 16;
}	
.emvy-col-wrapper.row > div[ordermobile="17"] {
	order: 17;
}	
.emvy-col-wrapper.row > div[ordermobile="18"] {
	order: 18;
}	
.emvy-col-wrapper.row > div[ordermobile="19"] {
	order: 19;
}	
.emvy-col-wrapper.row > div[ordermobile="20"] {
	order: 20;
}	
}
.emvy-col-wrapper.row > div[style*='background'] {
	padding-bottom: 21px;
	padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 768px) {
.einzug-nach-oben {
	transform: translateY(-60px);
	margin-bottom: -60px;
	font-size: 20px;
	font-size: 19px;
}
}



/* *** Opener row RP *** */
.wp-block-emvy-blocks-opener-element-left {
	z-index: 2;
    mix-blend-mode: soft-light;
}
.wp-block-emvy-blocks-opener-element-left .overlapping {
	position: absolute;
    width: 120%;
    margin-top: 69px;
}
	/* *** Backend *** */
body.wp-admin div[data-type="emvy-blocks/opener-element-left"] {
	width: 35%;
	padding: 0;
	float: left;
}
body.wp-admin div[data-type="emvy-blocks/opener-element-left"] .col-4 {
	max-width: 100%;
	margin-top: 69px;
}
body.wp-admin div[data-type="emvy-blocks/opener-element-right"] {
	width: 65%;
	padding: 0;
	float: left;
}
body.wp-admin div[data-type="emvy-blocks/opener-element-right"] .col-8 {
	max-width: 100%;
}




/* *** Opener row *** */
.opener-row {
	display: flex;
	position: relative;
	min-height: 467px;
}
body.home .opener-row {
	min-height: 618px;
}
@media screen and (max-width: 1023px) {
	.opener-row, body.home .opener-row {
		min-height: calc( 100vw / 16 * 9 );
	}
}
@media screen and (min-width: 1024px) {
.opener-row.content-responsive .row {
	margin-left: calc( 50vw - 550px - 45px );
    margin-right: calc( 50vw - 550px - 45px );
    width: 100%;
}
}
.opener-row .opener-row-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.opener-row.abgesoftet .opener-row-image-wrapper {
	background-color: #ffffff;
	opacity: 0.24;
}
.opener-row .opener-row-content-wrapper {
	align-self: center;
}



/* *** text-Schatten *** */
.schlagschattendunkel {
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
}




/* *** Fond-Box *** */
.emvy-fondbox-wrapper {
	padding: 30px;
	margin-bottom: 30px;
}




/* *** Accordion *** */

.emvy-accordion-element {
	margin-bottom: 11px;
}

.emvy-accordion-element-heading {
	padding: 7px;
	padding-bottom: 2px;
	background-color: #f3f4f5;
	cursor: pointer;
}
.emvy-accordion-element-heading h1, .emvy-accordion-element-heading h2,  .emvy-accordion-element-heading h3, .emvy-accordion-element-heading h4, .emvy-accordion-element-heading h5, .emvy-accordion-element-heading h6 {
	color: #818181;
    font-size: 30px;
    line-height: normal;
	font-weight: normal;
	position: relative;
	padding-left: 43px;
}
.emvy-accordion-element-heading h1:before, .emvy-accordion-element-heading h2:before,  .emvy-accordion-element-heading h3:before, .emvy-accordion-element-heading h4:before, .emvy-accordion-element-heading h5:before, .emvy-accordion-element-heading h6:before {
	content: "+";
	display: block;
	position: absolute;
    width: 32px;
    height: 32px;
    background: #FAB600;
    color: #ffffff;
	border-radius: 50%;
	font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    padding-left: 2px;
	padding-top: 3px;
	margin-top: 3px;
	left: 0px;
}
.emvy-accordion-element[expanded="1"] .emvy-accordion-element-heading h1:before, .emvy-accordion-element[expanded="1"] .emvy-accordion-element-heading h2:before,  .emvy-accordion-element[expanded="1"] .emvy-accordion-element-heading h3:before, .emvy-accordion-element[expanded="1"] .emvy-accordion-element-heading h4:before, .emvy-accordion-element[expanded="1"] .emvy-accordion-element-heading h5:before, .emvy-accordion-element-heading h6:before {
	content: "–";
	padding-top: 1px;
}

.emvy-accordion-element .emvy-accordion-element-content {
	overflow: hidden;
	transition: max-height 700ms;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
body:not(.wp-admin) .emvy-accordion-element[expanded="0"] .emvy-accordion-element-content {
	max-height: 0;
	transition: max-height 700ms;
}
.emvy-accordion-element[expanded="1"] .emvy-accordion-element-content {
	max-height: 9999px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: max-height 700ms;
}


.emvy-accordion-element table {
	width: calc( 100% + 30px );
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

table tr td {
	padding-top: 3px;
	padding-bottom: 4px;
}

.emvy-accordion-element .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: none;
}
.emvy-accordion-element .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #ffffff;
}
.emvy-accordion-element .wp-block-table.is-style-stripes tr:nth-child(even) {
    background-color: #f3f4f5;
}
.emvy-accordion-element table tr td:first-child {
	padding-left: 15px;
}
.emvy-accordion-element table tr td:last-child {
	padding-right: 15px;
}





/* *** Link-Box *** and *** Produkt-Box *** */
.emvy-link-box {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 248px;
	color: #0086CA;
	font-weight: normal;
}
.emvy-product-box {
	margin-bottom: 21px;
	display: block;
}
body.wp-admin .emvy-link-box, body.wp-admin .emvy-product-box {
	cursor: default;
}
.emvy-link-box:before, .emvy-product-box:before {
	content: " ";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: -10px;
	right: -10px;
	background: #FAB600;
}
.emvy-product-box:before {
	content: " ";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 11px;
	right: 5px;
	background: #FAB600;
}
.emvy-link-box-inner-wrapper, .emvy-product-box-inner-wrapper {
	display: flex;
	position: relative;
	background: #ffffff;
    border: 1px dotted #0086CA;
	width: 100%;
	height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    align-items: center;
    font-size: 24px;
	line-height: 27px;
}

	/* Produkt-Box specific */
.emvy-product-box .emvy-product-box-inner-wrapper {
	padding-top: 21px;
	padding-bottom: 30px;
    padding-left: 15px;
	padding-right: 15px;
	text-align: left;
    align-items: flex-start;
	color: #3D3C3C;
    font-size: 15px;
	line-height: normal;
	font-weight: normal;
}
.emvy-product-box .emvy-product-box-leftcol {
	width: 50%;
	width: 38.2%;
	width: 45%;
}
.emvy-product-box .emvy-product-box-leftcol img {
	width: 100%;
	height: auto;
}
.emvy-product-box h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	color: #0086CA;
	text-align: center;
    margin-bottom: 30px;
}
.emvy-product-box .emvy-product-box-rightcol {
	width: 50%;
	width: 61.8%;
	width: 52%;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-left: 3%;
}
.emvy-product-box h5 {
	font-size: 17px;
	line-height: normal;
	color: #006395;
	font-weight: 500;
}




/* *** Slider *** */ 

	/* fading hack */
body:not(.wp-admin) .emvy-slider[fade="true"] .flickity-slider{ 
	transform: none !important;
}
body:not(.wp-admin) .emvy-slider[fade="true"] .carousel-cell {
	left: 0 !important;
	top: 0;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: -1;
	transform: translateX(0) !important;
}
body:not(.wp-admin) .emvy-slider[fade="true"] .carousel-cell.is-selected{
    opacity: 1;
	z-index: 0;
}
	/* </ fading hack */

	/* IE 11 Hack */
/*@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, body.home .flickity-viewport { max-height: 395px; }
}*/
	
	/* </ IE 11 Hack */



.emvy-slider {
	border: 1px dashed transparent;
	margin-bottom: 30px;
}
.emvy-slider.kreuz-rechts, .emvy-slider.kreuz-links {
	margin-bottom: 0px;
}
.emvy-slider .flickity-slider {
    /*display: flex;*/
}
.emvy-slider .emvy-slider-element {
	width: 100%;
	/*padding: 30px;
	padding-left: 60px;
	padding-right: 60px;*/
	padding: 0;
	display: flex;
	align-self: center;
	top: 0;
}
.emvy-slider .emvy-slider-element .emvy-slider-element-content {
	margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.emvy-slider .emvy-slider-element .emvy-slider-element-content .wp-block-image {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
body.single-galerie .emvy-slider .emvy-slider-element .emvy-slider-element-content .wp-block-image {
	margin-bottom: 21px;
}
}

.emvy-slider .flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: #333;
}
.emvy-slider .flickity-button svg {
    display: none;
}
.emvy-slider .flickity-prev-next-button {
    top: 50%;
    width: 35px;
    height: 70px;
    border-radius: 0;
	/*transform: translateY(-50%);*/
	margin-top: -35px;
	background: url(img/slider-arrow-left.svg) no-repeat center center;
	background-size: 70%;
	-webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.8));
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.8));
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .emvy-slider .flickity-prev-next-button { background: url(img/slider-arrow-left-shadow.png) no-repeat center center; } /* IE11 */
}
_:-ms-fullscreen, :root .emvy-slider .flickity-prev-next-button {  /* IE11 */
	
}
.emvy-slider .flickity-prev-next-button.next {
	background-image: url(img/slider-arrow-right.svg);
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .emvy-slider .flickity-prev-next-button.next { background: url(img/slider-arrow-right-shadow.png) no-repeat center center; } /* IE11 */
}

.emvy-slider[pagedots="true"] {
	margin-bottom: 44px;
} 
.emvy-slider .flickity-page-dots {
    bottom: -30px;
}
.emvy-slider .flickity-page-dots .dot.is-selected {
    background: #FAB600;
	opacity: 1;
	border: none;
}
.emvy-slider .flickity-page-dots .dot {
    background: #818181;
    opacity: .5;
    width: 11px;
	height: 11px;
	border: 1px solid #bbb;
	background: #f9f9f9;
	margin: 0 5px;
}



	/* as nav for */


.emvy-slider-asnavfor {
	margin-top: 30px;
}
.emvy-slider-asnavfor figure.wp-block-image img {
	height: 160px;
	width: auto;
	max-width: unset;
}
.emvy-slider-asnavfor .carousel-cell {
	width: auto;
	margin-right: 21px;
}
.emvy-slider-asnavfor .carousel-cell.is-selected img {
	opacity: 0.6;
}
.emvy-slider-asnavfor .carousel-cell.is-selected:after {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	margin-top: -1px;
	border-top: 1px solid #AAA2A4;
	opacity: 1;
}


/* *** Galerie Detail-Ansicht *** */
body.single-galerie .emvy-slider img {
	max-height: 739px;
}


/* *** Galerie / gallery *** */
.uagb-post-grid .uagb-post__image img {
	height: auto;
}
.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
	padding: 0 !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text h3.uagb-post__title {
	font-family: "Karla";
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 0 !important;
}
.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text h3.uagb-post__title:after {
	content: " ";
	display: block;
	width: 23%;
	height: 1px;
	border-top: 1px solid #DC538E;
	margin-top: 30px;
}
.uagb-post__inner-wrap .uagb-post__text .uagb-post__title a {
    color: #DC538E !important;
}
.uagb-post__inner-wrap:hover .uagb-post__text .uagb-post__title a {
    color: #BFA8D1 !important;
	color: #AAA2A4 !important;
}
.uagb-post__inner-wrap:hover .uagb-post__image img {
	opacity: 0.6;
	transition: opacity 500ms;
}

	/* *** "imported" styles from custom block plugin because not loaded when block is unsed in widget *** */
/*.uagb-post-grid {
    margin: 0;
    position: relative;
}
	
#uagb-post__grid-49cef438-ea42-49bb-a6b7-536b7d3c463f .uagb-post__items {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.uagb-post-grid .uagb-post__items {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uagb-post__items article {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
.uagb-post-grid .is-grid article, .uagb-post-grid .is-masonry article, .uagb-post-grid .is-carousel article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.uagb-post-grid .uagb-post__columns-3 article {
    width: 33.2%;
}
.uagb-post-grid .is-grid article {
    float: left;
    display: inline-block;
}*/




 
 /* *** Slider mit Overlay *** */
 	/* Backend */
body.wp-admin .emvy-slider-overlay-wrapper {
	 background: #fafafa;
}
div[data-type="emvy-blocks/slider-overlay-wrapper"] > .editor-block-list__block-edit > div > .emvy-slider-overlay-wrapper > div > .editor-inner-blocks > .editor-block-list__layout  > .block-list-appender button {
	visibility: hidden;
}
body.wp-admin ul.wp-block-latest-posts {
	list-style: none;
	padding-left: 0;
}
body.wp-admin ul.wp-block-latest-posts  a {
	color: #707070;
}
body.wp-admin .emvy-slider-overlay-wrapper .editor-block-list__layout {
	/*display: flex;*/
}
.emvy-slider-overlay-wrapper div[data-type="emvy-blocks/slider-overlay-slides"], .emvy-slider-overlay-wrapper div[data-type="emvy-blocks/slider-overlay-inner"], .emvy-slider-overlay-wrapper div[data-type="core/column"] {
	 float: left;
	 width: 50%;
	 box-sizing: border-box;
}
.editor-block-list__block-edit .emvy-slide {
	height: 130px;
    background-size: cover;
    background-position: center center;
}
body.wp-admin .emvy-slider-overlay-wrapper .emvy-slide-headline {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 5px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #707070;
	background: #ffffff;
}
body.wp-admin a.emvy-slide-wrapper {
	pointer-events: none;
	display: block;
}

	/* Frontend */
body:not(.wp-admin) .emvy-slider-overlay-wrapper > div {
	position: relative;
}
body:not(.wp-admin) .emvy-slider-overlay-wrapper .wp-block-emvy-blocks-slider-overlay-inner {
	position: absolute;
    width: 357px;
    right: calc( 50vw - 550px - 15px );
    top: 55px;
    padding: 30px;
    padding-top: 42px;
    background: #ffffff;
}
@media screen and (max-width: 767px) {
body:not(.wp-admin) .emvy-slider-overlay-wrapper .wp-block-emvy-blocks-slider-overlay-inner {
	position: relative;
    width: 100%;
    left: 0;
    right: auto;
    margin-bottom: 100px;
}
body:not(.wp-admin) .emvy-slider-overlay-wrapper .wp-block-emvy-blocks-slider-overlay-inner .emvy-slider-overlay-inner {
	border-top: 1px solid #BB90BD;
	border-bottom: 1px solid #BB90BD;
	padding-top: 30px;
	padding-bottom: 30px;
}
}


body:not(.wp-admin) .entry-content ul.wp-block-latest-posts li {
	margin-left: 0;
}
body:not(.wp-admin) .entry-content ul.wp-block-latest-posts li:before {
    display: none;
}
body:not(.wp-admin) .entry-content ul.wp-block-latest-posts li a {
	color: #707070;
}

body:not(.wp-admin) .emvy-slider-overlay-slides-wrapper:after {
	content: " ";
	position: absolute;
	width: 13vw;
    height: calc(13vw * 1.3);
	right: 0;
    bottom: 55px;
	background: url(img/b-signet.svg) no-repeat right top;
	background-size: contain;
	opacity: 0.2;
}
body:not(.wp-admin) .emvy-slider-overlay-wrapper a.emvy-slide-wrapper {
	display: block;
	width: 100vw;
}
body:not(.wp-admin) .emvy-slider-overlay-wrapper .emvy-slide {
	height: calc( 100vh - 61px);
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 767px) {
body:not(.wp-admin) .emvy-slider-overlay-wrapper .emvy-slide {
	height: calc( 100vh * 1080 / 1920 );
}	
}
body:not(.wp-admin) .emvy-slider-overlay-wrapper .emvy-slide:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F775A9;
	opacity: 0.24;
}

body:not(.wp-admin) .emvy-slider-overlay-wrapper .emvy-slide-headline {
	position: absolute;
	left: calc(1.5rem + 15px);
	bottom: 75px;
	padding: 15px;
	padding-right: 30px;
	font-size: 42px;
	line-height: 42px;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 3px;
	color: #707070;
	background: #ffffff;
	min-width: 326px;
}
@media screen and (max-width: 767px) {
body:not(.wp-admin) .emvy-slider-overlay-wrapper .emvy-slide-headline {
	position: absolute;
	left: 22px;
	bottom: 30px;
	padding: 15px;
	padding-right: 15px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 2px;
	min-width: 10px;
	max-width: calc( 100vw - 44px);
}
}














/* *** Glossar *** */
.emvy-glossar-element {
	display: flex;
	border-top: 1px dotted #AAA2A4;
    padding-top: 15px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
.emvy-glossar-element {
	display: block;
}
}
@media screen and (min-width: 768px) {
.emvy-glossar-element .emvy-glossar-element-title {
	width: 29.28%;
    width: 20.71%;
}
.emvy-glossar-element .emvy-glossar-element-text {
	width: 70.7%;
    width: 79.2%;
}
}





/* *** Bild + Text Box *** */
.emvy-textbildbox-wrapper {
	display: flex; 
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.emvy-textbildbox-wrapper {
	display: block; 
	margin-bottom: 30px;
}
}
.emvy-textbildbox-bild {
	display: block;
	min-width: 264px;
	min-height: 189px;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 767px) {
.emvy-textbildbox-bild {
	min-width: 100%;
	min-height: 10px;
	height: calc( (100vw - 30px) * 9 / 16 );
}
}
.emvy-textbildbox-textcol {
	padding-left: 21px;
    padding-top: 30px;
    padding-right: 21px;
    padding-bottom: 30px;
}
.emvy-textbildbox-textcol a {
	font-weight: 600;
}
