/*
Theme Name: Hryzantema (Child Theme)
Theme URI: http://w6.themedemo.co/hryzantema
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.0
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hryzantema-child
Template: hryzantema
*/

/* = Add your own modification from here
-------------------------------------------------------------- */


.phone-number {
    font-family: 'Roboto Mono';
    position: absolute;
    left: 30px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 28px;
}

.default-styling ul {
    list-style: outside !important;
    padding-left: 22px;
}

@media screen and (max-width: 1440px) {
    .aheto-banner-slider--hr-modern .aheto-banner-slider__content {
        padding: 140px 15px 140px !important;
    }
}

@media screen and (max-width: 767px) {
    h1.aheto-banner__title {
        font-size: 30px;
    }

    .aheto-banner-slider__links {
        margin: 0 !important;
    }

    .aheto-banner-slider__links a {
        margin: 0 auto;
        white-space: nowrap;
        display: block !important;
        padding: 24px 0px !important;
    }

    .aheto-banner-slider__content {
        max-width: 100% !important;
    }
}

.banner-slider.big-slider .aheto-banner-slider-wrap {
    height: 100%;
}

.menu-item.has-icon {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
}

.menu-item.has-icon {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.sub-menu .menu-item.has-icon {
	padding-right: 16px;
	gap: 0px;
}

.menu-item.has-icon:before {
	font-size: 16px;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
	.menu-item.has-icon {
		justify-content: center;
		gap: 0px;
	}
}

.jobs-template-default .et-description { 
display: flex;
flex-direction: column;
}

.jobs-template-default .et-text {
    order: 1;
}

.jobs-template-default .et-artderarbeit {
    order: 0
}

.jobs-template-default .et-outro {
    order: 2
}