/*
Theme Name: grafik-mainfranken.de
Description: Theme fuer grafik-mainfranken.de
Author: Proxbit
Author URI: https://proxbit.de
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* 
rot: #C21164;
dunkel: #575757;
*/

/* Helper */

/*.prx-inetsort {
	display: none;
}*/

#main a
{
	color:#C21164!important;
}

#main a:hover
{
	text-decoration:underline!important;
}

.prx-weihnachtskarten .fusion-portfolio-content
{
	top: 0!important;
    background-color: transparent!important;
}

.prx-weihnachtskarten .fusion-portfolio-meta
{
	display:none!important;
}

.prx-weihnachtskarten .fusion-post-title a
{
	padding:5px 10px;
	background-color:rgba(255,255,255,0.7)!important;
}

.prx-weihnachtskarten .fusion-image-wrapper
{
	cursor:pointer;
}

.prx-weihnachtskarten .fusion-image-wrapper img
{
	cursor:pointer;
	object-fit:cover!important;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: 300px!important;
	max-width: 100%;
	max-height: none;
	position: relative;
	z-index: -1;
	transition: all 1s!important;	
}
	
.weihnachtskarten-bildwrapper
{
	width: 100%;
	height:100%;
	display:flex;
	align-items: center;
    justify-content: center;
	
}

.weihnachtskarten-bild
 {	 
	 width: 100%;
	 display: none;
	 position:fixed;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 background-color:rgba(0,0,0,0.8);
}


.weihnachtskarten-bildwrapper img
{
	cursor:pointer;
	max-height:50%;
	width:auto;
	padding:10px;
	border-radius:5px;
	background-color:#fff;
	object-fit:contain;
}

.prx-logodev .fusion-portfolio-content
{
	display: none!important;
	opacity: 0!important;
}

.prx-weihnachtskarten div.fusion-image-wrapper
{
	border: 1px solid #ccc;
}

.prx-logodev article div.fusion-image-wrapper, 
.webseiten-shops div.fusion-image-wrapper
{
    border: 2px solid #ccc;
}

.prx-logodev .fusion-image-wrapper, .prx-internet .fusion-image-wrapper {
	/*height: 300px;
    min-height: 300px;*/
}


.first-element-mozfix {
	overflow: hidden;
	z-index:99;
	min-height:305px;
	background-color:white;
}



.hidden {
	display: none;
	visibility: hidden;
}

.prx-100 {
	position: absolute;
	visibility: hidden;
}

.prx-max {
	max-width: 1300px;
	margin: 0 auto!important;
}

.prx-max .fusion-text {
	padding-right: 0!important;
}

#hidden {
	display:none;
}

.red-text {
	color: #C21164!important;
}

.yellow-text {
	color: #FFAC00!important;
}

.prx-border-right {
	border-right: 4px #C21164 solid;
}

.prx-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

h2 {
	font-weight: bold!important;
}

.prx-text-rechts {
    background: #fff;
    margin-left: -90px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: -15px;
}

.prx-text-links {
	background: transparent;
    margin-right: -50px;
    margin-bottom: 30px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: -15px;
}

.fusion-text.fusion-text-2.prx-text-links.prx-no-margin-btm,
.fusion-text.fusion-text-9.prx-text-links.prx-no-margin-btm {
    background: #fff;
}

.prx-no-margin-btm {
	margin-bottom: 0;
}

.prx-btn-doublequote .fusion-button-text::after {
	content: "»";
	margin-left: 3px;
}

/* Header */

/*- Menu -*/
span.menu-text {
    text-transform: uppercase;
}

ul.sub-menu li a:hover,
ul.sub-menu li.current_page_item a,
ul.sub-menu li.current-menu-item a {
	background: #C7066E!important;
	color: #fff!important;
}

@media only screen and (min-width:1280px)
{
.fusion-header > .fusion-row
{
	display:flex!important;
	align-items:center;
	justify-content:stretch;
}

.fusion-header > .fusion-row .fusion-main-menu
{
	margin-left:auto!important;
}

.fusion-header > .fusion-row .fusion-main-menu #menu-main > li > a
{
	display:flex!important;
	flex-wrap:wrap!important;
	align-content:flex-end;
	padding-bottom:5px;
	transition:all .2s ease-in;
}

.fusion-is-sticky  .fusion-header > .fusion-row .fusion-main-menu #menu-main > li > a
{
	height:40px!important;
	transition:all .2s ease-in;
}

.fusion-header.fusion-sticky-shadow
{
	transition:all .2s ease-in;
	height:auto!important;
}

.fusion-header > .fusion-row .fusion-main-menu #menu-main > li > a > span
{
	margin-bottom:8px;
}

.fusion-is-sticky .fusion-logo
{
	margin-top:10px!important;
	margin-bottom:10px!important;
	transition:all .2s ease-in;
}

.fusion-is-sticky .fusion-logo img
{
	height:40px!important;
	transition:all .2s ease-in;
}

.fusion-logo img
{
	height:75px!important;
	transition:all .2s ease-in;
}

}
/* fix fuer springendes menu */
.fusion-overlay-search {
	display: none!important;
	height: 0px!important;
	max-height: 0px!important;
}

.fusion-main-menu,
.fusion-textcolor-highlight {
	max-height: 89px!important;
}

.prx-above-menu {
    width: auto;
    float: right;
    margin-top: 30px;
    text-align: right;
    font-weight: bold;
}

/* Content */

/*- Home -*/

.prx-home {
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prx-white-box {
	background: rgba(255,255,255, 0.8);
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
	top: 100%!important;
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 14px;
	width: 22px;
	background-size: contain!important;
	background-position: unset!important;
}

a.ls-gui-element.ls-nav-prev {
	background-image: url(img/arrow-left.png)!important;
	left: 0;
}

a.ls-gui-element.ls-nav-prev:hover {
	background-position: unset!important;
	background-image: url(img/arrow-left_hover.png)!important;
}

a.ls-gui-element.ls-nav-next {
	background-image: url(img/arrow-right.png)!important;
	background-position: unset;
	right: unset;
	/*left: 230px;*/
}

.ls-v5 .ls-nav-next {
	left: 280px;
}

.prx-border-right .ls-nav-next {
	left: 235px;
}



a.ls-gui-element.ls-nav-next:hover {
	background-position: unset;
	background-image: url(img/arrow-right_hover.png)!important;
}

.fusion-gallery .fusion-gallery-column:nth-of-type(1) .fusion-gallery-image {
	text-align: right;
}

.fusion-gallery .fusion-gallery-column:nth-of-type(4) .fusion-gallery-image {
	text-align: right;
}

.prx-farbpalette {
	min-height: 447px;
}

.fusion-counters-box .content-box-percentage {
	font-weight: bold;
}

#referenzen ul{
  margin: 0;
}

#referenzen  ul {
  	list-style-type: none;
  	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
	padding-left: 0;
}

#referenzen  ul > li {
  text-indent: -10px;
  margin-bottom: 5px;
  line-height: 2em;
  display: block;
}

#referenzen ul > li:before {
  content: "•";
  color: #C21164;
  text-indent: -5px;
  margin-right: 5px;
}

.ilightbox-social {
	display: none!important;
	visibility: hidden!important;
}

/*- Papeterie -*/


.prx-papetrie-divider ul{
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.prx-papetrie-divider  ul {
  	list-style-type: none;
  	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
	padding-left: 0;
	margin-top: 100px;
    font-size: 16px;
}

.prx-papetrie-divider  ul > li {
  text-indent: -10px;
  margin-bottom: 5px;
  line-height: 2em;
  display: block;
}

.prx-papetrie-divider ul > li:before {
  content: "•";
  color: #fff;
  text-indent: -5px;
  margin-right: 5px;
}

/*- Referenzen -*/

/* illustrationen*/

.page-id-4946 .fusion-portfolio-content
{
display:none!important;	
}


.fusion-rollover {
    display: none!important;
    visibility: hidden!important;
}

/* Referenzen Übersicht Druckprodukte Texte immer Sichtbar ohne Rollover. Laut Ute vom 18.2.2021*/

.page-id-3617 .fusion-portfolio-content
{
	top:0!important;
}

.druckprodukte-background-container
{
	display:none!important;
}

@media (max-width: 800px) {
	.fusion-portfolio-1 .fusion-portfolio-wrapper .fusion-col-spacing {
		/*padding: 0px!important;*/
		margin-bottom: 10px;
	}
}

.fusion-portfolio-content-wrapper .entry-title a {
	pointer-events: none;
	color: #C21164!important;
}

.fusion-portfolio-content-wrapper .fusion-post-title {
	text-align: center;
	text-transform: uppercase;
	color: #C21164!important;
}

.fusion-portfolio-content {
	padding-left: 30px;
	padding-right: 30px;
}

a.prx-portfolio-lightbox {
    /*background: green;*/
    position: absolute;
    left: 0;
	top: 0;
    width: 100%;
    height: 100%;
}

.prx-internet .fusion-portfolio-content
{
	padding:30px;
	left:0;
	right:0;
}

.prx-internet article div.fusion-image-wrapper {
	border: 2px solid #ccc;
}

.prx-internet .fusion-post-content a {
	display: block;
	margin-top: 10px;
}

.prx-internet .fusion-portfolio-content:hover a {
	color: #c21164!important;
}

.prx-print .fusion-image-wrapper
/*.prx-internet .fusion-image-wrapper*/
{
	height: 300px;
	min-height: 300px;
}



.prx-print .fusion-image-wrapper img,
.prx-internet .fusion-image-wrapper img
{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: none;
	position: relative;
	z-index: -1;
	transition: all 1s!important;	
}


.prx-skills-overview .fusion-image-wrapper img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	z-index: -1;
	transition: all 1s!important;
}



.prx-skills-overview {
	width: 100%;
	min-width: 100%;
}

.fusion-image-hovers .prx-print .hover-type-zoomin:hover img {
	min-height: 110%;
	min-width: 110%;
	width: auto;
	height: auto;;	
	max-height: none;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
}

/* Kontakt */

input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="text"], 
select, 
textarea,
#comment-input input, #comment-textarea textarea, .avada-select .select2-container .select2-choice, .avada-select .select2-container .select2-choice2, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .comment-form-comment textarea, .fusion-body .avada-select-parent select, .input-text, .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .searchform .fusion-search-form-content .fusion-search-field input, .select2-container--default .select2-selection--single, .select2-dropdown, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea, input.s, input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea{
	background: transparent!important;
	margin-bottom: 10px!important;
	border: 1px solid #575757!important;
}

.kontakt-left {
	width: 50%;
	float:left;
}

.kontakt-right {
	width: 50%;
	float: left;
	text-align: right;
}

@media only screen and (max-width: 600px) { 
	.kontakt-left{
		width: 100%;
	}
	
	.kontakt-right {
		width: 100%;
		margin-top: 10px;
		
	}
}

.wpcf7-form input[type="submit"], 
.wpcf7-submit, 
input.button-default {
	color: #fff!important;
	background:  #C21164!important;
	float: right;
}

.wpcf7-form input[type="submit"]:hover, 
.wpcf7-submit:hover, 
input.button-default:hover {
	background: #575757!important;
}

input[type='checkbox'] {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + .wpcf7-list-item-label,
input[type='radio'] + .wpcf7-list-item-label {
  cursor: pointer;
}

input[type='checkbox']:checked + .wpcf7-list-item-label::before,
input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
input[type='radio']:checked + .wpcf7-list-item-label::before,
input[type='radio']:not(:checked) + .wpcf7-list-item-label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: absolute;
    /* top:4px; */
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:checked + .wpcf7-list-item-label::before,
input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
input[type='radio']:checked + .wpcf7-list-item-label::before,
input[type='radio']:not(:checked) + .wpcf7-list-item-label::before {
	border: 1px solid #C21164;
}

input[type=radio]:checked + .wpcf7-list-item-label::before,
input[type=radio]:not(:checked) + .wpcf7-list-item-label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover + .wpcf7-list-item-label::before,
input[type='radio']:hover + .wpcf7-list-item-label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:hover,
input[type='checkbox']:checked {
	margin-left: 0px;
}

input[type='checkbox']:checked + .wpcf7-list-item-label::before,
input[type='radio']:checked + .wpcf7-list-item-label::before {
  background: #C21164;
  box-shadow: inset 0 0 0 2px white;
}

.accept-text {
	display: inline-block;
    margin-left: 28px;
    /* margin-top: -20px; */
    text-indent: 0px;
    font-size: 12px;
}

.accept-text a {
	/*color: #0058B5;*/
	color: #575757;
}

.wpcf7-list-item {
	margin-left: 0!important;
}

.wpcf7-form input[type="submit"], 
.wpcf7-submit, 
input.button-default {
	font-family: "Play"!important;
	color:  #FFF!important;
	font-weight: bold!important;
}

.wpcf7-form input[type="submit"]:hover, 
.wpcf7-submit:hover, 
input.button-default:hover {
	background: #6F776E!important;
}

input[type="text"],
.wpcf7-textarea,
.wpcf7-form input[type="email"] { 
	font-family: "Play"!important;

	}

::placeholder {
	font-family: "Play"!important;
	color:  #C21164!important;
}

textarea::placeholder {
	color: #747474!important;
}

/*Select*/
.wpcf7-select,
.wpcf7-form-control-wrap,
.prx-sel-termin,
.prx-sel {
	width: 100%;
}

.prx-sel {
	-webkist-appearance: menulist;
	appearance: menulist;
	font-family: "Play";
	padding-left: 15px;
	height: auto;
}

.prx-sel-first {
	background: #EE071D!important;
	color: #fff;
}

.prx-sel option {
	font-weight: bold;
}

.chosen-choices {
	background-color: #C21164!important;
	background-image: unset!important;
}

.chosen-container .chosen-drop {
	border: 1px solid #C21164!important;
}

.chosen-container .chosen-results li.highlighted {
	background: #C21164!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background-color: #575757;
	background-image: none;
	color: #fff;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	color: #FFf!important;
	height: 18px;
}

.chosen-container {
	margin-bottom: 10px;
}

.chosen-container-multi .chosen-choices {
	padding-left: 15px!important;
}

.menu-834:after {
content: "";
    height: 16px;
    width: 20px;
    line-height: 29px;
    position: absolute;
    background: url(/wp-content/themes/Avada-Child-Theme/img/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* left: -10px; */
    right: 3px;
    top: -4px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}

.chosen-container-multi .chosen-choices {
	border: none!important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: #C21164!important;
    color: #fff!important;
    font-weight: bold!important;
    margin-bottom: 0!important;
}

#wrapper .select-arrow, .avada-select-parent .select-arrow, .fusion-modal-content .select-arrow, .select2-dropdown {
	background-color: #C21164!important;
	color: #fff!important;
}

.select-arrow {
	border: none!important;
}

.select-arrow.prx-arrow {
    z-index: 12!important;
    padding-top: 4px;
}

/* Logo Carousel */
.fusion-carousel {
	overflow: visible!important;
}

.fusion-nav-prev {
	margin-left: 0!important;
	height: 17px!important;
	width: 29px!important;
	background: none!important;
}

.fusion-nav-next {
	margin-left: 40px!important;
	height: 17px!important;
	width: 29px!important;
	background: none!important;
}

/*
.fusion-nav-prev {
	background-image: url(img/arrow-left_hover.png)!important;
}


.fusion-nav-prev:hover {
	background-position: unset!important;
	background-image: url(img/arrow-left.png)!important;
}
*/


/*
.fusion-nav-next {
	background-image: url(img/arrow-right_hover.png)!important;
	background-position: unset!important;
}

.fusion-nav-next:hover {
	background-position: unset;
	background-image: url(img/arrow-right.png)!important;
	transform: rotate(0deg);
}
*/

/*
.fusion-nav-prev,
.fusion-nav-next {
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
*/

/*
.fusion-nav-prev:before,
.fusion-nav-next:before {
	display: none!important;
}
*/

.fusion-nav-prev:before, .fusion-nav-next:before {
	color: #C7076E!important;
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
	height: 120px;
	position: relative;
	display: flex!important;
	align-items: center;
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper > a {
	display: flex;
	max-height: 100%;
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper img {
	object-fit: contain;
	max-height: 100%;
}

/* 
rot: #C21164;
dunkel: #575757;
*/

/* Footer */

.fusion-widget-area {
	min-height: 360px;
	font-size: 20px;
	padding-top: 70px;
}

.prx-copy-left {
	width: 50%;
	float: left;
	min-height: 1px;
}

.prx-copy-right {
	width: 50%;
	float: left;
	text-align: right;
}

.prx-social {
	display: flex;
	justify-content: center;
	align-content: center;
}

.prx-social-xing,
.prx-social-fb,
.prx-social-ln {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-size: contain!important;
}

.prx-social-insta,
.prx-social-pinterest,
.prx-social-yt,
.prx-social-google {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-size: contain!important;	
}

.prx-social-xing {
	background: url(img/icon-xing.png) no-repeat center;
}

.prx-social-xing:after {
	content: '';
	display: none;
	background: url(img/icon-xing_hover.png) no-repeat center;
}

.prx-social-xing:hover {
	background: url(img/icon-xing_hover.png) no-repeat center;
}

.prx-social-fb {
	background: url(img/icon-fb.png) no-repeat center;
}

.prx-social-fb:after {
	content: '';
	display: none;
	background: url(img/icon-fb_hover.png) no-repeat center;
}

.prx-social-fb:hover {
	background: url(img/icon-fb_hover.png) no-repeat center;
}

.prx-social-ln {
	background: url(img/icon-ln.png) no-repeat center;
}

.prx-social-ln:after {
	content: '';
	display: none;
	background: url(img/icon-ln_hover.png) no-repeat center;
}

.prx-social-ln:hover {
	background: url(img/icon-ln_hover.png) no-repeat center;
}

.prx-social-insta {
	background: url(img/icon-insta.png) no-repeat center;
}

.prx-social-insta:after {
	content: '';
	display: none;
	background: url(img/icon-insta_hover.png) no-repeat center;
}

.prx-social-insta:hover {
	background: url(img/icon-insta_hover.png) no-repeat center;
}

.prx-social-pinterest {
	background: url(img/icon-pinterest.png) no-repeat center;
}

.prx-social-pinterest:after {
	content: '';
	display: none;
	background: url(img/icon-pinterest_hover.png) no-repeat center;
}

.prx-social-pinterest:hover {
	background: url(img/icon-pinterest_hover.png) no-repeat center;
}

.prx-social-yt {
	background: url(img/icon-yt.png) no-repeat center;
}

.prx-social-yt:after {
	content: '';
	display: none;
	background: url(img/icon-yt_hover.png) no-repeat center;
}

.prx-social-yt:hover {
	background: url(img/icon-yt_hover.png) no-repeat center;
}

.prx-social-google {
	background: url(https://grafik-mainfranken.de/wp-content/uploads/icon_social_google_grau.png) no-repeat center;
}

.prx-social-google:after {
	content: '';
	display: none;
	background: url(https://grafik-mainfranken.de/wp-content/uploads/icon_social_google_pink.png) no-repeat center;
}

.prx-social-google:hover {
	background: url(https://grafik-mainfranken.de/wp-content/uploads/icon_social_google_pink.png) no-repeat center;
}
/* Fixes */

.fusion-button-text {
	font-weight: bold;
	font-family: "Play"!important;
}

.counter-box-content {
	font-weight: bold;
}

.ls-v5 {
	margin-bottom: 40px!important;
}

.fusion-button.button-1 .fusion-button-text {
	font-weight: bold;
}

.prx-social-insta,
.prx-social-pinterest {
	margin-right: 7px;
}

.prx-border-right .fusion-text {
	padding-left: 120px;
	/*text-transform: uppercase;*/
}

.fusion-column-last .fusion-text {
	padding-right: 0px;
	/*text-transform: uppercase;*/
}

/* info box startseite */
.prx-white-box .fusion-text {
	padding-right: 10px;
}

video {
	border: 1px solid #C21164;
}

.prx-copy-right span {
	font-size: 10px;
	vertical-align: text-bottom;
}

.fusion-portfolio-content-wrapper .fusion-post-title {
	text-align: left;
	margin-bottom: 13px!important;
}

.prx-papetrie-divider ul > li:before {
	font-size: 8px;
	vertical-align: bottom;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	border: none!important;
}

.page-id-17 .fusion-text,
.prx-papetrie-divider ul {
	text-transform: none;
}

.fusion-mobile-menu-icons a:after, 
.fusion-mobile-menu-icons a:before {
	color: #575757!important;
}

.ls-bottom-slidebuttons {
	margin-top: 44px;
	margin-left: 29px;
}

.ls-bottom-slidebuttons a {
	background: none!important;
	border: 1px solid grey!important;
	border-radius: 20px!important;
	width: 5px!important;
	height: 5px!important;
	margin-right: 5px!important;
	background: grey!important;
}

.ls-bottom-slidebuttons a.ls-nav-active {
	background: #aa0061!important;
	border: 1px solid #aa0061!important;
}

.ls-bottom-nav-wrapper {
	text-align: left;
}

.prx-no-padding,
.prx-no-padding .fusion-text {
	padding-left: 0;
	padding-right: 0;
}

.prx-video {
	width: 46%;
	margin-right: 4%;
}

.prx-video-wrapper
{
	flex-wrap:wrap;
	display:flex;
	justify-content:space-between;
}

.prx-video-wrapper .prx-video {
	margin-right:0px;
	width: 23%!important;
}

@media only screen and (max-width:1199px)
{
	
	
.prx-video-wrapper .prx-video
	{
		margin-right:0px;
		margin-bottom:60px;
		width: 46%!important;
	}	
}

@media only screen and (max-width:599px)
{
	
.prx-video-wrapper .prx-video
	{
		margin-right:0px;
		width: 98%!important;
	}	
}

.prx-video:nth-child(3),
.prx-video:nth-child(5),
.prx-video:nth-child(7){
	margin-right: 0;
}

.fusion-load-more-button.fusion-portfolio-button:hover {
	background-color: #c21164!important;
	color: #fff!important;
}

#boxed-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
}

.fusion-header {
	max-width: 1920px!important;
}

/* Responsive */

@media screen and (max-width: 1300px) {

	video {
	   width: 100% !IMPORTANT;
	   height: auto !IMPORTANT;
	}

}

@media screen and (max-width: 1140px) {
	.prx-text-rechts {
		margin-left: -30px;
	}

	.prx-text-links {
		word-break: break-word;
	}
}

@media screen and (max-width: 1030px) {
	.prx-above-menu {
		display: none;
	}
	
	.prx-video {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {
	
	.fusion-column-wrapper {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.prx-papetrie-divider ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.prx-text-rechts {
		margin-top: 0;
	}

	.fusion-gallery .fusion-gallery-column:nth-of-type(1) .fusion-gallery-image,
	.fusion-gallery .fusion-gallery-column:nth-of-type(4) .fusion-gallery-image,
	.fusion-gallery .fusion-gallery-column .fusion-gallery-image {
		text-align: center;
	}

	.fusion-widget-area {
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.prx-copy-right {
		width: 100%;
	}

	.prx-copy-left {
		width: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		margin-bottom: 20px;
	}

	img.fusion-standard-logo {
		max-width: 80%;
	}

	.fusion-logo {
		width: 80%;
		float: left;
	}

	.fusion-mobile-menu-icons {
		float: left;
		margin-top: 20px!important;
	}

	.prx-text-rechts,
	.prx-text-links {
		margin-left: 0;
		margin-right: 0;
	}

	h2 {
		font-size: 25px!important;
		line-height: 1em!important;
		text-align: left!important;
	}

	.prx-border-right {
		border: none;
	}

	.prx-border-right .fusion-text,
	.fusion-column-last .fusion-text {
		padding: 0;
		text-align: left!important;
	}

	.fusion-widget-area {
		display: flex!important;
		flex-direction: row;
	}

	.fusion-footer-copyright-area {
		padding: 0!important;
	}

	.prx-copy-right {
		text-align: center;
		font-size: 13px;
	}

	.fusion-separator {
		margin-top: 10px!important;
	}

	p {
		text-align: left!important;
	}

	.fusion-widget-area p {
		text-align: center!important;
	}


	.fusion-grid-2 .fusion-grid-column, .fusion-grid-two .fusion-grid-column {
		max-width: 50%;
		float: left;
		position: relative!important;
		top: unset!important;
		left: unset!important;
	}

	.fusion-alignright {
		text-align: left!important;
		float: left!important;
		margin-left: 0!important;
	}

	.counter-box-content,
	.display-counter {
		font-size: 17px!important;
	}

	.fusion-counter-box.fusion-column.col-counter-box.counter-box-wrapper.col-lg-3.col-md-3.col-sm-3 {
		width: 50%;
		float: left;
	}

	h1 {
		font-size:36px!important;
	}

	.prx-mob-reverse .fusion-row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.prx-papeterie.fusion-gallery-1 .fusion-grid-column {
		display: none!important;
	}

	.prx-papeterie.fusion-gallery-1 .fusion-grid-column:nth-child(1) {
		display: block!important;
	}

	.prx-home {
		min-height: 25vh;
	}
	
	.page-id-2 .prx-home {
		background-image: none!important;
		height: auto!important;
	}
	
	.page-id-2 .prx-white-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.page-id-2 .prx-home .hidden {
		display: block!important;
		position: relative;
/* 		visibility: visible!important; */
	}
	
	/* hintergrund startseite */
	/*.page-id-2 .prx-home .hidden img {
 		visibility: visible!important;
	}/*/
	
	.prx-home-bg {
		min-height: 25vh!important;
		background-size: cover!important;
    	background-position: center!important;
	}
	
	.prx-home-bg > .fusion-column-wrapper {
		min-height: 25vh!important;
	}
	
	.prx-mob-reverse .fusion-row {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	
	.prx-border-right {
		padding-top: 20px;
	}
	
	.imageframe-align-center {
		text-align: left!important;
	}
	
	.imageframe-align-center img {
		max-width: 70%;
	}
	
	.fusion-image-carousel {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0!important;
	}
	
	.page-id-17 .prx-text-links {
		margin-bottom: 5px;
	}
	
	.fusion-header .fusion-row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.fusion-header .fusion-logo {
		order: 2;
	}
	
	/*.fusion-header .prx-above-menu {
		margin-top: 0;
		order: 1;
		display: block;
	}*/
	
	.fusion-header .fusion-mobile-menu-icons {
		order: 3;
	}
	
	.fusion-header .fusion-mobile-nav-holder {
		order: 4;
		width: 130%;
	}
	
	select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		margin-bottom: 10px!important;
	}
	
	.chosen-container {
		width: 100%!important;
	}

}

@media screen and (max-width: 767px) {
	.fusion-widget-area :nth-child(1) {
		order: 2;
	}

	.fusion-widget-area :nth-child(2) {
		order: 1;
	}

	.fusion-widget-area :nth-child(3) {
		order: 3;
	}
	
	.col-lg-12,
	.col-lg-6 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

.page-id-251 h2 {
	margin-bottom: 4px;
	margin-top: 4px;
}

a.fusion-button.button-default.fusion-button-default-size.button.fusion-privacy-consent {
	background: #C21164!important;
	font-family: "Play"!important;
	font-weight: bold!important;
}
a.fusion-button.button-default.fusion-button-default-size.button.fusion-privacy-consent:hover {
	background: #6F776E!important;
}

.prx-mob-gallery img {
	display: none!important;
	visibility: hidden!important;
}

.fusion-privacy-bar-bottom {
	bottom: unset!important;
	top: 0;
}

a.fusion-privacy-bar-acceptance.fusion-button.fusion-button-default.fusion-button-default-size.fusion-button-span-no {
	background: #C21164!important;
}

a.fusion-privacy-bar-acceptance.fusion-button.fusion-button-default.fusion-button-default-size.fusion-button-span-no:hover {
	background: #6F776E!important;
}

/* Papeterie */


/* Update 2020-04-08 */
/* Update 2020.05-28 prx */
.papeterie-carousel .fusion-carousel-item .fusion-image-wrapper {
    height: 210px;
}

.papeterie-carousel  .fusion-carousel-holder {
	height: 210px;
	line-height: 210px;
}

.fusion-portfolio-equal-heights .fusion-portfolio-post {
    height: auto!important;
}

/* Portofliofilter */
.druckpbutton,
.prx-pffilter {
    padding: 10px;
    font-size:15px;
    font-weight: normal;
    margin: 2px;
    vertical-align: middle;
    line-height: 2;
    position: relative;
    margin-right: 5px;
    color: #747474;
}

.druckpbutton:before,
.prx-pffilter:before {
    content: "";
    width: 11px;
    height: 7px;
    position: absolute;
	background-image: url(https://grafik-mainfranken.de/wp-content/uploads/icon_pfeil_grau_links.png)!important;
    /*background-image: url(img/pfeile_grau_10x7.png)!important;*/
    background-position: unset;
    background-size: cover;
    top: 50%;
	transform: translateY(-50%);
    left: -4px;
    transition: all 0.7s ease;
}

@media (max-width: 800px) {
	.prx-pffilter:before {
		bottom: 12px;
	}
}

.druckpbutton.aktiv,
#post-13 .prx-pffilter:nth-child(1),
#post-3579 .prx-pffilter:nth-child(1),
#post-3617 .prx-pffilter:nth-child(1),
#post-3581 .prx-pffilter:nth-child(1),
#post-4956 .prx-pffilter:nth-child(1),
.prx-filter-active,
.prx-aktiv-broschueren .prx-pffilter:nth-child(3),
.prx-aktiv-etiketten .prx-pffilter:nth-child(5),
.prx-aktiv-verpackungen .prx-pffilter:nth-child(6),
.prx-aktiv-papeterie .prx-pffilter:nth-child(7),
.prx-aktiv-flyer .prx-pffilter:nth-child(4),
.prx-aktiv-geschaeftsausstattung .prx-pffilter:nth-child(2),
.prx-aktiv-werbemittel .prx-pffilter:nth-child(3),
.prx-aktiv-werbetechnik .prx-pffilter:nth-child(2),
.prx-aktiv-webseite .prx-pffilter:nth-child(2),
.prx-aktiv-webshop .prx-pffilter:nth-child(3)
 {
	/*color: #c21164;	/* pink */
	color: #c21164; /*grau*/
	font-weight: bold;
}


.druckpbutton:hover:before,
.prx-pffilter:hover:before,
.prx-filter-active:before,
{
	content: "";
	width: 17px;
	height: 11px;
	background-image: url(img/arrow-right.png)!important;
	left: -10px;
}

			/*
				gewuenschte sortierung:
				1. Geschaeftsausstattung
				2. Broschuere
				3. Flyer
				4. Etiketten
				5. WerbeTech
				6. WerbeMittel
			*/			

.druckpbutton.aktiv:before,
.prx-filter-active:before,
.prx-aktiv-broschueren .prx-pffilter:nth-child(3):before,
.prx-aktiv-etiketten .prx-pffilter:nth-child(5):before,
.prx-aktiv-verpackungen .prx-pffilter:nth-child(6):before,
.prx-aktiv-papeterie .prx-pffilter:nth-child(7):before,
.prx-aktiv-flyer .prx-pffilter:nth-child(4):before,
#post-3579 .prx-pffilter:nth-child(1):before,
#post-13 .prx-pffilter:nth-child(1):before,
#post-3617 .prx-pffilter:nth-child(1):before,
#post-3581 .prx-pffilter:nth-child(1):before,
#post-4956 .prx-pffilter:nth-child(1):before,
.prx-aktiv-geschaeftsausstattung .prx-pffilter:nth-child(2):before,
.prx-aktiv-werbemittel .prx-pffilter:nth-child(3):before,
.prx-aktiv-werbetechnik .prx-pffilter:nth-child(2):before,
.prx-aktiv-webseite .prx-pffilter:nth-child(2):before,
.prx-aktiv-webshop .prx-pffilter:nth-child(3):before
 {	
	 width:8px!important;
	 height:10px!important;
	 background-image: url(https://grafik-mainfranken.de/wp-content/uploads/icon_pfeil_pink_nachunten.png)!important;
 	/*background-image: url(img/pfeile_pink_10x7.png)!important;*/
	
}

.prx-pf-filter-wrap {
	margin-bottom: 30px;
	text-align: left;
	margin-right:6px;
}

.prx-pf-filter-wrap:after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

.fusion-portfolio-equal-heights .fusion-portfolio-post {
	overflow: hidden;
}

.fusion-portfolio-post.weihnachten2020 .fusion-portfolio-content-wrapper,
.fusion-portfolio-post.weihnachten2021 .fusion-portfolio-content-wrapper,
.fusion-portfolio-post.weihnachten2020,
.fusion-portfolio-post.weihnachten2021
{
	overflow: visible;
}

#prx-portfolio-printov .fusion-portfolio-content,
#prx-portfolio-ov .fusion-portfolio-content,
.prx-slidein .fusion-portfolio-content-wrapper .fusion-portfolio-content
{
    position: absolute;
    height: 100%;
    background: rgba(255,255,255,0.85);
    margin-top: 0px;
    padding-top: 30px;
    transition: all ease 2.3s;
    top: 100%;
    width: 100%;
    z-index: 1;
}

#prx-portfolio-printov .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content,
#prx-portfolio-ov .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content,
.prx-slidein .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content
{
	top: 0px;
	transition: all ease 0.7s;
}

.prx-internet .fusion-portfolio-content {
	height: auto;
}

.prx-internet .fusion-portfolio-post
{
	overflow:hidden;
}

.fusion-portfolio-equal-heights .fusion-portfolio-content-wrapper {
	position: relative;
}


/* Portfolio, Referenzen overview */
@media screen and (min-width: 800px) {
	.prx-skills-overview-art,
	.prx-internet .fusion-portfolio-post
	.prx-print .fusion-portfolio-post {
		padding: 15.5px!important;
	}
}

.prx-ref-btn {
    width: 80%;
    position: absolute;
    bottom: 20px;
    padding: 12px;
    transition: all 0.5s ease;
    background: #C21164!important;
    font-family: "Play"!important;
    font-weight: bold!important;
    color: white;
    text-align: center;
    margin: 0 auto;
    left: 10%;
}

.prx-ref-btn:hover {
	bottom: 22px;
	background: #6F776E!important;	
}

.fusion-portfolio-content-wrapper:hover a,
.fusion-portfolio-content-wrapper a:hover p
.fusion-portfolio-content-wrapper a:hover,
.fusion-portfolio-content-wrapper a:hover p,
.fusion-portfolio-content-wrapper .fusion-post-content p,
.fusion-portfolio-content p {
	color: #747474!important;
}

.fusion-portfolio-content-wrapper h2 a  {
	color: #747474!important;
}

.fusion-portfolio-content-wrapper:hover h2 a {
	color: #C21164!important;
}

@media screen and (max-width: 1300px) {
	.prx-pffilter {
		float: left;
		margin-left: 12px;
		line-height: 0.9;
	}
}

.ilightbox-title {
	display: none!important;
	opacity: 0 !important;
	visibility: hidden!important;
}
/*span.ls-nav-sides.ls-nav-sideright {
background-image: url(img/arrow-right.png)!important;
    background-position: center;
    width: 22px;
    height: 14px;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    background-size: cover;
}

span.ls-nav-sides.ls-nav-sideright:hover {
	cursor: pointer;
    background-position: unset;
    background-image: url(img/arrow-right_hover.png)!important;
}
*/

@media screen and (max-width: 800px) {

	#fusion-portfolio-1 .prx-mobile-animation .fusion-portfolio-content,
	#prx-portfolio-printov .prx-mobile-animation .fusion-portfolio-content,
	#prx-portfolio-ov .prx-mobile-animation .fusion-portfolio-content,
	.prx-internet .prx-mobile-animation .fusion-portfolio-content {
		top: 0;
		transition: all ease 1.7s;
	}


	.prx-pffilter {
		width: 100%;
		display: block;
	}
	
	/* Layerslider Fix */
	a.ls-nav-prev {
		display: none;
	}

	a.ls-nav-next {
		left: unset!important;
		right: 0!important;
	}

	.ls-bottom-slidebuttons {
		margin-left:0;
		margin-right: 14px;
	}

	.ls-bottom-slidebuttons a {
		width: 8px!important;
		height: 8px!important;
		margin-bottom: 7px!important;
	}
	
	.ls-v5 {
		margin-bottom: 76px!important;
	}
}


/* Referenzen internetmedien */

@media screen and (min-width:857px) and (max-width:1199px)
{
	.prx-internet .fusion-portfolio-post
	{
   		width:50%!important;
	}
}

/* Privacy Fix */
.fusion-privacy-choices input[type='checkbox']:checked, 
.fusion-privacy-choices input[type='checkbox']:not(:checked) {
	visibility: visible;
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


/* 
rot: #C21164;
dunkel: #575757;
*/

.uebersicht.fusion-portfolio-post
{
	max-height:342px!important;
}

.druckprodukte .fusion-portfolio-post
{
	overflow:hidden!important;
}

.uebersicht .fusion-portfolio-content
{
	top:0px!important;
}

.uebersicht h2
{
	font-size:28px!important;
}

.uebersicht .fusion-portfolio-content-wrapper .prx-ref-btn
{
	color:white!important;
}

/* 18.10. fix für doppelte Verlinkungen bei Webseiten/-shops */

.webseite,
.webshop
{
	cursor:pointer;
}

.webseite .fusion-post-content a,
.webshop .fusion-post-content a
{
	pointer-events: none!important;
}


/* instagram */

.DesignedButton__button.FollowButton,
.DesignedButton__button.LoadMoreButton
{
	color:#fff!important;
	background-color:#C21164!important;
}

.DesignedButton__button.FollowButton:hover,
.DesignedButton__button.LoadMoreButton:hover
{
	background-color:#6F776E!important;
}


/* Messe */

.page-id-15 video {
	border: 1px solid #2D5667;
}

.page-id-15 .prx-border-right {
    border-right: 4px #2894A1 solid!important;
}

.page-id-15 .red-text
{
	color:#2894A1!important;
}

.page-id-15 .fusion-load-more-button:hover
{
	background-color:#2D5667!important;
}

@media only screen and (max-width:800px)
{
	.page-id-15 .prx-border-right
	{
 		border-right:0px!important;
	}
	
}

