/*
Theme Name: FoB Orange Child
Description: FoB Orange Child Theme
Author: Your FoB
Template: fob-orange
Version: 2.0.0
*/

@import url("../fob-orange/style.css");

html.custom,
.custom body {
	font-size: 1.3vw;
	background: #eee;
}

.custom .page-wrap {
	margin: 60px auto auto auto;
	width: 100%;
	max-width: 1200px;
}

/*header*/
.custom header {
	width:100%;
	position: absolute;
	background-color: transparent;
}
.custom header .menu-area {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;

}

.custom header .container {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #fff;
}

.custom header .menu-area ul li {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.6);
}

.custom header .menu-area ul li a,
.custom header .menu-area ul li a:visited,
.custom header .menu-area ul li a:active {
	color: #fff;
	padding: 0.8em 2em 0.8em 0.8em;
}

/* sidebar */
.custom .page-wrap .sidebar {
	margin-right: 0;
	font-size: 14px;
	position: fixed;
	height: 100%;
	width: 16.66%; /* ein Sechstel - 1/6 */
	max-width: 200px; /* 1199 * 16.66% */
	background-color: var(--color__secondary);
	text-align: center;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-o-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: normal;
	z-index: 5;

}
.custom .page-wrap .sidebar .widget {
	margin: 0;
}

/* sidebar logo*/
.custom .logo-desktop a {
	padding: 30%;
	background-color: #fff;
	display: block;
}

.custom .logo-mobile  {
	width: 60px;
	background:#fff;
	padding:10px;
}

/* sidebar navi*/

.custom .widget-nav li.menu-item a {
	border-bottom: 1px solid #fff;
	padding: 0.5em;
	display:block;
}

.custom li.menu-item.current-menu-item a,
.custom li.menu-item.current-menu-item a:hover,
.custom li.menu-item.current-menu-item a:active,
.custom li.menu-item.current-menu-item a:focus ,
.custom li.menu-item.current-menu-item a:visited {
	background-color: var(--color__primary);
	font-weight: bold;
	color: #fff;
}

.custom li.menu-item a:hover,
.custom li.menu-item a:active,
.custom li.menu-item a:focus {
	color: #fff;
	font-weight: bold;
}

/* sidebar text-widget */
.custom .page-wrap .sidebar .widget.widget_text {
	color: #fff;
	font-weight: bold;
	margin-top: 3em;
}

.custom .sidebar .widget.widget_text a {
	color: #fff;
}

.custom .sidebar .widget.widget_text a:hover,
.custom .sidebar .widget.widget_text a:active,
.custom .sidebar .widget.widget_text a:focus {
	text-decoration: underline;
}

/* content */
.custom .standard-bg .container {
	align-items: flex-end;
}



.custom .standard-bg .fob-grid {
	justify-content: flex-end;
}

.custom .page-wrap .content {
	width: 83.33%; /* fünf Sechstel - 5/6*/
}

.content-section { /* OHNE '.custom', weil sonst fob-section-styleXY zu unspezifisch wäre */
	padding: 4em 0;
}

.custom .content {
	margin-top: 0;
}

.custom .fob-grid-column {
	padding-left: 4em;
	padding-right: 4em;
}

.custom .fob-grid-column.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.custom .fob-grid-column.image {
	padding: 0;
}

.custom .content .container {
	padding: 0 4em;
	width: inherit;
	margin: 0;
}

.custom .content .container.fullwidth {
	max-width: 1200px;
	width: 100%;
	padding:0;
}

.custom .content a,
.custom .content a:visited,
.custom .content a:active {
	color: var(--color__primary);
}

.custom .content a:hover,
.custom .content a:focus {
	color: var(--color__secondary);
}

.custom .logo {
	position: static;
	margin: 0;
	text-align: left;
}

.custom .logo a {
	display: inline-block;
}

.custom .logo img {
	height: 40px;
	width: auto;
	margin-top: 2px;
}

.custom .content ul {
	padding: 0 0;
	list-style: disc outside none;
	margin-left: 0.9em;
}

/* box */
.custom .description {
	background: none;
	padding: 0;
}

/* box style 2 */
.custom .description.fob-style2 {
	padding: 2.1em 0;
}

/* testimonials */
.custom .testimonials {
	border: none;
	background-color: transparent;
	padding: 0;
}
.custom .testimonials * {
	color: inherit;
}
.custom .testimonial-content {
	font-style: normal;
}
.custom .testimonial-author {
	font-weight: normal;
}

/* testimonila style 1 */
.custom .testimonials.fob-style1 h2 {
	color: var(--color__primary);
}

.custom .testimonials.fob-style1 .testimonial-author {
	font-size: 0.9em;
	color: var(--color__primary);
	font-weight: normal;
}

/* testimonila style 2 */
.custom .testimonials.fob-style2 {
	text-align: center;
	hyphens: none;
}

.custom .testimonials.fob-style2 .testimonial-content em,
.custom .testimonials.fob-style2 .testimonial-content p {
	font-size: 1.2em;
	margin: 0;
}
.custom .testimonials.fob-style2 .testimonial-author{
	font-size: 0.9em;
	color: var(--color__primary);
}
.custom .testimonials.fob-style2 .hr.fob-style2 {
	margin-right: auto;
	margin-left: auto;
}

/* testimonila style 3 */
.custom .testimonials.fob-style3 .testimonial-content {
	font-size: 1.2em;
}

.custom .testimonials.fob-style3 .testimonial-author {
	font-weight: bold;
}

/* testimonial style 4 */
.custom .testimonials.fob-style4 {
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 1em;
	margin-bottom: 3em;
	margin-right: 5em;
}
.custom .testimonials.fob-style4 .testimonial-content {
	font-size: 1.2em;
}
.custom .testimonials.fob-style4 .testimonial-author {
	font-size: 0.9em;
	/*font-weight: bold;*/
}

.custom table {

}
.custom  .cell-left {
	width: 62.5%;
}


.custom .cell-top {
	vertical-align: middle;
	padding: 0 1.5em;
}
.custom .cell-bottom {
	height: 1%;
}

/* footer */
.custom .footer {
	max-width: 1200px;
	width: 100%;
	background-color: #a6a6a1;
	color: #fff;
	margin: 0 auto;
	padding: 4em;
}
.custom .footer .container {
	max-width: unset;
	margin: 0;
}

/** contentelements **/


/* News */
/*.custom .page-template-blog-archive .post,*/
/*.custom .archive .post {*/
/*	margin: 0 auto;*/
/*	display: block;*/
/*	font-size: 1.1em;*/
/*}*/

/*.custom .page-template-blog-archive .post .post-list,*/
/*.custom .archive .post .post-list {*/
/*	width: 100%;*/
/*	padding: 0.7em;*/
/*	margin-right: 0;*/
/*}*/

.custom .post {
	margin: 0;
	padding-top: 0;
}

.custom .post-list {
	padding: 0;
	background-color: transparent;
	width: 100%;
	margin-bottom: 0;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-flow: row;
	justify-content: space-between;
}

.custom .post-list .post-list-item-description {
	width: 62.5%;
	padding: 4em;
	/*hyphens: none;*/
}

.custom .post-list .post-list-item-image {
	width: 37.5%;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 29.9375em) {
	.custom .post-list .post-list-item-description,
	.custom .post-list .post-list-item-image
	{
		width: 100%;
	}
}

.custom .post-list .post-list-item-title {
	margin-bottom: 0;
	padding-bottom: 0.7em;
	text-decoration: none;
}

.custom .post-list .post-list-item-content {
	/*font-size: 0.7em;*/
	/*color: #191919;*/
}

.custom .post-list .post-list-item-content a.read-more-link,
.custom .post-list .post-list-item-content a.read-more-link:link,
.custom .post-list .post-list-item-content a.read-more-link:visited {
	margin-top: 0.8em;
	display: inline-block;
}

.custom .post-list .post-list-item-content a.read-more-link:hover {

}

.custom .post-navigation.container {
	padding: 4em;
}

.post-content .post-excerpt img {
	margin: 1em 0;
}

.post-content .post-excerpt .fob-gallery-item {
	padding: 1em;
}


.post-content .post-excerpt .fob-gallery-item img {
	margin: 0;
}

.post-content .post-excerpt img.alignleft {
	margin: 1em 1em 1em 0;
}
.post-content .post-excerpt img.alignright {
	margin: 1em 0 1em 1em;
}

/* trennbalken*/
.custom .hr.fob-style2 {
	background: var(--color__primary);
	clear: both;
	height: 2px;
	margin: 1em 0;
	width: 2.5em;
}

.custom .error-page .entry {
	padding: 3em 0;
}

/** Breakpoints **/
/* mobile */
@media only screen and (max-width: 29.9375em) {
	.custom .fob-grid-column {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	html.custom,
	.custom body {
		font-size: 10px;
	}

	.custom .standard-bg .container .fob-grid .fob-grid-column {
		padding:0;
	}

	.custom .testimonials.fob-style4 {
		margin-bottom: 0;
		margin-right: 0;
	}

	.custom .cell-top {
		padding:4em;
	}

	.custom .standard-bg .container {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		z-index: 0;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		align-items: center;

	}

}
/* not mobile */
@media only screen and (min-width: 29.9375em) {

}
/* smaller than medium */
@media only screen and (max-width: 47.9375em) {

	.custom .page-wrap .content {
		width: 100%;
	}

	.custom .fob-grid .fob-grid-column {
		border: none;
		margin-bottom: 0;
	}

	.custom header .menu-area ul li {
		background-color:transparent;
	}

	.custom header .menu-area ul li a, .custom header .menu-area ul li a:visited, .custom header .menu-area ul li a:active {
		color: var(--color__secondary);
		padding: 9px 32px 9px 17px;
		font-size: 14px;
		text-align: left;
		border-right: solid 0px;
		background-color: transparent;
		line-height: 25px;
		border-bottom: 1px solid;
		border-bottom-color: currentcolor;
		border-bottom-color: rgba(0, 0, 0, 0.13);
		position: static;
	}

	.custom li.menu-item.current-menu-item a
	.custom li.menu-item.current-menu-item a:hover,
	.custom li.menu-item.current-menu-item a:active,
	.custom li.menu-item.current-menu-item a:focus {
		color: #fff;
	}

	.custom li.menu-item a:hover, .custom li.menu-item a:active, .custom li.menu-item a:focus {
		color: var(--color__secondary);
	}


}

/*desktop*/
@media only screen and (min-width: 47.9375em) {

	html.custom,
	.custom body {
		font-size: 1.0833vw; /* 1.3vw * 5/6 = 1.3 vw * 0.8333 = 1.08333 */
	}
	.custom header .container {
		background-color: transparent;
	}

	.custom .page-wrap {
		margin-top: 0;
	}

	.custom .footer .container {
		float: right;
		width: 83.33%;
	}
	.custom header .menu-area ul li:last-child {
		padding-right: 5em;
	}

	.custom .content article.container {
		padding-top: 40px;
	}

}

/* überbreiter desktop*/
@media only screen and (min-width: 74.9375em) {
	html.custom,
	.custom body {
		font-size:15.6px;
	}
}
