/*
Theme Name: Dr. Fuchs
Theme URI: http://www.therapiefuchs.at
Version: 1.0
Description: Theme for Dr. Fuchs 
Template: main-theme
Author: Michael Parak
Author URI: https://www.michaelparak.at
*/

/*------------------------------------------------*/
/*--------------[CUSTOM CSS]----------------------*/
/*------------------------------------------------*/

#et-info {
	float: right;
	font-size: 1.3em;
}
#et-info-smphone::before {
	position: relative;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 2px;
	margin-right: 2px;
	content: "\e00b";
	text-shadow: 0 0;
	line-height: 1;
	text-transform: none;
	speak: none;
}

H2 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	#et-secondary-menu, #et-secondary-nav {
		display: block !important;
		text-align:center;
		float:none;
	}
	#et-secondary-menu {
		display: block !important;
		text-align:center;
		float:none;
	}
	#et-info {
		float: none !important;
	}
}

/* Header */
#main-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Mobile Menu */
.mobile_menu_bar::before,
.mobile_menu_bar::after {
	color: #583480 !important;
}
.et_mobile_menu {
	border-top: 3px solid #583480 !important;
}
strong{
	color: #583480;
}
.et_header_style_centered #main-header .mobile_nav {
	display: block;
	padding: 5px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #dad3e5;
	text-align: left;
}

/* Slider Startseite */
#slider_home .et_pb_slide {
	padding: 0; 
	padding-bottom: 50%; 
	height: 0;
	background-size: contain;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer-links a,
#footer-links strong{
	color: #ffffff !important;
	text-decoration: none;
}
#footer-bottom {
	display:none;
}


/*------------------------------------------------*/
/*------------------[MEDIA QUERIES]---------------*/
/*------------------------------------------------*/


/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {

}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {

}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {

}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}

/* Printscreen Styles */
@media print {

}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {

}

@media all and (min-width: 480px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {

}

/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {

}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}