body {
	Xcolor: #555555;
}

#logo {
	height: 3em;
	margin-top: 0;
}
#header.scrolled #logo {
	Xmargin-top: .65em;
	margin-top: .23em;
	height: 2.0em;
}

#header {
	background: linear-gradient(to left, #FF8008, #FFC837); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #C4AE64, #FEE898, #C4AE64); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-bg {
}
#header .header-bg.show {
	Xbackground: blue;
}



#menu {
	font-family: Changa, 'sans-serif';
	text-transform: none;
}
#menu li {
	margin-left: 4em;
}
#menu a {
	Xcolor: #ffffff !important;
	Xtext-shadow: 1px 1px 2px rgba(111,111,111,.5);
}
#menu .active a {
	color: #F83610 !important;
	color: rgba(0,50,150,1) !important;
}


/* Hauptseite */
#p1 {
	background: #EDAB34;  /* fallback for old browsers */
	background: linear-gradient(to right, #E68B0D, #EDAB34, #E68B0D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #C4AE64, #FEE898, #C4AE64); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, rgba(196,174,100,1), rgba(254,232,152,1), rgba(196,174,100,1));
}

/* Unterseite mit ID 14 */
.subpage-body.p14 .subpage{
	box-shadow: 1px 1px 10px black;
	background: linear-gradient(to right, #C4AE64, #FEE898, #C4AE64); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.subpage-body .ce-table th,
.subpage-body .ce-table td
{
	padding-bottom: 1em;
	padding-top: 1em;
}

section {
	overflow: visible;
}
h1 {
	font-size: 2.2em;
}
h2 {
	margin-top: 0;
}
.ge-section.align-center p,
.ge-section.align-center ol,
.ge-section.align-center ul,
.Xge-section.align-center
{
	margin-bottom: 1em;
}
.ce-bodytext .btn {
	border-radius: 20px;
}
.ce-bodytext .btn.btn-angebote {
	background: mediumvioletred;
	text-transform: none;
	min-width: 33%;
}

.ge-section {
	/* Overwrite values */
	padding-top: 4em;
	padding-bottom: 4em;
	Xborder-top: 1px solid darkorange;
}

.ge-section:nth-of-type(1) {
	/* Erste Section an Menuehoehe anpassen */
	padding-top: 113px;
	Xdisplay: none;
}
.ce-textpic.ce-center .ce-bodytext ul li {
	Xbackground: red;
	list-style-position: outside;
}


.logolist {
	Xbackground: #eee;
}
.logolist li {
	display: inline-block;
	padding: 15px;
}
.logolist li img {
	Xfilter: grayscale(100%);
	width: 200px;
}


.pagegallery-item a {
	color: #333333;
}
.pagegallery-item a figure img {
	transition: all .2s ease-in-out;
}
.pagegallery-item a:hover > figure img {
	transform: scale(1.05);
}
.pagegallery-item-title {
	background: rgba(255,255,255,.1);
	padding: .5em;
	text-align: center;
}


/* Custom Content Elements*/

div.custom-polaroid {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	padding: 20px 20px 0 20px;
	Xwidth: 80%;
}
div.custom-polaroid__container {
	padding: 10px 0px;
	text-align: center;
}
.square {
	Xborder: 1px solid green;
}
.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media screen and (max-width: 960px) {
	.ge-section:nth-of-type(1) {
		/* Erste Section an Menuehoehe anpassen */
		padding-top: 8em;
		padding-top: 92px;
	}
}

@media screen and (max-width: 680px) {
	.ge-section {
		/* Overwrite values */
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.ge-section:nth-of-type(1) {
		/* Erste Section an Menuehoehe anpassen */
		padding-top: 93px;
		Xdisplay: none;
	}
	.logolist li {
		padding: 10px;
	}
	.logolist li img {
		width: 140px;
	}

}

@media print {
	#web2pdf-link {
		display: none;
	}
	#web2pdf-link a {
		color: red;
	}
}


/* Helpers from Bootstrap */
@media (max-width: 767px) {
	.hidden-xs {
		display: none!important
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none!important
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none!important
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none!important
	}
}
