@charset "UTF-8";
@import url(sidebars/sidebarborder/sidebar.css);

* {
	-webkit-tap-highlight-color: transparent!important;
	-webkit-font-smoothing: antialiased!important;
	-webkit-text-size-adjust: none!important;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, *, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div:after, div:before {
	overflow: hidden
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner, select::-moz-focus-inner {
 border:0;
 padding:0
}
input, select, textarea {
	border-radius: 0
}
input[type=password], input[type=text], select, textarea, button {
	-webkit-appearance: none
}
html {
	font-size: 16px;
	overflow-y: scroll;
}
html, body {
	width: 100%;
	height: 100%;
	background: var(--bg-body);
	scroll-behavior: smooth;
}
body {
	font-family: Arial, sans-serif;
	letter-spacing: .02em;
}
p img {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	border: none
}


.clean, .clear, .cleaner {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
	width: 100%
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden
}
.covert {
	overflow: hidden;
}
.txt-center {
	text-align: center;
}
.cleanimgfloat {
	overflow: auto
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap : wrap;
}
.nowrap {
	flex-wrap : nowrap;
}
.row {
	flex-direction: row;
}
.column{
	flex-direction: column;
}
a {
	text-decoration: none;
	color: var(--txt-alink);
}
a:hover, a.aktiv, a.aktiv:hover {
	text-decoration: none;
	color: var(--txt-ahover)
}
p {
	margin: 0 0 1.1rem 0
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
ul {
	margin: 0 0 1rem 1rem
}
ul li ul {
	margin: 0 0 0 1rem
}
ul li, ul li ul li {
	list-style: disc;
	margin:0 0 .5rem 0
}
ol {
	margin: 0 0 1rem 1.25rem
}
ol li ol {
	margin: 0 0 0 1.25rem
}
ol li, ol li ol li {
	list-style: decimal;
	margin:0 0 .5rem 0;
}
hr {
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid var(--g-lterr);
	border-right: 1px solid var(--w);
	border-left: 1px solid var(--w);
	border-bottom: 1px solid var(--w);
	margin: 0 0 15px 0
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 1.1rem 0;
	text-align: left;
}
h1, h3, h5 {
	color: var(--h135);
	font-weight: normal;
}
h2, h4, h6 {
	color: var(--h246);
	font-weight: normal;
}
.txt-bg-g h1, .txt-bg-g h3, .txt-bg-g h5, .txt-bg-c h1, .txt-bg-c h3 ,.txt-bg-c h5 {
	color: var(--g-ltest)!important;
}	
.txt-bg-g h2, .txt-bg-g h4, .txt-bg-g h6, .txt-bg-c h2, .txt-bg-c h4 ,.txt-bg-c h6 {
	color: var(--g-ltesttt)!important;
}	
h1, h3, h5, h2, h4, h6, strong {
	font-weight: bold;
}
h1 {
	font-size: 1.6rem;
	line-height: 1.7rem;
}
h2 {
	font-size: 1.4rem;
	line-height: 1.5rem;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.3rem
}
h4 {
	font-size: 1.2rem;
	line-height: 1.3rem
}
h5 {
	font-size: 1.1rem;
	line-height: 1.2rem
}
h6 {
	font-size: 1.1rem;
	line-height: 1.2rem
}
.site {
	position: relative;
	margin: 0;
	width: 100%;
}
.page {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1200px;
}
.top_margin {
	margin-top: 0rem;
}
.header {
	display: flex;
	background: var(--bg-page);
	padding: 1.2rem var(--c-pad-flter) 0rem var(--c-pad-flter);
}
.header-left, .header-right {
	display: flex;
	flex: 1 1 auto;
	width: 50%;
	padding: 0 0 .5rem 0;
}
.header-right {
	justify-content: flex-end;
	flex-direction:column
}
.header-right-top>div, .header-right-bottom>div {
	margin-left:auto;	
}
.header-right-top {
	margin: .5rem 0 1.2rem 0;
}
.header-right-bottom {
	margin: 0 0 .5rem 0;
}
.header-right .search {
	height:2rem;
	line-height:2rem;
}
.header-right .topmenu {
	height:1.5rem;
	line-height:1.5rem;
}
.logo {
	margin: 0;
	max-width: 100%;
	height: auto;
}
.logo img {
	max-width: 70%;
}
.search {
	width: 138px
}
.s-blank {
	display:block;
	height: 32px;
}
.header-over {
	display: flex;
	width: 100%;
	margin: 0;
	padding: .5rem var(--c-pad-flter) 0 var(--c-pad-flter);
	justify-content: flex-start;
}
.header-info {
	font-size: .7rem;
	line-height: 1rem;
}
.header-info p {
 margin: 0 0 .7rem 0
}
.header-under {
	display: flex;
	width: 100%;
	height: 1rem;
	padding: 0rem var(--c-pad-flter) 0 var(--c-pad-flter);
}
.topmenu {
	flex: 0 0 100%;
	text-align: right;
	color: var(--nav-a);
	margin-right:2px;
}
.topmenu>ul {
	font-size:.9rem!important;
	letter-spacing: .01em;
	justify-content: flex-end;
}
.tm-blank {
	display:block;
	height: 1.8rem;
}
.teaser {
	position: relative;
	display: block;
	color: var(--txt-w);
	margin: 0;
	padding: 0rem !important;
	padding-top: 10% !important;
	height: 0;
	width: 100%;
	background: url('../images/teaser-slide.png') no-repeat;
	background-size: cover;
}

.seite {
	z-index: 1;
	letter-spacing: .04em;
	position: absolute;
	left: 0;
	bottom: -6px;
	font-size: .7rem !important;
	text-transform: uppercase;
	padding: 0 var(--c-gap) 0 var(--c-gap);
	line-height: 32px;
	color: var(--txt-w);
	border-bottom: 6px solid var(--c)
}
.seite a {
	color: var(--seite-alink);
}
.seite a:hover {
	color: var(--c-lter)
}
main {
	width: 100%;
	font-size: .95rem;
	line-height: 1.4rem;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--txt);
	background: var(--bg-page);
}
.text {
}
.content {
	position:relative;
	width: 100%;
	padding: 2.8rem var(--c-gap) 2rem var(--c-gap);
}
.content-sidebar {
	position:relative;
	padding: 2.8rem var(--c-gap) 2rem var(--c-gap);
}
.sidebar {
	padding: 0rem var(--c-gap) 2rem var(--c-gap);
	background: var(--bg-page);
}
.claim {
	position: absolute;
	top: -10px;
	left: 0;
	margin: 0 0 0 10px;
	padding: 3px 9px 3px 9px;
	color: var(--txt-w);
	background: var(--c);
	font-size:.95rem;
	text-shadow: .5px .5px .5px #303030;
}
.claim:before {
	content: "";
	border-top: 10px dashed transparent;
	position: absolute;
	left: -10px;
	top: 0px;
	width: 10px;
	border-right: 10px solid var(--c-dker)
}
.claim span {
	margin: 0;
	padding: 0;
}
.footer {
	position: relative;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	font-size: .9rem;
	line-height: 1.5rem;
}
.big-footer {
	padding: 2.6rem var(--c-gap) .2rem var(--c-gap);
}
.text-footer-single {
	padding: 1.2rem var(--c-gap) .2rem var(--c-gap);
}
.text-footer-single-claim {
	padding: 2.2rem var(--c-gap) .2rem var(--c-gap);
}
.text-footer-under-big {
	padding: 0rem var(--c-gap) 1rem var(--c-gap);
}
.bf-line {
	width: 98%;
	margin: 0 auto 1rem auto;
	border-bottom: 1px solid var(--g-lter);
}
.small-footer {
	padding: 1rem var(--c-gap) .1rem var(--c-gap);
	font-size: .9rem;
	line-height: 1.5rem;
}
.copy, .site-top {
	text-align: center;
}
.line-0-top {
	margin: 0 auto;
	border-top: 1px solid var(--g-lter);
}
.line-0 {
	margin: 0 auto;
	border-bottom: 1px solid var(--g-lter);
}
.line-top {
	margin: 1rem auto 0 auto;
	border-top: 1px solid var(--g-lter);
}
.line {
	margin: 0 auto 1rem auto;
	border-bottom: 1px solid var(--g-lter);
}
.dot-top {
	margin: 1rem auto 0 auto;
	border-top: 1px dotted var(--g-lter);
}
.dot-bottom{
	margin: 0 auto 1rem auto;
	border-bottom: 1px dotted var(--g-lter);
}
 @media screen and (min-width:576px) {
.logo img {
	max-width: 80%;
}
.s-f-menu ul {
	align-items: center;
	flex-direction: row !important;
	text-align: right;
}
.s-f-menu a {
	padding: 0 !important;
}
.s-f-menu  li:first-child {
	padding: 0 !important;
}
.s-f-menu li + li {
	padding-left:.4rem !important;
}
.s-f-menu li + li:before {
	content: "\2022";
	padding-right:.4rem;
}
.copy, .site-top {
	text-align: left;
}
}
 @media screen and (min-width:768px) {
.logo img {
	max-width: 90%;
}
.header-over {
 padding: .5rem var(--c-pad-f) 0 var(--c-pad-f);
	justify-content: flex-end;
}
.header-info {
	font-size: .8rem;
	line-height: 1.2rem;
}
.header-info span.phone:before {
	content: "\0020 \260f";
	font-size:.95rem;
}
.header-info span.envelope:before {
	content: "\0020 \2709";
	font-size:.95rem;
}
.tm-itself {
	margin: -2.3rem 0 2.3rem 0;
}
.search {
	width: 188px
}
.topmenu>ul {
	justify-content: flex-end;
}
main {
	display: flex;
}
.content-sidebar {
	flex: 0 1 auto;
	width: 75%;
}
.sidebar {
	flex: 0 1 auto;
	width: 25%;
	min-width: 15rem;
	margin: 2.8rem 0 2rem 0;
}
.sidebar-left {
	order: -1;
	background: url(../images/sidebarborder.png) right repeat-y;
}
.sidebar-right {
	background: url(../images/sidebarborder.png) left repeat-y;
}
.claim {
	left: 11px;
	padding: 4px 10px 4px 10px
}
}
 @media screen and (min-width: 992px) {
.logo img {
	max-width: 100%;
}
.s-f-menu ul {
	justify-content: flex-end;
}
.site-top {
	text-align: right;
}
}
