html, body {
	font-family: 'Mukta', Verdana, sans-serif;
	background-color: transparent;
	color:#404040;
	height:100%;
	font-size: 18px;
}
body {
	display: flex;
  	flex-direction: column;
}
.page-wrap {
	flex: 1 0 auto;
}
.home h1, .home .h1 {
	font-size: 28px;
}
.home h2, .home .h2 {
	font-size: 11px;
	font-weight: lighter;
}
/*START Home definitions*/
.admin .homeHeaderImage {
	min-height: 280px !important;
}
.admin .sideLinks {
	display:none;
}
.homeHeaderImage {
	position: relative;
	min-height: 280px;
}
.homeHeaderOverlay {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
/*	 background: rgb(222,31,38);
	 background-color:#d2232a;*/
	 background:none;
}
.homeHeaderOverlay > img, .homeHeaderOverlay > picture > img, .homeHeaderOverlay > a > picture > img {
	width: 100%;
}
.homeHeaderOverlay > a > h1 {
	font-size: 28px;
	color: #fff;
	position: absolute;
	left: 60%;
	margin-top:10px;
}
.homeHeaderOverlay > a:hover > h1 {
	color: rgb(250,214,23);
	text-decoration: none;
}
/* logo pixel sizes for xs to lg views
			BACKGROUND-LOGO 		|	LOGO					
100% (lg) 	width 284  	left 142 	|   width 108	left 54
90% (md)	width 256	left 128	|	width  96	left 48
80%	(sm)	width 226	left 113	|	width  86	left 43
60%	(xs)	width 170	left  85	|	width  64	left 32
*/
.logoBackground {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: absolute;
	width: 170px;
	left: calc(50% - 85px);
	z-index: 0;
}
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: absolute;
	width: 110px;
	left: calc(50% - 55px);
	z-index: 1;
}
.sideLinks {
	width: 50px;
	position: absolute;
	top: 71px;
	right:0;
}
.sideLinks a {
	background: rgba(0, 144, 76,0.90);
	text-align: left;
	padding-left: 13px;
	width: 50px;
	height: 36px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 25px;
}
.sideLinks a:hover {
	color: rgb(250,214,23);
}
.panel-wrapper h2,
.quickNav > h2 {
	font-size:12px;
}
.panel-content-right h2,
.panel-content-right .panel-content-item {
	text-align:right;
}
.foto img {float:right;}
[onclick] {
	cursor:pointer;
}

/* Veranstaltungen / Termine */
.tiles .tbl {
	margin-bottom:15px;
	transition:box-shadow 300ms linear;
}
.tiles .tbl:hover {
	box-shadow:0 0 4px 2px rgba(0,0,0,0.3);
	transition:box-shadow 300ms linear;
}
.tiles .date {
	width:135px;
	min-width:113px;
	color:rgb(0, 144, 76);
	/*background-color:white;*/
	border: 1px solid rgb(0, 144, 76);
	text-align:center;
	padding:15px 5px;
}
.tiles .date span {
	font-size:3em;
	line-height:0.9em;
	display:block;
}
.tiles .txt {
	width:60%;
	color:white;
	background-color:#00904c;
	padding:10px 15px;
	vertical-align:top;
}
.tiles .txt a {
	color:#606060;
}
.tiles .txt a:hover {
	text-decoration:none;
}
.tiles .tbl > div > * {
	margin:0;
}
.tiles .fa {
	margin-right:5px;
}
.tiles .img {
/*	width:min(33%, 135px);*/
	width:min(40%, 135px);
	background-size:cover;
	background-position:center;
	padding-bottom:max(10%, 110px);
}
#Gallery.tiles .txt {
	background-color: rgb(0, 144, 76);
	color: white;
	/*border-top: 1px solid rgb(0, 144, 76);
	border-right: 1px solid rgb(0, 144, 76);
	border-bottom: 1px solid rgb(0, 144, 76);*/
}
#Blog.tiles .txt {
	background-color:rgb(222, 31, 38);
	color:white;
	/*border-top: 1px solid rgb(222, 31, 38);
	border-right: 1px solid rgb(222, 31, 38);
	border-bottom: 1px solid rgb(222, 31, 38);*/
}
.tiles h3 {
	font-size:18px;
}
.tiles h4,
.tiles h4 a,
.tiles .fa {
	color:rgb(64,64,64) !important;
}
#Gallery.tiles *,
#Blog.tiles *,
#Events.tiles a {
	color:white;
}
/*END Home definitions */

/*START Navigation*/
.navbar {
	background-color: rgba(0, 144, 76,0.90);
	background: rgba(0, 144, 76,0.90);
	border-color: transparent;
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	position: relative;
	top: 231px;
	z-index:1;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-size: 16px;
	text-align: left;
}
.navbar-default .navbar-nav > li {
	border-bottom: thin solid #FFF;
}
.navbar-default .navbar-nav > li:last-child {
	border-bottom: none;
}
.navbar .navbar-nav {
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: rgba(0, 144, 76,0.90);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle {
	border-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border-color: transparent;
	background-color: #FFF;
}
.dropdown-menu > li:hover > a {
	color: white;
	background: rgb(222, 31, 38);
	transition:color 200ms linear, background-color 200ms linear;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a.active, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:white;
	background: rgb(222, 31, 38);
	transition:color 200ms linear, background-color 200ms linear;
}
.fa-angle-down {
	font-size:0.9em;
}
ul.dropdown-menu {
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	/*max-height: 200px;*/
	position: static;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	margin: 0;
}
.active .dropdown-menu {
	display:block;
	float:none;
}
.dropdown-menu {
	background: rgb(green);
	border-radius: 0;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 17px;
	text-align: left;
	padding:5px 15px 5px 25px;
	line-height:inherit;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: white;
	background-color:rgb(222,31,38);
}
/*END header definitions*/

/*START content definitions*/
.content, .content a {
/*	background-color: #FFF;
	padding-top: 30px;/*min-height: 1000px; for testing parallax effect*/
}
.content a:hover {
	opacity: 0.8;
	transition: all 200ms linear;
	text-decoration: none;
}

.content {
	padding-top:30px;
	padding-bottom:15px;
	background-color:rgba(0, 144, 76, 0.2);
}

#Content a:not(.btn), #Content .pseudolink:not(.btn),
.home .content a,
.admin .content a {
	color: rgb(64,64,64);
	padding-top:0;
	text-decoration:underline;
	background-color:transparent;
	cursor:pointer;
}
#Content a:hover, #Content .pseudolink:hover,
.home .content a,
.admin .content a {
	text-decoration:none;
}
#Content p, #Content .ptext, #Content ul:not(.pagination):not(.nav-tabs) {
	margin: 0 0 20px;
}
#Content:empty {display:none;}
#Content > *:last-child {margin-bottom:30px;}
#Content img{max-width:100%;}
#Content .listicon img {max-width:none;}
#Content ul:not(.pagination):not(.nav-tabs), 
#Content ol {
	padding-left:15px;
}
#Content ul:not(.nav-tabs) li, 
#Content ol li{
	margin-bottom:5px;
}
#Content h1:first-child {margin-top:0;}

.Content .nav-tabs {
	margin-bottom:30px;
	border-color:white;
}
.Content .nav-tabs a {
	color:rgb(64,64,64);
	padding:6px 9px !important;
	text-decoration:none !important;
}
.Content .nav-tabs .active a {
	border-color:rgb(64,64,64) !important;
	border-color:transparent !important;
	background-color:white !important;
}
.Content .nav-tabs .active a:hover {
	opacity:1;
	cursor:default;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color:white !important;
	border-color:transparent !important;
}
#Content table td {
	vertical-align:top;
}
/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
#Content table td td {
	padding:0;
}

/*END content definitions*/

/*START Homepage Kacheln*/

/* panel heights xs to lg views
	BOTTOM  ICONfontSIZEbot	|	 TOP  	ICONfontSIZEtop				
lg 	 180   	~140			|    250    200
md	 185	~140			|	 235    190 
sm	 165	~130			|	 230    180 
xs	 140   	~120			|	 210  	180
*/
.panel-background-right.top,
.panel-background-left.top,
.panel-content-left.top,
.panel-content-right.top {
	height: 210px;
}
.panel-background-right,
.panel-background-left,
.panel-content-right,
.panel-content-left {
	height: 140px;
	display: block;
	position: relative;
	border-color:#FFF;
	border-style: solid;
	border-width: 0 0 20px 20px;
	background-color:rgb(236,236,237);
	z-index:1;
}
.panel-background-left,
.panel-content-left {
	border-width: 0 20px 20px 0;
}
.panel-content-right,
.panel-content-left{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color:transparent;
}
.panel-content-left {
	left:auto;
	right: 0;
}
.panel-background-right > i,
.panel-background-left > i,
.panel-background-left.bottom > i {
	position: absolute;
	color: #fff;
	bottom:0;
}
.panel-background-right > i {
	font-size: 180px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	margin-top: 20px;
}
.panel-background-left > i {
	font-size: 180px;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	right: 10px;
	margin-top: 17px;
}
.panel-background-left.bottom > i {
	font-size: 120px;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
	right: 10px;
	margin-top: 5px;
}
.panel-background-right.bottom > i {
	font-size: 130px;
	color: #fff;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	margin-top:0;
}
.panel-content-item {
	opacity: 1;
	transition: all 200ms linear;
}
.panel-content-item > a {
	text-transform: uppercase;
	border-bottom: thin solid rgb(64,64,64);
	background-color:transparent;
	padding-top:0;
}
.panel-content-item:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: all 200ms linear;
}
.panel-content-item:hover > a {
	border-bottom: none;
}
.panel-content-item i {
	font-size:80%;
}
.content section {
	margin-bottom: 40px;
}
section.content > .row > div:last-child .panel-content-right .panel-content-item:hover {
	opacity:1;
	cursor:default;
}
.panel-wrapper {
	position: relative;
}
/*END Homepage Kacheln*/

/**************************************************************************************
  Galerie / Gallery / lightGallery
**************************************************************************************/
.ifHeight75 .lg-inner .lg-video {
	padding-bottom: 75%;/*56.25%;   Format=16:9*/
}
.ifHeight100 .lg-inner .lg-video {
	padding-bottom: 100%;/*56.25%;   Format=16:9*/
}
#SquareLinks > div {
	padding-bottom:15px;
}
#SquareLinks .tblbox {
	width:100%;
	padding-bottom:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	margin-bottom:30px;
}

#SquareLinks #lightgallery div {
	margin-bottom:30px;
}
#SquareLinks #lightgallery a,
#SquareLinks #lightgallery .Bilderrahmen,
#Carousel #lightgallery div img, 
#Carousel #lightgallery a img {
	display:block;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(222,31,38,0);
	-webkit-transition: all 200ms linear;
    -moz-transition:	all 200ms linear;
    -o-transition:		all 200ms linear;
    transition:			all 200ms linear;
}
#SquareLinks #lightgallery a:hover,
#SquareLinks #lightgallery .Bilderrahmen:hover,
#Carousel #lightgallery div img:hover,
#Carousel #lightgallery a img:hover {
	background-color:rgba(222,31,38,0.2);
	-webkit-transition: all 200ms linear;
    -moz-transition:	all 200ms linear;
    -o-transition:		all 200ms linear;
    transition:			all 200ms linear;
}
#SquareLinks #lightgallery img {
	width:100%;
}
.tblbox > div {
	position:absolute;
	width:100%;
	height:100%;
	text-shadow:0 0 3px #000;
	
	background-color:rgba(0,0,0,0.6);
	-webkit-transition:	all 200ms linear;
    -moz-transition:	all 200ms linear;
    -o-transition:		all 200ms linear;
    transition: 		all 200ms linear;
}
.tblbox > div:hover {
	background-color: rgba(222,31,38,0);
	-webkit-transition:	all 200ms linear;
    -moz-transition:	all 200ms linear;
    -o-transition:		all 200ms linear;
    transition: 		all 200ms linear;
}
.tblbox > div > div {
	display:table;
	width:100%;
	height:100%;
}
.tblbox a {
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:95%;
	height:95%;
	padding:5%;
}
#SquareLinks .tblbox a small {
	font-size:65%;
}
#SquareLinks .tblbox a {
	font-size:16px;
	color:#FFF;
	text-decoration:none;
}


/*START footer definitions*/
footer {
	flex-shrink: 0;/*für sticky footer per flexbox*/
/*	background:url(../images/background-element_08.gif) no-repeat bottom right;*/
	background-color: rgb(0, 144, 76);
	text-align: left;
	color: #fff;
	padding-top:30px;
	padding-bottom:30px;
}
footer .container > .row {
	margin-bottom:20px;
}
footer > div.row {
	margin:0;
}
footer a {
	color: #fff;
}
footer a:hover,footer a:focus {
	color: #fff;
	text-decoration: underline;
}
.footerlogo img {
	margin-left:auto;
}
input[type="submit"].btnAsLink,
html footer input.btn {
	color:white;
	border-color:white;
	background: none;
	font: inherit;
	cursor: pointer;
	margin:8px 0 0 0;
}
.iconlinks {
	margin-top:30px;
}
.social {
	text-align: center;
}
.social i {
	margin-bottom: 10px;
}
.done a {
	font-size: 12px;
	color:rgba(255,255,255,0.4);
	transition: color 200ms linear;
}

/*END footer definitions*/

/**************************************************************************************
  Formulare
**************************************************************************************/
.form-control:focus {
	border-color:rgb(0,144,76);
	box-shadow:0 1px 1px rgba(236, 236, 237, 0.075) inset, 0 0 8px rgba(236, 236, 237, 0.6);
}
input:not(type="checkbox"):not(type="radio"), input.form-control,
textarea, textarea.form-control,
select, select.form-control {
	/*font-size:15px;*/
	color:#1a171b;
	padding:5px;
	min-width:43px;
}
/*.form-control, .btn, .input-group-addon {font-size:15px;}*/
.select-marked {
	color:#fff;
	background-color: rgb(222,31,38);
}
label{font-weight:400;font-size:14px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
select {
	font-family:'Mukta', Verdana, sans-serif;
	color:#1a171b;
	margin:1px;
}
input[type="file"] {
	border:1px solid #e3e3e3;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], #Content .btn, .btn {
	font-size:16px;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	border-radius:0;
	margin-bottom:2px;
	
	color:rgb(222,31,38);
	background-color:transparent;
	border: 1px solid rgb(222,31,38);
	transition: all 200ms linear;
}
#Content .btn:hover, #Content .btn:focus, #Content .btn.focus,
.btn:hover, .btn:focus, .btn.focus {
	color:black;
    background-color:transparent;
	border:1px solid black;
	transition: all 200ms linear;
}
.input-group .form-control {margin-top:0;}
input[disabled] {
	background-color:#ddd;
	border-style:dotted;
	border:none;
}
input#Code {
	margin-top:0;
	z-index:0;
}
.input-group-addon {
	/*min-width:111px;*/
	padding-top:6px;
	padding-bottom:5px;
}
.form-group > label:not(:last-child) {
	margin-right:10px;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
	padding:5px 10px;
}

/**************************************************************************************
  Gruppe / Team
**************************************************************************************/
.arbGruppe > div {
	margin-bottom: 15px;
}
.arbGruppe > div .subGruppe {
    display: none;
}
.subGruppe {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.arbGruppe > div:hover .subGruppe {
    display: block;
    z-index: 1;
}

.subGruppe input {margin-right:3px;}

.tblOrgPic td > p {
	min-height:55px;
	margin-bottom: 10px !important;
}

/*END Formulare*/

/**************************************************************************************
  Listen-, Tabellen-Ansicht
**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color:white;
}
.table-hover > tbody > tr:hover {
	/*background-color:#d5d7d7;*/
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
td.back {text-align:center;}
td.back a{color:#FFF;background-color:#22112B; display:block;line-height:85px;margin-bottom:10px;}
.admin td.back a {line-height:70px;}

.tbl {display:table; width:100%;}
.tbl > .tblrow {display:table-row;}
.tbl > *,
.tbl > .tblrow > * {
	display:table-cell;
}
.admin .tbl > *,
.admin .tbl > .tblrow > * {
	vertical-align:middle;
	padding:3px 6px;
}

.h1selectGrid {
	padding-top:20px;
	text-align:right;
}
/*Entgegensteueren von Bootstrap*/
.table-responsive {border:none;font-size:14px;}
.table-responsive > .table > tbody > tr > td {white-space:normal;}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.red-border td {
	border-top: 1px solid #cc0000 !important;
}

/**************************************************************************************
  Seiten
**************************************************************************************/
#Content .pagination > .active > a,
#Content .pagination > .active > a:hover,
#Content .pagination > .active > a:focus {
	background-color:rgb(0,144,76) !important;
	border-color:rgb(0,144,76);
	color:rgb(222,31,38);
	cursor:default;
}
#Content .pagination > .active > a {color:#FFF;}
#Content .pagination > li > a,
#Content .pagination > li > a:hover,
#Content .pagination > li > a:focus {
	color:black;
	padding-top:6px !important;
	text-decoration:none;
	border-color:rgb(0,144,76);
}
#Content .pagination > li > a:hover,
#Content .pagination > li > a:focus {
	background-color:white;
}
/**************************************************************************************
  Admin-Editor
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
input.CuteEditorButton {min-width:0;}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}
/**************************************************************************************
  Cookie Accept
**************************************************************************************/
#cookie_directive_container > * {
	background-color:rgba(0,0,0,0.8);
	padding-top:10px;
	font-size:16px;
}
#cookie_directive_container a {
	color:#FFF;
}

#cookie_directive_container a.pull-right {
	background-color: transparent;
	margin-bottom:10px;
	text-decoration:none;
}

@media (min-width: 768px) {
	.content {
		padding-top:60px;
		padding-bottom:40px;
	}
	.home h2, .home .h2 {
		font-size: 15px;
	}
	.panel-wrapper h2,
	.quickNav > h2 {
		font-size: 16px;
	}
	.panel-content-right h2,
	.panel-content-right .panel-content-item {
		text-align:left;
	}
	.foto img {float:none;}
	.iconlinks {
		margin-top:5px;
	}

	/*NAVIGATION*/
	.navbar {
		bottom: 0;
		position: absolute;
		top: auto;
	}
	.navbar .navbar-nav {
		display: inline-block;
		max-height:52px;
	}
	.nav > li > a {
		display: block;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
	}
	.navbar-default .navbar-nav > li {
		border-right: thin solid #FFF;
		border-bottom: none;
	}
	.navbar-default .navbar-nav > li:last-child {
		border-right: thin solid transparent;
	}
	ul.dropdown-menu {
		display: none;
		position: absolute;
		background-color: rgba(0, 144, 76,0.9);
	}
	ul.nav li:hover > ul.dropdown-menu {
		display: block;
		padding:0;
	}
	.active .dropdown-menu {
		display:none;
	}
	.dropdown-menu > li {
		background: rgb(green);
	}
	.homeHeaderImage {
		min-height: 370px;
	}
	/* logo pixel sizes for xs to lg views
				BACKGROUND-LOGO 		|	LOGO					
	100% (lg) 	width 284  	left 142 	|   width 108	left 54
	90% (md)	width 256	left 128	|	width  96	left 48
	80%	(sm)	width 226	left 113	|	width  86	left 43
	60%	(xs)	width 170	left  85	|	width  64	left 32
	*/
	.logoBackground {
		width: 226px;
		left: -webkit-calc(50% - 113px);
		left: -moz-calc(50% - 113px);
		left: calc(50% - 113px);
	}
	.logo {
		width:140px;
		margin-top: 4px;
		left: -webkit-calc(50% - 70px);
		left: -moz-calc(50% - 70px);
		left: calc(50% - 70px);
	}
	.sideLinks {
		top:80px;
	}
	.sideLinks a {
		padding-left: 13px;
		width: 50px;
		height: 40px;
		margin-bottom: 15px;
		color: #FFF;
		font-size: 29px;
	}
	.sideLinks {
		top: 110px;
	}
	
	/* panel heights xs to lg views
		BOTTOM  ICONfontSIZEbot	|	 TOP  	ICONfontSIZEtop				
	lg 	 180   	~140			|    250    200
	md	 185	~140			|	 235    190 
	sm	 165	~130			|	 230    180 
	xs	 140   	~120			|	 210  	180
	*/
	.panel-background-right.top,
	.panel-background-left.top,
	.panel-content-left.top,
	.panel-content-right.top {
		height: 230px;
	}
	.panel-background-right,
	.panel-background-left,
	.panel-content-right,
	.panel-content-left {
		height: 165px;
	}
	.panel-background-right > i,
	.panel-background-left> i {
		font-size: 180px;
	}
	.panel-background-right.bottom > i {font-size: 140px;}
	.panel-background-left.bottom > i {font-size: 130px;}
	
	.homeQuickNavigation {
		height: 180px;
	}
	.homeQuickNavigation > div {
		height: 180px;
	}
	.fixed {
		position: fixed;
		top: 0;
		height: 51.5px;
		z-index: 3;
	}
	#SquareLinks .tblbox a {
		font-size:18px;
	}

	/* Start Tabellen Definitionen für Desktop Inhalt *** Update AH 15.07.2022 */
	.table-2-rows {
		display:table;
	}
	.table-2-rows > div {
		display:table-row;
	}
	.table-2-rows > div > div {
		display:table-cell;
	}
	/* END Tabellen */

}

/*END SM*/

/*START MD*/
@media (min-width:992px) {
	/*h2, .h2 {
		font-size: 16px;
	}*/
	.content section {
		margin-bottom: 20px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 30px;
		padding-right: 30px;
		margin-left:0;
		margin-right:0;
		font-size: 14px;
	}
	
	.homeHeaderImage {
		min-height: 430px;
	}
	/* logo pixel sizes for xs to lg views
				BACKGROUND-LOGO 		|	LOGO					
	100% (lg) 	width 284  	left 142 	|   width 108	left 54
	90% (md)	width 256	left 128	|	width  96	left 48
	80%	(sm)	width 226	left 113	|	width  86	left 43
	60%	(xs)	width 170	left  85	|	width  64	left 32
	*/
	.logoBackground {
		width: 256px;
		left: -webkit-calc(50% - 128px);
		left: -moz-calc(50% - 128px);
		left: calc(50% - 128px);
	}
	.logo {
		width:160px;
		margin-top: 2px;
		left: -webkit-calc(50% - 80px);
		left: -moz-calc(50% - 80px);
		left: calc(50% - 80px);
	}
	.sideLinks {
		top: 145px;
	}
	.done {
		margin-top:0;
		text-align:right;
	}
	
	/* panel heights xs to lg views
		BOTTOM  ICONfontSIZEbot	|	 TOP  	ICONfontSIZEtop				
	lg 	 180   	~140			|    250    200
	md	 185	~140			|	 235    190 
	sm	 165	~130			|	 230    180 
	xs	 140   	~120			|	 210  	180
	*/
	.panel-background-right.top,
	.panel-background-left.top,
	.panel-content-left.top,
	.panel-content-right.top {
		height: 235px;
	}
	.panel-background-right,
	.panel-background-left,
	.panel-content-right {
		height: 185px;
	}
	.panel-content-left {height: 185px;}
	.panel-content-left,
	.panel-content-right {
		max-width: 485px;
	}
	.panel-background-right > i,
	.panel-background-left > i {
		font-size: 190px;
	}
	.panel-background-right.bottom> i {font-size: 150px;}
	.panel-background-left.bottom> i {font-size: 140px;}
	
	.footerlogo img{
		margin-left:0;
	}
	
}

/*END MD*/

/*START LG*/
@media (min-width:1200px) {
	body {
/*		font-size: 18px;*/
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 22px;
	}
	.homeHeaderImage {
		min-height: 600px;
	}
	.logoBackground {
		width: 284px;
		left: -webkit-calc(50% - 142px);
		left: -moz-calc(50% - 142px);
		left: calc(50% - 142px);
	}
	.logo {
		width:175px;
		margin-top: 1px;
		left: -webkit-calc(50% - 88px);
		left: -moz-calc(50% - 88px);
		left: calc(50% - 88px);
	}
	.panel-background-right.top,
	.panel-background-left.top,
	.panel-content-left.top,
	.panel-content-right.top {
		height: 250px;
	}
	.panel-background-right,
	.panel-background-left,
	.panel-content-right,
	.panel-content-left {
		height: 180px;
	}
	.panel-content-left,
	.panel-content-right {
		max-width: 585px;
	}
	.panel-background-right > i,
	.panel-background-left > i {
		font-size: 200px;
	}
	.panel-background-right.bottom> i {font-size: 150px;}
	.panel-background-left.bottom> i {font-size: 140px;}
}
/*END LG*/
