/*
Theme Name: Enfold Child
Description: CLICKSPORTS Enfold Child Theme.
Version: 1.0
Author: CLICKSPORTS
Author URI: https://www.clicksports.de
Template: enfold
*/

/*****************************************************************
 * GENERAL
 ****************************************************************/

/* Removes Enfold link color from strong text. */
.main_color strong, .alternate_color strong { color: inherit; }

h1,h2,h3,h4,h5,h6 {
	text-transform: none !important;
}

/* Table header cells. */
.avia-table th {
    text-transform: none;
}

/* Table data cells. */
.avia-table td {
    vertical-align: middle;
}

/*****************************************************************
 * COOKIE MESSAGE
 ****************************************************************/

.avia-cookiemessage-bottom-left {
    bottom: 60px !important;
}

/* Cookie consent message container. */
.avia-cookie-consent {
    background-color: rgba(225, 225, 225, 0.9) !important;
    color: #333 !important;
}

.avia-cookie-consent a {
    text-decoration: underline;
    color: #a81010 !important;
}

.avia-cookie-consent p {
    line-height: 1.8;
}

/*****************************************************************
 * FORMS
 ****************************************************************/

textarea {
    height: 100px !important;
}

/* Contact form input checkbox label. */
.avia_ajax_form .input_checkbox_label {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}

.avia_ajax_form {
    -webkit-box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
    -moz-box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
    box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
}

.cs-landing-contact-form {
    -webkit-box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
    -moz-box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
    box-shadow: 10px 10px 41px -12px rgba(51,51,51,1);
}

/* Forms. */
#top form {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background-color: #fff;
}

/* Tabs. */
.tab, .active_tab {
    outline: 0;
}

#top .iconbox.av-no-box .iconbox_icon{
    border-width: 2px !important;
}

/*****************************************************************
 * NAVIGATION
 ****************************************************************/

/* Removes active menu indicator and top space for submenus. */
.avia-menu-fx {
    display: none;
}

/* Removes top spacing border for regular submenus and mega submenus. */
#top #header .sub-menu,
#top #header .avia_mega_div > .sub-menu {
    border-top-width: 0;
}

/* Disables header transparency. */
#header_main {
    background-color: white;
}

/*****************************************************************
 * FOOTER
 ****************************************************************/

/* Footer socket menu. */
#socket {
    font-size: 14px;
}

#socket .sub_menu_socket {
	float: left;
}

#socket .sub_menu_socket li {
	padding: 0;
}

#socket .menu {
    margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#footer {
	padding: 30px 0;
}

#footer .widget{
	margin: 0;
}


/*****************************************************************
 * ELEMENTS FOR SUBPAGES.
 ****************************************************************/

/* Headline rotator. */
.av-rotator-text-single {
    color: #e1071f;
}

/* Tag lists: Support. */
.main_color .taglist a {
    color: #ffffff;
}
.main_color .taglist {
    color: #920016;
}
.main_color .taglist a.activeFilter {
    color: #920016;
}

/*****************************************************************
 * CUSTOM ELEMENT CLASSES
 ****************************************************************/

.background-cover {
	background-size: cover;
}

.m-auto {
	margin: auto;
}

.mw-850 {
	max-width: 850px;
}


