/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
        url('./fonts/Montserrat-Bold.woff') format('woff'),
        url('./fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
        url('./fonts/Montserrat-Regular.woff') format('woff'),
        url('./fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
        url('./fonts/Montserrat-Medium.woff') format('woff'),
        url('./fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* TYPOGRAPHY */

body p, h1, h2, h3, h4, h5, a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

h2, h3 {

    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}



@media(max-width: 992px) {
    h3 {
        font-size: 18px;
    }
}

/* END TYPOGRAPHY */

/* HEADER */

.site-main-nav .main-menu > li.active > a, .site-main-nav .main-menu > li:hover > a {
    color: #000;
}

.site-main-nav .main-menu > li > a:after {
    border-top-color: #fe7f1e;
}

.header-v6 #masthead_aside .mega-menu > li > a, .header-v7 #header_aside .mega-menu > li > a, .site-main-nav .main-menu > li > a {
    font-size: 18px;
}

/* END HEADER */

/* STICKY SIDE BOX */

.fixed-container {
    position: fixed;
    top: 200px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 3;
}

.box {
    display: flex;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgba(254, 127, 30, 0.9);
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}

.box p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.box span {
    font-size: 9px;
    color: #000;
    text-transform: none;
}

.box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.box:hover {
    width: 200px;
    z-index: 10;
    display: flex;
    align-items: center;
}


/* END STICKY SIDE BOX */

/* HERO SECTION */

.hero-image {
    position:relative;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-title {
    position: absolute;
    bottom: 50px;
    max-width: 100vw;
}

.hero-title > *:first-child {
    padding: 0;
}

.hero-title-inner {
    padding: 15px 35px;
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: luminosity;
}

.page-title {
    font-weight:  700;
    text-transform: uppercase;
}

/* END HERO SECTION */

/* MAIN CONTENT */

.body-loaded div#page {
    overflow-x: hidden;
    hyphens: auto;
}

.orange-border-box {
    border-left: 3px solid #fe7f1e;
    padding: 0 25px;
}

.orange-border-box div {
    margin-bottom: 0;
}

.site-main {
    background-image: linear-gradient(to top, rgba(240, 240, 240, 1), rgba(240, 240, 240, 0));
    background-size: 100% 150px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.icon-small img {
    width: 60px;
    height: 60px;
}

.icon img {
    width: 90px;
    height: 90px;
}

.icon-big img {
    width: 140px;
    height: 140px;
}

.spacer5 {
    margin: 5vh 0;
}

.ansprechpartner-card {
    display: flex;
    align-items: center;
    font-weight: 500;;
}

.rounded-img img {
    border-radius: 50%;
}

.info-box {
    margin: 5vh 0;
    background-color: #E8E8E8;
    padding: 10px 20px;
    border-radius: 5px;
}

.scale15 {
    transform: scale(1.5);
}

.scale2 {
    transform: scale(2);
}

.mitarbeiter-grid {
    display: grid;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .mitarbeiter-grid {
        grid-template-columns: 1fr;
    }
    .ansprechpartner-card {
        flex-direction: column;
        margin-bottom: 35px;
    }
}

.mitarbeiter-item {
    flex: 0 0 50%;
}


/* END MAIN CONTENT */

/* FOOTER */

#text-2 p {
    color: #fe7f1e;
    text-align: justify;
}

.icon-nav {
    display: flex;
    justify-content: flex-end;
}

.footer-icons {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    filter: opacity(0.5);
}

.footer-top-area {
    padding: 35px 0;
    border-top: 3px solid #fe7f1e;
    background: #000;
}

.footer-contact {
    padding: 35px;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(254, 126, 41, 0) 0%, rgba(254, 127, 30, 1) 50%, rgba(252, 176, 69, 0) 100%) 1;
    background: #000;
}

.footer-top .widget .widget-title {
    color: #fe7f1e;
    text-transform: none;
    font-weight: 400;
}

.footer-partner {
    display: flex;
    justify-content: space-between;
}

/* END FOOTER */