/* Reset all styles */

* {
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 24px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

/* Setup Styles */

html,
body {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;

}

a {
	font: inherit;
	font-weight: 400;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #f5a422;
}

h1,
h2,
h3 {
	color: #FFA33A;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

h1 {
}

h2 {
	font-size: 24px;
}

article .post-content h3 {
	margin: 1em 0 .5em 0;
}

h1 a,
h2 a,
h3 a {
	color: inherit;
}

em, i {
	font: inherit;
	font-style: italic;
	font-weight: inherit;
}

strong, b {
	font: inherit;
	font-weight: 600;
}

blockquote {
	margin: 48px 0;
}

blockquote p {
	padding-right: 64px;
	padding-left: 64px;
	position: relative;
	font-size: 18px;
}

blockquote p {
	font-size: 18px !important;
	line-height: 24px !important;
	color: #737373;
}

blockquote p:before {
	content: "";
	display: block;
	position: absolute;
	left: 6px; top: -5px;
	width: 48px; height: 48px;
	background: url(../images/blockquote-icon.svg) no-repeat center center;
}

blockquote p[style="text-align: right;"] {
	margin: 48px 0;
	text-align: left!important;
}

blockquote p[style="text-align: right;"]:before {
	left: auto; top: -5px; right: 6px;
}

main ol {
	padding: 24px;
}

main ol li {
	padding: 0;
	font-size: inherit;
}

main ol {
	padding: 24px;
}

.post-content ol {
	padding-left: 20px;
}

.post-content ol li {
	padding: 0;
	font-size: 14px;
	margin-bottom: .8em;
}

main ul {
	font: inherit;
	font-weight: inherit;
	margin: 9px 0px;
}

main ul li {
	font-size: 14px;
	font-weight: inherit;
	padding-left: 24px;
}

main ul li {
	list-style-type: none;
	position: relative;
}

main ul li:before {
	content: "|";
	display: block;
	position: absolute;
	font-weight: 100;
	top: 0px;
	left: 6px;
	width: 36px;
	color: #FFA33A
}

#page {
	width: 100%;
	min-width: 320px;
	margin: 0px auto;
}


header {
	display: block;
	width: 100%;
	position: fixed;
	top: 0px;
	padding: 0px 5%;
	background-color: white;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	z-index: 10;
	height: 48px;
}

main {

}

article .more-link {
	display: inline-block;
	color: #ffa33a;
}

main.blog,
main.searchpage {
	background-color: white;
	padding: 0px 5%;
}

main.blog .content {
	max-width: 1280px;
}

main.single {
	background-color: white;
	padding: 96px 5% 48px 5%;
}

main.single h1 {
	font-size: 32px;
	line-height: 42px;
}

main.page section {
	background-color: white;
	color: black;
}

main.page section:first-child {
	padding-top: 48px;
}

main.page section p {
	font-size: 14px;
	margin-bottom: 7px;
}

main.single .post-tags {
	margin: 12px 0px 24px 0px;
}

main.single h2 {
	margin: 36px 0px 8px 0px;
}

main.single p {
	margin-bottom: 9px;
}

main.searchpage {
	padding-top: 96px;
}

h2.search {
	font-size: 14px;
	font-weight: 400;
	color: #414141
}

h2.search em {
	font-weight: 600;
	font-size: inherit;
	font-style: normal;
}

h2.search em.result {
	display: block;
	font-size: 24px;
}

main div.content,
footer div.content {
	padding: 0px;
}

main.searchpage div.content {
	padding: 3%;
}

main div.sideContent {
	background-color: white;
	float: left;
	width: 60%;
	margin-right: 7%;
}

#sidebar {
	width: 33%;
	height: 100%;
	float: right;
	padding-top: 18px;
	position: relative;
	right: 0px;
}

/* END Setup Styles */

/* General Section Styles */

/* mehr abstand nach oben und unten --urs */
section {
	position: relative;
	padding: 96px 10% 96px 10%;
}

section h1 {
	font-size: 36px;
	line-height: 42px;
	margin-top: 24px;
	margin-bottom: 12px;
}

section h2 {
	margin-top: 36px;
	margin-bottom: 6px;
}

/* section */ div.content {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
}

section div.subcontent p {
	font-size: 14px;
}

section:nth-child(2n+1) {
	background: url(../images/page-bg.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: white;
}

section:nth-child(2n),
.white-bg section {
	background: white;
	color: black;
}

section:after {
	content: "";
	clear: both;
	display: block;
}

section:last-of-type:after {
	content: "";
	display: none;
}

/* Blog Post Styles */
.posts {
	padding-bottom: 48px;
}

article.post {
	margin-top: 24px;
	margin-bottom: 24px;
}

article.post p {
	font-size: 14px;
}

article.post a {
	text-decoration: none;
}

article.post h2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 12px;
}

article .post-content {
	font-size: 14px;
	margin-top: 12px;
}

.post-content img {
	max-width: 100%!important;
	height: auto;
}

img.aligncenter.wp-image-2678.size-full {
	max-width: 100%;
	height: auto;
}

main.single article.post h2 {
	font-size: 24px;
}


/* Specific Section Styles */

/* Hero */

section.entresol-front-page {
	background: white;
	padding: 96px 0px 36px 0px;
}

section.entresol-front-page h1 {
	margin: 0px 0px 12px 0px;
}

section.entresol-front-page p {
	color: black;
}

section.entresol-front-page div.content {
	padding: 0px 10%;
}

section.entresol-front-page h1.post-title,
section.willkommen h1.post-title {
	display: none;
}

section.willkommen .narrow {
	padding: 0px 0px;
}

section.leistungen h1.post-title {
	display: none;
}

section.leistungen h1 {
	font-size: 32px;
}

/* sektionsüberschriften zentrieren --urs */
.post-title {
	text-align: 33.3%;
}

section.willkommen {
	background-color: #f4f4f4;
	color: black;
}

section.willkommen h2 {
	margin-top: 0px;
}

section.leistungen ul {
	margin-top: 24px;
}

section.leistungen li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

section.follow-us div.narrow {
	padding-left: 5%;
	padding-right: 5%;
}

section.follow-us h1.post-title {
	display: none;
	padding-left:  5%;
	padding-right: 5%;
}

form.widget_wysija {
	margin-top: 0px;
}

section.follow-us h2 {
	margin-top: 0px;
}

section.ueber-uns .subcontent {
	width: 64%;
	margin-left:  18%;
	margin-right: 18%;
}

section.ueber-uns .subcontent p {
	font-size: 18px;
}

.small {
	font-size: 14px;
	line-height: 21px;
}

/* END Specific Section Styles *

/* Specific Styles */

img[alt="Entresol"] {
	width: 250px;
	height: auto;
	display: block;
	margin: 0px auto;
}

/* END Specific Styles */

/* Navigation Styles */

#main-menu {
	display: inline-block;
	width: auto;
	list-style-type: none;
	padding: 0px 0px;
	min-width: 320px;
	overflow: hidden;
}

#main-menu:after {
	content: "";
	width: 100%;
	clear: both;
}

#main-menu li {
	float: left;
	margin-right: 12px;
	margin-top: 16px;
}

#main-menu li a {
	display: block;
	width: 100%;
	height: 100%;
}

#main-menu li:first-child {
	margin-left: 0px;
}

#main-menu li#menu-item-post-11:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 2px;
	width: 6px;
	height: 20px;
	background-position: top center;
}

#main-menu li.current_page_item {
	color: #f5a422;
}

.overlay {
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	position: fixed;
	display: none;
	background-color: rgba(255,255,255,0.6);
}

header .open-button {
	height: 36px;
	width: 36px;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/hamburger-icon.png) center center no-repeat;
	background-size: 36px 36px;
	border: none;
	-webkit-appearance: none;
	z-index: 20000;
	cursor: pointer;
}

/* END Navigation Styles */

/* Category Styles */

.post-head {
}

.post-head a,
.post-head p {
	font: inherit;
	line-height: 12px;
}

.post-cats a,
.post-date,
.post-tags a,
.post-author{
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	color: #a3a3a3;
}

.post-tags a {
	display: inline-block;
	border: 1px solid #a3a3a3;
	padding: 2px 8px;
	border-radius: 8px;
	text-transform: capitalize;
}

.post-tags a:hover {
	background-color: #bebebe;
	color: white;
}

/*


.post-tags a {
	display: inline-block;
	background-color:#d4d4d4;
	padding: 2px 6px;
	line-height: 12px;
	color: white;
	border-radius: 3px;
}

.post-tags a:hover {
	background-color: #929292
}
*/

.post-date {
	text-align: right;
}



/* END Category Styles */

/* Blog Post Navigation */

/* END Blog Post Navigation */

.post-navigation {
	width: 100%;
	padding: 12px 0px;
	border-top: 1px solid #b4b2b2
}

.post-navigation a {
	color: #FFA33A;
	text-decoration: none;
	font-size: 18px;
}

.post-navigation a:first-child {
	display: block;
	float: left;
}

.post-navigation a:nth-child(2) {
	display: block;
	float: right;
}

/* END Blog Post Styles */

/* Search Form Styles */

form.search-form {
	position: relative;
	width: auto;
	overflow: hidden;
	display: block;
	right: 0px;
	top: 7px;
	height: 32px;
	min-width: 32px;
	float: right;
}

.searchFieldWrapper {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 210px;
	-webkit-transition: 0.3s width;
	-moz-transition:    0.3s width;
	-ms-transition:     0.3s width;
	transition:         0.3s width;
}

.searchFieldWrapper.closed {
	display: block;
	width: 28px;
	overflow: hidden;
}

.searchFieldWrapper:before {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;
	background: url(../images/search-icon-map.png) no-repeat top center;
}

.searchFieldWrapper.closed:hover:before {
	background: url(../images/search-icon-map.png) no-repeat bottom center;
}

.searchFieldWrapper input[type="text"] {
	position: absolute;
	left: 0px;
	height: 28px;
	font-size: 14px;
	border-radius: 16px;
	border: 1px solid #bbbbbb;
	padding: 4px 12px;
	outline: none!important;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
}

.searchFieldWrapper input[type="text"]:focus {
	-webkit-box-shadow:
		inset 0px 2px 2px rgba(0,0,0,0.1),
		0px 0px 4px 1px rgba(245,164,34,1);
	-moz-box-shadow:
		inset 0px 2px 2px rgba(0,0,0,0.1),
		0px 0px 4px 1px rgba(245,164,34,1);
	-ms-box-shadow:
		inset 0px 2px 2px rgba(0,0,0,0.1),
		0px 0px 4px 1px rgba(245,164,34,1);
	box-shadow:
		inset 0px 2px 2px rgba(0,0,0,0.1),
		0px 0px 4px 1px rgba(245,164,34,1);
}

/* END Search Form Styles */

/* Footer Styles */

footer {
	padding: 24px 5% 48px 5%;
	font-size: 12px;
	color: black;
	background-color: #f4f4f4;
	/* rgba(0,0,0,0.6); */
}

footer * {
	font-size: inherit;
}

/* Cirrus Cloud Widget Styles */

.widget-post {
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 76px;
	overflow: hidden;
	position: relative;
}

.widget-post:after {
	content: "";
	display: block;
	clear: both;
}

.widget-post > div {
	text-align: center;
	margin-bottom: 48px;
}

.widget-post a {
	position: relative;
	display: inline-block;
	-webkit-transform: scale(1,1);
	-webkit-transition:
		0.5s -webkit-transform ease,
		0.5s color ease;
	-moz-transform: scale(1,1);
	-moz-transition:
		0.5s -moz-transform ease,
		0.5s color ease;
	-ms-transform: scale(1,1);
	-ms-transition:
		0.5s -ms-transform ease,
		0.5s color ease;
	transform: scale(1,1);
	transition:
		0.5s transform ease,
		0.5s color ease;
}

.widget-post a:hover {
	color: #f5a422 !important;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	z-index: 100;
}

.tagcloud {
	text-align: center;
	color: black;
	padding: 96px 0px;
	line-height: 38px;
}

.tagcloud a {
	text-decoration: none;
	color: inherit;
	text-transform: capitalize;
}

.tagcloud a:hover {
	color: #f5a422 !important;
}

/* WISIJA Newsletter Form Styles */

#mc_embed_signup {
	text-align: center;
	padding: 48px 0px 24px 0px;
}

#mc_embed_signup:after {
	content: "";
	clear: both;
	display: block;
}

#mc_embed_signup form {
	width: 100%;
	margin: 0px auto 24px 24px;
	max-width: 300px;
	position: relative;
}

section.follow-us label {
	display: none;
}

#mc_embed_signup input {
	-webkit-appearance: none;
	height: 34px;
}

#mc_embed_signup input[type="email"] {
	padding: 4px 8px;
	border: 1px solid #acacac;
	border-radius: 4px;
	display: block;
	float: left;
	font-size: 12px;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 230px;
	height: 36px;
}

#mc-embedded-subscribe {
	border: none;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: white;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	padding: 4px 12px;
	background-color: #ffa33a;
	background: -webkit-linear-gradient(#ffcd69 0%, #ffa33a 100%);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	right: 1px;
	top: 1px;
	position: absolute;
	height: 46px;
	font-size: 14px;
	font-weight: 400;
}

#mc-embedded-subscribe:before {
	content: "";
	display: block;
	height: 36px;
	width: 24px;
	position: absolute;
	left: 0px;
	top:0px;
	cursor: pointer
}

/* END WISIJA Newsletter Form Styles */
ul.social-list {
	position: absolute;
	right: 36px;
	top: 16px;
	margin: 0px;
	z-index: 20;
}

ul.social-list li {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/social-icon-map.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	padding: 0px;
	margin-right: 12px;
}

ul.social-list li:before {
	display: none;
}

ul.social-list li:last-child {
	margin-right: 0px;
}

ul.social-list li a { display: block; height: 100%; width: 100%; }

ul.social-list li.twitter {
	background-position: left bottom;
}

ul.social-list li.adn {
	background-position: -24px bottom;
}

ul.social-list li.gplus {
	background-position: -48px bottom;
}

ul.social-list li.xing {
	background-position: -72px bottom;
}

ul.social-list li.rss {
	background-position: -96px bottom;
}

ul.social-list li.medium {
	background-position: -120px bottom;
}

ul.social-list li.twitter:hover {
	background-position: left top;
}

ul.social-list li.adn:hover {
	background-position: -24px top;
}

ul.social-list li.gplus:hover {
	background-position: -48px top;
}

ul.social-list li.xing:hover {
	background-position: -72px top;
}

ul.social-list li.rss:hover {
	background-position: -96px top;
}

ul.social-list li.medium:hover {
	background-position: -120px top;
}


/* Section Sociallist */
ul.insection-social {
	padding-left: 12px;
	margin: 24px 0px 0px 0px;
}

ul.insection-social li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 36px;
}

ul.insection-social li:hover a {
	color: #f5a422;
}

ul.insection-social li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/social-icon-map.png) bottom left no-repeat;
	background-size: auto 48px;
	margin-left: 0px;
}

ul.insection-social li.twitter:before {
	background-position: left bottom;
}

ul.insection-social li.adn:before {
	background-position: -24px bottom;
}

ul.insection-social li.gplus:before {
	background-position: -48px bottom;
}

ul.insection-social li.xing:before {
	background-position: -72px bottom;
}

ul.insection-social li.rss:before {
	background-position: -96px bottom;
}

ul.insection-social li.medium:before {
	background-position: -120px bottom;
}


ul.insection-social li.twitter:hover:before {
	background-position: left top;
}

ul.insection-social li.adn:hover:before {
	background-position: -24px top;
}

ul.insection-social li.gplus:hover:before {
	background-position: -48px top;
}

ul.insection-social li.xing:hover:before {
	background-position: -72px top;
}

ul.insection-social li.rss:hover:before {
	background-position: -96px top;
}

ul.insection-social li.medium:hover:before {
	background-position: -120px top;
}


a.rss {
	display: block;
	border-radius: 18px;
	padding: 0px 0px 0px 36px;
	position: relative;
	margin: 24px auto;
	width: 80%;
	min-width: 227px;
	font-size: 14px;
}

a.rss:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/social-icon-map.png) bottom right no-repeat;
	background-size: auto 48px;
}

a.rss:hover:before {
	background: url(../images/social-icon-map.png) top right no-repeat;
	background-size: auto 48px;
}

/* Big */


/* Cirrus Cloud Widget Styles */


/* SEARCH FORM STYLES */

#search span.input-decorator {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transition:
		width 0.3s,
		border 0.3s;
	-moz-transition:
		width 0.3s,
		border 0.3s;
	-ms-transition:
		width 0.3s,
		border 0.3s;
	transition:
		width 0.3s,
		border 0.3s;
	border: 1px solid transparent;
	border-radius: 18px;
	float: right;
	margin-top: 16px;
	margin-left: 24px;
	background-color: white;
	z-index: 100;
}

#search span.input-decorator.open {
	width: 150px;
	border: 1px solid #c3c3c3;
	box-shadow: 0px 0px 4px 0px #f5a422;
}

#search span.input-decorator:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background: url(../images/search-icon-map.png) top center no-repeat;
	background-size: 24px auto;
}


#search span.input-decorator:hover:before {
	background: url(../images/search-icon-map.png) bottom center no-repeat;
	background-size: 24px auto;
}

#search .input-decorator input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 24px;
	border: none;
	font-size: 12px;
	font-weight: 300;
	-webkit-appearance: none;
	outline: none !important;
}

main.page section {
	background: white;
}

#wpadminbar.mobile { position: fixed }