/*
	Theme Name: StarStories
	Theme URI: https://stories.star-themes.com
	Text Domain: starstories
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Description: WordPress Theme like SnapChat Stories
	Version: 1.0.1
	Author: Star-Themes
	Author URI: http://stories.star-themes.com/
	Tags: Stories, HTML5, CSS3
*/

/*
Farbe der Warnmeldungen im Kontaktformular by Tim
*/

span.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    display: block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #000;
}

/*
Menübreite bei Drop-Down by Tim
*/
navbar-simple .nav-container .dropdown .dropdown-menu .dropdown-cont {
    padding: 1rem 0;
        padding-right: 0px;
        padding-left: 0px;
    position: relative;
    width: 290px !important;
}

/*
Buttonfarbe Vakanz WP Forms by Tim
*/
.wpforms-form button[type=submit], button.wpforms-page-button {
    background-color: #e47910 !important;
    border-color: #e47910 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
.wpforms-form button[type=submit]:hover, button.wpforms-page-button:hover {
    background-color: #e47910 !important;
}

/*
Space im Top-Menü entfernt
*/
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2px !important;
}