/*
Theme Name:   Vorlage
Description:  Write here a brief description about your child-theme
Author:       Enodia
Author URL:   https://dentaltheke.de
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Vorlage
*/

/* Write here your own personal stylesheet */

@media (min-width: 980px) {
	.menu_cta { padding: 0 !important; border-radius: 30px; border: solid 2px #000; transition: 0.3s; }
	.menu_cta a { color: #000; padding: 15px 30px 15px 30px !important; }
	#top-menu-nav .menu_cta a:hover { opacity: 1; color: #fff !important; }
	.menu_cta:hover { border: solid 2px #81cbd0; background: #81cbd0; color: #fff !important; }
	.menu_cta:hover a { color: #fff !important; }
}


@media (max-width: 980px) {
	#top-header { display: none; }
}