/*
Theme Name: Avada Child
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.5.2
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
Template:    Avada
*/

/* hide class */ 

.hide-this {
	display: none !important;
}


/*////////// 
 * Verstecken 2. E-Mail Adresse im Header (Sprachauswahl)
///////////////*/

.fusion-alignright .fusion-contact-info-email-address {
	display: none !important;
}


.fusion-contact-info-email-address a svg {
	fill: #666;
    position: relative;
    top: 2px;
    height: 1.2em;
}

/*////////// 
 * Startseite Testimonials 
///////////////*/

.testimonial-styling .review.no-avatar {
    display: flex !important;
    flex-direction: column-reverse;
}

.testimonial-styling strong {
	line-height: 1.8em;
}

.testimonial-styling .testimonial-thumbnail {
	width: 100px !important;
}

@media (max-width: 550px) {
	#testimonials {
		height: 90vH;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	
}

@media (min-width: 550px) {
	#testimonials {
		height: 50vH;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}



/*////////// 
 * Jobseite 
///////////////*/

@media (max-width: 550px) {
	.job-checklist .icon-wrapper {
		display: none !important;
	}
	
	.job-checklist .fusion-li-item-content {
		margin-left: 0px !important;
	}
}

@media (min-width: 850px) {
	.job-sidebox {
		position: relative;
		bottom: 6vH;
	}
	
	.job-sidebox-avatar img {
		height: 107px !important;
    	width: auto !important;
	}
	
	.job-faq {
		position: relative;
		bottom: 6vH;
	}
}

/* GOOGLE FONTS */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/fonts/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/raleway-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/raleway-v28-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/fonts/raleway-v28-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/raleway-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/raleway-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/raleway-v28-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/fonts/raleway-v28-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/fonts/raleway-v28-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/fonts/raleway-v28-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/fonts/raleway-v28-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/fonts/raleway-v28-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}

/*////////// 
 * ALLGEMEIN 
///////////////*/

span.wpcf7-list-item {
    margin: 0;
}

body > div {
	max-width: 100% !important;
}

body select { 
    display: block;
    padding: 10px 13px 10px 13px !important; 
    max-width: 100%; 
    border: 1px solid #d2d2d2; 
    border-radius: 0px; 
    background-color: #fff; 
    color: #444444; 
    font-size: 13px; 
    appearance: none; 
    /* this is must */ -webkit-appearance: none; 
    -moz-appearance: none; 
} 

/* for IE and Edge */ 
select::-ms-expand { 
    display: none; 
} 

.fusion-title.fusion-title-center.fusion-sep-none .title-heading-center, 
.fusion-title.fusion-title-center.sep-underline .title-heading-center {    
    text-transform: uppercase;
}

.parent-pageid-3549 .post-content,
.page-id-3549 .post-content,

.parent-pageid-4129 .post-content,
.page-id-4129 .post-content,

.parent-pageid-4780 .post-content,
.page-id-4780 .post-content,

.parent-pageid-16 .post-content,
.page-id-16 .post-content

{
	max-width: 1156px !important;
    margin: 0 auto;
}

.parent-pageid-3549 .post-content .textwidget p,
.parent-pageid-3549 .fusion-content-widget-area .widget,
.page-id-3549 .post-content .textwidget p,
.page-id-3549 .fusion-content-widget-area .widget,

.parent-pageid-4780 .post-content .textwidget p,
.parent-pageid-4780 .fusion-content-widget-area .widget,
.page-id-4780 .post-content .textwidget p,
.page-id-4780 .fusion-content-widget-area .widget,

.parent-pageid-4129 .post-content .textwidget p,
.parent-pageid-4129 .fusion-content-widget-area .widget,
.page-id-4129 .post-content .textwidget p,
.page-id-4129 .fusion-content-widget-area .widget{
	margin-bottom: 0;
}

.page-id-3549 .post-content .fusion-content-widget-area .widget li + li,
.parent-pageid-3549 .post-content .fusion-content-widget-area .widget li + li,

.page-id-4780 .post-content .fusion-content-widget-area .widget li + li,
.parent-pageid-4780 .post-content .fusion-content-widget-area .widget li + li,

.page-id-4129 .post-content .fusion-content-widget-area .widget li + li,
.parent-pageid-4129 .post-content .fusion-content-widget-area .widget li + li{
	margin-top: 0;
}

.post-content h4{
	line-height: unset;
}

.fusion-date-and-formats .fusion-date {
    font-size: 35px;
}

.startseite_newsfeed > .columns > .column > div p{
	max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}

select:disabled::-ms-expand { 
    background: #f60; 
}

a.a2a_i {
	padding: 10px 0px 10px 10px !important;
}

.a2a_menu a {
	color: black !important;
}

.a2a_menu a:visited {
	color: black !important
}

.marginleft20 {
	margin-left: 68px;
}

.padding20 {
	padding-left: 20% !important;
	padding-right: 20% !important;
}

#media_image-2 {
	padding-top: 50px;
}

.fusion-megamenu a {
	color: #3b4251;
}

.fusion-main-menu .menu-item-1769.fusion-megamenu-menu .fusion-megamenu-holder > ul:last-child .fusion-megamenu-title{
	color: #3b4251 !important;
}

.fusion-megamenu a:hover{
	color: #f7a40d;
}


/* cookie hinweis */
span#cn-notice-text {
	text-transform: uppercase;
	font-weight: 600;
}

div#cookie-notice.cn-bottom{
	border-top: 2px solid #f7a50c; 
	padding: 2px;
}

a#cn-accept-cookie.cn-set-cookie.button{
	color: #f7a50c;
	border: 1px solid #f7a50c;
	padding: 5px;
	text-transform: uppercase;
}

a#cn-accept-cookie.cn-set-cookie.button:hover{
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and ( max-width: 800px ){
	#cookie-notice .button{
			display: block;
			margin: 5px;
	}
}
/* cookie hinweis ENDE */

.fusion-alignleft .wpml-ls-legacy-list-horizontal{
	display: none; 
}

.fusion-alignleft .fusion-header-separator{
	display: none; 
}

.wpml-ls-legacy-list-horizontal{
	padding: 0;
}

.mega_menu {
	text-align: right !important;
	display: block;
}

.fusion-alignright .fusion-header-separator{
	display: none; 
}

.fusion-alignright a {
	display: none;
}

.fusion-alignright .wpml-ls-legacy-list-horizontal {
	padding-bottom: 0;
	padding-right: 0;
	margin-right: -10px;
}

.fusion-alignright .wpml-ls-legacy-list-horizontal a{
	display: block;
}

.page-template-page-news #main h2.entry-title,
#wrapper .post-content h2 {
    font-size: 16px !important;
}

#main article .fusion-post-wrapper.first-article h2.entry-title,
#wrapper article .fusion-post-wrapper.first-article h2.entry-title {
	font-size: 28px !important;
}

@media(min-width: 768px){
	.page-template-page-einladung #wrapper .post-content h1{
		font-size: 64px;
	}
	
	.page-template-page-einladung #wrapper .post-content h1 + h2{
		font-size: 55px !important;
	}
}

.page-template-page-einladung #wrapper .post-content h1{
	margin-bottom: 0;
}

.page-template-page-einladung #wrapper .post-content h1 + h2{
	margin-bottom: 40px;
}

.page-template-page-einladung #wrapper .post-content h3{
	color: #f7a50c;
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 19px;
}

#main article .fusion-post-wrapper.first-article .fusion-row.excerpt,
#wrapper article .fusion-post-wrapper.first-article .fusion-row.excerpt {
	padding-left: 30px !important;
    padding-right: 30px !important;
}

#main article .fusion-post-wrapper.first-article .fusion-post-content,
#wrapper article .fusion-post-wrapper.first-article .fusion-post-content {
	padding-bottom: 30px;
}

@media only screen and (max-width: 1050px){
	.fusion-flyout-mobile-menu.fusion-mobile-nav-holder > ul {
		text-align: left;
	}
	
	.fusion-mobile-nav-item {
	    border-bottom: 1px solid #f3ecec;
	}
	
	.fusion-flyout-mobile-menu.fusion-mobile-nav-holder li > ul{
		margin-left: 25px;
	}
	
	.fusion-flyout-mobile-menu.fusion-mobile-nav-holder li.menu-item-has-children::before{
		display: block;
	    margin: 0;
	    content: '\e61f';
	    font-family: icomoon;
	    position: absolute;
	    right: 10px;
	    top: 18px;
	}
}

.css-test:hover h2{
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.darklink a{
	color: black;
}

.darklink u{
	text-decoration: none;
}

a.effect-underline:after{
	margin-left: 25%;
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 50%;
	border-bottom: 1px solid;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.darklink a:hover{
	color: #f7a50c;
}

.addpadding{
	padding-left: 50px;
	padding-right: 50px;
}

.nopadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nopadding_nomargin {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 0px;
}

.button_1:hover{
	opacity: 0.8;
}

.button_1{
	width: 250px !important;
}

.button_2:hover{
	opacity: 0.8;
}

.button_2{
	width: 250px !important;
}

.margin-left-100 {
	margin-top: -20px;
	margin-left: 100px;
}
/*////////// 
 * ALLGEMEIN ENDE
///////////////*/


/*////////// 
 * STARTSEITE 
///////////////*/
.divider-top .fusion-sep-clear {
	height: 0px !important;
} 

.startseite_newsfeed .fusion-format-box {
	display: none;
}

.startseite_newsfeed a {
	color: black;
}

.startseite_newsfeed a:hover {
	color: #f7a50c;
}

.startseite_newsfeed p {
	padding-left: 100px;
}

.startseite_newsfeed .fusion-date-box {
	background: none !important;
	color: #f7a50c !important; 
}

.startseite_newsfeed {
	margin-bottom: 0px !important;
}

.startseite_topnews .fusion-format-box {
	display: none;
}
/*////////// 
 * STARTSEITE ENDE
///////////////*/

/*////////// 
 * RESPONSIVE
///////////////*/

@media (max-width : 1050px) {
	.fusion-secondary-header {
	 display: none;
	}
}

@media (max-width: 850px) {
	.fusion-columns .fusion-column:not(.fusion-column-last){
		margin: 0 0 20px !important;
	}
	
	#menu-widget-5{
		text-align: center !important;
	}
	
	#text-3 {
		text-align: center;
	}
}

/* EXCERPT */

.startseite_newsfeed .fusion-format-box,
.fusion-alignleft .wpml-ls-legacy-list-horizontal {
    display: none;
}

.fusion-alignright .fusion-contact-info > a {
    display: none;
}

.fusion-alignleft .fusion-header-separator,
.fusion-alignright .fusion-header-separator {
    display: none;
}

.fusion-alignright .wpml-ls-legacy-list-horizontal {
    padding-bottom: 0;
    padding-right: 0;
    margin-right: -10px;
}

.fusion-alignright .wpml-ls-legacy-list-horizontal a {
    display: block;
}

.fusion-post-content-container {
    display: none !important;
}

.startseite_newsfeed .fusion-date-box {
    background: none !important;
    color: #f7a50c !important;
}

/* MEGA MENU DIE KANZLEI TEXT */

.fusion-megamenu-widgets-container{
	color: #3b4251 !important;
	font-size: 14px !important;
}

/* MEGA MENU UNSERE EXPERTISE */

ul#menu-unsere-expertise li a,
ul#menu-unsere-expertise-2 li a,

ul#menu-our-expertise li a,
ul#menu-our-expertise-2 li a,

ul#menu-nasa-podrocja-dela-1 li a,
ul#menu-nasa-podrocja-dela-2 li a{
    font-weight: 600 !important;
}

/* KONTAKTFORMULAR */

span.wpcf7-form-control-wrap.file-626 input.wpcf7-form-control.wpcf7-file{
		color: #3b4251 !important;
}

/* MEGA MENU FORMULAR LABEL*/

.fusion-megamenu-widgets-container .reading-box .form-row.form-row-first label,
.post-content.container .reading-box .form-row.form-row-first label{
	color: #3b4251 !important;
    font-weight: 400 !important;
}

.post-content.container .reading-box .form-row.form-row-first select,
.fusion-megamenu-widgets-container .reading-box .form-row.form-row-first select,
.fusion-megamenu-widgets-container .reading-box .form-row.form-row-first input{
	color: #3b4251 !important;
    font-weight: 400 !important;
}

/* Classes needed by Theme Check */


.sidebar .widget .heading .widget-title, .sidebar .widget .widget-title {
    padding: 9px 0;
}

.single .fusion-sharing-box,
.archive .fusion-sharing-box,
.page-template-page-news .fusion-sharing-box {
    margin-bottom: 0;
}

#media_image-2 {
    padding-top: 30px !important;
}

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

.fusion-header-wrapper .fusion-row {
    padding-left: 0;
    padding-right: 0;
}

.fusion-row.container,
.team-template .post-content.fusion-row.container {
    overflow: visible;
}

.post-template-default.single.single-post main .container,
.page-template-default.has-sidebar main .container,
.team-template main .container {
    max-width: 1145px !important;
    float: none !important;
    position: relative;
}

@media (min-width: 550px) {
	.fusion-header .fusion-logo,
	.fusion-header-wrapper .fusion-row .fusion-alignleft {
		padding-left: 30px;
	}
}

.fusion-main-menu .fusion-menu,
.fusion-header-wrapper .fusion-row .fusion-alignright {
    padding-right: 30px;
}

.layout-wide-mode .fusion-header-wrapper .fusion-row {
    max-width: 1200px !important;
}

.fusion-megamenu-wrapper::before {
    content: '';
    position: absolute;
    left: -1000px;
    right: 0;
    bottom: 0;
    top: 0;
    background: #f2efef;
    width: 5000px;
    /* opacity: 0; */
    border-top: 3px solid #f6a500;
}

.fusion-megamenu-wrapper #menu-item-1793 {
    width: 50%;
}

.fusion-megamenu-wrapper #menu-item-4182{
	width: 25% !important;
}

/* en */

.fusion-megamenu-wrapper #menu-item-4181{
	width: 50% !important;
}

.fusion-megamenu-wrapper #menu-item-1686 {
    width: 25%;
}

/* end en */



/* sl */

.fusion-megamenu-wrapper #menu-item-4919{
	width: 50% !important;
}

.fusion-megamenu-wrapper #menu-item-4920 {
    width: 25%;
}

/* end sl */

.fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-profile__module + .post-content .the_content {
    padding-top: 50px;
}

.hero-profile__module .blockquote-inner {
    position: absolute;
    right: 0;
    top: 50%;
    width: 39%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.hero-profile__module blockquote ,.custom-news blockquote {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}


.team-left-bar blockquote .lawyer + .lawyer {
    margin-top: 35px;
}

.profile-image-xs-bg img {
    width: auto;
    height: 47vh;
    min-height: 400px;
    max-width: none;
}

.hero-profile__module p {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
}

.hero-profile__module footer {
    line-height: 1;
}

.archive main#main,
.page-template-page-news main#main {
    padding-top: 0;
}

.team-template-single-team main#main {
    padding-top: 0;
}

.team-template-single-team main#main .hero-profile__module {
    background: #b9cad2 url("assets/images/PartnerProfile-BG-lg.jpg") 0 0 no-repeat;
    height: auto;
    background-size: cover;
    border-bottom: 3px solid #f7b63d;
}

@media (max-width: 550px) {
    .team-template-single-team main#main .hero-profile__module {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .home.page-template .news-ticker.fusion-layout-column .fusion-column-wrapper{
    	padding: 50px 30px 30px !important;
    }
}

.team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row {
    height: 50vh;
    min-height: 450px;
}

.team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.2;
}

.team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row p {
    font-size: 20px;
    font-style: normal;
}

.team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row p b, .team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row p strong {
    font-size: 20px;
    font-style: normal;
}

.team-template-single-team main#main .hero-profile__module .hero-profile__blockquote .fusion-row .profile-image-xs-bg {
    position: absolute;
    bottom: 0;
    padding-left: 0;
}

.team-left-bar .fusion-sharing-box {
    position: relative;
}

.team-left-bar .fusion-sharing-box .fusion-social-networks a.fusion-icon-vcard {
    background-color: transparent!important;
    border-color: transparent!important;
    color: #f6a500;
    font-size: 35px;
}

.team-left-bar .fusion-sharing-box .fusion-social-networks a.fusion-icon-vcard small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.team-left-bar .fusion-sharing-box .fusion-social-networks a + a.fusion-icon-vcard {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 100;
}

.breadcrumbs-container {
    margin-top: 0px;
    margin-bottom: 31px;
    width: 100%;
    margin-right: 4%;
}

.breadcrumbs-container .fusion-column-wrapper {
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fusion-person{
	text-align: left;
}

.fusion-person .breadcrumbs {
    top: 15px;
    position: relative;
}

@media (max-width: 550px) {
    .fusion-person .breadcrumbs {
        left: 15px;
    }
}

body.has-sidebar #main .sidebar {
    top: -75px;
    padding: 35px;
    position: relative;
    background-color: #fff;
}

.team-left-bar {
    top: -75px;
    padding: 35px;
    position: relative;
    background-color: #fff;
}

@media (min-width: 550px) and (max-width: 900px) {
    .team-left-bar {
        left: -20px;
    }
}

.team-left-bar blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #fff !important;
}

.team-left-bar blockquote h1 ,.custom-news blockquote h1 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    color: #3b4251;
}

.team-left-bar blockquote h1 a ,.custom-news blockquote h1 a {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    color: #3b4251;
}

.team-left-bar blockquote h1:after ,.custom-news blockquote h1:after {
    content: '';
    display: block;
    width: 80px;
    background: #f7b63d;
    height: 2px;
    top: 7px;
    position: relative;
}

.single.single-post .news-slider.fusion-flexslider li{
	border-bottom: none !important;
}

.team-template.team-template-single-team .team-left-bar blockquote ,.custom-news blockquote {
    padding-top: 5px;
    background-color: transparent !important;
    border: none;
}

.team-template.team-template-single-team .team-left-bar blockquote h1 {
    font-size: 21px;
    margin-bottom: 10px;
}

.team-template.team-template-single-team .team-left-bar blockquote h1:after {
    height: 3px;
    top: 10px;
}

.team-left-bar blockquote .field ,.custom-news blockquote .field {
    margin-top: 15px;
    line-height: 1.25;
}

@media (max-width: 550px) {
    .team-left-bar blockquote .field  ,.custom-news blockquote .field {
        font-size: 12px;
        line-height: 16px;
    }
}

.team-left-bar blockquote .field h3 ,.custom-news blockquote .field h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.sidebar .widget .heading .widget-title,
.sidebar .widget .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 35px 0 25px;
    line-height: 1;
}

.team-left-bar blockquote .news h3 ,.custom-news blockquote .news h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 35px 0 25px;
    line-height: 1;
}

.fusion-content-widget-area .widget li,
.team-left-bar blockquote .news > div ,.custom-news blockquote .news-containter > div {
    border-bottom: 1px solid #e5e4e3;
}

.fusion-content-widget-area .widget li + li {
    margin-top: 20px;
}

.fusion-content-widget-area .widget .rpwe-time {
    color: #999;
    font-style: normal;
    font-size: 12px;
}

.team-left-bar blockquote .news time,.custom-news blockquote .news time {
    color: #999;
    font-style: normal;
    font-size: 12px;
}

.sidebar .widget .rpwe-block h3 {
    margin: 14px 0 5px;
    font-size: 14px;
}

.team-left-bar blockquote .news h4 ,.custom-news blockquote .news h4 {
    margin: 14px 0 5px;
    font-size: 14px;
}

@media(max-width: 550px){
	.team-left-bar blockquote .news h4 ,.custom-news blockquote .news h4 {
		line-height: 1.5;
	}
	
	body.page-template-default.page main .fusion-column-wrapper{
		/* padding: 10px !important; */
		/* TODO */
	}
}

.team-left-bar blockquote .field ,.custom-news blockquote .field {
    padding-right: 70px;
}

.team-left-bar blockquote .field + .field ,.custom-news blockquote .field + .field {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.post-template-default.single.single-post .the_content,
.team-template .post-content .the_content,
body.has-sidebar.page-template #content {
    padding-top: 50px;
    padding-right: 50px;
}

.fusion-person .person-desc .person-author .person-title {
    /*font-weight: 400 !important;*/
    font-size: 85%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.team-template .post-content .the_content .fullwidth-box {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.team-template .post-content .team-left-bar {
    width: 40%;
    float: right;
}

body.has-sidebar.page-template:not(.page-template-page-einladung) #main .sidebar {
    width: 40%;
    float: right;
}

.page-template-page-einladung.has-sidebar #content {
    width: 65%;
}

.page-template-page-einladung.has-sidebar #main .sidebar {
    width: 35%;
}

.page-template-page-einladung.has-sidebar #main .sidebar h2{
	color: #f7a50c;
	text-transform: uppercase;
}

.page-template-page-einladung.has-sidebar #main .sidebar [type="text"]{
	margin-bottom: 5px;
}

.page-template-page-einladung #main{
    max-width: 1145px !important;
    margin: 0 auto;	
}

#main #sidebar.sidebar .fusion-sidebar-inner-content {
    padding: 35px;
}

.post-template-default.single.single-post main#main {
    padding-top: 0;
}

.flex-direction-nav,
.post-template-default.single.single-post #sidebar {
    display: none;
}

.page-template-page-news #posts-container .fusion-posts-container > article .fusion-post-wrapper.first-article,
.archive #posts-container .fusion-posts-container > article .fusion-post-wrapper.first-article,
.post-template-default.single.single-post main#main #content.container {
    background-color: #fff;
    border: none;
}

.page-template-page-news #posts-container .fusion-posts-container > article mark,
.archive #posts-container .fusion-posts-container > article mark,
.post-template-default.single.single-post main#main mark {
    display: inline-block;
    background: #f6a500;
    padding: 5px 10px;
    position: relative;
}

.page-template-page-news #posts-container .fusion-posts-container > article .fusion-sharing-box,
.archive #posts-container .fusion-posts-container > article .fusion-sharing-box,
.post-template-default.single.single-post main#main .fusion-sharing-box {
    position: relative;
}

article.has-post-thumbnail .fusion-sharing-box {
    background-color: transparent;
}

.page-template-page-news #posts-container .fusion-posts-container > article mark,
.archive #posts-container .fusion-posts-container > article mark,
.post-template-default.single.single-post main#main mark {
    color: #fff;
    font-weight: 700;
    font-size: 75%;
}

.page-template-page-news #posts-container .fusion-posts-container > article mark a,
.archive #posts-container .fusion-posts-container > article mark a,
.post-template-default.single.single-post main#main mark a {
    color: #fff;
    font-weight: 700;
}

.fusion-person .person-content a:hover {
    color: #f7b63d;
}

.page-template-page-news #posts-container .fusion-posts-container > article time,
.archive #posts-container .fusion-posts-container > article time {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-top: 27px;
    display: inline-block;
}

.page-template-page-news #posts-container .fusion-posts-container > article h1,
.archive #posts-container .fusion-posts-container > article h1 {
    margin-top: 0;
}

.page-template-page-news #posts-container .fusion-posts-container > article time,
.archive #posts-container .fusion-posts-container > article time {
    margin-top: 7px;
}

.page-template-page-news #posts-container .fusion-posts-container > article .fusion-sharing-box h4,
.archive #posts-container .fusion-posts-container > article .fusion-sharing-box h4,
.post-template-default.single.single-post main#main .fusion-sharing-box h4 {
    display: none;
}

.page-template-page-news #sliders-container {
    border-bottom: 3px solid #f6a500;
}

.news-slider.fusion-flexslider li {
    min-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 3px solid #f6a500;
    background-position: center;
}

.news-slider.fusion-flexslider + .container {
    margin-top: -120px;
    position: relative;
    z-index: 50;
    background: #fff;
}

@media (min-width: 1024px) {
    .page-template-page-news #sliders-container + #main #posts-container {
        margin-top: -120px;
    }
}

@media (max-width: 1024px) {
    #main .fusion-portfolio h2,
    #main .post h2,
    #wrapper #main .post h2,
    #wrapper #main .post-content .fusion-title h2,
    #wrapper #main .post-content .title h2,
    #wrapper .fusion-title h2,
    #wrapper .post-content h2,
    #wrapper .title h2,
    .fusion-modal h2,
    .fusion-widget-area h2,
    h2.entry-title {
        font-size: 16px;
    }

    .page-template-page-news #sliders-container + #main #posts-container {
        margin-top: -55px;
    }
}

.archive .news-slider.fusion-flexslider + .container {
    margin-top: -332px;
}

.post-template-default.single .news-slider.fusion-flexslider + .container,
.team-template .news-slider.fusion-flexslider + .container {
    margin-top: -60px;
    background: transparent;
}

.fusion-carousel-title {
    font-size: 29px;
    color: #3b4251;
    line-height: 1;
}

.fusion-carousel-title a {
    font-size: 29px;
    color: #3b4251;
    line-height: 1;
}

.related-posts .fusion-title {
    display: none;
}

.related-posts .fusion-carousel-wrapper .fusion-carousel-item {
    background: #fff;
}

.related-posts .fusion-carousel-wrapper .fusion-carousel-item .excerpt {
    padding-bottom: 50px !important;
}

.related-posts .fusion-carousel-wrapper .fusion-carousel-item .fusion-single-sharing-box {
    padding: 5px !important;
    background-color: #fff !important;
}

.page-template-page-news #posts-container .fusion-posts-container > article:not(.awarded) time,
.archive #posts-container .fusion-posts-container > article:not(.awarded) time,
.page-template-page-news #posts-container .fusion-posts-container > article:not(:first-child) time,
.archive #posts-container .fusion-posts-container > article:not(:first-child) time,
.related-posts .fusion-carousel-wrapper .fusion-carousel-item time {
	color: #f7b63d;
    font-size: 12px !important;
    margin-top: 15px;
}

.page-template-page-news #posts-container .fusion-posts-container > article .first-article time,
.archive #posts-container .fusion-posts-container > article .first-article time{	
    margin-top: 30px;
}

.page-template-page-news #posts-container .post {
    margin-bottom: 30px;
}

.page-template-page-news #posts-container .post .fusion-post-wrapper {
    height: 100%;
}

.col-xs-12.filter {
    margin-bottom: 50px;
}

.col-xs-12.filter .fusion-row {
    max-width: 200% !important;
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-12.filter .fusion-row > div {
    position: relative;
}

@media (max-width: 550px) {
    .col-xs-12.filter .fusion-row > div.col-sm-4.col-xs-12 {
        clear: both;
        padding-top: 30px;
    }
}

.col-xs-12.filter .fusion-row > div button {
    position: absolute;
    right: 9px;
    top: 3px;
    font-size: 30px;
    background: no-repeat;
    border: none;
    color: #666666;
    outline: none;
    cursor: pointer;
}

@media (max-width: 550px) {
    .col-xs-12.filter .fusion-row > div button {
        top: 5px;
    }
}

.col-xs-12.filter select, .col-xs-12.filter [type="text"] {
    width: 100%;
}

.page-template-page-news #posts-container .fusion-posts-container > article .fusion-read-more {
	color: #848b8e;
	margin-top: 10px;
    font-weight: 700;	
}

.page-template-page-news #posts-container .fusion-posts-container > article .fusion-read-more::after{
	display: none;
}

.team-left-bar .fusion-sharing-box {
    margin-top: 0;
    padding: 35px 0 0;
}

.team-left-bar .fusion-sharing-box h4 {
    display: none;
}

.team-left-bar .fusion-sharing-box .fusion-social-networks {
    text-align: left;
}

.team-left-bar .fusion-sharing-box .fusion-social-networks a {
    color: #fff;
    background-color: #f6a500!important;
    border-color: #f6a500!important;
    border-radius: 4px;
	padding: 7px!important;
}

.post-template-default.single.single-post .the_content h1,
.team-template main#main .the_content h1 {
    margin-bottom: 50px;
    font-size: 23px;
    text-transform: uppercase;
    color: #f6a500 !important;
    font-weight: 700;
    line-height: 1.3;
}

.post-template-default.single.single-post .the_content h1 {
    margin-bottom: 10px;
}

.post-template-default.single.single-post .the_content h1 + p {
    margin-bottom: 35px;
}

.team-template.team-template-single-team main#main .the_content h1 {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    color: #3b4251 !important;
}

.fusion-megamenu-widgets-container .widget.widget_nav_menu .menu li {
    display: block;
    float: none;
    text-align: right;
}

.fusion-megamenu-widgets-container .widget.widget_nav_menu .menu li + li {
    margin-top: 10px;
}

.page-template-page-news #posts-container {
    background: transparent;
}

@media (max-width: 900px) {
    .page-template-page-news #posts-container {
        max-width: 100%;
    }
}

.archive #posts-container {
    background: transparent;
}

.archive #posts-container .fusion-posts-container > article {
    position: static !important;
}

.page-template-page-news #posts-container .fusion-posts-container > article.awarded,
.archive #posts-container .fusion-posts-container > article.awarded,
.page-template-page-news #posts-container .fusion-posts-container > article:first-child,
.archive #posts-container .fusion-posts-container > article:first-child {
    width: 100% !important;
    position: static !important;
}

#posts-container .fusion-posts-container > article.filter {
    width: 100% !important;
    position: static !important;
    margin-bottom: 40px;
}

@media(max-width: 550px){
	#posts-container .fusion-posts-container > article.filter [class^="col-"]{
		margin-bottom: 15px;	
	}
}

#posts-container .fusion-posts-container > article h3 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    #posts-container .fusion-posts-container > article h3 {
        font-size: 14px;
    }
}

#posts-container .fusion-posts-container > article h2 a {
    color: #3b4251 !important;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper {
    padding: 0;
    border: none;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-sharing-box{
	padding: 0;
    height: auto;
    background-color: transparent;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper{
	text-align: left;
	margin: 8px 0 15px;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper.first-article .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper{
	text-align: right;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper:not(.first-article){
	margin-bottom: 45px;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper:not(.first-article) .fusion-row.excerpt{
	margin-left: -15px;
	margin-right: -15px;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-sharing-box .fusion-social-networks.boxed-icons a{
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-sharing-box .fusion-social-networks.boxed-icons a + a{
	margin-left: 5px;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-post-content-wrapper {
    padding: 0;
}

.archive #posts-container .fusion-posts-container > article .fusion-post-wrapper {
    padding: 0;
}

.archive #posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-post-content-wrapper {
    padding: 0;
}

#posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-post-content-wrapper .fusion-row.excerpt {
    padding: 0 25px 20px;
}

.archive #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt,
.page-template-page-news #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.archive #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt > div,
.page-template-page-news #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt > div{
	margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle !important;
}

.archive #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt > div .fusion-read-more,
.page-template-page-news #posts-container .fusion-posts-container > article:first-child .fusion-row.excerpt > div .fusion-read-more{
	margin-bottom: 0 !important;
}

.archive #posts-container .fusion-posts-container > article .fusion-post-wrapper .fusion-post-content-wrapper .fusion-row.excerpt {
    padding: 0;
}

#posts-container .fusion-blog-layout-grid {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
}

.fusion-blog-layout-grid .fusion-post-grid {
    position: static !important;
}

.page-template-page-news #posts-container .fusion-posts-container > article .has-image,
.fusion-blog-layout-grid .fusion-post-grid .has-image {
    position: relative;
}

/*.fusion-layout-column.fusion-one-half{
	width: 100% !important;
}*/
.page-template-page-news #posts-container .fusion-posts-container > article .has-image > img + .fusion-row {
    top: 0;
    width: 100%;
}

@media (min-width: 550px) {
    .page-template-page-news #posts-container .fusion-posts-container > article .has-image > img + .fusion-row {
        position: absolute;
    }
}

.fusion-blog-layout-grid .fusion-post-grid .has-image > img {
    width: 100%;
    margin-bottom: 15px;
}

.fusion-blog-layout-grid .fusion-post-grid .has-image > img + .fusion-row {
    top: 0;
    width: 100%;
    position: absolute;
}

.page-template-page-news #posts-container .fusion-posts-container > article .has-image > img {
    width: 100%;
}

@media (min-width: 550px) {
    .page-template-page-news #posts-container .fusion-posts-container > article .has-image > img {
        margin-bottom: 15px;
    }
}

.fusion-person .person-desc {
    margin-top: 15px;
}

.fusion-person .person-content {
    margin-top: 10px;
    color: #3b4251;
    text-align: left;
}

.fusion-person .person-content a {
    color: #3b4251;
}

.fusion-person .person-desc .person-author .person-author-wrapper a {
    color: #3b4251;
}

.fusion-person .person-desc .person-author .person-author-wrapper:after {
    content: '';
    display: block;
    width: 80px;
    background: #f7b63d;
    height: 2px;
    top: 7px;
    position: relative;
}

.fusion-person .person-content p {
    margin-top: 0;
    margin-bottom: 0;
}

.fusion-accordian #accordion-2040-1 .panel-title a .fa-fusion-box:before {
    font-size: 20px !important;
    width: 22px !important;
}

.fusion-accordian .panel-body {
    padding: 25px;
}

.tab-news .news-date.pull-left {
    float: left;
    text-align: center;
    width: calc(100% - 83.33333333%);
}

.panel-body .tab-news h3 {
    font-size: 14px;
}

@media (max-width: 550px) {
    .panel-body .tab-news h3 {
        font-size: 12px;
    }

    .panel-body .tab-news h3 + p {
        font-size: 10px;
    }
}

.tab-news .news-date.pull-left h5 {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: 700;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #f7b63d;
}

.tab-news .news-date.pull-left p {
    color: #f7b63d;
}

.panel-body .tab-news h5 {
    margin: 0;
}

.panel-body .tab-news h3 {
    margin: 0;
}

.panel-body .tab-news h3 a {
    color: #3b4251;
}

.panel-body .tab-news h3:hover a {
    color: #f7b63d;
}

.fusion-megamenu [id^="the_holiday_calendar"] .heading {
    padding-left: 15px;
}

.fusion-megamenu [id^="the_holiday_calendar"] table {
    width: 100%;
    table-layout: fixed;
}

.fusion-megamenu .thc-calendar caption {
    font-weight: 700;
    text-align: left;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.fusion-megamenu .thc-calendar th, .fusion-megamenu .thc-calendar td {
    text-align: center;
    width: 14.2857142857%;
}

.fusion-megamenu .thc-calendar tbody tr:not(.thc-calendar-navigation) td a {
    display: inline-block;
    background-color: #f7b63d;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #333;
    text-decoration: none;
}

.fusion-megamenu .thc-calendar .thc-calendar-navigation td {
    padding-top: 25px;
}

.fusion-megamenu .thc-calendar .thc-calendar-navigation td:first-child {
    text-align: left;
    padding-left: 15px;
}

.fusion-megamenu .thc-calendar .thc-calendar-navigation td:last-child {
    text-align: right;
    padding-right: 15px;
}

.fusion-megamenu .rpwe-block li {
    margin-bottom: 0;
}

.fusion-megamenu .rpwe-block li + li {
    margin-top: 25px;
}

.fusion-megamenu .rpwe-title {
    font-size: 14px;
    font-weight: 700;
    color: #f7b63d;
}

.fusion-megamenu .rpwe-title a {
    font-size: 14px;
    font-weight: 700;
    color: #f7b63d;
}

.fusion-megamenu .rpwe-title time {
    font-size: 14px;
    font-weight: 700;
    color: #f7b63d;
    padding-right: 5px;
}

.fusion-megamenu .rpwe-summary {
    font-size: 14px;
    line-height: 1.4;
}

.fusion-layout-column .fusion-column-content-centered, .fusion-layout-column.fusion-blend-mode .fusion-column-inner-bg-image {
    min-height: auto !important;
}

.fusion-megamenu-widgets-container.second-level-widget {
    height: 100%;
    /*display: flex;
    flex-direction: column;*/
}

.menu-item-1769 .fusion-megamenu-widgets-container.second-level-widget .widget_nav_menu{
	margin-top: 55px !important;
}

.fusion-megamenu-widgets-container.second-level-widget .widget.widget_media_image {
    width: 100%;
    margin: auto;
}

.fusion-megamenu-widgets-container.second-level-widget .widget.widget_media_image img {
    /*height: calc(100% - 20px) !important;*/
    width: 100%;
}

.fusion-megamenu-widgets-container .widget.widget_text:not(.widget-first) {
    display: flex;
    vertical-align: middle;
    text-align: right;
    width: 100%;
}

.fusion-megamenu-widgets-container .widget.widget_text h3{
	font-size: 16px;
	line-height: 1.5;
}

.fusion-megamenu-widgets-container .widget.widget_nav_menu, 
.fusion-megamenu-widgets-container .widget.widget_text .textwidget {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

#main .fullwidth-box .fusion-row.team-rows {
    margin-left: -15px;
    width: calc(100% + 30px);
}

#main .fullwidth-box .fusion-row.team-rows .fusion-column-wrapper {
    padding: 15px;
}

.startseite_newsfeed > .columns > .column {
    display: flex !important;
}

.startseite_newsfeed > .columns > .column > div {
    margin-top: 0;
    padding-top: 0;
}

.startseite_newsfeed > .columns > .column > div.recent-posts-content {
    width: calc(100% - 52px);
}

.startseite_newsfeed > .columns > .column > div p {
    padding-left: 0px !important;
}

.page-template-page-team .post-content.container {
    max-width: 1100px;
}

.page-template-page-team #main{
	padding-top: 10px;
}

@media (max-width: 900px) {
    .page-template-page-team .post-content.container {
        max-width: 100%;
    }
}

.page-template-page-team .post-content.container .reading-box {
    padding-left: 0;
    padding-right: 0;
}

.page-template-page-team .post-content.container .fusion-reading-box-container{	
    margin-bottom: 15px !important;
}

@media (min-width: 900px) {
    .page-template-page-team .post-content.container .reading-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-template-page-team .post-content.container .reading-box .form-row.form-row-first {
        float: left;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 550px) and (max-width: 900px) {
    .page-template-page-team .post-content.container .reading-box .form-row.form-row-first {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-page-team #main .fullwidth-box .fusion-row.team-rows > .person-container {
        width: 50% !important;
    }
}

.page-template-page-team .post-content.container .reading-box .form-row.form-row-first label,
.page-template-page-team .post-content.container .reading-box .form-row.form-row-first input,
.page-template-page-team .post-content.container .reading-box .form-row.form-row-first select {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #9c9c9c !important;
    font-weight: 500 !important;
}

.page-template-page-team .post-content.container .reading-box .form-row.form-row-first button {
    top: -6px;
    line-height: 13px;
    padding: 14px 29px;
    position: relative;
}

@media (min-width: 550px) and (max-width: 900px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1025px) {
    body {
        line-height: 1.5;
    }

    footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 900px) {
    .page-template-page-news #main .fusion-row.excerpt .col-sm-3 {
        float: left;
        width: 25%;
    }

    .page-template-page-news #main .fusion-row.excerpt .col-sm-3 time {
        font-size: 24px !important;
    }

    .fusion-builder-row.fusion-row {
        display: flex;
        flex-flow: wrap;
    }

    .fusion-builder-row.fusion-row > div {
        order: 1;
        width: 100%;
    }

    .fusion-builder-row.fusion-row > div.no-side-borders {
        order: 0;
    }

    footer .fusion-columns .fusion-column {
        margin-bottom: 0;
    }

    .overflow-hidden {
        overflow: hidden !important;
    }

    body {
        font-size: 12px;
        line-height: 16px;
    }

    body.overflow-hidden {
        height: 100vh !important;
    }

    body.page-template-default.page main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.page-template-default.page main .fusion-column-wrapper {
        padding-top: 0 !important;
    }

    body.page-template-default.page main > .container {
        max-width: 100% !important;
    }

    .margin-left-100 {
        margin-left: 0 !important;
    }

    #wp-admin-bar-avada,
    #wp-admin-bar-new_draft {
        display: none !important;
    }

    #toTop {
        right: 25px;
    }

    .fusion-header-has-flyout-menu .fusion-flyout-menu {
        margin-top: 120px !important;
    }

    .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li {
        padding: 0;
    }

    .fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons {
        margin-top: 0;
    }

    body.home .image-column + div,
    body.home .image-column + div > .fusion-column-wrapper {
        min-height: auto !important;
    }

    body.home .NEWSTICKER .fusion-column-wrapper {
        min-height: auto !important;
        padding: 60px 30px 0 30px !important;
    }

    body.home .NEWSTICKER .fusion-column-wrapper .fusion-text.margin-left-100 p {
        text-align: center !important;
    }

    body.home .width-100 .nonhundred-percent-fullwidth {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 15px !important;
    }

    body.home .width-100 .nonhundred-percent-fullwidth h2 {
        margin-bottom: 0 !important;
        text-align: center !important;
    }

    body.home main .fusion-row {
        display: flex;
        flex-flow: wrap;
    }

    body.home main .fusion-row > div {
        order: 1;
    }

    body.home main .fusion-row > div.image-column {
        order: 0;
    }

    body.home main .fusion-row > div.image-column > .fusion-column-wrapper {
        height: 350px !important;
        min-height: auto !important;
    }
}

.visible-xs {
    display: none;
}

@media (max-width: 550px) {
    .fusion-modal h1,
    .fusion-widget-area h1,
    .post-content h1 {
        font-size: 27px;
    }

    .visible-xs {
        display: block !important;
    }

    #post-1700 .post-content .fusion-fullwidth > .fusion-row {
        display: flex;
        flex-flow: wrap;
    }

    #post-1700 .post-content .fusion-fullwidth > .fusion-row > div:nth-child(2) {
        order: 3;
    }

    #post-1957 .post-content .fusion-fullwidth > .fusion-row {
        display: flex;
        flex-flow: wrap;
    }

    #post-1957 .post-content .fusion-fullwidth > .fusion-row > div:nth-child(3) {
        order: 3;
    }

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

    .col-xs-6 {
        width: 50%;
        float: left;
    }

    .hidden-xs {
        display: none !important;
    }

    body.has-sidebar #main #content {
        margin-bottom: 0 !important;
    }

    body.has-sidebar #main .sidebar {
        left: 0 !important;
        top: -35px !important;
        position: relative !important;
        margin-bottom: 30px !important;
        z-index: 1000 !important;
    }    

    body.has-sidebar #main .sidebar.scroll-to-fixed-fixed + div {
        display: none !important;
    }

    .news-slider.fusion-flexslider li {
        height: auto !important;
        min-height: auto !important;
    }

    .post-template-default.single.single-post main .container,
    .page-template-default.has-sidebar main .container,
    .team-template main .container {
        max-width: 100% !important;
    }

    .team-template .post-content .fusion-builder-row > .row {
        display: flex;
        flex-flow: wrap;
    }

    .team-template .post-content .fusion-builder-row > .row > .team-left-bar {
        order: 0;
    }

    .team-template .post-content .fusion-builder-row > .row > .the_content {
        order: 1;
    }

    .team-template .hero-profile-inner .fusion-row .blockquote-inner {
        display: none;
    }

    .team-template .hero-profile-inner .fusion-row .profile-image-xs-bg {
        position: absolute;
        bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
        height: 100%;
    }

    .team-template .hero-profile-inner .fusion-row .profile-image-xs-bg img {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .post-template-default.single.single-post .the_content,
    .team-template .post-content .the_content,
    body.has-sidebar.page-template #content {
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        float: none;
    }

    .post-template-default.single.single-post .the_content + .team-left-bar,
    .team-template .post-content .the_content + .team-left-bar,
    body.has-sidebar.page-template #content + .team-left-bar {
        left: 30px !important;
        top: 20px !important;
        width: calc(100% - 30px);
        position: relative !important;
        z-index: 1000 !important;
        float: none;
    }

    .post-template-default.single.single-post .the_content + .team-left-bar.scroll-to-fixed-fixed + div,
    .team-template .post-content .the_content + .team-left-bar.scroll-to-fixed-fixed + div,
    body.has-sidebar.page-template #content + .team-left-bar.scroll-to-fixed-fixed + div {
        display: none !important;
    }
}

@media(max-width: 768px){
	.page-template-page-einladung.has-sidebar #main .sidebar{
		top: 0 !important;
		padding-top: 50px;
	}	
}


.team-template-single-team main#main{
    padding-left: 0;
    padding-right: 0;
}


.post-template-default.single.single-post main#main .fusion-row,
.team-template-single-team main#main .fusion-row{
    max-width: 100%;
}
#popmake-6072 .pum-close {
	background: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	color: #707070;
	border: 0;
	right: -29px;
	top: -18px;
	font-size: 30px;
}
#popmake-6072{
	max-width: 395px!important;
	border: 0!important;
	border-radius: 13px!important;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4) !important;
	position: relative;
	background: #fff;
	text-align: center;
}
#popmake-6072:before{
	content: '';
	width: 100%;
	height: 228px;
	background-image: url('https://scherbaum-seebacher.at/wp-content/uploads/2020/03/popup-image@2x.png') ;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-position-y: -12px;
	margin-bottom: 5px;
}
#pum-6072{
	background-color: rgba(255, 255, 255, 0.7);
}
#popmake-6072 h2{
	font-size: 32px;
	color: #F4A60D;
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 1.2em;
	margin-bottom: 1em;
}
#popmake-6072 h2:after{
	content: '';
	display: inline-block;
	width: 100px;
	height: 3px;
	background: #F4A60D;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 50px);
}
#popmake-6072 p{
	color: #F4A60D;
	text-align: center;
	font-size: 18px;
}
#popmake-6072 a{
	display: inline-block;
	margin: 0 auto;
	padding: 3px 10px;
	color: #fff;
	background: #F4A60D;
	font-size: 15px;
	margin-bottom: 10px;
}
.menu-item.bold a{
	font-weight: bolder;
}
.menu-item.orange a{
	color: #F4A60D;
}
.custom-nav{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.custom-nav a{
	display: none;
}
.custom-nav a.active{
	display: inline-block;
}
.custom-nav .custom-prev{
	margin-left: auto;
}
#custom-filter{
	width: 100%;
}
.custom-news .one-news{
	display: none;
}
.custom-news .one-news.active{
	display: block;
}
.lds-ellipsis {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 80px;
	height: 80px;
}

.custom-news .news.loading .lds-ellipsis {
	display: block;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #F4A60D;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
.fusion-row .tab-news{
	flex-direction: column;
}
.fusion-theme-sharing-box.share-box h4 {
    display: none;
}
body .fusion-theme-sharing-box {
    display: table;
    margin-bottom: 0;
    margin-top: 0px;
    height: initial;
    width: 100%;
    background-color: transparent;
    padding:0;
}
body .fusion-theme-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    margin: 0;
    margin-left: 5px;
    padding: 5px;
    font-size: 12px;
}
body .fusion-theme-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon:nth-child(1) {
    margin: 0;

}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
@media only screen and ( max-width: 800px ){
	.text-with-tables table tr{
		width: 100%;
		display: flex;
		flex-direction: column;
		height: auto!important;
		font-size: 1rem;
		line-height: 1.3em;
		margin-bottom: 1rem;
	}
	.text-with-tables table td{
		width: 100%!important;
		height: initial!important;
	}
	body.has-sidebar.page-template #content {

		 padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#main #sidebar.sidebar .fusion-sidebar-inner-content {
		padding: 0px;
	}
}
