/*
 Theme Name:   Supreme Club – Fitness - Divi Child
 Description:  Supreme Club Fitness - Divi Child
 Author:       Daniele Ladas
 Author URI:   https://www.dladas.de
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
*/

/* Datenschutzhinweis bei */
div.standard-kontaktformular [data-id="datenschutzhinweis"] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
   display:none;
}

/* HYPHENS */

body {
-moz-hyphens: auto;
-moz-hyphenate-limit-chars: auto 3;
-moz-hyphenate-limit-lines: 4;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}

/** DIVI ALIGN CONTENT VERTICALLY (copy/assign class to module-column)------------------------------------------------- **/
    .ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 


/* SUPREME Button------------------------------------------------------- */

.supreme-glow-btn,
.supreme-glow-btn.et_pb_button,
.et_pb_button.supreme-glow-btn {
  transition: all 0.3s ease !important;
}

.supreme-glow-btn:hover,
.supreme-glow-btn.et_pb_button:hover,
.et_pb_button.supreme-glow-btn:hover {
  box-shadow:
    0 0 12px #11d8e8,
    0 0 24px rgba(17, 216, 232, 0.7),
    0 0 48px rgba(17, 216, 232, 0.45) !important;
  transform: translateY(-2px);
}

/* ICONS FUER KONTAKT ------------------------------------------------------- */





/* AUFZÄHLUNGSLISTE/LIST-ITEM MIT HAEN ------------------------------------------------------- */
.list_haken ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.list_haken ul li::before {
	font-family: ETmodules;
    margin-right: 10px;
    content: "\4e";
	vertical-align: middle;
	color: #104591;
}



/* FOOTER ------------------------------------------------------- */



/* CENTER FOOTER MENU -------------------------------------------- */
  #footer-info,
  #footer-info a {
    float: none;
    text-align: center;
  }

.bottom-nav {
	text-align: center;
	}



/* MEDIA QUERIES ______________________________________________________________________________________________________________________________________________________________________________________________________________________________ */

/* Laptops and desktops (1025-1405px) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media only screen and ( min-width: 1025px ) and ( max-width: 1405px) { 


}

/* Tablets in landscape mode (981-1024px) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and ( min-width: 981px ) and ( max-width: 1024px ) { 



}

/* Tablets in portrait mode (768-980px) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {



}


/* Smartphones in landscape mode (480-768px) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {


}

 

/* Smartphones in portrait mode (0-479px) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and ( max-width: 479px ) {

}
