/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: micha (info@webstylerei.de)
*/

/* Woohoo! Let's customize! */

.topnav-werde-mitglied-button{
    background-color: #e38800;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    transition: color .2s ease-in-out;
    margin-left: .6em;
	margin-right: .6em;
	padding: .6em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	display: block;
	margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom:4px;
    }
    
.topnav-werde-mitglied-button:hover{
	color:#fff;
	background-color: #e08500;
	}
