/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/quicksand-v8-latin-300.eot');
    src: local('Quicksand Light'), local('Quicksand-Light'),
    url('fonts/quicksand-v8-latin-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/quicksand-v8-latin-300.woff2') format('woff2'),
    url('fonts/quicksand-v8-latin-300.woff') format('woff'),
    url('fonts/quicksand-v8-latin-300.ttf') format('truetype'),
    url('fonts/quicksand-v8-latin-300.svg#Quicksand') format('svg');
}
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/quicksand-v8-latin-700.eot');
    src: local('Quicksand Bold'), local('Quicksand-Bold'),
    url('fonts/quicksand-v8-latin-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/quicksand-v8-latin-700.woff2') format('woff2'),
    url('fonts/quicksand-v8-latin-700.woff') format('woff'),
    url('fonts/quicksand-v8-latin-700.ttf') format('truetype'),
    url('fonts/quicksand-v8-latin-700.svg#Quicksand') format('svg');
}

.home-guide .fusion-row, .fusion-footer-widget-area .fusion-column-last, .fusion-footer .fusion-footer-widget-area ul, .referenzen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.fusion-main-menu {
    text-transform: uppercase;
}
.fusion-main-menu > ul > li > a {
    border-top-color: transparent !important;
    border-bottom: 6px solid #fbb900 !important;
}
.fusion-main-menu > .fusion-menu > .current-menu-item > a, .fusion-main-menu > .fusion-menu > .current-menu-ancestor > a, .single-dp-references .menu-ref > a, .single-post #menu-item-37 > a, .single-post #menu-item-39 > a {
    font-weight: bold;
}
.dp-layer {
    text-transform: uppercase;
    position: relative;
}
.dp-layer span {
    color: #fbb900;
}
.dp-layer::after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -71px;
    width: 136px;
    height: 71px;
    background: url(images/slider-bottom.png) no-repeat;
    background-size: cover;
}
.fusion-title {
    margin-bottom: 7% !important;
}
.home-contact .fusion-title {
    margin-bottom: 4% !important;
}
.fusion-title::after {
    content: '';
    display: block;
    width: 30%;
    height: 3px;
    background-color: #fbb900;
    margin: 25px auto 0;
}
.home-guide .fusion-title::after {
    background-color: #fff;
    width: 50%;
    margin: 20px 0 0;
}
.home-guide .fusion-row {
    -ms-flex-align: center;
    align-items: center;
}
.home-guide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 57px;
    height: 29px;
    transform: translateX(-50%);
    background: url(images/arrow-1.png) no-repeat;
}
.home-contact {
    color: #fff;
    font-size: 18px;
}
.home-contact .fusion-title::after {
    display: none;
    margin: 0;
}
.home-contact a {
    color: #fff;
}
.home-contact h3 {
    text-transform: uppercase;
}
.fusion-rollover {
    background: rgba(251, 185, 0, 8.8) !important;
}
.fusion-rollover h4 {
    font-size: 20px !important;
}
.fusion-rollover-categories {
    display: none;
}
.dp-gallery {
    text-align: center;
}
.dp-gallery .fusion-gallery-image a {
    position: relative;
    display: inline-block;
}
.dp-gallery .fusion-gallery-image a span {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 34px;
    left: 10px;
    color: #fff;
    background: url(images/gallery.png);
    padding: 30px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.8s;
    opacity: 0;
    text-align: left;
}
.dp-gallery .fusion-gallery-image a:hover > span {
    opacity: 1;
}
.dp-gallery .fusion-gallery-image a span::after, .referenzen article::after {
    content: '';
    position: absolute;
    left: 38px;
    bottom: -31px;
    width: 63px;
    height: 31px;
    background: url(images/gallery-arrow.png) no-repeat;
}
.page-template-page-referenzen #main {
    padding-left: 0;
    padding-right: 0;
}
.page-template-page-referenzen #main > .fusion-row {
    max-width: none;
}
.page-template-page-referenzen .page-header {
    margin-left: -30px;
    margin-right: -30px;
}
.page-template-page-referenzen .fusion-title {
    padding-left: 30px;
    padding-right: 30px;
}
.single-dp-references .post {
    margin: 0;
}
.fusion-column-wrapper .gfrerer-job-icon h2.content-box-heading {
    font-weight: bold !important;
}
.fusion-accordian .gfrerer-job-title .fusion-toggle-heading {
    font-weight: bold !important;
}
.referenzen {
    margin-left: -5px;
    margin-right: -5px;
    text-transform: uppercase;
}
.referenzen > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 5px;
    width: calc(33.3333% - 10px);
    position: relative;
    color: #fff;
}
.referenzen figure {
    margin: 0;
    overflow: hidden;
}
.referenzen img {
    transition: all 1s;
}
.referenzen a:hover > figure > img {
    transform: scale3d(1.1,1.1,1);
}
.referenzen article {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 34px;
    left: 10px;
    background: url(images/gallery.png);
    padding: 30px;
    transition: all 0.8s;
    opacity: 0;
}
.referenzen a:hover > article {
    opacity: 1;
}
#wrapper .post-content .referenzen h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.referenzen p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.ilightbox-toolbar a {
    background-color: #fbb900 !important;
}
.ilightbox-caption {
    background: rgba(251, 185, 0, 0.8) !important;
    font-size: 16px !important;
    color: #fff !important;
}
.fusion-footer .fusion-footer-widget-area {
    padding: 0 0 70px;
}
.fusion-footer .fusion-footer-widget-area.fusion-widget-area {
	padding-left:0 !important;
	padding-right:0 !important;
}
.fusion-footer-widget-area .fusion-column:first-child {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #fbb900;
    padding: 25px 30px;
    float: none;
}
.fusion-footer-widget-area .fusion-column:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -27px;
    width: 55px;
    height: 27px;
    transform: translateX(-50%);
    background: url(images/arrow-2.png) no-repeat;
}
.fusion-footer-widget-area .fusion-column:first-child .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 25px;
}
.fusion-footer-widget-area .fusion-column:nth-child(2) {
    padding: 70px 30px 40px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    float: none;
    margin: 0 !important;
}
.fusion-footer-widget-area .fusion-column-last {
    width: auto;
    max-width: 1160px;
    margin: auto;
    float: none;
    padding: 0 30px !important;
}
.fusion-footer-widget-area .fusion-column-last .fusion-footer-widget-column {
    margin: 0 15px;
    width: calc(50% - 30px);
}
.fusion-footer .fusion-footer-widget-area ul {
    font-size: 18px;
}
.fusion-footer .fusion-footer-widget-area .widget_nav_menu li {
    border: none;
    padding: 0;
}
.fusion-footer-widget-area .widget_nav_menu li a {
    display: inline;
}
.fusion-footer-widget-area .widget_nav_menu li a:before {
    content: '';
}
.fusion-footer-widget-area .fusion-column-last .fusion-footer-widget-column:last-child {
    text-align: right;
}
.post-content .fusion-builder-placeholder {
    display: none;
}
#wrapper .post-content .gfrerer-team h2 {
    font-size: 20px;
    margin: 10px 0 0;
}
#wrapper .post-content .gfrerer-team h3 {
    font-size: 18px;
    margin-top: 0;
}

body .ilightbox-button.ilightbox-prev-button.metro-white{

    background: url("/wp-content/themes/Avada-Child-Theme/images/arrows_vertical.png") no-repeat 50% 0px;
}

body .ilightbox-button.ilightbox-next-button.metro-white {
    background: url("/wp-content/themes/Avada-Child-Theme/images/arrows_vertical.png") no-repeat 50% -100px;
}

span.wpcf7-list-item {
    display: block!important;
}
.cf7-text-drop, .cf7-text-or {
    font-size: 16px;
    line-height: 1.5;
}
.cf7-text-browser a, .cf7-text-browser a:hover {
    background: #fbb900;
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    line-height: 1;
    margin-top: 10px;
}
.cf7-dragandrophandler {
    height: 152px;
}
.cf7-drop-progressBar div {
    background: #fbb900;
}

@media screen and (max-width: 1150px) {
    .referenzen {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .dp-layer::after {
        width: 70px;
        height: 37px;
        bottom: -37px;
    }
    .dp-gallery .fusion-grid-column {
        width: 50% !important;
    }
    .referenzen > div {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 992px) {
    .home-guide .fusion-row .fusion-layout-column:first-child {
        width: 30% !important;
        margin-right: 0 !important;
        padding-right: 20px;
    }
    .home-guide .fusion-row .fusion-layout-column:nth-child(2) {
        width: 70% !important;
        margin-right: 0 !important;
    }
    .home-guide .fusion-row .fusion-layout-column:last-child {
        width: 100% !important;
    }
    .home-guide .fusion-row .fusion-layout-column:last-child .fusion-button.button-1 {
        width: 100%;
    }
    .home-contact .fusion-layout-column:nth-child(2), .home-contact .fusion-layout-column:nth-child(5) {
        display: none;
    }
    .home-contact .fusion-layout-column:nth-child(3), .home-contact .fusion-layout-column:nth-child(4) {
        width: 50% !important;
        margin: 0 !important;
    }
    .home-contact .fusion-layout-column:nth-child(3) {
        padding-right: 20px;
    }
}
@media screen and (max-width: 800px) {
    .dp-layer::after {
        width: 30px;
        height: 16px;
        bottom: -16px;
    }
    .home-contact .fusion-layout-column:nth-child(3), .home-contact .fusion-layout-column:nth-child(4) {
        width: 100% !important;
    }
    .dp-gallery .fusion-grid-column {
        width: 100% !important;
    }
    .referenzen > div {
        width: auto;
    }
    .fusion-footer-widget-area .fusion-column:nth-child(2) {
        padding-top: 20px;
    }
    .fusion-footer-widget-area .fusion-column-last .fusion-footer-widget-column {
        width: calc(100% - 30px);
    }
    .fusion-footer .fusion-footer-widget-area ul {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px) {

}