/*
 Theme Name: Lotta
 Theme URI:
 Description: Lotta Childtheme aus Confit
 Author: Martina Rüdiger
 Author URI: http://www.webtotum.de/
 Template: confit-wpcom
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Typografie */
.site-title {
	font-family: Lobster, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
}
.main-navigation a {
	color: #36312d;
	display: block;
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 6px 0;
	padding: 0.6rem 0;
	text-decoration: none;
}
.main-small-navigation a {
	color: #36312d;
	display: block;
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 6px 0;
	padding: 0.6rem 0;
	text-decoration: none;
}
.entry-title {
	border-left: 5px solid #a51327;
	color: #a51327;
	font-family: Lobster, Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 1.1428571428;
	padding: 0 4.85436893% 0 4.04530744%;
	letter-spacing: -0.04em;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	font-family: Lobster, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.page-template-page-menu-php .menu-group-title {
	color: #a51327;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 1.3714285714;
	padding: 0 4.85436893%;
}
.widget-title {
	font-family: Lobster, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
}
body,
button,
input,
select,
textarea {
	color: #36312d;
	font-family: Roboto, georgia, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}
.page-template-page-menu-php .menu-items .entry-title {
	border: none;
	clear: none;
	color: #36312d;
	font-family: Roboto, georgia, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	padding: 0 54px 0 0;
}
#respond h3#reply-title {
	font-family: Roboto, georgia, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}
.jetpack-testimonial .entry-title {
	border: 0;
	font-family: Roboto, georgia, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
/* Links */
a {
	color: #a51327;
	text-decoration: none;
}
a:visited {
	color: #a51327;
}
a:hover,
a:focus,
a:active {
	color: #36312d;
}
.entry-title a:hover {
	color: #36312d;
}

.breadcrumbs {
	margin-left: 2.4rem;
	margin-bottom: 1.5rem;
	font-size: 13px;
	font-size: 1.3rem;
	color: #8c8885;

}
/* Widgets */
.ui-widget {
    font-family: Lobster,Arial,sans-serif !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	letter-spacing: -0.045em !important;
 }
 .ui-widget ul {
 	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
 }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
    background: #fece2f !important;
    border: none !important;
    color: black !important;
    font-weight: 400 !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #8c8885 !important;
    text-decoration: none;
}

/* Pagebar-Anpassungen für Pagebar-Plugin - ohne Plugin müssen die wieder raus!*/
.pagebar {
	display: none;
}
.content-area .pagebar {
	display: block;
	background-color: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    margin-bottom: 2.4rem;
    overflow: hidden;
    padding: 2rem;
}
.home #nav-below {
	display: none;
}
/* end Pagebar-Anpassungen */

/* Social Media Widget aus Jetpack*/
.genericon {
	font-size: 30px !important;
	font-size: 3rem !important;
}

/* Werbeblock */
#text-2 .textwidget {
font-size: 12px;
font-size: 1.2rem;
}

/* Korrekturen für Google */
.vcard.single, .entry-title.single, .date.updated {
    position: absolute;
    top: 0px;
    z-index: -10;
    color: rgba(255, 255, 255, 00);
}
/*Seitenbreite 2022 */
#wrapper {
	margin-right: 10px;
	margin-right: 1.0rem;
	max-width: 1200px;
	min-height: 100%;
	position: relative;
}
#primary {
	margin-top: 0; 
}
}