
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	border: 0;
}

:root {
	font-size:16px;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(182, 0, 22, 0.5);

}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


html, body 
{
	background-color:#FFFFFF;
	margin:0px auto;
	text-align: center;
	color:#3C3C3B;
}

html 
{
	height: 100%;
	padding-bottom:1px;
	font-weight: normal;
	scroll-behavior: smooth;
}

@supports (font: -apple-system-body) {
	html {
		font: -apple-system-body;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
	}
}


body 
{
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1rem;
	font-weight: 400;
	line-height:1.65;
	color: #414141;
}

body.tobii-is-open 
{
	overflow: visible;
}

body.modal-open 
{
	overflow-y: auto;
	padding-right: 0 !important;
}

.modal-content * , .card * 
{
	min-height: .01px;
}


/* ----------------------------------------------------------------
	accessibility
-----------------------------------------------------------------*/

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/* ----------------------------------------------------------------
	Main layout
-----------------------------------------------------------------*/

#wrapper
{
	height: 100%;
	display: flex;
	flex-direction: column;
}

#main
{
	margin-top:210px;
	padding-bottom:3.0rem;
	text-align:left;
	flex: 1;
}

body.layout-Start #main
{
	margin-top:110px;
	padding-bottom:1.0rem;
}

body.layout-Subpage #main,
body.layout-Subpagewide #main
{
	margin-top:210px;
}


@media (max-width: 1199.98px) {

	#main
	{
		margin-top:210px;
	}

	body.layout-Start #main
	{
		margin-top:110px;
	}

	body.layout-Subpage #main,
	body.layout-Subpagewide #main
	{
		margin-top:190px;
	}

}

@media (max-width: 479.98px) {

	body.layout-Subpage #main,
	body.layout-Subpagewide #main
	{
		margin-top:150px;
	}

}

@media (max-width: 419.98px) {

	body.layout-Subpage #main,
	body.layout-Subpagewide #main
	{
		margin-top:120px;
	}

}

@media (min-width: 992px) {

	#col-content
	{
		padding-left:0;
	}

	#col-right
	{
		padding-right:0;
	}

}


.row
{
	position: relative;
}

.row.row-eq-height > div > .frame.frame-default,
.row.row-eq-height > .mr-auto.justify-content-start > .frame.frame-default
{
	height:100%;
}



/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header 
{
	position: relative;
	width: 100%;
	height: 110px;
	background-color: #E2001A;
	border-bottom: 0px;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}
#header.isfixed 
{
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	background-color: #E2001A;
	border-bottom: 0px solid #F5F5F5;
}
#header.isfixed.scrolled
{
	height: 110px;
	border-bottom: 0px solid #F5F5F5;
}
#header.isfixed.scrolled.skipfocus
{
	height: 110px;
}

#header > .container
{
	position: relative;
	background-color: transparent;
	height: 100%;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

@media (max-width: 1199.98px) {

	#header, 
	#header.isfixed, 
	#header.isfixed.scrolled
	{
		height: 110px;
	}

	#header.isfixed.scrolled.skipfocus
	{
		height: 110px;
	}

}


@media (max-width: 575.98px) {

	#header > .container
	{
		padding-left: 0px;
		padding-right:0px;
	}

}



/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo
{
	position:absolute;
	top:13px;
	left: 0px;
	z-index: 1600;
	padding: 44px 16px;
	margin-right: 0;
	text-decoration:none;
	background-color:#FFFFFF;
	border:6px solid #E2001A;
	border-radius:0;
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.15);
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

#header.isfixed.scrolled #logo
{
	top:13px;
}
#header.isfixed.scrolled.skipfocus #logo
{
	top:13px;
}

#logo > img
{
	position: relative;
	opacity: 1;
	padding: 0px;
	height: auto;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

@media (max-width: 1199.98px) {

	#logo 
	{
		padding: 37px 13px;
	}

	#logo, 
	#header.isfixed.scrolled #logo 
	{
		top: 13px;
	}

	#header.isfixed.skipfocus #logo,
	#header.isfixed.scrolled.skipfocus #logo
	{
		top:13px;
	}

	#logo > img
	{
		width:126px;
		height:auto;
	}

}

@media (max-width: 575.98px) {

	#logo 
	{
		margin-left: 15px;
	}

}

@media (max-width: 479.98px) {

	#logo 
	{
		margin-left: 10px;
		padding: 29px 8px;
	}

	#logo, 
	#header.isfixed.scrolled #logo, 
	#header.isfixed.skipfocus #logo,
	#header.isfixed.scrolled.skipfocus #logo
	{
		top:10px;
	}

	#logo > img
	{
		width:110px;
		height:auto;
	}

}

@media (max-width: 419.98px) {

	#logo 
	{
		margin-left: 5px;
		padding: 20px 5px;
	}
	#logo, 
	#header.isfixed.scrolled #logo, 
	#header.isfixed.skipfocus #logo, 
	#header.isfixed.scrolled.skipfocus #logo 
	{
		top: 5px;
	}
	#logo > img
	{
		width: 80px;
		height:auto;
	}

}


#logomobile
{
	display:none;
}


/* ----------------------------------------------------------------
	Zum Inhalt springen
-----------------------------------------------------------------*/

#skip-to-content 
{
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left:-65px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1rem;
	padding: 4px;
	z-index: 1032;
	text-decoration:none;
}

@media print {
	#skip-to-content {
		display: none;
	}
}

@media (max-width: 767.98px) {

	#skip-to-content 
	{
		margin-left:auto;
		right: 15px;
		left: auto;
	}

}



/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer
{
	position: relative;
	display:block;
	width:100%;
	background-color: #E8E8E8;
	color: #414141;
	font-size: 1.0rem;
	font-weight: 400;
	border-top: 5px solid #E2001A;
}

#footer .container
{
	padding-top:40px;
	text-align:left;
}

#footer > .container > .row
{
	padding-top:30px;
	padding-bottom:20px;
}

#footer a
{
	color: #414141;
	text-decoration:none;
	-webkit-transition:color 0.4s ease-out;
	-moz-transition:color 0.4s ease-out;
	-o-transition:color 0.4s ease-out;
	transition:color 0.4s ease-out;
}
#footer a:hover
{
	color: #000000;
	text-decoration:none;
}



#footer ul.menupages
{
	margin-top:80px;
}

@media (max-width: 1399.98px) {

	#footer .container .mob-order-4.col-xxl-2 .frame-space-before-small, 
	#footer .container .mob-order-5.col-xxl-2 .frame-space-before-small,
	#footer .container .mob-order-6.col-xxl-2 .frame-space-before-small
	{
		padding-top: 0;
		margin-top: 0;
	}

}


@media (max-width: 1199.98px) {

	#footer .container .mob-order-2.col-xxl-2 .frame-space-before-small,
	#footer .container .mob-order-3.col-xxl-2 .frame-space-before-small
	{
		padding-top: 0;
		margin-top: 0;
	}

}

@media (max-width: 991.98px) {

	#footer .mob-order-3.col-md-6 ul.menupages,
	#footer .mob-order-4.col-md-6 ul.menupages
	{
		margin-top:0px;
	}

}

@media (max-width: 767.98px) {

	#footer .mob-order-2.col-md-6 ul.menupages
	{
		margin-top:10px;
	}

}

#footer .contentbox > .contentbox-content
{
	line-height:1.75;
}

#footer a.footer-logo-link
{
	display:block;
	max-width:195px;
	height:auto;
	text-decoration:none;
	padding: 2px;
	margin-bottom:30px;
}

#footer p.companyname,
#footer p.location span.companyname
{
	display:none;
}



/* ----------------------------------------------------------------
	Copyrights
-----------------------------------------------------------------*/

#copyrights 
{
	min-height: 50px;
	padding: 25px 0 25px 0;
	color: #414141;
	font-size: 1.0rem;
	line-height: 1.1;
}

#copyrights > .container
{
	border-top: 2px solid #B3B3B3;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 15px;
}


#copyrights p
{
	margin-bottom:0;
}

#copy 
{
	text-align:left;
	margin-top:20px;
	margin-left: -3px;
}

@media (min-width: 992px) {

	#copy 
	{
		text-align:right;
		margin-top:0px;
		margin-left:auto;
	}

}

#copy span
{
	padding: 1px;
	line-height:1.1;
	display: inline-block;
	vertical-align: top;
}

#copy a.copylink
{
	display: inline-block;
	text-decoration:none;
	font-size: 1.0rem;
	color:#414141;
	padding:1px 1px 1px 1px;
	line-height:1.1;
	border:0px;
}

#copy.copyposright a.copylink span.logo
{
	background-image:url('../Images/planit-logo.svg');
	background-repeat:no-repeat;
	background-size:106px 23px;
	text-align: left;
	display: inline-block;
	min-width: 106px;
	min-height: 23px;
	text-indent:-9999px;
}

#copy a.copylink:active, #copy a.copylink:focus, #copy a.copylink:hover, #copy a.copylink.show
{
	outline: 2px solid #000000;
}



/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/

#totop
{
	display: block;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #B60016;
	background-image:url('../Icons/icon-totop-2.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:30px 30px;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	border-radius: 0px;
	opacity: 0.0;
	-webkit-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
}

#totop:hover 
{
	background-color: #B60016;
}



/* ----------------------------------------------------------------
	selection
-----------------------------------------------------------------*/

::selection 
{
	background: #B60016;
	color: #FFFFFF;
	text-shadow: none;
}

::-moz-selection 
{
	background: #B60016;
	color: #FFFFFF;
	text-shadow: none;
}

::-webkit-selection 
{
	background: #B60016;
	color: #FFFFFF;
	text-shadow: none;
}

a:active, a:focus, a:hover, a.show,
input:active, input:focus, input:hover,input.show,
textarea:active, textarea:focus, textarea:hover,textarea.show,
button:active, button:focus, button:hover, button.show 
{
	outline: 2px solid #000000;
	outline-offset: 1px;
	box-shadow: none;
}

.ce-textpic, 
.ce-image, 
.ce-nowrap .ce-bodytext, 
.ce-gallery, 
.ce-row, 
.ce-uploads li, 
.ce-uploads div 
{
	overflow: initial;
	/* overflow: auto; */
}


/* ----------------------------------------------------------------
	Section and Colors
-----------------------------------------------------------------*/

section 
{
	position:relative;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
}

section.section-space-before-extra-small,
div.section-space-before-extra-small,
div.row-space-before-extra-small, 
div.frame-space-before-extra-small
{
	padding-top: 1rem;
}
section.section-space-before-small, 
div.section-space-before-small, 
div.row-space-before-small, 
div.frame-space-before-small
{
	padding-top: 2rem;
}
section.section-space-before-medium,
div.section-space-before-medium,
div.row-space-before-medium, 
div.frame-space-before-medium
{
	padding-top: 3rem;
}
section.section-space-before-large, 
div.section-space-before-large, 
div.row-space-before-large, 
div.frame-space-before-large
{
	padding-top: 4.5rem;
}
section.section-space-before-extra-large,
div.section-space-before-extra-large,
div.row-space-before-extra-large, 
div.frame-space-before-extra-large
{
	padding-top: 6rem;
}

section.section-space-after-extra-small, 
div.section-space-after-extra-small, 
div.row-space-after-extra-small, 
div.frame-space-after-extra-small
{
	padding-bottom: 1rem;
}
section.section-space-after-small, 
div.section-space-after-small, 
div.row-space-after-small,
div.frame-space-after-small
{
	padding-bottom: 2rem;
}
section.section-space-after-medium,
div.section-space-after-medium,
div.row-space-after-medium, 
div.frame-space-after-medium
{
	padding-bottom: 3rem;
}
section.section-space-after-large, 
div.section-space-after-large, 
div.row-space-after-large, 
div.frame-space-after-large
{
	padding-bottom: 4.5rem;
}
section.section-space-after-extra-large, 
div.section-space-after-extra-large, 
div.row-space-after-extra-large, 
div.frame-space-after-extra-large
{
	padding-bottom: 6rem;
}

section.fullheight, 
div.carousel.fullheight, 
div.carousel-item.fullheight  
{
	height: 100vh !important;
}

div.bg-white, 
div.card.bg-white, 
div.imagetext.bg-white, 
section.bg-white 
{
	background-color:#FFFFFF;
	color:#414141;
}

div.bg-white a, 
div.imagetext.bg-white a, 
section.bg-white a
{
	color:#414141;
	text-decoration:none;
}

div.bg-grey, 
div.card.bg-grey, 
div.imagetext.bg-grey, 
section.bg-grey 
{
	background-color:#E8E8E8;
	color:#414141;
}

div.bg-grey a, 
div.imagetext.bg-grey a, 
section.bg-grey a
{
	color:#414141;
	text-decoration:none;
}

div.bg-darkgrey, 
div.card.bg-darkgrey, 
div.imagetext.bg-darkgrey, 
section.bg-darkgrey 
{
	background-color:#353535;
	color:#FFFFFF;
}

div.bg-darkgrey a, 
div.imagetext.bg-darkgrey a, 
section.bg-darkgrey a
{
	color:#FFFFFF;
	text-decoration:none;
}


div.bg-red, 
div.card.bg-red, 
div.imagetext.bg-red, 
section.bg-red 
{
	background-color:#9D2942;
	color:#FFFFFF;
}

div.bg-red a, 
div.imagetext.bg-red a, 
section.bg-red a
{
	color:#FFFFFF;
	text-decoration:none;
}

div.bg-green, 
div.card.bg-green, 
div.imagetext.bg-green, 
section.bg-green 
{
	background-color:#AB9D92;
	color:#FFFFFF;
}

div.bg-green a, 
div.imagetext.bg-green a, 
section.bg-green a
{
	color:#FFFFFF;
	text-decoration:none;
}



/* ----------------------------------------------------------------
	Header image
-----------------------------------------------------------------*/

#top .ce-intext.ce-right .ce-gallery, 
#top .ce-intext.ce-left .ce-gallery, 
#top .ce-above .ce-gallery 
{
	margin-bottom: 0px;
}

#top .ce-gallery figure 
{
	display: table;
	margin: 0;
}

#top .ce-gallery figcaption 
{
	display: block;
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
}


#top .imagetext
{
	border:0;
	overflow: hidden;
}

@media (max-width: 991.98px) {

	#top .imagetext .imagetext-body
	{
		width: fit-content;
		margin: 0 auto;
	}

	#top .imagetext .imagetext-body.p-3 .frame-space-before-medium
	{
		padding-top: 0;
		margin-top: 0;
	}

}

#top .ce-image .ce-gallery figure.image
{
	position:relative;
	overflow:hidden;
	max-height:360px;
}

#top .ce-image .ce-gallery figure.image > figcaption
{
	display:none;
}

#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
{
	width: auto;
	max-width: none;
	height: 455px;
	margin: 0 auto 0 -50px;
}

@media (min-width: 480px) {

	#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
	{
		width: auto;
		max-width: none;
		height: 590px;
		margin: 0 auto;
	}

}

@media (min-width: 768px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		display:block;
		position: absolute;
		bottom: 5%;
		width: 40%;
		margin: 0 10% 0 50%;
		font-size: 100%;
		text-align:right;
		line-height: 1.3;
	}
	
	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 992px) {

	#top .ce-image .ce-gallery figure.image
	{
		max-height:none;
	}

	#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
	{
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 390px;
		margin: 0 auto;
	}

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 5%;
		width: 38%;
		margin: 0 14% 0 48%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 1200px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 10%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 1400px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 12%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p
	{
		font-size:1.2rem;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.5rem;
	}

}


@media (min-width: 1600px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 15%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.6rem;
	}

}


@media (min-width: 1700px) {

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.8rem;
	}

}

@media (max-width: 991.98px) {

	#top .imagetext .ce-image figure.image
	{
		max-height:480px;
	}

}

@media (max-width: 479.98px) {

	#top .imagetext .ce-image figure.image
	{
		max-height:360px;
	}

}



/* ----------------------------------------------------------------
	Header image Selma
-----------------------------------------------------------------*/

.headerimage
{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	border: 0 !important;
	border-radius: 0 !important;
}

.headerimage > .background-image
{
	display: flex;
	align-self: flex-end;
}

.headerimage > .img-overlay
{
	display: flex;
	background: linear-gradient(100deg,#FFFFFF 0%,#FFFFFF 50%,rgba(0,0,0,0) 50%,rgba(255,255,255,0) 52%) !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 35%;
	z-index: 1;
	padding: 1rem;
	border:0;
	border-radius: calc(0.25rem - 1px);
}
.headerimage > .img-overlay.bg-red
{
	background: linear-gradient(100deg,#9D2942 0%,#9D2942 50%,rgba(0,0,0,0.4345939059) 50%,rgba(255,255,255,0) 52%) !important;
}
.headerimage > .img-overlay.bg-green
{
	background: linear-gradient(100deg,#7E8D44 0%,#7E8D44 50%,rgba(0,0,0,0.4345939059) 50%,rgba(255,255,255,0) 52%) !important;
}

.headerimage > .container > .overlay-content
{
	position: absolute;
	z-index: 2;
	height: 100%;
	top: 0;
	bottom: 0;
	display: flex;
}

.headerimage > .container > .overlay-content > .overlay-content-header
{
	align-self: center !important;
	width:64%;
}

.headerimage .overlay-content-header, 
.headerimage .overlay-content-header h1.text-grey, 
.headerimage .overlay-content-header h2.text-grey, 
.headerimage .overlay-content-header h3.text-grey, 
.headerimage .overlay-content-header h4.text-grey, 
.headerimage .overlay-content-header h5.text-grey
{
	color:#FFFFFF !important;
}

@media (max-width:1400px) {
	
	.headerimage > .container > .overlay-content > .overlay-content-header
	{
		width:50%;
	}

}


@media (max-width:992px) {

	.headerimage > .img-overlay.bg-red 
	{
		background:linear-gradient(100deg,#9D2942 0%,#9D2942 70%,rgba(0,0,0,0.4345939059) 70%,rgba(255,255,255,0) 74%) !important
	}
	.headerimage > .img-overlay.bg-green 
	{
		background:linear-gradient(100deg,#7E8D44 0%,#7E8D44 70%,rgba(0,0,0,0.4345939059) 70%,rgba(255,255,255,0) 74%) !important
	}

}

@media (max-width: 767.98px) {
	.headerimage 
	{
		margin-bottom: 0px;
	}
}

@media (max-width:576px) {

	.headerimage > .img-overlay.bg-red 
	{
		background:linear-gradient(95deg,#9D2942 0%,#9D2942 85%,rgba(0,0,0,0.4345939059) 85%,rgba(255,255,255,0) 88%) !important
	}
	.headerimage > .img-overlay.bg-green 
	{
		background:linear-gradient(95deg,#7E8D44 0%,#7E8D44 85%,rgba(0,0,0,0.4345939059) 85%,rgba(255,255,255,0) 88%) !important
	}

}



/* ----------------------------------------------------------------
	Content Elements
-----------------------------------------------------------------*/

section .card, 
section .container
{
	text-align:left;
}

.frame-type-container_card
{
	height: 100% !important;
}

/* ie fix */
figure 
{
	display: block !important;
}


#content .ce-image .ce-gallery .ce-row:nth-child(n+2) .ce-column
{
	margin-top:1rem;
}


.contentbox > .contentbox-content p:last-child
{
	margin-bottom:0;
}


.frame-type-image
{
	display: flow-root;
}

#content .ce-image.ce-center figure.image picture img.image-embed-item.img-fluid
{
	text-align: center;
	margin: 0 auto;
}



/* ----------------------------------------------------------------
	Card Element für Bild und Text übereinander
-----------------------------------------------------------------*/

.card 
{
	border-radius: 0;
}

.card.border-none 
{
	border: 0 !important;
}
.card.border-white 
{
	border: 1px solid #FFFFFF !important;
}
.card.border-grey 
{
	border: 1px solid #E8E8E8 !important;
}
.card.border-darkgrey 
{
	border: 1px solid #414141 !important;
}
.card.border-primary 
{
	border: 1px solid #B60016 !important;
}
.card.border-secondary 
{
	border: 1px solid #4F9CD2 !important;
}


.card-shadow-sm 
{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-shadow-md 
{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-shadow-lg 
{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-shadow-none 
{
	box-shadow: none !important;
}

.card-shadow-mover
{
	box-shadow: 0 0.25rem 0.45rem rgba(59, 141, 199, 0.15) !important;
}
.card-shadow-mover:hover
{
	box-shadow: 0 0.30rem 0.50rem rgba(59, 141, 199, 0.25) !important;
}


.card-img-top
{
	border-radius: 0;
}

.card .card-body,
.card .card-header 
{
	padding: 1.25rem;
}
.card .card-body.p-0, 
.card .card-header.p-0 
{
	padding: 0rem !important;
}
.card .card-body.p-2, 
.card .card-header.p-2 
{
	padding: 0.75rem !important;
}
.card .card-body.p-3,
.card .card-header.p-3 
{
	padding: 1.25rem !important;
}
.card .card-body.p-4, 
.card .card-header.p-4 
{
	padding: 2.0rem !important;
}
.card .card-body.p-5, 
.card .card-header.p-5 
{
	padding: 3rem !important;
}

.card .ce-above .ce-gallery,
.card .ce-image .ce-gallery
{
	margin-bottom: 0;
}

.card-footer 
{
	padding: 0rem 1.25rem;
	padding-top:0 !important;
	background-color: transparent;
	border-top: 0px;
}

.card-footer > .frame-type-text > p
{
	margin-bottom:0;
}

body.layout-Twocol #col-right .card
{
	margin-bottom:20px;
}



/* ----------------------------------------------------------------
	image columns
-----------------------------------------------------------------*/

.ce-gallery .ce-column,
#main .ce-gallery .ce-column 
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0 5px;
	box-sizing: border-box;
}

.ce-gallery.ce-columns-1,
.ce-gallery.ce-columns-1 .ce-column, 
.ce-gallery[data-ce-columns="1"] .ce-column,
#main .ce-gallery[data-ce-columns="1"] .ce-column 
{
	width: 100%;
	padding: 0 0px;
	margin-bottom: 0px;
}

.ce-gallery.ce-columns-2 .ce-column,
.ce-gallery[data-ce-columns="2"] .ce-column,
#main .ce-gallery[data-ce-columns="2"] .ce-column 
{
	width: 49%;
	width: calc(50% - 10px);
}

.ce-gallery.ce-columns-3 .ce-column,
.ce-gallery[data-ce-columns="3"] .ce-column,
#main .ce-gallery[data-ce-columns="3"] .ce-column 
{
	width: 32%;
	width: calc(33.33% - 10px);
}

.ce-gallery.ce-columns-4 .ce-column,
.ce-gallery[data-ce-columns="4"] .ce-column,
#main .ce-gallery[data-ce-columns="4"] .ce-column 
{
	width: 24%;
	width: calc(25% - 10px);
}

.ce-gallery.ce-columns-5 .ce-column,
.ce-gallery[data-ce-columns="5"] .ce-column,
#main .ce-gallery[data-ce-columns="5"] .ce-column 
{
	width: 20%;
	width: calc(20% - 10px);
}

.ce-gallery.ce-columns-6 .ce-column,
.ce-gallery[data-ce-columns="6"] .ce-column,
#main .ce-gallery[data-ce-columns="6"] .ce-column 
{
	width: 16%;
	width: calc(16.66% - 10px);
}





/* ----------------------------------------------------------------
	Quicklinks
-----------------------------------------------------------------*/

#quicklinks.contentbox
{
	margin-top:-125px;
}

#quicklinks.contentbox > .contentbox-content .ce-gallery
{
	margin-bottom:0;
}

#quicklinks.contentbox > .contentbox-content .ce-center .ce-outer,
#quicklinks.contentbox > .contentbox-content .ce-center .ce-inner
{
	float: none !important;
	right: auto !important;
}

#quicklinks.contentbox > .contentbox-content .ce-gallery > .ce-outer > .ce-inner > .ce-row
{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

#quicklinks.contentbox > .contentbox-content figure.image
{
	display:table !important;
	margin: 0 auto;
	text-align: center;
}

#quicklinks.contentbox > .contentbox-content figure.image a
{
	margin-top:2px;
	display:block;
	padding:1px;
}

#quicklinks.contentbox > .contentbox-content figure.image picture > img.image-embed-item.img-fluid,
#quicklinks.contentbox > .contentbox-content figure.image a > picture > img.image-embed-item.img-fluid
{
	width:185px;
	height:185px;
	padding: 25px;
	border-radius:0;
	background-color:#E2001A;
}

#quicklinks.contentbox > .contentbox-content figure.image figcaption.image-caption
{
	display:block;
	text-align:center;
	margin-top: 5px;
}


@media (max-width: 1199.98px) {

	#quicklinks.contentbox
	{
		margin-top:-100px;
	}

	#quicklinks.contentbox > .contentbox-content figure.image picture > img.image-embed-item.img-fluid,
	#quicklinks.contentbox > .contentbox-content figure.image a > picture > img.image-embed-item.img-fluid
	{
		width: 120px;
		height:120px;
		padding: 20px;
	}

	#quicklinks.contentbox > .contentbox-content figure.image figcaption.image-caption
	{
		font-size: 1rem;
	}

}


@media (max-width: 991.98px) {

	#quicklinks.contentbox
	{
		margin-top:10px;
	}

	#quicklinks.contentbox > .contentbox-content .ce-gallery.ce-columns-6 .ce-column
	{
		width: 32%;
		width: calc(33.33% - 10px);
	}

}

@media (max-width: 767.98px) {

	#quicklinks.contentbox > .contentbox-content .ce-gallery.ce-columns-6 .ce-column
	{
		width: 49%;
		width: calc(50% - 10px);
	}

}

@media (max-width: 479.98px) {

	#quicklinks.contentbox > .contentbox-content figure.image picture > img.image-embed-item.img-fluid,
	#quicklinks.contentbox > .contentbox-content figure.image a > picture > img.image-embed-item.img-fluid
	{
		width: 130px;
		height:130px;
		padding: 20px;
	}

}



/* ----------------------------------------------------------------
	Contentbox
-----------------------------------------------------------------*/

.contentbox.border-none 
{
	border: 0 !important;
}
.contentbox.border-white 
{
	border: 1px solid #FFFFFF !important;
}
.contentbox.border-grey 
{
	border: 1px solid #E8E8E8 !important;
}
.contentbox.border-darkgrey 
{
	border: 1px solid #414141 !important;
}
.contentbox.border-primary 
{
	border: 1px solid #B60016 !important;
}
.contentbox.border-secondary 
{
	border: 1px solid #4F9CD2 !important;
}


/* ----------------------------------------------------------------
	modal popup
-----------------------------------------------------------------*/

.modal-header 
{
	display: block !important;
	align-items: unset;
	justify-content: unset;
	padding: 1rem;
	border-bottom: 0px;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-backdrop 
{
	z-index: 100000 !important;
}

.modal 
{
	z-index: 100001 !important;
}





/* ----------------------------------------------------------------
	Kontakt formular
-----------------------------------------------------------------*/

#col-content .frame-type-form_formframework form
{
	margin-top: -1.0rem;
}

#col-content .frame-type-form_formframework form label.form-label
{
	color:#414141;
	font-weight:400;
	margin-bottom: .5rem;
	margin-top: 1.0rem;
}

.frame-type-form_formframework form > .input > input.form-control, 
.frame-type-form_formframework form > .input > select.form-control,
.frame-type-form_formframework form > .input > textarea.form-control,
.frame-type-form_formframework form > .row > div.col-6 > .input > input.form-control,
form > div.form-group > div.input > input.form-control,
form > div.form-group > div.input > select.form-control,
form > div.form-group > div.input > textarea.form-control
{
	border-radius:0px;
	border:2px solid #707070;
	color:#414141;
	font-size:100%;
}

.frame-type-form_formframework form > .input > textarea.form-control,
form > div.form-group > div.input > textarea.form-control
{
	height:10em;
}

.frame-type-form_formframework form > .input.checkbox > label,
.frame-type-form_formframework form > .input.checkbox > label.form-check-label,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label
{
	position:relative;
	width:auto !important;
	display:inline-block;
	padding-left: 0px;
	padding-right:10px;
	font-weight: 400;
}

.frame-type-form_formframework form > .input.checkbox > label input.form-check-input,
.frame-type-form_formframework form > .input.checkbox > label.form-check-label > input.form-check-input,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label > input.add-on,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label > input#kontakt-checkbox-1.add-on
{
	float:left;
	max-width:15px;
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-radius: 0;
	border:2px solid #707070;
}

.frame-type-form_formframework form > .input.checkbox > label input.form-check-input > span,
.frame-type-form_formframework form > .input.checkbox > label.form-check-label > span,
form > div.form-group > div.input.checkbox > span.help-block
{
	padding-left: 25px;
	display: block;
}

.frame-type-form_formframework form div nav button,
form > div.actions > nav.form-navigation > div.btn-toolbar > div.btn-group > span.next.submit > button.btn.btn-primary
{
	display: inline-block;
	min-width:145px;
	line-height: 1.5;
	background-color:#FFFFFF;
	color:#414141;
	font-size:1.1rem;
	font-weight:400;
	padding:6px 18px;
	border-radius:0px;
	border: 3px solid #E2001A;
	text-align:center;
	text-decoration:none;
	-webkit-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-moz-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-o-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

.frame-type-form_formframework form div nav button:hover,
.frame-type-form_formframework form div nav button:focus
{
	background-color:#FFFFFF;
	color:#000000;
	border: 3px solid #B60016;
	text-decoration:none;
}


.frame-type-form_formframework form > .input.checkbox
{
	margin-top:1rem;
}

form > .has-error > .input > .error,
form > .has-error > .input.checkbox > .form-check > label.form-check-label > .error
{
	color:#D02525;
	font-size:1rem;
}

form > .has-error > .input > .error.valid,
form > .has-error > .input.checkbox > .form-check > label.form-check-label > .error.valid
{
	color:#006700;
	font-size:1rem;
}


.frame-type-form_formframework form > div > div.frame-type-text
{
	padding-left:25px;
}

.frame-type-form_formframework > form .form-control:focus, 
.frame-type-form_formframework > form .form-check-input:focus
{
	outline: 2px solid #000000;
	outline-offset: 1px;
	box-shadow: none;
}

.frame-type-form_formframework > form > label.formlabel, 
.frame-type-form_formframework > form > input#kontakt-27-pUGPlu5gI3XMn7tKa8wS, 
.frame-type-form_formframework > form#kontaktgs-muehlbach-109 > input#kontaktgs-muehlbach-109-xp9o2jYO3JecXDHs1AT0UMIVk
{
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.frame-type-form_formframework > form > .row > div > .input.has-validation > input.form-control:valid,
.frame-type-form_formframework > form > .row > div > .input.has-validation > textarea.form-control:valid,
.frame-type-form_formframework > form > .input.has-validation > input.form-control:valid,
.frame-type-form_formframework > form > .input.has-validation > textarea.form-control:valid
{
	border: 2px solid #006700;
	outline:2px solid #006700;
}


.frame-type-form_formframework > form > .input.checkbox.has-validation > label.form-check-label > input.form-check-input.is-invalid,
.frame-type-form_formframework > form > .input.has-validation > textarea.form-control.is-invalid,
.frame-type-form_formframework > form > .row > div > .input.has-validation > input.form-control.is-invalid,
.frame-type-form_formframework > form > .input.has-validation > input.form-control.is-invalid,
.frame-type-form_formframework form > .input > input.form-control.is-invalid
{
	color:#D02525;
	border: 2px solid #D02525;
	outline:2px solid #D02525;
}




/* ----------------------------------------------------------------
	hh_video_extender
-----------------------------------------------------------------*/

.video[data-type="external"] .video-embed 
{
	padding-top: 56.25%;
	overflow: hidden;
}

.video[data-type="external"] .video-embed > iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-embed 
{
	left: 0;
	position: relative;
	top: 0;
}
.video-embed .video-embed-item 
{
	max-width: 100%;
}
.video-embed .video-preview 
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-embed .video-defer
{
	opacity: 0;
	transition: all 500ms;
}
.video-embed.loaded .video-preview 
{
	display: none;
}
.video-embed.loaded .video-defer 
{
	opacity: 1;
}


/* ----------------------------------------------------------------
	sitemap
-----------------------------------------------------------------*/

ul.sitemap-pages
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

ul.sitemap-pages li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.sitemap-pages li::before 
{
	content: "■";
	color: #E2001A;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

ul.sitemap-pages > li > ul.sitemap-pages 
{
	margin-left: 20px;
}

ul.sitemap-pages li a
{
	padding:2px;
}



/* ----------------------------------------------------------------
	typography and styles
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5
{
	color:#414141;
	font-size:1.75rem;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1 
{
	font-size:2.0rem;
	font-weight: 400;
	margin-bottom: 2.5rem;
	/* text-transform:uppercase; */
}
h1 > a
{
	font-size:2.00rem;
	color:#414141;
	text-decoration:none;
}

h2
{
	font-size:1.75rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	/* text-transform:uppercase; */
}
h2 > a
{
	font-size:1.75rem;
	color:#414141;
	text-decoration:none;
}

h2.modal-title, 
h3.modal-title
{
	float:left;
}

h3 
{
	font-size:1.5rem;
	font-weight: 400;
	text-transform:none;
}
h3 > a
{
	font-size:1.5rem;
	color:#414141;
	text-decoration:none;
}

h4 
{
	font-size:1.25rem;
	font-weight: 400;
	text-transform:none;
}

h5 
{
	font-size:1.0rem;
	font-weight: 400;
	text-transform:none;
}

h1.ce-headline-left, 
h2.ce-headline-left, 
h3.ce-headline-left, 
h4.ce-headline-left, 
h5.ce-headline-left
{
	text-align:left;
}

h1.ce-headline-center, 
h2.ce-headline-center, 
h3.ce-headline-center, 
h4.ce-headline-center, 
h5.ce-headline-center
{
	text-align:center;
}

h1.ce-headline-right, 
h2.ce-headline-right, 
h3.ce-headline-right, 
h4.ce-headline-right, 
h5.ce-headline-right
{
	text-align:right;
}


.carousel-title, 
.video-title
{
	font-size:1.75rem;
	font-weight: 400;
	text-transform:none;
	margin-bottom: 1rem;
}


ul 
{
	background-image:none;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul li 
{
	background-image:none;
	list-style-type:none;
	padding:0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
}


ul.contentlist 
{
	list-style-type:none;
	margin:0px 0px 1.0rem 20px;
	padding:0px 0px 5px 0px;
}

ul.contentlist li 
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.contentlist li::before 
{
	content: "■";
	color: #E2001A;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
}

ul.contentlist > li > ul.contentlist, 
ul.contentlist > li > ul.contentlist > li > ul.contentlist
{
	margin-left: 30px;
}


ul.checklist 
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

ul.checklist li 
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.checklist li::before 
{
	content: "✔";
	color: #F49E0A;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
}

ul.checklist > li > ul, 
ul.checklist > li > ul > li > ul
{
	margin-left: 30px;
}



ol, ol.orderedlist 
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	border:0px;
}

ol > li, 
ol.orderedlist > li 
{
	counter-increment: li;
}

ol li::before, 
ol.orderedlist li::before 
{
	content: counter(li);
	color: #E2001A;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}

ol > li > ol, 
ol.orderedlist > li > ol.orderedlist 
{
	margin-left: 20px;
}

ol.carousel-indicators li::before 
{
	content:'';
}


.frame-type-menu_pages > ul 
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

.frame-type-menu_pages > ul > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}

.frame-type-menu_pages > ul > li::before 
{
	content: "›";
	color: #414141;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#footer .frame-type-menu_pages > ul > li::before 
{
	content: "›";
	color: #E2001A;
}

/* footer list */
#footer ul.contentlist
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer ul.contentlist > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 25px 0px 22px 0px;
	text-align:left;
}

#footer ul.contentlist li::before 
{
	content: "";
	display: none; 
}

#footer ul.contentlist > li > strong > a
{
	display: inline-block;
	padding:2px;
	margin-bottom: 22px;
	color: #E2001A;
	font-size:1.4rem;
	font-weight:800;
}
#footer ul.contentlist > li > strong > a:hover, 
#footer ul.contentlist > li > strong > a:focus
{
	color: #414141;
	text-decoration:none;
}

#footer ul.contentlist > li > ul
{
	list-style-type:none;
	margin:0px 0px 0px 1em;
	padding:0px 0px 0px 0px;
}

#footer ul.contentlist > li > ul > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}

#footer ul.contentlist > li > ul > li::before 
{
	content: "•";
	color: #414141;
	font-weight:800;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#footer ul.contentlist > li > ul > li > a
{
	padding:2px;
	color: #414141;
	font-weight:400;
}




img.img-responsive
{
	display: block;
	max-width: 100%;
	height: auto;
}
img.img-right 
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
img.img-left 
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}


hr 
{
	margin: 5px 0 5px 0;
	padding:0px;
	border-top: 1px solid #CBCBCB;
}

.frame-type-div > .ce-div
{
	display:block;
	width:80%;
	height:5px;
	margin: 15px auto 15px auto;
	padding:0px;
	background-color:#CBCBCB;
}

span.text-grey, 
p.text-grey,
.text-grey  
{
	color:#414141;
}

.text-quote,
p.text-quote, 
span.text-quote 
{
	font-size:1.3rem;
	color:#414141;
}

.text-handwriting,
p.text-handwriting, 
span.text-handwriting 
{
	font-family: 'Pacifico', sans-serif;
	font-weight: 400;
	color:#414141;
}

.text-italic,
p.text-italic, 
span.text-italic 
{
	font-style: italic;
}

.text-headline,
p.text-headline, 
span.text-headline 
{
	font-size:1.75rem;
}

.text-verylarge,
p.text-verylarge, 
span.text-verylarge 
{
	font-size:1.5rem;
}

.text-large,
p.text-large, 
span.text-large 
{
	font-size:1.3rem;
}

.text-small,
p.text-small, 
span.text-small 
{
	font-size:0.875rem;
}

span.text-uppercase, 
p.text-uppercase,
.text-uppercase
{
	text-transform:uppercase;
}


p {
	margin-bottom:1.0rem;
}


p.align-left, span.align-left, td.align-left 
{
	text-align:left;
}
p.align-center, span.align-center, td.align-center 
{
	text-align:center;
}
p.align-right, span.align-right, td.align-right 
{
	text-align:right;
}


a, a:link, a:visited, a:active 
{
	color:#414141;
	text-decoration:underline;
}

a:focus, a:hover 
{
	color:#414141;
	text-decoration:underline;
}

p a, p a:link, p a:visited, p a:active 
{
	color:#414141;
	text-decoration:underline;
}

p a:focus, p a:hover 
{
	color:#414141;
	text-decoration:underline;
}


b, strong
{
	font-weight: 700;
}

u
{
	-webkit-text-decoration-line: underline;
	-webkit-text-decoration-thickness: 5px;
	-webkit-text-decoration-color: #E2001A;
	-webkit-text-underline-offset: 5px;
	text-decoration-line: underline;
	text-decoration-thickness: 5px;
	text-decoration: underline;
	text-decoration-color: #E2001A;
	text-decoration-thickness: 5px;
	text-underline-offset: 5px;
}

a.link-grey, a.link-grey:link, a.link-grey:visited, a.link-grey:active, 
p a.link-grey, p a.link-grey:link, p a.link-grey:visited, p a.link-grey:active 
{
	color:#414141;
	text-decoration:underline;
}
a.link-grey:focus, a.link-grey:hover, 
p a.link-grey:focus, p a.link-grey:hover 
{
	color:#000000;
	text-decoration:underline;
}

a.link-mail, a.link-mail:link, a.link-mail:visited, a.link-mail:active, 
p a.link-mail, p a.link-mail:link, p a.link-mail:visited, p a.link-mail:active 
{
	color:#414141;
	text-decoration:underline;
}
a.link-mail:focus, a.link-mail:hover, 
p a.link-mail:focus, p a.link-mail:hover 
{
	color:#E2001A;
	text-decoration:underline;
}


a.link-external, 
a.link-external-blank
{
	display: inline-flex;
	justify-content: left;
	align-items: center;
	background-image: url('../Icons/icon-link-external.svg');
	background-repeat: no-repeat;
	background-position:left center;
	background-size:20px 20px;
	line-height: 1.5;
	padding-left: 28px;
	font-size: 1.1rem;
	font-weight:400;
	color:#414141;
	text-decoration:underline;
}
a.link-external:focus, a.link-external:hover, 
a.link-external-blank:focus, a.link-external-blank:hover 
{
	color:#000000;
	text-decoration:underline;
}


a.link-download, a.link-download:link, a.link-download:visited, a.link-download:active, 
p a.link-download, p a.link-download:link, p a.link-download:visited, p a.link-download:active 
{
	display: inline-flex;
	justify-content: left;
	align-items: center;
	background-image: url('../Icons/icon-file-download.svg');
	background-repeat: no-repeat;
	background-position:left center;
	background-size:22px 22px;
	line-height: 1.5;
	padding-left: 30px;
	font-size: 1.1rem;
	font-weight:400;
	color:#414141;
	text-decoration:underline;
}
a.link-download:focus, a.link-download:hover, 
p a.link-download:focus, p a.link-download:hover 
{
	color:#000000;
	text-decoration:underline;
}


input.btn,
input.btn:hover,
input.btn:focus,
p > a.btn, 
a.btn, 
a.btn:hover,
a.btn:focus
{
	font-size: 1.1rem;
	font-weight: 400;
	padding: 6px 18px;
	line-height: 1.5;
	border-radius: 3px;
	text-decoration:none;
}

input.btn-outline,
input.btn-outline:hover,
input.btn-outline:focus,
p > a.btn-outline, 
a.btn-outline, 
a.btn-outline:hover,
a.btn-outline:focus, 
section a.btn-outline, 
section a.btn-outline:hover,
section a.btn-outline:focus
{
	display: inline-block;
	min-width:145px;
	line-height: 1.5;
	background-color:#FFFFFF;
	color:#414141;
	font-size:1.1rem;
	font-weight:400;
	padding:6px 18px;
	border-radius:0px;
	border: 3px solid #E2001A;
	text-align:center;
	text-decoration:underline;
	-webkit-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-moz-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-o-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

input.btn-outline:hover,
input.btn-outline:focus,
a.btn-outline:hover,
a.btn-outline:focus, 
section a.btn-outline:hover,
section a.btn-outline:focus
{
	background-color:#FFFFFF;
	color:#000000;
	border: 3px solid #B60016;
	text-decoration:underline;
}


blockquote
{
	position: relative;
	border:0px;
	border-left: 5px solid #ccc;
	padding:0px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 2rem;
	overflow: hidden;
}

blockquote > p
{
	font-family: 'Open Sans', sans-serif;
	color:#414141;
	font-size:1.1rem;
	font-weight:400;
	padding:0px;
	margin-bottom:0;
}

.blockquote-footer
{
	font-family: 'Open Sans', sans-serif;
	color:#414141;
	font-size:1.0rem;
	font-weight:400;
	font-style:italic;
	text-align:right;
	margin-top:-20px;
	margin-right:20px;
	padding:0px;
	border:0px;
}


table.contenttable, 
table.htmlarea-showtableborders
{
	clear:both;
	text-align:left;
	color:#414141;
	border-spacing:2px;
	margin: 0px 0px 10px 0px;
	padding:0px;
	width:100%;
}

table.contenttable thead tr th, 
table.htmlarea-showtableborders thead tr th
{
	vertical-align:top;
	background-color:#E2001A;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding:17px 10px 17px 12px;
	line-height:50px;
	border: 0px;
}

table.contenttable td, 
table.htmlarea-showtableborders td 
{
	vertical-align:top;
	padding:1px;
}

table.contenttable td.spre, 
table.htmlarea-showtableborders td 
{
	vertical-align:top;
	text-align:right;
	padding:1px;
}

table.contenttable caption, 
table.htmlarea-showtableborders caption 
{
	background-color:#f4f4f4;
	color:#414141;
	font-weight: 700;
	text-align:left;
	margin:0px 0px 2px 0px;
	padding:3px 3px 3px 3px;
	border:0px;
}

table.contenttable tbody td, 
table.htmlarea-showtableborders tbody tr 
{
	vertical-align:top;
}


.table > :not(caption) > * > * 
{
	background-color: transparent;
}


/* --------- main navigation in menu.css ---------- */



/* ----------------------------------------------------------------
	matomo analytics
-----------------------------------------------------------------*/

#matomo-opt-out
{
	margin-top:1rem;
	margin-bottom:1.5rem;
}

#matomo-opt-out input#trackVisits
{
	margin-right:1rem;
}




/* ----------------------------------------------------------------
	custom responsive settings
-----------------------------------------------------------------*/
/* 1199.98px */
/* 991.98px */

@media (max-width: 1199.98px) {

	.imagetext.g-0 > .image,
	.imagetext.g-0 > .content
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		clear:both;
	}

	#footer > .container .row-eq-height > .mob-order-1,
	#footer > .container .row-eq-height > .mob-order-2
	{
		margin-bottom:30px;
	}

}



@media (max-width: 767.98px) {

	.card.h-100
	{
		height: auto !important;
	}

	.row.row-eq-height > .mr-auto.justify-content-start > .frame.frame-default
	{
		height:auto;
	}

	.card
	{
		margin-bottom:30px;
	}

	#totop
	{
		bottom:30px;
	}

	#footer > .footercontent  .row > .col-md-6 
	{
		margin-bottom:30px;
	}

	.ce-gallery .ce-column,
	#main .ce-gallery .ce-column 
	{
		margin-bottom:20px;
		padding: 0px;
	}
	.ce-gallery .ce-column:first-child,
	#main .ce-gallery .ce-column:first-child 
	{
		margin-left: 0px;
	}

	.ce-gallery.ce-columns-2 .ce-column,
	.ce-gallery.ce-columns-3 .ce-column,
	.ce-gallery.ce-columns-4 .ce-column,
	.ce-gallery.ce-columns-5 .ce-column,
	.ce-gallery.ce-columns-6 .ce-column,
	.ce-gallery[data-ce-columns="2"] .ce-column, 
	.ce-gallery[data-ce-columns="3"] .ce-column, 
	.ce-gallery[data-ce-columns="4"] .ce-column, 
	.ce-gallery[data-ce-columns="5"] .ce-column, 
	.ce-gallery[data-ce-columns="6"] .ce-column, 
	#main .ce-gallery[data-ce-columns="2"] .ce-column, 
	#main .ce-gallery[data-ce-columns="3"] .ce-column, 
	#main .ce-gallery[data-ce-columns="4"] .ce-column, 
	#main .ce-gallery[data-ce-columns="5"] .ce-column, 
	#main .ce-gallery[data-ce-columns="6"] .ce-column 
	{
		width: 100%;
	}

	.carousel-caption, 
	.video-caption
	{
		bottom: 0px;
	}

}



@media (max-width: 575.98px) {

	#header > .container
	{
		padding-left:0px;
		padding-right:0px;
	}

	#col-content.col-lg-9 .frame-type-container_2_columns .col-xl-3.pe-5
	{
		padding-right: 0.75rem !important;
	}

}



@media (max-width: 479.98px) {

}



@media (max-width: 359.98px) {

	#totop 
	{
		bottom: 12px;
	}

}




