/*
    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: 'Allison Script';
    src: url('./fonts/AllisonScript-Regular.woff2') format('woff2'),
        url('./fonts/AllisonScript-Regular.woff') format('woff'),
        url('./fonts/AllisonScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, p, h1, h3, h4, h5 {
    letter-spacing: 1px;
}

h1 {
    letter-spacing: 2px;
    color: #b3b3b3;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    margin: 0px;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}

h4 {
    font-size: 18px;
}

ul {
    list-style-position: inherit;
    padding-inline-start: 0px;
}

.site-main li {
    list-style: none;
    background-image: url(/wp-content/uploads/arrow-red.svg);
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 10px;
}

hr {
    border-top: 1px solid #c81c28;
}

.light_text, .light_text h1, .light_text h2, .light_text h3, light_text a {
    color: #fff;
}


.site-main-nav .main-menu > li > a {
    text-transform: uppercase;
    font-family: Montserrat;
}

.site-main-nav .main-menu > li > a:after {
    border-top: 5px solid;
    bottom: -30px;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li > a {
    padding: 5px 15px;
    line-height: 1.2;
}


.mega-menu li.menu-item li > a .mm-text:after{
    content: "";
    border-top-width: 0px;
    border-top-style: none;
    right: 0;
    left: auto;
    width: 0;
    position: absolute;
    transition: none;
    bottom: 0;
}

.mega-menu .mm-popup-narrow li.menu-item > a {
    font-size: 12px;
}

.showposts-loop {
    display: none;
}

.home-boxes {
    margin-top: -100px;
}

.intro-claim {
width: 50%;
    padding: 5vh 2vw;
}

.alignright {
    margin-bottom: 1em;
    margin-left: 1em;
}

.alignright-btn {
    display: inline;
    float: right;
    margin-left: 2em;
    margin-bottom: 1.5em;
}

.alignright-btn:before {
    background-image: url('/wp-content/uploads/arrow-red.svg');
}

.stickybox {
    position: fixed;
    right: 0;
    top: 30vh;
    z-index: 99;
    text-align: center;
}

.infobox, .entrybox {
    width: 100px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px black;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 14px;
}


.hero_start {
    min-height: 60vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/start-home.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

.hero_img {
    min-height: 40vh;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}

.hero_fortbildung {
    min-height: 40vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/hero-fortbildungen1.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}

.hero_rechtsfachwirt {
    min-height: 45vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/hero-fortbildungen2.jpg');
    background-position: top;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}

.hero_inkasso {
    min-height: 45vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/hero-inkasso.jpg');
    background-position: top;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}

.divider-gradient {
    padding-top: 100px;
}

.bottom_img {
    min-height: 45vh;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
    padding: 1vh;
}

.bottom_rechtsfachwirt {
    min-height: 45vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/price-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}

.inkasso-bottom {
    min-height: 45vh;
    background-size: cover;
    background-image: url('/wp-content/uploads/inkasso-bottom.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 1vh;
    margin-bottom: 50px;
}


.title-box {
    display: inline-block;
    position: relative;
    max-width: 66%;
    bottom: -15vh;
    text-transform: uppercase;
    background-image: url(/wp-content/uploads/bookmark-red.svg);
    background-color: #ffffff;
    background-size: 3%;
    background-position: 5% 0%;
    background-repeat: no-repeat;
    padding: 3vh 8vh;
    box-shadow: 3px 3px 15px 1px rgb(0 0 0 / 30%);
}

.title-box2 {
    display: inline-block;
    position: relative;
    max-width: 66%;
    bottom: 0vh;
    text-transform: uppercase;
    background-image: url(/wp-content/uploads/bookmark-red.svg);
    background-color: #ffffff;
    background-size: 3%;
    background-position: 5% 0%;
    background-repeat: no-repeat;
    padding: 3vh 8vh;
    box-shadow: 3px 3px 15px 1px rgb(0 0 0 / 30%);
}

.bullet-box {
    vertical-align: middle;
    text-transform: uppercase;
    background: #fff;
    padding: 3vh 4vh;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.3);
}

.bullet-box-red, .bullet-box-grey {
    text-transform: uppercase;
    background: #fff;
    background-size: 20px;
    background-position: 20px 0%;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    padding: 25px 15px !important;
}

.bullet-red-full {
    padding: 50px;
    margin-bottom: 50px;
    background: #fff;
    background-size: 2%;
    background-position: 5% 0% !important;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.3);
}

.bullet-box-red, .bullet-red-full {
    background-image:url('/wp-content/uploads/bookmark-red.svg');
}
.bullet-box-grey {
    background-image:url('/wp-content/uploads/bookmark-grey.svg');
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    text-transform: uppercase;
    background-image: url(/wp-content/uploads/arrow-red.svg);
    background-size: contain;
    padding: 10px 35px;
    background-repeat: no-repeat;
}

.center {
    display: block;
    margin: 10px auto 10px auto;
    width: 50%;
}

.grey-box {
    background-color: #ececec;
    padding: 25px;
}

.darkgrey-box {
    background-color: rgba(112,111,111,0.7);
    padding: 25px 40px;
}

.modul-box {
    padding: 25px 25px 80px 25px;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.3);
    background-image: url(/wp-content/uploads/paragraph-icon.svg);
    background-color: #ffffff;
    background-size: 6%;
    background-position: 95% 95%;
    background-repeat: no-repeat;
}

.modul-box2 {
    padding: 25px;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.3);
    background-color: #ffffff;
}

.modul-box12 {
    padding: 25px 25px 80px 25px;
    box-shadow: 3px 3px 15px 1px rgba(0,0,0,0.3);
    background-image: url(/wp-content/uploads/paragraph-icon.svg);
    background-color: #ffffff;
    background-size: 3%;
    background-position: 95% 95%;
    background-repeat: no-repeat;
}

.modul-box p {
    margin: 0px;
}

.divider-gradient {
    background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
}

.bg-info {
    background-size: 100%;
    background-image: url('/wp-content/uploads/info-bg.jpg');
    background-repeat: no-repeat;
}

.footer-blocks {
    text-transform: uppercase;
    padding-top: 45px;   
}

.new-badge {
    background-image: url(/wp-content/uploads/new-button.svg);
    background-position: 85% 15%;
    background-repeat: no-repeat;
    background-size: 15%;
}

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

.top-phone {
    margin-right: 25px;
}

.top-phone img, .top-mail img {
    max-width: 20px;
    margin: 0px 10px;
}


.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form .wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form .wps-form-column {
    flex: 1;
    width: 100%;
    padding: .5rem 0;
}

.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap .wpcf7-text {
    padding: 5px 10px;
}

.formular-abfragen {
    color: #c81c28;
}

.wpcf7-checkbox {
    margin-bottom: 25px;
}

input[type="submit" i]:disabled {
    border: 0px;
    background-color: #ececec;
    background-image: url('/wp-content/uploads/arrow-red.svg');
    background-repeat: no-repeat;
    color: #c81c28;
    width: 60% !important;
    margin-left: 1em;

}

input[type="submit" i] {
    border: 0px;
    background-color: #c81c28;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 60% !important;
    margin-left: 1em;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #c81c28;
    color: white;
    border: 1px solid #999;
}


    a.trigger-dlmenu {
        width: 100% !important;
        background-color: none !important;
    }

.cn-button.wp-default {
    color: #c81c28;
    background: #fff;
}


@media (min-width: 992px) {
    
    h1 {
        margin: 0px;
    }
    
.bullet-box-red, .bullet-box-grey {
    width: 30%;
    margin: 1%;
}

    .header-v1 .site-header .header-left {
        width: 10%;
    }
    
    .menu-item-442 {display:none !important;}
    
}


@media only screen and ( min-width: 48em ) { 
    .wps-form .wps-form-row {
        flex-direction: row;
    }
    .wps-form .wps-form-column {
        padding: .5rem 1rem;
    }
    
    .vorteil-box {
        padding-left: 50px;
    }
}

@media only screen and (max-width:991px) {
    
    .home-boxes {
        margin-top: 0px !important;
    }

    
body.airi-body {font-size: 12px;} 
    
h1 {
    font-family: montserratlight;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 1px;
}
    
    h3 {
        font-size: 16px;
    }   
    h4 {font-size: 14px;}
    
    .stickybox {
        display: none;
        right:0;
        top: 50vh;
    }
    
    .infobox, .entrybox {
        width: 60px;
        font-size: 8px;
        font-weight: bold;
        line-height: 8px;
        letter-spacing: 0px;
    }
    .title-box {
    max-width: 100%;
    bottom: -8vh;
}
    
    .bullet-red-full {
    padding: 0px;
    margin-bottom: 50px;
    background-image: none !important; 
    box-shadow: none;
}
    
    .alignright {
    display: block;
    float: inherit;
    margin-left: 0;
    }
    
    .top-contact {
        text-align: center;
    }
    
    .top-phone {
    margin-right: 0px;
}
    
    .intro-claim {
    padding: 5vh 2vw;
}
    .hero_img {
        min-height: 30vh;
        margin-bottom: 0px;
    }
    
    .divider-gradient {
    padding-top: 50px;
}
    
    div.wpforms-container-full .wpforms-form .wpforms-field {
        width: 100%;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0%;
}
    
    .bottom_img {
        min-height: 25vh;
    }
    
    .footer-column-1 {display: none;}
    .footer-bottom {text-align: center;}
    .site-footer .widget {margin-bottom: 1em;}
    
}
