/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


body {

}


.call-action {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.call-action ul {

}

.call-action ul li {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    background: #24265d;
    list-style: none;
    padding: 25px;
    cursor: pointer;

}

.call-action ul li a {
display: inline-block;
}


.call-action ul li a i {
font-size: 30px;
color: #fff;
}

.is-bottom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

#summe-konfigurator {
    margin: 50px 0 75px 0;
    padding: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background:#66c430;
    color: #fff;


}

.funktionen-fragen,.inhalt-fragen,.kontakt {
    margin: 50px 0;
}

#produktkonfigurator h3 {
    margin-bottom: 20px ;
}

#produktkonfigurator span {
    color: #000;
}

.select2-search-choice-close:after{
    content: "\03a7";
   font-size: 18px;
    color: #000;
}


