/*
Theme Name: FAB Child Theme
Description: FAB Child Theme
Author: FAB
Template: unicon
Version: 1.0
*/

@import url('../unicon/style.css');



/* Vorteile */

#vorteile::before
{
    font-size: 200px;

    position: absolute;
    z-index: 9;
    top: 0;

    display: block;
    visibility: visible;

    width: 100%;
    height: 300px;

    content: '';
    text-align: center;

    background: url(/wp-content/themes/fab-child/img/redtop.svg);
    background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
}

#vorteile::after
{
    font-size: 200px;

    position: absolute;
    z-index: 9;
    bottom: -30px;

    display: block;
    visibility: visible;

    width: 100%;
    height: 300px;

    content: '';
    text-align: center;

    background: url(/wp-content/themes/fab-child/img/redbottom.svg);
    background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
}

/* Standortbox */
.standortbox
{
    position: relative;

    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;

    box-shadow: 0 10px 15px rgba(0,0,0,.3);
}
.standortbox:hover
{
    transform: scale(1.025);
}

/* Lists */
.minti_list.checkbox li
{
    margin-left: 30px;
}
.minti_list.checkbox li::before
{
    margin-left: -25px;
}


/* Blog */
.blog-page .read-more-link
{
    display: block;

    margin-top: 25px;
}

/* Alert */
.alert-message
{
    font-size: 12px;

    text-align: left!important;
}


/* Kontakt */
.fab-dsgvo p
{
    font-size: 12px;
    font-weight: 300 !important;
    line-height: 1.6;
}
.fab-dsgvo .wpcf7-form-control-wrap .wpcf7-list-item
{
    float: left;

    margin-bottom: 20px !important;
}

/* Titlebar */
#fullimagecenter h1,
#transparentimage h1,
#fullimagecenter .title-h1,
#transparentimage .title-h1
{
    padding: 50px 0;
}


/* WPCA */

.customer-area #ssb-container
{
    display: none;
}

.cuar-page-content .nav.panel-tabs-border.panel-tabs li:nth-child(2)
{
    display: none;
}

.cuar-css-wrapper .page-heading
{
    margin: 0!important;
}

.cuar-form .alert
{
    line-height: 1.4 !important;

    display: block;

    margin: 0 !important;
    padding: 15px !important;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail-icon,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail-icon
{
    color: #d50000;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-menu-item > a,
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-page-parent > a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a:focus,
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a:hover
{
    background: #d50000!important;
}

.cuar-owner-field.cuar-owner-field-glo,
.cuar-owner-field.cuar-owner-field-rol
{
    display: none !important;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix,
body.customer-area-active .cuar-css-wrapper .collection .collection-content .mix
{
    padding: 15px 0 0 0;
}

/* Cal */
.simcal-align-right {
    display: none !important;
}
.simcal-nav.simcal-current h3 {
    font-size: 16px !important;
    color: black !important;
    font-weight: 300 !important;
    margin: 0 !important;
}

/* Responsive */

@media screen and (max-width:768px)
{
    #topbar .social-icons
    {
        display: none;
    }
    .tparrows
    {
        display: none;
    }
}
