/*
Theme Name: DIVI SSV Child Theme
Author: w3united Media Consulting
Description: DIVI SSV Child Theme
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ********************** Header Text statt Logo Anpassungen ************************   */
header#main-header a.textlogo {
color: #C22725;
transition: all 300ms ease;
vertical-align: 0px;
}

header#main-header.et-fixed-header a.textlogo {
vertical-align: 0px;
}
 
@media only screen and ( max-width: 980px ) { 
header#main-header a.textlogo { 
    vertical-align: 0px;
    font-size: 1.3em;
}
}
 
@media only screen and ( max-width: 767px ) { 
header#main-header a.textlogo { 
    font-size: 1.3em;
}
}
 
@media only screen and ( max-width: 479px ) {
header#main-header a.textlogo { 
    font-size: 1.1em;
}
}

/* ********************** Top Header Zeile Anpassungen ************************   */

#top-header, #et-secondary-nav li ul {
    background-color: #C22725;
}

/* ********************** Burger Menü Farbe ************************   */

#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,.mobile_menu_bar:after,.mobile_menu_bar:before {
    color: #C22725 !important;
}

.et_mobile_menu,.nav li ul {
    border-color: #C22725 !important;
}

#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,.mobile_menu_bar:after,.mobile_menu_bar:before {
    color: #C22725 !important;
}

/* ********************** Team konfig ************************   */

.et_pb_member_position {
    color: #666 !important;
}

.et_pb_team_member_description p {
    color: #666 !important;
}

/* ********************** Kalender abonieren ausblenden ************************   */

.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none;
}

/* ********************** Submenü ************************   */
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
  background-color: #fff !important;
}