/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: Jennifer Polzin
Author URI: https://arztpraxis-frenzel.de
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney-child
*/

#mainnav .dropdown-symbol {
display: none;
}

/*Rahmen Sidebar*/

#text-5, #text-6, #text-7 {
	border: 3px #ea6848 solid;
	padding: 10px;
	
} 

/*Rahmen Button*/

#text-8 {
	border: 3px #ea6848 solid;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #e6e6e6;
} 

/*Rahmen Header*/
.metaslider {	
	border-top: 5px solid #ea6848;
}

/*Submenu*/

.menuBottom { 
	display: block;
	margin-top: -35px;
}

.menuBottom ul { display:inline; float:right;}
.menuBottom li { list-style-type: none; display: inline;}
.menuBottom li a {
	text-decoration: none;
	font-weight:normal;
	border-right: thin solid #fff;
	padding: 0 7px 0 3px;
}
.menuBottom li a:hover { color:#fff; text-decoration:none;}
.menuBottom li:last-child > a {border-right: none;} /* remove pipe from last item */

/* mobile Geräte Footer */
@media (max-width: 550px) {
	.site-info {
	text-align: center;
	line-height: 22px;
	}
	.menuBottom {
	margin: 0;
	}
	.menuBottom ul { 
	float:none;
	margin-right: 40px;
	}
}
