/*
Theme Name: Rechtsanwalt Sternberg Theme
Theme URI: https://www.zauberzeilen.de
Author: Zauberzeilen - Ihr Webauftritt von A - Z
Author URI: https://www.zauberzeilen.de
Description: Kundenspezifisches Wordpress Theme für Rechtsanwalt Sternberg
Version: 1.0
Text Domain: ra-sternberg
*/

body {
	font-family:Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #dee7f3;
	color: #FFFFFF;
}

.container {
    max-width: 60em;
    margin: 0 auto;
}

.content {
	padding: 0 1em 0 1em;
}

.fit-image {
    width: auto;
    height: auto;
    max-width: 100%;
}

.header_logo {
	padding: 12px 10px 10px 10px;
}

.jewelery_line_small {
	height: 2px;
	padding: 0px;
}

.jewelery_line {
	height: 24px;
	padding: 0px;
}

.bg_white {
	background: #FFFFFF;
}

.bg_blue {
	background: #87A2D1;
}

.bg_light_blue {
	background: #A4B7DC;
}

.imprint {
	color: #21180C;
	margin-top: 10px;
	text-align: center;
	font-size: smaller;
}

.nav-menu a {
    border: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.nav-menu a:hover {
   text-shadow: 2px 2px 3px rgba(128, 128, 128, 1);
   color: white;
   font-weight: bold;
}

.nav-menu {
	list-style: none;
	padding: 0px;
}

.nav-menu > li {
    padding: 4px 10px;
}

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #C0C0C0;
}

.slicknav_menu {
	display: none;
	background: #A4B7DC;
}

.entry-content-image {
	float: right;
	max-width: 50%;
}

@media screen and (max-width: 48em) {
	.hide-on-sm {
		display:none;	
	}
	
	.js .slicknav_menu {
		display:block;
		margin-right:-8px;
	}
}
