/*
Colors
Defaults
-Blog
-auto-Width Fix
-Footer
Main Menu
-Defaults
-Mobile Dropdown Active
-Logo IMG
-Menu Headline
Feature-Layout
-Features in Article
-Features Color
-Features Parallax
Masthead
-Masthead Claim
-Masthead Widgetkit Slideshow
-Masthead Widgetkit Paralax
Corporate Layout
2 Row Content
Box-Shadow
RSForm Pro!
JEvents
GPDR
YouTube iFrame-Integration
Google ReCaptcha Badge
Headline Bottom-Divider

/* ~~~~~~~~~~ Colors, same as LESS ~~~~~~~~~~*/
:root {
	--gray-darkest:						#040404;
	--gray-dark:						#484848;
	--gray:					 			#444444;
	--gray-light:						#979797;
	--gray-lightest:					#D8D7D7;

	--black:                 			#000;
	--white:                 			#fff;
	--blue:                  			#005da4;
	--green:                 			#3AA307;
	--cyan:                  			#057B5A;
	--red:                   			#870000;
	--yellow:                			#FFBF00;
	--orange:                			#FF4900;
	--pink:                  			#EA005E;
	--purple:                 			#89056C;
	--brown:				 			#332a1f;

	--brand-primary:         			var(--red);
	--brand-secondary:       			var(--red);
	--brand-success:         			var(--green);
	--brand-warning:         			var(--orange);
	--brand-danger:          			var(--red);
	--brand-info:            			var(--cyan);
	
	--brand-primary-darkest: 			#003A66;
	--brand-primary-dark:             	#004B85;
	--brand-primary-light:            	#1595F7;
	--brand-primary-lightest:        	#BAD5EB;

	--brand-primary-inverse:			var(--white);


	--brand-secondary-darkest: 			#680014;
	--brand-secondary-dark:             #8F001C;
	--brand-secondary-light:            #ED6B85;
	--brand-secondary-lightest:         #F490A4;

	--brand-secondary-inverse:			var(--white);


	--body-bg:               			#F0F0F0;
	--text-color:            			var(--gray-darkest);
	--text-color-on-primary:			var(--brand-primary-inverse);
	--text-color-on-secondary:			var(--brand-secondary-inverse);

	--link-color:            			var(--brand-primary);
	--link-hover-color:      			var(--brand-primary-dark);
	--link-color-on-primary:   			var(--gray-lightest);
	--link-hover-color-on-primary:		var(--gray-lightest);
	--link-visited-color-on-primary:	var(--gray-light);
	--link-color-on-secondary:   		var(--brand-secondary-inverse);
	--link-hover-color-on-secondary:	var(--gray-lightest);
	--link-visited-color-on-secondary:	var(--brand-primary-dark);


	--font-healine: 					"Oswald", "Helvetica Neue", Helvetica, "Open Sans", Roboto, Arial, sans-serif !important;
}

/* ~~~~~~~~~~ Defaults ~~~~~~~~~~*/

/*.article-aside.clearfix {
	display: none;
}*/

body {
	background-color: var(--body-bg);
	color: var(--text-color);
}

h1, h2, h3, h4, h5 {
	color: var(--brand-secondary);
}

.spacing-fix /* for the first "row-feature" element */{
	margin-top: -40px;
}

li {
	font-size: 16px;
}

p {
	font-size: 16px;
}

.btn-secondary {
	background-color: var(--brand-secondary);
	color: var(--link-color-on-secondary);
}

.btn-secondary:hover {
	background-color: var(--brand-secondary-dark);
}

/* ~~~~~ Custom table styling ~~~~~ */

/*td, tr td {
	border-top: 1px solid var(--brand-secondary);
}
*/

table {
	width: 100%;
	border:	1px solid var(--text-color);
	background-color: var(--gray-lightest);
	/*border-right: 1px solid var(--text-color);*/
}

thead {
	font-weight: bold;
	border-bottom: 1px solid var(--brand-secondary);
}

th {
    padding: 10px 5px;
    background-color: var(--brand-primary);
    color: #fff;
}

td:nth-last-child(1) {
	border-right:none;
}

td {
	padding: 5px 10px;
	border-right: 1px solid var(--gray-darkest);
	color: var(--text-color);
}

table th table th h1, table th h2, table th h3, table th h4, table th h5 {	
	color: var(--brand-primary-inverse);
}

/*tr:nth-child(1) {
	background-color: var(--brand-primary);
}*/

tr:nth-child(even) {
	background-color: var(--brand-secondary);
}

tr:nth-child(even) td, tr:nth-child(even) td a {
	color: var(--brand-secondary-inverse);
}

tr:nth-child(1) td {
	border-top:none;
}

tr.spacer {
	background-color: transparent;
}

tr.spacer td {
    border: none;
    background-color: none;
}

tr.row-highlight {
	background-color: var(--brand-secondary)!important;
}

tr.row-highlight td {
	color: var(--brand-secondary-inverse)!important;
}

tr.row-normal {
	background-color: var(--gray-lightest)!important;
}

tr.row-normal td {
	color: var(--text-color)!important;
}

tr .oa-info {
}

/*tr.highlight td {
	color: 
}*/

table.disable-color-change tr:nth-child(odd) {
	background-color: transparent;
}

table.disable-color-change tr:nth-child(odd) td{
	color: var(--text-color);
}

/* ~~~~~ Blog ~~~~~ */
.article-title, .page-headline {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-secondary-light);
	font-size: 42px !important;
}

@media (max-width: 899px) {
	.article-title, .page-headline {
		margin-bottom: 10px !important;
	}
}

.article-content {
	margin-top: 20px;
}

.article-aside {
	color:	var(--brand-secondary-light);
}

.article-aside .btn.dropdown-toggle:hover,
.article-aside .btn.dropdown-toggle:focus,
.article-aside .btn.dropdown-toggle:active {
	color: var(--brand-primary);
}

.tags {
	margin-top: -75px;
}

.tags a {
	color: var(--brand-secondary-light) !important;
	border: 1px solid var(--brand-secondary-light) !important;
}

.tags a:hover {
	color: var(--brand-primary) !important;
}

@media (max-width: 899px) {
	.article-aside.clearfix {
		margin-top: 0px;
	}
}

.pagination .disabled a {
	border: 1px solid var(--brand-secondary-light);
	color: var(--brand-secondary-light);
}

.pagination li a:hover {
	border: 1px solid var(--brand-primary)
}

.counter {
	border: 1px solid var(--brand-secondary);
	color: var(--brand-secondary);
}

/*.category-name a {
	background: var(--brand-secondary);
}*/

/* ~~~~~ auto-Width Fix ~~~~~ */
@media (min-width: 900px) and (max-width: 980px) {
	.container {
		width: 100%;
		max-width: 1180px;
	}

	div#t3-mainbody {
		width: 100%;
		max-width: 1180px;
	}
}

@media (min-width: 768px) {
	
	.container {
		width: 100%;
		max-width: 760px;
	}
}

@media (min-width: 980px) {
	
	.container {
		width: 100%;
		max-width: 980px;
	}

	.jump-fix #t3-mainbody, .jump-fix #t3-mainnav .container {
		margin: auto calc((100vw - 980px) / 2 - 8.5px);
	}

}

@media (min-width: 1180px) {
	
	.container {
		width: 100%;
		max-width: 1180px;
	}

	.jump-fix #t3-mainbody, .jump-fix #t3-mainnav .container {
		margin: auto calc((100vw - 1180px) / 2 - 8.5px);
	}
}
/*
@media (min-width: 980px) {
	
	.container {
		width: 100%;
		max-width: 980px;
	}
}

@media (min-width: 1180px) {
	
	.container {
		width: 100%;
		max-width: 1180px;
	}
}

/* ~~~~~~~~~~ Main Menu ~~~~~~~~~~*/

/* ~~~~~ Defaults ~~~~~ */
#t3-mainnav {
	border-bottom: 0px;
}

@media (min-width:980px) {
	.t3-navbar.navbar-collapse.collapse {
		float: right;
	}
}

@media (max-width:	1180px) {
	#t3-mainnav > .container {
		max-width:	100%;
	}
}


/* ~~~~~ Mobile Dropdown Active  ~~~~~ */
@media (max-width:899px) {
	/*.nav.navbar-nav > li.active {
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.nav.navbar-nav > li.active:nth-child(1) {
		border-top: none;
	}*/

	.nav.navbar-nav > li.active > a, .nav.navbar-nav > li.active > span {
		text-decoration: underline;
	}
}

.dropdown-menu > li {
    border-top: 1px solid var(--white);
}

.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus,
.dropdown-menu > li a:active {
	background-color: var(--brand-primary-inverse) !important;
	color: var(--brand-primary) !important;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
	background: var(--brand-secondary);
}

/* ~~~~~ Logo IMG  ~~~~~ */
.logo-image {
	height:100%;
}

@media (max-width:899px) {

	.logo-img {
		max-height:55px;
		padding-left:20px;
	}
}

.logo-image > a {
	max-width:285px;
}

/* ~~~~~ Menu Headline  ~~~~~ */
.nav.navbar-nav li span.nav-header {
	font-size: 17px;
	text-transform: uppercase;
	color: var(--white);
	line-height: 55px;
}

@media (max-width:899px) {
	.nav.navbar-nav li span.nav-header {
		padding: 20px; 
	}
}

/* ~~~~~ Footer ~~~~~ */
.t3-copyright /*hide footer copyright info*/ {
	display: none;
}

#t3-mainbody {
	padding-bottom: 0px;
}

#t3-footer a {
	color: var(--link-color-on-primary);
}

#t3-footer a:hover {
	color: var(--link-hover-color-on-primary);
}

#t3-footer a:visited {
	color: var(--link-color-on-primary);
}

/*display footer also on small screens*/
footer#t3-footer .container.hidden-xs {
	display: block !important;
}

/* ~~~~~~~~~~ Feature-Layout ~~~~~~~~~~*/

.op-parallax .container {
	max-width: none;
}

/* ~~~~~ Features in Article ~~~~~ */
.article-feature-layout .container {
	padding: 15px 20px 15px 20px;
}

.article-feature-layout .container:not(:last-child) {
	border-bottom: 1px solid var(--brand-secondary-light);
}

.article-feature-layout ul.left {
	margin-left: -20px;
}

@media (min-width: 769px) {
	.article-feature-layout ul.right{
		padding-left: calc(50% + 40px);
	}
}

/* ~~~~~ Features Color ~~~~~ */
.feature-ct p, .article-feature-layout p {
	text-align: justify;
}
.row-feature.row-feature-alt, .row-feature:nth-child(even) {
	background: var(--gray-light);
}

.blog.features-intro .row-feature:nth-child(even) h2{
	color: var(--brand-primary-inverse);
}

.blog.features-intro .row-feature:nth-child(even) p{
	color: var(--gray-darkest);
}

.blog.features-intro .row-feature:nth-child(odd) h2{
	color: var(--brand-secondary);
}

.blog.features-intro .row-feature:nth-child(odd) p{
	color: var(--gray-dark);
}

/* activated if number of OnePage articles are even
.t3-footer {
	background: var(--white);
}

.t3-footer-sl .t3-module {
	background: var(--white);
}
till here*/

.scroll-to-anchor-margin {
	margin-top:-102px;
	margin-bottom: 102px;
}

.left-op-img {
	float: left !important;
	width: 50% !important;
	max-width: 550px;
	margin-right: 40px;
	margin-top: 3px;
	margin-bottom: 20px;
}

.right-op-img {
	float: right !important;
	width: 50% !important;
	max-width: 550px;
	margin-left: 40px;
	margin-top: 3px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {

	.left-op-img {
		width: 100% !important;
		max-width: 767px;
		margin-bottom:20px;
		margin-right: 0px;
	}

	.right-op-img {
		width: 100% !important;
		max-width: 767px;
		margin-bottom:20px;
		margin-left: 0px;
	}

	table {
		width: 100%;
	}
}

/* ~~~~~ Features Paralax ~~~~~ */
.row-feature.op-parallax .container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

@media (max-width: 350px) {
	.op-parallax .uk-margin{
		display:none;
	}
}

/* ~~~~~~~~~~ Masthead ~~~~~~~~~~*/

.page-masthead .row-feature {
	padding: 0px;
}

.page-masthead > .container,
.page-masthead .row-feature > .container {
	width: 100%;
	max-width: none;
}

/* ~~~~~ Masthead-Claim ~~~~~ */

.page-masthead .uk-overlay-panel > div {
	width: 100%;
}

.page-masthead .uk-margin {
	text-align: center;
	margin-top: -100px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.page-masthead .uk-margin {
		margin-top: -175px;
	}
}

.masthead-custom-content .intro {
	font-size: 1.5em;
	background-color: var(--brand-primary);
	color: var(--text-color-on-primary);
	padding: 5px;
}

.masthead-custom-content .main {
	font-size: 2.5em;
	background-color: var(--brand-primary);
	color: var(--text-color-on-primary);
	padding: 5px;
}

.masthead-custom-content .outro {
	font-size: 2em;
	background-color: var(--brand-primary);
	color: var(--text-color-on-primary);
	padding: 5px;
}

@media (max-width: 576px) {
	.masthead-custom-content .intro {
		font-size: 1em;
	}

	.masthead-custom-content .main {
		font-size: 2em;
	}

	.masthead-custom-content .outro {
		font-size: 1.5em;
	}
}

@media (max-width: 350px) {
	.masthead-custom-content .intro {
		font-size: .8em;
		background-color: var(--brand-primary);
		padding: 5px;
	}

	.masthead-custom-content .main {
		font-size: 1.5em;
		background-color: var(--brand-primary);
		padding: 5px;
	}

	.masthead-custom-content .outro {
		font-size: 1em;
		background-color: var(--brand-primary);
		padding: 5px;
	}
}

/* ~~~~~ Widgetkit ~~~~~ */

.custom-wk-heading {
	padding: 40px 0px;	
}

.custom-wk-heading .uk-h1 {
	color: var(--text-color-on-secondary);
	font-size: 42px;
}

@media (max-width: 576px) {

	.hide-uk-margin-on-xs .uk-margin {
		display: none;
	}
}

.transparent-img-icon .uk-panel-box >  .uk-text-center.uk-panel-teaser {
	margin-top: -10px;
}

.show-only-3-elements .uk-grid-margin:nth-child(n+4) {
	display: none;
}

.uk-flex.uk-flex-center.uk-flex-middle.uk-overflow-hidden.uk-text-center.uk-light.custom-wk-heading {
	background-position: center;
	background-size: cover;  
	background-repeat:no-repeat;
   	min-height:800px;
}

.uk-width-4-5.uk-panel {
	max-width: 1080px !important;
}

/*.uk-card {
	background: var(--brand-secondary) !important;
}*/

.uk-h3 {
	color: var(--brand-secondary) !important;
	font-family: var(--font-healine) !important;

}

.uk-h1 {
	color: var(--text-color-on-primary) !important;
	font-size: 42px !important;
	font-weight: 1000 !important;
	margin-bottom: 40px !important;
}

.uk-scope .uk-card-body {
	padding: 10px 30px !important;
	/*border-top: 1px solid var(--brand-primary);*/
}

.uk-scope .uk-card-body .uk-margin {
	font-size: 16px !important;
}

.uk-slideshow-items.uk-transition-active {
	min-height: 50vh!important;
}

/* ~~~~~ Masthead Widgetkit Slideshow ~~~~~ */
@media (min-width: 768px) {
	.page-masthead .uk-slideshow, .page-masthead .uk-slideshow li{
		max-height: 50vh;
	}
}

.uk-overlay-background {
 	background: rgba(83, 85, 92,.8) !important;
 	color: var(--white) !important;
 }

/* ~~~~~ Masthead Widgetkit Paralax ~~~~~ */

.jmoddiv > .container {
	max-width: none;
}

.uk-width-9-10.uk-panel {
	max-width: 1180px;
	padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width:100%;
}

@media (min-width: 768px) {
	.uk-width-9-10.uk-panel {
    	width: 760px;
	}
}

@media (min-width: 980px) {
	
	.uk-width-9-10.uk-panel {
		width: 980px;
	}
}

@media (min-width: 980px) {
	
	.uk-width-9-10.uk-panel {
		width: 980px;
	}
}

@media (max-width: 980px) and (min-width: 900px) {
	.uk-width-9-10.uk-panel {
		width: 100%;
		max-width: 1180px;
	}
}

@media (min-width: 1180px) {
	
	.uk-width-9-10.uk-panel {
		width: 1180px;
	}
}

.row-feature.op-parallax {
	padding: 0px;
	margin: 0px;
}

.row-feature.op-parallax .feature-ct.pd-feature-ct {
	padding: 0px;
	margin: 0px;
}

/* ~~~~~ Corporate-Layout ~~~~~ 

.t3-wrapper.corporate > #t3-mainbody .leading.leading-0 article:nth-child(1) {
	padding: 0px 30px;
	border-bottom: 1px solid var(--brand-secondary);
}

.t3-wrapper.corporate > #t3-mainbody .leading.leading-0 {
	margin-bottom: 15px;
}

.t3-wrapper.corporate #t3-mainbody:nth-child(3) {
	margin-top: 100px;
}

@media (max-width: 980px) {
	.t3-wrapper.corporate #t3-mainbody {
		margin-top: 30px;
	}

}

.t3-wrapper.corporate h2.article-title {
	margin-left: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--brand-secondary);
}

.t3-wrapper.corporate h2.article-title a {
	color: var(--brand-primary);	
}

.sidebar-headline, .t3-module.module .module-title {
	font-size: 24px;
	color: var(--brand-primary);
	font-weight: normal;
	margin-top:15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-secondary);	
}

.wrap.t3-sl.t3-sl-1 {
	margin-top: 70px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: var(--brand-primary);
	border-bottom: none;
	color: var(--white);
}

.wrap.t3-sl.t3-sl-1 p {
	color: var(--brand-secondary);
}

.wrap.t3-sl.t3-sl-1 a {
	color: var(--link-color);
	text-decoration: underline;
}

.wrap.t3-sl.t3-sl-1 a:hover {
	color: var(--link-hover-color);
}

@media (max-width: 980px) {
	.wrap.t3-sl.t3-sl-1 {
		margin-top: 0px;
		padding-top: 30px;
	}
}

.blog-featuredhide-page-title .items-row.cols-2.row-1.row, .blog-featuredhide-page-title .items-more{
	padding-top: 40px;
}

/* ~~~~~ 2 Row Content ~~~~~ */
.two-row-content {
	text-align: center;
}

.two-row-content-left {
	text-align: left;
}

.two-row-content p, .two-row-content-left p {
	margin: 20px 0px 20px 0px;
}

.two-row-content .divider, .two-row-content-left .divider {
	border-left: 1px solid var(--brand-secondary-light);
}

@media (max-width: 899px) {

	.two-row-content .divider, .two-row-content-left .divider {
		border-left: 0px;
		margin-top:40px;

	}
}

/* ~~~~~ Box-Shadow ~~~~~ */

.t3-mainnav {
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 0px;
}

.page-masthead {
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 0px;
}

.page-masthead .row-feature {
	padding: 0px !important;
}

#t3-mainbody .row-feature:nth-child(even) {
    box-shadow: rgba(83, 85, 92, 0.75) 0px 0px 5px 2px;
    border: 0px;
}

#t3-mainbody .row-feature.inverse-shadow {
    box-shadow: rgba(83, 85, 92, 0.75) 0px 0px 5px 2px inset;
    border: 0px;
}

#t3-mainbody .row-feature:nth-child(odd) {
    border: 0px;
}

#t3-footer {	
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 5px;
}

/* box-shadow for whole Calendar on dedicadet calendar-page */
.contentpaneopen.jeventpageterminkalender_mobile.jevbootstrap:nth-child(3) {
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 0px;
}

.video-media-youtube-inner {
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 0px;	
}

.cc-window {
	box-shadow: rgba(83, 85, 92, 0.75) 0px 2px 5px 0px;
}

/* ~~~~~ RSForm Pro! ~~~~~ */

.formError a {
	text-decoration: underline;
	cursor: pointer;
}

.rsform-block-captcha label{
	color: transparent !important;
}

.form-check label input {
	margin-right: 5px;
} 

.form-submissions-table table {
	width:100%;
}

.form-submissions-table table tr:nth-last-child(1) {
	height: 20px;
}

.com_rsform.view-submissions h1 {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brand-secondary-light);
	font-size: 42px !important;
}

.com_rsform.view-submissions form {
	margin-top: 40px;
}
.com_rsform.view-submissions form > table tbody tr:nth-last-child(2) {
	margin-top: 20px;
	background-color: transparent;
}

.com_rsform.view-submissions form > table > tbody > tr:nth-last-child(2) >  td {
	border: 1px solid var(--brand-secondary-light);
	padding-left: 19px;
}

.com_rsform.view-submissions form > table > tbody > tr:nth-last-child(2) >  td div.pagination {
	margin-bottom: 10px;
}

.com_rsform.view-submissions .well.well-small {
	background-color: transparent;
	border: 1px solid var(--brand-secondary-light);
}

.com_rsform.view-submissions .well.well-small input {
	margin-bottom: 10px;
	margin-top: 5px;
	border-color: var(--brand-secondary-light);
}

.divider-row {
	border-top: 1px solid #dddddd;
	margin-right: -15px;
	margin-left: -15px;
}

.w-100-input input {
	width: 100%;
}

/* ~~~~~ JEvents ~~~~~ */

.nav-items > div a {
	padding: 7px 12px 7px 12px;
}

.jev_toprow div.currentmonth {
	padding-bottom: 1px;
}

.jevbootstrap h2 {
	color: var(--brand-primary);
	font-size: 42px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

@media (max-width: 899px) {
	.jevbootstrap h2 {
		margin-bottom: 10px !important;
	}
}

#jevents_body {
	background-color: var(--body-bg);
	border-radius: 0px;
	border:	1px solid var(--brand-secondary-light);
}

#jevents_body .cal_daysnoevents {
	background-color: var(--body-bg);
	border: 1px solid var(--brand-secondary-light);
}

td.cal_daysoutofmonth {
	border-right: none;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: var(--brand-primary);
    border: 1px solid var(--brand-primary);
}

.jev_toprow div.currentmonth {
    border-top: 1px solid var(--brand-primary);
    border-bottom: 1px solid var(--brand-primary);
    margin-bottom: -1px;
}

.nav-items > div {
	border: 1px solid var(--brand-primary) !important;
	margin-left: -4.5px;
}

#jevents_body .cal_table {
	width:100.2% !important;
	max-width: 100.2%
}

#jevents_body .nav-items div.active a {
	background-color: var(--link-color);
	padding-bottom: 6px;
}

#jevents_body .nav-items > div a:hover {
	border-left: none; /*1px solid var(--brand-primary);*/
}

#jevents_body .nav-items div.active a:hover {
	border-left: none; /*1px solid var(--brand-primary);*/
}

#jevents_body .cal_today a.cal_daylink {
	background-color: var(--link-color);
}

td.cal_today {
	border-right: 2px solid var(--brand-primary);
	/*border-bottom: 1px solid var(--brand-primary);*/
}

/* ~~~~~ JSitemap ~~~~~ */
#jmap_sitemap li.collapsable.lastCollapsable {
	padding: 0px;
	margin-top: -3px;
}

#jmap_sitemap li a.selected {
	background-color: transparent;
	text-decoration: underline;
	font-size: 17px;
}

#jmap_sitemap .folder:nth-of-type(1) {
	font-family: var(--font-healine);
}

#jmap_sitemap .folder.hover {
	color: var(--link-color-on-primary);

}

#jmap_sitemap .jmap_filetree.jmap_filetree_menu.treeview > .expandable {
	padding-left: 0px !important;
	margin-top: -3px;
}

#jmap_sitemap .folder {
	font-family: "Oswald";
	font-size: 18px;
}
/* ~~~~~ GPDR ~~~~~ */

.cc-window {
	background-color: var(--brand-primary) !important;
	border-radius: 10px;
	position: fixed !important;
	margin: 0px !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
@media (max-width: 648px) {
	.cc-window {
		transform: translate(00%, -50%) !important;
	}
}

.cc-close {
	display: none !important;
}

.cc-custom-revoke {
	cursor: pointer;
}

div.cc-center-xtd div.cc-checkbox-container input.cc-cookie-checkbox+span {
	border-radius: 10px !important;
	width: 37px !important;
}

div.cc-checkboxes-container input.cc-cookie-checkbox+span::before {
	width: 10px !important;
	border-radius: 100% !important;
}

.cc-compliance a.cc-btn {
	border-radius: 5px !important;
}
}

.cc-allow {
	border: 0px !important;
}

.cc-allowall {
	background-color: var(--brand-success) !important;
}

.cc-deny {
	background-color: transparent !important;
	border: 0px !important;
	color: var(--text-color-on-primary) !important;
	position: fixed !important;
	right: 0;
	bottom: 5px;
	font-weight: normal !important;
}

.cc-cookie-settings-toggle {
	background-color: transparent !important;
	border: 0px !important;
}

/* ~~~~~ YouTube iFrame-Integration ~~~~~ */

.video-media-youtube-inner {
	display: flex;
}

.video-media-youtube-inner-vi01 {
	flex: 1;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-media-youtube-inner-vi01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-media-youtube-inner-vi01 {
	flex: 1;
}

/* ~~~~~ Google ReCaptcha Badge ~~~~~ */
.grecaptcha-badge {
	z-index: 9999;
}

/* ~~~~~ Headline Bottom-Divider ~~~~~ */
.jevbootstrap h2 {
	border-bottom: 1px solid var(--brand-secondary-light);
}

/* ~~~~~Site Sepcific ~~~~~ */

#pdf-footer {
	display: none !important;
}

.pdf-logo {
	display: none !important;
}

.com_rsform.view-submissions. body {
	padding: none !important;
}

.pdf-heading {
	margin-top: 60px !important;
}

.pdf-heading .unterschrift {
	margin-top: 3px !important;
}

@media print {

	#pdf-footer {
		display: block !important;
	}

	.cm-einbau-pdf .pdf-logo {
		display: block !important;		
	}
}

@media (max-width: 768px) {

	.reduce-margin-on-mobile {
		margin-top: -130px;
		margin-bottom: -80px;
	}
}

.off-canvas-toggle{
	display: none;
}

.xdsoft_datetimepicker .xdsoft_label {
	z-index: 1	;
}

.t3-copyright {
	display:none;
}

@media (min-width: 576px) {
	.col-sm-12-1 {
		width: 12.5%;
	}

	.col-sm-18-75 {
		width: 18.75%;
	}
}

.own-alert textarea {
	border-color: #f00;
}

.own-alert textarea:focus {
	border-color: #f00;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f00;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f00;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f00;
}

.own-alert label {
	color: #f00;
}

.formValidation {
	margin-top: -10px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group.align-fix {
		margin-left: -30px;
	}
}

select {
	width: 100%;
}

input[type="text"] {
	width: 100%;
}

.label-left {
	text-align: left;
}

.modal-header {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 21.42857143px;
}

.navbar-default {
	background-color: var(--brand-primary)
}

.jux-image {
	object-fit: cover !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

.hb-embed__title-container, .hb-embed__btn-box, .hb-embed__branding {
	display: none !important;
}

.hb-embed__table thead th {
	border-bottom: none !important;
}


