/*
 Theme Name:   Amotiq Solutions 
 Theme URI:    https://www.neckarmedia.com
 Description:  Amotiq Solutions Theme
 Author:       Gabriela Tiganus
 Author URI:   https://www.neckarmedia.com
 Template:     enfold
 Version:      1.0
*/

/* hind-siliguri-300 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hind Siliguri';
font-style: normal;
font-weight: 300;
src: url('fonts/hind-siliguri-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hind Siliguri';
font-style: normal;
font-weight: 400;
src: url('fonts/hind-siliguri-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-600 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hind Siliguri';
font-style: normal;
font-weight: 600;
src: url('fonts/hind-siliguri-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hind Siliguri';
font-style: normal;
font-weight: 700;
src: url('fonts/hind-siliguri-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* @link https://utopia.fyi/type/calculator?c=375,18,1.15,1640,20,1.25,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
    --step--2: clamp(0.8rem, 0.8657rem + -0.0641vw, 0.8507rem);
    --step--1: clamp(0.9783rem, 0.9718rem + 0.0275vw, 1rem);
    --step-0: clamp(1.125rem, 1.0879rem + 0.1581vw, 1.25rem);
    --step-1: clamp(1.2938rem, 1.2141rem + 0.3399vw, 1.5625rem);
    --step-2: clamp(1.4878rem, 1.3499rem + 0.5885vw, 1.9531rem);
    --step-3: clamp(1.711rem, 1.4945rem + 0.9239vw, 2.4414rem);
    --step-4: clamp(1.9676rem, 1.6463rem + 1.3712vw, 3.0518rem);
    --step-5: clamp(2.2628rem, 1.8027rem + 1.9629vw, 3.8147rem);
    --step-6: clamp(2.6022rem, 1.96rem + 2.7398vw, 4.7684rem);
  }

:root {
	--primary-font: 'Hind Siliguri', sans-serif;
	--heading-font: 'Hind Siliguri', sans-serif;
    --amotiq-red: #9a3004;
    --amotiq-blue: #0D4360;
    --amotiq-blue2: #005c91;
    --amotiq-azure: #ADD9F4;
    --amotiq-main-bg-color: linear-gradient(90deg, rgba(173,217,244,0.4) 0%, rgba(173,217,244,0) 60%);;
}


/* =======================================================================================================================================
Typo
======================================================================================================================================= */
html{-webkit-tap-highlight-color: transparent;}
body{-webkit-font-smoothing: antialiased;}
body,p{font-family: var(--primary-font); font-size: var(--step-0); font-weight: 400; line-height: 1.6;}
p{margin: 0 0 1em;}
h1,h2,h3,h4,h5,h6{font-family: var(--heading-font); font-weight: 300; line-height: 1.2; letter-spacing: 0 !important; text-transform: inherit !important; margin: 0 0 .5em 0 !important;}

#top h1, #top .av-special-heading-h1{font-size: var(--step-5);}
#top h2, #top .av-special-heading-h2{font-size: var(--step-4);}
#top h3, #top .av-special-heading-h3{font-size: var(--step-2); font-weight: 700 !important;}
#top h4, #top .av-special-heading-h4{font-size: var(--step-1); font-weight: 700 !important;}

#top .special_amp{color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
#top .av-special-heading{padding: 0 !important}
#top .av-special-heading .av-special-heading-tag{margin: 0 !important; float: none;}
#top .av-special-heading .special-heading-border{display: none;}
#top .av-special-heading.avia-builder-el-no-sibling .av-special-heading-tag{margin: 0 !important}
#top .av-special-heading[class*="el_before"]{margin-bottom: .5em;}
#top .av-special-heading .av-subheading,
#top .av-special-heading .av-subheading p{font-size: var(--step-2); margin: 0;}

#top .avia-section b,
#top .avia-section strong,
#top .footer_color b,
#top .footer_color strong,
#top .socket_color b,
#top .socket_color strong{color: inherit}

#top .__intro--text,
#top .__intro--text p{font-size: var(--step-1);}

/* Button */
#top div .avia-button{
    font-size: var(--step-0);
    font-weight: 600;
    padding: .75em 1.5em;
    border-radius: 1.55em;
    line-height: 1.5;
    background: var(--amotiq-red) !important;
    border: 2px solid var(--amotiq-red) !important;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
#top div .avia-button.avia-color-dark{color: var(--amotiq-blue) !important; border-color: var(--amotiq-blue) !important; background: transparent !important}
#top div .avia-button.avia-color-light{border-color: #fff !important; background: transparent !important;}
#top div .avia-button.avia-color-theme-color-highlight{color: var(--amotiq-red) !important; background: transparent !important; border: 0 !important; padding-left: 0 !important; padding-right: 0 !important; text-transform: uppercase; font-size: var(--step--1);}
#top div .avia-button.avia-color-theme-color-highlight:after{content: '\e803'; font-family: 'amotiqs-fontello'; margin: 0 0 0 .75em; vertical-align: middle;}
#top .socket_color div .avia-button.avia-color-theme-color-highlight,
#top .footer_color div .avia-button.avia-color-theme-color-highlight{color: #fff !important;}

#top div .avia-button:hover{opacity: 1}
html.no-touch-device #top div .avia-button:hover{scale: 1.02; filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .33));}

/* Blockquote */
#top blockquote{border: 0; font-size: var(--step-0); margin: 0 0 1em; padding: 0; position: relative; max-width: 420px; font-style: normal; line-height: 1.6; font-weight: 700;}
#top blockquote:before{content: '\e811'; font-family: 'amotiqs-fontello'; position: absolute; top: -.3em; left: -.3em; font-size: 3em; font-style: normal; line-height: 1; color: #ADD9F4; opacity: .25; z-index: -1;}
#top blockquote p{font-size: 1em; margin: 0; font-weight: 700;}

/* List */
#top .avia_textblock ul{
    list-style: none;
    margin: 0 0 1em 0;
}
#top .avia_textblock ul > li{
    margin: 0 0 0.5em 0;
    padding: 0 0 0 1em;
    position: relative;
}
#top .avia_textblock ul > li:before{
    content: '\e875';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    display: inline-block;
}

/* Table */
#top table,
#top table th,
#top table tr,
#top table tr td{background: transparent; border: 0; padding: 0; color: inherit; font-size: inherit; width: auto;}
#top table tr td{padding: .2em .8em .2em 0;}


/* =======================================================================================================================================
Header
======================================================================================================================================= */
@media only screen and (max-width: 989px){ 
    .responsive #top #header{position: fixed !important; top: 0; left: 0; right: 0; width: 100%}
    .responsive #top #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top #main{padding-top: 80px !important}
    .responsive #top #wrap_all .av-logo-container,
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,
    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container,
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 990px){
    #header .inner-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    #header .inner-container > .logo{order: 1; margin-right: auto; position: relative;}
    #header .inner-container > nav{order: 3; position: relative;}
    #header .header_bg{
        background: var(--amotiq-main-bg-color);
        backdrop-filter: blur(8px);
    }
}

/* Logo */
#header_main .inner-container > .logo,
#header_main .inner-container > .logo a{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: visible}
#header_main .inner-container > .logo a{height: auto}
#header_main .inner-container > .logo a svg,
#header_main .inner-container > .logo a img{width: 80px}

@media only screen and (min-width: 990px){
    #header_main .inner-container > .logo a svg,
    #header_main .inner-container > .logo a img{width: 160px}
}

/* Navigation */
@media only screen and (min-width: 990px){
	#header_main .inner-container > nav{display: flex; align-items: center;}
	#header_main .inner-container > nav > div,
	#header_main .inner-container > nav > div > ul,
	#header_main .inner-container > nav > div > ul > li{height: 100%}
	#header_main .inner-container > nav > div > ul > li.menu-item{display: flex; align-items: flex-end; padding: 0 0 1em 0;}
	#header_main .inner-container > nav ul#avia-menu > li > a{line-height: 1.6 !important; height: auto !important; font-size: var(--step--1); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 0 .5em}
    #header_main .inner-container > nav ul#avia-menu > li li > a{font-size: var(--step--1); font-weight: 400}
    #header_main .inner-container > nav > div > ul > li.menu-item-has-children > a:after{content: '\e873'; font-family: 'entypo-fontello'; margin: 0 0 0 .5em; font-weight: normal;}
    #header_main .inner-container > nav ul#avia-menu > li > ul{padding: 1em; width: auto; border-radius: 1em; box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .5);}
    #header_main .inner-container > nav ul#avia-menu > li li > a{font-size: var(--step--1); font-weight: 400; border: 0; width: auto; border-bottom: 1px solid; padding: .5em 0; display: block; margin: 0 0 2px 0;}
    #header_main .inner-container > nav ul#avia-menu > li:hover > a > .avia-menu-text,
    #header_main .inner-container > nav ul#avia-menu > li.current-menu-item > a > .avia-menu-text,
    #header_main .inner-container > nav ul#avia-menu > li:hover > a > .avia-menu-text{opacity: 1; border-bottom: 1px solid;}

    #header_main .inner-container > nav ul#avia-menu .avia_mega_div{border-radius: 1em; border: 0; box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .5); max-width: 990px;}
    #header_main .inner-container > nav ul#avia-menu .avia_mega_div .mega_menu_title a{font-size: var(--step--1); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none;}
}

@media only screen and (min-width: 1440px){
    #header_main .inner-container > nav ul#avia-menu > li > a{font-size: var(--step--1); padding: 0 1em;}
}

/* Hamburger Menu */
.av-hamburger-box{width: 32px}
.av-hamburger-inner, 
.av-hamburger-inner::before, 
.av-hamburger-inner::after{border-radius: 0}
#top ul#av-burger-menu-ul{vertical-align: top}
#top ul#av-burger-menu-ul li a:hover{background: inherit !important;}
#top ul#av-burger-menu-ul > li > a{font-size: var(--step-1); border: 0;}
#top ul#av-burger-menu-ul > li li > a{font-size: var(--step-0); border: 0;}

/* Header Contact Button */
#header_main .inner-container > .contact-button{order: 4; align-self: flex-end; display: none}

@media only screen and (min-width: 1440px){
    #header_main .inner-container > .contact-button{display: inline-block;}
}


/* =======================================================================================================================================
Accessibility
======================================================================================================================================= */
#top :focus-visible{
    overflow: visible; 
    outline: -webkit-focus-ring-color auto 1px; 
    opacity: 1 !important;
	box-shadow: inset 0 0 0 2px #fff;
}

/* WPML Language Switcher */
#header_main .inner-container > #wpml_switcher{
    line-height: 1; 
    display: flex; 
    align-items: center;
    margin: 3.5em 0 0 0;
    position: relative;
    max-width: 100px;
    min-width: 80px;
	order: 4;
}
#header_main .inner-container > #wpml_switcher i{
    color: var(--amotiq-blue);
    border-radius: .2em;
    font-size: 24px;
    position: absolute;
    left: 12px;
    pointer-events: none;
}
#header_main .inner-container > #wpml_switcher select{
    margin: 0;
    font-size: 12px;
    border: 0;
    padding: 1em 1em 1em 4em;
    border-radius: 8px;
    background: var(--enfold-main-color-bg2);
    cursor: pointer;
}

li.av-language-switch-item {
    display: none;
}

#top #header.header_color.av_header_transparency #wpml_switcher > select {color:#fff !important;}
#header_main .inner-container > #wpml_switcher select {font-weight: 600; letter-spacing: .1em;}


@media only screen and (max-width: 1279px){
    #header_main .inner-container > #wpml_switcher{
        position: absolute;
        top: 40%;
        right: 3px;
        translate: 0 -50%;
        margin: 0 0 0 1em;
    }
}


@media only screen and (max-width: 990px){
    #header_main .inner-container > #wpml_switcher{
        top: 50%;
		right: 64px;
    }
}



/* =======================================================================================================================================
Misc
======================================================================================================================================= */
/* Layout */
#main .avia-section.main_color{background: var(--amotiq-main-bg-color)}

#top .avia-section-default .content{padding-top: clamp(40px,8vh,80px); padding-bottom: clamp(40px,8vh,80px);}
#top .avia-section-huge .content{padding-top: clamp(80px,12vh,120px); padding-bottom: clamp(80px,12vh,120px);}

@media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container{width: 90%; max-width: 90%;}
}

@media only screen and (min-width: 1640px){
    .__section--maxwidth--container{
        max-width: 1640px;
        margin-left: calc((100vw - 1640px) / 2);
        margin-top: -24px;
        margin-bottom: -24px;
        z-index: 2;
        position: relative;
    }
}

/* Images */
#top .image-overlay{display: none !important;}
#top .avia_image,
#top .av-image-caption-overlay,
#top .avia-image-container-inner{border-radius: 0}

/* Toggle */
#top section.av_toggle_section .toggler{padding: 1em 3em 1em 1rem; margin: 0 0 1.5em; font-size: var(--step-0); background: transparent; border: 2px solid var(--enfold-main-color-bg2); border-radius: 1em; font-weight: 600;}
#top section.av_toggle_section .toggler:hover{background: transparent;}
#top section.av_toggle_section .toggler .toggle_icon{display: none;}
#top section.av_toggle_section .toggler:before{
    content: '';
    position: absolute;
    width: 84%;
    height: 12px;
    left: 50%;
    bottom: -.75rem;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    background-color: var(--enfold-main-color-bg2);
    z-index: -1;
    translate: -50% 0;
}
#top .avia-section section.av_toggle_section .toggler:after{
	content: '\e803';
    font-family: 'amotiqs-fontello';
    position: absolute;
    right: 1em;
    transition: .2s ease;
}
#top .avia-section:not(.socket_color):not(.footer_color) section.av_toggle_section .toggler:after{color: var(--amotiq-red);}
#top .socket_color section.av_toggle_section .toggler:before{background: var(--enfold-socket-color-bg2)}
#top .footer_color section.av_toggle_section .toggler:before{background: var(--enfold-footer-color-bg2)}
#top .socket_color section.av_toggle_section .toggler:after,
#top .socket_cofooter_colorlor section.av_toggle_section .toggler:after{color: #fff;}

#top section.av_toggle_section .toggler.activeTitle:after{rotate: 90deg}
#top section.av_toggle_section .toggle_content{border: 0; background: transparent; padding: .5em 1rem 1.5em;}
#top section.av_toggle_section .toggle_content *{font-size: var(--step-0);}

/* Social Icons */
#top ul.__social--media--icons{
    display: flex;
    gap: 0;
    font-size: var(--step-1);
    margin: 0 0 1em 0;
    line-height: 1;
}
#top ul.__social--media--icons > li > a{padding: .2em .4em; display: inline-block;}

/* Icon list */
#top ul.av-iconlist-big{display: grid; grid-template-columns: repeat(auto-fill, minmax(min(420px, 100%), 1fr)); gap: 1em 2em; margin: 0 0 2em 0;}
#top ul.av-iconlist-big > li{display: flex; align-items: flex-start; margin: 0; padding: 0; gap: 1em; font-size: var(--step-1); max-width: 100%;}
#top ul.av-iconlist-big > li .iconlist_icon{background-color: transparent; margin: 0; width: 1em; flex: 0 0 1em; font-size: 2em; height: auto; line-height: 1;}
#top ul.av-iconlist-big > li .iconlist_icon .av-icon-char{color: var(--amotiq-red);}
#top ul.av-iconlist-big > li article{min-height: unset; padding: .5em 0 0 0;}
#top ul.av-iconlist-big > li article .iconlist_content_wrap{padding: 0;}
#top ul.av-iconlist-big > li .iconlist_title{font-size: var(--step-0); top: unset;}
#top ul.av-iconlist-big > li .iconlist_content,
#top ul.av-iconlist-big > li .iconlist_content p{font-size: var(--step--1); margin: 0;}
#top ul.av-iconlist-big > li .iconlist-timeline{display: none}

#top .socket_color ul.av-iconlist-big > li .iconlist_icon .iav-icon-char,
#top .footer_color ul.av-iconlist-big > li .iconlist_icon .av-icon-char{color: #fff;}

#top .avia-icon-list-container.__rounded ul.av-iconlist-big > li .iconlist_icon{
    height: 1em;
    display: grid;
    place-content: center;
    background: var(--amotiq-red);
    border-radius: 50%;
}
#top .avia-icon-list-container.__rounded ul.av-iconlist-big > li .iconlist_icon .av-icon-char{color: #fff; font-size: .66em;}


/* Animated number */
#top .avia-animated-number .avia-animated-number-title{font-weight: 700; font-size: calc(1.5 * var(--step-6)); display: block; line-height: 1;}
#top .avia-animated-number .avia-no-number{font-size: inherit; font-weight: inherit; opacity: 1;}
#top .avia-animated-number .avia-animated-number-content,
#top .avia-animated-number .avia-animated-number-content p{font-size: var(--step-1); font-weight: 700;}

/* Timeline */
#top h2.av-milestone-date{color: var(--amotiq-red)}

/* White Box */
#top .__whitebox{
    padding: 2em 5% 2em 5%;
    border: 2px solid var(--enfold-main-color-bg2);
    border-radius: var(--step-0);
    position: relative;
    background-color: #fff;
}
#top .__whitebox:before{
    content: '';
    position: absolute;
    width: 84%;
    height: 12px;
    left: 50%;
    bottom: -.75rem;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    background-color: var(--enfold-main-color-bg2);
    z-index: -1;
    translate: -50% 0;
    visibility: visible;
}
#top .__whitebox p,
#top .__whitebox ul,
#top .__whitebox .av-special-heading-tag{color: var(--amotiq-blue) !important}
#top .socket_color .__whitebox div .avia-color-theme-color-highlight,
#top .footer_color .__whitebox div .avia-color-theme-color-highlight{color: var(--amotiq-red) !important;}

/* Flex Column Vertical Title */
#top .flex_column .__column--vertical--title{
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: var(--step--2);
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    color: var(--amotiq-azure);
    margin: 0 0 2em 0;
    transition: .2s;
}

#top .flex_column .__column--vertical--title:after{
    content: '';
    flex-grow: 1;
    background: currentColor;
    min-width: 1px;
    min-height: 1px;
}

@media only screen and (min-width: 768px){
    #top .flex_column[aria-label]{padding-left: 4rem; position: relative;}
    #top .flex_column .__column--vertical--title{
        writing-mode: vertical-rl;
        text-orientation: mixed;
        scale: -1;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
}

/* Tab Sektion */
#top .av-tab-section-tab-title-container{background-color: var(--amotiq-blue2); font-size: initial;}
#top .av-inner-tab-title, 
#top .av-tab-arrow-container, 
#top .av-tab-section-icon, 
#top .av-tab-section-image{width: auto}
#top .av-outer-tab-title{padding: 0}
#top .av-inner-tab-title{
    text-transform: none;
    width: 100%;
    padding: 2em 1em;
    border-radius: 50px;
    color: #fff;
	margin: 0 !important;
	font-size: var(--step--1);
	font-weight: 700;
	transition: .2s ease
}

/* Hot Spot Map */
.av-hotspot-container .av-image-hotspot_inner{
	background: transparent;
}
#top .av-hotspot-image-container .av-image-hotspot .av-image-hotspot_inner {
    color: transparent;
}

.av-hotspot-container .av-image-hotspot_inner:before{
	content: '';
	font-family: 'entypo-fontello';
	font-size: var(--step-3);
	color: var(--amotiq-red)
}

.responsive .av-image-hotspot-pulse {
    height: 20px;
    width: 40px;
    top: 15px;
    left: -10px;
}

.av-hotspot-container .av-image-hotspot-pulse {
    background: var(--amotiq-red);
    border-radius: 50%;
}

.av-hotspot-container .av-image-hotspot_inner:hover {
    background: transparent;
}

.avia-tooltip .avia-arrow{background: #fff;}


/* =======================================================================================================================================
Hero
======================================================================================================================================= */
#top .__hero .entry-content-wrapper .flex_column:nth-child(1) figure{
	width: 480px;
    max-width: 75%;
}
/*#top .__hero .entry-content-wrapper .flex_column:nth-child(1) figure:before{
    content: '\e812';
    font-family: 'amotiqs-fontello';
    font-size: 200px;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    color: #fff;
    line-height: 1;
    animation: animateHeroRobot 2s ease-in-out alternate infinite;*/
}
#top .__hero .entry-content-wrapper .flex_column:nth-child(1) figure img{width: 100%; height: 100%; object-fit: contain; display: block;}
#top .__hero .entry-content-wrapper .flex_column:nth-child(3).__whitebox{position: relative; margin: 2em 0 !important;}
#top .__hero .entry-content-wrapper .flex_column:nth-child(3).__whitebox:after{
    content: '';
    visibility: visible;
    height: 32px;
    width: 32px;
    background: #ffffff;
    position: absolute;
    left: -18px;
    top: 20%;
    rotate: 45deg;
    display: block;
    pointer-events: none;
    z-index: -1;
}

@keyframes animateHeroRobot{
    from {left:0px; top:0px;}
    to {left:0px; top:20px;}
}

@media only screen and (min-width: 990px){
    #top .__hero .entry-content-wrapper .flex_column:nth-child(1) figure{
		position: absolute;
		left: -550px;
		width: 500px;
		aspect-ratio: 1/1.25;
		transform-origin: top left;
		scale: 1.3;
    	max-width: 100%;
	}
    #top .__hero .entry-content-wrapper{padding-left: 30%;}
    #top .__hero .entry-content-wrapper .flex_column:nth-child(2){padding-left: 15%;}
    #top .__hero .entry-content-wrapper .flex_column:nth-child(2) h1{font-size: var(--step-6);}
    #top .__hero .entry-content-wrapper .flex_column:nth-child(2) p{font-size: var(--step-1); max-width: 720px;}
}


/* =======================================================================================================================================
Section Page Title
======================================================================================================================================= */
#top .__section--page--title{position: relative;}
#top .__section--page--title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,93,145,1) 0%, rgba(13,67,96,0.7) 100%);
}

/* =======================================================================================================================================
Content Slider
======================================================================================================================================= */
#top .avia-content-slider-inner h3.slide-entry-title{color: var(--amotiq-blue)}
.avia-slideshow-arrows a:before {
    border-radius: 50% !important;
    background: var(--amotiq-blue2);
}

#top .avia-content-slider .fake-thumbnail .slide-image{display: none;}


/* =======================================================================================================================================
Success Stories
======================================================================================================================================= */
/* Single Post */
#top .container_wrap .template-blog .post-title{font-weight: 700; font-size: var(--step-4); text-align: left; padding: 0; margin: 0;}
#top .template-blog .post-meta-infos{display: none;}
#top.single-post h1, #top.single-post h2, #top.single-post h3, #top.single-post h4{font-weight: 700;}
#top.single-post h2{font-size: var(--step-3); font-weight: 700; margin-top: 3rem !important;}
#top .fullsize .template-blog .big-preview img {max-width: 150px; margin: 0 auto 2rem auto;}
#top .container_wrap .template-blog strong, #top .container_wrap .template-blog b{color: inherit;}
#top .entry-content-wrapper div li {text-indent: 0;font-size: var(--step-0);}
#top .fullsize .template-blog .post .entry-content-wrapper{text-align: left;}
#top.single-post .avia-section .container{max-width: 1200px;}
#top.single-post .av-image-align-center{text-align: center;}

/* Post Grid */
#top a.slide-image{background: transparent; max-width: 150px; margin-bottom: 2rem;}
#top h3.slide-entry-title{font-size: var(--step-0)}
#top div.slide-meta{color: var(--amotiq-red);}
#top .avia-content-slider .slide-meta time{display: none;}
#top div.read-more-link a{text-transform: uppercase; font-weight: 600; margin-top: 2rem; font-size: var(--step--1); color: var(--amotiq-red)}
#top div.read-more-link a:hover {scale: 1.02;filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .33));} 
#top div.read-more-link a:after{
	content: '\e803';
    font-family: 'amotiqs-fontello';
    margin: 0 0 0 .75em;
    vertical-align: middle;
}


#top span.more-link-arrow{display: none;}

#top article.slide-entry{
	margin: 0 0 2rem 0;
    width: 100% !important;
	padding: 2em 4% 2em 4%;
    border: 2px solid var(--enfold-main-color-bg2);
    border-radius: var(--step-0);
    position: relative;
    background-color: #fff;}

#top article.slide-entry:before {
    content: '';
    position: absolute;
    width: 84%;
    height: 12px;
    left: 50%;
    bottom: -.75rem;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    background-color: var(--enfold-main-color-bg2);
    z-index: -1;
    translate: -50% 0;
    visibility: visible;
}

@media only screen and (max-width: 989px){ 
	#top .__post-3-columns article.slide-entry{margin: 0 0 2rem 0 !important}
}

@media only screen and (min-width: 990px){ 
	#top .__post-3-columns article.slide-entry{margin-left: 2%; width: 32% !important;}
	#top .__post-3-columns article.slide-entry.first{margin-left: 0;}
}

/* Masonry posts*/

#top .av-masonry-entry:empty {
    display: none;
}

#top .av-masonry-entry {
	background-color:  #fff;
    margin-bottom: 2rem;
    width: 28% !important;
	margin-left: 2%;
    padding: 2em 3%;
    border: 2px solid var(--enfold-main-color-bg2);
    border-radius: var(--step-0);
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-rendering: optimizeLegibility;
	backface-visibility: hidden;
	transition: box-shadow 0.3s ease;
	}

#top .av-masonry-entry:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

#top .av-masonry-entry:hover > img {
  transform: scale(calc(1 / 1.02)); 
}

#top .av-masonry-entry:before {
    content: '';
    position: absolute;
    width: 84%;
    height: 12px;
    left: 50%;
    bottom: -.75rem;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    background-color: var(--enfold-main-color-bg2);
    z-index: -1;
    translate: -50% 0;
    visibility: visible;
}

#top .av-masonry-container  a.category-success-story .av-masonry-date{display: none;}

#top .main_color .av-masonry-outerimage-container,
#top .container .av-inner-masonry-content,
#top .container .av-masonry-entry .avia-arrow {
    background-color: transparent;
}

#top .av-masonry-entry h3.av-masonry-entry-title {
    font-size: var(--step-0);
    color: var(--enfold-main-color);
    margin-bottom: 1rem;
}

#top .av-masonry-entry .av-masonry-date {
    color: var(--amotiq-red);
    font-size: .9em;
    margin-bottom: 0.5rem;
    display: inline-block;
}
#top .av-masonry-entry .av-masonry-author {
    display: none;
}

#top .av-masonry-entry .av-masonry-image-container img {
    max-width: 150px;
    margin-bottom: 1rem;
}

#top .av-masonry-entry .read-more-link a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--step--1);
    color: var(--amotiq-red);
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

#top .av-masonry-entry .read-more-link a:hover {
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .33));
    text-decoration: underline;
}

#top .av-masonry-entry-content.entry-content {
	display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
	min-height:61px;
}

#top .av-masonry-entry .av-inner-masonry-content {padding:0;}

@media only screen and (max-width: 990px) {
   #top .av-masonry-entry { width: 46% !important; margin: 4% 2%;}
}

@media only screen and (max-width: 576px) {
   #top .av-masonry-entry { width: 96% !important; }}


/* Unternehmensseite */
#top.page-id-25 .flex_column_table.av-equal-height-column-flextable:not(:first-child){margin-top: 0;}
#top.page-id-25 .__whitebox {padding: 1.5em 3% 1em 3%;}

/*News Filter*/
#top .inner_sort_button {
    line-height: 1.2;
    display: inline-block;
    color: var(--enfold-main-color-color);
    font-size: var(--step-0);
    overflow: hidden;
    transition: .2s;
    padding: .75em 1.5em;
    margin: .3em;
    background: transparent;
    border: 2px solid var(--amotiq-red);
    border-radius: 1.55em;
}

#top .active_sort .inner_sort_button, #top .inner_sort_button:hover {
	box-shadow: 0 1px var(--amotiq-azure);
    color: #fff;
    background: var(--amotiq-red);
}

#top .av-sort-by-term .text-sep {
    display: none;
}

/* =======================================================================================================================================
Formular
======================================================================================================================================= */
#top .input-text, 
#top input[type=email], 
#top input[type=input], 
#top input[type=number], 
#top input[type=password], 
#top input[type=search], 
#top input[type=tel], 
#top input[type=text], 
#top input[type=url], 
#top select, 
#top textarea{
    font-family: var(--primary-font);
    padding: .8em;
    border-radius: .4em;
    border: 1px solid var(--amotiq-blue2);
    margin: 0;
    font-size: var(--step--1);
}
#top input:focus, 
#top select:focus, 
#top textarea:focus{box-shadow: 0px 0px 5px 0px rgba(65, 153, 253, 0.6) !important;}

#top form button{
    font-size: var(--step--1);
    font-weight: 600;
    padding: .75em 1.5em;
    border-radius: 1.55em;
    line-height: 1.5;
    background: var(--amotiq-red) !important;
    border: 2px solid var(--amotiq-red) !important;
    color: #fff !important;
}

#top form .frm_upload_text button{
    font-size: var(--step-0);
    font-weight: 600 !important;
    padding: 0;
    border-radius: 1.55em;
    line-height: 1.5;
    background: transparent !important;
    border: 0 !important;
    color: var(--amotiq-blue) !important;
}

.frm_form_field:not(.frm_compact) .frm_dropzone{max-width: 800px}

#top form label {
    font-size: var(--step--1);
}

/* Formidable Forms */
#top .frm_forms p{margin: 0; font-size: var(--step--1);}


/* =======================================================================================================================================
Footer
======================================================================================================================================= */
#footer{padding: 6rem 0 3rem; font-size: var(--step--1); border: 0;}
#footer p{font-size: var(--step--1);}
#footer h3{font-size: var(--step-0);}
#footer .container{display: flex; flex-wrap: wrap; gap: 2rem}
#footer .container > .flex_column{width: auto !important; float: none; flex-grow: 1; flex-basis: 0; margin: 0 !important; min-width: 320px;}
#footer .container > .flex_column .widget{margin: 0;}
#footer .container > .flex_column:nth-child(4){display: flex; flex-direction: column; justify-content: flex-end;}
#top #footer .widget li{font-size: inherit; line-height: inherit;}
#top #footer .widget_nav_menu ul > li{font-size: var(--step--1);}
#top #footer .widget_nav_menu ul > li > a{padding: .2em 0;}
#top #footer table{color: var(--enfold-footer-color-primary); margin: 0;}

#socket{font-size: var(--step--1); border: 0;}
#socket .container{padding-top: 2rem; padding-bottom: 6rem;}
#socket .copyright{margin: 0 0 1em 0;}
#socket nav.sub_menu_socket{margin: 0 !important;}
#socket nav.sub_menu_socket ul.menu{margin: 0; display: flex; flex-wrap: wrap; gap: 1em 0;}
#socket nav.sub_menu_socket ul.menu > li{line-height: 1.2; padding: 0 1em;}
#socket nav.sub_menu_socket ul.menu > li:nth-child(1){padding-left: 0;}
#socket nav.sub_menu_socket ul.menu > li > a{display: inline-block;}

#scroll-top-link{height: 56px; width: 48px; line-height: 56px; border-radius: 0; border: 0 !important; background: #f2f2f2}
#scroll-top-link.avia_pop_class{opacity: 1}
#scroll-top-link:hover{background: #f2f2f2}
#scroll-top-link:before{content: '\e87e'}
#scroll-top-link{display: none !important;}


/* =======================================================================================================================================
Dialog / Modal
======================================================================================================================================= */
dialog{
    background: transparent;
    border: 0;
    padding: 0;
	overflow: visible;
	width: 1024px;
    color: var(--amotiq-blue);
    outline: none !important;
    box-shadow: none !important;
}

dialog > .wrap{
	padding: 4rem 8%;
    border-radius: 1rem;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 8px 24px rgb(0 0 0 / 20%);
    transition: .2s;
	background: #fff;
	position: relative;
	animation: animateDialog .3s ease-in-out;
}

@keyframes animateDialog {
  from {scale: .8; transform: translateY(20%); opacity: 0}
    to {scale: 1; transform: translateY(0); opacity: 1}
}

dialog:-internal-dialog-in-top-layer::backdrop{
	background: rgb(0 92 145 / 50%);
    backdrop-filter: blur(4px);
}

dialog > .wrap > .close-dialog{
	border: 0;
    background: 0;
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding: .25em .5em;
    cursor: pointer;
}


/* =======================================================================================================================================
Fab - Floating action button
======================================================================================================================================= */
#top #amotiqs-fab{
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    font-size: var(--step-4);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: .2em
}
#top #amotiqs-fab i{
    width: 1.5em;
    height: 1.5em;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background: var(--amotiq-blue2);
    color: #fff;
    transition: .2s;
}
#top #amotiqs-fab i:hover{translate: 0 -2px;}