/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Christian Sommermeier
Template: enfold
*/

/*Add your own styles here:*/

/*Custom Fonts*/


[class^="gw-icon-"], [class*=" gw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gw-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gw-icon-arrow-highlight:before {
  content: "\e900";
  color: #1786fb;
}

.gw-icon-arrow-right:before {
  content: "\e900";
    color: #ffffff;
    display: block;
    transform: rotate(90deg);
    transform: rotateZ();
    position: absolute;
    top: -10px;
    left: 10px;
	transition: color 0.2s ease-in-out;
}

.gw-icon-facebook:before{
	content: "\e905";
  color: #ffffff;
}

.gw-icon-xing:before{
	content: "\e90b";
  color: #ffffff;
}
.gw-icon-linkedin:before{
	content: "\e908";
  color: #ffffff;
}

.social-icon:hover:before{
	color:#DDC67B;
	transition: 0.2s;
}

.social-icon:hover{
	text-decoration:none;
}

#footer .social-icon{
	font-size:32px;
	margin-right:5px;
}

/*General styles*/

html,p, a{
	font-weight:300;
	line-height:1.5;
	font-size:20px;
	text-decoration:none;
}

#top .all_colors p{
margin-top:0px;	
}

p strong{
	font-weight:500;
}

h1,h2,h3,h4,h5{
	padding-bottom:0.5em;
}

body .av-special-heading h1.av-special-heading-tag,
body .av-special-heading h2.av-special-heading-tag,
body .av-special-heading h3.av-special-heading-tag {
	padding-bottom:1em;
}

.av-special-heading{
	padding-bottom:0px !important;
}

a:hover,
#top h1 a:hover, 
#top h2 a:hover, 
#top h3 a:hover, 
#top h4 a:hover, 
#top h5 a:hover, 
#top h6 a:hover{
	color:#1681fb;
}

#top #wrap_all .all_colors h1.av-special-heading-tag{
	font-weight:400;
}

.special_amp{
	font-family: inherit;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
	color:inherit !important;
	
}

#top #wrap_all .all_colors h2{
	font-weight:300;
	line-height:1.2em;
}

#top #wrap_all .all_colors h4{
	font-weight:400;
	line-height:1em;
}

.blue{
	color: #1681fb;
}

.arrow.blue,
.arrow.blue:before,
.arrow.blue:after {
	background: #1681fb;
}

#top .avia-button.avia-color-dark{
	border-color:#1f0315;
	color:#1f0315;
}


#top .btn-blue .avia-button.avia-color-dark{
	border-color:#1680FB;
	color:#1680FB;
}

#top .avia-button,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button{
	  border-radius: 32px;
	  font-size: 18px;
	  padding:12px 36px;
	  font-style:italic;
	  font-weight:600;
	  position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-align: center;
      border: 2px solid rgb(255, 255, 255);
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: wrap;
      z-index: 0;
}

#top .avia-button:hover{
	border-color:#1681fb;
	background-color:#1681fb;
	color:#ffffff;
}


#top .avia-button::before,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:before {
      position: absolute;
      content: "";
      background: rgb(22, 129, 251);
      transition-duration: 0.3s;
      z-index: -1;
      inset: 0px auto auto 0px;
      width: 0px;
      height: 100%;
      opacity: 1;
}

#footer .avia-button::before, 
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:before {
      background: rgb(255, 255, 255);
}


#top .avia-button.avia-color-theme-color::before,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:before{
      background: rgb(227, 93, 66);
}

#top .avia-button:hover::before,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover::before{
      width: 100%;
      height: 100%;
      opacity: 1;
} 
 

#top .avia-button:hover,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover{
      color: rgb(255, 255, 255);
      background: rgb(22, 129, 251);
	  opacity:1;
      transition: color 0.3s ease 0s, background 0s ease 0.3s;
} 

#top .btn-blue .avia-button:hover {
      color: rgb(255, 255, 255);
} 


#top .avia-button.avia-color-theme-color:hover,
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
      background: rgb(227, 93, 66);
} 

#footer .avia-button:hover
{
    color: rgb(31, 3, 21);
    background: rgb(255, 255, 255);
    transition: color 0.3s ease 0s, background 0s ease 0.3s;
	border-color:#ffffff;
} 


/* Style mobile menu costum link as button */
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item-type-custom.mega-menu-item-1791 > a.mega-menu-link{
	margin-top:40px;  
	border-radius: 32px;
	  font-size: 18px;
	  line-height:24px !important;
	  padding:12px 12px;
	  font-style:italic;
	  font-weight:600 !important;
	  position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-align: center;
      border: 2px solid rgb(22, 128, 251);
      text-decoration: none;
      color: rgb(22, 128, 251) !important;
      white-space: nowrap;
      z-index: 0;
}

/* End style mobile menu costum link as button */

.entry-content-wrapper li{
	font-weight:300;
	font-size:20px;
}

.font-bold{
	font-weight:500;
}

.font-italic{
	font-style:italic;
}

.main_color strong, .main_color b{
	/*color:#1f0315;*/
	color:inherit !important;
	font-weight:500;
}

.main_color strong > a{
	color:#1681fb !important;
	font-weight:inherit;
}

.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2{
	text-transform:none;
}

.looks-like-h1 h2{
	font-size:80px;
	line-height:1em;
}
@media only screen and (min-width: 768px){
	.looks-like-h1 h2{
		line-height:normal;
	}
}

.bold,
.bold > h1,
.bold > h2,
.bold > h3{
	font-weight:500 !important;
}

body .av-special-heading.classic-quote > *{
	font-family:'Rubik', sans-serif;
}

#top #wrap_all .all_colors h3.iconbox_content_title{
	font-size:1.10em;
}

/* header */
/*#header.header-scrolleda .logo a{
background-image: url(https://dev-2022.agenturgrunwald.de/wp-content/uploads/2022/09/logo-grunwald-black.svg);
background-size: contain;
background-repeat: no-repeat;
}*/

#header.header-scrolled .logo a svg g path{
fill: #1f0315;
	fill:#1681fb;
}

@media only screen and (max-width: 989px){
	#header .logo a svg g path{
		fill: #1f0315;
		}
	
		.responsive .logo a {
			z-index: 999;
		}
	}

@media only screen and (min-width: 991px){
	#top .av_header_transparency.av_alternate_logo_active .logo a > img, 
	#top .av_header_transparency.av_alternate_logo_active .logo a > svg{
		opacity:1;
		overflow:initial;
	}
}

/* header scrolled - minimize elements */

.header-scrolled .logo {margin-top:13px;}
.header-scrolled .logo a {
	max-height:22px !important;
}


.header-scrolled #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link{
	height:50px;
	line-height:50px;
	color:#1f0315;
}

.header-scrolled #mega-menu-wrap-avia #mega-menu-avia > li.mega-current-menu-item > a.mega-menu-link{
	color:#1681fb;
}

.header-scrolled #cta-appointment a,
.header-scrolled #cta-appointment .gw-icon-arrow-right:before,
.av_header_sticky #cta-appointment a,
.av_header_sticky #cta-appointment .gw-icon-arrow-right:before {
	color:#1f0315;
	font-size:14px;
	line-height:1em;
}


.av_header_transparency #cta-appointment .gw-icon-arrow-right:before
{
	color:#ffffff;
}

.dark-header .av_header_transparency #cta-appointment .gw-icon-arrow-right:before
{
	color:#1f0315;
}

/* Logo tagline */
.logo .subtext > span{
	color: #1f0315;
    position: absolute;
    opacity: 1;
    left: 170px;
	width:160px;
	/*display:none;*/
    font-size: 12px;
    bottom: 29px;
    z-index: 10000;
    line-height: 12px;
	left: 0;
    top: 50px !important;
}


@media only screen and (min-width: 480px){
.logo .subtext > span{
	display:inline-block;
	
	}
}

@media only screen and (min-width: 768px){
.logo .subtext > span{
	bottom: 34px;
	}
}

.header-scrolled .logo .subtext > span{
	color: #1681fb;
	}

.logo a{
	overflow:visible;
}

.header-scrolled .subtext > span{
	top: 10px !important;
	right: -160px;
	left: 185px !important;
}

.av_header_transparency .subtext > span{
	color: #ffffff;
}

.dark-header .av_header_transparency .subtext > span{
	color:#1f0315;
}

@media only screen and (max-width: 767px){
.av_header_transparency .subtext.avia-svg-logo-sub > span{
	top: 10px;
	right: 105px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1330px){
.logo .subtext > span{
	display:none;
	}
}

@media only screen and (max-width: 990px){
.av_header_transparency .logo .subtext > span{
	color: #1f0315;
	right: -160px;
	}
}

@media only screen and (min-width: 990px){
.logo .subtext > span{
	left: 225px;
    bottom: 34px;
	}
}

.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate, 
.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext{
	display:block !important;
}

.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext > svg{
	display:none;
}

/* Main menu */

#header_main .inner-container{
	display:flex;
	flex-direction: row;
	justify-content:space-between;
}

#header_main .inner-container .avia-svg-logo{
	position:relative;
	overflow:visible;
	padding-bottom:12px;
	}

@media only screen and (min-width: 990px){
#header_main .inner-container .avia-svg-logo{
	padding-bottom:0px;
	}
}

.dark-header #header_main .inner-container .avia-svg-logo .a{
	fill:#1f0315;
}

#header_main .inner-container .main_menu{
	position:relative;
	}

#header .avia_mega_div > .sub-menu {
	display: flex !important;
	flex-direction:column !important;
	flex-wrap:wrap !important;
	max-height:580px !important;
}

#top #header .avia_mega_div > .sub-menu > li{
	padding-bottom:20px;
}
#top #header .mega_menu_title a{
	font-size:24px;
	font-weight:400;
	position: relative;
    padding: 12px 0 12px 46px;
	width:auto;
	color: #1f0315;
}


#top #header .mega_menu_title a:hover{
	text-decoration:none;
	color: #1680fb;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a{
    padding: 12px 12px 12px 0px;	
}

#top #header .avia_mega_div .avia-bullet{
	display:none;
	left:0px;
}


#header .avia-svg-logo svg{
	max-width: 160px;
}

@media only screen and (min-width: 1024px){
	#header .avia-svg-logo svg{
	max-width: 180px;
	}
}

@media only screen and (min-width: 1100px){
	#header .avia-svg-logo svg{
	max-width: 215px;
	overflow:initial;
	}
}

#top .widget_nav_menu li{
	font-size:1em;
}

#top .widget_nav_menu li a{
	font-size: 1em;
    line-height: 1em;
    padding-bottom: 5px;
}

.menu a, 
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
  display: inline-block !important;
  position: relative;
	transition:all 0.3s;
	font-size:18px;
	padding:0;
}

/*
@media only screen and (min-width: 992px){
	.menu a, 
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
		padding:0;
	}
} */

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:hover {
  color: #1680fb;
}

#footer .menu a {
  color: #ffffff;
}

.menu a:after, 
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-avia #mega-menu-avia li.mega-menu-item a.mega-menu-link:after{
  content: "";
 display:block;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1680fb;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link
{
	color:#ffffff;
}

.header-scrolled #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color:#1f0315;
}

.av_header_sticky #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link
{
	color:#1f0315;
}

.av_header_sticky #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:hover
{
	color:#1680fb;
}


@media only screen and (min-width: 992px){
	.av_header_transparency #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link
	{
	color:#ffffff;
	}
}

.dark-header .av_header_transparency #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link
{
	color:#1f0315;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:hover:active{
	color:#1680fb;
	transition:all 0.3s;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color:#1680fb !important;
}

#footer .menu a:after{
	background-color: #ffffff;
}

@media only screen and (min-width: 992px){
	.menu a:hover:after, #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:hover:after {
	  transform: scaleX(1);
	  transform-origin: bottom left;
	}
}

.header_color .main_menu .menu ul li a:hover, 
.header_color .main_menu .menu ul li a:focus, 
.header_color .av-subnav-menu ul a:hover, 
.header_color .av-subnav-menu ul a:focus{
	background-color:transparent;
}

.mega-menu-column{
	border-right:1px solid #ededed;
}


#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before{
	display:none !important;
}

/* Mobile Menu */

@media only screen and (max-width: 991px){
	#mega-menu-wrap-avia .mega-menu-toggle.mega-menu-open + #mega-menu-avia{
		padding-bottom:40px;
	}
	
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item {
		max-width: 85%;
		width:85%;
		margin: 0 auto;
		border-bottom:1px solid #ddd;
	}
	
	#mega-menu-wrap-avia #mega-menu-avia > #mega-menu-item-1791 {
		border-bottom:0px;
	}
	
	.av_header_sticky #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link{
		width:100%;
		height:50px;
		line-height:50px;
		font-weight:400;
	}
	
	#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
		margin:0px !important;
	}
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	padding: 13px 0px 13px 10px;
	line-height:24px;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item-has-children > a.mega-menu-link,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item-743 > a.mega-menu-link{
	color:#b7a362;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item > a.mega-menu-link{
	color:#1681fb;
}

/* Blue background color for mobile header*/

#header.mobile-menu-open.negative{
    background-color: #1681fb !important;
	transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
}

#header.mobile-menu-open.negative .logo a svg g path{
	fill:#ffffff;
}


#header.mobile-menu-open.negative #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#header.mobile-menu-open.negative #mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color:#ffffff;
}

#header.mobile-menu-open.negative.av_header_transparency .logo .subtext > span{
	color: #ffffff;
}

/* Menu icons */
#mega-menu-wrap-avia #mega-menu-avia .mega-menu-column .mega-menu-item-has-children > a.mega-menu-link:before,
#mega-menu-item-135 .mega-menu-link:before{
  font-family: 'gw-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	margin-right:0px;
  padding-right:10px;
  font-size:1.5em;
	display:inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

#mega-menu-item-137 a:before{
content: "\e909";  /*Online-Marketing*/
  color: #1F0315;
}

#mega-menu-item-122 a:before{
content: "\e903"; /*brand*/
  color: #1F0315;
}

#mega-menu-item-134 a:before{
content: "\e906";  /*handelsmarketing*/
  color: #1F0315;
}


#mega-menu-item-128 a:before{
content: "\e904";  /*e-commerce*/
  color: #1F0315;
}


#mega-menu-item-135 a:before{
content: "\e907";  /*lager*/
  color: #1F0315;
	font-size:1.5em !important;
}

/* Mobile Menu */
.av-burger-overlay-bg{
	background:#ffffff;
	opacity:1;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a{
	color:#1F0315;
	text-align: left;
}

.html_av-overlay-full #av-burger-menu-ul li a:hover, 
.html_av-overlay-full #av-burger-menu-ul li a:active,
.html_av-overlay-full #av-burger-menu-ul li a:focus{
	opacity:1;
	color:#1680fb !important;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li{
	padding-left:20px;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li li{
	margin-bottom:10px;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-cloned-title{
	margin-top:10px;
}

.html_av-submenu-hidden .av-submenu-indicator{
	font-size:20px;
	opacity:1;
}

/** Mobile Header menu **/

#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background-color: #1f0315;
}

.responsive #top #wrap_all .main_menu{
	display:flex;
	align-items:center;
}

@media only screen and (min-width: 768px) and (max-width: 989px){
	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
	display:flex;
		}	
}

.responsive.html_mobile_menu_tablet .av-burger-menu-main{
	display:none;
}

/* Header CTA **/
#custom_html-4{
  padding:0px;
  display: none;
  flex-direction: row;
  align-items: center;
}

@media only screen and (min-width: 992px){
	#custom_html-4{
		display:flex;
	}
}

#cta-appointment{
	color:#1f0315;
    font-weight: 300;
    padding-top: 0px;
    line-height: 1.2em;
    font-size: 16px;
    height: 40px;
	width:110px;
    text-align: right;
}

.av_header_transparency #cta-appointment{
		color: #fff;
}

#cta-appointment a{
	color:#1f0315;
    font-size:16px;
	transition: all 0.2s ease-in-out;
}

.av_header_transparency #cta-appointment a{
		color: #fff;
}

.dark-header .av_header_transparency #cta-appointment a{
	color:#1f0315;
}

#cta-appointment a:hover{
	text-decoration:none;
	color:#1680fb;
}

#cta-appointment a:hover .gw-icon-arrow-right:before{
	color:#1680fb;
}

#cta-appointment span{
	position: relative;
}


#cta-appointment > .custom-html-widget{
	height: 90px;
    display: flex;
    align-items: center;
}

/* Content */
.content{
	padding-top:60px;
	padding-bottom:60px;
}

@media only screen and (min-width: 990px){
		.content{
			padding-top:120px;
			padding-bottom:120px;
		}
	}

.no-border{
	border:none !important;
}

.white-text h2{
	color:#ffffff !important;
}

/*.inset-shadow span{  
  color: transparent !important;
 background-color: #D5C1FF;
  text-shadow: 2px 2px 3px rgba(193,187,244,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}*/

.floating-title h2, .floating-title p{
	display:inline;
	padding-right:5%;
}

.floating-title{
	padding-right:5%;
}

.box-shadow{
	box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.31);
-webkit-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.31);
}

@media only screen and (max-width: 767px){
		#top .av_textblock_section .avia_textblock.av_multi_colums{
			column-count: 1 !important;
		}
	}

/*Special numbers homepage*/
.special-numbers-wrapper .number{
	font-size: 40vw; 
	line-height: 40vw; 
	font-weight:400;
}

@media only screen and (min-width: 767px){
	.special-numbers-wrapper .number{
	font-size: 21vw; 
	line-height: 18vw; 
	}
}

.special-numbers-wrapper .special-numbers-text{
	font-style: italic;
    font-weight: 600;
    font-size: 28px;
    text-decoration: underline;
    line-height: 1em;
}

.special-numbers-wrapper > p{
	margin-top:0px;
}

/** Accordions, Toggles **/
 
.js_active .av-elegant-toggle h2.toggler, 
.avia-admin-preview-container .av-elegant-toggle h2.toggler{
	font-size:24px;
}

@media only screen and (min-width: 767px){
	.js_active .av-elegant-toggle h2.toggler, 
	.avia-admin-preview-container .av-elegant-toggle h2.toggler{
		font-size:32px;
	}
}

@media only screen and (min-width: 990px){
	.js_active .av-elegant-toggle h2.toggler, 
	.avia-admin-preview-container .av-elegant-toggle h2.toggler{
		font-size:44px;
	}
}

.togglecontainer  {
	margin:0px;
}
.faqs{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.togglecontainer .single_toggle {
	margin:0px;
	}

.faqs section {
    width: 100%;
	box-shadow: 1px 3px 6px 0px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 6px;
}

#top .faqs .toggler {
    font-size:20px;
	font-weight:500;
}

.faqs .toggle_content p {
   margin-top:0px;
}

.faqs .toggle_icon {
   top:30px;
   left:22px;
}

.js_active .toggler, 
.avia-admin-preview-container .toggler{
	    padding: 15px 15px 15px 45px;
}

.services-accordion .togglecontainer .activeTitle {
	color:#1680fb !important;
	}


.services-accordion .av_toggle_section .single_toggle{
	border-top: 1px solid #707070;
	display: flex;
    justify-content: left;
    flex-flow: column;
}

@media only screen and (min-width: 990px){
	.services-accordion .av_toggle_section .single_toggle{
			flex-flow: row;
		}
	}


.services-accordion .av_toggle_section .single_toggle .toggler{
	width:100%;
	min-width:100%;
	transition:color 0.5s;
	position:initial;
	padding: 35px 55px 50px 0px;
}


@media only screen and (min-width: 768px){
	.services-accordion .av_toggle_section .single_toggle .toggler{
			padding: 35px 55px 70px 0px;
		}
	}

.services-accordion .av_toggle_section .single_toggle .toggler.activeTitle{
	min-width:auto;
}

	@media only screen and (min-width: 990px){

		.services-accordion .av_toggle_section .single_toggle .toggler.activeTitle{
			min-width:400px;
		}
	}

	@media only screen and (min-width: 1200px){

		.services-accordion .av_toggle_section .single_toggle .toggler.activeTitle{
			min-width:600px;
		}
	}

.services-accordion .av_toggle_section .single_toggle .toggle_content{
	background-color:transparent;
	padding-top:35px;
}

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

		.services-accordion .av_toggle_section .single_toggle .toggle_content{
			padding:0 0 30px 0;
		}
	
		.services-accordion .av_toggle_section .single_toggle .toggler{
		padding-left:0px;
		}
	}

.services-accordion .av_toggle_section .single_toggle .toggle_icon .vert_icon,
.services-accordion .av_toggle_section .single_toggle .toggle_icon .hor_icon{
	display:none;
}

.services-accordion .av_toggle_section .single_toggle .toggle_icon:before{
	 font-family: 'gw-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e90a";
  color: #1f0315;
}

.services-accordion .av_toggle_section .single_toggle:hover .toggle_icon:before,
.services-accordion .av_toggle_section .single_toggle .toggler:hover{
  color: #1786fb !important;
  background:transparent;
}

.services-accordion .av_toggle_section .single_toggle .toggle_icon{
	top: 52px;
    right: 0;
	opacity:1;
}

@media only screen and (min-width: 990px){
		.services-accordion .av_toggle_section .single_toggle .toggle_icon{
			right: 12px;
		}
	}

/* Special toggler icon right */


.services-accordion .av_toggle_section .toggler .toggler.activeTitle.toggle_icon{
	position: absolute;
    right: 0;
    position: absolute;
    z-index: 4;
    left: auto;
    background: transparent;
    width: 32px;
    min-width: 32px;
    line-height: 1;
    font-size: 24px;
    width: 24px;
   	height: 24px;
    padding: 0px;
    top: 52px;
	opacity:1;
}

@media only screen and (min-width: 990px){
		.services-accordion .av_toggle_section .toggler .toggler.activeTitle.toggle_icon{
		width: 64px;
    	min-width: 44px;
    	line-height: 1;
    	font-size: 44px;
    	width: 44px;
   		 height: 44px;
	    top: 40px;
		}
	}

.services-accordion .av_toggle_section .toggler.activeTitle .toggler.activeTitle.toggle_icon:before{
	content: "\e90c";
}

.services-accordion .av_toggle_section .toggler.activeTitle:hover .toggler.activeTitle.toggle_icon:before{
	color: #1786fb;
}


/** Iconboxes **/

.iconbox_left_content{
	padding: 50px;
    border: 1px solid #707070 !important;
}

#top .iconbox_left_content .iconbox_icon, 
#top .iconbox_right_content .iconbox_icon{
	font-size:60px;
}

@media only screen and (max-width: 767px){
	#top .iconbox_left_content{
	flex-direction: column;
    display: flex;
    padding: 25px;
	}
}

#top .reasons .flex_column{
	width:350px;
	height:auto;
}

@media only screen and (min-width: 440px){
	#top .reasons .flex_column{
		height:350px;
	}
}

@media only screen and (max-width: 439px){
	#top .reasons .iconbox_content_title{
		font-size: 0.85em !important;
	}
}

.reasons .iconbox .iconbox_icon,
.white-boxes .iconbox .iconbox_icon{
	display:none;
}

.reasons .iconbox,
.white-boxes .iconbox{
	background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-evenly;
    height: 100%;
}

.white-boxes .iconbox {
	justify-content: flex-start;
}

.reasons .iconbox .iconbox_content{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: 100%;
}


.reasons .flex_column_table_cell,
.white-boxes .flex_column_table_cell{
	background-color:#fff;
	padding:30px;
}

.reasons .entry-content-header,
.white-boxes .entry-content-header{
	font-size: 38px;
    font-weight: 200;
}



/* customer logos */
.avia-logo-element-container img.size-portfolio_small{
	max-width:225px;
}

/* Center align columns inside color section*/
#top .ih-center-align-columns .entry-content-wrapper,
#top .eh-center-align-columns .entry-content-wrapper .flex_column_table {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}

.eh-center-align-columns .av-flex-placeholder {
display: none;
}

/** Services Card Links **/
.arrow {
    background: #fff;
    height: 2px;
    min-width: 50px;
    width: 30px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.arrow:before, .arrow:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    width: 15px;
}

.arrow:after {
    right: -4px;
    top: -5px;
    transform: rotate(45deg);
}

.arrow:before {
    right: -4px;
    bottom: -5px;
    transform: rotate(-45deg);
}

.services-teaser-big.av-column-link:hover .arrow {
    width: 100px;
}

#top .services-teaser-big{
	min-width:auto;
	flex-direction: column;
	justify-content: flex-start;
	display:flex;
	-webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
	}

@media only screen and (min-width: 480px){
		#top .services-teaser-big{
			min-width:375px;
		}
	}

#top .services-teaser-big:hover{
	opacity:1;
	}

#top .services-teaser-big:after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.25s linear;
	height:auto;
	width:auto;
	visibility:visible;
}

#top .services-teaser-big.brand:after {
    background: linear-gradient( 220deg, #14a1ff, #380e0d );
}

#top .services-teaser-big.online-marketing:after {
   background: linear-gradient( 15deg, #bfd4fd, #8c5059 );
}

#top .services-teaser-big.e-commerce:after {
   background: linear-gradient( to top left, #36a3ed, #ad747e );
}

#top .services-teaser-big.handelsmarketing:after {
    background: linear-gradient( 220deg, #79e3e5, #ddc67b, #e2b187 );
}

#top .services-teaser-big.lager:after {
   background: linear-gradient( 220deg, #ddc67b, #d5c1f8 );
}




#top .services-teaser-big:hover::after {
    opacity: 1;
}

#top .services-teaser-big .av-special-heading{
	min-height:100px;
}

@media only screen and (min-width: 887px){
		#top .services-teaser-big .av-special-heading{
			min-height:192px;
		}
	}

.services-teaser-big .av-special-heading-tag, 
.services-teaser-big p  {
    color:#ffffff !important;
}

body .services-teaser-big .av-special-heading-tag
 {
    font-size:2em;
	min-height: 88px;
	 padding-bottom:0px;
	 font-weight:300 !important;
	}

	@media only screen and (min-width: 480px){
		body .services-teaser-big .av-special-heading-tag
		 {
			font-size:2.5em;
			min-height: 88px;
			}
	}

@media only screen and (min-width: 991px){
		body .services-teaser-big .av-special-heading-tag
		 {
			font-size:3em;
			min-height: 88px;
			}
	}



#top .eh-center-align-columns .entry-content-wrapper .flex_column_table{
	justify-content:center;
	gap: 20px 20px;
}

#services-teaser-grid .container{
	max-width:1265px;
	display:flex;
	justify-content:center;
}

#services-teaser-grid .container .flex_column_table{
	justify-content:left !important;
}

/** Portfolio Grid **/

/*.grid-entry .main_color.inner-entry, 
.grid-entry .main_color .grid-content, 
.grid-entry .grid-entry-title {
	background-color:transparent;
}*/

.grid-content .avia-arrow{
	display:none;
}

.grid-sort-container .main_color .grid-content{
	background-color:transparent;
	}

.grid-entry .inner-entry,
.benefit-list .benefit{
	box-shadow:1px 3px 6px 0px rgb(0 0 0 / 10%);
	background-color:#ffffff;
	border-radius: 6px;
	}

.grid-entry .inner-entry .grid-image{
	border-radius: 6px 6px 0 0;
}

.grid-entry .inner-entry .entry-footer{
	padding:0px 30px 30px 30px;
	}

.grid-entry .inner-entry .grid-content{
	padding:30px 30px 10px 30px;
	min-height:190px;
	}

@media only screen and (min-width: 991px){
	.grid-entry .inner-entry .grid-content{
		min-height:370px;
		}
	}

@media only screen and (min-width: 1300px){
	.grid-entry .inner-entry .grid-content{
		min-height:280px;
		}
	}

@media only screen and (min-width: 1600px){
	.grid-entry .inner-entry .grid-content{
		min-height:190px;
		}
	}

.grid-entry .inner-entry:hover .grid-content a{
		text-decoration:none;
	color:#1681fb;
}

.grid-entry .inner-entry a{
	display:block;
}


.grid-entry .inner-entry:hover .link{
	width:100px;
	transition: 0.3s;
}

.grid-entry .inner-entry:hover .grid-entry-title{
	color:#1681fb !important;
	}


.grid-entry{
	margin-bottom:5% !important;
}

/*3-columns*/
#top .grid-sort-container .no_margin.av_one_third.first {
	margin-left: 0px !important;
	}

#top .grid-sort-container .no_margin.av_one_third, 
.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
	width: 100%;
	}

	@media only screen and (min-width: 480px) and (max-width: 767px){
		#top .grid-sort-container .no_margin.av_one_third{
			width: 47%;
			margin-left: 3%;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 989px){
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 47.3333%;
			margin-left: 3%;
		}
		
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 47.3333%;
			margin-left: 3%;
		}
		
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry:nth-child(3){
			margin-left: 0%;
		}
	}

	@media only screen and (min-width: 990px){
		#top .grid-sort-container .no_margin.av_one_third,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 31.3333%;
			margin-left: 3%;
		}
	}


#top .grid-sort-container .no_margin.av_one_fourth.first {
	margin-left: 0px !important;
	}

/*4 columns*/
#top .grid-sort-container .no_margin.av_one_fourth, 
.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
	width: 100%;
	}

	@media only screen and (min-width: 480px) and (max-width: 767px){
		#top .grid-sort-container .no_margin.av_one_fourth{
			width: 47%;
			margin-left: 3%;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 989px){
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 47.3333%;
			margin-left: 3%;
		}
		
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 47.3333%;
			margin-left: 3%;
		}
		
		.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry:nth-child(3),
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry:nth-child(3){
			margin-left: 0%;
		}
	}

	@media only screen and (min-width: 990px){
		#top .grid-sort-container .no_margin.av_one_fourth,
		.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
			width: 21.3333%;
			margin-left: 3%;
		}
	}



.grid-entry-excerpt{
	color:inherit;
	font-size:1.2em;
	line-height:1.1em;
	font-style:normal;
	font-weight:300;
}

.grid-entry-excerpt a{
	color:inherit;
	transition: color 0.2s ease-in-out;
}

.avia_transform a .image-overlay{
	display:none !important;
}

.grid-image img{
	 transition: transform 1s, filter 1.5s ease-in-out;
 	 transform-origin: center center;
  	filter: brightness(100%);
	}

.grid-image:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
}

/* Masonry grid*/
#top figure.av-inner-masonry{
	margin-bottom:0px;
}

#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos{
	vertical-align: bottom;
    text-align: left;
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0) 100%);
}

@media only screen and (min-width: 768px){
		#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{
			background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
		}

	}


#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content strong{
	font-size:1em;
	line-height:1em;
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{
	line-height:1.15em;
}

@media only screen and (min-width: 768px){
		#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content strong{
			font-size:1.35em;
		}
	
		#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{
			line-height:inherit;
		}
	}


.av-masonry-container{
	padding-bottom:30px;
}

#top .container .av-masonry{
	display: flex;
    flex-direction: column;
	align-items:center;
	row-gap:30px;
}

#top .container .av-masonry-pagination.av-masonry-load-more{
	background-color: #4488ee;
    color: #fff;
	border-radius: 32px;
    font-size: 18px;
    padding: 12px 36px;
    font-style: italic;
    font-weight: 600;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    text-decoration: none;
    white-space: wrap;
    z-index: 0;
	position:relative;
	width:30%;
	letter-spacing:normal;
	text-transform:normal;
}

@media only screen and (max-width: 767px){
	#top .container .av-masonry-pagination.av-masonry-load-more{
		width:80%;
	}
		}
#top .container .av-masonry-pagination.av-masonry-load-more:before {
    position: absolute;
    content: "";
    background: rgb(22, 129, 251);
    transition-duration: 0.3s;
    z-index: -1;
    inset: 0px auto auto 0px;
    width: 0px;
    height: 100%;
    opacity: 1;
	background-color: #e35d42;
}

#top .container .av-masonry-pagination.av-masonry-load-more:hover{
	background-color: #e35d42;
	opacity: 1;
	transition: color 0.3s ease 0s, background 0s ease 0.3s;
}

#top .container .av-masonry-pagination.av-masonry-load-more:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* Benefit list */
.benefit-list{
	display:flex;
	justify-content:space-between;
	align-items: stretch !important;
	flex-wrap:wrap;
	gap:15px 10px;
}

.benefit-list .benefit{
	padding: 30px 30px 30px 30px;
	width:100%;
}

@media only screen and (min-width: 768px){
		.benefit-list .benefit{
			width:49%;
		}
	}


/** Contact steps as connected list **/
#top #contact-steps-wrapper .entry-content-wrapper .flex_column_table{
	gap: 0px 0px;
    display: flex;
    width: 990px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}

#contact-steps-wrapper .entry-content-wrapper{
	display: flex;
    justify-content: center;
}

#contact-steps-wrapper .entry-content-wrapper .flex_column_table .flex_column.first{
	background-color:#F7F6F5;
	padding:24px;
	margin-bottom:0px !important;
}

@media only screen and (min-width: 500px){
	#contact-steps-wrapper .entry-content-wrapper .flex_column_table .flex_column.first{
		padding:64px;
	}
}

#contact-steps-wrapper .av-special-heading-tag{
	font-size:32px;
	padding-bottom:32px;
	color:#1680FB !important;
	line-height:1.2em;
	font-weight:400 !important;
	letter-spacing:0px !important;
}

#contact-steps {
	max-width: 400px;
	margin: 0 auto;
	list-style-type: none;
	counter-reset: steps;
	margin: 0;
	font-family: sans-serif;
	color:#1680FB;
}
#contact-steps li {
	padding: 0 0 24px 55px;
	position: relative;
	margin: 0;
	font-family:'Rubik', sans-serif;
	color:inherit;
	line-height:2em;
}

@media only screen and (min-width: 500px){
	#contact-steps li {
		padding: 0 0 24px 80px;
	}
}

#contact-steps li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(steps);
	counter-increment: steps;
	border: 1px solid #1680FB;
	border-radius: 50%;
	display: inline-block;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	background: #1680FB;
	color:#fff;
}
#contact-steps li:before {
	position: absolute;
	left: 20px;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	border-left: 2px dashed #1680FB;
}
#contact-steps li:last-of-type:before {
	border: none;
}

#top #wrap_all #contact-steps-wrapper .flex_column {
		margin-bottom:0px;
	}




/** Project pages **/

#project-quick-infos-icon-list .iconlist_icon{
height: 32px;
width: 32px; 
line-height: 32px;
}

.av_iconlist_title{
	font-size:20px;
}
	
#project-quick-infos-icon-list .iconlist-char:before {
   font-family: 'gw-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size:1.2em;
	content: "\e902";
  color: #1786fb;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.iconlist_content p{
	margin-top:0px;
}

/** Services at a glance **/

.av-layout-grid-container.container .av-gridrow-cell.av_one_full{
	width:100%;
}

/** Icon Lists */
.av-iconlist-small .iconlist_title_small {
    line-height: 1.8em;
    font-weight: 300;
}

#top .av-iconlist-small .iconlist_icon{
	line-height: 1.8em;
	height:1.8em;
}

#top .avia-icon-list-container.gw-icons .av-iconlist-small .iconlist_icon .iconlist-char{
	/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gw-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#top .avia-icon-list-container.gw-icons .av-iconlist-small .iconlist_icon .iconlist-char:before {
  font-family: 'gw-icons' !important;
  content: "\e900";
  color: #1786fb;
	display:block;
	transform: rotateZ(90deg);
}

/** HR Trennlinie **/
.hr-inner{
	border-top:1px solid #efefef;
}
.toggle_content .hr-short{
margin:0 !important;	
}

/* Recruitee List */
.avia_codeblock_section #recruitee-careers-details-container .rt-theme-light.rt-body, 
.avia_codeblock_section #recruitee-careers .rt-theme-light.rt-body{
	box-shadow: 1px 3px 6px 0px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 6px;
	border-color:#e1e1e1;
}

.avia_codeblock_section #recruitee-careers-details-container .rt-theme-light .rt-list__offer-item+.rt-list__offer-item, 
.avia_codeblock_section #recruitee-careers .rt-theme-light .rt-list__offer-item+.rt-list__offer-item {
    border-color:#e1e1e1;
}

#top #recruitee-careers-details-container .rt-theme-light .rt-details__heading, 
#top #recruitee-careers .rt-theme-light .rt-details__heading {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background: #DDC67B;
}

#top #recruitee-careers-details-container .rt-theme-light .rt-details__footer, 
#top #recruitee-careers-details-container .rt-theme-light .rt-details__header, 
#top #recruitee-careers .rt-theme-light .rt-details__footer, 
#top #recruitee-careers .rt-theme-light .rt-details__header {
    border-color: #DDC67B;
}

#top #recruitee-careers-details-container .rt-theme-light .rt-details__footer, 
#top #recruitee-careers .rt-theme-light .rt-details__footer {
    background: #DDC67B;
}

#top #recruitee-careers-details-container .rt-theme-light .rt__button--outline, 
#top #recruitee-careers .rt-theme-light .rt__button--outline {
    border-color: #8f7d44;
}

#top #recruitee-careers-details-container .rt-theme-light .rt__button:hover, 
#top #recruitee-careers .rt-theme-light .rt__button:hover {
    box-shadow: 0 1px 10px 3px rgb(143 125 68 / 80%);
}

.avia_codeblock_section #recruitee-careers .rt-list__offer-item .rt-list__offer-title {
    transition: color 0.3s ease 0s
}

.avia_codeblock_section #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-title {
    text-decoration: none;
	color:#1681fb;
}

.avia_codeblock_section #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-location, 
.avia_codeblock_section #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-title .rt-list__offer-department {
  color:#1681fb;
	opacity:1;
}


.avia_codeblock_section #recruitee-careers .rt-list__offer-item .rt-icon-arrow-forward {
    font-family: 'gw-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
	position: absolute;
    bottom: 0.55em;
    right: 0.75em;
    font-size: 2em;
    opacity: 0;
    transform: translateX(-1em);
    transition: all .1337s ease-out;
}

.avia_codeblock_section .rt-icon-arrow-forward:before {
    content: "\e900";
    color: #1681fb;
    display: block;
    transform: rotate(90deg);
}

/** Contact Form **/


html .formcraft-css .powered-by{
	display:none !important;
}

html .formcraft-css .fc-form .form-element-type-submit .form-element-html{
	padding-bottom:0px;
}

#top form {
    margin-bottom: 0px;
}

#top .main_color .input-text, 
#top .main_color input[type='text'], 
#top .main_color input[type='input'], 
#top .main_color input[type='password'], 
#top .main_color input[type='email'],
#top .main_color input[type='number'], 
#top .main_color input[type='url'], 
#top .main_color input[type='tel'], 
#top .main_color input[type='search'], 
#top .main_color input[type="checkbox"],
#top .main_color textarea, 
#top .main_color select
{
	background-color: #ffffff;
    border-radius: 6px;
    border: 0px;
    padding: 16px;
	background-color:#ffffff;
	border:1px solid #dddddd !important;
	/* box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%) inset;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);*/
}

#top .main_color .active input[type="checkbox"]:checked{
	background-color: #1681fb;
}

.formcraft-css input[type=checkbox]:before, .formcraft-css input[type=radio]:before{
	left: 13px;
    top: 15px;
    height: 8px;
    width: 17px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 opacity: 0.5 !important;
}

#top label span,
#top legend span {
    font-weight: 300;
    font-size: 16px;
	line-height: 32px;
    color: #1f0315;;
}
#top label span a{
	 font-size: 16px;
}

html .formcraft-css .fc-form .form-element .error{
	background: transparent;
    padding: 0px 6px;
	top:-34px;
	right:0px;
	color:rgb(227, 93, 66) !important;
}

html .formcraft-css .fc-form .form-element-type-checkbox .error{
	top:-4px;
	background: #f7f6f5;
}

html .formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after{
	color:rgb(227, 93, 66) !important;
}

/** Cookielist on privacy page **/
/**** Cookie table on privacy page **/
#cookielist {
	font-size: 	1rem;
	background-color: 	#f9f9f9;
	padding: 	2em;
}

#cookielist .d-flex{
flex-wrap: 	wrap;
	display:flex;
}

#cookielist .table-header{
	font-weight:700;
}

.cookie-name,
.cookie-duration,
.cookie-description{
	font-size: 	inherit;
}

.cookie-name{
	width:50%;
	padding-right: 	1rem;
	padding-top: 	2rem;

}

@media (min-width: 992px){
	.cookie-name{
			width:25%;
			padding-top: 	0rem;
		}
}

.cookie-duration{
	width:50%;
	padding-right: 	1rem;
	padding-top: 	2rem;
}

@media (min-width: 992px){
	.cookie-duration{
			width:25%;
			padding-top: 	0rem;
		}
}

.cookie-description{
	width:100%;
	padding-right: 	1rem;
	padding-bottom: 2rem;
	border-bottom: 	1px solid #dcdcdc;
	font-style: 	italic;	
}

@media (min-width: 992px){
	.cookie-description{
			width:50%;
			border-bottom: 	0px;
			padding-bottom: 1rem;
		}
}

/* Borlabs Cookie Popup **/

#BorlabsCookieBox ._brlbs-flex-center{
	flex-direction: column;
}

#BorlabsCookieBox .cookie-logo {
    height: auto;
    max-width: 198px !important;
    padding: 10px 0 20px 0 !important;
    vertical-align: middle;
    width: 100%;
}

##BorlabsCookieBox .cookie-preference table tr th{
	font-weight: 500;
    text-transform: none;
}

/* Top-Link */
#scroll-top-link{
	opacity: 0;
    visibility: visible;
    border-radius: 24px;
    height: 60px;
    width: 40px;
    line-height: 3em;
    background-color: #fff;
	border: 1px solid #1681fb;
}

#scroll-top-link.avia_pop_class{
opacity:1;
}

#scroll-top-link:hover{
    background-color: #1681fb;
    color: #ffffff;
    border: 1px solid white;
}

#scroll-top-link:hover:before{
    color: #ffffff;
}

#scroll-top-link:before{
    font-family: 'gw-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: color 0.2s ease-in-out;
	content: "\e900";
	color: #1681fb;
}

/** Footer **/

#footer{
	font-size:18px;
	padding:30px 0 30px; 0;
}

#footer p{
	padding:0px;
	margin: 0px;
 	font-size:1em;
}

#footer p strong{
	color:#ffffff !important;
}

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


#footer .container{
	display:flex;
	gap:5%;
	flex-direction:column;
}

@media only screen and (min-width: 989px) {
	
	#footer .container {
    flex-direction:row;
	}
}

#footer .flex_column.av_one_fourth {
    float: none;
    width: auto;
	margin:0px;
}

@media only screen and (min-width: 989px) {
	#footer .flex_column.av_one_fourth:first-child + div {
		flex-grow:2;
	}
}

#footer .avia-button{
	margin-top:20px;
}

#top #footer .widget_nav_menu li{
	margin-bottom:15px;
}

#footer #custom_html-2{
	margin-top:35px;
}

#footer #custom_html-3{
	margin-top:0px;
}

/** Helper Classes **/
.width-100{
	width:100%;
}

.mb-100{
	margin-bottom:6.5%;
}

.mb-0 .content{
	margin-bottom:0;
}

.mt-0{
	margin-top:0 !important;
}

.mt-0 .content{
	margin-top:0;
}


.pt-0{
	padding-top:0;
}

.pb-0{
	padding-bottom:0;
}

.pb-0 .content{
	padding-bottom:0;
}

.pt-0 .content{
	padding-top:0;
}




.pt-1{
	padding-top:1%;
}

.pb-1{
	padding-bottom:1%;
}

.pb-1 .content{
	padding-bottom:1%;
}

.pt-1 .content{
	padding-top:1%;
}



.pt-2{
	padding-top:2%;
}

.pb-2{
	padding-bottom:2%;
}

.pb-2 .content{
	padding-bottom:2%;
}

.pt-2 .content{
	padding-top:2%;
}


.pt-3{
	padding-top:3%;
}

.pb-3{
	padding-bottom:3%;
}

.pb-3 .content{
	padding-bottom:3%;
}

.pt-3 .content{
	padding-top:3%;
}