/* ************************* Content Styles ************************* */
.upperinfo {
    top: 0;
/*	left: 34%;
	margin-right: 50%; */
	left: 15%;
	margin-right: 20%;
	margin-top: 10%;
	min-width: 100px;
    position: absolute;
	z-index: 10;
}
.upperinfo-img {
	width: 100%;
    height: auto;
}

h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	clear: both;
    line-height: 120%;
    padding: 0px 0 30px 0;
}
h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	clear: both;
}

h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	clear: both;
}

h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	clear: both;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h4, h5, h6 {
	margin: 1.5em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h5, h6 {
	letter-spacing: .05em;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	color: #AD5C00;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	color: #AD5C00;
}

p {
	margin: 1em 0;
}
p.small {
	font-size: 10px;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 5px 25px 3px 25px;
}

/** Slider Startseite Anfang **/
.slider {
  top: 61px;
  right: 2px;
  overflow: hidden;
  margin: auto;
  position:absolute;
  width: 100%;
  max-height: 550px;
}

.top-space {
	width: 100%;
	height: auto;
	max-height: 655px;
}	
  
.slider div {
  position: relative;
  width: 600%;
  margin: 0;
  left: 0;
  font-size: 0;
  animation: 20s slider infinite;
}
.slider div img {
  width: 17%;
  float: left;
}
@keyframes slider {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }


  25% {
    left: -100%;
  }
  35% {
    left: -100%;
  }


  40% {
    left: -200%;
  }
  50% {
    left: -200%;
  }


  55% {
    left: -300%;
  }
  65% {
    left: -300%;
	}


  70% {
    left: -400%;
  }
  80% {
    left: -400%;
	}


  85% {
    left: -500%;
  }
  95% {
    left: -500%;
  }
}
/** Slider Startseite Ende **/


/** Container Startseite Anfang **/

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	border: 0px dotted;
}

.flex-item {
	border: 0px solid;
	border-radius: 0.75rem;
	margin: 15px;
	background: #8cb1de;
	width: 30%;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.flex-item0 {
	border: 0px solid;
	border-radius: 0.75rem;
	padding: 15px 30px 0px 30px;
	background: #0B5BD3;
	width: 90%;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flex-item0_1 {
	display: flex; 
	flex-wrap: wrap; 
	gap: 0 150px; 
	align-items: center;
    margin: 50px 0 50px 0;
}

.flex-item0_1-card1 {
	flex: 1 1 400px;
    max-width: 600px;
}

.flex-item0_1-card2 {
	flex: 1 1 400px;
    max-width: 600px;
}

.flex-item1-1 {
	margin: 0 50px 0 50px;
}


.flex-item2 {
	border: 0px solid;
	margin: 20px;
/*	background: #8cb1de; */
	width: 46%;
	border-radius: 0.25rem;
}

.flex-item3_1 {
	border: 0px solid;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
/*	background: #8cb1de; */
	border-radius: 0.25rem;
	width: 800px;
}

.flex-item3_2 {
	border: 0px solid;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
/*	background: #8cb1de; */
	border-radius: 0.25rem;
    text-align: right;
	width:274px;
}

.flex-item4 {
	border: 0px solid;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background: #a7c7ee;
	border-radius: 0.25rem;
	width: 43%;
    min-width: 250px;
    height: 230px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.flex2-content {
	background-color: #A7C7EE;
    background-clip: border-box;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	vertical-align: top;
}

.card-img {
	width: 100%;
	/* background: #adc3df; */
}

.portfolio-img {
	background-color: #fff;
    background-clip: border-box;
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	vertical-align: top;
}

.card-body {
	padding: 30px 40px 20px 40px;
    background-color: #A7C7EE;
	height: 200px;
}

.card-title {
    margin-bottom: .75rem;
    text-align: left;
	line-height: 120%;
	font-size: 20px;
}

.card-text {
    margin-bottom: 0;
    text-align: left;
}

.card-footer {
	padding: 0px 0px 35px 37px;
    background-color: #a7c7ee;
	/* border-top: 1px solid rgba(0,0,0,.125); */
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}

.card-button { 
	color: #fff;
    background-color: #7097cb;
	width: 130px;
    border-color: #007bff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.card-button:hover {
	color: #dbebff;
    background-color: #12357a;
    border-color: #0062cc;
}
/** Container Startseite Ende **/

.card1 {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card1-top {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 ;
	padding: .75rem 1.25rem;
    background-color: #A2C1E7;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card1-body {
	padding: 1.25rem;
    background-color: #A7C7EE;
}

.card2 {

}
.card2-top {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 ;
	padding: .75rem 1.25rem;
    background-color: #A2C1E7;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card2-body {
	padding: 1.25rem;
    background-color: #A7C7EE;
}


.button2 { 
	color: #fff !important;
    background-color: #11357A;
    border-color: #007bff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
	width: 250px;
}
.button2:hover {
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}


/* Responsive layout */
@media screen and (max-width: 1190px) {

.logo {
	display: none;
}

  .flex-item {
    width: 45%;
  }
  .portfolio-img {
	width: 100%;
  }	
.flex-item0 {
	padding: 15px;
}
}

@media screen and (max-width: 1190px) and (min-width: 1040px) {
  .flex-item {
	width: 30%;
  }
  .portfolio-img {
	width: 100%;
  } 
.flex-item0 {
	padding: 30px;
}
}

@media screen and (max-width: 800px) and (min-width: 712px) {
  .flex-item {
    width: 45%;
  }
  .portfolio-img {
	width: 100%;
  }
  a.logo {
	margin: 15px 0px 0px 25px !important;
  }
}

@media screen and (max-width: 712px) {
  .flex-item {
	width: 100%;
	margin: 0 0 30px 0;
  }
.flex-item0 {
	padding: 30px;
	margin-bottom: 30px;
}
  .portfolio-img {
	width: 100%;
  }
.flex-item2 {
	margin: 0px;
	margin: 0 0 20px 0;
  }
.flex-item3_1 {
	border: 0px solid;
	margin-top: 5px;
	margin-bottom: 0px;
  }
.flex-item3_2 {
	border: 0px solid;
	margin-top: 5px;
	margin-bottom: 0px;
  }

a.logo {
	margin: 15px 0px 0px 25px !important;
  }
}

@media screen and (max-width: 1300px) {
  .flex-item2 {
    width: 100%;
  }
  .flex2-content {
	width: 100%;
  }	
}




/** ################ **/

img.left {
	margin: 0 5px 5px 0;
	float: left;
	clear: left;
}
img.right {
	margin: 0 0 5px 5px;
	float: right;
	clear: right;
}
img.left_horizontal {
	margin: 0 5px 5px 0;
	float: left;
}
img.right_horizontal {
	margin: 0 0 5px 5px;
	float: right;
}

a.logo {
	position: fixed;
	z-index: 80;
	width: 174px;
	height: 30px;
	margin: 15px 0px 0px 10%;
	float: left;
}
a.logo2 {
    padding: 12px 14px 16px 0;
	float: right;
}
a.logo2 a:before {
	content: none;
}

@media screen and (max-width: 960px) and (min-width: 800px) {
	a.logo {
	  margin: 15px 0px 0px 25px !important;
	}
}

a.tel_m {
	position: absolute;
	width: 174px;
	height: 30px;
	padding: 13px 0px 0px 15%;
	float: left;
	color: #ffffff !important;
}

.important {
	clear: both;
	background-color: #FFEBCD;
	padding: 1em 2em;
	border: .1em solid #ABABAB;
	margin: 1em 0;
}
.warning {
	clear: both;
	text-align: center;
	font-weight: 900;
	background-color: #E6922C;
	color: #fff;
	padding: 1em;
	border: 0em solid #C0C0C0;
	margin: 1em 0;
}
.warning a {
	color: #aaf;
}
.important p:first-child,
.warning p:first-child {
	margin-top: 0;
}
.important p, .warning p {
	margin: 1em 0 0;
}

span.highlight {
	font-weight: 900;
	letter-spacing: .06em;
	background-color: #dfd;
}

a:link {
	border: 0;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #ffffff;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #fff;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #0664D3;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #fff;
	text-decoration: none;
}

.tpllck_content_main ul {
    list-style-type: disc;
	list-style-position: outside;
/*	list-style-type: none; */
	list-style-image: none;
	padding-left: 3em;
}
.tpllck_content_main > ul > li {
	padding: 6px 0;
}

.tpllck_content_main > ul > li:before,
.tpllck_content_main ul.sitemaplevel1 li:before {
/*	content: "\25BA \00A0"; /* Sonderzeichen Dreieck + Leerzeichen */
	color: #fff;
	font-family: inherit;
	font-size: 1.3em;
	line-height: 200%;
}

/* ************************* Body ************************* */
body {
word-wrap: break-word;
	background-color: #b8d0ed;
	color: #11357A;
/*	font-family: "Verdana",Arial,sans-serif; */
	font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#tpllck_body {
	background-color: #b8d0ed;
}
/* ************************* print - Druckansicht ************************* */
body.print {
	margin: 1em 4em;
	list-style: none;
}
body.print ul {
	list-style: none;
}
body.print > ul > li:before,
body.print ul.sitemaplevel1 li:before {
	content: "\25ba \00A0"; /* Sonderzeichen Dreieck + Leerzeichen */
	font-family: inherit;
	font-size: 1em;
	color: #FFAB00;
}

#TOP {
	font-size: 1px;
	line-height: 1px;
	height: 0px
}

/* ************************* Head Navigation ************************* */
.tpllck_headnav {
	margin:0 auto;
	padding: 0 1em;
	max-width: 1100px;
	border: 0px solid red;
	line-height: 3em;
}
.tpllck_headnav p {
	float: right;
	text-align: left;
	white-space: nowrap;
	margin: 0;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.tpllck_headnav a {
	color: #AD5C00;
}
.tpllck_headnav a:hover {
	color: #799235;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
}
.tpllck_sitemap_mobil {
	display: none;
}
/* ************************* Searchbox ************************* */
.tpllck_headnav form {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	box-sizing: border-box;
	vertical-align: middle;
	width: 10em;
	height: 24px;
	margin: auto 0;
}
.tpllck_headnav input.text:focus {
	background-color: #FDF5E6;
}
.tpllck_headnav input.submit {
	box-sizing: border-box;
	color: #799235;
	background-color: #C6CF00;
	border: 1px solid #799235;
	height: 24px;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.tpllck_header {
/* background: url(images/header.jpg) repeat-x #006636; */
	max-width: 1170px;
	margin: 10px auto;
	padding: 0;
	font-size: 1.4em;
	font-weight: 700;
	border: 0px solid red;
}
.tpllck_header h1 {
	font: italic bold 200% Georgia, serif;
	letter-spacing: .01em;
	color: #486C88;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* ************************* Navigation + Responsive Style ************************* */
.tpllck_nav {
	background-color: #8cb1de;
	font-size: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
    float: right;
	height: 60px;
	position: fixed;
	z-index: 80;
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.tpllck_nav a {
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.tpllck_nav a:focus,
.tpllck_nav .sdoc a:hover,
.tpllck_nav .sdocs a:hover,
.tpllck_nav a:hover {
	color: #dbebff;
}
.tpllck_nav .sdoc,
.tpllck_nav .sdocs,
.tpllck_nav .sdoc a,
.tpllck_nav .sdocs a {
	color: #fff;
}
.tpllck_nav ul {
	display: table;
	list-style: none;
	margin: 0;
	text-align: right;
	z-index: 100;
    float: right;
	line-height: 40px;
	padding: 10px 3% 16px 0;

}
.tpllck_nav li {
	font-family: "Verdana",Arial,sans-serif;
}
.tpllck_nav .menulevel1 li {
    border-bottom: none;
    float: left;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 0 10px;

}
/* ************************* Einzelne Farben für menulevel1 festlegen */
.tpllck_nav .menulevel1 > li:nth-child(7n+1) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+2) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+3) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+4) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+5) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+6) {
	background-color: #8cb1de;
}
.tpllck_nav .menulevel1 > li:nth-child(7n+7) {
	background-color: #8cb1de;
}
.tpllck_nav ul:nth-child(n) li:focus,
.tpllck_nav ul:nth-child(n) li:hover {
	background-color: #8cb1de; 
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tpllck_nav ul.menulevel2 li:hover {
	background-color: #A7C7EE; 
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tpllck_nav ul.menulevel2 li {
	float: left;
	font-size: 0.9em;
	font-weight: 500;
	height: 32px;
	line-height: 32px;	
	margin: 0;
	position: relative;
	white-space: nowrap;
    width: 150px;
	padding-left: 20px;
}
.tpllck_nav .menulevel2 li:nth-child(n) {
/*	background-color: #7097cb;
	border-top: 0px solid #fff; */
}
/* ************************* Optional - Einzelne Farben für menulevel2 festlegen */
/* .tpllck_nav .menulevel2 li:nth-child(5n+1) {
	background-color: #799235;
}
.tpllck_nav .menulevel2 li:nth-child(5n+2) {
	background-color: #E6922C;
}
.tpllck_nav .menulevel2 li:nth-child(5n+3) {
	background-color: #F9C237;
}
.tpllck_nav .menulevel2 li:nth-child(5n+4) {
	background-color: #B9B437;
}
.tpllck_nav .menulevel2 li:nth-child(5n+5) {
	background-color: #9D3129;
} */

.tpllck_nav ul ul {
	margin: 0;
	position: absolute;
	visibility: hidden;
	width: 180px;
	z-index: 200;
	margin-top: 0px;
    height: 32px;
    background-color: #8CB1DE;
    background-clip: padding-box;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.15);
	padding: 7px 0 7px 0px;
	text-align: left;
}
.tpllck_nav li:focus > ul,
.tpllck_nav li:hover > ul {
	visibility: visible;
}
/* ************************* Pfeil before+after menulevel2 */
ul.menulevel2 .docs:before {
	content: "\25C4";
	font-size: 1em;
	float: left;
	width: 2em;
	margin-right: -2em;

}
ul.menulevel2 .docs:after {
	content: "\25BA";
	display: none;
	font-size: 1em;
	float: right;
	width: 2em;
	margin-left: -2em;
}
ul.menulevel2 .docs:before,
ul.menulevel2 .docs:after {
	color: #F9C237;
}
/* ************************* Standard-Foldout menulevel3, links von menulevel2 */
.tpllck_nav ul ul ul {
	left: -15em;
	top: -1px;
	margin-left: 0;
	z-index: 300;
}
.tpllck_nav .menulevel3 li:nth-child(n) {
	background-color: #61666E;
	border-top: 1px solid #fff;
}

/* ************************* Foldout menulevel3 - rechts von menulevel2 - abhängig der Fensterbreite */
@media only screen and (min-width: 1537px) {
.tpllck_nav ul {
	max-width: 90.1em;
}
.tpllck_nav .menulevel1 > li:nth-child(6n+1) ul ul {
	left: 15em;
}
.tpllck_nav .menulevel1 > li:nth-child(6n+1) .docs:before {
	display: none;
}
.tpllck_nav .menulevel1 > li:nth-child(6n+1) .docs:after {
	display: inline-block;
}
}

@media only screen and (min-width: 1281px) and (max-width: 1536px) {
.tpllck_nav ul {
	max-width: 75.1em;
}
.tpllck_nav .menulevel1 > li:nth-child(5n+1) ul ul {
	left: 15em;
}
.tpllck_nav .menulevel1 > li:nth-child(5n+1) .docs:before {
	display: none;
}
.tpllck_nav .menulevel1 > li:nth-child(5n+1) .docs:after {
	display: inline-block;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
.tpllck_nav ul {
	max-width: 60.1em;
}
.tpllck_nav .menulevel1 > li:nth-child(4n+1) ul ul {
	left: 15em;
}
.tpllck_nav .menulevel1 > li:nth-child(4n+1) .docs:before {
	display: none;
}
.tpllck_nav .menulevel1 > li:nth-child(4n+1) .docs:after {
	display: inline-block;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
.tpllck_nav ul {
	max-width: 45.1em;
}
.tpllck_nav .menulevel1 > li:nth-child(3n+1) ul ul {
	left: 15em;
}
.tpllck_nav .menulevel1 > li:nth-child(3n+1) .docs:before {
	display: none;
}
.tpllck_nav .menulevel1 > li:nth-child(3n+1) .docs:after {
	display: inline-block;
}
}

@media screen and (max-width: 800px) {
.top-space {
	padding-top: 90px
}
.tpllck_headnav {
	background-color: #197383;
	color: #F9C237;
	margin: 0!important;
	padding: 0;
	width: 100%;
}
.tpllck_headnav a {
	color: #F9C237;
}
.tpllck_headnav a:hover {
	color: #fff;
}
.tpllck_nav {
	display: none;
}
.tpllck_header h1 {
	font-size: 1em;
}
/* ************************* Menu Mobil (Sitemap) */
.tpllck_headnav .tpllck_sitemap {
	display: none;
}
.tpllck_content_main ul {
padding-left: 1.5em;
}
.tpllck_sitemapname {
	display: none;
}
.tpllck_sitemap_mobil {
	background-color: #7097CB;
	color: red;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index:98;
}
.tpllck_sitemap_mobil a {
    display: block;
    font-size: 31px;
    height: 1.2em;
    margin: 0px 20px 0 0px;
    float: right;
    padding: 15px 0px 0 13px;
}
/* ************************* Hamburger-Symbol (Unicode) */
.tpllck_sitemap_mobil a:before {
    content: "\2261 \00A0";
    font-size: 40px;
    width: 3em;
	color: rgba(255, 255, 255, 0.60);
}

a.logo2 {
    padding: 12px 0 12px 40px;
    float: left;
}

a.logo2::before {
	content: "";
}

a.logo {
	display: none;
	padding: 0px;
}

a.logo::before {
	content: "";
}

ul.sitemaplevel1 li a {
	line-height: 2em;
	font-size: 1.5em;
}
}

/* ************************* Breadcrumbs-Locator ************************* */
.tpllck_locator {
	margin-bottom: 0em;
    padding-top: 61px;
}
.tpllck_locator p {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: 0 1em;
	color: #6c757d;
}
.tpllck_locator a {
	color: #11357A;
}
.tpllck_locator a:hover {
	color: #486C88;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	max-width: 1500px;
	text-align: left;
	margin: 0 auto;
}
.tpllck_content {
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 500px; /* verhindert "springen" der Seite */
	margin: 0;
	background-color: #b8d0ed;
	border: 0px solid #F9C237;
	padding: 15px 15px 15px 15px;
}

/* ************************* Submenü ************************* */
.tpllck_submenu h4 {font-size: 14px; margin-top: 3em;}
.tpllck_submenu ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-left: 1em;
}
.tpllck_submenu ul.submenu li:before {
	content: "\25ba \00A0"; /* Sonderzeichen Dreieck + Leerzeichen */
	font-family: inherit;
	font-size: 1em;
	color: #FFAB00;
}

/* ************************* Subarea Newsbox01 + Newsbox02 ************************* */
.tpllck_subarea {
	width: 100%;
	float: left;
	margin: 0;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	float:left;
	width: 49%;
	border: 0px solid #CFCFCF;
	margin: 1em 0 0 0;
	padding: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpllck_newsbox1 {
	background-color: #FFEBCD;
	border: 1px solid #F9C237;
	color: #777;
}
.tpllck_newsbox1 h4 {
	color: #AD5C00;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox2 {
	background-color: #FFEBCD;
	border: 1px solid #F9C237;
	color: #777;
}
.tpllck_newsbox2 h4 {
	color: #AD5C00;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox_space {
	float: left;
	width: 2%;
	margin: 2em 0 0 0;
}

/* ************************* Subnavigation ************************* */
.tpllck_subnav {
	clear: both;
	width: 100%;
	padding: 1em;
	margin: 0 auto;
}
.tpllck_subnav td a {
	text-decoration: none;
	color: #AD5C00;
	display: block;
	white-space: nowrap;
	padding: 0;
}
.tpllck_subnav td a:hover {
	color: #486C88;
	background-color: #eee;
}
.tpllck_previous {
	width: 33%;
	text-align: left;
}
.tpllck_top {
	width: 33%;
	text-align: center;
}
.tpllck_next {
	width: 33%;
	text-align: right
}

/* ************************* Footer - Copyright & Login ************************* */
#tpllck_footer {
	background-color: #7097CB;
	border-top: 0px solid #FFF;
	margin-top: 20px;
	padding: 0;
}
.tpllck_copyright {
	clear: both;
	font-size: 1em;
	height: 3em;
	line-height: 3em;
	margin: 0;
	text-align: center;
}
.tpllck_copyright a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
.tpllck_copyright a:hover {
	color: #fff;
	background-color: #FF9100;
}
/* ************************* Login-Button */
#login #submit {
	padding: 0 20px;
}

/* ************************* "xh_captcha_code - Button" im CMSimple_XH Kontaktformular ************************* */
.xh_captcha_code {
	background-color: #E6922C;
}

/* ************************* Sitemap ************************* */
ul.sitemaplevel1 {
	font-weight: 500;
	padding-left: 0em;
    list-style-type: none;
    font-size: 1.3em;
    line-height: 200%;
}
ul.sitemaplevel2 {
	padding-left: 1.5em;
    list-style-type: none;
	font-weight: 300;
}
ul.sitemaplevel3 {
	padding-left: 2em;
    list-style-type: none;
	font-weight: 500;
}

/* ************************* RESPONSIVE STYLE ************************* */
/* Wichtig ist die <meta name="viewport" ... Angabe im head-Bereich vom Template */
@media only screen and (min-width: 801px) and (max-width: 1024px) {
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
}

@media only screen and (max-width: 800px) {
.tpllck_headnav {
	margin: 0 4px 0;
	line-height: 2em;
}
.tpllck_headnav p, .tpllck_headnav form {
	float: none;
	text-align: center;
}
.tpllck_header {
	font-size: 1.1em;
}
.tpllck_locator {
	display: none;
}
.tpllck_content {
	padding: 0.7em 1em;
}
ul.sitemaplevel1 {
	margin-top: 0;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	float: none;
	margin: 0;
	width: 100%;
	border-top: none;
	padding: 1em;
}
.tpllck_newsbox_space {
	display: none;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
.tpllck_copyright {
	height: 5em;
	line-height: 5em;
    font-size: 0.6em;
}
}

@media only screen and (max-width: 479px) {
.tpllck_headnav {
	margin: 0;
	padding: 0;
}
.tpllck_headnav input.text, .tpllck_headnav input.submit {
	font-size: 0.7em;
}
.tpllck_headnav p {
	font-size: 0.7em;
	letter-spacing: 0;
}
.tpllck_headnav p a {
	padding: 0;
}
.tpllck_subnav {
	font-size: 0.7em;
}
}

/* ************************* Responsive Image ************************* */
img {
	max-width:100%;
	height: auto;
}

/* Backend Style */
#xh_adminmenu a, #xh_adminmenu a:visited, #xh_adminmenu span {
	line-height: normal;
}
#xh_system_check li {
	padding: 0.5rem 0.5rem 0.5rem 2rem;
}
#xh_system_check li:before {
	.main { 
   display: grid; 
   grid-template-columns: startsidebar 240px col1 1fr col2 1fr col3 1fr;
   grid-row: 1;
   grid-column: 2 / 5;
}content: none;
}
