body {
	font-size: 18px;
	line-height: 23px;
}

h1 {
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 45px;
}
h6,
h2 {
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 15px;
}
h6,
h2 strong {
	font-weight: normal;
	color: #007caa;
}
h3 {
	font-size: 32px;
	line-height: 37px;
	font-style: italic;
}
h4 {
	font-size: 24px;
	line-height: 27px;
}
h5 {
	font-size: 16px;
	line-height: 21px;
}
span.label {
	font-size: 16px;
	line-height: 21px;
	color: #f89c1b;
	text-transform: uppercase;
}
@media screen and (max-width: 992px) {
	h1 {
		font-size: 25px;
		line-height: 28px;
	}
	h6,
	h2 {
		font-size: 25px;
		line-height: 28px;
	}
	h3 {
		font-size: 25px;
		line-height: 28px;
	}
	h4 {
		font-size: 20px;
		line-height: 22px;
	}
}


h1.accordion {
	cursor: pointer;
	color: #007caa;
	text-align: left;
	border-color: #fff;
	text-transform: none;
}
h1.accordion.collapsed {
	color: #7f7f7f;
	font-weight: normal;
	border-color: #9f9f9f;
}
h1.accordion .accIcon {
	display: inline-block;
	height: 32px;
	width: 32px;
	border: 1px solid #007caa;
	border-radius: 20px;
	font-weight: 100;
	color: #007caa;
	line-height: 28px;
	padding-left: 3px;
	transform: rotate(-45deg);
	transition: .5s all;
}
h1.accordion.collapsed .accIcon {
	color: #f89c1b;
	border-color: #f89c1b;
	transform: rotate(0deg);
}

.dce-accordion h1.accordion {
	border-color: #007caa;;
	margin-bottom: 30px;
}
.dce-accordion h1.accordion.collapsed {
	border-color: #9f9f9f;
}
.dce-accordion .collapse {
}


p.leadtext {
	font-size: 28px;
	line-height: 35px;
}
p.small {
	font-size: 14px;
	line-height: 19px;
}

@media screen and (max-width: 992px) {
	h1,
	p.leadtext {
		/*font-size: 35px;
		line-height: 42px;*/
	}
}




main #content {
	padding-bottom: 30px;
}

div.borderTop {
	background: #f89c1b;
	width: 100%;
	height: 15px;
}


footer.footer {
	position: relative;
	min-height: 595px;
	background-color: #007caa;
	color: #fff;
	border-bottom: 15px solid #f89c1b;
}
footer .footerBG {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 50%;
	background-image: url('/typo3conf/ext/sshag/Resources/Public/Images/footer.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
.footerAddress,
.footerLeft {
	padding-top: 70px;
	padding-bottom: 10px;
}
.footer a {
	color: #fff;
}
a.meta {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer a:hover {
	color: #f89c1b;
}



footer .social {
	margin-top: 55px;
}
footer .social a {
	margin-right: 15px;
	font-size: 25px;
}




#content > .frame {
	padding-top: 20px;
	padding-bottom: 20px;
}

.grid .container-fluid {
	padding-left: 0;
	padding-right: 0;
}


img {
	max-width: 100%;
	height: auto;
}
.ce-textpic.ce-intext .ce-gallery {
	max-width: 50%;
}
.ce-intext.ce-left .ce-gallery {
	margin-right: 25px;
	padding-top: 5px;
}
.ce-intext.ce-right .ce-gallery {
	margin-left: 25px;
	padding-top: 5px;
}






div.headerImage {
	width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50% 50%;
}
body.uid-1 div.headerImage {
  height: 690px;
}




nav.navbar {
	height: 96px;
	background: #fff;
	padding-right: 0;
	padding-top: 0;
}
nav.navbar .navbar-brand {
	position: relative;
	padding: 0 0 6px 0;
	top: 9px;
	left: 15px;
}
@media all and (max-width: 1100px) {
	nav.navbar .navbar-brand {
		position: relative;
	}
}
nav.navbar .navbar-brand img {
	height: 78px;
	width: auto;
	float: left;
}
li.nav-item {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	color: #404040;
	height: 70px;
	margin: 33px 15px 0 15px;
}
li.nav-item a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
li.nav-item:hover {
	background-color: #f89c1b;
}
li.nav-item.active {
	background-color: #f89c1b;
}
li.nav-item:hover a,
li.nav-item.active a {
	color: #fff !important;
}
ul.navbar-nav {
	margin: 0 auto;
	position: relative;
}
li.nav-item span.link-wrap {
	display: block;
	width: 100%;
	border-bottom: 1px solid #7f7f7f;
	padding: 0 15px 5px 15px;
}
li.nav-item:hover span.link-wrap,
li.nav-item.active span.link-wrap {
	border-bottom-color: #f89c1b;
}

div.dropdown-menu {
	padding: 15px 15px 0 15px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f89c1b;
	border: none;
	border-radius: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}
div.dropdown-menu a.nav2 {
	color: #fff;
}
.dropdown-item {
	border-bottom: 1px solid transparent;
	margin-bottom: 15px;
}
.dropdown-item.active,
.dropdown-item:hover {
	background-color: inherit;
	border-bottom: 1px solid #fff;
}
.dropdown-item.active {
	background-color: inherit;
	font-weight: bold;
}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu {
		margin-top:0;
	}
}



#mainNavbar {
	position: relative;
}
.login a.login-link {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 7px;
	width: 45px;
	height: 45px;
	background: transparent url('/typo3conf/ext/sshag/Resources/Public/Images/login.png') top left no-repeat;
	background-size: cover;
	text-decoration: none;
}
.login a.login-link:hover {
	background: transparent url('/typo3conf/ext/sshag/Resources/Public/Images/login2.png') top left no-repeat;
	background-size: cover;
}










.people-properties {
	max-width: 343px;
}
.people-properties img {
	width: 100%;
	height: auto;
}
.people-name {
	font-size: 30px;
	line-height: 38px;
	margin: 25px 0 10px 0;
}
.people-details {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 25px;
}
.people-empty-image {
	width: 100%;
	max-width: 343px;
	background: #e0d6c3;
}




.frame-type-felogin_login fieldset {
	margin-bottom: 50px;
}
.frame-type-felogin_login fieldset label {
	width: 100%;
}
.frame-type-felogin_login fieldset input {
	display: block;
	width: 300px;
	max-width: 100%;
}
.frame-type-felogin_login fieldset input[type="submit"] {
	min-width: 150px;
}






.dce-imagebox {
	border-bottom: 15px solid #f89c1b;
	box-shadow: 0 0 15px #444;
	margin-bottom: 20px;
}
.dce-imagebox .image img {
	width: 100%;
	height: auto;
}
.dce-imagebox .text {
	position: relative;
	padding: 15px 20px 15px 30px;
}
.dce-imagebox .text .icon {
	position: absolute;
	top: 15px;
	left: 0;
}
.dce-imagebox .text h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: medium;
}
.dce-imagebox .text a:hover {
	color: #007caa;
}






.dce-faq {
	margin-bottom: 40px;
}
.dce-faq h3 {
	cursor: pointer;
}
.dce-faq .faq-image {
	text-align: center;
	margin-bottom: 15px;
}
.dce-faq .faq-image img {
	width: 130px;
	height: 130px;
}
.dce-faq .faq-text {
	text-align: center;
}
.dce-faq .faq-text .faq-answer,
.dce-faq .faq-text a.faq-answer-link {
	color: #007caa;
}

.dce-faq .faq-text a.faq-answer-link.collapsed {
	display: block;
	cursor: pointer;
}
.dce-faq .faq-text a.faq-answer-link {
	display: none;
}

.dce-faq .faq-text a.faq-answer-link-x.collapsed {
	display: none;
}
.dce-faq .faq-text a.faq-answer-link-x {
	color: #f89c1b;
	font-weight: bold;
	display: block;
	cursor: pointer;
}






.grid-2cols21 > .col1 {
	padding-right: 100px;
}





.news-list-view {
	margin-top: 30px;
}

.news .article .news-img-wrap a {
	border: none;
	padding: 0;
	background: #e6e6e6;
	margin-right: 15px;
}
.news .article .news-img-wrap img {
	width: 270px;
	max-width: 100%;
	height: auto;
}
.news .article h2 a {
	color: inherit;
}








.tx-lpc-kool-events h1 {
	margin-top: 25px;
	margin-bottom: 0;
}
.tx-lpc-kool-events .eventHeader {
	padding: 16px 0 2px 0;
	background-color: #007caa;
	color: #fff;
	font-weight: bold;
}

.tx-lpc-kool-events .eventEntry {
	padding: 8px 0 2px 0;
}
.tx-lpc-kool-events .rowEven {
	background-color: #e6e6e6;
}

.kool-events.single div.leadtext {
	margin: 40px 0;
}
a.person-email:before,
a.goSingle:before {
	font-family: "FontAwesome";
	content: "\f0da";
	padding-right: 6px;
	color: #f89c1b;
}
a.person-email {
	color: #f89c1b;
}





.lpcKoolSubscribe h2.groupName {
	display: none;
}





/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	width: 340px;
	max-width: 100%;
	height: 470px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	margin: 12px 0;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #eee;
  color: black;
	z-index: 2;
}

/* Style the back side */
.flip-card-back {
  background-color: #007caa;
  color: #fff;
  transform: rotateY(180deg);
  padding: 15px;
	z-index: 3;
}
.flip-card-back h4 {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.flip-card-back h5 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
}

.people-empty-image {
	background-color: #7f7f7f;
	width: 100%;
	height: 247px;
}





.gallery-thumb {
	min-height: 500px;
}


.gallery-image {
	margin-bottom: 30px;
}






div.frame-type-felogin_login {
	margin: 70px 0 70px 0;
}
.felogin-inputs input {
	width: 100%;
	margin-bottom: 5px;
}
.felogin-submit input {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
	margin: 10px 0;
}
.felogin-submit input:hover {
	color: #f89c1b;
}
a.forgotPassword {
	float: right;
	font-size: 80%;
	margin-top: 10px;
}





button.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler {
	border: none;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #f89c1b;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


@media (max-width: 920px) {
	ul.navbar-nav {
		margin-bottom: 30px;
	}
	li.nav-item {
		height: auto;
		margin: 0;
	}
	.navbar-collapse {
		background: #f89c1b;
		max-width: 80%;
		margin: 4px 0 0 20%;
		z-index: 10;
	}
	.navbar-nav .dropdown-menu,
	.navbar-brand .dropdown-menu {
		position: relative;
	}
	div.dropdown-menu {
		text-align: left;
		padding-left: 35px;
		padding-top: 0;
	}
	.dropdown-item {
		margin-bottom: 0px;
	}
	.dropdown-item.active {
		border: none;
	}

	div.login {
		display: none;
	}


	.nav-link span.link-wrap:before {
		display: inline-block;
		content: "+";
		font-size: 20px;
		padding-right: 3px;
	}
	li.nav-item.active .nav-link span.link-wrap:before {
		transform: rotate(-45deg);
	}
	.navbar .nav-item.active .dropdown-menu {
		display: block;
	}
	.navbar-light .navbar-nav a.nav-link {
		color: #fff;
		border-bottom: 1px solid #f89c1b;
		padding: 22px 0 0px 0;
	}
	.navbar-light .navbar-nav li.nav-item.active a.nav-link,
	.navbar-light .navbar-nav a.nav-link:hover {
		border-bottom: 1px solid #fff;
	}
	li.nav-item span.link-wrap {
		border: none;
	}

	div.headerImage,
	body.uid-1 div.headerImage {
		height: 300px;
	}
}


@media (max-width: 767px) {
	.footerLeft,
	.footerAddress {
		padding-top: 20px;
		border-bottom: 1px solid #fff;
	}

	footer {
		font-size: 80%;
		line-height: 120%;
	}
	footer.footer {
		min-height: 100px;
	}

	.footerImage,
	footer .footerBG {
		display: none;
	}


	div.headerImage,
	body.uid-1 div.headerImage {
		height: 200px;
	}

	.event-title {
		font-size: 120%;
		margin-bottom: 6px;
	}
	.event-date {
		font-size: 90%;
	}
}





form h2 {
	display: none;
}

.lpcForm .lpcFormGroup > label {
	max-width: 280px !important;
}

.lpcForm .lpcFormGroup > input[type="checkbox"] {
	margin: .3em 1px !important;
}
.lpcCheckbox {
	padding-left: 280px;
}
.lpcForm .lpcCheckbox .lpcFormGroup > label {
	order: 2;
	margin-left: 10px;
}
.lpcCheckbox .lpcFormGroup input {
	order: 1;
}




img.totop {
	display: none;
	width: auto;
	height: 22px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 20;
	cursor: pointer;
}
body.scrolled img.totop {
	display: block;
}
@media screen and (max-width: 992px) {
	body.scrolled img.totop {
		display: none;
	}
}
