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

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

html, body {
	font-size: 1.95vw;
}

.custom br {
	margin: 0;
}

.custom .content ol li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.custom .content .container {
	max-width: 1060px;
	width: 88%;
}

.custom .fob-onepager .contents {
	margin-top: -11em;
}

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

.custom .standard-bg {
	padding: 0;
}

.custom header,
.custom .content .container.fullwidth {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

/* header */
.custom header {
	/*position: fixed;*/
	background: transparent;
	/*position: absolute;*/
	/*top: 3em;*/
	/*right: 4em;*/
	/*width: 10em;*/
	display: block;
	height: 4em;
	/*position:relative;*/
}

.custom header .container {
	display: block;
	position: relative;
	/*max-width: 1200px;*/
}

.custom .logo {
	position: absolute;
	top: 3em;
	right: 2.5em;
	width: auto;
	height: 8em;
	display:block;
}

.custom .logo_standard {
	width: auto;
	height: 5em;
}

/* links */
.custom a,
.custom a:visited,
.custom a:active {
	color: #e28e07;
	font-weight: bold;
	text-decoration: underline;
}

.custom a:hover,
.custom a:focus {
	text-decoration: none;
}

/* boxes */
.custom .description {
	background: transparent;
	padding: 0;
	border: none;
}

/* box 1: centered text A */
.custom .description.fob-style1 {
	text-align: center;
	width: 25rem;
	margin: 0 auto;
	font-size: 1.2rem

}

/* box 2: centered text B */
.custom .description.fob-style2 {
	text-align: center;
	width: 28rem;
	margin: 0 auto;
}

/* box 3: logo in parallax */
.custom .description.fob-style3 {
	width: 10rem;
	margin: 0 auto;
	padding: 6rem 0;
}

/* testimonials */
.custom .testimonials,
.custom .testimonials * {
	background: transparent;
	border: none;
	font-size: 1rem;
	padding: 0;
}

.custom .testimonials .testimonial-content,
.custom .testimonials .testimonial-content * {
	font-size: 1.6em;
	font-style: italic;
	color: #fff;
}

.custom .testimonials .testimonial-author,
.custom .testimonials .testimonial-author * {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding-top: .75em;
}

.custom .testimonials.fob-style1 {
	width: 30rem;
	position: absolute;
	text-align: right;
	bottom: 11%;
	right: 4rem;
	hyphens: none;
}

.custom .testimonials.fob-style1::before{
	content: url('images/anfuehrungszeichen.svg');
	opacity: 0.5;
	position: absolute;
	top: -2rem;
	left: 0;
	z-index: -1;
	width: 4rem;
}

/* layout */

.custom .fob-grid .fob-grid-column {
	width: 50%;
}

.custom .fob-grid .fob-grid-column {
	padding: 1.5rem 3rem;
}


.custom .fob-grid ul {
	list-style: none;
	padding: 0;
}

.custom .fob-grid li {
	margin-bottom: 3%;
}

/* footer */
.custom .footer {
	background: #38383b;
	text-align: center;
	color: #fff;
	padding: 0;
}

.custom .footer .container {
	max-width: 1060px;
	width: 88%;
	padding: 4rem 0;
}

.custom .footer .footer-logo {
	margin: 1.5rem auto;
	width: 6rem;
}

.custom .footer .container .widget {
	width: 100%;
	float: none;
}

.custom .footer .container .widget .widget-nav {
	width: auto;
	margin: auto;
	display: inline-block;
}

.custom .footer .container .widget .widget-nav li {
	padding: 0 1em;
	float: left;
}



/** Breakpoints **/

/* small */
@media only screen and (max-width: 479px) {

	/* größere Größe */
	html,body {
		font-size: 3.5vw;
	}

	.custom header {
		height: 5em;
	}

	.custom .fob-onepager .content {
		margin-top: -5em;
	}

	.custom .fob-onepager .logo {
		right:5em;
	}

	.custom .logo {
		/*bottom: -15em;*/
		right: 0em;
		top: 1.5em;
		font-size: 0.5em;
	}

	.custom .testimonials.fob-style1 {
		width: 100%;
		font-size: 0.8rem;
		position: relative;
		padding: 3rem;
		bottom: unset;
		left: unset;
		right: unset;
		background-color: #fff;
		text-align: center;
	}

	.custom .testimonials .testimonial-content,
	.custom .testimonials .testimonial-content *,
	.custom .testimonials .testimonial-author,
	.custom .testimonials .testimonial-author * {
		color: #38383b;
	}

	.custom .testimonials.fob-style1:before {
		display: none;
	}

	.custom .testimonials.fob-style1 .testimonial-content::before {
		content: "„";
	}

	/* 4-Spalter */
	.custom .fob-grid .fob-grid-column {
		border: none;
		margin-bottom: 1.5rem;
	}

	.custom .fob-grid {
		margin: 0;
	}

	.custom .description.fob-style2 {
		text-align: left;
		padding: 1.5rem 3rem;
	}

	/* Design-Element: Strich */
	.custom h2::before,
	.custom h2::after {
		-webkit-transform: scale(1, 0.2);
		-moz-transform: scale(1, 0.2);
		-ms-transform: scale(1, 0.2);
		-o-transform: scale(1, 0.2);
		transform: scale(1, 0.2);
		margin: 0 0.5rem;
	}

}
/* bigger than small */
@media only screen and (min-width: 479px) {
	.custom .hide-lg {
		display: none;
	}

	.custom div.hide-xs.show-lg {
		display: inline;
	}

}

/* smaller than medium */
@media only screen and (max-width: 767px) {

	.custom .fob-grid .fob-grid-column {
		width: 50%;
	}

}

/* desktop */
@media only screen and (min-width: 767px) {
	.custom .wsmenu {
		float: none;
	}

	.custom .wsmenu li {
		margin: 0 10px;
	}
}

/* überbreiter desktop*/
@media only screen and (min-width: 1199px) {

	html, body {
		font-size: 23.4375px;
	}

}
